[Bug 514610] Re: USB passthrough device ID interpreted as decimal instead of hex

2010-02-07 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 0.7.5-5ubuntu7

---
libvirt (0.7.5-5ubuntu7) lucid; urgency=low

  * debian/patches/0010-Use-base-16-for-product-vendor.patch: parse the USB
and PCI product and vendor ids in hexadecimal. This fixes incorrect
USB ids being used in virt-manager. (LP: #514610)
 -- Marc DeslauriersSun, 07 Feb 2010 11:08:23 
-0500

** Changed in: libvirt (Ubuntu)
   Status: New => Fix Released

-- 
USB passthrough device ID interpreted as decimal instead of hex
https://bugs.launchpad.net/bugs/514610
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 514610] Re: USB passthrough device ID interpreted as decimal instead of hex

2010-02-07 Thread Marc Deslauriers
This is actually a libvirt bug.

** Package changed: virt-manager (Ubuntu) => libvirt (Ubuntu)

-- 
USB passthrough device ID interpreted as decimal instead of hex
https://bugs.launchpad.net/bugs/514610
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 514610] [NEW] USB passthrough device ID interpreted as decimal instead of hex

2010-02-07 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: virt-manager

In 10.04, at least, when adding a device, the second half of lsusb's output is 
interpreted as decimal, when it is in fact hexidecimal.
As a result, to make a USB passthrough device work, I had to edit the XML file 
from 0x1d0b (which virt-manager filled in) to 0x7435 for my Sansa Clip (as well 
as enabling USB in /etc/apparmor.d/abstractions/libvirt-qemu, of course). This 
is a bug. lsusb's output is hex.

That is to say, virt-manager took lsusb on the host's 0781:7435 and made
it 0781:1d0b. Naturally this did not match anything on the host, so the
guest got nothing.

I imagine this is not something that would be noticed for devices where
the second half is 1 or 2, but for this device it mattered.

** Affects: libvirt (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: conversion hexidecimal usb
-- 
USB passthrough device ID interpreted as decimal instead of hex
https://bugs.launchpad.net/bugs/514610
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 445595] Re: smbclient fails with SMBecho failed. Maybe server has closed the connection

2010-02-07 Thread MathewHennessy
Bump, I'm having this problem in 9.10 as well :( ..  Will 3.4.2 be in
9.10 or should I just go and get the samba source?  PPA?

-- 
smbclient fails with SMBecho failed. Maybe server has closed the connection
https://bugs.launchpad.net/bugs/445595
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 518653] [NEW] libopie exports conflicting symbols

2010-02-07 Thread Simon Schubert
Public bug reported:

libopie.a exports the functions md5_init, md5_append and md5_finish.
These are quite common names that should be avoided by a central
library.  The problem arises when any binary that also uses these symbol
names is linked to libopie.a, especially when this happens indirectly.

Concretely, I ran into a problem when trying to use dovecot with libpam-
opie.  pam_opie.so contains (part of) libopie.a, and thus also the
global functions md5_init, etc.  Dovecot contains md5_init, md5_update
and md5_finish as global functions.  Note that libopie and dovecot
differ in md5_append vs md5_update, yet share the other function names.

As a result, pam_opie.so will use part dovecot functions (per standard
plt resolution), and part its own (since md5_append is not defined my
dovecot).  That results in an invalid md5 calculation and thus in failed
authentication.

Possible solution:
libopie.a should not export such common names, and instead prefix them 
appropriately.  Alternatively use hidden visibility if applicable.


Description:Ubuntu 9.10
Release:9.10

libopie-dev:
  Installed: 2.40~dfsg-0ubuntu1
  Candidate: 2.40~dfsg-0ubuntu1
  Version table:
 *** 2.40~dfsg-0ubuntu1 0
500 http://ch.archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status
libpam-opie:
  Installed: 0.21-8build2
  Candidate: 0.21-8build2
  Version table:
 *** 0.21-8build2 0
500 http://ch.archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

** Affects: opie (Ubuntu)
 Importance: Undecided
 Status: New

-- 
libopie exports conflicting symbols
https://bugs.launchpad.net/bugs/518653
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to opie in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 517701] [NEW] ntpd apparmor rule does not allow reading dhcp based config

2010-02-07 Thread Mathias Gug
Hi,

On Fri, Feb 05, 2010 at 05:18:48PM -, Saku Ytti wrote:
> 
> Configuration file is located in /var/lib/ntp/ntp.conf.dhcp 

Which component/process is generating this configuration file?

  status incomplete
  priority low

-- 
Mathias Gug
Ubuntu Developer  http://www.ubuntu.com


** Changed in: ntp (Ubuntu)
   Importance: Undecided => Low

-- 
ntpd apparmor rule does not allow reading dhcp based config
https://bugs.launchpad.net/bugs/517701
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-07 Thread shaharh
The bug is regarding SDL implementation, SDL report keydown on first time 
caps-lock press and keyup only the second time caps-lock press.
Qemu upstream use this "wrong behavior" and generate up event for caps-lock 
(it's work fine in Fedora and RHEL).

Attach patch for Ubuntu (tested on Ubuntu 9.10)

** Attachment added: "SDL-wrong-behaviour-of-caps-lock.patch"
   http://launchpadlibrarian.net/38866388/SDL-wrong-behaviour-of-caps-lock.patch

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 302148] Re: Installing wine starts winbindd as a daemon

2010-02-07 Thread Rumpeltux
Another side-affect of this is, that after installing winbindd, samba
tries to authenticate every connecting user though winbind, which
effectively renders security=share nonfunctional.

It took quite some time to debug what’s wrong with samba, so installing
wine shouldn’t break samba-shares!

-- 
Installing wine starts winbindd as a daemon
https://bugs.launchpad.net/bugs/302148
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 514963] Re: package samba-common-bin 2:3.4.0-3ubuntu5.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-02-07 Thread Rick Horowitz
I am still having this problem. In my latest system updates, I got the
same failure. I then tried to complete uninstall samba-common and samba-
common-bin. The uninstall failed with the same error, as listed above.

update-alternatives: error: /var/lib/dpkg/alternatives/nmblookup
corrupt: invalid status

Any ideas on how to fix this problem?

-- 
package samba-common-bin 2:3.4.0-3ubuntu5.4 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/514963
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 494804] Re: lacks ext4 support

2010-02-07 Thread Stephan Hermann
I just checked the code about this --part thingy.
I think it needs some rewrite, regarding syntax etc.

If I have the time, I'll come up with something

-- 
lacks ext4 support
https://bugs.launchpad.net/bugs/494804
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 518211] Re: IT8720F chip not recognized by lm-sensors

2010-02-07 Thread Leon Maurer
Got it. The changelog says 3.0.3 (2008-09-28) added support for the
IT8720F.

I installed version 3.1.2 from debian unstable and it correctly
identified the IT8720F.

Thanks for your help.

-- 
IT8720F chip not recognized by lm-sensors
https://bugs.launchpad.net/bugs/518211
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 518400] Re: package clamav 0.95.3+dfsg-1ubuntu0.09.10 failed to install/upgrade:

2010-02-07 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 512096 ***
https://bugs.launchpad.net/bugs/512096

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 512096, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Changed in: clamav (Ubuntu)
   Status: New => Confirmed

** This bug has been marked a duplicate of bug 512096
   [MASTER] Exec format error : package failed to install/remove : 
installation/removal script returned error exit status 2

-- 
package clamav 0.95.3+dfsg-1ubuntu0.09.10 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/518400
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 518400] Re: package clamav 0.95.3+dfsg-1ubuntu0.09.10 failed to install/upgrade:

2010-02-07 Thread Alessandro Repetto

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/38858207/Dependencies.txt

** Attachment added: "VarLogDistupgradeAptlog.gz"
   http://launchpadlibrarian.net/38858208/VarLogDistupgradeAptlog.gz

** Attachment added: "VarLogDistupgradeApttermlog.gz"
   http://launchpadlibrarian.net/38858209/VarLogDistupgradeApttermlog.gz

** Attachment added: "VarLogDistupgradeMainlog.gz"
   http://launchpadlibrarian.net/38858210/VarLogDistupgradeMainlog.gz

** Attachment added: "VarLogDistupgradeTermlog.gz"
   http://launchpadlibrarian.net/38858211/VarLogDistupgradeTermlog.gz

** Attachment added: "VarLogDistupgradeXorgfixintrepidlog.gz"
   http://launchpadlibrarian.net/38858212/VarLogDistupgradeXorgfixintrepidlog.gz

-- 
package clamav 0.95.3+dfsg-1ubuntu0.09.10 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/518400
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 518400] [NEW] package clamav 0.95.3+dfsg-1ubuntu0.09.10 failed to install/upgrade:

2010-02-07 Thread Alessandro Repetto
Public bug reported:

Binary package hint: clamav

Failed tu install package clamav/freshclam, failed to repair, failed to remove.
No one of these opearion fished always I receivet the signal that error 1 or 
error 2 stopped the execution of the operation.

ProblemType: Package
Architecture: amd64
Date: Tue Feb  2 14:38:58 2010
DistroRelease: Ubuntu 9.10
ErrorMessage:
 ErrorMessage: il sottoprocesso dpkg-deb --control ha restituito lo stato di 
errore 2
NonfreeKernelModules: nvidia
Package: clamav 0.95.3+dfsg-1ubuntu0.09.10
ProcVersionSignature: Ubuntu 2.6.31-18.55-generic
SourcePackage: clamav
Title: package clamav 0.95.3+dfsg-1ubuntu0.09.10 failed to install/upgrade:
Uname: Linux 2.6.31-18-generic x86_64

** Affects: clamav (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package

-- 
package clamav 0.95.3+dfsg-1ubuntu0.09.10 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/518400
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 518211] Re: IT8720F chip not recognized by lm-sensors

2010-02-07 Thread Ludwin Janvier
>From lm-sensors releases page (http://dl.lm-sensors.org/lm-sensors/releases/) :
- karmic version is pretty old (3.0.2, 2008-05-08) and doesn't know about 0x8720
- last release of lm-sensors (3.1.2, 2010-02-02) can detect 0x8720
debian testing & unstable have lm-sensors 3.1.1 (2009-06-21), which should 
support 0x8720.

So this is a "sync lm-sensors from debian testing" request.


** Package changed: ubuntu => lm-sensors (Ubuntu)

-- 
IT8720F chip not recognized by lm-sensors
https://bugs.launchpad.net/bugs/518211
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 518211] [NEW] IT8720F chip not recognized by lm-sensors

2010-02-07 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

This may be related to Bug #357766 -- which was fixed in Jaunty.

The problem shows up when running sensors-detect:

Trying family `ITE'...  Yes
Found unknown chip with ID 0x8720

In short, it doesn't recognize the chip even though the lm-sensor wiki
lists it as supported. I don't know if the cause is the same as for Bug
#357766, but perhaps that's a good starting point. I am using a Gigabyte
GA-MA790XT-UD4P motherboard.

ProblemType: Bug
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  leon   2930 F kmix
 /dev/snd/controlC1:  leon   2930 F kmix
 /dev/snd/controlC0:  leon   2823 F knotify4
  leon   2930 F kmix
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xfe024000 irq 16'
   Mixer name   : 'Realtek ALC889A'
   Components   : 'HDA:10ec0885,1458a102,00100101'
   Controls  : 37
   Simple ctrls  : 20
Card1.Amixer.info:
 Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfdefc000 irq 19'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100100'
   Controls  : 4
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
Card2.Amixer.info:
 Card hw:2 'U0x20400x7200'/'USB Device 0x2040:0x7200 at usb-:00:12.2-2, 
high speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB2040:7200'
   Controls  : 1
   Simple ctrls  : 1
Card2.Amixer.values:
 Simple mixer control 'PCM',0
   Capabilities: cswitch cswitch-joined
   Capture channels: Mono
   Mono: Capture [on]
Date: Sat Feb  6 16:16:37 2010
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=267eebf8-739e-4a33-809a-6db4eda49ae0
InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: Gigabyte Technology Co., Ltd. GA-MA790XT-UD4P
Package: linux-image-2.6.31-19-generic 2.6.31-19.56
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-19-generic 
root=UUID=5ddc6bce-2bb4-4ca1-803d-b1769ccde5ce ro quiet splash
ProcEnviron:
 LANGUAGE=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-19-generic N/A
 linux-firmware 1.25
RfKill:
 
SourcePackage: linux
Uname: Linux 2.6.31-19-generic x86_64
XsessionErrors: (polkit-gnome-authentication-agent-1:2985): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
dmi.bios.date: 11/20/2009
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F7
dmi.board.name: GA-MA790XT-UD4P
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF7:bd11/20/2009:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA790XT-UD4P:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA790XT-UD4P:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: GA-MA790XT-UD4P
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

** Affects: lm-sensors (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug
-- 
IT8720F chip not recognized by lm-sensors
https://bugs.launchpad.net/bugs/518211
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to lm-sensors in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 518355] Re: CURLOPT_WRITEHEADER fails

2010-02-07 Thread Jim Tittsler

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/38855221/Dependencies.txt

-- 
CURLOPT_WRITEHEADER fails
https://bugs.launchpad.net/bugs/518355
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 518355] [NEW] CURLOPT_WRITEHEADER fails

2010-02-07 Thread Jim Tittsler
Public bug reported:

Binary package hint: php5

A bug in PHP 5.2.9 and 5.2.10 causes curl_setopt($ch, CURLOPT_WRITEHEADER, 
$fp_header)
to issue a warning:

  Warning: curl_setopt(): the provided file handle is not writable in
/curl.php on line x

A fix is available in the PHP CVS:  http://bugs.php.net/bug.php?id=48733

ProblemType: Bug
Architecture: amd64
Date: Sun Feb  7 11:33:17 2010
DistroRelease: Ubuntu 9.10
Ec2AMI: ami-ab15f6c2
Ec2AMIManifest: 
ubuntu-images-us/ubuntu-karmic-9.10-amd64-server-20091027.1.manifest.xml
Ec2AvailabilityZone: us-east-1a
Ec2InstanceType: m1.large
Ec2Kernel: aki-fd15f694
Ec2Ramdisk: ari-c515f6ac
Package: php5 5.2.10.dfsg.1-2ubuntu6.4
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: User Name 2.6.31-302.7-ec2
SourcePackage: php5
Tags: ec2-images
Uname: Linux 2.6.31-302-ec2 x86_64

** Affects: php5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ec2-images

-- 
CURLOPT_WRITEHEADER fails
https://bugs.launchpad.net/bugs/518355
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 518346] [NEW] Emulated serial port does not work with FreeBSD 8.0 guest

2010-02-07 Thread Garry Dolley
Public bug reported:

Binary package hint: kvm

I'm running a handful of Jaunty systems and this bug appears in kvm 1:84
+dfsg-0ubuntu12.4

Host:

$ lsb_release -rd
Description:Ubuntu 9.04
Release:9.04
$

Description of bug:

If you start a FreeBSD 8.0 guest with "-serial
telnet:127.0.0.1:,server,nowait", and then try to connect to the
guest's serial port with telnet, there will be no output to the telnet
side.  The FreeBSD 8.0 guest is running a getty process on /dev/ttyu0.

This is specific to FreeBSD 8.0.  FreeBSD 7.1 and 7.2 guests did not
exhibit this problem.

FreeBSD 8.0 uses a new uart(4) driver (/dev/ttyu0).  Prior versions used
sio(4) (/dev/ttyd0).

Proposed fix:

There is an upstream QEMU patch that fixes this.

I've rolled this patch into my PPA for kvm (among other changes):
https://launchpad.net/~gdolley/+archive/ppa/+packages

A debdiff for just this specific issue that fixes the problem is:

diff -u kvm-84+dfsg/debian/changelog kvm-84+dfsg/debian/changelog
--- kvm-84+dfsg/debian/changelog
+++ kvm-84+dfsg/debian/changelog
@@ -1,3 +1,11 @@
+kvm (1:84+dfsg-0ubuntu12.5~ppa1) jaunty; urgency=low
+   
+  * 
debian/patches/qemu-serial-lost-tx-irqs-affecting-freebsd-new-uart-driver.patch:
+cherry-pick from upstream  
+- Fixes qemu serial vs. FreeBSD 8.0 uart(4) not working properly
+   
+ -- Garry Dolley   Wed, 09 Dec 2009 03:53:31 -0800
+   
 kvm (1:84+dfsg-0ubuntu12.4) jaunty-proposed; urgency=low

   * debian/patches/Fix-cluster-freeing-in-qcow2.patch: cherry-pick
diff -u kvm-84+dfsg/debian/control kvm-84+dfsg/debian/control
diff -u kvm-84+dfsg/debian/patches/series kvm-84+dfsg/debian/patches/series
--- kvm-84+dfsg/debian/patches/series
+++ kvm-84+dfsg/debian/patches/series
@@ -17,0 +18 @@ 
+qemu-serial-lost-tx-irqs-affecting-freebsd-new-uart-driver.patch
only in patch2: 
unchanged:  
--- 
kvm-84+dfsg.orig/debian/patches/qemu-serial-lost-tx-irqs-affecting-freebsd-new-uart-driver.patch
+++ 
kvm-84+dfsg/debian/patches/qemu-serial-lost-tx-irqs-affecting-freebsd-new-uart-driver.patch
@@ -0,0 +1,37 @@
+commit 2d6ee8e7e17227d5eb8c6e9a054dd88d5b37c5ae
+Author: Juergen Lock 
+Date:   Sat Sep 12 18:52:22 2009 +0200
+   
+qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver)
+   
+Well one problem seems to be the rx condition,
+... if ((s->ier & UART_IER_RDI) && (s->lsr & UART_LSR_DR))
+is not enough to trigger an irq, yet still causes the following
+conditions not to be checked anymore at all.
+   
+Signed-off-by: Juergen Lock 
+Acked-by: Jan Kiszka 
+Acked-by: Stefano Stabellini 
+Signed-off-by: Aurelien Jarno 
+   
+diff --git a/qemu/hw/serial.c b/qemu/hw/serial.c
+index 1f4ce77..a22770f 100644  
+--- a/qemu/hw/serial.c 
 b/qemu/hw/serial.c 
+@@ -197,12 +197,10 @@ static void serial_update_irq(SerialState *s)
+  * this is not in the specification but is observed on existing
+  * hardware.  */  
+ tmp_iir = UART_IIR_CTI;
+-} else if ((s->ier & UART_IER_RDI) && (s->lsr & UART_LSR_DR)) {
+-if (!(s->fcr & UART_FCR_FE)) {
+-   tmp_iir = UART_IIR_RDI;
+-} else if (s->recv_fifo.count >= s->recv_fifo.itl) {
+-   tmp_iir = UART_IIR_RDI;
+-}
++} else if ((s->ier & UART_IER_RDI) && (s->lsr & UART_LSR_DR) &&
++   (!(s->fcr & UART_FCR_FE) ||
++s->recv_fifo.count >= s->recv_fifo.itl)) {
++tmp_iir = UART_IIR_RDI;
+ } else if ((s->ier & UART_IER_THRI) && s->thr_ipending) {
+ tmp_iir = UART_IIR_THRI;
+ } else if ((s->ier & UART_IER_MSI) && (s->msr & UART_MSR_ANY_DELTA)) {


My modified kvm package with the above patch runs about 80 production virtual 
machines of the following flavors: FreeBSD 7.1, 7.2, and 8.0; OpenBSD 4.5 and 
4.6; Ubuntu 9.04; Debian 5.02; ArchLinux; and Gentoo.  None of these have had 
any serial port problems after the above patch was applied.

Might be worth applying to Karmic or Lucid kvm packages if the QEMU
upstream in those kvm packages do not already include it.

** Affects: kvm (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Emulated serial port does not work with FreeBSD 8.0 guest
https://bugs.launchpad.net/bugs/518346
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2010-02-07 Thread Brian Burch
I have now built and tested several maven projects under all of my three
systems: karmic production, minimal karmic schroot and lucid schroot.

All of them worked exactly as expected. As far as I am concerned, the
latest maven2 distributions are acceptable. My evidence suggests that
the original bug report (mvn --help crashes) should be closed. The most
likely cause of the crashes is incompatible back-level ~/.m2/repository/
cache.

I do not think there is a strong case for the package installation
script to wipe out the cache - unless this action is recommended by the
maven development team. I will leave that issue for Matthius to make a
decision.

Thanks for your help, Matthius! I am sorry that so many of us maven
users doubted the quality of your package.

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs