this post was submitted on 10 Nov 2023
7 points (88.9% liked)

Arch Linux

7175 readers
15 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
 

So I just fixed my Arch KDE install this morning (I broke plasma after an update) and now I have an issue with sudo. It simply doesn't do anything when I use it manually in the terminal and when I use yay, it gives an exec format error for the sudo file. After checking on the file using both the file command and kate. Both say that the file is empty. Is that supposed to be the case? If not, how do I fix it?

top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 11 points 7 months ago

If you have access to root, login to root and reinstall sudo from pacman, if not then you'll probably have to chroot into it and install it from there.

[–] [email protected] 4 points 7 months ago

No it is not ment to be empty. You will need to reinstall it to fix that.

[–] yoevli 3 points 7 months ago (1 children)

It's not meant to be empty. You could fix it by mounting your root partition in a live environment and copying over the sudo binary from the live disk, but without knowing why this happened I'd personally be a bit nervous that other binaries are corrupted as well, so I'd maybe consider reinstalling the OS (preserving the home partition/folder ofc). You could also probably get away with just reinstalling coreutils and fixing any other issues as they crop up if and when they do.

[–] [email protected] 6 points 7 months ago

don't copy over the sudo binary, chroot I to it and then reinstall the sudo package with pacman