Section 5.1.1 inconsistencies

Bug #1112846 reported by Dave Duback
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Upstart Cookbook
New
Undecided
Unassigned

Bug Description

5.1.1 Startup Process
(4) the mountall job emits six events, not three
root@dave-G74Sx:/etc/init# grep emits ./mountall.conf
emits virtual-filesystems
emits local-filesystems
emits remote-filesystems
emits all-swaps
emits filesystem
emits mounting
emits mounted
(7) the event net-device-up is emitted by network-interface job, not upstart-udev-bridge
(from network-interface.conf)
    if [ "$INTERFACE" = lo ]; then
        # bring this up even if /etc/network/interfaces is broken
        ifconfig lo 127.0.0.1 up || true
        initctl emit -n net-device-up \
            IFACE=lo LOGICAL=lo ADDRFAM=inet METHOD=loopback || true
    fi
(9) the start condition for rc-sysinit is
start on (filesystem and static-network-up) or failsafe-boot

section prefaced with statement that the section applies to Ubuntu
I am running Ubuntu 12.04 LTS and also have checked 12.10 in a virtual machine

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.