Root password MX-23 [Resolved]
- TenderFoot
- Posts: 132
- Joined: Sun May 03, 2009 2:34 pm
Root password MX-23 [Resolved]
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?
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?
Last edited by TenderFoot on Tue Mar 12, 2024 3:30 pm, edited 1 time in total.
Re: Root password MX-23
Type in your user password.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
- TenderFoot
- Posts: 132
- Joined: Sun May 03, 2009 2:34 pm
Re: Root password MX-23
That doesn't work!
Surely root privileges are required to make such a change?
Surely root privileges are required to make such a change?
- dolphin_oracle
- Developer
- Posts: 22149
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Root password MX-23
Code: Select all
sudo passwd root
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: Root password MX-23
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)
- TenderFoot
- Posts: 132
- Joined: Sun May 03, 2009 2:34 pm
Re: Root password MX-23
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...
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
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:
If you want something to lock the screen this will do it at one go:
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
- TenderFoot
- Posts: 132
- Joined: Sun May 03, 2009 2:34 pm
Re: Root password MX-23
Thanks. I'll try it when/if Synaptic comes back under control. Can I kill the process?
Re: Root password MX-23
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.
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.
- TenderFoot
- Posts: 132
- Joined: Sun May 03, 2009 2:34 pm
Re: Root password MX-23
After a reboot, it completed - pheew!
But I'll remember you suggestion for any future similar situations..
But I'll remember you suggestion for any future similar situations..