[Bug 671126] Re: --keyring argument breaks qemu-debootstrap

2010-11-07 Thread Clint Byrum
Alex, given what you've said thus far, it seems that there is no problem
in qemu-debootstrap, it is just being more stringent than debootstrap in
parsing the documented argument passing format. Would you agree? If so,
this should be marked as Invalid in qemu-kvm.

-- 
--keyring argument breaks qemu-debootstrap
https://bugs.launchpad.net/bugs/671126
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 614322] Re: libvirt not recognizing NUMA architecture

2010-11-07 Thread EAB
I can confirm this.

Most of our hosts have 64GB RAM and 2 Intel Nehalem hexa-cores.
With 3 VM's using 16GB RAM each.
I noticed performance degredation and the host also swapped out a lot of 
memory. The swapping degraded performance dramatically.
vm.swappiness=0 in /etc/sysctl.conf did not help.

It seems that NUMA on Intel CPU's can be expensive because RAM needs to
be transfered from other nodes. With only 1 node (socket) there is no
problem. With 2 or more nodes you see slower.

Without the capabilities you can prevent this behavior by pinning the vcpu's.
You should spread you VM's over the available nodes:

numactl --hardware | grep node 0 cpus
node 0 cpus: 0 2 4 6 8 10 12 14 16 18 20 22

Your XML should contain something like this:
vcpu cpuset='0,2,4,6,8,10,12,14,16,18,20,22'1/vcpu 
vcpu cpuset='0,2,4,6,8,10,12,14,16,18,20,22'2/vcpu 
vcpu cpuset='0,2,4,6,8,10,12,14,16,18,20,22'3/vcpu 
vcpu cpuset='0,2,4,6,8,10,12,14,16,18,20,22'4/vcpu 

The next VM should use they other node.
numactl --hardware | grep node 1 cpus
node 0 cpus: 1 3 5 7 9 11 13 15 17 19 21 23
vcpu cpuset='1,3,5,7,9,11,13,15,17,19,21,23'1/vcpu 
vcpu cpuset='1,3,5,7,9,11,13,15,17,19,21,23'2/vcpu 
vcpu cpuset='1,3,5,7,9,11,13,15,17,19,21,23'3/vcpu 
vcpu cpuset='1,3,5,7,9,11,13,15,17,19,21,23'4/vcpu 

So you don't need the NUMA info from virsh capabilities.

We now split up our hosts by the amount of NUMA-nodes to prevent
performance-degradation and swapping.

-- 
libvirt not recognizing NUMA architecture
https://bugs.launchpad.net/bugs/614322
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 672190] [NEW] package bind9 1:9.7.0.dfsg.P1-1 [modified: usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess installed post-installation script returned error exit status

2010-11-07 Thread anoop60
Public bug reported:

Binary package hint: bind9

while configuring bind with gadmin-bind apparmorn had a issue so removed
apparmor after that bind service failed to start

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum]
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
AptOrdering:
 bind9: Install
 bind9: Configure
Architecture: i386
Date: Sun Nov  7 20:37:35 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
SourcePackage: bind9
Title: package bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

-- 
package bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/672190
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 672190] Re: package bind9 1:9.7.0.dfsg.P1-1 [modified: usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-11-07 Thread anoop60


-- 
package bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/672190
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 672190] Re: package bind9 1:9.7.0.dfsg.P1-1 [modified: usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-11-07 Thread Clint Byrum
Hello anoop, thank you for taking the time to file this bug report and
help us make Ubuntu better.

This error:

 * Starting domain name service... bind9    /usr/sbin/named: 
/usr/local/lib/liblber-2.4.so.2: no version information available (required by 
/usr/lib/libldap_r-2.4.so.2)
/usr/sbin/named: relocation error: /usr/lib/libldap_r-2.4.so.2: symbol 
ber_sockbuf_io_udp, version OPENLDAP_2.4_2 not defined in file liblber-2.4.so.2 
with link time reference

Tells me that you are linking against local libraries. Its going to be
hard for us to reproduce that without a copy of your libraries and/or
build scripts.

My guess if you've added /usr/local/lib to your LD_LIBRARY_PATH or
/etc/ld.so.conf* somewhere, and there are two liblber-2.4.so.2 that are
not entirely compatible.

Unfortunately, given the extreme difficulty in reproducing this, I don't
think this is going to be acceptable as a bug report.

Closing as Invalid.

** Changed in: bind9 (Ubuntu)
   Status: New = Invalid

-- 
package bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/672190
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 671304] Re: package bind9 1:9.7.0.dfsg.P1-1 [modified: usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-11-07 Thread Clint Byrum
Hello Raghuveer, thank you for taking the time to file this bug report
and help us make Ubuntu better.

This error is rather puzzling:

Setting up bind9 (1:9.7.0.dfsg.P1-1) ...
Adding group `bind' (GID 128) ...
Done.
Adding system user `bind' (UID 121) ...
Adding new user `bind' (UID 121) with group `bind' ...
Not creating home directory `/var/cache/bind'.
wrote key file /etc/bind/rndc.key
#
chgrp: cannot access `/var/run/named': No such file or directory
dpkg: error processing bind9 (--configure):
 subprocess installed post-installation script returned error exit status 1

As /var/run/named is actually included as an empty directory in the
package.

Can you try removing and re-installing the package

sudo dpkg -r bind9
sudo apt-get install bind9

you may also need to do

sudo apt-get -f install

To finish configuring/installing required packages.

Please do this and post the results here.

Marking Incomplete, pending response from Raghuveer.

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

-- 
package bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/671304
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 672328] [NEW] vsftpd: discloses whether usernames are valid or not

2010-11-07 Thread Mark Hobley
*** This bug is a security vulnerability ***

Public security bug reported:

Binary package hint: vsftpd

There is a bug in vsftpd daemon, which causes the system to skip asking
for a password if the username is invalid. This enables a remote user to
determine whether the enter user account names are valid or not. The bug
occurs when the user whitelisting facility is being used.

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

** Visibility changed to: Public

-- 
vsftpd: discloses whether usernames are valid or not 
https://bugs.launchpad.net/bugs/672328
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 509562] Re: euca-bundle-image returns Odd-length string error

2010-11-07 Thread Mitch Garnaat
I have merged this patch in upstream.

-- 
euca-bundle-image returns Odd-length string error
https://bugs.launchpad.net/bugs/509562
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools 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 598186] Re: Unable to register nodes in eucalyptus

2010-11-07 Thread Stefan Wasilewski
I experience the same problem using  2.0+bzr1241-0ubuntu4 on 10.10, also
using installation via packages.

-- 
Unable to register nodes in eucalyptus
https://bugs.launchpad.net/bugs/598186
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 659854] Re: Nautilus 2.32.0: Copy to SMB

2010-11-07 Thread Victor Lyapunov
*** This bug is a duplicate of bug 393012 ***
https://bugs.launchpad.net/bugs/393012

I have exactly the same problem.
'Invalid argument' error in Nautilus when trying to copy files to a network 
share. The file is partially copied, though (only the first 48 Kb).
However, it only appears when copying files to a Windows 2008R2 Server share. 
Everything works ok when copying files  Windows 2003 Server(x86) and 
CentOS-5.5(Samba).

-- 
Nautilus 2.32.0: Copy to SMB 
https://bugs.launchpad.net/bugs/659854
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 659854] Re: Nautilus 2.32.0: Copy to SMB

2010-11-07 Thread Victor Lyapunov
*** This bug is a duplicate of bug 393012 ***
https://bugs.launchpad.net/bugs/393012


** Attachment added: Screenshot of the error screen
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/659854/+attachment/1726541/+files/Screenshot.png

-- 
Nautilus 2.32.0: Copy to SMB 
https://bugs.launchpad.net/bugs/659854
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 665531] Re: libvirt no longer supports format=host_device

2010-11-07 Thread Shad Owen
I'm not sure if this is any help, if it's related, or at all relevant
but I thought I'd throw out something that I noticed.  I recently did a
clean install on my system and upgraded to Maverick.  I have had a heck
of a time getting my vm's back up and running.  I was able to get them
to boot if I interfaced with KVM directly however when I used virt-
manager I would consistently get an error, Boot failed: not a bootable
disk followed by No bootable device. as if there wasn't a boot device
at all.

I found this bug and at random tried changing the
allow_disk_format_probing to 1 and my vm booted.  I tested by
disabling the disk format probing and my problem returned.  My thought
was that maybe the vm wasn't able to read the boot sector of the image.
It was just a random guess after I've pounded on this problem for about
a week.

I'm not terribly experienced with these things but I'd be happy to offer
some logs or whatever I can if it would be of service.  You might have
to help me out with how to obtain them but I'd love to be able to
contribute something.  Kudos to all of you work on these things, it's
greatly appreciated!

Thanks!

-- 
libvirt no longer supports format=host_device
https://bugs.launchpad.net/bugs/665531
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 672417] [NEW] Correct grammar, punctuation in root authorized_keys message on EC2

2010-11-07 Thread Eric Hammond
Public bug reported:

Binary package hint: cloud-init

Attempting to log in to the root user on an Ubuntu AMI returns the
message:

  Please login as the ubuntu user rather than root user.

This has two minor problems:

1. There is a missing the before the word root.

2. Adding quotes around the usernames would reduce confusion (see
https://bugs.launchpad.net/ubuntu/+source/ec2-init/+bug/506981/comments/7)

Proposed new messaging:

  Please login as the user ubuntu rather than the user root.

or

  Please login as the ubuntu user rather than the root user.

The first one is slightly clearer to me, but both get the message
across.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: ec2-init (not installed)
ProcVersionSignature: User Name 2.6.35-22.33-virtual 2.6.35.4
Uname: Linux 2.6.35-22-virtual i686
Architecture: i386
Date: Sun Nov  7 18:27:51 2010
Ec2AMI: ami-508c7839
Ec2AMIManifest: (unknown)
Ec2AvailabilityZone: us-east-1b
Ec2InstanceType: m1.small
Ec2Kernel: aki-407d9529
Ec2Ramdisk: unavailable
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: cloud-init

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug ec2-images i386 maverick

-- 
Correct grammar, punctuation in root authorized_keys message on EC2
https://bugs.launchpad.net/bugs/672417
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init 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