On Wed, May 4, 2022, 20:55 Otto Moerbeek <o...@drijf.net> wrote: > > what did you do exactly? Did you remount / ? >
I started with a fresh install of snapshots for amd64. Original /etc/fstab: 0a4b310a4a014e04.b none swap sw 0a4b310a4a014e04.a / ffs rw 1 1 0a4b310a4a014e04.l /home ffs rw,nodev,nosuid 1 2 0a4b310a4a014e04.d /tmp ffs rw,nodev,nosuid 1 2 0a4b310a4a014e04.f /usr ffs rw,nodev 1 2 0a4b310a4a014e04.g /usr/X11R6 ffs rw,nodev 1 2 0a4b310a4a014e04.h /usr/local ffs rw,wxallowed,nodev 1 2 0a4b310a4a014e04.k /usr/obj ffs rw,nodev,nosuid 1 2 0a4b310a4a014e04.j /usr/src ffs rw,nodev,nosuid 1 2 0a4b310a4a014e04.e /var ffs rw,nodev,nosuid 1 2 I did then: #mg /etc/fstab and edited to this: 0a4b310a4a014e04.b none swap sw 0a4b310a4a014e04.a / ffs rw 1 1 0a4b310a4a014e04.l /home ffs rw,nodev,nosuid 1 2 swap /tmp mfs rw,nodev,nosuid,-s=1g 0 0 0a4b310a4a014e04.f /usr ffs rw,nodev 1 2 0a4b310a4a014e04.g /usr/X11R6 ffs rw,nodev 1 2 0a4b310a4a014e04.h /usr/local ffs rw,wxallowed,nodev 1 2 0a4b310a4a014e04.k /usr/obj ffs rw,nodev,nosuid 1 2 0a4b310a4a014e04.j /usr/src ffs rw,nodev,nosuid 1 2 0a4b310a4a014e04.e /var ffs rw,nodev,nosuid 1 2 I tried to unmount /tmp, but got this: # umount /tmp umount: /tmp: Device busy chromium stopped working, got this errors (infinite repeating pattern): [20102:680085912:0504/225227.343478:ERROR:broker_posix.cc(46)] Received unexpected number of handles [20102:680085912:0504/225227.343548:ERROR:command_buffer_proxy_impl.cc(93)] ContextResult::kFatalFailure: AllocateAndMapSharedMemory failed #mount /dev/sd0a on / type ffs (local) /dev/sd0l on /home type ffs (local, nodev, nosuid) /dev/sd0d on /tmp type ffs (local, nodev, nosuid) /dev/sd0f on /usr type ffs (local, nodev) /dev/sd0g on /usr/X11R6 type ffs (local, nodev) /dev/sd0h on /usr/local type ffs (local, nodev, wxallowed) /dev/sd0k on /usr/obj type ffs (local, nodev, nosuid) /dev/sd0j on /usr/src type ffs (local, nodev, nosuid) /dev/sd0e on /var type ffs (local, nodev, nosuid) It looks /tmp is still mounted. Boot in single user mode, using -s: #chmod 1777 /tmp [some error like /tmp is a read-only device or so] #mount -uw chmod 1777 /tmp [same error about read-only] Gave up thinking what the hell was happening with UNIX simplicity over the years .... Restored the original /etc/fstab, to get X back with chromium, to send this email ...