Do you not have a backup?

|
lyut3ik 2022-07-20 17:11:40
hey guys! Hru?
mi ou 2022-07-20 17:23:44
nice music
mi ou 2022-07-20 17:23:59
I found out today
scholarsprimelead 2022-07-20 17:33:05
Can someone please help me fix this error

sudo: /usr/local/bin/sudo must be owned by uid 0 and have the setuid bit set

mi ou 2022-07-20 17:36:21
you can use debian to fix
lyut3ik 2022-07-20 18:03:30
HAHAHAHA, NICE
scholarsprimelead 2022-07-20 18:20:33
mi ou 2022-07-20 17:36:21
you can use debian to fix

How do I do that?

isaacx0102 2022-07-20 19:23:29
does anyone have the commands to install lutris flatpak on deepin 20.6?
Jose Reines 2022-07-20 20:56:08
deepin-141287.jpg

Jose Reines 2022-07-20 20:56:09
deepin-141288.jpg
I have come to believe not all platforms are scam
It’s a pleasure to say thanks to Globaltradefinance.ltd ✅✅✅✅

https://globaltradefinance.ltd//?ref=Jose

igatjens 2022-07-21 03:06:26
Jose Reines 2022-07-20 20:56:08

/report spam

gardenerbili 2022-07-21 04:07:45
isaacx0102 2022-07-20 19:23:29
does anyone have the commands to install lutris flatpak on deepin 20.6?

searching in the internet for the name of the app can help you

gardenerbili 2022-07-21 04:08:46
sounds nice
love_life_love_live 2022-07-21 05:26:32
isaacx0102 2022-07-20 19:23:29
does anyone have the commands to install lutris flatpak on deepin 20.6?

https://github.com/flathub/net.lutris.Lutris

GitHub – flathub/net.lutris.LutrisGitHub
Contribute to flathub/net.lutris.Lutris development by creating an account on GitHub.
love_life_love_live 2022-07-21 05:26:56
deepin-141307.jpg

love_life_love_live 2022-07-21 05:28:36
The first step recommend you use sudo . like this: sudo flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
scholarsprimelead 2022-07-21 10:12:09
scholarsprimelead 2022-07-20 17:33:05
Can someone please help me fix this error

sudo: /usr/local/bin/sudo must be owned by uid 0 and have the setuid bit set

Please guys I still need help on this

Myerscough 2022-07-21 10:53:15
scholarsprimelead 2022-07-20 17:33:05
Can someone please help me fix this error

sudo: /usr/local/bin/sudo must be owned by uid 0 and have the setuid bit set

I just pulled this from google –

Myerscough 2022-07-21 10:53:25
Log out as the current user, then log back in as root.
Execute chown root:root /usr/bin/sudo && chmod 4755 /usr/bin/sudo
Log out as root, then log back in as the current user
scholarsprimelead 2022-07-21 11:00:01
Myerscough 2022-07-21 10:53:25
Log out as the current user, then log back in as root.
Execute chown root:root /usr/bin/sudo && chmod 4755 /usr/bin/sudo
Log out as root, then log back in as the current user

There’s no way of logging in as root. I think that fix is for Ubuntu. I’ve tried that before now and all similar solutions

Myerscough 2022-07-21 11:00:34
It says you have changed owner of root to user
Myerscough 2022-07-21 11:00:48
You will need to change it back
Myerscough 2022-07-21 11:00:58
Maybe reinstall
scholarsprimelead 2022-07-21 11:01:10
Myerscough 2022-07-21 11:00:48
You will need to change it back

The question is how

Myerscough 2022-07-21 11:01:14
Do you not have a backup ?
scholarsprimelead 2022-07-21 11:01:22
Myerscough 2022-07-21 11:00:58
Maybe reinstall

This is what I’m avoiding

scholarsprimelead 2022-07-21 11:02:22
I didn’t do full installation because I had to partition my drive for dual OS boot (Windows 11 & Deepin 20.6)
scholarsprimelead 2022-07-21 11:03:28
So there’s no partition left for back up recovery feature. I just hope you understand
Myerscough 2022-07-21 11:05:00
I do
Myerscough 2022-07-21 11:05:31
You could try booting to terminal and try it from there
Myerscough 2022-07-21 11:05:55
But I think you will still have ROOT issue
scholarsprimelead 2022-07-21 11:06:13
Myerscough 2022-07-21 11:05:31
You could try booting to terminal and try it from there

How. I could get initramfs

scholarsprimelead 2022-07-21 11:06:59
I’m currently at initramfs but don’t know what to do from here
Myerscough 2022-07-21 11:07:33
You could try this one
Myerscough 2022-07-21 11:07:45
9

You shouldn’t have a /usr/local/bin/sudo, that’s what’s breaking things (not the password change). Move it out of the way:

/usr/bin/sudo mv /usr/local/bin/sudo{,2}
and then tell your shell about it:

hash -r
That will restore the sudo functionality you’re used to

|