You are not logged in.
Pages: 1
I have installed gnome.
But the system doesn't pause at the command prompt (tty1) instead I'm directed to gnome login screen.
I try to login as root but it states "invalid credentials"
Also Alt+F2 (nor any other ttys) respond.
Eventually, I'm stuck at the gnome login screen.
I haven't created any other users within the system nor did i install sudo.
Offline
IIRC, GDM doesn't allow logging in as root by default. If you make another user and log in, you can enable this in the GNOME settings somewhere.
Offline
I have installed gnome.
But the system doesn't pause at the command prompt (tty1) instead I'm directed to gnome login screen.
I try to login as root but it states "invalid credentials"Also Alt+F2 (nor any other ttys) respond.
Eventually, I'm stuck at the gnome login screen.
I haven't created any other users within the system nor did i install sudo.
Didn't you read the 'GDM root login' entry on the wiki before you installed it? It describes how to enable root login from GDM, after it advises against it...
And why didn't you create any other users and install sudo? Those are among the most basic things you need, IMHO... I can't imagine you always want to log in as root, do you?
Oh, and try Ctrl+Alt+function_key. Maybe that enables you to go to another tty?
If the Matrix was real, it would run on Arch...
Offline
Oh, and try Ctrl+Alt+function_key. Maybe that enables you to go to another tty?
That is the default setting for all x displays.
Even if you did not install sudo, su is always available (included in coreutils)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
And why didn't you create any other users and install sudo? Those are among the most basic things you need, IMHO... I can't imagine you always want to log in as root, do you?
Do i need to go for sudo even if I'm the only user of the system?
Offline
Dustbin wrote:And why didn't you create any other users and install sudo? Those are among the most basic things you need, IMHO... I can't imagine you always want to log in as root, do you?
Do i need to go for sudo even if I'm the only user of the system?
Never use root as your default user. One typo in a root terminal can break your installation. One user more doesn't amount to more than a few kBytes on your harddrive, so that is no reason to avoid it.
Last edited by progandy (2012-07-10 16:22:12)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
Pages: 1