You are not logged in.

#1 2021-04-24 17:49:03

Calimari
Member
Registered: 2021-04-24
Posts: 3

visudo not responding

So I'm trying to add a user to sudoers. I have sudo installed. I enter visud, then hit tab, it autocorrects to visudo, and I press enter. A new line starts. Nothing happens. Am I doing something wrong?

Offline

#2 2021-04-24 18:03:39

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 9,003
Website

Re: visudo not responding

Can we see

type visudo

Are you attempting to run the command as root?


Jin, Jîyan, Azadî

Offline

#3 2021-04-24 18:29:30

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: visudo not responding

Do you have vi or vim installed?

What's the output of...

echo $EDITOR

No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#4 2021-04-24 20:35:44

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,523

Re: visudo not responding

Also, if you run visudo as regular user (not "sudo visudo", but just "visudo") it'll tell you that it cannot access /etc/sudoers and leave you at a new prompt.

Offline

#5 2021-04-25 06:05:35

Calimari
Member
Registered: 2021-04-24
Posts: 3

Re: visudo not responding

Head_on_a_Stick wrote:

Can we see

type visudo

Are you attempting to run the command as root?

I ran it both as root and as a normal user. Nothing works.

And

 type visudo 

outputs

 visudo is /usr/bin/visudo 

Offline

#6 2021-04-25 06:09:58

Calimari
Member
Registered: 2021-04-24
Posts: 3

Re: visudo not responding

Slithery wrote:

Do you have vi or vim installed?

What's the output of...

echo $EDITOR

It leaves me at a new line, and I do have vim installed.

Offline

#7 2021-04-25 06:11:09

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,523

Re: visudo not responding

sudo env EDITOR=vim visudo

Offline

Board footer

Powered by FluxBB