Control: reassign -1 lvm2 This appears to be a problem in lvm2 not marking devices as ready, so systemd times out waiting for them.
Please attach the information of reportbug --template lvm2 to this bug report so the lvm2 maintainers can help you diagnose the problem. If this turns out to be a problem in systemd, please reassign back. Michael Am 24.06.2017 um 20:46 schrieb Barry S. Newberger: > Package: systemd > > > > Version: 215-17+deb8u7 > > The /home, /root, /var, /tmp, /usr, /swap, and /home partitions are in a > logical volume group. From the log: > > > > Jun 18 14:01:00 barry-debian systemd[1]: Starting Arbitrary Executable > File Formats File System Automount Point. > > Jun 18 14:01:00 barry-debian systemd[1]: Set up automount Arbitrary > Executable File Formats File System Automount Point. > > Jun 18 14:01:00 barry-debian systemd[1]: Expecting device > dev-mapper-vg_bsnlinux\x2dlv_swap.device... > > Jun 18 14:01:00 barry-debian systemd[1]: Expecting device > dev-disk-by\x2duuid-017fcb02\x2d46b3\x2d443f\x2da1c7\x2d65ad9e3a6565.device... > > Jun 18 14:01:00 barry-debian systemd[1]: Expecting device > dev-disk-by\x2duuid-23de4c26\x2d60d1\x2d4e21\x2db046\x2dbf76bf6876f7.device... > > Jun 18 14:01:00 barry-debian systemd[1]: Expecting device > dev-mapper-vg_bsnlinux\x2dlv_home.device... > > Jun 18 14:01:00 barry-debian systemd[1]: Expecting device > dev-mapper-vg_bsnlinux\x2dlv_temp.device... > > Jun 18 14:01:00 barry-debian systemd[1]: Expecting device > dev-mapper-vg_bsnlinux\x2dlv_var.device... > > > > Jun 18 14:01:05 barry-debian kernel: EXT4-fs (sda2): mounted filesystem > without journal. Opts: (null) > > Jun 18 14:02:30 barry-debian systemd[1]: Job > dev-mapper-vg_bsnlinux\x2dlv_var.device/start timed out. > > Jun 18 14:02:30 barry-debian systemd[1]: Timed out waiting for device > dev-mapper-vg_bsnlinux\x2dlv_var.device. > > Jun 18 14:02:30 barry-debian systemd[1]: Dependency failed for /var. > > Jun 18 14:02:30 barry-debian systemd[1]: Dependency failed for Local > File Systems. > > > > Jun 18 14:02:30 barry-debian systemd[1]: Triggering OnFailure= > dependencies of local-fs.target. > > Jun 18 14:02:30 barry-debian systemd[1]: Dependency failed for Update > UTMP about System Runlevel Changes. > > Jun 18 14:02:30 barry-debian systemd[1]: Dependency failed for Load/Save > Random Seed. > > Jun 18 14:02:30 barry-debian systemd[1]: Dependency failed for Various > fixups to make systemd work better on Debian. > > Jun 18 14:02:30 barry-debian systemd[1]: Dependency failed for Update > UTMP about System Boot/Shutdown. > > Jun 18 14:02:30 barry-debian systemd[1]: Dependency failed for Load/Save > RF Kill Switch Status of rfkill0. > > Jun 18 14:02:30 barry-debian systemd[1]: Dependency failed for File > System Check on /dev/mapper/vg_bsnlinux-lv_var. > > > > Jun 18 14:02:30 barry-debian systemd[1]: Job > dev-mapper-vg_bsnlinux\x2dlv_temp.device/start timed out. > > Jun 18 14:02:30 barry-debian systemd[1]: Timed out waiting for device > dev-mapper-vg_bsnlinux\x2dlv_temp.device. > > Jun 18 14:02:30 barry-debian systemd[1]: Dependency failed for /tmp. > > Jun 18 14:02:30 barry-debian systemd[1]: Dependency failed for File > System Check on /dev/mapper/vg_bsnlinux-lv_temp. > > Jun 18 14:02:30 barry-debian systemd[1]: Job > dev-mapper-vg_bsnlinux\x2dlv_home.device/start timed out. > > Jun 18 14:02:30 barry-debian systemd[1]: Timed out waiting for device > dev-mapper-vg_bsnlinux\x2dlv_home.device. > > Jun 18 14:02:30 barry-debian systemd[1]: Dependency failed for /home. > > Jun 18 14:02:30 barry-debian systemd[1]: Dependency failed for File > System Check on /dev/mapper/vg_bsnlinux-lv_home. > > > > Jun 18 14:02:30 barry-debian systemd[1]: Job > dev-mapper-vg_bsnlinux\x2dlv_swap.device/start timed out. > > Jun 18 14:02:30 barry-debian systemd[1]: Timed out waiting for device > dev-mapper-vg_bsnlinux\x2dlv_swap.device. > > Jun 18 14:02:30 barry-debian systemd[1]: Dependency failed for > /dev/mapper/vg_bsnlinux-lv_swap. > > Jun 18 14:02:30 barry-debian systemd[1]: Dependency failed for Swap. > > > > The /root and /usr partitions mount without issue. > > > > Here is the fstab: > > > > # /etc/fstab: static file system information. > > # > > # Use 'blkid' to print the universally unique identifier for a > > # device; this may be used with UUID= as a more robust way to name devices > > # that works even if disks are added and removed. See fstab(5). > > # > > # <file system> <mount point> <type> <options> <dump> <pass> > > /dev/mapper/vg_bsnlinux-lv_root / ext4 > errors=remount-ro 0 1 > > # /Photos-Data was on /dev/sda3 during installation > > UUID=017fcb02-46b3-443f-a1c7-65ad9e3a6565 /Photos-Data ext4 > defaults 0 2 > > # /boot was on /dev/sda2 during installation > > UUID=23de4c26-60d1-4e21-b046-bf76bf6876f7 /boot ext2 > defaults 0 2 > > /dev/mapper/vg_bsnlinux-lv_home /home ext4 defaults > 0 2 > > /dev/mapper/vg_bsnlinux-lv_temp /tmp ext4 defaults > 0 2 > > /dev/mapper/vg_bsnlinux-lv_usr /usr ext4 defaults > 0 2 > > /dev/mapper/vg_bsnlinux-lv_var /var ext4 defaults > 0 2 > > /dev/mapper/vg_bsnlinux-lv_swap none swap sw > 0 0 > > /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0 > > > > > > Barry Newberger > > > > > > _______________________________________________ > Pkg-systemd-maintainers mailing list > Pkg-systemd-maintainers@lists.alioth.debian.org > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers > -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-systemd-maintainers mailing list Pkg-systemd-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers