[Bug 612480] Re: Sync antlr3 3.2-4 (main) from Debian unstable (main)

2010-12-22 Thread Dominic Evans
Note, this needs to hit natty to fix the broken builds of forked-daapd. The Build-Depends for forked-daapd should also be updated to require antlr3 = 3.2-4 https://launchpad.net/ubuntu/natty/+source/forked-daapd/+builds -- You received this bug notification because you are a member of Ubuntu

[Bug 622588] [NEW] [kvm] pci_add_option_rom: failed to find romfile pxe-virtio.bin

2010-08-23 Thread Dominic Evans
Public bug reported: Binary package hint: qemu-kvm using 'if=virtio' on -drive and 'model=virtio' on -net previously worked fine on earlier maverick packages on recent package updates I am now seeing this warning about pci_add_option_rom: failed to find romfile pxe-virtio.bin ProblemType: Bug

[Bug 622588] Re: [kvm] pci_add_option_rom: failed to find romfile pxe-virtio.bin

2010-08-23 Thread Dominic Evans
** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/622588/+attachment/1512301/+files/BootDmesg.txt ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/622588/+attachment/1512302/+files/CurrentDmesg.txt ** Attachment added: Lspci.txt

[Bug 622588] Re: [kvm] pci_add_option_rom: failed to find romfile pxe-virtio.bin

2010-08-23 Thread Dominic Evans
You may be correct that it is an innocuous error, (I'm not using PXE boot on my VMs so don't see any otherwise missing functionality) but afaik it never used to appear on lucid and now appears on maverick packages of kvm so its technically a regression. Having investigated the issue further it

[Bug 594509] Re: irqbalance main process ended, respawning

2010-06-22 Thread Dominic Evans
this seems to only be happening on my amd64 maverick desktop, but not on my i386 lucid laptop, both 1x Core2 Duo. both have the same irqbalance (0.55+20091017-3ubuntu3), but obv. different kernels -- irqbalance main process ended, respawning https://bugs.launchpad.net/bugs/594509 You received

[Bug 540218] [NEW] qemu-common does not appear to be creating the /etc/qemuif{up, down} symlinks

2010-03-17 Thread Dominic Evans
Public bug reported: Binary package hint: qemu-kvm # Abstract qemu-common does not correctly symlink /etc/qemuif{up,down} to the matching scripts located in /usr/bin/ # Description qemu-if{up,down} used to be directly installed into /etc, but recent qemu-kvm changes seem to have refactored

[Bug 540218] Re: qemu-common does not appear to be creating the /etc/qemuif{up, down} symlinks

2010-03-17 Thread Dominic Evans
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/41118205/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/41118206/CurrentDmesg.txt ** Attachment added: Lspci.txt http://launchpadlibrarian.net/41118207/Lspci.txt ** Attachment added:

[Bug 464783] Re: gnome-terminal should default to 80x25 for application compatibility

2010-03-03 Thread Dominic Evans
@dickey so what is your suggested fix for the usability issue? :-) -- gnome-terminal should default to 80x25 for application compatibility https://bugs.launchpad.net/bugs/464783 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in

[Bug 464783] Re: gnome-terminal should default to 80x25 for application compatibility

2010-03-02 Thread Dominic Evans
OK, raised upstream. https://bugzilla.gnome.org/show_bug.cgi?id=611573 ** Bug watch added: GNOME Bug Tracker #611573 https://bugzilla.gnome.org/show_bug.cgi?id=611573 ** Also affects: gnome-terminal via https://bugzilla.gnome.org/show_bug.cgi?id=611573 Importance: Unknown

[Bug 464783] Re: gnome-terminal should default to 80x25 for application compatibility

2010-03-02 Thread Dominic Evans
upstream seem to thing that updating the termcap (the 'workaround' in my earlier comment) is the correct fix and should be respected by both xterm and terminator i.e., /usr/share/vte/termcap/xterm xterm-xfree86|xterm-new|xterm terminal emulator (XFree86):\ :am:km:mi:ms:xn:\ -

[Bug 464783] [NEW] `qemu -ncurses` 80x25 vs gnome-terminal 80x24

2009-10-30 Thread Dominic Evans
Public bug reported: Binary package hint: qemu-kvm A minor (but irritating) mismatch in default sizes when running qemu using ncurses rather than SDL. gnome-terminal defaults to a 80x24 console / window size, whereas starting up `qemu -curses` creates a 80x25 (640x480) console. Thus the bottom

[Bug 430652] Re: /etc/qemu-ifup script regression - fails to find bridge interface

2009-09-17 Thread Dominic Evans
Well basically on newer kernels the `ip route list` format seems to include these two additional columns (presumably indicating 100Mbit/1Gbit ethernet speeds?) where it previously had none (i.e., now shows 7 columns instead of 5) the most immediate fix is to change the $NF to a $5 to maintain

[Bug 423076] Re: [patch] `kvm -name TITLE` option does not set gnome-panel name correctly

2009-09-17 Thread Dominic Evans
fwiw, have also submitted the patch upstream http://lists.gnu.org/archive/html/qemu-devel/2009-09/msg01162.html -- [patch] `kvm -name TITLE` option does not set gnome-panel name correctly https://bugs.launchpad.net/bugs/423076 You received this bug notification because you are a member of

[Bug 423076] Re: `kvm -name TITLE` option does not set gnome-panel name correctly

2009-09-16 Thread Dominic Evans
** Changed in: qemu-kvm (Ubuntu) Status: Won't Fix = Confirmed -- `kvm -name TITLE` option does not set gnome-panel name correctly https://bugs.launchpad.net/bugs/423076 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in

[Bug 423076] Re: `kvm -name TITLE` option does not set gnome-panel name correctly

2009-09-16 Thread Dominic Evans
Re-opening this bug as it took me a minute of googling to find what code change were needed in qemu-kvm. Will attach a patch shortly. -- `kvm -name TITLE` option does not set gnome-panel name correctly https://bugs.launchpad.net/bugs/423076 You received this bug notification because you are a

[Bug 430652] [NEW] /etc/qemu-ifup script regression - fails to find bridge interface

2009-09-16 Thread Dominic Evans
Public bug reported: Binary package hint: qemu-kvm = Abstract The /etc/qemu-ifup script used by `-net tap` seems to have regressed in 0.11.0~rc2-0ubuntu4 and no longer functions correctly on a machine where it previously worked. = Description /etc/qemu-ifup used to hardcode the bridge

[Bug 423076] Re: [patch] `kvm -name TITLE` option does not set gnome-panel name correctly

2009-09-16 Thread Dominic Evans
Fixed by passing the 'QEMU (NAME)' as the icon_title value to SDL_WM_SetCaption. debdiff attached, standalone patch for debian/patches to follow ** Summary changed: - `kvm -name TITLE` option does not set gnome-panel name correctly + [patch] `kvm -name TITLE` option does not set gnome-panel

[Bug 423076] Re: [patch] `kvm -name TITLE` option does not set gnome-panel name correctly

2009-09-16 Thread Dominic Evans
debian/patches/06_improve-qemu-sdl-title.patch ** Attachment added: 06_improve-qemu-sdl-title.patch http://launchpadlibrarian.net/31899293/06_improve-qemu-sdl-title.patch -- [patch] `kvm -name TITLE` option does not set gnome-panel name correctly https://bugs.launchpad.net/bugs/423076 You

[Bug 423076] Re: [patch] `kvm -name TITLE` option does not set gnome-panel name correctly

2009-09-16 Thread Dominic Evans
built and installed the pkg locally and found to be working as desired have also uploaded to my ppa -- [patch] `kvm -name TITLE` option does not set gnome-panel name correctly https://bugs.launchpad.net/bugs/423076 You received this bug notification because you are a member of Ubuntu Server