Well, I've figure out a little bit more. I'm pretty sure by this point that it's just chrome, but I'm not sure what exactly is causing the problem.
The first error that I see is this: [0704/154507:ERROR:nss_util.cc(80)] Failed to create ~/.pki/nssdb directory. I did some looking and found out that that error message is related to selinux. So I ran: # echo 0 >/selinux/enforce and that got rid of that error message. I thought that all would be well, except after running for a while it just freezes and doesn't output any error message. My only guess it that it's trying to access the filesystem to save things to a cache or config file, and when it does that it freezes. So, would selinux be messed up after reinstalling the system while keeping an old home directory? Is it possible that selinux is still the problem after I've told it not to enforce anything? On Mon, Jul 4, 2011 at 3:16 PM, Steve Meyers <[email protected]> wrote: > On 7/4/11 10:58 AM, Liam Brown wrote: > > just run something like this: "chown [options] user.group /path" > > Technically, the "." format for user/group is deprecated, so you should > use ":", like "user:group". Also, according to the man page, you can do > "user:" with no group, and it will select the login group. I've never > tried that before, though. > -------------------- > BYU Unix Users Group > http://uug.byu.edu/ > > The opinions expressed in this message are the responsibility of their > author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. > ___________________________________________________________________ > List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list >
-------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list
