Re: poudriere(-devel) cleanup when executed from in a chroot: "Error: (72603) rm:rm:1: /usr/local/poudriere/data/.m/main-CA76-default: Device busy"
Date: Mon, 06 May 2024 03:31:32 UTC
Hello. Mark Millard wrote on 2024/05/06 04:36: > I've been seeing the likes of: > > [main-CA76-default] [2024-05-05_01h48m07s] [committing] Queued: 269 Built: 269 Failed: 0 Skipped: 0 Ignored: 0 Fetched: 0 Tobuild: 0 Time: 04:48:47 > [04:48:50] Logs: /usr/local/poudriere/data/logs/bulk/main-CA76-default/2024-05-05_01h48m07s > [04:48:51] Cleaning up > [04:48:51] Unmounting file systems > Error: (72603) rm:rm:1: /usr/local/poudriere/data/.m/main-CA76-default: Device busy For this Device busy, for example the following steps it occurs. mkdir /tmp/some_dir mount -t tmpfs tmpfs /tmp/some_dir rm -r -f /tmp/some_dir This rm returns 1, so subsequent umount may not execute. But I have not explored that far yet :) Regards.