Dale <rdalek1...@gmail.com> wrote:

> cov...@ccs.covici.com wrote:
> > meino.cra...@gmx.de wrote:
> >
> >   
> >> cov...@ccs.covici.com <cov...@ccs.covici.com> [09-09-19 15:19]:
> >>     
> >> I solved the problem:
> >>
> >> /etc/slim.conf has the 
> >>
> >>     daemon = no
> >>
> >> flag, so the boot process seems optically ok but hangs right
> >> after slim hast started.
> >> Shutting down the system tries to stop services/processes/action,
> >> which never has been started...which fails in a hang.
> >>
> >> I dont know exactly...but...if that flag is the default configuration
> >> when installing slim I would suggest to change it to
> >>
> >>     daemon = yes
> >>
> >> to prevent users like me to spend the weekend in searching for a 
> >> problem in the shutdown process.
> >>
> >>     
> > I don't have such a file, or as far as I know, such a package.  My
> > shutdown does not hang, it just says no more processes left at this run
> > level and sits there forever and will not restart the system.
> >
> >   
> 
> Has the OP checked his inittab file?  I ran into something like this
> once a long time ago and I had to replace the inittab file since some of
> it was gone.  That file belongs to sysvinit so it may be worth
> re-emerging that to see if helps. 
> 
> I can post mine if you want something to compare to.  Off list of
> course.  Then again, it may not be to big.
> 
> Dale
> 
> :-)  :-) 
Here is my inittab, its pretty short.
#
# /etc/inittab:  This file describes how the INIT process should set up
#                the system in a certain run-level.
#
# Author:  Miquel van Smoorenburg, <miqu...@cistron.nl>
# Modified by:  Patrick J. Volkerding, <volke...@ftp.cdrom.com>
# Modified by:  Daniel Robbins, <drobb...@gentoo.org>
# Modified by:  Martin Schlemmer, <aza...@gentoo.org>
#
# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysvinit/files/inittab,v 1.5 
2005/12/22 02:03:23 vapier Exp $

# Default runlevel.
id:3:initdefault:

# System initialization, mount local filesystems, etc.
si::sysinit:/sbin/rc sysinit

# Further system initialization, brings up the boot runlevel.
rc::bootwait:/sbin/rc boot

l0:0:wait:/sbin/rc shutdown 
l1:S1:wait:/sbin/rc single
l2:2:wait:/sbin/rc nonetwork
l3:3:wait:/sbin/rc default
l4:4:wait:/sbin/rc default
l5:5:wait:/sbin/rc default
l6:6:wait:/sbin/rc reboot
#z6:6:respawn:/sbin/sulogin

# TERMINALS
c1:12345:respawn:/sbin/agetty 38400 tty1 linux
c2:2345:respawn:/sbin/agetty 38400 tty2 linux
c3:2345:respawn:/sbin/agetty 38400 tty3 linux
c4:2345:respawn:/sbin/agetty 38400 tty4 linux
c5:2345:respawn:/sbin/agetty 38400 tty5 linux
c6:2345:respawn:/sbin/agetty 38400 tty6 linux
c7:2345:respawn:/sbin/agetty 38400 tty7 linux
c8:12345:respawn:/sbin/agetty 38400 tty8 linux
c9:2345:respawn:/sbin/agetty 38400 tty9 linux
c10:2345:respawn:/sbin/agetty 38400 tty10 linux
c11:2345:respawn:/sbin/agetty 38400 tty11 linux


# SERIAL CONSOLES
#s0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
#s1:12345:respawn:/sbin/agetty 9600 ttyS1 vt100

# What to do at the "Three Finger Salute".
ca:12345:ctrlaltdel:/sbin/shutdown -r now

# Used by /etc/init.d/xdm to control DM startup.
# Read the comments in /etc/init.d/xdm for more
# info. Do NOT remove, as this will start nothing
# extra at boot if /etc/init.d/xdm is not added
# to the "default" runlevel.
x:a:once:/etc/X11/startDM.sh



-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         cov...@ccs.covici.com

Reply via email to