Changes between Version 1 and Version 2 of client/init
- Timestamp:
- Nov 18, 2009, 11:12:07 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
client/init
v1 v2 15 15 16 16 {{{/etc/init.d/}}} 17 1. localfs17 1. $localfs: boot.localfs 18 18 1. network (parameter localfs) 19 1. remotefs -> network-remotefs (call network with parameter remotefs) 19 1. $remotefs: $local_fs +nfs +smbfs 20 1. network-remotefs -> call network with parameter remotefs) 20 21 1. network (parameter remotefs) 22 23 I don't see, how this can work. 24 nfs and smbfs can not be munted, before network connection is established. 25 26 We run into problems, with our init script, that expect network connection to be established. 27 28 We rely on {{{waitfornm}}} (wait for NetworkManager), but this is broken, 29 because it is started at the same time as network-remotefs. 30 So it worked only half of the times. 31 32 ==== Workaround ==== 33 add 34 {{{ 35 Should-Start: network-remotefs 36 }}} 37 to {{{waitfornm}}}