View previous topic :: View next topic |
Author |
Message |
erg_samowzbudnik Tux's lil' helper


Joined: 09 Sep 2011 Posts: 124 Location: uk/sticks
|
Posted: Sun Sep 15, 2019 11:08 am Post subject: distccd network issue |
|
|
I have an issue with distcc, when I run
Code: | /etc/init.d/sshd start |
I get:
Code: | Warning: distccd will start when net.wlan0 has started |
wlan0 is up but anyway I'm routing it through eth0
I have the same (appart for the --listen option) /etc/conf.d/distccd config on the server and that starts ok.
Any tips on where to look? |
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 47163 Location: 56N 3W
|
Posted: Sun Sep 15, 2019 1:26 pm Post subject: |
|
|
erg_samowzbudnik,
Ask yourself if you need all network interfaces up before you consider the network service up or not.
Once you have decided that, read and possibly edit, /etc/rc.conf _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
erg_samowzbudnik Tux's lil' helper


Joined: 09 Sep 2011 Posts: 124 Location: uk/sticks
|
Posted: Sun Sep 15, 2019 1:55 pm Post subject: |
|
|
in the above it was supposed to be /etc/init.d/distccd ....
after some digging and adjustments it runs, not sure what sorted it but perhaps it was adding rc_depend_strict="NO" to /etc/rc.conf
___
NeddySeagoon:
I haven't noticed your post, thanks for the tip
Still, what's strange I haven't got that on the server and distcc runs fine |
|
Back to top |
|
 |
|