the only way i could run xfs server was to change this line in
etc/rc.d/init.d/xfs.
#original daemon --check xfs su xfs -c \"xfs -port -1 -daemon\" -s /bin/sh
#replaced daemon xfs -droppriv -port -1 -daemon
On Sunday 07 January 2001 00:53, you wrote:
> On 2001.01.07 Robin Cook wrote:
> > Hello,
> >
> > I updated to the XFree86-4.0.2-2mdk and now X won't start.
> >
> > It comes back with something about not being able to find the default
> > font fixed.
>
> Look at /etc/rc.d/init.d/xfs, search lines like
> ... su xfs -c xfs -port -1 ....
> and change to
> ... xfs -droppriv -port -1
>
> (ie, delete the 'su xfs' part, and add a -droppriv).
>
> Don't know why, but this script seems to have problems with 'su'..