Re: Firefox 150 and 7.9 unveil pledge
Caspar Schutijser <[email protected]> Tue, 19 May 2026 21:07:46 +0200
| Newsgroups | gmane.os.openbsd.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Tue, May 19, 2026 at 10:12:18AM -0600, Nathan Koch wrote: > Hello, > > Did a dist upgrade this morning. 7.8 to 7.9. As an existing install there is > a pledge unveil issue. For Firefox 150. > > Getting dconf-CRITICAL errors. nsSigHandlers.cpp 201. > > I had to create /var/run/1000 and /var/run/1000/dconf and > /var/run/1000/dconf/user is a wash. > > > Something going on. How do I properly fix this? Should I just delete > /etc/firefox and reinstall a clean package? Your report is a bit light on details (for example, the exact output of Firefox on the command line). But here is a guess: did you ever change any of the files in /etc/firefox? If so, you'd have to merge in the /etc/firefox changes done in the Firefox port, for example by running sysmerge -p. Removing /etc/firefox and reinstalling Firefox would also do the trick to address this particular issue. Caspar