LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 01-18-2007, 01:15 PM   #1
greenleaf1
LQ Newbie
 
Registered: Jan 2007
Posts: 1

Rep: Reputation: 0
Question Suse 10.2 username, password problem


Sorry if this question has been asked before but I have really tried to look for an answer to my problem through different forums and cannot find a solution for this. I'm hoping someone can help me here.

I eventually managed to install Suse 10.2 64 bit version (coming from a non-linux background, hence complete newb to linux).

However, when the blue screen comes up with 'username' and 'password', I'm completely stumped because during installation, it never got to the point of offering to set up a username and password. So I can't login.

I put the DVD back in and updated the installation but it would still not give the option of setting up username and password (even though the menu or steps on the left shows that this is the next stage of installation) and just re-booted the PC again after it had done its update.

I'm really now not sure what to do. Can someone give me clear directions/steps as to how to do the username, and password thing? I'm not by all means a programming sort of person, but if someone can help me out, that would be great.

If I need to go into another screen , can you tell me in easy steps, what to do?

Thanks in advance,
the newb
 
Old 01-18-2007, 01:59 PM   #2
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
One way is to reset your root password; there are threads about this, for example

inuxquestions.org/questions/showthread.php?t=519611&highlight=reset+root+password

use Search to find the others. There might be (a lot) easier way, but since I'm not a SuSE user/have never been, I couldn't know (usually there is at least one user created during installation, or at least set a root password).
 
Old 02-03-2007, 05:06 PM   #3
wooby23
LQ Newbie
 
Registered: Feb 2007
Posts: 6

Rep: Reputation: 0
Is this a common glitch?...as a total newcommer to Linux, i also installed SUSE 10.2 and when the system rebooted i was asked for a login and password without being given the chance to set up the root first. 2 re-installs later and still have not been able to set the root password or any other login.
 
Old 02-03-2007, 05:10 PM   #4
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
There's usually a RESCUE mode during the GRUB boot up screen. Select that and it will take you into ROOT automatically. From there, start setting up your user account using the 'useradd' command.
 
Old 02-04-2007, 01:48 PM   #5
wooby23
LQ Newbie
 
Registered: Feb 2007
Posts: 6

Rep: Reputation: 0
I have tried booting in SUSE (RESCUE) mode and that sends me to a command promp:-

Rescue Login:

typing root <RETURN> gives me:-

Rescue:~#

typing passwd <RETURN> returns:-

"Changing password for root." (followed by a short pause) then:-

"passwd: user not known to the underlying authentication module" and im back to "Rescue:~#" prompt.:

Any help to reset this password appriciated (not too much linux techno as im a total noob)
 
Old 02-04-2007, 04:03 PM   #6
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Type
Code:
useradd yournewusername -m -p newpassword
Are you cable to create a new user account from there? If so, then next step is to run
Code:
visudo
and make your user has root privileges. Reboot, then run
Code:
sudo passwd root
Worse comes to worst, why can't you just reinstall?
 
Old 02-04-2007, 04:43 PM   #7
flycast
Member
 
Registered: Jul 2006
Posts: 89

Rep: Reputation: 15
This is outrageous. I rebooted in Failsafe mode and still just get a login prompt. I guess that the SuSE folks just want the very, very smartest people to be able to use it.
 
Old 02-04-2007, 05:53 PM   #8
wooby23
LQ Newbie
 
Registered: Feb 2007
Posts: 6

Rep: Reputation: 0
oki still stuck...

At the rescue command promp i typed:-

useradd yournewusername -m -p newpassword

and it returned the message:-

-bash: useradd: command not found



 
Old 02-04-2007, 09:19 PM   #9
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
how about
Code:
adduser
 
Old 02-04-2007, 09:20 PM   #10
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Quote:
Originally Posted by flycast
This is outrageous. I rebooted in Failsafe mode and still just get a login prompt. I guess that the SuSE folks just want the very, very smartest people to be able to use it.
LOL! Where did you come from and what are you trying to do? ARe you in the same situation as the original poster??
 
Old 02-04-2007, 09:32 PM   #11
flycast
Member
 
Registered: Jul 2006
Posts: 89

Rep: Reputation: 15
Yes. I spent four hours today installing openSuSE and I am locked out. I assume that this is not a normal behavior of openSuSE but after four hours it's quite frustrating.
 
Old 02-04-2007, 11:02 PM   #12
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Quote:
Originally Posted by flycast
Yes. I spent four hours today installing openSuSE and I am locked out. I assume that this is not a normal behavior of openSuSE but after four hours it's quite frustrating.
You kind of popped out of nowhere so we don't know exactly what happened. I guess you are hijacking this thread, but did the same thing happen to you? you installed SuSE and it DID NOT ASK YOU TO CREATE USER ACCOUNTS??
 
Old 02-05-2007, 01:06 PM   #13
wooby23
LQ Newbie
 
Registered: Feb 2007
Posts: 6

Rep: Reputation: 0
adduser, useradd etc do nothing. I really cant understand why it reboots me to the login screen after install with no options to setup a rootpassword or user....is this a common problem with Open SUSE?...any other ideas would be welcomed as im at a loss.

 
Old 02-05-2007, 05:47 PM   #14
flycast
Member
 
Registered: Jul 2006
Posts: 89

Rep: Reputation: 15
I'm sorry, I guess I did hijack the thread. I am having the same problem as well. That is correct OpenSuSE did not give me the option to create user accounts. When it was finished installing it rebooted and went directly to the login screen where we I am locked out with no password for root. Nasty little bug considering the amount of time and effort to install it.

Anyway, I have moved on to trying Slackware. So far so good.
 
Old 02-05-2007, 05:57 PM   #15
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Quote:
Originally Posted by wooby23
adduser, useradd etc do nothing. I really cant understand why it reboots me to the login screen after install with no options to setup a rootpassword or user....is this a common problem with Open SUSE?...any other ideas would be welcomed as im at a loss.

I installed OpenSuSE 10.2 several times in my VMware and it has always asked me to create a username and password. I don't know why yours got skipped. Can you reinstall???
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Username and password to login Suse linux 10 honghoahoi Linux - General 4 01-20-2010 10:50 PM
username & password problem ubuntu azmike Linux - Software 5 08-22-2006 11:03 AM
Username/Password Problem FindingWaldo763 Red Hat 2 01-07-2006 04:48 AM
Problem Addind Dialup Provider, using blank username/password AbuAnas Linux - Networking 0 10-19-2005 08:10 AM
forgot username and password for SuSE 9.3 Pro bmims Linux - Newbie 1 08-20-2005 07:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 10:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration