← Back to team overview

touch-packages team mailing list archive

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

 

@Jef Spaleta
I suspect it has to do with mounting a data partition. Mounting three NTSF data partitions on my harddisk (DOCS, DATA, TADA) never gave any problems, but when I added a EXT4 partition on my boot SDD (WORK), it gave me warnings during boot up, though it booted up fine. Seems like systemd is timing out on it. 

Where do I put the commands you suggested?

This is the content of /etc/fstab


UUID=6043010a-9ef2-4bfc-be63-edf244c46362 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda2 during installation
UUID=ec53629f-3dea-4baf-b0b3-9065267acb2c none            swap    sw              0       0
LABEL=DATA /media/user/DATA auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=DATA,x-gvfs-icon=DATA,x-gvfs-symbolic-icon=DATA 0 0
LABEL=DOCS /media/user/DOCS auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=DOCS,x-gvfs-icon=DOCS,x-gvfs-symbolic-icon=DOCS 0 0
LABEL=TADA /media/user/TADA auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=TADA,x-gvfs-icon=TADA,x-gvfs-symbolic-icon=TADA 0 0
LABEL=WORK /media/user/WORK auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=WORK,x-gvfs-icon=WORK,x-gvfs-symbolic-icon=WORK 0 0

-- 
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