[Bug 823182] [NEW] nova-network vlan mode needs to work in single machine scenario

2011-08-09 Thread Marc Cluet
Public bug reported:

nova-network comes configured by default in vlan mode, we had issues
deploying it and making vlan manager work properly on a single machine.

We need to make sure this works prefectly before Oneiric release.

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

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

Title:
  nova-network vlan mode needs to work in single machine scenario

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/823182/+subscriptions

-- 
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 800340] Re: [MIR] ipxe

2011-08-09 Thread Colin Watson
Promoted.

** Changed in: ipxe (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/800340

Title:
  [MIR] ipxe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/800340/+subscriptions

-- 
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 816414] Re: [MIR] nut (nut-doc, nut-client, nut-server)

2011-08-09 Thread Colin Watson
Promoted.

** Changed in: nut (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  [MIR] nut (nut-doc, nut-client, nut-server)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/816414/+subscriptions

-- 
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 801262] Re: [MIR] pep8

2011-08-09 Thread Colin Watson
Promoted.

** Changed in: pep8 (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  [MIR] pep8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pep8/+bug/801262/+subscriptions

-- 
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 799775] Re: [MIR] python-gflags

2011-08-09 Thread Colin Watson
Promoted.

** Changed in: python-gflags (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-gflags in Ubuntu.
https://bugs.launchpad.net/bugs/799775

Title:
  [MIR] python-gflags

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-gflags/+bug/799775/+subscriptions

-- 
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 805608] Re: [MIR] python-decorator

2011-08-09 Thread Colin Watson
Promoted.

** Changed in: python-decorator (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-decorator in Ubuntu.
https://bugs.launchpad.net/bugs/805608

Title:
  [MIR] python-decorator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-decorator/+bug/805608/+subscriptions

-- 
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 820023] Re: package samba 2:3.5.8~dfsg-1ubuntu2.2 subprocessinstalled post-installation script returned error exit status 1

2011-08-09 Thread Fendervr
Hi Steve,
below there is the result of what you asked.
Best regards and thanks

ccl@ccl-HP-Pavilion-dv6-Notebook-PC:~$ testparm -s --parameter-name='disable 
netbios'
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section [homes]
Processing section [netlogon]
Processing section [profiles]
Processing section [printers]
Processing section [pdf-documents]
Processing section [pdf-printer]
Loaded services file OK.
ERROR: both 'wins support = true' and 'wins server = server list' cannot 
be set in the smb.conf file. nmbd will abort with this setting.
WARNING: You have some share names that are longer than 12 characters.
These may not be accessible to some older clients.
(Eg. Windows9x, WindowsMe, and smbclient prior to Samba 3.0.)
No
ccl@ccl-HP-Pavilion-dv6-Notebook-PC:~$ echo $?
1

Claudio

- Original Message - 
From: Steve Langasek steve.langa...@canonical.com
To: cpe...@tiscali.it
Sent: Monday, August 08, 2011 11:24 PM
Subject: [Bug 820023] Re: package samba 2:3.5.8~dfsg-1ubuntu2.2 
subprocessinstalled post-installation script returned error exit status 1


Hi Claudio,

ccl@ccl-HP-Pavilion-dv6-Notebook-PC:~$ testparm -s --parameter-name='disable 
netbios' 2/dev/null
No
ccl@ccl-HP-Pavilion-dv6-Notebook-PC:~$ echo $?
1


Please run the testparm command *without* the 2/dev/null redirection. 
I.e., run:

$ testparm -s --parameter-name='disable netbios'

and paste the output.  It seems testparm is returning a parse error for
your smb.conf, so we need to see what that is.

** Changed in: samba (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/820023

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.2 subprocess installed post-
  installation script returned error exit status 1

Status in “samba” package in Ubuntu:
  Incomplete

Bug description:
  I could not connect to a Windows printer shared. I tra ti remove and
  reinstalli samba  smbfs with sudo apt-get install samba smbfs.

  ProblemType: Package
  DistroRelease: Ubuntu 11.04
  Package: samba 2:3.5.8~dfsg-1ubuntu2.2
  ProcVersionSignature: Ubuntu 2.6.38-11.47-generic-pae 2.6.38.8
  Uname: Linux 2.6.38-11-generic-pae i686
  NonfreeKernelModules: nvidia wl
  Architecture: i386
  Date: Tue Aug  2 22:23:28 2011
  ErrorMessage: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 
(20101007.1)
  RelatedPackageVersions:
   nautilus 1:2.32.2.1-0ubuntu13
   gvfs 1.8.0-0ubuntu2
  SambaClientRegression: Yes
  SourcePackage: samba
  Title: package samba 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade: il 
sottoprocesso vecchio script di post-installation ha restituito lo stato di 
errore 1
  UpgradeStatus: Upgraded to natty on 2011-05-02 (92 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/820023/+subscriptions

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.2 subprocess installed post-
  installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/820023/+subscriptions

-- 
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 823462] [NEW] package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-08-09 Thread mama21mama
Public bug reported:

 Move mysql database to other path

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: mysql-server-5.1 5.1.54-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Tue Aug  9 14:58:37 2011
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
SourcePackage: mysql-5.1
Title: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 1
UpgradeStatus: Upgraded to natty on 2011-07-18 (22 days ago)

** Affects: mysql-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/823462

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/823462/+subscriptions

-- 
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 823462] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-08-09 Thread mama21mama
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/823462

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/823462/+subscriptions

-- 
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 823494] [NEW] Virt-manager upgrade 0.9.0 is not in sync with libvirt

2011-08-09 Thread Boris Derzhavets
Public bug reported:

After upgrade virt-manager to 0.9.0  I have Spice runtime session in QXL mode 
broken. Just black screen.  Only SpiceVGA works now for install and for 
runtime.  Version of Libvirt is 0.9.3 in preview environment on F15 and 
everything works  just fine.
Another my suspect ( regarding installation mode) is outdated  QXL driver for 
X-Server.  Too much QXL changes went in qemu-kvm 0.15-rc1.

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

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

Title:
  Virt-manager upgrade 0.9.0 is not in sync with libvirt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/823494/+subscriptions

-- 
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 820023] Re: package samba 2:3.5.8~dfsg-1ubuntu2.2 subprocess installed post-installation script returned error exit status 1

2011-08-09 Thread Steve Langasek
Thanks.  This output indicates that you have a broken smb.conf:

 ERROR: both 'wins support = true' and 'wins server = server list' cannot
 be set in the smb.conf file. nmbd will abort with this setting.

So, you need to remove one or the other of those settings (according to
what way you intend the machine to be configured!) and then it will
start.

** Changed in: samba (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.2 subprocess installed post-
  installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/820023/+subscriptions

-- 
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 823494] Re: Virt-manager upgrade 0.9.0 is not in sync with libvirt

2011-08-09 Thread Boris Derzhavets
After the most recent upgrade usual VNC sessions via VirtMan gets broken.
I am running qemu-kvm 0.15-rc1 for 7-8 days .  It never happened before.
Two boxes are affected in same way.

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

Title:
  Virt-manager upgrade 0.9.0 is not in sync with libvirt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/823494/+subscriptions

-- 
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 814819] Re: Update to antlr3 version 3.2

2011-08-09 Thread Andrew Ross
Is there a decision on this? It seems like it would be good to test it
sooner rather than later.

The only other option I can think of that's not been discussed is to
create an antlr3.0 package which provides antlr3 and have the new
package in main and the normal antlr3 in universe.

Andy

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

Title:
  Update to antlr3 version 3.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/antlr3/+bug/814819/+subscriptions

-- 
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 557054] Re: Libvirt-bin ignores libvirtd_opts from /etc/default

2011-08-09 Thread gdahlman
Still an issue in Natty, even a comment in /etc/default/libvirt-bin
would be nice.

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

Title:
  Libvirt-bin ignores libvirtd_opts from /etc/default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/557054/+subscriptions

-- 
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 823638] [NEW] Please put comment in /etc/default/libvirt-bin or remove it from the .deb

2011-08-09 Thread gdahlman
Public bug reported:

http://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/natty/libvirt/natty/view/head:/debian/libvirt-
bin.default

/etc/default/libvirt-bin is not used with upstart and has not been used
for three releases anymore

It is very confusing to users to try and add arguments and have them
ignored.

Please add a simple text comment at the top of the file telling people
to modify /etc/init/libvirt-bin

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


** Tags: libvirt libvirt-bin natty

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

Title:
  Please put comment in /etc/default/libvirt-bin or remove it from the
  .deb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/823638/+subscriptions

-- 
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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-08-09 Thread gdahlman
I did set clocksource=acpi_pm and it will boot,

The regression is in the Ubuntu kernel, it works fine on fc12 and 10.10
but 11.04 will not let them boot

It would seem really odd that the kvm-clock paravirt clock source in the
current kernel would be the prime suspect IMHO.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/795717

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+subscriptions

-- 
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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-08-09 Thread gdahlman
I think I found the kernel bug that causes this, but I can not find a
good link that is not spam mail list aggregation site.

The subject is KVM: fix kvmclock regression due to missing clock
update  and it appears there is a fix in 2.6.39


I will try to find hardware to test this on.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/795717

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+subscriptions

-- 
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 818617] Re: package samba 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-09 Thread Bequia Ubuntu
Hey Ursula,

It appears nothing happened when i ran those commands.

Jose'

On 3 August 2011 11:42, Ursula Junque 818...@bugs.launchpad.net wrote:

 Hello!

 Thanks for your time reporting this bug. I'd like to ask a few things in
 order to understand your issue:

 1) Can you provide the file /etc/init/nmbd.conf ?
 2) Run the following commands and paste the output here:
  $ testparm -s --parameter-name='disable netbios' 2/dev/null
  $ echo $?
 and
  $ install -o root -g root -m 755 -d /var/run/samba
  $ echo $?

 After providing the information, please set the bug status to 'New' so
 it won't expire.

 Thanks!

 ** Changed in: samba (Ubuntu)
   Status: New = Incomplete

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/818617

 Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

 Status in “samba” package in Ubuntu:
   Incomplete

 Bug description:
  I was trying to do a purge and reinstall of samba and winbind ( some
  other packages related to them too but i cant remember ) to solve a
  network problem i was having. I used synaptic to completely remove and
  reinstall them and before it finished this error popped up ( see the
  summary ).  The problem i was having before was that i could not see
  any of the other computers and printers on my wireless home network.
  in nautilus when i tried to open the windows network it would always
  say failed to retrieve shares from server. the other computers are
  windows 7.

  ProblemType: Package
  DistroRelease: Ubuntu 11.04
  Package: samba 2:3.5.8~dfsg-1ubuntu2.2
  ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
  Uname: Linux 2.6.38-10-generic x86_64
  NonfreeKernelModules: fglrx
  Architecture: amd64
  Date: Sat Jul 30 15:13:44 2011
  ErrorMessage: subprocess installed post-installation script returned error
 exit status 1
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64
 (20100816.1)
  RelatedPackageVersions:
   nautilus 1:2.32.2.1-0ubuntu13
   gvfs 1.8.0-0ubuntu2
  SambaClientRegression: No
  SourcePackage: samba
  Title: package samba 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade:
 subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to natty on 2011-04-24 (97 days ago)

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/samba/+bug/818617/+subscriptions



** Changed in: samba (Ubuntu)
   Status: Incomplete = New

** Attachment added: nmbd.conf
   https://bugs.launchpad.net/bugs/818617/+attachment/2265254/+files/nmbd.conf

** Attachment added: results of commands
   
https://bugs.launchpad.net/bugs/818617/+attachment/2265255/+files/results%20of%20commands

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/818617/+subscriptions

-- 
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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-08-09 Thread gdahlman
I have verified that by downloading and upgrading to the following
kernel the issue is resolved, the issue still exists with 2.6.38-10

http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39-rc4-natty/

I successfully booted from CD on RHEL 5.4 and Centos 5.5 on CD and
installed with no issue with 8 cpu's

Here is the text of the commit I think fixes the issue.

commit 1aa8ceef0312a6aae7dd863a120a55f1637b361d
Author: Nikola Ciprich extmaill...@linuxbox.cz
Date:   Wed Mar 9 23:36:51 2011 +0100

KVM: fix kvmclock regression due to missing clock update

commit 387b9f97750444728962b236987fbe8ee8cc4f8c moved 
kvm_request_guest_time_update(vcpu),
breaking 32bit SMP guests using kvm-clock. Fix this by moving (new) clock 
update function
to proper place.

Signed-off-by: Nikola Ciprich nikola.cipr...@linuxbox.cz
Acked-by: Zachary Amsden zams...@redhat.com
Signed-off-by: Avi Kivity a...@redhat.com

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/795717

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+subscriptions

-- 
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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-08-09 Thread gdahlman
Here is the fix for the current natty kernel source, it appears to be a
typo with a closing bracket one line too high.

** Patch added: Patch to fix issue with 32 bit KVM hosts
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+attachment/2265304/+files/x86.c.diff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/795717

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+subscriptions

-- 
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 823711] [NEW] libvirt version 0.9.2-4ubuntu8 failed to build on armel

2011-08-09 Thread Ricardo Salveti
Public bug reported:

libvirt version 0.9.2-4ubuntu8 failed to build on armel
Link to failed build: 
https://launchpad.net/ubuntu/+source/libvirt/0.9.2-4ubuntu8/+build/2673838

Direct link to the build log:
https://launchpad.net/ubuntu/+source/libvirt/0.9.2-4ubuntu8/+build/2673838/+files
/buildlog_ubuntu-oneiric-
armel.libvirt_0.9.2-4ubuntu8_FAILEDTOBUILD.txt.gz

This log snippet might be of interest, since it triggered the matcher 'Purging 
chroot-autobuild'.
Excerpt 5798 lines into the build log:

  .57  OK
PASS: cputest
===
10 of 48 tests failed
(1 test was not run)
Please report to libvir-l...@redhat.com
===
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/build/buildd/libvirt-0.9.2/tests'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/build/buildd/libvirt-0.9.2/tests'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/build/buildd/libvirt-0.9.2'
make: *** [debian/stamp-makefile-check] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
**
Build finished at 20110809-1359
FAILED [dpkg-buildpackage died]
Purging chroot-autobuild/build/buildd/libvirt-0.9.2

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


** Tags: arm-porting-queue ftbfs

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

Title:
  libvirt version 0.9.2-4ubuntu8 failed to build on armel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/823711/+subscriptions

-- 
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 823711] Re: libvirt version 0.9.2-4ubuntu8 failed to build on armel

2011-08-09 Thread Ricardo Salveti
Repo out of sync?

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

Title:
  libvirt version 0.9.2-4ubuntu8 failed to build on armel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/823711/+subscriptions

-- 
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 604283] [NEW] network servers do not listen on 127.0.1.1

2011-08-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: ifupdown

release: Ubuntu 10.04 LTS (but probably all releases back to Hardy and forward 
to Maverick)
package: ifupdown: Installed: 0.6.8ubuntu29

Since upgrading my systems to lucid and cleaning up the configurations,
I've noticed strange behaviour where client tcp or udp sessions to local
tcp/ip servers have timed out even though the servers were running and
netstat showed they were listening on all interfaces. Wireshark traces
showed that successful connections went to 127.0.0.1, while any
connection attempt to 127.0.1.1 would fail.

The systems are fully controlled by NetworkManager offtopica long and painful 
story!/offtopic and so /etc/network/interfaces contains only two lines:
auto lo
iface lo inet loopback

This minimal configuration is not only highly recommended to avoid
wierd behaviour with NetworkManager, but also to avoid problems with
upstart (e.g.
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/497299). All the
other network interfaces are managed by NM.

In the old days, a typical /etc/hosts file would define all the local 
hostnames as follows:
127.0.0.1  myhostname.localdomain  myhostname  localhost.localdomain  
localhost 

For several releases (back as far as Hardy), ubuntu installations have been 
creating a more sophisticated version of the hosts file (presumably because of 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316099), e.g.
127.0.0.1  localhost
127.0.1.1  myhostname.mydomain  myhostname

This modern variant allows the system to always resolve its own hostname
and canonical name, even when there is no external network.

It appears to work really well... e.g. ping hostname and ping
localhost both succeed. hostname and hostname -f return the
expected values. (note: I don't fully understand why ping hostname
actually works - perhaps because the class A 127.0.0.0 subnet has been
defined for ever as a loopback subnet?).

The problem comes when a local client tries to connect to a local server... a 
well-behaved server will listen on all available network interfaces, e.g.
brian@myhostname:~$ netstat -ln | grep 53
tcp0  0 10.1.252.115:53 0.0.0.0:*   LISTEN  
   
tcp0  0 192.168.252.115:53  0.0.0.0:*   LISTEN  
   
tcp0  0 127.0.0.1:530.0.0.0:*   LISTEN  
   
udp0  0 10.1.252.115:53 0.0.0.0:*   
   
udp0  0 192.168.252.115:53  0.0.0.0:*   
   
udp0  0 127.0.0.1:530.0.0.0:*   
   

... so, when a client tries to connect to the local server (in my not
very realistic example you would have to edit /etc/resolv.conf to point
to myhostname instead of the default localhost), the nslookup connection
would never be received by the local bind server and so will eventually
time out.

If we are to keep the new style hosts file structure (and I think we
should), then we MUST ensure that local servers are able to access all
available interfaces, including BOTH of the loopback addresses mentioned
in the hosts file, so we need to define an additional interface for the
myhostname loopback address.

This can be easily demonstrated by defining a second (virtual) address for the 
lo interface:
sudo ifconfig lo:0 127.0.1.1 netmask 255.0.0.0

Stop the server and it will discover the extra interface when it is restarted:
brian@myhostname:~$ netstat -ln | grep 53
tcp0  0 10.1.252.115:53 0.0.0.0:*   LISTEN  
   
tcp0  0 192.168.252.115:53  0.0.0.0:*   LISTEN  
   
tcp0  0 127.0.1.1:530.0.0.0:*   LISTEN  
   
tcp0  0 127.0.0.1:530.0.0.0:*   LISTEN  
   
udp0  0 10.1.252.115:53 0.0.0.0:*   
   
udp0  0 192.168.252.115:53  0.0.0.0:*   
   
udp0  0 127.0.1.1:530.0.0.0:*   
   
udp0  0 127.0.0.1:530.0.0.0:*   
   

Of course, this circumvention will only last until the next reboot. The
solution can be made permanent by updating the
/etc/networking/interfaces file to automatically bring up both loopback
interfaces early in the boot process:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# automatically bring up both these interfaces at boot (ifup -a == all)
auto lo lo:0

# The standard loopback network interface
iface lo inet loopback

# another loopback interface for that pesky dual loopback hosts file
iface lo:0 inet static
  address 127.0.1.1
  netmask 255.0.0.0

I do not know if there is a more elegant solution to 

[Bug 604283] Re: network servers do not listen on 127.0.1.1

2011-08-09 Thread Steve Langasek
I don't believe there's any bug in ifupdown here.  As mentioned in the
upstream Debian bug, you do not need an explicit 127.0.1.1 network
interface to receive requests on that address, *as long as* you are
listening on the any address.  This is indeed what openssh is doing by
default; being able to ssh to 127.0.1.1 has nothing to do with any
ifupdown changes.

Out of the many services I run, the only ones I find that have problems
with 127.0.1.1 are bind, ntpd, and nmbd.  nmbd is entirely
uninteresting, because it's only relevant on broadcast interfaces (which
is part of why it must bind by IP). ntpd's behavior could be considered
a bug, as could bind9.  Since you mention bind9 explicitly, I think
reassigning this report to the bind9 package is the reasonable course of
action here.

** Package changed: ifupdown (Ubuntu) = bind9 (Ubuntu)

** Tags removed: patch

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

Title:
  network servers do not listen on 127.0.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/604283/+subscriptions

-- 
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