LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   VectorLinux (https://www.linuxquestions.org/questions/vectorlinux-36/)
-   -   xfree86 login problem (https://www.linuxquestions.org/questions/vectorlinux-36/xfree86-login-problem-174725/)

reppie42 04-26-2004 11:25 AM

xfree86 login problem
 
I have my computer set to boot straight to xfree86's login screen as opposed to the console login. For a few days now, when I enter my username in password in the gui, the screen flashes like its loading, and then the login screen pops up again. I've tried ctrl + alt + bs to get to the console to edit some files, but xfree86 starts up as soon as it shuts down, giving me a quick glimpse of the rc.X script (x11 is starting now, or something to that point). Anyone have any ideas how to get to a console? I cant get to any of my files and its making me sad :-(

-andrew

Megamieuwsel 04-26-2004 12:24 PM

Use your installation-cd.
In the first screen of the installation-process you get the possibillty to boot an installed system.
Do NOT use the "ro"-option of the suggested command.
Once on the prompt , use VASM to undo the graphical login.

reppie42 04-27-2004 01:55 AM

hey, thanks for the reply. 2 things though. VASM hasnt been working for me either. whenever I select an option, it just flashes and redisplays the main menu, not allowing me to go anywhere. 2nd, if I boot from the install disk, how do I stop it from starting up xfree86?

thanks

Megamieuwsel 04-27-2004 02:53 AM

Pfew!
's Been quite some time ago for me as well.

Let's try a different approach :
Do you have another distro installed on that machine? You may add your VL-partition to your fstab , so you could access it from there.
Or a Free partition , you can use to do a fresh install?

If both questions are answered with "no" , You could download the VL-Life-cd here: http://www.ibiblio.org/pub/linux/dis...inux-4.0/live/
(Any other Linux-Live-cd would work as well , I think)

Ofcourse , the first option would be fastest.

elluva 05-08-2004 03:48 AM

much easier, on Vector you should still have a console open at CTRL+ALT+F6 (comes from slack), I am not sure but it could be they stay all open as well. Then you can just edit /etc/inittab and change
id:5:initdefault:
to
id:2:initdefault:

then reboot and your vector will boot in multiuser text mode. I always boot this way to make sure I am able to get to the console again, if you really want to boot graphical it is possible as well this way by putting 'startx' at the end of your bash log in script (~/.bash_profile).

good luck
elluva

raysr 05-24-2004 01:37 AM

I just installed Vector and the only way I can login (myname) is with "root". How can I change it so I can log in with "username"?

elluva 05-24-2004 02:26 AM

You probably never made a normal user, log in as root and type vasm. There should be an option to make a new user...

Megamieuwsel 05-24-2004 09:08 AM

Not in vasm ; the command "adduser" is what you need.

raysr 05-24-2004 09:37 AM

Thanks. I did "adduser" and got a /home/xxxx" but never saw a prompt for a "password" for the new user name.

Megamieuwsel 05-24-2004 11:23 AM

Hmmm....
Just checked , and I got this :
Quote:

bash-2.05b# adduser

Login name for new user []: guest

User ID ('UID') [ defaults to next available ]:

Initial group [ users ]:

Additional groups (comma separated) []: root

Home directory [ /home/guest ]

Shell [ /bin/bash ]

Expiry date (YYYY-MM-DD) []:

New account will be created as follows:

---------------------------------------
Login name.......: guest
UID..............: [ Next available ]
Initial group....: users
Additional groups: root
Home directory...: /home/guest
Shell............: /bin/bash
Expiry date......: [ Never ]

This is it... if you want to bail out, hit Control-C. Otherwise, press
ENTER to go ahead and make the account.


Creating new account...


Changing the user information for guest
Enter the new value, or press ENTER for the default
Full Name []:
Room Number []:
Work Phone []:
Home Phone []:
Other []:
Changing password for guest
Enter the new password (minimum of 5, maximum of 127 characters)
Please use a combination of upper and lower case letters and numbers.
New password:
Bad password: too simple.
Warning: weak password (enter it again to use it anyway).
New password:
Re-enter new password:
Password changed.


Account setup complete.
bash-2.05b#

raysr 05-24-2004 09:56 PM

Got it, thanks alot.


All times are GMT -5. The time now is 07:14 PM.