You are not logged in.
Hello,
I tried to remove the password, this is the following outcome:
- Auto login (good)
- Can't do any sudo commonds , if i enter nothing then it thinks its wrong.
- Sometimes it asks me for password which i type it, it works.
What can I do here to turn back on password so I can do sudo commonds
OR CAN I JUST REMOVE THE PASSWORD COMPLETELY?
thank you.
Offline
Hello,
I tried to remove the password,....
How? What commands did you use?
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Use the command 'history' if you're unsure about how you tried doing this as well. Did you try doing something weird with the sudoers file, like removing the password for certain commands?
"I have not failed, I have found 10,000 ways that will not work" -Edison
Offline
you know that file in /etc/ hosts and some other commond .
THAT IS ALL
DO I HAVE TO GO INSTALL ANOTHER OS
Offline
you know that file in /etc/ hosts and some other commond .
THAT IS ALL
DO I HAVE TO GO INSTALL ANOTHER OS
We can't help you if you don't provide a (logical) answer to the questions... What did you try doing when you said you "tried removing password" ? From what user? and from where?
"I have not failed, I have found 10,000 ways that will not work" -Edison
Offline
Offline
Hey guys, can we have a timeout here? I don't think the community should tolerate incomplete error reports and all-caps passive aggressive statements demanding solutions.
@aiir - Respectfully, there's absolutely no way anybody can know how to fix your problem if you don't tell anyone what you did. Please be respectful of the community and its members if you'd like meaningful and constructive feedback.
Offline
I don't think the community should tolerate incomplete error reports and all-caps passive aggressive statements demanding solutions.
I was working on the supposition that the OP's first language is not English, I think some allowances should be made in such circumstances.
Offline
cloverskull wrote:I don't think the community should tolerate incomplete error reports and all-caps passive aggressive statements demanding solutions.
I was working on the supposition that the OP's first language is not English, I think some allowances should be made in such circumstances.
Agreed. Plus I've learned that typing in caps.. doesn't necessarily mean yelling in all cultures. It comes across us as demanding, but other people interpret it in other ways...I don't get the feeling that OP was trying to be rude or anything..
"I have not failed, I have found 10,000 ways that will not work" -Edison
Offline
Cool, sorry for OT tangent.
Offline
I think that aiir wants sudo without a password. Is this so? This is what I did:
You need to become ROOT.
$ sudo passwd
It asks you twice for the ROOT password, you enter them, and voilà!
Next, you su to root:
$ su (Enter)
passwd: xxxxxx
and now you become root:
edit the file /etc/sudoers
# nano /etc/sudoers
and put this line at the end of the sudoers file:
bobo ALL = NOPASSWD : ALL
replace 'bobo' with your username, save/exit from the editor, fire up the terminal again and test it as user:
$ sudo apt-get update
and it should start updating...no password.
If this is not what you were asking, apologies for wasting your time.
simplicity and speed
IceWM - JWM - Ratpoison
Offline