> Now, on the workstations, the boot up stops at the following message
 > 
 > rc.sysinit completed, switching to multi-session mode
 > 
 > ???????
 > 
 > That is where I stuck...

I had the same symptom yesterday.

I my case it was caused by getltscfg which didn't like my lts.conf and
segfaulted on it. So no config variables were set and init's
respawning of 
  s1:5:respawn:/bin/startsess tty1  /etc/screen_session

did nothing else as sleep 30; sleep 30; sleep 30; ......

(as a look in /etc/screen_session shows:
  ...
  SLEEP=30
  ...
  SCREEN_CMD=`get_cfg SCREEN_${SCREEN_NUM} none`

  SCREEN_SCRIPT=`echo $SCREEN_CMD | cut -f1 -d" "`
  SCREEN_ARGS=`echo $SCREEN_CMD | cut -f2- -d" " -s`

  if [ "${SCREEN_SCRIPT}" = "none" ]; then
      sleep ${SLEEP}
  else
  ...)


Here is a minimal lts.conf that causes getltscfg to segfault:
[ws01]
        X_MOUSE_DEVICE     = "/dev/psaux"
        X_MOUSE_PROTOCOL   = "PS/2"
        X_MOUSE_DEVICE     = "/dev/input/mice"
        X_MOUSE_PROTOCOL   = "imps/2"
        X_MOUSE_RESOLUTION = 400
        X_MOUSE_BUTTONS    = 3

If I save this as lts.conf.segfault and try

   /opt/ltsp/i386/bin/getltscfg -c lts.conf.segfault -n ws01 -a

I get a "Segmentation fault". If I delete any of the six lines of
[ws01] and keep the other five I sometimes get a "Segmentation fault"
sometimes don't.

Horst


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to