Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
12-13-2006, 11:08 AM
|
#1
|
LQ Newbie
Registered: Dec 2006
Posts: 9
Rep:
|
Please help I'm Linux challenged!
OK, I have a small problem here. I loaded Linux on an unused laptop so I can learn Linux as I need to for work.
I don't recall selecting a sign on username/password but it asks for on after boot up. I've tried everything I believe I may have come up with but nothing works.
Is there a backdoor entry to reset a username/password?
I also experienced another problem (when I was able to log on) When web surfing I found that simply moving my mouse around on a web page would act as if I clicked on the "back page" button. VERY frustrating. It make me want to just use my windows box for anything I need online.
Lazer
Last edited by Lazer; 12-13-2006 at 11:22 AM.
|
|
|
12-13-2006, 11:22 AM
|
#2
|
LQ Addict
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908
|
A backdoor would defeat the whole notion of system security, wouldn't it?
Since you just installed, and can't login, you don't have personal files to loose.
Re-install, paying attention to prompts for names and passwords. Write them down if you have to in order to remember them.
|
|
|
12-13-2006, 11:22 AM
|
#3
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
i think for most user-friendly distros they will go through the process and ask you about setting up your user account. if this wasnt the case try to login to the console (or even the GUI if you have to!) as 'root' and create another account, then always use this new 'regular' user account, as root can be dangerous to work as because you have unlimited power and one command can ruin your install.
|
|
|
12-13-2006, 11:24 AM
|
#4
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
What distribution?
Depending on the distro, it sometimes installs with password off. Did you try logging in a s root with no password?
You can boot from the install CD in rescue mode--or from a "live CD" such as Knoppix. You can disable the root password by opening the /etc/password file and editing the root entry to remove the first "x".....The entry will wind up looking something like this:
root::0:0:root:/root:/bin/bash
Now when you re-boot, you can log in to the root account with no password.
|
|
|
12-13-2006, 11:26 AM
|
#5
|
LQ Newbie
Registered: Dec 2006
Posts: 9
Original Poster
Rep:
|
Quote:
Originally Posted by bigrigdriver
A backdoor would defeat the whole notion of system security, wouldn't it?
Since you just installed, and can't login, you don't have personal files to loose.
Re-install, paying attention to prompts for names and passwords. Write them down if you have to in order to remember them.
|
This was my first thought as well, but I thought I'd check to see if there was another way first. I had trouble with my first install attempt and had to do it a second time. I usually do write down any usernames/passwords. I just don't remember setting one up. Perhaps re-installing may help with the second issue I added to my original post? Or is this a bug?
Thanks
Lazer
|
|
|
12-13-2006, 11:29 AM
|
#6
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
Quote:
Originally Posted by bigrigdriver
A backdoor would defeat the whole notion of system security, wouldn't it?
Since you just installed, and can't login, you don't have personal files to loose.
Re-install, paying attention to prompts for names and passwords. Write them down if you have to in order to remember them.
|
There is ALWAYS a backdoor if you have physical custody of the hardware. Locks and passwords are for honest people (and passwords are useful on networks)
If I want your data, all I have to do is boot your machine from my own CD distro---or just throw the whole thing in the trunk of my car.
|
|
|
12-13-2006, 11:29 AM
|
#7
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
Quote:
I also experienced another problem (when I was able to log on) When web surfing I found that simply moving my mouse around on a web page would act as if I clicked on the "back page" button. VERY frustrating. It make me want to just use my windows box for anything I need online.
|
is this a USB mouse? this happens everytime i install slackware, and i have to prevent a mouse driver from loading to get it to work. if it is USB, then this may be one solution.
if it is not USB (or even if it is) the more likely solution will have to do with editing a file, /etc/X11/xorg.conf, under the InputDevice section for your mouse. the solution will be to change your 'Protocol', 'Device', 'Buttons' or just one of them. search around here for more help if you need to.
|
|
|
12-13-2006, 11:30 AM
|
#8
|
LQ Newbie
Registered: Dec 2006
Posts: 9
Original Poster
Rep:
|
Quote:
Originally Posted by pixellany
What distribution?
Depending on the distro, it sometimes installs with password off. Did you try logging in a s root with no password?
You can boot from the install CD in rescue mode--or from a "live CD" such as Knoppix. You can disable the root password by opening the /etc/password file and editing the root entry to remove the first "x".....The entry will wind up looking something like this:
root::0:0:root:/root:/bin/bash
Now when you re-boot, you can log in to the root account with no password.
|
Well this is a bit over my newbie head. I ordered a Linux fundamental course and loaded what came with it. All I see anywhere is Fedora Core 4. Does that answer the distro question?
|
|
|
12-13-2006, 11:32 AM
|
#9
|
LQ Newbie
Registered: Dec 2006
Posts: 9
Original Poster
Rep:
|
Quote:
Originally Posted by nadroj
is this a USB mouse? this happens everytime i install slackware, and i have to prevent a mouse driver from loading to get it to work. if it is USB, then this may be one solution.
if it is not USB (or even if it is) the more likely solution will have to do with editing a file, /etc/X11/xorg.conf, under the InputDevice section for your mouse. the solution will be to change your 'Protocol', 'Device', 'Buttons' or just one of them. search around here for more help if you need to.
|
No, this was just using the touchpad mouse (laptop).
|
|
|
12-13-2006, 11:35 AM
|
#10
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
ok, still, editing the file i mentioned is most likely the solution to that problem.
|
|
|
12-13-2006, 11:44 AM
|
#11
|
LQ Newbie
Registered: Dec 2006
Posts: 9
Original Poster
Rep:
|
Still can't get past the username entry. I put the install CD in and rebooted. It still brings me to the same sign on screen with no options to re-install the OS.
|
|
|
12-13-2006, 11:48 AM
|
#12
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
i dont imagine there is a problem with the boot order, as you got it to install off the cd in the first place, right?
when booting see if there are any messages to boot from cd or other media.
|
|
|
12-13-2006, 11:51 AM
|
#13
|
LQ Newbie
Registered: Dec 2006
Posts: 9
Original Poster
Rep:
|
Yes I set the CD drive to first boot device when I originally loaded it. I'm not getting any options at all during the boot process.
|
|
|
12-13-2006, 11:53 AM
|
#14
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
check the bios and verify CD is the first boot device.
|
|
|
12-13-2006, 11:56 AM
|
#15
|
LQ Newbie
Registered: Dec 2006
Posts: 9
Original Poster
Rep:
|
I'm such a friggin ID10T! I had the wrong CD in.
|
|
|
All times are GMT -5. The time now is 03:15 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|