← Back to team overview

touch-packages team mailing list archive

[Bug 1443413] Re: boot fails on cryptsetup random swap partition with "invalid argument"

 

This is quite interesting although
cryptswap1 should be on  /dev/dm-6 it's mounted at dm-8

grep cryptswap1 /etc/crypttab
cryptswap1 /dev/dm-6 /dev/urandom swap,cipher=aes-cbc-essiv:sha256

ls -l /dev/mapper/cryptswap1 
lrwxrwxrwx 1 root root 7 Apr 17 09:17 /dev/mapper/cryptswap1 -> ../dm-8

swapon -s
Filename                                Type            Size    Used    Priority
/dev/dm-8                               partition       4194300 12      -1

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

Title:
  boot fails on cryptsetup random swap partition with "invalid argument"

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  Booting with systemd fails always at same stage.
  Using upstart just works.

  grep GRUB_CMDLINE_LINUX /etc/default/grub
  GRUB_CMDLINE_LINUX_DEFAULT=""
  GRUB_CMDLINE_LINUX="systemd.log_target=kmsg systemd.log_level=debug"

  grep debug /boot/grub/grub.cfg
  linux   /vmlinuz-3.19.0-13-generic root=/dev/mapper/vg-root ro systemd.log_target=kmsg systemd.log_level=debug

  Sadly systemd-debug doesn't reveals more information what fails :-(

  lsb_release -rd
  Description:	Ubuntu Vivid Vervet (development branch)
  Release:	15.04

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


References