Ubuntu :: Change Password By Typing "passwd" In The Terminal?
Mar 9, 2010
1. I tried to change my password by typing "passwd" in the terminal. It then asked me to input the Unix password. After I typed in the Unix password, it read "Authentication token manipulation error". Why did that happen? I know what the Unix password is.2. . What is the difference between Unix password and Root password?
View 2 Replies
ADVERTISEMENT
Mar 9, 2010
I'm really new to Linux so this will probably sound like a pretty naive question to most users, but how do you change the root password?To install Java, I have to type # su into Terminal,which then asks for the password.What's weird is that when I start typing a password, no characters show up. I don't know if this is supposed to happen or not.I've found a bunch of different sites on the Internet that explain how to change the root password, but none of them seem to work for my specific work station.
I've got Ubuntu 9.10 64 bit. In the GRUB boot menu, I can choose to boot normal or in recovery mode (I'm led to believe older versions don't have this option).I've tried typing # sudo passwrd into Terminal, but I already have a root password set up apparently, so I can't change it there.
View 4 Replies
View Related
Jan 15, 2010
I have Red Hat version 4 I was trying to change the root password with the passwd command.I get the error passwd: PAM [dlerror: /lib64/security/sufficient: cannot open shared object file: No such file or directory] I have change the password before.
View 5 Replies
View Related
Jun 21, 2010
How I can save my password so I don't have to type it in every time I log into my server? It's a real distraction.
View 1 Replies
View Related
Jan 26, 2010
I accedently typed in a command in the terminal that made my computer load up without typing in user name or password. i would love you have that back. is there a command that you can use to get back there login screen. i am using ubuntu 9.10. i also dont know what the command was that i typed...
View 1 Replies
View Related
Jul 15, 2010
How can I avoid typing a password on every admin action? example when i install a program.
View 7 Replies
View Related
Mar 25, 2011
I'm trying to run a script that needs root privileges without typing in the password. I want to copy a file from my documents folder into /etc/X11 to overwrite my xorg.conf. I do this because I will have my computer switch from my monitors to my TV when I watch a movie. But I'd like to be able to make it a clickable icon so I don't have to type in cp /... /etc/...
This is my "script"
Code:
sudo cp /home/nertskull/Documents/xorg.conf_TV /etc/X11/xorg.conf
Then I read a lot of places that said to add this to the sudoers file (sudo visudo)
Code:
nertskull ALL = NOPASSWD: /home/nertskull/Documents/switch_TV.sh
I've done all that, and I still get asked for my password when I run that file.
nertskull ALL = ...
%nertskull ALL = ...
%users ALL = ...
%admin ALL = ...
I'm sure it's something simple I'm overlooking, but I've read 5 different threads on this, and I can't find anything they did that I'm not doing. Also, here is my sudoers file, because I know location within the file matters. But what I read said I should be putting my stuff at the end.
Code:
# /etc/sudoers
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the man page for details on how to write a sudoers file.
[code]....
View 6 Replies
View Related
Apr 28, 2011
my laptop is shutting down after i type in the password to start the upgrade.
logs:
syslog
WARNING: Could not launch application 'gnome-user-share.desktop': Unable to start application: Failed to execute child process "/usr/lib/gnome-user-share/gnome-user-share" (No such file or directory)
auth.log
administrator : no tty present and no askpass program specified ; TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/shutdown -h now
same thing is happening when i start synaptic.
View 3 Replies
View Related
May 30, 2010
I wonder if anyone has managed to get this game working? Looks interesting... I tried to install it on my Testing amd64 having read about it in linuxjournal and in the link given there. But no luck...
I downloaded the x86 & x86-64 installer with:
wget [URL]
Then according to the guide:
chmod u+x dangerdeep-0.3.0-linux-installer.bin
Then I tried to run the installer from the user terminal but it informed that it was necessary to run it as root. After installing it with
# ./dangerdeep-0.3.0-linux-installer.bin
I typed in dangerdeep in the user terminal which returned:
$ dangerdeep
dangerdeep: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
found information in Synaptic that the library libgl1-mesa-swx11 is also known as libGL or libGL.so.1.
But installing it with # aptitude install libgl1-mesa-swx11 results in the removal of libgl1-mesa-glx, and when trying to run the game by typing dangerdeep in the terminal, it still complains about an error while loading shared libraries libGL.so.1.
it looks a bit tricky to get this game running on Squeeze so I reinstalled libgl1-mesa-glx.
View 11 Replies
View Related
Feb 24, 2011
Is there a way to see what time I unlocked the lock screen (by typing the password)?
View 5 Replies
View Related
Aug 17, 2011
I have been looking at how to avoid typing my firefox master password. So far no luck.
Do you know of a way to have the master password in a file on a USB stick?
I am also looking for a way to integrate keepassx with firefox. I found passifox at[URL].. It depends on keepasshttp and seems to be a windows thing.
View 2 Replies
View Related
Jan 5, 2011
After connecting to any host, the openssh client hangs after I type the password. The strange part is, it only hangs if when I use the wlan card. If I connect my phone to the computer and uses it to connect to my server, it works 100%.
If I use any other computer at the wireless network, it works 100%
If I use putty on the same machine, it works 100%
It is only a problem when I use the build-in wireless card, under openSuSE 11.3, on my Lenovo L512. (note that everything besides ssh works completely).
View 4 Replies
View Related
Jul 17, 2011
Im having a lot of trouble getting my t mobile dongle to work. I have looked through most of the other threads about resolving the problem. when I see the answer about typing comands into the terminal I get lost and dont know what to do... I now have ubuntu 10.04 and 11.04 duel boot on laptop (hp nx6325). Cant seem to get it work on either virsion. I have tryed to chance passwords as other threads have sugested.
Am now trying (and failing) with this thread http://ubuntuforums.org/showthread.php?t=1147685 I have downloaded the mode switch and extracted it to the desktop. In the above thread it say "3) Open the Terminal, and go to the location of the decompressed file and execute"
View 3 Replies
View Related
Feb 4, 2010
I started to work on building a ftp by vsftpd in our lab (that's only for our lab members). I am going to setup some the virtual users for each of the member. We have a CentOS5 (without upgrade after the fresh installation). I try several ways to setup the vsftpd for virtual users. 1) with db4 2) with mysql 3) without database and use htpasswd. But all fails. Actually, I don't want to use database, so I am going to find out the reason of failure on 'htpasswd' method
My vsftpd is installed in /etc/vsftpd (for only using ftp account, it is no problem to login).
1) I setup an account called vftpuser and build the corresponding home (/home/vftpuser), and then I setup another account call usera and also create a directory within /home/vftpuser.
2) I use htpasswd to add passwd to usera and store the passwd in /etc/vsftpd/passwd.
3) I added the name of usera to /etc/vsftpd/user_list
4) I create a directory /etc/vsftpd/user to store a unique conf for each user (for usera, the conf named usera) which contains the local root for users, which is
[Code]....
View 1 Replies
View Related
Oct 2, 2009
I have a web server running Centos5 on a Xeon processor with 2GB of RAM. Whenever I try to login as a user the system hangs.If I login as root I can login without any problems. I tried changing the passwd. I can change the passwd but still not able to login as that user. I tried creating a new user. When I run the command adduser or useradd the system hangs.
View 7 Replies
View Related
Mar 15, 2011
I recently set up a LDAP server, and have a server using it to authenticate users.
That works completely, but when a user tries to use passwd to change his password this happens.
Code:
And this is in /var/log/auth.log
Code:
View 1 Replies
View Related
Sep 24, 2009
I am trying to write a remote access module. Is there any function in linux where I can give string (password entered by user) and compare it with the actual user password stored in /etc/shadow. Since the password is stored encrypted in /etc/shadow I cannot parse and compare. So I want some method to compare if my user entered the correct password..Is there any function for that..
View 6 Replies
View Related
Jun 17, 2010
Half the time I click on a text box to write and star typing only to find out I'm typing somewhere other than where I clicked.It's not dwell click and the active text box seems to be related to mouseover.
View 2 Replies
View Related
Mar 24, 2011
i need to connect to a remote linux server on certain times (automated), but i need to log on to the server. So i want to make a script (shell perhaps) that periodically connects to the server and checks some files and folders.How do i automate it and how can i log on automatically to the remote server without typing everytime the password and login (the script should do it himself)
View 14 Replies
View Related
Jul 5, 2010
I've just got a TP-Link wn-851n PCI WLAN card, and the problem is that ubuntu can search for the network, but I can't join into the network after typing the password. I'm sure that it is correct as m Windows notebook is also using that network.
Taking a look in dmesg, and it start to loop this message after I joined the network.
Quote:
View 1 Replies
View Related
Feb 18, 2010
is it possible to create a shell script that adds user and password in the passwd and smbpasswd?
View 3 Replies
View Related
Aug 10, 2010
Not able to login to a user account, even after clearing the password from root using passwd -d
[root@ivrsdb1_pnq /]# passwd -S oracle
Password locked.
[root@ivrsdb1_pnq /]# passwd -u -f oracle
Unlocking password for user oracle.
[code]....
View 3 Replies
View Related
Jan 23, 2010
I am using opera 10.10 built 4742 i686 version. My proble is when i change to other workspace and then go back to opera, sometime, it will have the typing problem (at search bar and address bar). Need to roll it up and then roll it down before can type again. I am using Ubuntu 9.10 64 bit with latest updated.
However, the opera (same version and get from the same source: [URL]) does not have the same problem on Linux Mint 8 (dual-boot with ubuntu 9.10). As i know Linux Mint 8 is based on ubuntu 9.10.
View 1 Replies
View Related
Nov 13, 2010
Recently I migrated from Ubuntu to Debian, first thing i wanted to do was to give myself sudo permissions and lock the roir account. By default sudo group don't have permissions to do this on debian, so i wanted to edit sudoers file by typing visudo. But i keep getting this
error: Error opening terminal: vanilla How can i solve this.
View 1 Replies
View Related
Jan 14, 2011
we know that /etc/passwd - is a replica of /etc/passwd file and acts as a backup in any damage done to /etc/passwd file..i have observed a strange thing in RHEL 5.4....for example... if /etc/passwd has 100 accounts.. then /etc/passwd - is having only 99 accounts....when i add 101 useraccount with "useradd" then /etc/passwd has 101 accounts and /etc/passwd is having the 100th account of /etc/passwd - ..when i delete /etc/passwd and recover it with /etc/passwd - from runlevel 1 the lastly created user is not having his account after recovery.. what is the solution? this is same case even with /etc/shadow and /etc/shadow -
View 2 Replies
View Related
Feb 17, 2009
FC9 - Sulphur, x86, nothing fancy
Did an update (damn the unofficial repos!)
Found a problem with pam_passwdqc module.
Like the title says, I'm unable to change root's password.
I boot into singleuser mode, run passwd, get the
Code:
Boot into multiuser mode and I'm still unable to login.
Two questions:
1) Anyone have a 'default' /etc/pam.d/system-auth that I can replace with the system-auth that was obliterated by the pam_passwdqc update?
2) Any other ideas?
View 14 Replies
View Related
Jan 8, 2010
hello i am trying to change my password, but when i type in the new password i get this:"The password is longer than 8 characters. On some systems, this can cause problems. You can truncate the password to 8 characters, or leave it as it is."my question is what kind of problem could i get and how can i change so i have to log in every time i start the computer?
View 9 Replies
View Related
Jun 14, 2011
everytime i try to vnc to my box, it pops up the keyring authentication, which is obviously a huge problem when logging in remotely.how do i change my keyring password to match my login password?
View 4 Replies
View Related
Jul 25, 2011
I have a brand new install.I was doing some housekeeping and made a more sure password.Something went wonky and I got locked out.So I booted to root and changed the password.I'm back in the box now.But, my keyring password no longer matches my user password.So every time I want to do something I am asked for my old password.How do I change my keyring password to match my login password?
View 3 Replies
View Related
Jan 13, 2010
How can I force passwd to use a simple password?I want to change my passwd & delete passwd history (if stored).I plan on creating a Virtual Appliance that uses another password besides my testing password.
View 5 Replies
View Related