[Bug 1450046] Re: times out on missing swap partition

2015-04-30 Thread EricDHH
Thanks, yes the swap environment was messed up, now 15.04 boots up in 15
seconds. Incredible that 14.04 and 15.10 has ignored this old settings,
the /sda5 was removed in february.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1450046

Title:
  times out on missing swap partition

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1450046] Re: times out on missing swap partition

2015-04-30 Thread Martin Pitt
 cryptswap1 /dev/sda5 /dev/urandom swap,cipher=aes-cbc-essiv:sha256

There we go -- you configured a partition which apparently doesn't exist
any more (according to blkid). Please remove this from /etc/crypttab and
everything should be in order again.

** Changed in: systemd (Ubuntu)
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1450046

Title:
  times out on missing swap partition

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1450046] Re: times out on missing swap partition

2015-04-30 Thread EricDHH
Okay here are the files

eric@athena:~$ more /etc/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
# / was on /dev/sda2 during installation
UUID=a28c290e-aba6-4dd1-a6ff-9e5f1850e576 /   ext4noatime,errors
=remount-ro 0   1
# /home was on /dev/sdb6 during installation
UUID=fa79ecc8-9a7b-4d4d-b2be-93c5c71a54b4 /home   ext4defaults  
  0   2
# swap was on /dev/sdb7 during installation
UUID=81df-07noneswapsw  
0   0
/dev/fd0/media/floppy0  autorw,user,noauto,exec,utf8 0   0
# Modification for SSD
tmpfs  /var/logtmpfs  defaults,noatime00
tmpfs  /tmp  tmpfs  defaults,noatime,mode=177700

eric@athena:~$ more /etc/crypttab
cryptswap1 /dev/sda5 /dev/urandom swap,cipher=aes-cbc-essiv:sha256
cryptswap2 /dev/sdb7 /dev/urandom swap,cipher=aes-cbc-essiv:sha256


eric@athena:~$ sudo blkid
/dev/sda1: LABEL=WIN-81 UUID=784655FD4655BC96 TYPE=ntfs 
PARTUUID=9623c55b-01
/dev/sda2: LABEL=UBUROOT UUID=a28c290e-aba6-4dd1-a6ff-9e5f1850e576 
TYPE=ext4 PARTUUID=9623c55b-02
/dev/sdb5: LABEL=WINDATA UUID=3EAE3B3D0E63A7AA TYPE=ntfs 
PARTUUID=81df-05
/dev/sdb6: LABEL=HOME UUID=fa79ecc8-9a7b-4d4d-b2be-93c5c71a54b4 TYPE=ext4 
PARTUUID=81df-06
/dev/sdb7: PARTUUID=81df-07
/dev/mapper/cryptswap2: UUID=27c25b59-b0d6-428c-a33e-f37ad17439f8 TYPE=swap

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1450046

Title:
  times out on missing swap partition

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs