Subject: RE: PRoblem with Domino 6.5.1 on SuSE 8.2
Hi Daniel-no problem..I had a lot of work myself.
I ran the server with your sh -v command, and got the starting console. As the whole log of it would be too long I only post the last part of it (Ihope thats enough..)
++++++++++++++++++++++++++++++++++++++++++
Now run the program
while [ $status -eq $RestartExitStatus ]; do
if [ ${LARCH} = "os390" ]; then
if [ a$domcon_pbits != "a" ]; then
LANG=$SAVEDLANG ${ToRun} "$@" >"$DataHome"/noteslog/notes.log 2>&1
else
LANG=$SAVEDLANG ${ToRun} "$@"
fi
else
if [ ${LARCH} = "linux" ]; then
if [ -n "$Notes_GDB" ]; then
ToRun="gdb ${ToRun} "$@""
fi
fi
${ToRun} "$@"
fi
status=$?
status=`expr $status % 128`
for DelayLoop in 6 5 4 3 2 1; do
if [ ! -f "${DataHome}/fault_recovery.busy" ]; then
break
else
sleep 5
fi
done
if [ -n "$DataHome" -a -f "${DataHome}/fault_recovery.busy" ]; then
$Rm -f "${DataHome}/fault_recovery.busy"
fi
if [ -n "$DataHome" -a -f "${DataHome}/fault_recovery_restart_me" ]; then
status=$RestartExitStatus
$Rm -f "${DataHome}/fault_recovery_restart_me"
fi
if [ ${LARCH} = "os390" -a $status -eq $RestartExitStatus ]; then
# if native console is on, then we move the notes.log file and start over
if [ a$domcon_pbits != "a" ]; then
cp "$DataHome"/noteslog/notes.log "$DataHome"/noteslog/notes.log`date '+.%Y%m%d.%H:%M:%S'`
touch "$DataHome"/noteslog/domcon_restart_log
fi
fi
done
Stack base = 0xbffee978, Stack size = 3536 bytes
Fatal Error signal = 0x0000000b PID/TID = 22202/16384
Tue Jul 27 22:47:45 Running cleanup script
/opt/lotus/bin/server: line 1070: 22202 Segmentation fault ${ToRun} “$@”
expr $status % 128
if [ $status -eq $TooManyCrashesStatus ]; then
#
# If server is called from inittab hang here so it is not respawned
#
if [ ! -z "$ExceedCrashSleep" ]; then
while [ 1 ]; do
sleep 60
done
fi
status=255; # -1 is converted to 255
fi
exit $status
stty 2502:5:bf:8a3b:3:1c:7f:15:4:0:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0
++++++++++++++++++++++++++++++++++++++++++
As the domino doesn’t starts at all (see also may other discussion with Mallareddy..) he doens’t writes any information into the log databse…
I hope that is enough information for you..
I’m thankfull for any help..
Regards
JENS