Root password MX-23 [Resolved]

Message
Author
User avatar
TenderFoot
Posts: 132
Joined: Sun May 03, 2009 2:34 pm

Root password MX-23 [Resolved]

#1 Post 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?
Last edited by TenderFoot on Tue Mar 12, 2024 3:30 pm, edited 1 time in total.

User avatar
siamhie
Global Moderator
Posts: 3256
Joined: Fri Aug 20, 2021 5:45 pm

Re: Root password MX-23

#2 Post by siamhie »

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.

User avatar
TenderFoot
Posts: 132
Joined: Sun May 03, 2009 2:34 pm

Re: Root password MX-23

#3 Post by TenderFoot »

That doesn't work!

Surely root privileges are required to make such a change?

User avatar
dolphin_oracle
Developer
Posts: 22149
Joined: Sun Dec 16, 2007 12:17 pm

Re: Root password MX-23

#4 Post by dolphin_oracle »

Code: Select all


sudo passwd root
will let you assign a new root password.
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.

Charlie Brown

Re: Root password MX-23

#5 Post 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)

User avatar
TenderFoot
Posts: 132
Joined: Sun May 03, 2009 2:34 pm

Re: Root password MX-23

#6 Post 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...

Charlie Brown

Re: Root password MX-23

#7 Post 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

User avatar
TenderFoot
Posts: 132
Joined: Sun May 03, 2009 2:34 pm

Re: Root password MX-23

#8 Post by TenderFoot »

Thanks. I'll try it when/if Synaptic comes back under control. Can I kill the process?

Charlie Brown

Re: Root password MX-23

#9 Post 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.

User avatar
TenderFoot
Posts: 132
Joined: Sun May 03, 2009 2:34 pm

Re: Root password MX-23

#10 Post by TenderFoot »

After a reboot, it completed - pheew!

But I'll remember you suggestion for any future similar situations..

Post Reply

Return to “Software / Configuration”