Page 1 of 1
Root password MX-23 [Resolved]
Posted: Tue Mar 12, 2024 10:46 am
by TenderFoot
I set the root password (imaginatively) to root during installation. However, it is rejected when demanded (eg by Synaptic). The usb live session uses demo but that doesn't work either.
I have installed 3 times so far with the same result.
Is it possible to reset the root pw if I don't know what the system currently thinks it is?
Re: Root password MX-23
Posted: Tue Mar 12, 2024 10:50 am
by siamhie
Type in your user password.
Re: Root password MX-23
Posted: Tue Mar 12, 2024 11:20 am
by TenderFoot
That doesn't work!
Surely root privileges are required to make such a change?
Re: Root password MX-23
Posted: Tue Mar 12, 2024 11:24 am
by dolphin_oracle
will let you assign a new root password.
Re: Root password MX-23
Posted: Tue Mar 12, 2024 12:06 pm
by Charlie Brown
TenderFoot wrote: Tue Mar 12, 2024 10:46 am... rejected when demanded (eg by Synaptic)...
By default 'user's pw. is asked for such authentications unless it's changed to root's by the user (with "MX Tweak" - "Other" tab)
Re: Root password MX-23
Posted: Tue Mar 12, 2024 1:11 pm
by TenderFoot
Thanks for replies.
At the moment I, Synaptic or MX ore in Limbo!
As usual with a fresh install. on of my first actions is to update using Synaptic. Unfortunately the "screensaver" kicked in, blanked the screen except for the cursor and wouldn't resume so had to resort to Ctrl+| Alt+BkSp which logged me out! Logged back in but Synaptic had disappeared but won't relaunch eithe as it's still running - somewhere but doesn't in tray! Therefore prevented from Shutdown/Restart system either...
Re: Root password MX-23
Posted: Tue Mar 12, 2024 1:15 pm
by Charlie Brown
That screensaver (yes, sadly there ootb) is known to be causing such freezing issues since a long time. If you like: Get rid of it:
Code: Select all
sudo apt purge xfce4-screensaver -y
If you want something to lock the screen this will do it at one go:
Code: Select all
sudo apt purge xfce4-screensaver -y ; sudo apt update ; sudo apt install light-locker -y
Re: Root password MX-23
Posted: Tue Mar 12, 2024 1:46 pm
by TenderFoot
Thanks. I'll try it when/if Synaptic comes back under control. Can I kill the process?
Re: Root password MX-23
Posted: Tue Mar 12, 2024 2:24 pm
by Charlie Brown
You can do it after a reboot.
For you asked: sudo pkill synaptic
(However this time you need to enter sudo pw.)
or htop in a terminal (or from menu) and use that.
Re: Root password MX-23
Posted: Tue Mar 12, 2024 3:29 pm
by TenderFoot
After a reboot, it completed - pheew!
But I'll remember you suggestion for any future similar situations..