[Bug 886177] Re: Output from a cron job
*** This bug is a duplicate of bug 858697 *** https://bugs.launchpad.net/bugs/858697 ** This bug has been marked a duplicate of bug 858697 daily cron script complains about packages not being installed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/886177 Title: Output from a cron job To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/popularity-contest/+bug/886177/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 350936] Re: Should shut down domains on system shutdown
Tested on 10.04 64bit. Before installing the proposed package, guests' /var/log/dmesg contained this after every time the host was shutdown (either with shutdown command or by pressing power button): [7.316252] EXT3-fs: INFO: recovery required on readonly filesystem. [7.316256] EXT3-fs: write access will be enabled during recovery. [ 36.242794] kjournald starting. Commit interval 5 seconds [ 36.242815] EXT3-fs: recovery complete. And after installing proposed package, guest dmesg contains: [7.101435] kjournald starting. Commit interval 5 seconds [7.101455] EXT3-fs: mounted filesystem with ordered data mode. It gets a thumbs up from me! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/350936 Title: Should shut down domains on system shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/350936/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 799392] Re: MythTV Updates Repository is still enabled in GUI after distro upgrade
It looks like the cron job has some python mixed in with bash. On my system I get a syntax error when it runs: /etc/cron.daily/mythbuntu-repos: line 7: syntax error near unexpected token `"DEBIAN_FRONTEND=noninteractive dpkg-reconfigure mythbuntu-repos"' /etc/cron.daily/mythbuntu-repos: line 7: ` os.system("DEBIAN_FRONTEND=noninteractive dpkg-reconfigure mythbuntu-repos")' run-parts: /etc/cron.daily/mythbuntu-repos exited with return code 2 This is on Ubuntu 10.04 x86_64. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799392 Title: MythTV Updates Repository is still enabled in GUI after distro upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/mythbuntu/+bug/799392/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 606715] Re: Logfile defintions wrong after changes to logfile rotation in Ubuntu Lucid
Can we get this fix backported to Lucid as well? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/606715 Title: Logfile defintions wrong after changes to logfile rotation in Ubuntu Lucid -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 308191] Re: Multitouch support not available for Synaptics touchpads v7.2
@Henrik: Version 1.1.0 works perfectly on my System76 Lemur2! Thanks much! One question, is there a way to configure the two and three finger tap actions? I'd like to have two finger tap be middle click and three finger tap be right click. Again, thanks for your work, this is excellent! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/308191 Title: Multitouch support not available for Synaptics touchpads v7.2 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 673823] [NEW] origami needs ia32-libs on amd64
Public bug reported: Binary package hint: origami Ubuntu release: 10.10 Origami version: 0.7.4-0ubuntu2 Origami should have a dependency on ia32-libs on amd64 systems. Origami needs something from ia32-libs in order to run on amd64 systems. I'm not sure what exactly it needs, but bash doesn't even recognize fah6 as an executable file without ia32-libs installed. Steps to reproduce: 1. install origami on a 10.10 amd64 system 2. run 'origami install' 3. run 'service origami start' Expected results: Origami would start, or a message would be displayed saying that origami was already running. Actual results: Origami does not start, and a message saying UNABLE TO START LOCAL SERVICE is displayed. ** Affects: origami (Ubuntu) Importance: Undecided Status: New -- origami needs ia32-libs on amd64 https://bugs.launchpad.net/bugs/673823 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 350936] Re: Should shut down domains on system shutdown
Sorry, I forgot to report back about the panics. They were caused by a corrupted XFS filesystem on that server. I haven't had time to do any further testing with my packages since then - I just hacked the shutdown command to do what I needed until I have time to thoroughly test them. -- Should shut down domains on system shutdown https://bugs.launchpad.net/bugs/350936 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 350936] Re: Should shut down domains on system shutdown
> FWIW, you might want to mark /etc/default/libvirt-bin as a conffile in the > libvirt packaging. I think it already is? (dpkg --status libvirt-bin says it is... but I've been changing things all over the place so I might have confused it) > Also, it might make more sense to package > omit-kvm-vm-pids as part of libvirt instead of a separate package; makes it > harder to forget to install it. I'll look into this, it would be nicer. There's already a libvirt-bin.init in the packaging though, so for now I just added a dependency on omit-kvm-vm-pids. Thanks for the '##*/' explanation, google was not at all helpful with that particular search. :) I made another change in addition to yours above. The /lib/init/rw/sendsigs.omit.d/ folder does not exist on my system, so I changed it to /var/run/sendsigs.omit.d/ as mentioned by this bug: https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/541512 Also, are these changes based on Lucid packages? The Lucid machine I'm using for testing has a kernel panic on shutdown with the packages from my PPA installed. -- Should shut down domains on system shutdown https://bugs.launchpad.net/bugs/350936 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 350936] Re: Should shut down domains on system shutdown
@John Morrissey - Nice work on getting this working! I hope you don't mind, I've taken the liberty of packaging all your changes and putting them in a PPA for easier testing. One question on omit-kvm-vm-pids from #51, what does the '##*/' mean toward the end of line 26? -- Should shut down domains on system shutdown https://bugs.launchpad.net/bugs/350936 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 628908] Re: Virt-manager crashes while installing Windows XP guest
Marc, I installed all the latest updates today, among them a new version of python, and I haven't been able to reproduce since then. ** Changed in: virt-manager (Ubuntu) Status: Incomplete => Fix Released -- Virt-manager crashes while installing Windows XP guest https://bugs.launchpad.net/bugs/628908 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 628908] Re: Virt-manager crashes while installing Windows XP guest
Possibly related bugs: https://bugs.launchpad.net/ubuntu/+source/virt-manager/+bug/627939 https://bugs.launchpad.net/ubuntu/+source/virt-manager/+bug/631527 https://bugs.launchpad.net/ubuntu/+source/virt-manager/+bug/619559 -- Virt-manager crashes while installing Windows XP guest https://bugs.launchpad.net/bugs/628908 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 628908] Re: Virt-manager crashes while installing Windows XP guest
I'm changing the status back to new, since I'm the OP and the commenter, and I don't think I'm allowed to confirm my own bug. More information: I've now experienced this bug with Windows 7 32 bit and Windows 98. The Windows 98 VM was using QEMU - it won't boot with KVM. At this point, I'm going to guess that the version of Windows doesn't matter. On all Windows versions, I've seen it more frequently when the VM is configured to use the 'vga' video type than I have with the 'cirrus' type. ** Changed in: virt-manager (Ubuntu) Status: Confirmed => New -- Virt-manager crashes while installing Windows XP guest https://bugs.launchpad.net/bugs/628908 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 627583] Re: [Maverick Alpha-3] multitouch on System76 Lemur2 touchpad not working
*** This bug is a duplicate of bug 554980 *** https://bugs.launchpad.net/bugs/554980 I've found an earlier bug that this is a duplicate of, so marking it as duplicate. For anyone else wanting to work around this, here is the command from #554980 modified for my System76 Lemur2 to fix the width of the trackpad and enable two-finger middle click. (three-finger right click works intermittently, needs further tweaking) synclient TapButton2=2 TapButton3=3 HorizTwoFingerScroll=1 VertTwoFingerScroll=1 EmulateTwoFingerMinZ=29 EmulateTwoFingerMinW=5 RightEdge=3500 ** This bug has been marked a duplicate of bug 554980 Two finger scroll not working on SynPS/2 Synaptics TouchPad. * You can subscribe to bug 554980 by following this link: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/554980/+subscribe -- [Maverick Alpha-3] multitouch on System76 Lemur2 touchpad not working https://bugs.launchpad.net/bugs/627583 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 628908] Re: Virt-manager crashes while installing Windows XP guest
More information: I have also experienced this cash while running the XP guest after installation. Most frequently it happens when moving the mouse into or out of the console window, but I've also had it happen when clicking various menu items and once when it was just sitting there, with no input at all. ** Visibility changed to: Public -- Virt-manager crashes while installing Windows XP guest https://bugs.launchpad.net/bugs/628908 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 627583] Re: [Maverick Alpha-3] multitouch on System76 Lemur2 touchpad not working
** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532495/+files/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532496/+files/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532497/+files/Dependencies.txt ** Attachment added: "GdmLog.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532498/+files/GdmLog.txt ** Attachment added: "GdmLog1.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532499/+files/GdmLog1.txt ** Attachment added: "GdmLog2.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532500/+files/GdmLog2.txt ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532501/+files/Lspci.txt ** Attachment added: "PciDisplay.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532502/+files/PciDisplay.txt ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532503/+files/ProcCpuinfo.txt ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532504/+files/ProcInterrupts.txt ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532505/+files/ProcModules.txt ** Attachment added: "RelatedPackageVersions.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532506/+files/RelatedPackageVersions.txt ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532507/+files/UdevDb.txt ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532508/+files/UdevLog.txt ** Attachment added: "XorgLog.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532509/+files/XorgLog.txt ** Attachment added: "XorgLogOld.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532510/+files/XorgLogOld.txt ** Attachment added: "Xrandr.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532511/+files/Xrandr.txt ** Attachment added: "glxinfo.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532512/+files/glxinfo.txt ** Attachment added: "peripherals.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532513/+files/peripherals.txt ** Attachment added: "setxkbmap.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532514/+files/setxkbmap.txt ** Attachment added: "xdpyinfo.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532515/+files/xdpyinfo.txt ** Attachment added: "xkbcomp.txt" https://bugs.launchpad.net/bugs/627583/+attachment/1532516/+files/xkbcomp.txt -- [Maverick Alpha-3] multitouch on System76 Lemur2 touchpad not working https://bugs.launchpad.net/bugs/627583 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 627583] [NEW] [Maverick Alpha-3] multitouch on System76 Lemur2 touchpad not working
Public bug reported: Binary package hint: xserver-xorg-input-synaptics Release: 10.10 (alpha) xserver-xorg-input-synaptics version: 1.2.2-2ubuntu3 Expected results: Two-finger scrolling, two-finger tap (for middle click) and three-finger tap (for right click) would work. Actual results: Two-finger scrolling, two-finger tap and three-finger tap do not work. Additional information: 'xinput list' shows the touchpad as a "SynPS/2 Synaptics TouchPad" I can provide any additional information if needed. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: xserver-xorg-input-synaptics 1.2.2-2ubuntu3 ProcVersionSignature: Ubuntu 2.6.35-19.28-generic 2.6.35.3 Uname: Linux 2.6.35-19-generic x86_64 Architecture: amd64 DRM.card0.DisplayPort.1: status: disconnected enabled: disabled dpms: Off modes: edid-base64: DRM.card0.HDMI_Type_A.1: status: disconnected enabled: disabled dpms: Off modes: edid-base64: DRM.card0.LVDS.1: status: connected enabled: enabled dpms: On modes: 1366x768 edid-base64: AP///wAwZAMJAQEBASMTAQOAHRF4CoWVmVdPjyYhUFQBAQEBAQEBAQEBAQEBAQEBux1W6lAAGTAjcFoAJ6YQAAAYDwAC0ALQAAUBBUzUAg4A/gBUTURJU1BMQVkKICAg/gBMVDEzM0VFMDkxMDAKALI= DRM.card0.VGA.1: status: disconnected enabled: disabled dpms: Off modes: edid-base64: Date: Tue Aug 31 13:29:12 2010 InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429) Lsusb: Bus 002 Device 003: ID 04f2:b18d Chicony Electronics Co., Ltd Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: System76, Inc. Lemur UltraThin ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-19-generic root=UUID=625ed789-1cb3-4081-9c7e-f812810b5126 ro quiet splash ProcEnviron: LANG=en_US.utf8 SHELL=/bin/bash SourcePackage: xserver-xorg-input-synaptics dmi.bios.date: 08/17/2010 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: CALPELLACRB.86C..X.00 dmi.board.asset.tag: Tag 12345 dmi.board.name: Lemur UltraThin dmi.board.vendor: System76, Inc. dmi.board.version: lemu2 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: System76, Inc. dmi.chassis.version: lemu2 dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrCALPELLACRB.86C..X.00:bd08/17/2010:svnSystem76,Inc.:pnLemurUltraThin:pvrlemu2:rvnSystem76,Inc.:rnLemurUltraThin:rvrlemu2:cvnSystem76,Inc.:ct10:cvrlemu2: dmi.product.name: Lemur UltraThin dmi.product.version: lemu2 dmi.sys.vendor: System76, Inc. system: distro: Ubuntu codename: maverick architecture: x86_64 kernel: 2.6.35-19-generic ** Affects: xserver-xorg-input-synaptics (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug maverick -- [Maverick Alpha-3] multitouch on System76 Lemur2 touchpad not working https://bugs.launchpad.net/bugs/627583 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 545683] Re: ignore file missing from logwatch package
I really shouldn't submit bugs so late at night... this is not a bug at all, I had simply put the ignore.conf file in the wrong place. It belongs in /etc/logwatch/conf/ for anyone else who may run into this. ** Changed in: logwatch (Ubuntu) Status: New => Invalid -- ignore file missing from logwatch package https://bugs.launchpad.net/bugs/545683 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 545683] Re: ignore file missing from logwatch package
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/41795107/Dependencies.txt -- ignore file missing from logwatch package https://bugs.launchpad.net/bugs/545683 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 545683] [NEW] ignore file missing from logwatch package
Public bug reported: Binary package hint: logwatch Release: 9.10 Logwatch version installed: 7.3.6.cvs20090906-1ubuntu1 The /usr/share/logwatch/scripts/services/ignore script is missing from the Karmic logwatch package. This causes Logwatch to throw an error if ignore.conf has any entries in it. Expected results: Logwatch would send me an email with the lines I configured in ignore.conf. Actual results: I got the following error: Can't open: /usr/share/logwatch/scripts/services/ignore at /usr/sbin/logwatch line 1312 ProblemType: Bug Architecture: amd64 Date: Tue Mar 23 22:06:30 2010 DistroRelease: Ubuntu 9.10 Package: logwatch 7.3.6.cvs20090906-1ubuntu1 PackageArchitecture: all ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-19.56-server SourcePackage: logwatch Uname: Linux 2.6.31-19-server x86_64 ** Affects: logwatch (Ubuntu) Importance: Undecided Status: New -- ignore file missing from logwatch package https://bugs.launchpad.net/bugs/545683 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 420967] Re: grub2 does not allow to disable memtest options
In response to comment #2: removing memtest86+ also removes ubuntu-standard. According to the package description, ubuntu-standard is used to ensure proper upgrades and it is recommended that it not be removed. The solution in comment #4 works but I believe it would be undone the next time the grub package is updated. -- grub2 does not allow to disable memtest options https://bugs.launchpad.net/bugs/420967 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 453653] Re: [karmic] libvirt fails to list node devices
Sorry, this was my bad... hal is not installed by default on the server flavor and ubuntu-virt-server doesn't bring it in either. I saw libhal1 was installed and assumed that would be enough. Installing hal and rebooting fixed the issue. ** Changed in: libvirt (Ubuntu) Status: Incomplete => Invalid -- [karmic] libvirt fails to list node devices https://bugs.launchpad.net/bugs/453653 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 453653] Re: [karmic] libvirt fails to list node devices
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/33809758/Dependencies.txt -- [karmic] libvirt fails to list node devices https://bugs.launchpad.net/bugs/453653 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 453653] [NEW] [karmic] libvirt fails to list node devices
Public bug reported: Binary package hint: libvirt-bin Ubuntu release: 9.10 server x86_64 libvirt-bin version: 0.7.0-1ubuntu11 Libvirt is unable to list node devices via virsh or virt-manager add hardware dialog. It looks like libvirt relies on hal for finding devices: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522310 However, hal is being deprecated for Karmic: http://www.ubuntu.com/testing/karmic/beta#hal%20deprecation Steps to reproduce: 1. Install Karmic (I used the beta server cd, then updated to the latest packages) 2. Install ubuntu-virt-server 3. run 'virsh nodedev-list' Expected results: virsh should list devices on the system Actual results: 'virsh noddev-list' outputs an error: error: Failed to count node devices error: this function is not supported by the hypervisor: virNodeNumOfDevices ProblemType: Bug Architecture: amd64 Date: Fri Oct 16 21:52:21 2009 DistroRelease: Ubuntu 9.10 Package: libvirt-bin 0.7.0-1ubuntu11 ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-14.47-server SourcePackage: libvirt Uname: Linux 2.6.31-14-server x86_64 ** Affects: libvirt (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug -- [karmic] libvirt fails to list node devices https://bugs.launchpad.net/bugs/453653 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 413439] Re: karmic alpha 4's xorg 'nv' driver does not handle Nvidia 8200
Marked as Confirmed because jdonner and I have both tested on Karmic beta as requested in comment #2 and verified it still occurs. ** Changed in: xserver-xorg-video-nv (Ubuntu) Status: Incomplete => Confirmed -- karmic alpha 4's xorg 'nv' driver does not handle Nvidia 8200 https://bugs.launchpad.net/bugs/413439 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 413439] Re: karmic alpha 4's xorg 'nv' driver does not handle Nvidia 8200
I see the same problem with an Nvidia Geforce 8100 integrated into the motherboard. My system already has the fix for bug 385658 installed. -- karmic alpha 4's xorg 'nv' driver does not handle Nvidia 8200 https://bugs.launchpad.net/bugs/413439 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 423532] Re: [i965gm] lcd backlight never stays off
*** This bug is a duplicate of bug 413168 *** https://bugs.launchpad.net/bugs/413168 ** This bug has been marked a duplicate of bug 413168 Karmic upgrade not shutting off backlight after time -- [i965gm] lcd backlight never stays off https://bugs.launchpad.net/bugs/423532 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 423532] Re: [i965gm] lcd backlight never stays off
I see this issue on my Asus eeePC 900a. The video card is reported by lspci as an Intel 945GME. It appears that the screen goes into DPMS sleep for about 1 second and then turns back on. -- [i965gm] lcd backlight never stays off https://bugs.launchpad.net/bugs/423532 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 309632] Re: Unrecognised lines in dpkg output
As a workaround for anyone still waiting for this to be fixed, you can install the latest logwatch from Jaunty, found here: http://us.archive.ubuntu.com/ubuntu/pool/main/l/logwatch/logwatch_7.3.6.cvs20080702-2ubuntu1_all.deb -- Unrecognised lines in dpkg output https://bugs.launchpad.net/bugs/309632 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 355326] Re: [Jaunty Beta] cursor jumps when using touchpad on Eee PC 900A
The /etc/modprobe.d/options.conf change fixed mine as well. Such a simple thing. Thanks Wesley Wilson and NTolerance for finding that. :-) Since the netbooks mentioned in this thread (eeepc 900a and 901) are listed as "Tier 1"[1], is it possible to get this fix packaged somehow? 1. https://wiki.ubuntu.com/HardwareSupport/Machines/Netbooks -- [Jaunty Beta] cursor jumps when using touchpad on Eee PC 900A https://bugs.launchpad.net/bugs/355326 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 355326] Re: [Jaunty Beta] cursor jumps when using touchpad on Eee PC 900A
Additional information: I tested this on an Acer Aspire One, an Emachines 6809 and a Zoostorm laptop. All of these models have a Synaptics touchpad ('dmesg | grep input' shows Synaptics Touchpad) and none of them exhibit the jumping behavior. On my Eeepc 900A, the touchpad is listed as "ETPS/2 Elantech Touchpad". -- [Jaunty Beta] cursor jumps when using touchpad on Eee PC 900A https://bugs.launchpad.net/bugs/355326 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 355326] Re: [Jaunty Beta] cursor jumps when using touchpad on Eee PC 900A
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/24817864/Dependencies.txt ** Attachment added: "LsHal.txt" http://launchpadlibrarian.net/24817866/LsHal.txt ** Attachment added: "LsMod.txt" http://launchpadlibrarian.net/24817867/LsMod.txt ** Attachment added: "LsPci.txt" http://launchpadlibrarian.net/24817868/LsPci.txt ** Attachment added: "XorgConf.txt" http://launchpadlibrarian.net/24817869/XorgConf.txt ** Attachment added: "XorgLog.txt" http://launchpadlibrarian.net/24817874/XorgLog.txt ** Attachment added: "XorgLogOld.txt" http://launchpadlibrarian.net/24817875/XorgLogOld.txt ** Attachment added: "Xrandr.txt" http://launchpadlibrarian.net/24817876/Xrandr.txt ** Attachment added: "glxinfo.txt" http://launchpadlibrarian.net/24817878/glxinfo.txt ** Attachment added: "setxkbmap.txt" http://launchpadlibrarian.net/24817879/setxkbmap.txt ** Attachment added: "system.txt" http://launchpadlibrarian.net/24817881/system.txt ** Attachment added: "xdpyinfo.txt" http://launchpadlibrarian.net/24817887/xdpyinfo.txt ** Attachment added: "xkbcomp.txt" http://launchpadlibrarian.net/24817888/xkbcomp.txt -- [Jaunty Beta] cursor jumps when using touchpad on Eee PC 900A https://bugs.launchpad.net/bugs/355326 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 355326] [NEW] [Jaunty Beta] cursor jumps when using touchpad on Eee PC 900A
Public bug reported: Binary package hint: xorg Release: Jaunty Beta xorg version: 1:7.4~5ubuntu18 xfree86-driver-synaptics version: 0.99.3-2ubuntu4 When using the touchpad on my Eee PC 900A, the cursor will often (say, 50% of the time) jump when I tap-to-click. It does the same when moving the pointer across the screen, if I get to an edge and have to start back in the middle. It usually jumps horizontally or vertically about 100 pixels, but some times it jumps a long way diagonally, putting it in a corner of the screen. For the most part it seems to jump in the direction of the last place I touched on the touchpad. This touchpad worked perfectly under 8.10. I also saw this when using xfree86-driver-synaptics version 0.15.2-0ubuntu8. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 Package: xorg 1:7.4~5ubuntu18 ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersion: Linux version 2.6.28-11-generic (bui...@palmer) (gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #40-Ubuntu SMP Fri Apr 3 17:39:51 UTC 2009 SourcePackage: xorg Uname: Linux 2.6.28-11-generic i686 ** Affects: xorg (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- [Jaunty Beta] cursor jumps when using touchpad on Eee PC 900A https://bugs.launchpad.net/bugs/355326 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 284229] Re: console-kit-daemon using a lot of cpu
@vak - I'm not able to reproduce this on 8.04.2 using the steps to reproduce above. Do you have a different method to reproduce it on Hardy? -- console-kit-daemon using a lot of cpu https://bugs.launchpad.net/bugs/284229 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 309632] Re: Unrecognised lines in dpkg output
I forgot to mention that my patch is for the Hardy version, but the bug occurs in the Jaunty version as well. -- Unrecognised lines in dpkg output https://bugs.launchpad.net/bugs/309632 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 309632] Re: Unrecognised lines in dpkg output
This patch fixes those unknown lines, as well as capturing re-installed packages and conf file lines that would normally be put in the Unknown lines section. Backported from latest logwatch cvs. ** Attachment added: "patch for unknown lines from logwatch.org cvs" http://launchpadlibrarian.net/20579327/unknown-lines.patch ** Changed in: logwatch (Ubuntu) Status: New => Confirmed -- Unrecognised lines in dpkg output https://bugs.launchpad.net/bugs/309632 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 296349] Re: logwatch replaces hostname with number
** Changed in: logwatch (Ubuntu) Status: Fix Released => Confirmed -- logwatch replaces hostname with number https://bugs.launchpad.net/bugs/296349 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 296349] Re: logwatch replaces hostname with number
Logwatch.pl in version 7.3.6.cvs20080702-1ubuntu3 has a typo around line 940: > unless ($_ eq "hostname"} { This causes syntax errors in the rest of the file. The closing bracket for the unless statement should be a ")" (parentheses) instead of "}" (curly bracket). -- logwatch replaces hostname with number https://bugs.launchpad.net/bugs/296349 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 296349] Re: logwatch replaces hostname with number
** Attachment added: "Two line patch to preserve hostname" http://launchpadlibrarian.net/19538177/preserve-hostname.patch -- logwatch replaces hostname with number https://bugs.launchpad.net/bugs/296349 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 296349] [NEW] logwatch replaces hostname with number
Public bug reported: Binary package hint: logwatch Release: Ubuntu 8.10 Package version: 7.3.6.cvs20080702-1ubuntu2 Expected results: Hostname is displayed in the subject line of Logwatch emails. eg, "Logwatch for hostname (Linux)" Actual results: If the system's hostname is one of the following keywords, it is replaced with an associated integer: yes => 1 no => 0 true => 1 false => 0 on => 1 off => 0 high => 10 med => 5 medium => 5 low => 0 In my case, the server is called "medium" (as in small, medium, large), which gets replaced with "5". I've attached a patch for logwatch.pl. ** Affects: logwatch (Ubuntu) Importance: Undecided Status: New -- logwatch replaces hostname with number https://bugs.launchpad.net/bugs/296349 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