GNU bug report logs -
#16104
Desktop Linux Mint 15 Olivia is broken due to chmod permission changes
Previous Next
Reported by: Denise <petitechisa <at> yahoo.com>
Date: Tue, 10 Dec 2013 22:10:02 UTC
Severity: normal
Done: Bernhard Voelker <mail <at> bernhard-voelker.de>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 16104 in the body.
You can then email your comments to 16104 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-coreutils <at> gnu.org
:
bug#16104
; Package
coreutils
.
(Tue, 10 Dec 2013 22:10:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Denise <petitechisa <at> yahoo.com>
:
New bug report received and forwarded. Copy sent to
bug-coreutils <at> gnu.org
.
(Tue, 10 Dec 2013 22:10:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I found this web site -
http://linuxg.net/how-to-change-file-and-folder-permissions-with-chmod-part-1/
- to learn a terminal command to change permission to a usr/share/
folder so I could install a pidgin theme folder in pidgin directory but,
obviously, without knowing what I was doing, Mint 15 got broken with that.
I entered the following command:
sudo chmod -R u-x,g-x,o-rwx usr/share/
And now booting Mint will give me gibberish dialog windows in an empty
black background.
Either Nemo or Cinnamon is not working correctly and I would like to
restore it back to its original setup.
I'm guessing the way to fix this is enter a command restoring all
permissions to default in "drop to root shell prompt" in recovery mode.
Thankfully, I have also Ubuntu 13 installed in the same desktop PC so I
could write this message, because Mint 15 is totally unusable.
How do I fix this or where do I ask for help?
Thanks for reading and hope to hear from you soon.
Denise.
[Message part 2 (text/html, inline)]
Reply sent
to
Bernhard Voelker <mail <at> bernhard-voelker.de>
:
You have taken responsibility.
(Tue, 10 Dec 2013 23:44:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Denise <petitechisa <at> yahoo.com>
:
bug acknowledged by developer.
(Tue, 10 Dec 2013 23:44:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 16104-done <at> debbugs.gnu.org (full text, mbox):
tag 16104 notabug
thanks
On 12/10/2013 10:47 PM, Denise wrote:
> sudo chmod -R u-x,g-x,o-rwx usr/share/
outch.
Thanks for the bug report, however, as you might already know,
this is not a bug in coreutils' chmod but rather an issue in
the way you used it. Therefore, I'm marking this bug as done.
Okay, back to your case. To get your system back to work, you
should understand what the above command did. Read about it.
To restore the permissions, your best bet would be a backup.
With this, you could go there and run a command line like the
following to change the permission back to what they have been
in that backup.
$ cd /backup/usr/share
$ find . -exec chmod -v --reference="{}" "/usr/share/{}" \;
But again, please first read the documentation of the involved
programs to understand what happened and what you are doing,
at least:
$ info coreutils 'chmod invocation'
Have a nice day,
Berny
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 08 Jan 2014 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 11 years and 223 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.