[Bug 932663] Re: kernel upgrade failed on a USB live system created by usb-creator
I have this problem with 14.04.1 I partition a USB stick with a 1GB partition (fat32) and 31GB partition (ext4) I create the live system with the Startup Disk Creator I name the other partition casper-rw I edit txt.cfg and syslinux.cfg, adding `persistant` After booting, I perform a dist-upgrade. There's some warnings from cryptsetup and after it's complete the system will not boot. cjwatson's workaround no longer works. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/932663 Title: kernel upgrade failed on a USB live system created by usb-creator To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/casper/+bug/932663/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 510035] Re: Updated scan file for uk-StocklandHill
I'm hunting around hoping to find a way to get the initial scan files updated before 12.04 is released. I'm running 11.10 and they are still out of date. This was posted 2 years ago so I'm guessing it's dead. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/510035 Title: Updated scan file for uk-StocklandHill To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linuxtv-dvb-apps/+bug/510035/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 639712] Re: PCI Pass Through via libvirt cannot remap IRQ's
Reboot did nothing, game over for now. The driver 'pci-stub' is occupying your device I thought pci-stub taking the device is what it was supposed to do? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/639712 Title: PCI Pass Through via libvirt cannot remap IRQ's -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 639712] Re: PCI Pass Through via libvirt cannot remap IRQ's
These commands: echo "1106 3038" > /sys/bus/pci/drivers/pci-stub/new_id echo :08:06.0 > /sys/bus/pci/devices/:08:06.0/driver/unbind echo :08:06.0 > /sys/bus/pci/drivers/pci-stub/bind >From here: http://www.linux-kvm.org/page/How_to_assign_devices_with_VT-d_in_KVM Did nothing. However earlier I had the error about 4k pages (although that was before I installed the latest qemu-kvm package) Going to try after a reboot. J. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/639712 Title: PCI Pass Through via libvirt cannot remap IRQ's -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 639712] Re: PCI Pass Through via libvirt cannot remap IRQ's
Here is the test.log ** Attachment added: "test.log" https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/639712/+attachment/1820712/+files/test.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/639712 Title: PCI Pass Through via libvirt cannot remap IRQ's -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 639712] Re: PCI Pass Through via libvirt cannot remap IRQ's
OK, I've tried the following: 1) Recompile kernel with all the same options except enabling DMAR. 2) Edit the apparmour profile to match suggested by flashydave 3) Installed latest qemu-kvm from kvm edgers ppa: https://launchpad.net/~ubuntu-server-edgers/+archive/server-edgers-qemu-kvm Attached is the dmesg and log output. ** Attachment added: "dmesg" https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/639712/+attachment/1820711/+files/dmesg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/639712 Title: PCI Pass Through via libvirt cannot remap IRQ's -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 639712] Re: PCI Pass Through via libvirt cannot remap IRQ's
Hi, Looks like this is also affecting me. :( I'm trying to pass a PCI tuner through to a virtual machine, I have an AMD 890FX based board with IOMMU and it's switched on in the BIOS. Running Ubuntu server 10.10 x64. Flashydave: It sounds like you've actually got this working, have you written a guide on how to to it by any chance? /var/log/libvirt/qemu/test.log: LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin QEMU_AUDIO_DRV=none /usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 512 -smp 3,sockets=3,cores=1,threads=1 -name test -uuid 8bda983a-8f07-80ac-da02-2c7298637d96 -nodefaults -chardev socket,id=monitor,path=/var/lib/libvirt/qemu/test.monitor,server,nowait -mon chardev=monitor,mode=readline -rtc base=utc -boot c -drive file=/var/lib/libvirt/images/test.img,if=none,id=drive-virtio-disk0,boot=on,format=raw -device virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0 -drive if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw -device ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -device virtio-net-pci,vlan=0,id=net0,mac=52:54:00:dd:10:7d,bus=pci.0,addr=0x3 -net tap,fd=56,vlan=0,name=hostnet0 -chardev pty,id=serial0 -device isa-serial,chardev=serial0 -usb -vnc 127.0.0.1:0 -vga cirrus -device pci-assign,host=08:06.0,id=hostdev0,bus=pci.0,addr=0x6 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5 char device redirected to /dev/pts/1 pci_add_option_rom: failed to find romfile "pxe-virtio.bin" Failed to assign device "hostdev0" : Device or resource busy Failed to deassign device "hostdev0" : Invalid argument Error initializing device pci-assign -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/639712 Title: PCI Pass Through via libvirt cannot remap IRQ's -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 175535] Re: Alternate installer fails to install a bootloader with RAID1 and LVM over RAID5
I have no idea, I learnt to not set the bootable flags manually, I just let the installer handle it. Oh, and I just put my /boot partition on a usb stick. Much simpler. Personally I think this is long dead, but I don't see any sort of "close" button. J. -- Alternate installer fails to install a bootloader with RAID1 and LVM over RAID5 https://bugs.launchpad.net/bugs/175535 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 545795] Re: apparmor driver blocks access to hostdev and pcidev devices
Found the apparmour errors in syslog, related to virt-aa helper. I added /sys/devices/** r, to usr.lib.virt-aa-helper and got a bit further. Still getting this: May 10 23:14:25 hal kernel: [ 179.037233] type=1503 audit(1273529665.107:22): operation="open" pid=1601 parent=1 profile ="libvirt-28b82cfd-52c0-b743-475e-77dde3933f44" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/pci:00/:00:14.4/:03:06.0/vendor" in syslog, but now it's some kind of dynamic profile, but I don't know where the template is to edit? That's it for tonight, I'm going to bed -.- zz Regards, James. -- apparmor driver blocks access to hostdev and pcidev devices https://bugs.launchpad.net/bugs/545795 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 545795] Re: apparmor driver blocks access to hostdev and pcidev devices
Hmm, it seems thats actually because usb2 is not supported in KVM? I tried passing through the PCI card itself, but I'm back to permission denied :( device: 03:06.0: driver="pci-assign" host="03:06.0" device: 03:06.1: driver="pci-assign" host="03:06.1" device: 03:06.2: driver="pci-assign" host="03:06.2" get_real_device: /sys/bus/pci/devices/:03:06.0/config: Permission denied pci-assign: Error: Couldn't get real device (03:06.0)! Error initializing device pci-assign apparmour files contains: /sys/bus/usb/devices/ r, /sys/bus/usb/devices/** r, /sys/devices/**/usb[0-9]*/** r, /sys/bus/pci/devices/ r, /sys/bus/pci/devices/** r, /sys/devices/pci/** r, /dev/shm/ r, /dev/shm/pulse-shm* r, /dev/shm/pulse-shm* rwk, /dev/snd/* rw, /dev/bus/usb/** rw, /dev/** rwk, Is there any way to get access to an apparmor trace file? See what it's accessing? Thanks, James. -- apparmor driver blocks access to hostdev and pcidev devices https://bugs.launchpad.net/bugs/545795 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 545795] Re: apparmor driver blocks access to hostdev and pcidev devices
Rebooting the PC fixed that problem so I guess something hadn't been reloaded. I've also added /dev/** rwk, to the apparmour profile. Taking it away doesn't stop it from working again, although I've not tried rebooting the host yet. It still doesn't quite work however, as now (on the guest) I see this in lsusb: ja...@myth:~$ lsusb Bus 001 Device 002: ID 2040:9950 Hauppauge Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub but in dmesg I see: [5.806567] dib0700: loaded with support for 13 different device-types [5.816285] dvb-usb: found a 'Hauppauge Nova-T 500 Dual DVB-T' in warm state. [5.816612] dvb-usb: This USB2.0 device cannot be run on a USB1.1 port. (it lacks a hardware PID filter) [5.816682] dvb-usb: Hauppauge Nova-T 500 Dual DVB-T error while loading driver (-19) [5.816787] usbcore: registered new interface driver dvb_usb_dib0700 Different problem? Why is it on a USB 1 port? Is the virtual USB hub 1.1? Can I change that? Regards, James. -- apparmor driver blocks access to hostdev and pcidev devices https://bugs.launchpad.net/bugs/545795 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 545795] Re: apparmor driver blocks access to hostdev and pcidev devices
Hi, I think I may also be having this problem, I'm trying to pass through a PCI WinTV NOVA T 500. It's actually a pair of USB DVB-T tuners on a PCI card so it needed the 'three stars' in the /sys path in the apparmour profile. I appended the improved solution: /sys/bus/usb/devices/ r, /sys/bus/usb/devices/** r, /sys/devices/**/usb[0-9]*/** r, But in the qemu log file I get: husb: open device 10.2 husb: config #1 need -1 husb: 1 interfaces claimed for configuration 1 husb: grabbed usb device 10.2 usb_linux_update_endp_table: Cannot send after transport endpoint shutdown Is this the same problem or have I found a new one? Googeling for that last line finds nothing! I also had to add this to get past the permission denied error: /dev/bus/usb/** rw, Would the output of 'find /sys/devices' be of any use? Regards, James. -- apparmor driver blocks access to hostdev and pcidev devices https://bugs.launchpad.net/bugs/545795 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 539324] Re: Setting up swap fails when setting lvm+encryption
Hi, I've been trying to install Lucid Server 64bit Beta 1 with the following config: 8Gb usb flash --> ext4 on /boot 3 x 500gb SATA --> RAID5 --> lvm --> ext4 on / & 8G swap. The install would lock the machine completely after finishing creating the ext4 filesystem on vg_main, lv_root. I can confirm that not assigning the swap and leaving it as "do not use" works and the machine goes on to continue the install procedure. Thanks, Jim. -- Setting up swap fails when setting lvm+encryption https://bugs.launchpad.net/bugs/539324 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 62430] Re: rhythmbox doesn't do anything with .pls given on the command line
Hi, I'm running Ubuntu 7.10 and I'm also afflicted by this problem. I've got a nice workaround though, to tide you over before a proper fix becomes available. Firefox --> Edit --> Preferences --> Content --> Manage --> Double click PLS Select Open With and set it to /usr/bin/totem Now clicking on Tune In links on shoutcast will actually play some music. And it doesn't keep opening multiple copies either (which is good) I assume this needs all the relevant gstreamer plug-ins installed to make totem work though. Regards, J1M. -- rhythmbox doesn't do anything with .pls given on the command line https://bugs.launchpad.net/bugs/62430 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 62430] Re: rhythmbox doesn't do anything with .pls given on the command line
Hi, I'm running Ubuntu 7.10 and I'm also afflicted by this problem. I've got a nice workaround though, to tide you over before a proper fix becomes available. Firefox --> Edit --> Preferences --> Content --> Manage --> Double click PLS Select Open With and set it to /usr/bin/totem Now clicking on Tune In links on shoutcast will actually play some music. And it doesn't keep opening multiple copies either (which is good) I assume this needs all the relevant gstreamer plug-ins installed to make totem work though. Regards, J1M. -- rhythmbox doesn't do anything with .pls given on the command line https://bugs.launchpad.net/bugs/62430 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 175535] Re: Alternate installer fails to install a bootloader with RAID1 and LVM over RAID5 (FIXED)
Hi, Fixed it. Followed this guide: http://dev.jerryweb.org/raid/ 4 things were different to what I tried: 1) /dev/sda,b,c1 *not* set to bootable 2) /dev/sda,b,c1 512MB 3) didn't label any of the partitions 4) left 2% of the HDDs as free space (10GB per drive!! 8@) If I had to guess, I'd say it was 1) that made the difference. I shall experiment and post the solution. J1M. -- Alternate installer fails to install a bootloader with RAID1 and LVM over RAID5 https://bugs.launchpad.net/bugs/175535 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs