Date: Tue, 6 Mar 2007 19:05:09 -0500 From: "DAK GHATIKACHALAM" <dakfreebsd@gmail.com> To: "Dr. Jennifer Nussbaum" <bg271828@yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: Firefox only runs as root--help! Message-ID: <5df74baa0703061605of9f660o87430e208b574fac@mail.gmail.com> In-Reply-To: <770699.33265.qm@web53414.mail.yahoo.com> References: <770699.33265.qm@web53414.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 3/2/07, Dr. Jennifer Nussbaum <bg271828@yahoo.com> wrote: > > This is a resend of something i sent to the freebsd-gnome list a few days > ago, but there wer no answers and i think its a real problem, so i hope > no one minds. > > I have a new install of FreeBSD 6.2, and installed Gnome 2.16 and other > things, including Firefox 2.0, from Ports. > > Firefox only runs as root. Every time. I Googled and saw that in an early > version there was a problem that it had to be run the _first_ time as root > but after that it was OK, but thats not the problem here--it ONLY runs as > root all the time. If I type "firefox" on the command line it > just immediately returns to the command line, no error messages > of any sort, nothing in /var/log/messages. I had the same issue when I first made firefox, probability is the your $HOME/.mozilla directory is owned by root with only or no read permissions to other users. firefox read. creates all of its data in that directory by default, so you may want to login as root and do find / -name ".mozilla" -type d -exec ls -ld {} \; That will show all the directories that are .mozilla once you figured which your $HOME's .mozilla you can issue chown user:group .mozilla directory and then your firefox may start normally Best regards DAK When run as root it seems to be fine. The binary has execute > permissions for everyone. > > What do i need to be doing? > > Thanks! > > Jen > > > --------------------------------- > Finding fabulous fares is fun. > Let Yahoo! FareChase search your favorite travel sites to find flight and > hotel bargains. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5df74baa0703061605of9f660o87430e208b574fac>