Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Feb 2026 13:27:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 291151] www/linux-chrome: Fails to start on 14.3-RELEASE following freebsd-update
Message-ID:  <bug-291151-4077-16rBpjSk4q@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-291151-4077@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291151

--- Comment #4 from Jason W. Bacon <jwb@freebsd.org> ---
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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-291151-4077-16rBpjSk4q>