I've just installed 11.10, and am using Gnome shell.
I´ve problem with my user login.
When ubuntu starts, at user & password login menu, y check my pass to log in but all ubunto does is a beep sound, black screen, and returns to start menu asking login and pass again.
No errors, "wrong pass" or something else.
It fails only with my user, if i try to log as guest everything is ok and it stats with no problem.
Any idea aboout it?
I am trying to build and expect script to log into multiple aix boxes and change password.
hi,
Im using the following code for FTP
code:
#!/usr/bin/ksh
ftp -v -n "10.29.45.11" << cmd
user "mahesva" "mahesva123"
get rtl.tar
quit
cmd
Below is the log when i run the above code
**********************************
Connected to 10.29.45.11.
220 (vsFTPd 2.0.1)
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected
Hi guys,
I am new to BASH scripting and I was wondering if anyone could have a look at this code and explain to me why I am getting an Unexpected End of File Error ?
If you can that would be great / much appreciated!
The "user" nobody is a very special account, I know that much, and will not work with most apps that a user would need to start. It's a non-login user account which is used for security purposes to deny an attacker a proper login shell. I'm pretty sure Samba treats the account & user group "nobody" in a special fashion, at least that's what is in
Hi All,
I have one shell script and like to convert into GUI for user creation..Any way to convert shell script into php?
Please find the below for my script.
Code:
$ more user.sh
#!/bin/ksh
set -x
pwfile="/etc/passwd" shadowfile="/etc/shadow"
gfile="/etc/group"
######Want to check user account already exist###############
echo &qu
openSUSE 11.2 box with seven users
At login only one account is visible.
It might be a coincidence but problem only arose with the addition of the seventh user
YaST -> Security and Users -> User and Group management -> User tab
shows seven users
for each user
Edit -> "disable user login" box is unchecked
I'd be grateful for any thoughts on solving this one
I have always used the traditional log-in methods to prevent my kids etc. from having administrative privileges. Now, with the kids grown up, I wanted to set-up my Ubuntu 12.04 log me in without a password.