Hi, sounds strange, but is anyone else seeing mfs mounted fs loosing permissions after reboot in -current (12h old)?
I saw lots of permission denied errors for /tmp while trying to build via dpb. Reason was /tmp mounted 755 after boot. # chmod 1777 /tmp; ls -l / drwxrwxrwt 6 root wheel 512 May 19 12:42 tmp # mount mfs:66540 on /tmp type mfs (asynchronous, local, nodev, nosuid, size=1048576 512 -blocks) ....reboot... # ls -l / drwxr-xr-x 6 root wheel 512 May 19 12:43 tmp # mount mfs:66540 on /tmp type mfs (asynchronous, local, nodev, nosuid, size=1048576 512 -blocks) No issues on a 6 days old -current. -- Mark Patruck ( mark at wrapped.cx ) GPG key 0xF2865E51 / 187F F6D3 EE04 1DCE 1C74 F644 0D3C F66F F286 5E51 https://www.wrapped.cx

