[Bug 498614] Re: SSH in and out of host produces bad packet length on fresh build

2010-09-08 Thread jokker
Hi,

When I ssh a solaris 8 server from Ubuntu 10.04 I get:

Bad packet length 1783261441.
Disconnecting: Packet corrupt

It works from any other ssh client I tried on Debian. Seems to be a bug
from ubuntu side, ssh client or even ssl.

ssh -vv gives me:

OpenSSH_5.3p1 Debian-3ubuntu4, OpenSSL 0.9.8k 25 Mar 2009
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 144.165.11.89 [144.165.11.89] port 22.
debug1: Connection established.
debug1: identity file /home/david/.ssh/identity type -1
debug1: identity file /home/david/.ssh/id_rsa type -1
debug1: identity file /home/david/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.4
debug1: match: OpenSSH_4.4 pat OpenSSH_4*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.3p1 Debian-3ubuntu4
debug2: fd 3 setting O_NONBLOCK
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: 
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-...@lysator.liu.se
debug2: kex_parse_kexinit: 
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-...@lysator.liu.se
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,z...@openssh.com,zlib
debug2: kex_parse_kexinit: none,z...@openssh.com,zlib
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: first_kex_follows 0 
debug2: kex_parse_kexinit: reserved 0 
debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: aes256-cbc,aes256-ctr
debug2: kex_parse_kexinit: aes256-cbc,aes256-ctr
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,z...@openssh.com
debug2: kex_parse_kexinit: none,z...@openssh.com
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: first_kex_follows 0 
debug2: kex_parse_kexinit: reserved 0 
debug2: mac_setup: found hmac-md5
debug1: kex: server->client aes256-ctr hmac-md5 none
debug2: mac_setup: found hmac-md5
debug1: kex: client->server aes256-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<4096<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug2: dh_gen_key: priv key bits set: 279/512
debug2: bits set: 2091/4096
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host '144.165.11.89' is known and matches the RSA host key.
debug1: Found key in /home/david/.ssh/known_hosts:2
debug2: bits set: 2100/4096
debug1: ssh_rsa_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug2: cipher_init: set keylen (16 -> 32)
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug2: cipher_init: set keylen (16 -> 32)
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
Bad packet length 2218907575.
Disconnecting: Packet corrupt

You guys need any other info ? Let me know.

** Changed in: openssh (Ubuntu)
   Status: Incomplete => Confirmed

-- 
SSH in and out of host produces bad packet length on fresh build
https://bugs.launchpad.net/bugs/498614
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 632263] Re: ProductCode has ambigious import, can cause build failure on some systems

2010-09-08 Thread chris grzegorczyk
Sorry about that!  The conflict arises due to a redefinition of
{javax.persistence,org.hibernate.annotations}.Cache with geronimo.  This
may arise in the future, so I note the details for posterity.

cheers.

-- 
ProductCode has ambigious import, can cause build failure on some systems
https://bugs.launchpad.net/bugs/632263
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 631064] Re: connection "forbidden" on localhost after wireless connected

2010-09-08 Thread Gerben
Hi,

In both situations the same list is produced:
BEFORE:
getent hosts ::1
::1 localhost ip6-localhost ip6-loopback
getent hosts 127.0.0.1
127.0.0.1   localhost
getent hosts localhost
::1 localhost ip6-localhost ip6-loopback
getent hosts ip6-localhost
::1 localhost ip6-localhost ip6-loopback

AFTER:
getent hosts ::1
::1 localhost ip6-localhost ip6-loopback
getent hosts 127.0.0.1
127.0.0.1   localhost
getent hosts localhost
::1 localhost ip6-localhost ip6-loopback
getent hosts ip6-localhost
::1 localhost ip6-localhost ip6-loopback

I've also altered on the hostnames used in the URL, and localhost
ip6-localhost ip6-loopback all act the same as in pages fetches before
wireless network got configured and access denied after.

I've tried a /etc/init.d/apache restart, and this still fails for
ip6-localhost ip6-loopback, both translate only into ::1 which is not
connected anymore (connection refused), whereas is would at leas provide
a '403 forbidden' right after the wireless network got configured.

localhost succeeds, but has an extra translation first into ::1 and then 
127.0.0.1
See selections for wget for localhost and ip6-localhost, (before wireless 
configured, after wireless configured, after apache restart):

BEFORE
wget http://localhost/server-info
--2010-09-09 07:43:24--  http://localhost/server-info
Resolving localhost... ::1, 127.0.0.1
Connecting to localhost|::1|:80... connected.
HTTP request sent, awaiting response... 200 OK

wget http://ip6-localhost/server-info
--2010-09-09 07:43:24--  http://ip6-localhost/server-info
Resolving ip6-localhost... ::1
Connecting to ip6-localhost|::1|:80... connected.
HTTP request sent, awaiting response... 200 OK


AFTER  (wireless configured)
wget http://localhost/server-info
--2010-09-09 07:44:14--  http://localhost/server-info
Resolving localhost... ::1, 127.0.0.1
Connecting to localhost|::1|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2010-09-09 07:44:14 ERROR 403: Forbidden.

wget http://ip6-localhost/server-info
--2010-09-09 07:44:14--  http://ip6-localhost/server-info
Resolving ip6-localhost... ::1
Connecting to ip6-localhost|::1|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2010-09-09 07:44:14 ERROR 403: Forbidden.


APACHE RESTART
wget http://localhost/server-info
--2010-09-09 07:52:22--  http://localhost/server-info
Resolving localhost... ::1, 127.0.0.1
Connecting to localhost|::1|:80... failed: Connection refused.
Connecting to localhost|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]

wget http://ip6-localhost/server-info
--2010-09-09 07:54:56--  http://ip6-localhost/server-info
Resolving ip6-localhost... ::1
Connecting to ip6-localhost|::1|:80... failed: Connection refused.

-- 
connection "forbidden" on localhost after wireless connected
https://bugs.launchpad.net/bugs/631064
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 632263] Re: ProductCode has ambigious import, can cause build failure on some systems

2010-09-08 Thread chris grzegorczyk
** Changed in: eucalyptus (Ubuntu)
   Status: Incomplete => Invalid

-- 
ProductCode has ambigious import, can cause build failure on some systems
https://bugs.launchpad.net/bugs/632263
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 633811] Re: package irqbalance 0.56-0ubuntu2 failed to install/upgrade: ErrorMessage: failed to read on buffer copy for md5hash: Input/output error

2010-09-08 Thread rderoko

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559254/+files/Dependencies.txt

** Attachment added: "VarLogDistupgradeAptlog.gz"
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559255/+files/VarLogDistupgradeAptlog.gz

** Attachment added: "VarLogDistupgradeApttermlog.gz"
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559256/+files/VarLogDistupgradeApttermlog.gz

** Attachment added: "VarLogDistupgradeHistorylog.gz"
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559257/+files/VarLogDistupgradeHistorylog.gz

** Attachment added: "VarLogDistupgradeLspcitxt.gz"
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559258/+files/VarLogDistupgradeLspcitxt.gz

** Attachment added: "VarLogDistupgradeMainlog.gz"
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559259/+files/VarLogDistupgradeMainlog.gz

** Attachment added: "VarLogDistupgradeSystemstatetargz.gz"
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559260/+files/VarLogDistupgradeSystemstatetargz.gz

** Attachment added: "VarLogDistupgradeTermlog.gz"
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559261/+files/VarLogDistupgradeTermlog.gz

-- 
package irqbalance 0.56-0ubuntu2 failed to install/upgrade: ErrorMessage: 
failed to read on buffer copy for md5hash: Input/output error
https://bugs.launchpad.net/bugs/633811
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance 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 633811] [NEW] package irqbalance 0.56-0ubuntu2 failed to install/upgrade: ErrorMessage: failed to read on buffer copy for md5hash: Input/output error

2010-09-08 Thread rderoko
Public bug reported:

Binary package hint: irqbalance

During upgrade to 10.10

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: irqbalance 0.56-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-24.42-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Sep  8 22:46:49 2010
ErrorMessage: ErrorMessage: failed to read on buffer copy for md5hash: 
Input/output error
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
SourcePackage: irqbalance
Title: package irqbalance 0.56-0ubuntu2 failed to install/upgrade: 
ErrorMessage: failed to read on buffer copy for md5hash: Input/output error

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


** Tags: apport-package i386 maverick

-- 
package irqbalance 0.56-0ubuntu2 failed to install/upgrade: ErrorMessage: 
failed to read on buffer copy for md5hash: Input/output error
https://bugs.launchpad.net/bugs/633811
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance 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 66149] Re: "Can't become connected user" error

2010-09-08 Thread James Trier
Trying to join an XP machine to a new setup of samba on my Ubuntu host.
Ubuntu is running on Lucid and I'm getting the same exact error message
as listed above. It could likely be a configuration issue as this is my
first stab at setting this up. I'm following these instructions:
https://help.ubuntu.com/9.04/serverguide/C/samba-dc.html

and I also found some reference to computer policy settings on the XP
machine but those didn't help:
http://lists.samba.org/archive/samba/2006-July/123225.html

-- 
"Can't become connected user" error
https://bugs.launchpad.net/bugs/66149
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 633789] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-08 Thread John Robinson

** Attachment added: "AptOrdering.txt"
   
https://bugs.launchpad.net/bugs/633789/+attachment/1559136/+files/AptOrdering.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/633789/+attachment/1559137/+files/Dependencies.txt

** Attachment added: "Df.txt"
   https://bugs.launchpad.net/bugs/633789/+attachment/1559138/+files/Df.txt

** Attachment added: "Dmesg.txt"
   https://bugs.launchpad.net/bugs/633789/+attachment/1559139/+files/Dmesg.txt

** Attachment added: "DpkgTerminalLog.txt"
   
https://bugs.launchpad.net/bugs/633789/+attachment/1559140/+files/DpkgTerminalLog.txt

-- 
package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/633789
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 633789] [NEW] package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-08 Thread John Robinson
Public bug reported:

Binary package hint: bacula

Was installing bacula using synaptic.  Error of crash was reported
during the install.  This system is in a virtual machine just for
testing of the new Ubuntu system, and as such is relatively virgin
without much installed on it.  (Just wanted to see.)

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bacula-director-mysql 5.0.1-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic x86_64
Architecture: amd64
Date: Wed Sep  8 23:24:27 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
SourcePackage: bacula
Title: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: amd64 apport-package lucid

-- 
package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/633789
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 633723] Re: samba-common-bin package won't install properly through package manager

2010-09-08 Thread Tanner Stirrat

** Attachment added: "AptOrdering.txt"
   
https://bugs.launchpad.net/bugs/633723/+attachment/1558889/+files/AptOrdering.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/633723/+attachment/1558890/+files/Dependencies.txt

** Attachment added: "Df.txt"
   https://bugs.launchpad.net/bugs/633723/+attachment/1558891/+files/Df.txt

** Attachment added: "Dmesg.txt"
   https://bugs.launchpad.net/bugs/633723/+attachment/1558892/+files/Dmesg.txt

** Attachment added: "DpkgTerminalLog.gz"
   
https://bugs.launchpad.net/bugs/633723/+attachment/1558893/+files/DpkgTerminalLog.gz

** Attachment added: "SambaInstalledVersions.txt"
   
https://bugs.launchpad.net/bugs/633723/+attachment/1558894/+files/SambaInstalledVersions.txt

-- 
samba-common-bin package won't install properly through package manager
https://bugs.launchpad.net/bugs/633723
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 633723] [NEW] samba-common-bin package won't install properly through package manager

2010-09-08 Thread Tanner Stirrat
Public bug reported:

Binary package hint: samba

lucid lynx

The package was in the queue in the update manager.

It downloaded and attempted to install, but then failed, saying that the
script was empty or something to that effect.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: samba-common-bin 2:3.4.7~dfsg-1ubuntu3.1
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Wed Sep  8 18:40:33 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
RelatedPackageVersions:
 nautilus 1:2.30.1-0ubuntu1.1
 gvfs 1.6.1-0ubuntu1build1
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba-common-bin 2:3.4.7~dfsg-1ubuntu3.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 2

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


** Tags: apport-package i386 lucid

-- 
samba-common-bin package won't install properly through package manager
https://bugs.launchpad.net/bugs/633723
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 616064] Re: Broken networking in kvm guests

2010-09-08 Thread Serge Hallyn
Addendum to the above - it's been pointed out to me that scp DOES trigger the
bug for you, so I was completely unable to reproduce your bug.

My setup however was using the 0.12.5 kvm listed above, as well as the
lucid pre-proposed kernels from 
https://launchpad.net/~kernel-ppa/+archive/pre-proposed.

Can you please re-test with those?

If the bug is fixed with those, then please let us know which fixed it - kernel
drivers or updated qemu.

If the bug persists, then I'd hazard the culprit is something else in
your environment (a misbehaving switch, or even some ne'erdowell software
on the host, though that is unlikely) because I think I've completely reproduced
your settings.


** Changed in: qemu-kvm (Ubuntu)
   Status: Confirmed => Incomplete

-- 
Broken networking in kvm guests
https://bugs.launchpad.net/bugs/616064
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 616064] Re: Broken networking in kvm guests

2010-09-08 Thread Serge Hallyn
(tried to reproduce with an i386 guest on x86-64 host with NAT config, no
luck - but again i was reduced to testing with scp, firewalled away from any
public svn trees)

-- 
Broken networking in kvm guests
https://bugs.launchpad.net/bugs/616064
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 590929] Re: [SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-08 Thread C de-Avillez
I consider this 'verification-done', but will not change the tag until
OEM QA run their own tests.

Instance run tests results saved:

Using saved push location: 
bzr+ssh://bazaar.launchpad.net/~hggdh2/%2Bjunk/uec-qa/
Pushed up to revision 53.

-- 
[SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC 
+ ENT configs)
https://bugs.launchpad.net/bugs/590929
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 633392] Re: Bridged Guests losing network connectivity

2010-09-08 Thread Serge Hallyn
I'd try the pre-proposed lucid kernels, see:

https://launchpad.net/~kernel-ppa/+archive/pre-proposed

-- 
Bridged Guests losing network connectivity
https://bugs.launchpad.net/bugs/633392
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 247583] Re: add option to start dnsmasq with a custom configuration file

2010-09-08 Thread E.T. Anderson
Does the network XML allow for MX records? I'd like to have an email
server VM, but email servers need MX records, and I didn't see a way to
specify that in the documentation linked above.

-- 
add option to start dnsmasq with a custom configuration file
https://bugs.launchpad.net/bugs/247583
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 590929] Re: [SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-08 Thread C de-Avillez
Cool. I could not see it as an error anyway, but it is good to have your
confirmation. And I agree, not critical at all. Thank you, Neil.

-- 
[SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC 
+ ENT configs)
https://bugs.launchpad.net/bugs/590929
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 632791] Re: upgrade fails: trying to overwrite '/usr/bin/mkpasswd', which is also in package mkpasswd 5.0.6ubuntu1

2010-09-08 Thread Launchpad Bug Tracker
This bug was fixed in the package whois - 5.0.7ubuntu1

---
whois (5.0.7ubuntu1) maverick; urgency=low

  * Add replaces/conflicts as mkpasswd is no longer a separate package.
(LP: #632791)
  * NOTE: This needs to be kept until the next LTS release
as mkpasswd is a published package in lucid.
 -- Steve BeattieTue, 07 Sep 2010 17:24:56 -0700

** Changed in: whois (Ubuntu Maverick)
   Status: In Progress => Fix Released

-- 
upgrade fails: trying to overwrite '/usr/bin/mkpasswd', which is also in 
package mkpasswd 5.0.6ubuntu1
https://bugs.launchpad.net/bugs/632791
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois 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 632791] Re: upgrade fails: trying to overwrite '/usr/bin/mkpasswd', which is also in package mkpasswd 5.0.6ubuntu1

2010-09-08 Thread Mathias Gug
** Changed in: whois (Ubuntu Maverick)
   Status: Confirmed => In Progress

-- 
upgrade fails: trying to overwrite '/usr/bin/mkpasswd', which is also in 
package mkpasswd 5.0.6ubuntu1
https://bugs.launchpad.net/bugs/632791
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois 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 590929] Re: [SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-08 Thread Neil Soman
"17:29:44 ERROR [SystemUtil:pool-10-thread-4] 
com.eucalyptus.util.ExecutionException: ///usr/lib/eucalyptus/euca_rootwrap 
losetup /dev/loop151 error: loop: can't get info on device /dev/loop151: No 
such device or address
com.eucalyptus.util.ExecutionException: ///usr/lib/eucalyptus/euca_rootwrap 
losetup /dev/loop151 error: loop: can't get info on device /dev/loop151: No 
such device or address"

Carlos that error is actually not a real "error," it is unfortunately
tagged as such when logging. The Storage Controller is trying to make
sure that the loop device exists before trying to use it or remove it,
basically the equivalent of a "stat." We can fix the way this is being
reported, but it is not critical.

-- 
[SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC 
+ ENT configs)
https://bugs.launchpad.net/bugs/590929
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 632791] Re: upgrade fails: trying to overwrite '/usr/bin/mkpasswd', which is also in package mkpasswd 5.0.6ubuntu1

2010-09-08 Thread Steve Beattie
Thanks for the feedback, Colin. Updated debdiff attached.

** Patch added: "whois_5.0.7ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/whois/+bug/632791/+attachment/1558648/+files/whois_5.0.7ubuntu1.debdiff

-- 
upgrade fails: trying to overwrite '/usr/bin/mkpasswd', which is also in 
package mkpasswd 5.0.6ubuntu1
https://bugs.launchpad.net/bugs/632791
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois 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 590929] Re: [SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-08 Thread C de-Avillez
Oh, forgot, sorry: logs saved as usual:

Using saved push location: 
bzr+ssh://bazaar.launchpad.net/~hggdh2/%2Bjunk/uec-qa/
Pushed up to revision 52.

-- 
[SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC 
+ ENT configs)
https://bugs.launchpad.net/bugs/590929
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 590929] Re: [SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-08 Thread C de-Avillez
As far as volume-creation/deletion goes, it seems to be running like a
charm. The only small thing is when deleting volumes cloud-debug.log
gets at least one error logged for each volume:

17:29:44 ERROR [SystemUtil:pool-10-thread-4] 
com.eucalyptus.util.ExecutionException: ///usr/lib/eucalyptus/euca_rootwrap 
losetup /dev/loop151  error: loop: can't get info on device /dev/loop151: No 
such device or address
com.eucalyptus.util.ExecutionException: ///usr/lib/eucalyptus/euca_rootwrap 
losetup /dev/loop151  error: loop: can't get info on device /dev/loop151: No 
such device or address

Not sure this _is_ a problem, but here it is. Even with these errors
being reported, creation/deletion succeeded for 1,586 volumes (and yes,
there were 1,586 lines as above printed out in the cloud-debug log).

I am not yet tagging 'verification-done' because I still want to run an
instance test.

-- 
[SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC 
+ ENT configs)
https://bugs.launchpad.net/bugs/590929
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 620382] Re: smbmount allows mounting the same ressource multiple times on the same mountpoint

2010-09-08 Thread Bryce Nesbitt
Same issue here.  Presumably this is an upstream issue:


Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/sda1234455920   6854696 215691492   4% /
none   1020280   264   1020016   1% /dev
none   1024796   384   1024412   1% /dev/shm
none   1024796   212   1024584   1% /var/run
none   1024796 0   1024796   0% /var/lock
none   1024796 0   1024796   0% /lib/init/rw
//192.168.1.44/cabinet
  80530640  5140  80525500   1% /mnt/temp3
//192.168.1.44/cabinet
  80530640  5140  80525500   1% /mnt/temp3
//192.168.1.44/cabinet
  80530640  5140  80525500   1% /mnt/temp3

-- 
smbmount allows mounting the same ressource multiple times on the same 
mountpoint
https://bugs.launchpad.net/bugs/620382
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 522509] Re: [FFE] tftpd-hpa doesn't start on boot

2010-09-08 Thread jdobry
Same for me like #20 and I am not abble to find new bug

-- 
[FFE] tftpd-hpa doesn't start on boot
https://bugs.launchpad.net/bugs/522509
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tftp-hpa 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 434799] Re: X11 forwarding via SSH does not work after upgrade to karmic

2010-09-08 Thread jdobry
Same for me on 10.04

-- 
X11 forwarding via SSH does not work after upgrade to karmic
https://bugs.launchpad.net/bugs/434799
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 633568] Re: dhclient3 not recognize -4 option sent by network manager

2010-09-08 Thread Serge Hallyn
** Package changed: dhcp3 (Ubuntu) => network-manager (Ubuntu)

-- 
dhclient3 not recognize -4 option sent by network manager
https://bugs.launchpad.net/bugs/633568
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 631489] Re: Browsing through Folders via samba is very slow

2010-09-08 Thread Julian Wolf
Hello Mr. Carrez,

I'm sorry that the informations are that small, but this was my first 
bug-report.

The server got Ubuntu 9.04 Desktop with the standard Samba-server of the 
package. I make Updates regulary. I acces the shares with 
nautilus-connect-server with a fix ip given from the provider of the 
internet to the server.

As I sayed, Ubuntu 9.04 access much faster than 10.04. I tried it this
way:

I have two PC's, one with Ubuntu 10.04, another one with 9.04. I 
connected both at the same time with the server. Ubuntu 9.04 got the 
files instant, at 10.04 i have to wait at least about 20 sec, sometimes 
even though i was in the folder one minute ago (for example 
folder->sub-folder->back to folder)

I hope i could help you and thanks for the fast answer...

Greetings julian

Am 2010-09-08 09:45, schrieb Thierry Carrez:
> Could you be more precise on your setup ? My understanding is that for
> the same server, an Ubuntu 10.04 client is very slow compared to an
> Ubuntu 9.10/9.04 client. What is the server running ? How do you access
> the shares ?
>
> Could you provide the information described in:
> https://wiki.ubuntu.com/DebuggingSamba#samba-client
>
> ** Changed in: samba (Ubuntu)
> Importance: Undecided =>  Medium
>
> ** Changed in: samba (Ubuntu)
> Status: New =>  Incomplete
>
>

-- 
Browsing through Folders via samba is very slow
https://bugs.launchpad.net/bugs/631489
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 633568] Re: dhclient3 not recognize -4 option sent by network manager

2010-09-08 Thread Serge Hallyn
Thanks for reporting this bug and helping to make ubuntu better.

I believe this should be marked as a bug against network-manager rather
than dhcp3-client.  There is a patch in network-manager which detects
the dhcp client at *compile* time and removes the -4 option, so clearly they
are aware of the issue. The question then is whether and how to detect it
at package installation or perhaps even daemon startup or runtime.

-- 
dhclient3 not recognize -4 option sent by network manager
https://bugs.launchpad.net/bugs/633568
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 632791] Re: upgrade fails: trying to overwrite '/usr/bin/mkpasswd', which is also in package mkpasswd 5.0.6ubuntu1

2010-09-08 Thread Colin Watson
I think you need to add "Conflicts: mkpasswd" as well, since we want the
old mkpasswd package to be entirely replaced and removed.  See Debian
Policy 7.6.2.

Also, it would be helpful to include a note in the changelog saying that
this change needs to be kept until after the next LTS release.

-- 
upgrade fails: trying to overwrite '/usr/bin/mkpasswd', which is also in 
package mkpasswd 5.0.6ubuntu1
https://bugs.launchpad.net/bugs/632791
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois 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 633521] Re: package odbcinst1debian1 2.2.11-21 failed to install/upgrade:

2010-09-08 Thread Serge Hallyn
Hi,

your /var/log/distupgrade attachment is corrupt. Please upload
/var/log/distupgrade/201009072309* , /var/log/dpkg.log, and 
/var/log/apt/term.log.


** Changed in: unixodbc (Ubuntu)
   Status: New => Incomplete

-- 
package odbcinst1debian1 2.2.11-21 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/633521
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to unixodbc 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 633523] Re: package unixodbc 2.2.11-21 failed to install/upgrade:

2010-09-08 Thread Serge Hallyn
HI,

your /var/log/distupgrade attachment is corrupt.  Please upload
/var/log/distupgrade/201009072309* , /var/log/dpkg.log, and 
/var/log/apt/term.log.

** Changed in: unixodbc (Ubuntu)
   Status: New => Incomplete

-- 
package unixodbc 2.2.11-21 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/633523
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to unixodbc 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 633516] Re: package odbcinst 2.2.11-21 failed to install/upgrade:

2010-09-08 Thread Serge Hallyn
The /var/log/distupgrade attachement is corrupt.  Can you upload
the contents of /var/log/distupgrade/2010090723*, as well as
/var/log/dpkg.log and /var/log/apt/term.log?

** Changed in: unixodbc (Ubuntu)
   Status: New => Incomplete

-- 
package odbcinst 2.2.11-21 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/633516
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to unixodbc 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 633568] [NEW] dhclient3 not recognize -4 option sent by network manager

2010-09-08 Thread smidl
Public bug reported:

Binary package hint: dhcp3-client

This is about interaction of nentowrk-manager and dhclient3 in current
maverick.

My wifi AP does not support IPv6, so the nm is trying to instruct dhclient not 
to use it.
And apparently fails.
Described in: http://pugio.net/2010/08/fix-dhcp-problems-in-networkmager.html

My current syslog is:

Sep  8 22:50:54 note381 kernel: [  154.330060] wlan0: no IPv6 routers present   

  
Sep  8 22:51:27 note381 kernel: [  187.330684] lo: Disabled Privacy Extensions  

  
Sep  8 22:54:55 note381 dhclient: Internet Systems Consortium DHCP Client 
V3.1.3  

Sep  8 22:54:55 note381 dhclient: Copyright 2004-2009 Internet Systems 
Consortium. 
   
Sep  8 22:54:55 note381 dhclient: All rights reserved.  

  
Sep  8 22:54:55 note381 dhclient: For info, please visit 
https://www.isc.org/software/dhcp/
Sep  8 22:54:55 note381 dhclient: Usage: dhclient [-1dqrx] [-nw] [-p ] 
[-s server]
Sep  8 22:54:55 note381 dhclient: [-cf config-file] [-lf 
lease-file][-pf pid-file] [-e VAR=val]
Sep  8 22:54:55 note381 dhclient: [-sf script-file] [interface]

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

-- 
dhclient3 not recognize -4 option sent by network manager
https://bugs.launchpad.net/bugs/633568
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 633186] Re: kvm virtio block device SEGFAULT

2010-09-08 Thread Serge Hallyn
Regarding the original segfaults of KVM, it looks like you are having some 
troubles
with multipath (I see segfaults of multipathd as well as IO errors at least 
right before
one of the kvm segfaults).  I don't know if that is a hardware fault with the 
controller,
or a bug in the driver that a newer kernel (i.e. from
https://launchpad.net/~kernel-ppa/+archive/pre-proposed) might help.

In the meantime, could you post the result of 'virsh dumpxml VMNAME" for some
VMNAME of a working VM?

-- 
kvm virtio block device SEGFAULT
https://bugs.launchpad.net/bugs/633186
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 633186] Re: kvm virtio block device SEGFAULT

2010-09-08 Thread Serge Hallyn
Hi,

thanks for reporting this bug and helping to make Ubuntu better.

I'm still trying to set up a way to reproduce this, but my
first suggestion would be to try removing the '-boot c' from
the command using virtio.  That combination has been known
to cause problems.  Please let us know if that way boots.


** Changed in: qemu-kvm (Ubuntu)
   Status: New => Incomplete

-- 
kvm virtio block device SEGFAULT
https://bugs.launchpad.net/bugs/633186
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 631064] Re: connection "forbidden" on localhost after wireless connected

2010-09-08 Thread Stefan Fritsch
Gerben, can you please also provide the output of the four commands

getent hosts ::1
getent hosts 127.0.0.1
getent hosts localhost
getent hosts ip6-localhost

both before and after wireless network is configured? Thanks.

-- 
connection "forbidden" on localhost after wireless connected
https://bugs.launchpad.net/bugs/631064
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 582963] Re: SSL pass phrase dialog can't read input

2010-09-08 Thread Stefan Fritsch
Doesn't upstart have a facility to handle this kind of problems? If no,
how does e.g. cryptsetup work in Ubuntu?

-- 
SSL pass phrase dialog can't read input
https://bugs.launchpad.net/bugs/582963
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 632997] Re: package mysql-server-5.0 5.1 .30really5.0.75-0ubuntu10.5 failed to install/upgr ade: el subproceso post-installation script devolvi ó el código de salida de error 1

2010-09-08 Thread Serge Hallyn
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Could you please provide the following information:

 * content of /var/log/daemon.log related to mysql processes:
/var/log/daemon.log
 * apparmor audit messages related to mysqld. The output of the command:
   grep audit /var/log/kern.log
 * mysqld apparmor profile and abstraction:
/etc/apparmor.d/usr.sbin.mysqld
/etc/apparmor.d/abstractions/mysqld
 * list of mysqld apparmor profiles:
ls -l /etc/apparmor.d/usr.sbin.mysqld*
 * mysql configuration stripped of private information (such as password):
/etc/mysql/my.cnf
 * extra mysql configuration from the conf.d directory:
/etc/mysql/conf.d/
 * directory listing of mysql datadir (by default /var/lib/mysql):
sudo ls -l /var/lib/mysql


** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: New => Incomplete

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.5 failed to 
install/upgrade: el subproceso post-installation script devolvió el código de 
salida de error 1
https://bugs.launchpad.net/bugs/632997
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 633521] Re: package odbcinst1debian1 2.2.11-21 failed to install/upgrade:

2010-09-08 Thread juan costas

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/633521/+attachment/1558209/+files/Dependencies.txt

** Attachment added: "VarLogDistupgrade201009072309.gz"
   
https://bugs.launchpad.net/bugs/633521/+attachment/1558210/+files/VarLogDistupgrade201009072309.gz

-- 
package odbcinst1debian1 2.2.11-21 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/633521
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to unixodbc 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 633521] [NEW] package odbcinst1debian1 2.2.11-21 failed to install/upgrade:

2010-09-08 Thread juan costas
Public bug reported:

Binary package hint: unixodbc

Actualización de Ubuntu 8.04LTS a Ubuntu 10.04LTS

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: odbcinst1debian1 2.2.11-21
ProcVersionSignature: Ubuntu 2.6.32-24.42-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Sep  8 07:42:26 2010
ErrorMessage:
 ErrorMessage: el subproceso installed pre-removal script devolvió el código de 
salida de error 2
SourcePackage: unixodbc
Title: package odbcinst1debian1 2.2.11-21 failed to install/upgrade:

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


** Tags: apport-package i386 lucid

-- 
package odbcinst1debian1 2.2.11-21 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/633521
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to unixodbc 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 633523] Re: package unixodbc 2.2.11-21 failed to install/upgrade:

2010-09-08 Thread juan costas

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/633523/+attachment/1558211/+files/Dependencies.txt

** Attachment added: "VarLogDistupgrade201009072309.gz"
   
https://bugs.launchpad.net/bugs/633523/+attachment/1558212/+files/VarLogDistupgrade201009072309.gz

-- 
package unixodbc 2.2.11-21 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/633523
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to unixodbc 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 633523] [NEW] package unixodbc 2.2.11-21 failed to install/upgrade:

2010-09-08 Thread juan costas
Public bug reported:

Binary package hint: unixodbc

Actualización de Ubuntu 8.04LTS a Ubuntu 10.04LTS

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: unixodbc 2.2.11-21
ProcVersionSignature: Ubuntu 2.6.32-24.42-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Sep  8 07:42:31 2010
ErrorMessage:
 ErrorMessage: el subproceso installed pre-removal script devolvió el código de 
salida de error 2
SourcePackage: unixodbc
Title: package unixodbc 2.2.11-21 failed to install/upgrade:

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


** Tags: apport-package i386 lucid

-- 
package unixodbc 2.2.11-21 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/633523
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to unixodbc 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 632791] Re: upgrade fails: trying to overwrite '/usr/bin/mkpasswd', which is also in package mkpasswd 5.0.6ubuntu1

2010-09-08 Thread Steve Beattie
Attached is a debdiff to add replaces: mkpasswd. I've verified that it
fixes the broken upgrade issue on a couple of hosts that have hit the
issue.

** Patch added: "whois_5.0.7ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/whois/+bug/632791/+attachment/1558188/+files/whois_5.0.7ubuntu1.debdiff

-- 
upgrade fails: trying to overwrite '/usr/bin/mkpasswd', which is also in 
package mkpasswd 5.0.6ubuntu1
https://bugs.launchpad.net/bugs/632791
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois 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 633516] Re: package odbcinst 2.2.11-21 failed to install/upgrade:

2010-09-08 Thread juan costas

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/633516/+attachment/1558186/+files/Dependencies.txt

** Attachment added: "VarLogDistupgrade201009072309.gz"
   
https://bugs.launchpad.net/bugs/633516/+attachment/1558187/+files/VarLogDistupgrade201009072309.gz

-- 
package odbcinst 2.2.11-21 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/633516
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to unixodbc 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 633516] [NEW] package odbcinst 2.2.11-21 failed to install/upgrade:

2010-09-08 Thread juan costas
Public bug reported:

Binary package hint: unixodbc

Actualización de Ubuntu 8.04LTS a Ubuntu 10.04LTS

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: odbcinst 2.2.11-21
ProcVersionSignature: Ubuntu 2.6.32-24.42-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Sep  8 07:42:21 2010
ErrorMessage:
 ErrorMessage: el subproceso installed pre-removal script devolvió el código de 
salida de error 2
SourcePackage: unixodbc
Title: package odbcinst 2.2.11-21 failed to install/upgrade:

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


** Tags: apport-package i386 lucid

-- 
package odbcinst 2.2.11-21 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/633516
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to unixodbc 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 633392] Re: Bridged Guests losing network connectivity

2010-09-08 Thread Andrew Klettke
Serge,

Yes, I want to be able to lock down guests to a specific NIC, this is
needed for VLAN segregation, as well as physical diversity.

Turning on STP makes no difference, the bug occurs regardless.


Which kernel should I try to install and run first?

-- 
Bridged Guests losing network connectivity
https://bugs.launchpad.net/bugs/633392
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 633392] Re: Bridged Guests losing network connectivity

2010-09-08 Thread Andrew Klettke
Here is the netstart script:

#!/bin/sh -
#
#   $OpenBSD: netstart,v 1.129 2010/01/12 07:43:41 henning Exp $

# Strip comments (and leading/trailing whitespace if IFS is set)
# from a file and spew to stdout
stripcom() {
local _l
[[ -f $1 ]] || return
while read _l; do
[[ -n ${_l%%#*} ]] && echo $_l
done<$1
}

# Returns true if $1 contains only alphanumerics
isalphanumeric() {
local _n
_n=$1
while [ ${#_n} != 0 ]; do
case $_n in
[A-Za-z0-9]*)   ;;
*)  return 1;;
esac
_n=${_n#?}
done
return 0
}

# Start the $1 interface
ifstart() {
if=$1
# Interface names must be alphanumeric only.  We check to avoid
# configuring backup or temp files, and to catch the "*" case.
if ! isalphanumeric "$if"; then
return
fi

file=/etc/hostname.$if
if ! [ -f $file ]; then
echo "netstart: $file: No such file or directory"
return
fi
# Not using stat(1), we can't rely on having /usr yet
set -A stat -- `ls -nL $file`
if [ "${stat[0]#???} ${stat[2]} ${stat[3]}" != "--- 0 0" ]; then
echo "WARNING: $file is insecure, fixing permissions"
chmod -LR o-rwx $file
chown -LR root.wheel $file
fi
ifconfig $if > /dev/null 2>&1
if [ "$?" != "0" ]; then
# Try to create interface if it does not exist
ifconfig $if create > /dev/null 2>&1
if [ "$?" != "0" ]; then
return
fi
fi

# Now parse the hostname.* file
while :; do
if [ "$cmd2" ]; then
# We are carrying over from the 'read dt dtaddr'
# last time.
set -- $cmd2
af="$1" name="$2" mask="$3" bcaddr="$4" ext1="$5" cmd2=
# Make sure and get any remaining args in ext2,
# like the read below
i=1
while [ $i -lt 6 -a -n "$1" ]; do shift; let i=i+1; done
ext2="$@"
else
# Read the next line or exit the while loop.
read af name mask bcaddr ext1 ext2 || break
fi
# $af can be "dhcp", "up", "rtsol", an address family,
# commands, or a comment.
case "$af" in
"#"*|"") # skip comments and empty lines
continue
;;
"!"*) # parse commands
cmd="${af#*!} ${name} ${mask} ${bcaddr} ${ext1} ${ext2}"
;;
"dhcp")
[ "$name" = "NONE" ] && name=
[ "$mask" = "NONE" ] && mask=
[ "$bcaddr" = "NONE" ] && bcaddr=
cmd="ifconfig $if $name $mask $bcaddr $ext1 $ext2 down"
cmd="$cmd;dhclient $if"
dhcpif="$dhcpif $if"
;;
"rtsol")
rtsolif="$rtsolif $if"
cmd="ifconfig $if $name $mask $bcaddr $ext1 $ext2 up"
;;
*)
read dt dtaddr
if [ "$name"  = "alias" ]; then
# perform a 'shift' of sorts
alias=$name
name=$mask
mask=$bcaddr
bcaddr=$ext1
ext1=$ext2
ext2=
else
alias=
fi
cmd="ifconfig $if $af $alias $name"
case "$dt" in
dest)
cmd="$cmd $dtaddr"
;;
[a-z!]*)
cmd2="$dt $dtaddr"
;;
esac
case $af in
inet)
if [ ! -n "$name" ]; then
echo "/etc/hostname.$if: inet alone is 
invalid"
return
fi
[ "$mask" ] && cmd="$cmd netmask $mask"
if [ "$bcaddr" -a "X$bcaddr" != "XNONE" ]; then
cmd="$cmd broadcast $bcaddr"
fi
[ "$alias" ] && rtcmd=";route

[Bug 633392] Re: Bridged Guests losing network connectivity

2010-09-08 Thread Serge Hallyn
Thanks very much for opening this bug.

Can you append the /etc/netstart script from openbsd here?

I notice that while you have the libvirt-defined virbr0, your VM is using
a hand-build br0 (which has stp off).  Is there any particular reason for
this?   It looks like you want the guests locked into eth1 only, is that
right?

1.  If that is NOT what you necessarily wanted, then you might try editing
your VM xml to have:


  
  
  


instead of



  
  
  


and see whether that works.

2. Alternatively, you could see whether having libvirt create the equivalent of
br0 works better (or just turn on stp on br0).  You could change eth1 to have a
static address, remove br0 from /etc/network/interfaces, and then create a file
/etc/libvirt/qemu/networks/private.xml (symlinked into
/etc/libvirt/qemu/networks/autostart as well) containing something like:



  default
  
  
  

  

  


3. Depending on the results of that, I may post a recipe for testing
attaching a veth tunnel to virbr0 and br0 and testing continuity through
that.

4. If none of these work, we can try backported kernels (from
https://launchpad.net/~kernel-ppa/+archive/pre-proposed) and/or
qemu-kvm (from https://launchpad.net/~serge-hallyn/+archive/lucid-kvm-test)
packages.


** Changed in: qemu-kvm (Ubuntu)
   Status: New => Incomplete

-- 
Bridged Guests losing network connectivity
https://bugs.launchpad.net/bugs/633392
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 633392] Re: Bridged Guests losing network connectivity

2010-09-08 Thread Serge Hallyn
** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided => High

** Changed in: qemu-kvm (Ubuntu)
 Assignee: (unassigned) => Serge Hallyn (serge-hallyn)

-- 
Bridged Guests losing network connectivity
https://bugs.launchpad.net/bugs/633392
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 633364] Re: InnoDB should be the default table type

2010-09-08 Thread Clint Byrum
Oh and yes, I think this should probably be changed in natty, not
maverick.

-- 
InnoDB should be the default table type
https://bugs.launchpad.net/bugs/633364
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 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 633364] Re: InnoDB should be the default table type

2010-09-08 Thread Clint Byrum
good point Roy, I've updated the linked branch with some tuned defaults
for InnoDB.

One point of "ugh" in doing this is for upgrades, we can't really drop
key_buffer_size, so we'll have to leave it at 16M and suggest that
people lower it if they want to reclaim that RAM.

-- 
InnoDB should be the default table type
https://bugs.launchpad.net/bugs/633364
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 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 633364] Re: InnoDB should be the default table type

2010-09-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~clint-fewbar/ubuntu/maverick/mysql-5.1/innodb-
default-table-type

-- 
InnoDB should be the default table type
https://bugs.launchpad.net/bugs/633364
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 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 626723] Re: init script resets isig flag in an incorrect manner

2010-09-08 Thread Bilal Akhtar
On Wed, 2010-09-08 at 18:15 +, derLars wrote:
> commenting out fixed it - yay!

Updating your system should also fix it now.

-- 
init script resets isig flag in an incorrect manner
https://bugs.launchpad.net/bugs/626723
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 626723] Re: init script resets isig flag in an incorrect manner

2010-09-08 Thread derLars
commenting out fixed it - yay!

-- 
init script resets isig flag in an incorrect manner
https://bugs.launchpad.net/bugs/626723
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 584048] Re: kvm images losing connectivity w/bridged network

2010-09-08 Thread Andrew Klettke
Serge: I opened the new bug report as you requested, here:

https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/633392

-- 
kvm images losing connectivity w/bridged network
https://bugs.launchpad.net/bugs/584048
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 633392] [NEW] Bridged Guests losing network connectivity

2010-09-08 Thread Andrew Klettke
Public bug reported:

Binary package hint: qemu-kvm

Opening at the request of Serge Hallyn.


Running 10.04 with KVM and Libvirt, starting VMs with "virsh start "

I've tested with OpenBSD 4.7 and Debian Lenny 5.0.5, both of them are
having this issue.

I notice that networking with the bridge works fine at first for my
guests, but after a while, the bridge stops functioning, and I can't
reach it via SSH, nor can I ping/ssh out.

Also, when this happens, the ARP entry on the firewall I'm using to SSH
to the guest changes from the Guest's MAC to the Host's MAC address.

On OpenBSD, if I run the /etc/netstart script to re-initialize the
interface, the bridge starts functioning again, as if I restarted the
VM, but quickly fails again (10-20 minutes). I have to reboot the Debian
machine to get networking functioning again.


Here is my /etc/network/interfaces on the host:
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp

auto br0
iface br0 inet static
 address 192.168.8.166
 netmask 255.255.252.0
 network 192.168.8.0
 broadcast 192.168.11.255
 gateway 192.168.8.1
 bridge_ports eth1
 bridge_fd 9
 bridge_hello 2
 bridge_maxage 12
 bridge_stp off


And my /etc/libvirt/qemu/networks/autostart/default.xml:

  default
  
  
  

  

  



# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source   destination 
ACCEPT udp  --  anywhere anywhereudp dpt:domain 
ACCEPT tcp  --  anywhere anywheretcp dpt:domain 
ACCEPT udp  --  anywhere anywhereudp dpt:bootps 
ACCEPT tcp  --  anywhere anywheretcp dpt:bootps 

Chain FORWARD (policy ACCEPT)
target prot opt source   destination 
ACCEPT all  --  anywhere 192.168.122.0/24state 
RELATED,ESTABLISHED 
ACCEPT all  --  192.168.122.0/24 anywhere
ACCEPT all  --  anywhere anywhere
REJECT all  --  anywhere anywherereject-with 
icmp-port-unreachable 
REJECT all  --  anywhere anywherereject-with 
icmp-port-unreachable 

Chain OUTPUT (policy ACCEPT)
target prot opt source   destination


# netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags   MSS Window  irtt Iface
192.168.1.0 0.0.0.0 255.255.255.0   U 0 0  0 eth0
192.168.122.0   0.0.0.0 255.255.255.0   U 0 0  0 virbr0
192.168.8.0 0.0.0.0 255.255.252.0   U 0 0  0 br0
0.0.0.0 192.168.1.1 0.0.0.0 UG0 0  0 eth0
0.0.0.0 192.168.8.1 0.0.0.0 UG0 0  0 br0


# brctl show
bridge name bridge id   STP enabled interfaces
br0 8000.00188b3e8dc0   no  eth1
vnet0
virbr0  8000.   yes 


IFCONFIG -- With Guest OS Running
# ifconfig -a
br0   Link encap:Ethernet  HWaddr 00:18:8b:3e:8d:c0  
  inet addr:192.168.8.166  Bcast:192.168.11.255  Mask:255.255.252.0
  inet6 addr: fe80::218:8bff:fe3e:8dc0/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:236817 errors:0 dropped:0 overruns:0 frame:0
  TX packets:2654 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:17692813 (17.6 MB)  TX bytes:362935 (362.9 KB)

eth0  Link encap:Ethernet  HWaddr 00:18:8b:3e:8d:be  
  inet addr:192.168.1.151  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::218:8bff:fe3e:8dbe/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:76541 errors:0 dropped:0 overruns:0 frame:0
  TX packets:62301 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:10233726 (10.2 MB)  TX bytes:21694280 (21.6 MB)
  Interrupt:16 Memory:f800-f8012800 

eth1  Link encap:Ethernet  HWaddr 00:18:8b:3e:8d:c0  
  inet6 addr: fe80::218:8bff:fe3e:8dc0/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:241821 errors:0 dropped:0 overruns:0 frame:0
  TX packets:10075 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:22612242 (22.6 MB)  TX bytes:1391493 (1.3 MB)
  Interrupt:16 Memory:f400-f4012800 

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:4013 errors:0 dropped:0 overruns:0 frame:0
  TX packets:4013 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 

[Bug 633364] Re: InnoDB should be the default table type

2010-09-08 Thread RoyK
if, or when, this is to happen, the default mysqld installation should
be tuned for innodb, not myisam, as it is today. I would guess this
should go into a future release

-- 
InnoDB should be the default table type
https://bugs.launchpad.net/bugs/633364
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 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 620441] Re: MySQL upstart stop job does not cleanly shutdown mysql

2010-09-08 Thread Clint Byrum
** Changed in: mysql-dfsg-5.1 (Ubuntu Maverick)
   Status: Triaged => Confirmed

** Changed in: mysql-dfsg-5.1 (Ubuntu Maverick)
 Assignee: Clint Byrum (clint-fewbar) => (unassigned)

-- 
MySQL upstart stop job does not cleanly shutdown mysql
https://bugs.launchpad.net/bugs/620441
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 620441] Re: MySQL upstart stop job does not cleanly shutdown mysql

2010-09-08 Thread Clint Byrum
Ultimately, I believe what Johan stated previously is correct. If your
mysql daemon is not stopping when you tell it to shutdown, then you
should be concerned.

I've pushed a branch up now that raises kill timeout to 300 seconds.

5 minutes should be long enough for most databases to finish flushing.
Any longer and the system reboot/halt will be delayed unacceptably. I'm
thinking about what happens when a UPS dies and the sysadmin tries to
shut down the server. kill -9 is still less violent than a total system
power off!.

I'm also starting a discussion with our documentation team about
recommending InnoDB as the safer table type, and I've opened a new bug
report to suggest that InnoDB be the default table_type:

https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/633364

-- 
MySQL upstart stop job does not cleanly shutdown mysql
https://bugs.launchpad.net/bugs/620441
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 633364] [NEW] InnoDB should be the default table type

2010-09-08 Thread Clint Byrum
Public bug reported:

Currently the default table type in mysql is MyISAM.

Since the MyISAM storage engine is prone to data loss on crashing, this
is an unsafe default for MySQL users.

While InnoDB is less performant on writes (nearly identical on reads for
most workloads), it does offer better data security on crashes and in
general.

This would likely have wide reaching affects on packages that create
tables without specifying a table type, but most of them would be
positive. Some of the side effects to watch out for:

* InnoDB does not support FULLTEXT type indexes
* InnoDB tables ignore "INSERT DELAYED" (they just insert immediately)

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

-- 
InnoDB should be the default table type
https://bugs.launchpad.net/bugs/633364
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 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 620441] Re: MySQL upstart stop job does not cleanly shutdown mysql

2010-09-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~clint-fewbar/ubuntu/maverick/mysql-5.1/increase-
killtimeout

-- 
MySQL upstart stop job does not cleanly shutdown mysql
https://bugs.launchpad.net/bugs/620441
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 632696] Re: libvirt won't start a VM with serial or console when apparmor is enabled

2010-09-08 Thread Serge Hallyn
Quoting Jamie Strandboge (ja...@ubuntu.com):
> Serge, do you still have the following in your 
> /etc/apparmor.d/abstractions/libvirt-qemu:
>   /usr/lib/pt_chown ix,
>   owner @{PROC}/[0-9]*/fd/ r,
>   owner @{PROC}/[0-9]*/fd/3 r,

Right, I pulled those out since they weren't working anyway.

> I didn't see it in your attached libvirt-qemu file either, so I am
> slightly confused. Updating that file will require a full shutdown of
> the guest with the profile unloaded on guest shutdown (use 'sudo aa-
> status' to see). If you do have the above, then that could be why you
> aren't seeing the issue today (though, like I said, I could not
> reproduce).

When I added those lines, I then shut down the VMs, and did

/etc/init.d/apparmor restart
restart libvirt-bin

and then restarted the VMs.  So pretty sure I was testing the
rules.

-- 
libvirt won't start a VM with serial or console when apparmor is enabled
https://bugs.launchpad.net/bugs/632696
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 626723] Re: init script resets isig flag in an incorrect manner

2010-09-08 Thread auxbuss
Just rebooted and the problem has gone.

-- 
init script resets isig flag in an incorrect manner
https://bugs.launchpad.net/bugs/626723
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 632696] Re: libvirt won't start a VM with serial or console when apparmor is enabled

2010-09-08 Thread Jamie Strandboge
Serge, do you still have the following in your 
/etc/apparmor.d/abstractions/libvirt-qemu:
  /usr/lib/pt_chown ix,
  owner @{PROC}/[0-9]*/fd/ r,
  owner @{PROC}/[0-9]*/fd/3 r,

I didn't see it in your attached libvirt-qemu file either, so I am
slightly confused. Updating that file will require a full shutdown of
the guest with the profile unloaded on guest shutdown (use 'sudo aa-
status' to see). If you do have the above, then that could be why you
aren't seeing the issue today (though, like I said, I could not
reproduce).

-- 
libvirt won't start a VM with serial or console when apparmor is enabled
https://bugs.launchpad.net/bugs/632696
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 550409] Re: Slow disk IO for all guests with all disc modes and types.

2010-09-08 Thread müzso
As already mentioned, virt-manager 0.8.5+ supports setting the qemu cache mode 
for virtual disks. I've posted instructions on my blog on how to compile this 
virt-manager with the latest virtinst in an arbitrary directory (ie. without 
installing it globally in /usr) for testing. It works just fine for me with my 
Lucid based host OS. For compiling virt-manager and virtinst I used a Karmic 
desktop, but it's most probably not that important (it should work on Jaunty, 
Karmic, Lucid, ...).
http://muzso.hu/node/4675

-- 
Slow disk IO for all guests with all disc modes and types.
https://bugs.launchpad.net/bugs/550409
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 626723] Re: init script resets isig flag in an incorrect manner

2010-09-08 Thread Scott James Remnant
Robbie just pointed me as this bug, so I'm glad to see it's got a fix.

Just wanted to confirm that while some of our issues in Lucid *were*
plymouth/X interaction issues, we discovered that many of them were - as
debugged above - caused by the isig flag being reapplied to
/dev/console.

We had to patch a few different things, including Upstart, which all
felt they had the right to reset /dev/console.  If apache is doing "stty
sane", that is almost certainly the culprit - anything doing that is
going to cause issues because the console is *not* supposed to ever be
sane (it's graphical at all points)

-- 
init script resets isig flag in an incorrect manner
https://bugs.launchpad.net/bugs/626723
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 626723] Re: init script resets isig flag in an incorrect manner

2010-09-08 Thread Robbie Williamson
whoops...helps to RELOAD the bug before commenting :/.  Scott *won't*
look at this bug, because it's fixed! :)

-- 
init script resets isig flag in an incorrect manner
https://bugs.launchpad.net/bugs/626723
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 452910] Re: Encoding javac and javadoc warnings during build

2010-09-08 Thread James Page
Required changes uploaded in linked branch.

Basically this bug relates to some non-standard use of Javadoc tags
(associates, label) which I believe are related to either a in-house or
long defunct UML diagram generation toolset, and a missing import which
meant that some link tags could not be resolved.

Tags removed and required imports added to resolve these
compilation/javadoc issues.

-- 
Encoding javac and javadoc warnings during build
https://bugs.launchpad.net/bugs/452910
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to asm2 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 626723] Re: init script resets isig flag in an incorrect manner

2010-09-08 Thread Bilal Akhtar
Dave, 
The problem is NOT with stty. The problem is, the apache2 init script was 
calling stty with the 'sane' option, which, according to the manpage, is 
equivalent to:
cread -ignbrk brkint -inlcr -igncr icrnl -iutf8 -ixoff -iuclc  -ixany  imaxbel  
opost  -olcuc
  -ocrnl  onlcr  -onocr  -onlret  -ofill  -ofdel nl0 cr0 tab0 bs0 
vt0 ff0 isig icanon iexten echo echoe
  echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke

Which is a large number of args. Hence, the right way to fix would be to
get apache to run it with only the required args. Well, due to this bug,
the stty change has been reverted and 'fixed for the meantime'.

** Changed in: coreutils (Ubuntu Maverick)
   Status: New => Invalid

-- 
init script resets isig flag in an incorrect manner
https://bugs.launchpad.net/bugs/626723
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 452910] Re: Encoding javac and javadoc warnings during build

2010-09-08 Thread James Page
** Branch linked: lp:~james-page/ubuntu/maverick/asm2/asm2-fix-452910

-- 
Encoding javac and javadoc warnings during build
https://bugs.launchpad.net/bugs/452910
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to asm2 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 584048] Re: kvm images losing connectivity w/bridged network

2010-09-08 Thread Serge Hallyn
Yup, thanks for the link, Sergey.  I don't know that this is a dup of that, but 
I
suspect that it is likewise a kernel bug and not a kvm one.

-- 
kvm images losing connectivity w/bridged network
https://bugs.launchpad.net/bugs/584048
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 584048] Re: kvm images losing connectivity w/bridged network

2010-09-08 Thread Serge Hallyn
(Marking this invalid for Maverick until someone can confirm that they have the
same problem as Billy has on Maverick)


** Changed in: qemu-kvm (Ubuntu Lucid)
   Status: New => Incomplete

** Changed in: qemu-kvm (Ubuntu Maverick)
   Status: Fix Committed => Invalid

-- 
kvm images losing connectivity w/bridged network
https://bugs.launchpad.net/bugs/584048
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 626723] Re: init script resets isig flag in an incorrect manner

2010-09-08 Thread Robbie Williamson
Scott will take a look at this today.

-- 
init script resets isig flag in an incorrect manner
https://bugs.launchpad.net/bugs/626723
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 550409] Re: Slow disk IO for all guests with all disc modes and types.

2010-09-08 Thread müzso
If you want to read more about QEMU disk cache internals, I've found a short 
presentation on the topic here:
"The KVM/qemu storage stack (by Christoph Hellwig)"
www.linuxfoundation.jp/jp_uploads/JLS2009/jls09_hellwig.pdf

-- 
Slow disk IO for all guests with all disc modes and types.
https://bugs.launchpad.net/bugs/550409
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 584048] Re: kvm images losing connectivity w/bridged network

2010-09-08 Thread Sergey Svishchev
FYI, there is yet another way (or two) to lose connectivity to KVM VM --
bug 579276

-- 
kvm images losing connectivity w/bridged network
https://bugs.launchpad.net/bugs/584048
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 584048] Re: kvm images losing connectivity w/bridged network

2010-09-08 Thread Thierry Carrez
** Also affects: qemu-kvm (Ubuntu Lucid)
   Importance: Undecided
   Status: New

-- 
kvm images losing connectivity w/bridged network
https://bugs.launchpad.net/bugs/584048
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


Re: [Bug 632696] Re: libvirt won't start a VM with serial or console when apparmor is enabled

2010-09-08 Thread Serge Hallyn
Quoting Jamie Strandboge (ja...@ubuntu.com):
> I cannot reproduce with the m2.xml file using qemu:///system on the
> local machine. I used virt-manager to create the /srv/libvirt-storage-
> pool-1/maverick2.img image (but I had to 'chmod 750 /srv/libvirt-
> storage-pool-1 ; chgrp kvm /srv/libvirt-storage-pool-1' to make this
> work).
> 
> Can you provide exact steps to reproduce, including any non-default
> configuration for libvirt (ie, /etc/libvirt/*)?

Hm, today it's working fine...  FWIW here is my
/etc/libvirt/storage/libvirt-storage-pool-1.xml:


  libvirt-storage-pool-1
  088fb527-21da-5cfe-899c-0c785342fffe
  0
  0
  0
  
  
  
/srv/libvirt-storage-pool-1

  0700
  -1
  -1

  


but

# ls -dl /srv/libvirt-storage-pool-1/
drwxr-xr-x 2 root root 4096 2010-09-03 09:45 /srv/libvirt-storage-pool-1/

Since I can't reproduce at the moment, I've got no problem with
marking this Invalid for the moment, and I'll re-open if (when)
it happens again?

Weird.  (Especially since I did not apt-get update today)

-- 
libvirt won't start a VM with serial or console when apparmor is enabled
https://bugs.launchpad.net/bugs/632696
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 452910] Re: Encoding javac and javadoc warnings during build

2010-09-08 Thread James Page
** Changed in: asm2 (Ubuntu)
   Status: Confirmed => In Progress

-- 
Encoding javac and javadoc warnings during build
https://bugs.launchpad.net/bugs/452910
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to asm2 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 584048] Re: kvm images losing connectivity w/bridged network

2010-09-08 Thread Serge Hallyn
I'm looking over the history of this particular bug, and there at least
3 or 4 different bugs represented here.  We should have been stricter
from the start about filing separate bugs.

@Billy Charlton

Can you tell us whether you are still having a problem?  Yours appears
likely to be a bug in the bridge driver, so if you are, then I'd like
to have you test the pre-preposed kernel packages from
https://launchpad.net/~kernel-ppa/+archive/pre-proposed).

@Andrew

thanks for testing.  I'd like to try a few things, but I need your bug
kept separate from the others.  Can you please file a *new* bug (refuse
any suggestions at duplicates for now)?  Please re-attach your
/etc/network/interfaces, output of 'iptabes -L' and 'netstat -nr',
'brctl show', 'ifconfig -a' (with a VM up), 'qemu --version', 'libvirtd
--version', 'uname -a', the contents of /etc/libvirt/qemu/network/*, and
the xml of a sample VM that fails?  If any VM does not lose
connectivity, then include that too, but I don't think any is.  (I
have specific questions I had started to write out, but will reserve them
for the new bug)  I really am eager to look into this one, but need
the information segragated.  Thanks!

@angriukas

Near as I can tell, the fix I've committed is actually for *your* bug
(which is still separate from Frank's, Billy's, Andrew's, and Santi's).
Ideally you would (a) open a new bug, specify that you lose connectivity
on guest shutdown, and comment on whether the proposed fix works for
you.

(Note to self - I suspect Jurgen's is the same as Frank's)

The status of THIS bug is to be set only based on feedback from Billy.
Setting to incomplete for now.

-- 
kvm images losing connectivity w/bridged network
https://bugs.launchpad.net/bugs/584048
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 582963] Re: SSL pass phrase dialog can't read input

2010-09-08 Thread Thierry Carrez
Reopening since the change was reverted in bug 626723

** Changed in: apache2 (Ubuntu)
   Status: Fix Released => Triaged

-- 
SSL pass phrase dialog can't read input
https://bugs.launchpad.net/bugs/582963
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 565238] Re: drbdadm segfaults as non root user

2010-09-08 Thread Chuck Short
Thanks I agree.

chuck

** Visibility changed to: Public

** Changed in: drbd8 (Ubuntu)
   Importance: Medium => Wishlist

** Changed in: drbd8 (Ubuntu)
   Status: New => Opinion

-- 
drbdadm segfaults as non root user 
https://bugs.launchpad.net/bugs/565238
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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 632696] Re: libvirt won't start a VM with serial or console when apparmor is enabled

2010-09-08 Thread Jamie Strandboge
I cannot reproduce with the m2.xml file using qemu:///system on the
local machine. I used virt-manager to create the /srv/libvirt-storage-
pool-1/maverick2.img image (but I had to 'chmod 750 /srv/libvirt-
storage-pool-1 ; chgrp kvm /srv/libvirt-storage-pool-1' to make this
work).

Can you provide exact steps to reproduce, including any non-default
configuration for libvirt (ie, /etc/libvirt/*)?

-- 
libvirt won't start a VM with serial or console when apparmor is enabled
https://bugs.launchpad.net/bugs/632696
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 633186] Re: kvm virtio block device SEGFAULT

2010-09-08 Thread Adam Guthrie

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/633186/+attachment/1556988/+files/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/633186/+attachment/1556989/+files/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/633186/+attachment/1556990/+files/Dependencies.txt

** Attachment added: "KvmCmdLine.txt"
   
https://bugs.launchpad.net/bugs/633186/+attachment/1556991/+files/KvmCmdLine.txt

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/633186/+attachment/1556992/+files/Lspci.txt

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/633186/+attachment/1556993/+files/Lsusb.txt

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/633186/+attachment/1556994/+files/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/633186/+attachment/1556995/+files/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/633186/+attachment/1556996/+files/ProcModules.txt

** Attachment added: "RelatedPackageVersions.txt"
   
https://bugs.launchpad.net/bugs/633186/+attachment/1556997/+files/RelatedPackageVersions.txt

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/633186/+attachment/1556998/+files/UdevDb.txt

** Attachment added: "UdevLog.txt"
   https://bugs.launchpad.net/bugs/633186/+attachment/1556999/+files/UdevLog.txt

-- 
kvm virtio block device SEGFAULT
https://bugs.launchpad.net/bugs/633186
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 633186] [NEW] kvm virtio block device SEGFAULT

2010-09-08 Thread Adam Guthrie
Public bug reported:

Binary package hint: qemu-kvm

I am using opennebula and libvirt/kvm to provision VMs using iSCSI based
storage.  This works successfully however occasionally VMs disappear
(unsure what happens here).

When trying to recreate them (virsh create /path/to/vm.xml) the VM
constantly SEGFAULTs whilst booting.  I have tried running the kvm
command manually with a reduced number of options, and this seems to
suggest virtio is at fault.  For example:

/usr/bin/kvm -M pc-0.12 -enable-kvm -m 512 -smp 1 -name one-0 -boot c
-drive
file=/srv/cloud/one/var//0/images/disk.0,if=virtio,index=0,boot=on -vnc
0.0.0.0:10

segfault whereas

/usr/bin/kvm -M pc-0.12 -enable-kvm -m 512 -smp 1 -name one-0 -boot c
-drive file=/srv/cloud/one/var//0/images/disk.0,index=0,if=scsi,boot=on
-vnc 0.0.0.0:10

boots fine.  The stacktrace is:

#0  virtio_blk_rw_complete (opaque=0x1000190, ret=-5) at 
/build/buildd/qemu-kvm-0.12.3+noroms/hw/virtio-blk.c:129
#1  0x00472f6e in multiwrite_user_cb (mcb=0xcff350) at block.c:1610
#2  0x00473007 in multiwrite_cb (opaque=0xcff350, ret=-5) at 
block.c:1625
#3  0x0047718d in posix_aio_process_queue (opaque=) at posix-aio-compat.c:460
#4  0x00477288 in posix_aio_read (opaque=0xc781a0) at 
posix-aio-compat.c:501
#5  0x0040c4bf in main_loop_wait (timeout=1000) at 
/build/buildd/qemu-kvm-0.12.3+noroms/vl.c:3999
#6  0x00425afa in kvm_main_loop () at 
/build/buildd/qemu-kvm-0.12.3+noroms/qemu-kvm.c:2122
#7  0x0040f046 in main_loop (argc=, 
argv=0x7fffe658, envp=)
at /build/buildd/qemu-kvm-0.12.3+noroms/vl.c:4210
#8  main (argc=, argv=0x7fffe658, envp=) at /build/buildd/qemu-kvm-0.12.3+noroms/vl.c:6238

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: qemu-kvm 0.12.3+noroms-0ubuntu9.2
ProcVersionSignature: Ubuntu 2.6.32-24.42-server 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-server x86_64
Architecture: amd64
Date: Wed Sep  8 14:29:42 2010
InstallationMedia: Ubuntu-Server 10.04 LTS "Lucid Lynx" - Release amd64 
(20100427)
MachineType: Supermicro X8DTT
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-24-server root=/dev/mapper/os-root 
ro quiet
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: qemu-kvm
dmi.bios.date: 03/08/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080016
dmi.board.asset.tag: 1234567890
dmi.board.name: X8DTT
dmi.board.vendor: Supermicro
dmi.board.version: 2.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 17
dmi.chassis.vendor: Supermicro
dmi.chassis.version: 1234567890
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd03/08/2010:svnSupermicro:pnX8DTT:pvr1234567890:rvnSupermicro:rnX8DTT:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
dmi.product.name: X8DTT
dmi.product.version: 1234567890
dmi.sys.vendor: Supermicro

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


** Tags: amd64 apport-bug lucid

-- 
kvm virtio block device SEGFAULT
https://bugs.launchpad.net/bugs/633186
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 624823] Re: libmysqlclient16 and mysql-cluster-client-5.1 contain conflicting libraries

2010-09-08 Thread Chuck Short
*** This bug is a duplicate of bug 629005 ***
https://bugs.launchpad.net/bugs/629005

** This bug has been marked a duplicate of bug 629005
   package libmysqlclient16 5.1.41-3ubuntu12.6 failed to install/upgrade: 
trying to overwrite '/usr/lib/libmysqlclient.so.16.0.0', which is also in 
package mysql-cluster-client-5.1 0:7.0.9-1ubuntu7
 * You can subscribe to bug 629005 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/629005/+subscribe

-- 
libmysqlclient16 and mysql-cluster-client-5.1 contain conflicting libraries
https://bugs.launchpad.net/bugs/624823
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 632314] Re: slapd Too many open files

2010-09-08 Thread Alex Harrington
slapd fell over again this morning. I'm trying editing
/etc/security/limits.conf

openldap   hard nofile 8096
root   hard nofile 8096

in conjunction with modified packages. I'll report back.

-- 
slapd Too many open files
https://bugs.launchpad.net/bugs/632314
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 633054] Re: ipmitool TSOL buffer overflow

2010-09-08 Thread Launchpad Bug Tracker
This bug was fixed in the package ipmitool - 1.8.11-2ubuntu3

---
ipmitool (1.8.11-2ubuntu3) maverick; urgency=low

  * debian/patches/101_fix_buf_overflow.patch: Add patch to fix buffer overflow.
(LP: #633054)
 -- Chuck ShortWed, 08 Sep 2010 09:11:26 -0400

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

-- 
ipmitool TSOL buffer overflow
https://bugs.launchpad.net/bugs/633054
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool 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 574665] Re: kvm + virtio disk corrupts large volumes (>1TB).

2010-09-08 Thread Serge Hallyn
(backport requested with LP: #632528)

-- 
kvm + virtio disk corrupts large volumes (>1TB).
https://bugs.launchpad.net/bugs/574665
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 573657] Re: irqbalance enabled unconditionally, can't be disabled via debconf

2010-09-08 Thread Launchpad Bug Tracker
This bug was fixed in the package irqbalance - 0.56-0ubuntu2

---
irqbalance (0.56-0ubuntu2) maverick; urgency=low

  * debian/irqbalance.{config,postinst}: Ask the user if they want to
disable irqbalance or not. (LP: #573657)
 -- Chuck ShortWed, 08 Sep 2010 09:01:22 -0400

** Changed in: irqbalance (Ubuntu Maverick)
   Status: Triaged => Fix Released

-- 
irqbalance enabled unconditionally, can't be disabled via debconf
https://bugs.launchpad.net/bugs/573657
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance 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 633138] Re: package libapache2-mod-php5 5.3.2-1ubuntu4.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-08 Thread Ondřej Surý
It's a debconf error and not a specific php5:

frontend: Fatal IO error 11 (Resource temporarily unavailable) on X
server :0.0.


** Package changed: php5 (Ubuntu) => debconf (Ubuntu)

-- 
package libapache2-mod-php5 5.3.2-1ubuntu4.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/633138
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 550409] Re: Slow disk IO for all guests with all disc modes and types.

2010-09-08 Thread müzso
With the cache=writeback in a Lucid+KVM+libvirt+WindowXP guest setup
I've experienced near host-level I/O performance in the guest. Thus this
makes use of a virtio driver unnecessary.

Btw. for casual libvirt users ... adding the cache=writeback option means:
1. stop the VM (in case it's running)
2. execute "virsh edit guestdomain" on the host OS (where "guestdomain" should 
be the name of your guest domain)
3. edit the domain XML by adding a  element under 
the ... element

-- 
Slow disk IO for all guests with all disc modes and types.
https://bugs.launchpad.net/bugs/550409
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 633138] Re: package libapache2-mod-php5 5.3.2-1ubuntu4.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-08 Thread Bryan O'Brien

** Attachment added: "AptOrdering.txt"
   
https://bugs.launchpad.net/bugs/633138/+attachment/1556778/+files/AptOrdering.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/633138/+attachment/1556779/+files/Dependencies.txt

** Attachment added: "Dmesg.txt"
   https://bugs.launchpad.net/bugs/633138/+attachment/1556780/+files/Dmesg.txt

** Attachment added: "DpkgTerminalLog.txt"
   
https://bugs.launchpad.net/bugs/633138/+attachment/1556781/+files/DpkgTerminalLog.txt

** Attachment added: "PHPConf.etc.php5.apache2.php.ini.txt"
   
https://bugs.launchpad.net/bugs/633138/+attachment/1556782/+files/PHPConf.etc.php5.apache2.php.ini.txt

** Attachment added: "PHPInstalledModules.txt"
   
https://bugs.launchpad.net/bugs/633138/+attachment/1556783/+files/PHPInstalledModules.txt

-- 
package libapache2-mod-php5 5.3.2-1ubuntu4.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/633138
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 633138] [NEW] package libapache2-mod-php5 5.3.2-1ubuntu4.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-08 Thread Bryan O'Brien
Public bug reported:

Binary package hint: php5

Upgrade from Karmic -> Lucid (x86 32-bit)

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: libapache2-mod-php5 5.3.2-1ubuntu4.2
ProcVersionSignature: Ubuntu 2.6.32-24.42-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Wed Sep  8 06:31:47 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
SourcePackage: php5
Title: package libapache2-mod-php5 5.3.2-1ubuntu4.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

-- 
package libapache2-mod-php5 5.3.2-1ubuntu4.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/633138
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 351307] Re: Libvirt NFS mount on boot.

2010-09-08 Thread Anton Altaparmakov
I am using a fresh install of Ubuntu 10.04 LTS Server and have used
virt-manager to set up an NFS storage repository (located on another
machine).

On boot the storage fails to mount.

First it was failing with "statd not running" and I fixed that by
editing /etc/init/statd.conf making this change:

-start on (started portmap or mounting TYPE=nfs)
+start on ((started portmap and local-filesystems) or mounting TYPE=nfs)

Statd is now started but the NFS mount still does not happen at boot!

When I then launch virt-manager, and click on the "Play/Start" button in
the Storage tab after selecting the NFS storage, it then mounts it.  But
I want it to be mounted automatically at boot rather than having to do
it by hand each time the machine boots...

Note the server has a static (non-dhcp) IP address as all servers should
have!  I don't want booting to fail because the dhcp server has gone
away...

Best regards,

Anton

-- 
Libvirt NFS mount on boot.
https://bugs.launchpad.net/bugs/351307
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 626723] Re: init script resets isig flag in an incorrect manner

2010-09-08 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.2.16-1ubuntu3

---
apache2 (2.2.16-1ubuntu3) maverick; urgency=low

  * Revert "stty sane" to unbreak apache starting, this will have to be
fixed a different way. (LP: #626723)
 -- Chuck ShortWed, 08 Sep 2010 08:33:17 -0400

** Changed in: apache2 (Ubuntu Maverick)
   Status: In Progress => Fix Released

-- 
init script resets isig flag in an incorrect manner
https://bugs.launchpad.net/bugs/626723
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 633129] [NEW] mysql-client-5.1 no longer uses readline :(

2010-09-08 Thread Przemek
Public bug reported:

Binary package hint: mysql-client-5.1

Affects all Ubuntu versions having MySQL 5.1 available, so Karmic,
Lucid, etc.

MySQL client 5.1 (AFAIK ONLY on ubuntu) is using EditLine (libedit) instead of 
readline library.
This results in lack of some REALLY making life easier features like searching 
history (ctrl+r) and browsing it with only uniq commands. Like you can run 
"show slave status\G" 100 times in a row, but hitting up arrow 2 times gives 
you a command before the first one!
MySQL DBAs have been using those features for ages, why sombody decided to make 
their lives such a pain in the ass ?

I can only add that other distros - not only rpm-like ones still use readline - 
debian does :
mysql --version
mysql  Ver 14.14 Distrib 5.1.49, for debian-linux-gnu (x86_64) using readline 
6.1

We're now migrating to 5.1 in my company and I'd really like to stay
with ubuntu not being forced to make my own MySQL packages !

I'm sure ones have seen this discussion:
http://ubuntuforums.org/showthread.php?t=1147183

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


** Tags: 5.1 client editline libedit mysql readline

-- 
mysql-client-5.1 no longer uses readline :(
https://bugs.launchpad.net/bugs/633129
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 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 626723] Re: init script resets isig flag in an incorrect manner

2010-09-08 Thread Jamie Strandboge
Fwiw, I also have apache2 installed.

-- 
init script resets isig flag in an incorrect manner
https://bugs.launchpad.net/bugs/626723
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 452910] Re: Encoding javac and javadoc warnings during build

2010-09-08 Thread James Page
** Changed in: asm2 (Ubuntu)
   Status: New => Confirmed

** Changed in: asm2 (Ubuntu)
 Assignee: (unassigned) => James Page (james-page)

-- 
Encoding javac and javadoc warnings during build
https://bugs.launchpad.net/bugs/452910
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to asm2 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 622815] Re: impossible to open network resources with nautilus

2010-09-08 Thread riltondigger
this is the error thar appears to me


Erro: DBus error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. 
Possible causes include: the remote application did not send a reply, the 
message bus security policy blocked the reply, the reply timeout expired, or 
the network connection was broken.
Por favor selecione outro visualizador e tente novamente

-- 
impossible to open network resources with nautilus
https://bugs.launchpad.net/bugs/622815
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


  1   2   >