-
I installed debian 12 on my laptop using the Spiral Linux image. I still have a couple of misconfigurations, one of which is that sudoedit is not working. Example:
It works with sudo $EDITOR /hello. Just for info, here are the filesystems mounted:
And I have write permissions on /tmp:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi there, I don't have this problem on my system. It appears that you have an LVM installation, which is not supported in SpiralLinux because the Calamares installer doesn't properly support LVM: calamares/calamares#2343 |
Beta Was this translation helpful? Give feedback.
Found that
EDITOR=nano sudoedit /hello
just works. So the problem is about my neovim installation (the debian's neovim works as well)