Hi,
I might spotted a bug in the install process of MX-23.6
in the gui of the installer I've unchecked sudo
https://i.imgur.com/BMLP7F9.jpeg
but it get installed anyway... :/
I've look in https://bugs.mxlinux.org/buglist.cgi?quicksearch=sudo but didn't find an open bug report about it. So I'm planning to do so, I guess it use another user account than this forum right ?
Repporting a bug
Repporting a bug
If the freedom of expression is limited to the ideas that we like, it is not freedom of expression.
- dolphin_oracle
- Developer
- Posts: 22245
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Repporting a bug
but is the sudod service enabled?
the services tab doesn't uninstall anything, just enabled/disables the service. I've never actually disabled sudo, so there could still be a bug...
the services tab doesn't uninstall anything, just enabled/disables the service. I've never actually disabled sudo, so there could still be a bug...
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.
- Eadwine Rose
- Administrator
- Posts: 14618
- Joined: Wed Jul 12, 2006 2:10 am
Re: Repporting a bug
Image adjusted, please read the forum rules and be mindful of image sizes, thank you.
MX-23.6_x64 July 31 2023 * 6.1.0-37amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Re: Repporting a bug
no, you seem right !dolphin_oracle wrote: Tue Jun 10, 2025 4:21 pm but is the sudod service enabled?
the services tab doesn't uninstall anything, just enabled/disables the service. I've never actually disabled sudo, so there could still be a bug...
Code: Select all
# service --status-all
[ - ] sudo
# service sudo status
#
--
Sorry, got it, thanks to have edited for me.Eadwine Rose wrote: Tue Jun 10, 2025 4:34 pm Image adjusted, please read the forum rules and be mindful of image sizes, thank you.
If the freedom of expression is limited to the ideas that we like, it is not freedom of expression.
Re: Repporting a bug
That's a different issue, I think mx-tweaks has an option to select what kind of authentication you use "root" or "user with sudo".SpongeBOB wrote: Tue Jun 10, 2025 4:45 pm but it's weird when I need to do something that require more privileges , like MX Tweaks --> Other [ ] Enable Bluetooth adapter on boot it accept my user password !
sudo doesn't need sudo service... from what I could gather:
On some systems (e.g. Debian-based), sudo service under SysVinit manages the sudo plugin service that supports things like:
- Timestamp cleanup (via sudo --reset-timestamp)
- Session management for sudo via PAM
- Auditing or logging enhancements
However, it's not required for basic sudo to work. It's optional and mostly legacy.
Re: Repporting a bug
Thanks @Adrian,
Hoo I didn't notice ( in MX Tweak -> Other )
Password for administrative tasks: [X] Users [ ] Root
and actually this option use sudo ! (recommendation for MX: tooltip that say that the mechanism used is sudo, could be good )
For other noob like me, when the window Authenticate appear, if it need the root user, it will be written
Hoo I didn't notice ( in MX Tweak -> Other )
Password for administrative tasks: [X] Users [ ] Root
and actually this option use sudo ! (recommendation for MX: tooltip that say that the mechanism used is sudo, could be good )
For other noob like me, when the window Authenticate appear, if it need the root user, it will be written
Otherwise... as the super user ...
... Authentication is required to perf...
If the freedom of expression is limited to the ideas that we like, it is not freedom of expression.
- dolphin_oracle
- Developer
- Posts: 22245
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Repporting a bug
its the sudo group, not sudo itself. the graphical authentications are all policykit.SpongeBOB wrote: Fri Jun 13, 2025 6:37 am Thanks @Adrian,
Hoo I didn't notice ( in MX Tweak -> Other )
Password for administrative tasks: [X] Users [ ] Root
and actually this option use sudo ! (recommendation for MX: tooltip that say that the mechanism used is sudo, could be good )
For other noob like me, when the window Authenticate appear, if it need the root user, it will be written
Otherwise... as the super user ...... Authentication is required to perf...
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: Repporting a bug
Thank you @dolphin_oracle
If the freedom of expression is limited to the ideas that we like, it is not freedom of expression.