Something happened few days ago in my Xubuntu 14.04. None of applications which require admin password won't open. Apps like GParted, Update Manager, File Manager when trying to open a folder as root, etc...
No matter how I start them. From the menu, desktop or in terminal using gksudo. In every case after entering the (the correct) password, the password dialog hides away and then the indicator light of the hard disk starts to blink heavily. But app window won't show up. Task Manager shows that the app uses 25% of CPU-time. And this keeps going no matter how long I wait.
Updating and upgrading work fine when started in terminal using sudo. Nano, leafpad and any GUI apps work fine even when started in terminal as NORMAL user, but not with gksudo nor sudo...
My username has sudo & adm groups. All been working fine for years but suddenly this problem occured. I'm wondering that hard disk usage which never ends. To get rid of that the OS must be rebooted.
So guys, how to sort this out?
tail -f /var/log/syslog– Parto Feb 26 '18 at 17:15gksudo leafpad, entering the password and then nothing, no errors, no messages. Only pwd dialog disappears and then begins heavy hard disk usage. But in the syslog file few lines did appear, I try add them here: – qwerty193 Feb 26 '18 at 21:32tail -f /var/log/*.log– Parto Feb 27 '18 at 10:55:0.0– qwerty193 Mar 01 '18 at 07:57xhost local:rootwill give root access to your display – ravery Mar 01 '18 at 09:49non-network local connections being added to access control list– qwerty193 Mar 01 '18 at 13:39sudo su -and then run a gui command. Try enabling the root user with a very secure password and logging as root. Install sshd and ssh in into the loopback interfacessh -X root@local(you can limit sshd to only listen on the loopback interface.) – David Mar 04 '18 at 15:54