You are not logged in.
Pages: 1
hiya.
I haven't setup a root password but I need to enter one during login at gnome..... what can I do?
Life is what you make of it.....
Offline
You can do a console login, or just log in to a shell as root. Then it's just "passwd" without the quotes.
Hi. I'm a sig. What are you?
Offline
You can do a console login, or just log in to a shell as root. Then it's just "passwd" without the quotes.
euh.... :oops: I can't find it :oops: how do I do a console login (or shell login)?
I see a screen with the gnome sign at the left side... abough that there are 4 buttons: Session, Language, actions, theme (forgive any typo's. I need to translate them from Dutch...)
Life is what you make of it.....
Offline
The account is locked, since you haven't given it a password.
FWIW, you really shouldn't do day-to-day desktop stuff as root... If you don't want to bother with too much password stuff, try setting up one non-administrator account and using sudo. See here, and here if you wish to disable sudo's password verification prompt - the latter is not very secure but better than running as root.
Offline
The account is locked, since you haven't given it a password.
FWIW, you really shouldn't do day-to-day desktop stuff as root... If you don't want to bother with too much password stuff, try setting up one non-administrator account and using sudo. See here, and here if you wish to disable sudo's password verification prompt - the latter is not very secure but better than running as root.
I need to log in as root to install XAMPP webserver....
Life is what you make of it.....
Offline
Wait a minute, are you using Arch or another distro? Arch defaults to console login...
If you are running Arch, comment out "gdm" in the DAEMONS array in /etc/rc.conf. If it's not in the DAEMONS array then change this line in /etc/inittab:
id:5:initdefault:to this:
id:3:initdefault:Offline
I do use arch linux.
when I try to save rc.conf using kde or gnome I get the error that I don;t have the privilages to do so. (I'm using the username of my sister at the moment)
Life is what you make of it.....
Offline
CTRL+ALT+F1 to bring yourself to console. IF you haven't set up your root password, it's blank - login as 'root' with no password. Then change it with 'passwd'
Offline
If you didn't setup a root password, open a term and type su, you should get dropped into a root shell.
You might be interested in sudo if you're trying to login as root often.
http://wiki.archlinux.org/index.php/Sudo
Also, installing something similar to XAMPP by installing the parts of XAMPP, such as Apache, MySQL, PHP, Perl, etc very easily. Check out the wiki.
Please please please secure your XAMPP, don't leave default passwords on or no password. Your machine will get hacked.
Offline
Pages: 1