Quantcast
Channel: What could have caused all non-root accounts to lose basic file and directory permissions? - Server Fault
Browsing latest articles
Browse All 7 View Live

Answer by ramiro for What could have caused all non-root accounts to lose...

just do this: sudo chmod 777 /tmp/

View Article



Answer by lorenzog for What could have caused all non-root accounts to lose...

Try chmod +t /tmp and see if that fixes it.

View Article

Answer by Karst Lok for What could have caused all non-root accounts to lose...

Could be your Xen host having problems with a disk or disk-access. Running an install job can only be done as root, so you had to su or sudo for it. When you tried to logon with another account, you...

View Article

Answer by Maxfer for What could have caused all non-root accounts to lose...

Is it posible you have two user with the same UID? Look /etc/passwd

View Article

Answer by Rob Olmos for What could have caused all non-root accounts to lose...

Three ideas: Slicehost's underlying system suffered an issue like a kernel forced remount to read-only Your slice or Slicehost's system ran out of disk space A messed up compilation script (never run...

View Article


Answer by Zoredache for What could have caused all non-root accounts to lose...

One pretty common thing that could have happened is that you ran chmod or chown with the wrong parameters. A quick search of serverfault for recover chmod returns lots of questions describing similar...

View Article

What could have caused all non-root accounts to lose basic file and directory...

Please Note: The problem I describe below seems to have "gone away" on its own. But that's not very comforting, so I'm hoping for a solution, or at least an explanation, should it recur. I was just...

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images