-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
On Wed, 13 Aug 2003 02:23:27 -0700, Steve Simitzis said:
>hiya. i noticed recently that venus and codasrv do not start up at
> reboot time now i'm running 6.0. they used to start at boot time
> back when i was running 5.3.20. has anyone noticed this, and if
> so, what should i do to fix it? i am running redhat linux with
> the init.d scripts that come with coda.
The problem is that coda cannot (for an unknown reason) start with the
terminals it gets through the init process. A quick and simple fix is to
redirect all output in the init scripts to /dev/null.
That means for the venus.init script to change line 45 to:
${exec_prefix}/sbin/venus > /dev/null 2> /dev/null &
and for codasrv.init change line 58 to:
startserver > /dev/null 2> /dev/null &
This should be all (I hope the line numbers are correct).
Ciao
Florian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Get my DSA key from: www.netego.de/hpc?p=download&l=en
iD8DBQE/Ogqu+2lxodi1OoURAhlFAJ9tKp2bFghUZ0Ynf+MKcK80ndfCtgCfQb6e
PxB3DomD1pWgbIhEzjk/bow=
=f+8G
-----END PGP SIGNATURE-----