Comment 3 for bug 1766872

Revision history for this message
Eric Desrochers (slashd) wrote : Re: 'Enable Network' in recovery mode not working in Bionic

So all the remaining jobs are basically waiting for friendly-recovery to exit to start due to the "oneshot" instruction, which make xnox patch (revno 152) not working.

Some waiting jobs are units in which the desired network services in revno 152 depends on.
I totally understand why "oneshot" is set, but in this case it is the blocker.

If we remove "oneshot" then everything will start and make the recovery mode useless.
So I think "oneshot" need to stay there.

The only thing then I can think of atm is to add --job-mode=ignore-dependencies --no-ask-password and possibly extra stuff in frienly-recovery.service to make the necessary network services to start in recovery mode when requesting 'Enable Network'.