[Bug 1398025] Re: Errors messages like error: /dev/sdb: No medium found on booting

2015-01-22 Thread Sworddragon
With udev 218-3ubuntu4 and initramfs-tools 0.103ubuntu9 I'm still seeing
this bug.

** Summary changed:

- Errors messages like error: /dev/sdb: No medium found on booting
+ Error messages like error: /dev/sdb: No medium found on booting

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

Title:
  Error messages like error: /dev/sdb: No medium found on booting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1398025/+subscriptions

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


[Bug 1398025] Re: Errors messages like error: /dev/sdb: No medium found on booting

2015-01-17 Thread Bruce Pieterse
I no longer see this with a daily image and udev 218

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

Title:
  Errors messages like error: /dev/sdb: No medium found on booting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1398025/+subscriptions

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


[Bug 1398025] Re: Errors messages like error: /dev/sdb: No medium found on booting

2014-12-17 Thread Sworddragon
** Attachment added: boot.log
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1398025/+attachment/4282597/+files/boot.log

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

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

Title:
  Errors messages like error: /dev/sdb: No medium found on booting

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

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


[Bug 1398025] Re: Errors messages like error: /dev/sdb: No medium found on booting

2014-12-17 Thread Martin Pitt
Thanks, that already helps. Can you now please enable debugging of the
'resume' initramfs hook (which seems to produce those errors) with:

  sudo sed -i '1 s/$/ -x/' 
/usr/share/initramfs-tools/scripts/local-premount/resume
  sudo update-initramfs -u

then reboot with  the previous debug=y again, and re-attach
/var/log/boot.log?

Please also give me the output of

  cat /etc/initramfs-tools/conf.d/resume

Thanks!

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

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

Title:
  Errors messages like error: /dev/sdb: No medium found on booting

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

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


[Bug 1398025] Re: Errors messages like error: /dev/sdb: No medium found on booting

2014-12-17 Thread Sworddragon
sworddragon@ubuntu:~$ cat /etc/initramfs-tools/conf.d/resume
RESUME=UUID=23b2ee46-5930-41bc-a3e5-33800a236db2

** Attachment added: boot.log
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1398025/+attachment/4282621/+files/boot.log

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

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

Title:
  Errors messages like error: /dev/sdb: No medium found on booting

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

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


[Bug 1398025] Re: Errors messages like error: /dev/sdb: No medium found on booting

2014-12-17 Thread Martin Pitt
That's odd, now the error messages are gone entirely, even though the
only change is to add set -x to the resume premount script to show
debug output. I have a gut feeling that the update-initramfs -u (which
rebuilds the initramfs) somehow fixed this. Unfortunately we now lost
the evidence what was wrong in the first place :-(

Anyway, the script shows nothing out of the ordinary. Can you remove the
-x from the file again, with

  sudo sed -i '1 s/ -x$//' 
/usr/share/initramfs-tools/scripts/local-premount/resume
  sudo update-initramfs -u

Just to double-check, is the error message coming back now?

** Package changed: systemd (Ubuntu) = initramfs-tools (Ubuntu)

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Errors messages like error: /dev/sdb: No medium found on booting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1398025/+subscriptions

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


[Bug 1398025] Re: Errors messages like error: /dev/sdb: No medium found on booting

2014-12-17 Thread Sworddragon
 Just to double-check, is the error message coming back now?

Yes, I'm seeing the error messages again. Also on repeating the steps
from comment #7 the boot.log contains now the error messages too (which
is attached on this post). Just in case it has something to do with the
logging behavior: There is also a /var/log/upstart/udev.log which
contains entries like this:

starting version 218
Network interface NamePolicy= disabled on kernel command line, ignoring.
specified group 'input' unknown
error: /dev/sdb: No medium found
error: /dev/sdc: No medium found
error: /dev/sdd: No medium found
error: /dev/sde: No medium found
conflicting device node '/dev/mapper/cryptswap1' found, link to '/dev/dm-0' 
will not be created

** Attachment added: boot.log
   
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1398025/+attachment/4283209/+files/boot.log

** Changed in: initramfs-tools (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Errors messages like error: /dev/sdb: No medium found on booting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1398025/+subscriptions

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


[Bug 1398025] Re: Errors messages like error: /dev/sdb: No medium found on booting

2014-12-17 Thread Martin Pitt
Ah, thanks, so that's wait-for-root. Some further questions:

Do you actually have devices /dev/sdb to sde? What kind are they, CD
drives, SD card readers etc. which actually have media? Can you please
do udevadm info --export-db  /tmp/udev.txt and attach /tmp/udev.txt
here?

If you run

  sudo /usr/lib/initramfs-tools/bin/wait-for-root /dev/disk/by-
uuid/bogus 3

do you get these messages as well?

** Changed in: initramfs-tools (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Errors messages like error: /dev/sdb: No medium found on booting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1398025/+subscriptions

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


[Bug 1398025] Re: Errors messages like error: /dev/sdb: No medium found on booting

2014-12-17 Thread Sworddragon
 Do you actually have devices /dev/sdb to sde? What kind are they, CD
drives, SD card readers etc. which actually have media?

/dev/sdb - /dev/sde are card readers with no media in it.


 If you run

   sudo /usr/lib/initramfs-tools/bin/wait-for-root /dev/disk/by-uuid/bogus 3

 do you get these messages as well?

No, the error messages doesn't appear there.

** Attachment added: udev.txt
   
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1398025/+attachment/4283311/+files/udev.txt

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

Title:
  Errors messages like error: /dev/sdb: No medium found on booting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1398025/+subscriptions

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


[Bug 1398025] Re: Errors messages like error: /dev/sdb: No medium found on booting

2014-12-16 Thread Martin Pitt
** Package changed: udev (Ubuntu) = systemd (Ubuntu)

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

Title:
  Errors messages like error: /dev/sdb: No medium found on booting

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

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


[Bug 1398025] Re: Errors messages like error: /dev/sdb: No medium found on booting

2014-12-16 Thread Martin Pitt
Most likely not in udev, as that doesn't ship a local-premount
initramfs-tools script, but let's find out what's wrong for now. I don't
see this on my systems, so I'm afraid I need to ask you to do some
debugging. Can you  please reboot and press the left shift key during
that, so that the GRUB menu appears. Then press e, append debug=y to
the line starting with linux, and press Ctrl-X to boot. Then please
attach /var/log/boot.log.

Thanks!

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

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

Title:
  Errors messages like error: /dev/sdb: No medium found on booting

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

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


[Bug 1398025] Re: Errors messages like error: /dev/sdb: No medium found on booting

2014-12-11 Thread Bruce Pieterse
I currently get this for the Ubuntu Gnome daily image. The only
difference in my case is that it is for /dev/sda on the live CD

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

Title:
  Errors messages like error: /dev/sdb: No medium found on booting

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

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


[Bug 1398025] Re: Errors messages like error: /dev/sdb: No medium found on booting

2014-12-11 Thread Bruce Pieterse
Perhaps these issues are connected some how:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1401677

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

Title:
  Errors messages like error: /dev/sdb: No medium found on booting

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

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


[Bug 1398025] Re: Errors messages like error: /dev/sdb: No medium found on booting

2014-12-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: udev (Ubuntu)
   Status: New = Confirmed

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

Title:
  Errors messages like error: /dev/sdb: No medium found on booting

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

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


[Bug 1398025] Re: Errors messages like error: /dev/sdb: No medium found on booting

2014-12-11 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1398025

** Tags added: iso-testing

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

Title:
  Errors messages like error: /dev/sdb: No medium found on booting

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

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


[Bug 1398025] Re: Errors messages like error: /dev/sdb: No medium found on booting

2014-12-03 Thread Brian Murray
** Tags added: vivid

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

Title:
  Errors messages like error: /dev/sdb: No medium found on booting

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

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