Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
I get an error when I start xfs server....
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
murpheus
Guest





PostPosted: Tue May 21, 2002 11:36 pm    Post subject: I get an error when I start xfs server.... Reply with quote

Hello,

I edited the /etc/init.d/xfs file a few times and now I can't remember what the script should be... :(
Actually, I get this:

#!/sbin/runscript
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# /space/gentoo/cvsroot/gentoo-x86/x11-base/xfree/files/4.2.0-r9/xfs.start,v 1.2 2002/05/20 17:47:34 age$

depend() {
use logger
}

start() {
ebegin "Starting X Font Server"
if [ "`grep xfs /etc/passwd`" ] ; then
start-stop-daemon --start --quiet --exec /usr/X11R6/bin/xfs \
-- -daemon -config /etc/X11/fs/config \
-droppriv -user xfs 1>&2
else
start-stop-daemon --start --quiet --exec /usr/X11R6/bin/xfs \
-- -daemon -config /etc/X11/fs/config 1>&2
fi
eend $?



The problem I have is xfs doesnt want to start. If I type: /etc/init.d/xfs start then I get this message:
* Starting X Font Server...
/usr/X11R6/bin/xfs error: /sbin/runscript.sh: line -30: 1032 Segmentation fault start-stop-daemon --start --quiet --exec /usr/X11R6/bin/xfs -- -daemon -config /etc/X11/fs/config -droppriv -user xf [ !! ]

In my /etc/X11/XF86Config, I removed all "FontPath" and added: FontPath "unix/:7100"

Thank you for your help!
Back to top
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum