You are not logged in.

#1 2010-02-16 12:21:45

Nerous
Member
Registered: 2010-02-03
Posts: 9

Problem during start up. Command line

Hello guys. I am having a strange issue. During start up, instead of showing me the welcome screen of KDE to put my pass and log in etc etc, it shows me the command line.
To make things work i have to log in as root and do a reboot. Then it works normal and shows me the KDE log screen.

The problem doesn't come up when i am just restarting computer. Or when i shut it down, and open it again immediately.

Offline

#2 2010-02-16 12:33:19

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: Problem during start up. Command line

Did you change your runlevel to 5 in inittab? Or are you starting kdm as a daemon?


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#3 2010-02-16 14:56:33

Nerous
Member
Registered: 2010-02-03
Posts: 9

Re: Problem during start up. Command line

sHyLoCk wrote:

Did you change your runlevel to 5 in inittab? Or are you starting kdm as a daemon?

# /etc/inittab
#

#  Runlevels:
#    0    Halt
#    1(S)       Single-user
#    2    Not used
#    3    Multi-user
#    4    Not used
#    5    X11
#    6    Reboot

## Only one of the following two lines can be uncommented!
# Boot to console
#id:3:initdefault:
# Boot to X11
id:5:initdefault:

rc::sysinit:/etc/rc.sysinit
rs:S1:wait:/etc/rc.single
rm:2345:wait:/etc/rc.multi
rh:06:wait:/etc/rc.shutdown
su:S:wait:/sbin/sulogin -p

# -8 options fixes umlauts problem on login
c1:2345:respawn:/sbin/agetty -8 38400 tty1 linux
c2:2345:respawn:/sbin/agetty -8 38400 tty2 linux
c3:2345:respawn:/sbin/agetty -8 38400 tty3 linux
c4:2345:respawn:/sbin/agetty -8 38400 tty4 linux
c5:2345:respawn:/sbin/agetty -8 38400 tty5 linux
c6:2345:respawn:/sbin/agetty -8 38400 tty6 linux

ca::ctrlaltdel:/sbin/shutdown -t3 -r now

# Example lines for starting a login manager
#x:5:respawn:/usr/bin/xdm -nodaemon
#x:5:respawn:/usr/sbin/gdm -nodaemon
x:5:respawn:/usr/bin/kdm -nodaemon
#x:5:respawn:/usr/bin/slim >& /dev/null

# End of file
AEMONS=(syslog-ng hal network cpufreq crond alsa fam apcid)

hmm

Offline

Board footer

Powered by FluxBB