Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2024 12:31:32 +0900
Message-ID:  <SI2PR01MB50368767C8A301EA3DC6947FFA1C2@SI2PR01MB5036.apcprd01.prod.exchangelabs.com>
In-Reply-To: <6C7BF71E-D6E5-40D9-AE11-7688A44F44DB@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?SI2PR01MB50368767C8A301EA3DC6947FFA1C2>