View previous topic :: View next topic |
Author |
Message |
bjoern n00b
Joined: 27 Apr 2002 Posts: 10
|
Posted: Wed May 01, 2002 7:17 am Post subject: once again: starting dhcpcd before samba |
|
|
Hello guys,
I still haven't solved this problem... How the Hell is it possible to start dhcpcd (the _client_-daemon) _before_ samba.
Right now i put /sbin/dhcpcd in local.start and added the samba startup-script from /etc/init.d to the default runlevel.
Please help....
bjoern |
|
Back to top |
|
|
Sylhouette n00b
Joined: 18 Apr 2002 Posts: 70 Location: Beverwijk , Holland
|
Posted: Wed May 01, 2002 8:18 am Post subject: |
|
|
i think you have to edit the dhcpd file in /etc/init.d
there is a option depend in the file
it looks like
Code: | depend() {
bla bla
} |
At bla bla give the option :
I think this will work
Good luck
If that does not work try reading the documentation: Gentoo rc-scripts guide, maybe i overlooked something |
|
Back to top |
|
|
bjoern n00b
Joined: 27 Apr 2002 Posts: 10
|
Posted: Wed May 01, 2002 9:06 am Post subject: |
|
|
Alright, thank you so far,
but due to the fact that I need to use the CLIENT there is no init script there is just one for the server deamon.... |
|
Back to top |
|
|
earlydaysofsin n00b
Joined: 19 Apr 2002 Posts: 13
|
Posted: Wed May 01, 2002 12:57 pm Post subject: |
|
|
on dirty method would be to initialize net.eth0 in the boot runlevel rather than the default level ... im not sure how g2 decides the order in which to initialize the services within the runlevel |
|
Back to top |
|
|
|