← Back to team overview

touch-packages team mailing list archive

[Bug 1448134] Re: boot hangs on vmblock fuse mount

 

Morning,
based on my experience using systemd elsewhere...
Gut tells me this is a network share using fuse  defined in fstab which is trying to be mounted before networking is up.

quick fix is to use fstab mount options:
noauto:   to tell systemd not to make this mount point a hard dep for the early mounting effort

optionally you can also add
x-systemd.automount:  to tell systemd to treat it as a lazy mount

I use this pairing myself now.

Full control of network mounts inside the scope of systemd semantics can be done using dedicated units files like in this cifs example:
http://wiki.openelec.tv/index.php/Mounting_network_shares#Systemd_CIFS_sample_mount

which makes sure the mount unit is ordered after the network-online unit
to make sure network is in fact up.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1448134

Title:
  boot hangs on vmblock fuse mount

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  After upgrading to Ubuntu 15.04 I experience a mayor boot delay of one
  and half minutes. It does not happen when I boot with upstart in
  anvanced menu.

  "systemd-analyze critical-chain" gives me this:

  graphical.target @1min 37.987s
  └─multi-user.target @1min 37.987s
    └─kerneloops.service @1min 37.873s +15ms
      └─network-online.target @1min 37.873s
        └─network.target @1min 30.654s
          └─NetworkManager.service @1min 30.450s +202ms
            └─basic.target @1min 30.443s
              └─sockets.target @1min 30.443s
                └─acpid.socket @1min 30.443s
                  └─sysinit.target @1min 30.441s
                    └─networking.service @1.547s +363ms
                      └─apparmor.service @1.436s +108ms
                        └─local-fs.target @1.435s
                          └─run-vmblock\x2dfuse.mount @1min 37.977s

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1448134/+subscriptions


References