Re: [Cooker] xfs start script still buggy ?

2000-09-26 Thread Frederic Lepied

Guillaume Rousse <[EMAIL PROTECTED]> writes:

> Also sprach Frederic Lepied :
> > Could you try:
> > 
> > sh -x /etc/rc.d/init.d/xfs start
> > 
> script is executed and result is echoed on the standard output.
> I can't understand everything, so here comes the extract about xfs

OK I see the problem. It's corrected in the XFree86-xfs 21mdk and
initscripts 28mdk packages.
-- 
Fred - May the source be with you





Re: [Cooker] xfs start script still buggy ?

2000-09-26 Thread Guillaume Rousse

Also sprach Frederic Lepied :
> Could you try:
> 
> sh -x /etc/rc.d/init.d/xfs start
> 
script is executed and result is echoed on the standard output.
I can't understand everything, so here comes the extract about xfs
(between start and retval) :
+ start
+ echo -n 'Starting X Font Server: '
Starting X Font Server: + rm -fr /tmp/.font-unix
+ daemon --check xfs su xfs -c '"xfs' -port -1 '-daemon"' -s /bin/sh
+ gotbase=
+ user=
+ nicelevel=0
+ '[' --check '!=' -check -o --check '!=' --check ']'
+ shift
+ base=xfs
+ gotbase=yes
+ shift
+ '[' su '!=' su -o su '!=' su ']'
+ '[' -z yes ']'
++ pidofproc su
+++ basename su
++ base=su
++ '[' 1 = 0 ']'
++ '[' -f /var/run/su.pid ']'
+++ pidof -o 846 -o 777 -o %PPID -x su
++ pid=773 440
++ '[' '773 440' '!=' '' ']'
++ echo 773 440
++ return 0
+ pidlist=773 440
+ pid=
+ '[' -d /proc/773 ']'
+ pid= 773
+ '[' -d /proc/440 ']'
+ pid= 773 440
+ '[' color = verbose ']'
+ '[' -n ' 773 440' ']'
+ echo_passed
+ '[' color = color ']'
+ echo -en '\033[60G'
   + echo -n '['
[+ '[' color = color ']'
+ echo -en '\033[1;33m'
+ echo -n PASSED
PASSED+ '[' color = color ']'
+ echo -en '\033[0;39m'
+ echo -n ']'
]+ echo -ne '\r'
+ return 1
+ return
+ RETVAL=1



-- 
Guillaume Rousse

He who joyfully marches to music rank and file, has already earned my
contempt. He has been given a large brain by mistake, since for him the
spinal cord would surely suffice - A.Einstein




[Cooker] xfs start script still buggy ?

2000-09-24 Thread Guillaume Rousse

I upgrader to XFree86-19mdk, with lots of xfs patching announced in
changelog, but i still have to comment the xfs start line in
/etc/init.d/xfs :
#daemon --check xfs su xfs -c \"xfs -port -1 -daemon\" -s /bin/sh
and to use direct launch :
su xfs -c "xfs -port -1 -daemon" -s /bin/sh

As it seems this affect only some of us, what can i do to provide more
debug info ? Is there a log for xfs ?
-- 
Guillaume Rousse

He who joyfully marches to music rank and file, has already earned my
contempt. He has been given a large brain by mistake, since for him the
spinal cord would surely suffice - A.Einstein