[Bug 783836] Re: slapd syncrepl failing using SASL

2011-05-20 Thread James Page
** Changed in: openldap (Ubuntu)
   Status: New = In Progress

** Changed in: openldap (Ubuntu)
   Importance: Undecided = Medium

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

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

Title:
  slapd syncrepl failing using SASL

-- 
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 785668] [NEW] bonding inside a bridge does not update ARP correctly when bridged net accessed from within a VM

2011-05-20 Thread Louis Bouchard
Public bug reported:

Binary package hint: qemu-kvm

Description: Ubuntu 10.4.2
Release: 10.04


When setting a KVM host with a bond0 interface made of eth0 and eth1 and using 
this bond0 interface for a bridge to KVM VMs, the ARP tables do not get updated 
correctly and

Reproducible: 100%, with any of the load balancing mode

How to reproduce the problem

- Prerequisites:
1 One KVM system with 10.04.02 server,  configured as a virtual host is needed. 
The following /etc/network/interfaces was used for the test :

# grep  -v ^# /etc/network/interfaces
auto lo
iface lo inet loopback


auto bond0
iface bond0 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bond-slaves none
bond_mode balance-rr
bond-downdelay 250
bond-updelay 120
auto eth0
allow-bond0 eth0
iface eth0 inet manual
bond-master bond0
auto eth1
allow-bond0 eth1
iface eth1 inet manual
bond-master bond0

auto br0
iface br0 inet dhcp
# dns-* options are implemented by the resolvconf package, if installed
bridge-ports bond0
bridge-stp off
bridge-fd 9
bridge-hello 2
bridge-maxage 12
bridge_max_wait 0

One VM running Maverick 10.10 server, standard installation, using the
following /etc/network/interfaces file :

grep -v ^# /etc/network/interfaces

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 10.153.107.92
netmask 255.255.255.0
network 10.153.107.0
broadcast 10.153.107.255

--
On a remote bridged network system :
$ arp -an
? (10.153.107.188) à 00:1c:c4:6a:c0:dc [ether] sur tap0
? (16.1.1.1) à 00:17:33:e9:ee:3c [ether] sur wlan0
? (10.153.107.52) à 00:1c:c4:6a:c0:de [ether] sur tap0

On KVMhost
$ arp -an
? (10.153.107.80) at ee:99:73:68:f0:a5 [ether] on br0

On VM
$ arp -an
? (10.153.107.61) at incomplete on eth0

1) Test #1 : ping from VM (10.153.107.92) to remote bridged network
system (10.153.107.80) :

- On remote bridged network system :
caribou@marvin:~$ arp -an
? (10.153.107.188) à 00:1c:c4:6a:c0:dc [ether] sur tap0
? (16.1.1.1) à 00:17:33:e9:ee:3c [ether] sur wlan0
? (10.153.107.52) à 00:1c:c4:6a:c0:de [ether] sur tap0

- On KVMhost
ubuntu@VMhost:~$ arp -an
? (10.153.107.80) at ee:99:73:68:f0:a5 [ether] on br0

- On VM
ubuntu@vm1:~$ ping 10.153.107.80
PING 10.153.107.80 (10.153.107.80) 56(84) bytes of data.
From 10.153.107.92 icmp_seq=1 Destination Host Unreachable
From 10.153.107.92 icmp_seq=2 Destination Host Unreachable
From 10.153.107.92 icmp_seq=3 Destination Host Unreachable
^C
--- 10.153.107.80 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3010ms
pipe 3
ubuntu@vm1:~$ arp -an
? (10.153.107.61) at incomplete on eth0
? (10.153.107.80) at incomplete on eth0

2) Test #2 : ping from remote bridged network system (10.153.107.80) to
VM (10.153.107.92) :

- On remote bridged network system :
$ ping 10.153.107.92
PING 10.153.107.92 (10.153.107.92) 56(84) bytes of data.
64 bytes from 10.153.107.92: icmp_req=1 ttl=64 time=327 ms
64 bytes from 10.153.107.92: icmp_req=2 ttl=64 time=158 ms
64 bytes from 10.153.107.92: icmp_req=3 ttl=64 time=157 ms
^C
--- 10.153.107.92 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 157.289/214.500/327.396/79.831 ms
caribou@marvin:~$ arp -an
? (10.153.107.188) à 00:1c:c4:6a:c0:dc [ether] sur tap0
? (16.1.1.1) à 00:17:33:e9:ee:3c [ether] sur wlan0
? (10.153.107.52) à 00:1c:c4:6a:c0:de [ether] sur tap0
? (10.153.107.92) à 52:54:00:8c:e0:3c [ether] sur tap0

- On KVMhost
$ arp -an
? (10.153.107.80) at ee:99:73:68:f0:a5 [ether] on br0

- On VM
arp -an
? (10.153.107.61) at incomplete on eth0
? (10.153.107.80) at ee:99:73:68:f0:a5 [ether] on eth0


3) Test #3 : New ping from VM (10.153.107.92) to remote bridged network system 
(10.153.107.80) :
- On remote bridged network system :
$ arp -an
? (10.153.107.188) à 00:1c:c4:6a:c0:dc [ether] sur tap0
? (16.1.1.1) à 00:17:33:e9:ee:3c [ether] sur wlan0
? (10.153.107.52) à 00:1c:c4:6a:c0:de [ether] sur tap0
? (10.153.107.92) à 52:54:00:8c:e0:3c [ether] sur tap0

- On KVMhost
ubuntu@VMhost:~$ arp -an
? (10.153.107.80) at ee:99:73:68:f0:a5 [ether] on br0

- On VM
ubuntu@vm1:~$ ping 10.153.107.80
PING 10.153.107.80 (10.153.107.80) 56(84) bytes of data.
64 bytes from 10.153.107.80: icmp_req=1 ttl=64 time=154 ms
64 bytes from 10.153.107.80: icmp_req=2 ttl=64 time=170 ms
64 bytes from 10.153.107.80: icmp_req=3 ttl=64 time=154 ms
^C
--- 10.153.107.80 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 154.072/159.465/170.058/7.504 ms

tcpdump traces are available for those tests. Test system is available
upon request.

Workaround:

Use the bonded device in active-backup mode

ProblemType: Bug
DistroRelease: Ubuntu 10.04.02
Package: qemu-kvm-0.12.3+noroms-0ubuntu9.6
Uname: Linux 2.6.35-25-serverr x86_64
Architecture: amd64

** 

[Bug 783836] Re: slapd syncrepl failing using SASL

2011-05-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/ubuntu/maverick/openldap/fix-783836

** Branch linked: lp:~james-page/ubuntu/lucid/openldap/fix-783836

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

Title:
  slapd syncrepl failing using SASL

-- 
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 785683] [NEW] Fails to build with OpenSSL 1.0.0

2011-05-20 Thread Colin Watson
Public bug reported:

Binary package hint: nmap

nmap fails to build with OpenSSL 1.0.0 in Oneiric:

g++ -c -I/usr/include/lua5.1 -Ilibdnet-stripped/include  -Inbase 
-Insock/include -O2 -Wall -D_GNU_SOURCE -Wall -fno-strict-aliasing   
-DHAVE_CONFIG_H -DNMAP_NAME=\Nmap\ -DNMAP_URL=\http://nmap.org\; 
-DNMAP_PLATFORM=\x86_64-unknown-linux-gnu\ -DNMAPDATADIR=\/usr/share/nmap\ 
-D_FORTIFY_SOURCE=2 nse_openssl.cc -o nse_openssl.o
nse_openssl.cc:11:25: fatal error: openssl/md2.h: No such file or directory

OpenSSL no longer exports MD2 functions to applications due to several
cryptographic weaknesses; nmap doesn't seem to use them for anything
important as far as I can see, so we'll need to disable them there.

** Affects: nmap (Ubuntu)
 Importance: High
 Status: New


** Tags: openssl-1.0.0-transition

** Changed in: nmap (Ubuntu)
   Importance: Undecided = High

** Tags added: openssl-1.0.0-transition

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

Title:
  Fails to build with OpenSSL 1.0.0

-- 
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 785707] [NEW] package clamav-freshclam 0.97 dfsg-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-05-20 Thread P.J. Leppones
Public bug reported:

Binary package hint: clamav

Ubuntu 11.04

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: clamav-freshclam 0.97+dfsg-2ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
Date: Fri May 20 06:01:38 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
SourcePackage: clamav
Title: package clamav-freshclam 0.97+dfsg-2ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package natty

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

Title:
  package clamav-freshclam 0.97 dfsg-2ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 785707] Re: package clamav-freshclam 0.97 dfsg-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-05-20 Thread P.J. Leppones
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in Ubuntu.
https://bugs.launchpad.net/bugs/785707

Title:
  package clamav-freshclam 0.97 dfsg-2ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 785683] Re: Fails to build with OpenSSL 1.0.0

2011-05-20 Thread Dave Walker
Forwarding patch to debian.

** Patch added: remove-openssl-md2-support.patch
   
https://bugs.launchpad.net/ubuntu/+source/nmap/+bug/785683/+attachment/2136314/+files/remove-openssl-md2-support.patch

** Changed in: nmap (Ubuntu)
   Status: New = In Progress

** Bug watch added: Debian Bug tracker #621938
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621938

** Also affects: nmap (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621938
   Importance: Unknown
   Status: Unknown

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

Title:
  Fails to build with OpenSSL 1.0.0

-- 
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 785683] Re: Fails to build with OpenSSL 1.0.0

2011-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package nmap - 5.21-1ubuntu1

---
nmap (5.21-1ubuntu1) oneiric; urgency=low

  * nse_openssl.cc: Remove MD2 support, as openssl no longer
provides this interface.  Fixes FTBFS. (LP: #785683)
 -- Dave Walker (Daviey) davewal...@ubuntu.com   Fri, 20 May 2011 13:52:38 
+0100

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

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

Title:
  Fails to build with OpenSSL 1.0.0

-- 
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 785668] Re: bonding inside a bridge does not update ARP correctly when bridged net accessed from within a VM

2011-05-20 Thread Louis Bouchard
** Description changed:

  Binary package hint: qemu-kvm
  
  Description: Ubuntu 10.4.2
  Release: 10.04
  
- 
- When setting a KVM host with a bond0 interface made of eth0 and eth1 and 
using this bond0 interface for a bridge to KVM VMs, the ARP tables do not get 
updated correctly and
+ When setting a KVM host with a bond0 interface made of eth0 and eth1 and
+ using this bond0 interface for a bridge to KVM VMs, the ARP tables do
+ not get updated correctly so it is not possible for a VM to reach an IP
+ on the bridged network up until that remote system has pinged the VM
+ itself.
  
  Reproducible: 100%, with any of the load balancing mode
  
  How to reproduce the problem
  
  - Prerequisites:
  1 One KVM system with 10.04.02 server,  configured as a virtual host is 
needed. The following /etc/network/interfaces was used for the test :
  
  # grep  -v ^# /etc/network/interfaces
  auto lo
  iface lo inet loopback
  
- 
  auto bond0
  iface bond0 inet manual
-   post-up ifconfig $IFACE up
-   pre-down ifconfig $IFACE down
-   bond-slaves none
-   bond_mode balance-rr
-   bond-downdelay 250
-   bond-updelay 120
+  post-up ifconfig $IFACE up
+  pre-down ifconfig $IFACE down
+  bond-slaves none
+  bond_mode balance-rr
+  bond-downdelay 250
+  bond-updelay 120
  auto eth0
  allow-bond0 eth0
  iface eth0 inet manual
-   bond-master bond0
+  bond-master bond0
  auto eth1
  allow-bond0 eth1
  iface eth1 inet manual
-   bond-master bond0
+  bond-master bond0
  
  auto br0
  iface br0 inet dhcp
-   # dns-* options are implemented by the resolvconf package, if installed
-   bridge-ports bond0
-   bridge-stp off
-   bridge-fd 9
-   bridge-hello 2
-   bridge-maxage 12
-   bridge_max_wait 0
+  # dns-* options are implemented by the resolvconf package, if installed
+  bridge-ports bond0
+  bridge-stp off
+  bridge-fd 9
+  bridge-hello 2
+  bridge-maxage 12
+  bridge_max_wait 0
  
  One VM running Maverick 10.10 server, standard installation, using the
  following /etc/network/interfaces file :
  
  grep -v ^# /etc/network/interfaces
  
  auto lo
  iface lo inet loopback
  
  auto eth0
  iface eth0 inet static
- address 10.153.107.92
- netmask 255.255.255.0
- network 10.153.107.0
- broadcast 10.153.107.255
+ address 10.153.107.92
+ netmask 255.255.255.0
+ network 10.153.107.0
+ broadcast 10.153.107.255
  
  --
  On a remote bridged network system :
  $ arp -an
  ? (10.153.107.188) à 00:1c:c4:6a:c0:dc [ether] sur tap0
  ? (16.1.1.1) à 00:17:33:e9:ee:3c [ether] sur wlan0
  ? (10.153.107.52) à 00:1c:c4:6a:c0:de [ether] sur tap0
  
  On KVMhost
  $ arp -an
  ? (10.153.107.80) at ee:99:73:68:f0:a5 [ether] on br0
  
  On VM
  $ arp -an
  ? (10.153.107.61) at incomplete on eth0
  
  1) Test #1 : ping from VM (10.153.107.92) to remote bridged network
  system (10.153.107.80) :
  
  - On remote bridged network system :
  caribou@marvin:~$ arp -an
  ? (10.153.107.188) à 00:1c:c4:6a:c0:dc [ether] sur tap0
  ? (16.1.1.1) à 00:17:33:e9:ee:3c [ether] sur wlan0
  ? (10.153.107.52) à 00:1c:c4:6a:c0:de [ether] sur tap0
  
  - On KVMhost
  ubuntu@VMhost:~$ arp -an
  ? (10.153.107.80) at ee:99:73:68:f0:a5 [ether] on br0
  
  - On VM
  ubuntu@vm1:~$ ping 10.153.107.80
  PING 10.153.107.80 (10.153.107.80) 56(84) bytes of data.
  From 10.153.107.92 icmp_seq=1 Destination Host Unreachable
  From 10.153.107.92 icmp_seq=2 Destination Host Unreachable
  From 10.153.107.92 icmp_seq=3 Destination Host Unreachable
  ^C
  --- 10.153.107.80 ping statistics ---
  4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3010ms
  pipe 3
  ubuntu@vm1:~$ arp -an
  ? (10.153.107.61) at incomplete on eth0
  ? (10.153.107.80) at incomplete on eth0
  
  2) Test #2 : ping from remote bridged network system (10.153.107.80) to
  VM (10.153.107.92) :
  
  - On remote bridged network system :
  $ ping 10.153.107.92
  PING 10.153.107.92 (10.153.107.92) 56(84) bytes of data.
  64 bytes from 10.153.107.92: icmp_req=1 ttl=64 time=327 ms
  64 bytes from 10.153.107.92: icmp_req=2 ttl=64 time=158 ms
  64 bytes from 10.153.107.92: icmp_req=3 ttl=64 time=157 ms
  ^C
  --- 10.153.107.92 ping statistics ---
  3 packets transmitted, 3 received, 0% packet loss, time 2003ms
  rtt min/avg/max/mdev = 157.289/214.500/327.396/79.831 ms
  caribou@marvin:~$ arp -an
  ? (10.153.107.188) à 00:1c:c4:6a:c0:dc [ether] sur tap0
  ? (16.1.1.1) à 00:17:33:e9:ee:3c [ether] sur wlan0
  ? (10.153.107.52) à 00:1c:c4:6a:c0:de [ether] sur tap0
  ? (10.153.107.92) à 52:54:00:8c:e0:3c [ether] sur tap0
  
  - On KVMhost
  $ arp -an
  ? (10.153.107.80) at ee:99:73:68:f0:a5 [ether] on br0
  
  - On VM
  arp -an
  ? (10.153.107.61) at incomplete on eth0
  ? (10.153.107.80) at ee:99:73:68:f0:a5 [ether] on eth0
  
- 
  3) Test #3 : New ping from VM (10.153.107.92) to remote bridged network 
system (10.153.107.80) :
  - On remote bridged network system :
  $ 

[Bug 785683] Re: Fails to build with OpenSSL 1.0.0

2011-05-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/nmap

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

Title:
  Fails to build with OpenSSL 1.0.0

-- 
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 783836] Re: slapd syncrepl failing using SASL

2011-05-20 Thread Robbie Williamson
** Changed in: openldap (Ubuntu Lucid)
 Assignee: (unassigned) = James Page (james-page)

** Changed in: openldap (Ubuntu Maverick)
 Assignee: (unassigned) = James Page (james-page)

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

Title:
  slapd syncrepl failing using SASL

-- 
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 785668] Re: bonding inside a bridge does not update ARP correctly when bridged net accessed from within a VM

2011-05-20 Thread Serge Hallyn
** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  bonding inside a bridge does not update ARP correctly when bridged net
  accessed from within a VM

-- 
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 785668] Re: bonding inside a bridge does not update ARP correctly when bridged net accessed from within a VM

2011-05-20 Thread Serge Hallyn
Thanks for reporting this bug and the detailed reproduction
instructions.  I would mark it high, but since you offer a workaround
I'll mark it medium instead.

What does your /etc/modprobe.d/bonding show?

I've not used this combination myself, but from those who have, a few
things do appear fragile, namely:

1. if you are using 802.3ad, you need trunking enabled on the physical
switch

2. some people find that turning stp on helps
(http://www.linuxquestions.org/questions/linux-
networking-3/bridging-a-bond-802-3ad-only-works-when-stp-is-
enabled-741640/)

But I'm actually wondering whether this patch:

http://permalink.gmane.org/gmane.linux.network/159403

may be needed.  If so, then even the natty kernel does not yet have that
fix.

I am marking this as affecting the kernel, since I believe that is where
the bug lies.

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

Title:
  bonding inside a bridge does not update ARP correctly when bridged net
  accessed from within a VM

-- 
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 785668] Re: bonding inside a bridge does not update ARP correctly when bridged net accessed from within a VM

2011-05-20 Thread Serge Hallyn
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  bonding inside a bridge does not update ARP correctly when bridged net
  accessed from within a VM

-- 
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 27463] Re: [needs-packaging] 389 Directory Server for Ubuntu

2011-05-20 Thread P-rb-paulo
** Changed in: ubuntu
   Status: In Progress = Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/27463

Title:
  [needs-packaging] 389 Directory Server for 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 783836] Re: slapd syncrepl failing using SASL

2011-05-20 Thread James Page
** Changed in: openldap (Ubuntu)
   Importance: Medium = High

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

Title:
  slapd syncrepl failing using SASL

-- 
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 785668] Re: bonding inside a bridge does not update ARP correctly when bridged net accessed from within a VM

2011-05-20 Thread Serge Hallyn
Actually, I may be wrong about this being a kernel issue.

Are you always able to ping the remote host from the kvm host, even when
you can't do so from the VM?

In addition to kvmhost's /etc/modprove.d/bonding.conf, can you also
please provide the configuration info for the KVM vm?  (If a libvirt
host, then the network-related (or just all) xml info, or else the 'ps
-ef | grep kvm' output).  Also the network configuration insid the KVM
VM.  In particular, if the KVM VM has a bridge, that one would need to
have stp turned on, but I doubt you have that.

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

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

Title:
  bonding inside a bridge does not update ARP correctly when bridged net
  accessed from within a VM

-- 
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 783706] Re: package libapache2-mod-php5 5.3.5-1ubuntu7.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-05-20 Thread Clint Byrum
Excerpts from Ron's message of Fri May 20 05:36:56 UTC 2011:
 update failed with the following info.
 
 Ign http://ppa.launchpad.net natty/main Translation-en_CA
 Ign http://ppa.launchpad.net natty/main Translation-en
 Fetched 2,779 B in 8s (326 B/s)
 E: Could not get lock /var/lib/dpkg/lock - open (11: Resource 
 temporarily unavailable)
 E: Unable to lock the administration directory (/var/lib/dpkg/), is 
 another process using it?
 
 Used sudo fuser -vu /var/lib/dpkg   with no info returned

Ron, the file would have been /var/lib/dpkg/lock

I'm guessing something is going wrong on your system if this
has crept up in another, slightly different way. Either way,
this is a different error, and, therefore, a different bug
so please open a new report if you feel that it is something
wrong with the software.

I notice that you have some PPA's enabled, I wonder if maybe you have
some packages that have damaged your system in some way.

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

Title:
  package libapache2-mod-php5 5.3.5-1ubuntu7.2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

-- 
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 783706] Re: package libapache2-mod-php5 5.3.5-1ubuntu7.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-05-20 Thread Ron
I was thinking the same thing.  I'm looking for an iso file to 
re-install everything.

The only way to make sure people you agree with can speak is to support
the rights of people you don't agree with.

-Eleanor Holmes Norton, US Congressional Delegate


On 11-05-20 10:44 AM, Clint Byrum wrote:
 Excerpts from Ron's message of Fri May 20 05:36:56 UTC 2011:
 update failed with the following info.

 Ign http://ppa.launchpad.net natty/main Translation-en_CA
 Ign http://ppa.launchpad.net natty/main Translation-en
 Fetched 2,779 B in 8s (326 B/s)
 E: Could not get lock /var/lib/dpkg/lock - open (11: Resource
 temporarily unavailable)
 E: Unable to lock the administration directory (/var/lib/dpkg/), is
 another process using it?

 Used sudo fuser -vu /var/lib/dpkg   with no info returned
 Ron, the file would have been /var/lib/dpkg/lock

 I'm guessing something is going wrong on your system if this
 has crept up in another, slightly different way. Either way,
 this is a different error, and, therefore, a different bug
 so please open a new report if you feel that it is something
 wrong with the software.

 I notice that you have some PPA's enabled, I wonder if maybe you have
 some packages that have damaged your system in some way.


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

Title:
  package libapache2-mod-php5 5.3.5-1ubuntu7.2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

-- 
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 780314] Re: package samba 2:3.5.8~dfsg-1ubuntu2.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-05-20 Thread Totem Rajal
Sur. 
there is the samba files

** Attachment added: var/log/samba files
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/780314/+attachment/2136612/+files/samba.tar.gz

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.1 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

-- 
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 780314] Re: package samba 2:3.5.8~dfsg-1ubuntu2.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-05-20 Thread Totem Rajal
and the syslog file

Ty

Totem

** Attachment added: var/log/syslog
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/780314/+attachment/2136618/+files/syslog

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.1 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

-- 
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 781088] Re: Time is not syncronized with NTP-server

2011-05-20 Thread gerti
Hi Clint,

thanks for your answer.
Yes the 4 NTP-servers, you cite, IF you install the NTP-daemon.
But as it didn't work, I removed the NTP-daemon again.
I shouldn't need the NTP-daemon, as I don't want to run a NTP-service  
for other machines om my network.

As of this moment
grep pool /etc/ntp.conf
yields
# Use public servers from the pool.ntp.org project.
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
server dk.pool.ntp.org iburst
server pool.ntp.org iburst

I assume because I have run the ntpdate with these NTP-servers  
(several times).

and running
ls -l /etc/rc?.d/*ntp*
yields
ls: cannot access /etc/rc?.d/*ntp*: No such file or directory

again, presumably, because I removed the (for me) useless NTP-daemon.

regards gerti


 Hi gerti! Thanks for taking the time to file this bug report and help us
 make Ubuntu better.

 I am not seeing the same effect as you on a fresh Natty install.
 /etc/ntp.conf has 4 servers configured by default:


 grep pool /etc/ntp.conf
 # on 2011-02-08 (LP: #104525). See http://www.pool.ntp.org/join.html for
 server 0.ubuntu.pool.ntp.org
 server 1.ubuntu.pool.ntp.org
 server 2.ubuntu.pool.ntp.org
 server 3.ubuntu.pool.ntp.org


 ntp:
   Installed: 1:4.2.6.p2+dfsg-1ubuntu5
   Candidate: 1:4.2.6.p2+dfsg-1ubuntu5
   Version table:
  *** 1:4.2.6.p2+dfsg-1ubuntu5 0
 500 http://us.archive.ubuntu.com/ubuntu/ natty/main amd64 Packages
 100 /var/lib/dpkg/status

 Can you upload the contents of /etc/ntp.conf to the bug report, so that
 we can try to figure out why ntp isn't syncing?

 Also can you provide the output of this command:


 $ ls -l /etc/rc?.d/*ntp*
 lrwxrwxrwx 1 root root 13 2011-03-07 03:03 /etc/rc0.d/K50ntp - ../init.d/ntp
 lrwxrwxrwx 1 root root 13 2011-03-07 03:03 /etc/rc1.d/K77ntp - ../init.d/ntp
 lrwxrwxrwx 1 root root 13 2011-03-07 03:03 /etc/rc2.d/S23ntp - ../init.d/ntp
 lrwxrwxrwx 1 root root 13 2011-03-07 03:03 /etc/rc3.d/S23ntp - ../init.d/ntp
 lrwxrwxrwx 1 root root 13 2011-03-07 03:03 /etc/rc4.d/S23ntp - ../init.d/ntp
 lrwxrwxrwx 1 root root 13 2011-03-07 03:03 /etc/rc5.d/S23ntp - ../init.d/ntp
 lrwxrwxrwx 1 root root 13 2011-03-07 03:03 /etc/rc6.d/K50ntp - ../init.d/ntp

 Marking Incomplete pending response.

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

 --
 You received this bug notification because you are a direct subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/781088

 Title:
   Time is not syncronized with NTP-server

 Status in “ntp” package in Ubuntu:
   Incomplete

 Bug description:
   11.4
   after installation there doesn't seems to be configured any   
 communication with the nets NTP-servers, as the time isn't set   
 correctly.
   using ntpdate, its possible to get the time set correctly, but   
 this only last until next boot.
   1) Default ought to be, that there is communication with NTP-server
   (when setting location to Denmark the NTP-server(s) ought be set   
 to dk.pool.ntp.org)
   2) When explicitly using ntpdate, it ought to result in a lasting   
 configuration of the NTP-client.

   ProblemType: Bug
   DistroRelease: Ubuntu 11.04
   Package: gnome-system-monitor 2.28.2-0ubuntu1
   ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
   Uname: Linux 2.6.38-8-generic i686
   Architecture: i386
   Date: Wed May 11 12:53:34 2011
   ExecutablePath: /usr/bin/gnome-system-monitor
   ProcEnviron:
LANGUAGE=en_US:en
LANG=en_DK.UTF-8
LC_MESSAGES=en_US.UTF-8
SHELL=/bin/bash
   SourcePackage: gnome-system-monitor
   UpgradeStatus: No upgrade log present (probably fresh install)

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/781088/+subscribe


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

Title:
  Time is not syncronized with NTP-server

-- 
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 781088] Re: Time is not syncronized with NTP-server

2011-05-20 Thread Clint Byrum
Excerpts from gerti's message of Fri May 20 19:54:59 UTC 2011:
 Hi Clint,
 
 thanks for your answer.
 Yes the 4 NTP-servers, you cite, IF you install the NTP-daemon.
 But as it didn't work, I removed the NTP-daemon again.
 I shouldn't need the NTP-daemon, as I don't want to run a NTP-service  
 for other machines om my network.
 
 As of this moment
 grep pool /etc/ntp.conf
 yields
 # Use public servers from the pool.ntp.org project.
 # Please consider joining the pool (http://www.pool.ntp.org/join.html).
 server dk.pool.ntp.org iburst
 server pool.ntp.org iburst
 
 I assume because I have run the ntpdate with these NTP-servers  
 (several times).
 
 and running
 ls -l /etc/rc?.d/*ntp*
 yields
 ls: cannot access /etc/rc?.d/*ntp*: No such file or directory
 
 again, presumably, because I removed the (for me) useless NTP-daemon.

Gerti, thanks for the reply! I think quite a few users find the ntp
daemon quite useless, which is why it gets installed by default.

If you want to configure things differently from the default, that
is your prerogative. I suggest you add a file to /etc/cron.daily that
runs ntpdate to sync daily, or if you want to do it more often, write
a crontab entry that handles it the way you want it handled.

Closing the bug as Invalid.


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

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

Title:
  Time is not syncronized with NTP-server

-- 
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 785052] Re: Update whois server for .*.ua zones

2011-05-20 Thread Clint Byrum
Hello Bogdan, thank you for taking the time to file this bug report and
help us make Ubuntu better.

I just confirmed this, and forwarded it to Debian.

Marking Triaged, Importance Low (since the workaround is to just use -h
whois.ua)

** Changed in: whois (Ubuntu)
   Status: New = Triaged

** Changed in: whois (Ubuntu)
   Importance: Undecided = Low

** Tags added: bitesize

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

Title:
  Update whois server for .*.ua zones

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

2011-05-20 Thread r0nni3
Public bug reported:

Binary package hint: samba

...

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: samba 2:3.5.8~dfsg-1ubuntu2.2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
BothFailedConnect: Yes
Date: Fri May 20 23:25:00 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
NmbdLog:
 
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to natty on 2011-05-10 (10 days ago)

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


** Tags: apport-package i386 natty

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

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

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

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

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

-- 
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 785668] Re: bonding inside a bridge does not update ARP correctly when bridged net accessed from within a VM

2011-05-20 Thread Serge Hallyn
Yup, I can reproduce this 100%.

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

Title:
  bonding inside a bridge does not update ARP correctly when bridged net
  accessed from within a VM

-- 
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 785668] Re: bonding inside a bridge does not update ARP correctly when bridged net accessed from within a VM

2011-05-20 Thread Serge Hallyn
I'm setting up networking as described above, and then starting virtual
machines with:

sudo tunctl -u 1000 -g 1000 -t tap0
sudo /sbin/ifconfig $1 0.0.0.0 up
sudo brctl addif br0 tap0

kvm -drive file=disk.img,if=virtio,cache=none,boot=on -m 1024 -vnc :1
-net nic,model=virtio -net tap,script=no,ifname=tap0,downscript=no

With mode=balance-rr, I can't run dhclient from the guest.  With either
bond0 as active-backup, or without bond0 (with eth0 directly in br0),
I can.

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

Title:
  bonding inside a bridge does not update ARP correctly when bridged net
  accessed from within a VM

-- 
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 785668] Re: bonding inside a bridge does not update ARP correctly when bridged net accessed from within a VM

2011-05-20 Thread Serge Hallyn
Following the advice toward the bottom of

http://forum.proxmox.com/archive/index.php/t-2676.html?s=e8a9cfc9a128659e4a61efec0b758d3e

I was able to get this to work with balance-rr by changing a few bridge
properties.  The following was my /etc/network/interfaces:

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

# The loopback network interface
auto lo
iface lo inet loopback

auto bond0
iface bond0 inet manual
 post-up ifconfig $IFACE up
 pre-down ifconfig $IFACE down
 bond-slaves none
 bond_mode active-rr
 bond-downdelay 250
 bond-updelay 120
auto eth0
allow-bond0 eth0
iface eth0 inet manual
 bond-master bond0
auto eth1
allow-bond0 eth1
iface eth1 inet manual
 bond-master bond0

auto br0
iface br0 inet dhcp
 # dns-* options are implemented by the resolvconf package, if installed
 bridge-ports bond0
# bridge-stp off
# bridge-fd 9
# bridge-hello 2
# bridge-maxage 12
# bridge_max_wait 0
 bridge_stp on
 bridge_maxwait 0
 bridge_maxage 0
 bridge_fd 0
 bridge_ageing 0

I don't know if this is acceptable to you since stp is on.  If not, is
using balance-alb (which did also work for me) acceptable?

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

Title:
  bonding inside a bridge does not update ARP correctly when bridged net
  accessed from within a VM

-- 
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 27463] Re: [needs-packaging] 389 Directory Server for Ubuntu

2011-05-20 Thread Jonathan Marsden
Why was the status of this bug changed to opinion?

I though it was expected that changes of status were accompanied by a
comment explaining why the change was made?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/27463

Title:
  [needs-packaging] 389 Directory Server for 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 737547] Re: package libvirt-bin 0.6.1-0ubuntu5.2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2011-05-20 Thread Launchpad Bug Tracker
[Expired for libvirt (Ubuntu) because there has been no activity for 60
days.]

** Changed in: libvirt (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package libvirt-bin 0.6.1-0ubuntu5.2 failed to install/upgrade:
  subprocess post-installation script returned error exit status 1

-- 
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 707402] Re: connection refused on port 22 after upgrade

2011-05-20 Thread Launchpad Bug Tracker
[Expired for openssh (Ubuntu) because there has been no activity for 60
days.]

** Changed in: openssh (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  connection refused on port 22 after upgrade

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