On Sat, Jan 29, 2011 at 7:23 PM, Vyshakh <[email protected]> wrote:
> hei all........ > > I'm using ubuntu9.10. Last day I changed the permissions for the directory > "/lib". > Do you think that was a good thing to do? ;-) > Now it don't boots. :-( > When I try to boot as normal, system hangs after a while. > In command mode, An error message like "cant access system libraries." > > I can access ROOT terminal through "fail safe boot" option (second item in > grub). > I've tried the command "chmod 777 /lib". But it could not solve d problem. > > I don't think giving 777 to all the content in /lib will fix that for you. But if it was that you were trying to do, then you are missing a -R for recursively change permissions into the directory (try : sudo chmod -R 777 /lib) > Also, > "startx" from root terminal brings me a desktop eith frozen keyboard and > mouse.... > > -- See you in the afterlife... ;-) *S U B I N S E B A S T I A N* -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en
