Changes between Version 1 and Version 2 of client/init


Ignore:
Timestamp:
Nov 18, 2009, 11:12:07 AM (15 years ago)
Author:
Jörg Steffens
Comment:

bug and workaround in 11.1 boot scripts

Legend:

Unmodified
Added
Removed
Modified
  • client/init

    v1 v2  
    1515
    1616{{{/etc/init.d/}}}
    17  1. localfs
     17 1. $localfs: boot.localfs
    1818 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)
    2021 1. network (parameter remotefs)
     22
     23I don't see, how this can work.
     24nfs and smbfs can not be munted, before network connection is established.
     25
     26We run into problems, with our init script, that expect network connection to be established.
     27
     28We rely on {{{waitfornm}}} (wait for NetworkManager), but this is broken,
     29because it is started at the same time as network-remotefs.
     30So it worked only half of the times.
     31
     32==== Workaround ====
     33add
     34{{{
     35Should-Start: network-remotefs
     36}}}
     37to {{{waitfornm}}}