[Bug 1626622] Re: yakkety server: fails to detect and mount CD-ROM

2016-10-06 Thread Brian Murray
** Changed in: debian-installer (Ubuntu Yakkety)
   Status: Incomplete => Fix Released

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

Title:
  yakkety server: fails to detect and mount CD-ROM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1626622/+subscriptions

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


[Bug 1626622] Re: yakkety server: fails to detect and mount CD-ROM

2016-10-03 Thread Jason Gerard DeRose
Ah, sorry, I forgot to follow up on this. Yes, the bug has been fixed
for about a week now (but I was on vacation).

Is it better to mark this as Fix Released instead?

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

Title:
  yakkety server: fails to detect and mount CD-ROM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1626622/+subscriptions

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


[Bug 1626622] Re: yakkety server: fails to detect and mount CD-ROM

2016-10-03 Thread Brian Murray
I'm setting this to Incomplete since it appears to be fixed.

** Changed in: debian-installer (Ubuntu Yakkety)
   Status: New => Incomplete

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

Title:
  yakkety server: fails to detect and mount CD-ROM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1626622/+subscriptions

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


[Bug 1626622] Re: yakkety server: fails to detect and mount CD-ROM

2016-09-26 Thread Joshua Powers
Appears fixed with 20160926. System installed fully and booted an
install system. Automated smoke tests for amd64 and i386 have passed and
more in-depth tests are in progress.

powersj@x1:~/downloads$ md5sum yakkety-server-amd64.iso
cdb48787833706b3b96f427904b3a4bf  yakkety-server-amd64.iso
powersj@x1:~/downloads$ sha1sum yakkety-server-amd64.iso
1341a027e77d9462ba5729af8e04d699f2270610  yakkety-server-amd64.iso

Ran a full install via:
# qemu-img create -f qcow2 vdisk.img 4G
# qemu-system-x86_64 -enable-kvm -boot d -hda vdisk.img -cpu host -m 1024 
-cdrom yakkety-server-amd64.iso
Post-install
# qemu-system-x86_64 -enable-kvm -hda vdisk.img -cpu host -m 1024

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

Title:
  yakkety server: fails to detect and mount CD-ROM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1626622/+subscriptions

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


[Bug 1626622] Re: yakkety server: fails to detect and mount CD-ROM

2016-09-26 Thread Joshua Powers
When I try there are no /dev/*sd* devices to even try to mount and
/media is not mounted or anything there.

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

Title:
  yakkety server: fails to detect and mount CD-ROM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1626622/+subscriptions

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


[Bug 1626622] Re: yakkety server: fails to detect and mount CD-ROM

2016-09-26 Thread Brian Murray
Bug 778319 is about a similar (if no the same) issue.  Could you try the
workaround described in comment #7?

"Solution (that needs manual intervention) that works for me
# ALT+F2 to go to the shell, umount /media && mount /dev/sdb /cdrom
(supposing that the flash drive is /dev/sdb)"

** Also affects: debian-installer (Ubuntu Yakkety)
   Importance: Critical
   Status: New

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

Title:
  yakkety server: fails to detect and mount CD-ROM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1626622/+subscriptions

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


[Bug 1626622] Re: yakkety server: fails to detect and mount CD-ROM

2016-09-24 Thread Joshua Powers
Testing with the 20160924 ISO resulted in the same error.

Typical QEMU CLI:
# qemu-img create -f qcow2 vdisk.img 4G
# qemu-system-x86_64 -enable-kvm -boot d -hda vdisk.img -cpu host -m 1024 
-cdrom yakkety-server-amd64.iso

Using SATA CD-ROM drive as suggested on IRC, also errored at the same place:
# qemu-system-x86_64 -enable-kvm -boot d -hda vdisk.img -cpu host -m 1024 
-device ahci,id=sata0,bus=pci.0,addr=0x8 -drive 
file=yakkety-server-amd64.iso,format=raw,if=none,media=cdrom,id=drive-sata0-0-0,readonly=on
 -device ide-cd,bus=sata0.0,drive=drive-sata0-0-0,id=sata0-0-0,bootindex=1

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

Title:
  yakkety server: fails to detect and mount CD-ROM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1626622/+subscriptions

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


[Bug 1626622] Re: yakkety server: fails to detect and mount CD-ROM

2016-09-22 Thread Joshua Powers
dmesg: https://paste.ubuntu.com/23218086/

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

Title:
  yakkety server: fails to detect and mount CD-ROM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1626622/+subscriptions

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


[Bug 1626622] Re: yakkety server: fails to detect and mount CD-ROM

2016-09-22 Thread Steve Langasek
** Changed in: debian-installer (Ubuntu)
   Status: Invalid => New

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

Title:
  yakkety server: fails to detect and mount CD-ROM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1626622/+subscriptions

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


[Bug 1626622] Re: yakkety server: fails to detect and mount CD-ROM

2016-09-22 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/1626622

** 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/1626622

Title:
  yakkety server: fails to detect and mount CD-ROM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1626622/+subscriptions

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


[Bug 1626622] Re: yakkety server: fails to detect and mount CD-ROM

2016-09-22 Thread Joshua Powers
Still an issue with 20160922

Diff from 20160921-1 to 20160922:
https://paste.ubuntu.com/23217146/

installer syslog:
https://paste.ubuntu.com/23217147/

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

Title:
  yakkety server: fails to detect and mount CD-ROM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1626622/+subscriptions

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


[Bug 1626622] Re: yakkety server: fails to detect and mount CD-ROM

2016-09-22 Thread Steve Langasek
Transient bug in a non-promoted image due to package pool mismatch.
Will be fixed in next build.

** Changed in: debian-installer (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  yakkety server: fails to detect and mount CD-ROM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1626622/+subscriptions

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


[Bug 1626622] Re: yakkety server: fails to detect and mount CD-ROM

2016-09-22 Thread Joshua Powers
** Attachment added: "installer syslog"
   
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1626622/+attachment/4746309/+files/utah-21442.syslog.log

** Changed in: debian-installer (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  yakkety server: fails to detect and mount CD-ROM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1626622/+subscriptions

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


[Bug 1626622] Re: yakkety server: fails to detect and mount CD-ROM

2016-09-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: debian-installer (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/1626622

Title:
  yakkety server: fails to detect and mount CD-ROM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1626622/+subscriptions

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


[Bug 1626622] Re: yakkety server: fails to detect and mount CD-ROM

2016-09-22 Thread Jason Gerard DeRose
** Summary changed:

- yakkety server: fails to detect and mount CD-ROM (QEMU, BIOS mode)
+ yakkety server: fails to detect and mount CD-ROM

** Description changed:

  The latest yakkety server amd64 daily (20160921.1, sha1sum
  b3e9f59397389bf23390f4869d3aef46de5d105c) fails to detect and mount the
  CD-ROM.
  
  Please see attached screenshot.
  
- I found this testing under QEMU (BIOS mode), not yet sure whether it
- effects hardware. But I'll be testing on hardware shortly.
+ I confirmed that this is happening on physical hardware when booting the
+ server installer from a USB stick (I tested in both UEFI and BIOS mode,
+ both fail).
+ 
+ This also happens under QEMU in BIOS mode. I can't test under QEMU in
+ UEFI mode because of lp:1624096
+ 
+ Thanks!

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

Title:
  yakkety server: fails to detect and mount CD-ROM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1626622/+subscriptions

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