[Bug 291151] www/linux-chrome: Fails to start on 14.3-RELEASE following freebsd-update
[email protected] Tue, 03 Feb 2026 13:27:38 +0000
| Newsgroups | gmane.os.freebsd.devel.emulation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291151 --- Comment #4 from Jason W. Bacon <[email protected]> --- I found a workaround and narrowed down the cause: As suggested by the error message, permissions are wrong on /compat/linux/dev/shm after running freebsd-update, but that's not the whole story. Permissions on this directory after a fresh linux_base install are 1777, but after the problem arose they are 555. Running chmod 1777 /compat/linux/dev/shm did not help. However, completely removing linux_base and /compat/linux, and reinstalling linux_base, eliminates the problem. So it appears that something in freebsd-update is corrupting permissions on /compat/linux/dev/shm along with something else I haven't identified yet. -- You are receiving this mail because: You are the assignee for the bug.