Pixel <[EMAIL PROTECTED]> writes:
> Stew Benedict <[EMAIL PROTECTED]> writes:
>
> > This was reported on PPC too, and I thought it was just a PPC anomoly. It
> > seems the msec run that takes place between the bootloader setup and X
> > config is somehow disrupting the ftp connection. When I disabled the msec
> > run in drakx and the problem went away. Msec does bring down/up the
> > network connects as part of this run, although it doesn't seem to effect
> > an NFS install.
>
> nice. Now why is that needed?
> The culprit is (from /usr/share/msec/lib.sh):
>
> LoadSysctl () {
> /sbin/sysctl -e -p /etc/sysctl.conf
> service network restart
> }
>
> fredl, how do we fix this? The problem is that drakx run msec supposing it
> will modify the files, NOT the running system. It seems we need 2 modes...
>
with the new msec (0.17), you just need to call it like that not to
run the commands and btw I add the option to log to stderr instead of
syslog:
msec -o run_commands=0 -o log=stderr <level>
--
Fred - May the source be with you