[Bug 1026261] Re: [regression] mail stalls; postfix chroot setup nests /etc/ssl/certs to deep

2012-07-19 Thread Scott Kitterman
I can confirm this.  Looking into it a bit.

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

** Changed in: postfix (Ubuntu)
   Status: New = Confirmed

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

Title:
  [regression] mail stalls; postfix chroot setup nests /etc/ssl/certs to
  deep

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

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


[Bug 1026261] Re: [regression] mail stalls; postfix chroot setup nests /etc/ssl/certs to deep

2012-07-19 Thread Scott Kitterman
This is already fixed in precise, quantal, and I think oneiric.

** Changed in: postfix (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  [regression] mail stalls; postfix chroot setup nests /etc/ssl/certs to
  deep

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

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


[Bug 1021382] Re: The COMMISSIONING_SCRIPT setting uses a relative path.

2012-07-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = Fix Released

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

Title:
  The COMMISSIONING_SCRIPT setting uses a relative path.

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1021382/+subscriptions

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


[Bug 1026478] [NEW] CIFS: Files not shown in mount.smbfs directory listings

2012-07-19 Thread Roman Fiedler
Public bug reported:

The listing (dirread) of a CIFS-mounted share does not contain one file, but 
which is really available on the share. When accessing the file directly (stat 
or open call), the file can be accessed. The consequence of this issue is:
* file is not included in copy/backup, since the directory listing fails to 
show it
* attacker could hide arbitrary data from linux system.

To reproduce:

* Create files in a way, that you know, which files should be on the
share. It is not clear, if this has to be done in a special way to
trigger the problem (e.g. name length fill up buffers in a way to
trigger +-1). On our system, pairs of files were created, so that it was
obvious, that one of the pair was missing.

* Run some ls tests:

 ** List all files in directory starting with one name
(diropen/dirread):

# ls -al log | grep '2007-08-23-syslog.1.'
-rwxr-xr-x 1 root root 36 Oct 30 2009 2007-08-23-syslog.1.gz-lta.gpg.checksum

** List two named files (stat):

# ls -al log/2007-08-23-syslog.1.gz-lta.gpg 
log/2007-08-23-syslog.1.gz-lta.gpg.checksum | grep '2007-08-23-syslog.1.'
-rwxr-xr-x 1 root root 2148 Oct 30 2009 log/2007-08-23-syslog.1.gz-lta.gpg
-rwxr-xr-x 1 root root 36 Oct 30 2009 og/2007-08-23-syslog.1.gz-lta.gpg.checksum

* With additional echo 1  /proc/fs/cifs/cifsFYI

Both files show up in dmsg log:

Jul 19 07:15:23 v3ls1203 kernel: [161751.469012] 
/build/buildd/linux-3.2.0/fs/cifs/readdir.c: new entry cabaa1f0 old entry 
cabaa160
Jul 19 07:15:23 v3ls1203 kernel: [161751.469017] 
/build/buildd/linux-3.2.0/fs/cifs/readdir.c: For 
2007-08-22-syslog.2.gz-lta.gpg.checksum
Jul 19 07:15:23 v3ls1203 kernel: [161751.469023] 
/build/buildd/linux-3.2.0/fs/cifs/readdir.c: new entry cabaa290 old entry 
cabaa1f0
Jul 19 07:15:23 v3ls1203 kernel: [161751.469028] 
/build/buildd/linux-3.2.0/fs/cifs/readdir.c: For 2007-08-23-syslog.1.gz-lta.gpg
Jul 19 07:15:23 v3ls1203 kernel: [161751.469035] 
/build/buildd/linux-3.2.0/fs/cifs/readdir.c: new entry cabaa320 old entry 
cabaa290
Jul 19 07:15:23 v3ls1203 kernel: [161751.469041] 
/build/buildd/linux-3.2.0/fs/cifs/readdir.c: For 
2007-08-23-syslog.1.gz-lta.gpg.checksum
Jul 19 07:15:23 v3ls1203 kernel: [161751.469047] 
/build/buildd/linux-3.2.0/fs/cifs/readdir.c: new entry cabaa3c0 old entry 
cabaa320
Jul 19 07:15:23 v3ls1203 kernel: [161751.469052] 
/build/buildd/linux-3.2.0/fs/cifs/readdir.c: For 2007-08-24-daemon.log-lta.gpg

But 2007-08-23-syslog.1.gz-lta.gp  does not show up in the strace dump
strace -s256 -f ls log


Affects:
===

* Ubuntu precise 32bit, fully updated

# cat /proc/version
Linux version 3.2.0-26-generic (buildd@lamiak) (gcc version 4.6.3 
(Ubuntu/Linaro 4.6.3-1ubuntu5) ) 041-Ubuntu SMP Thu Jun 14 16:26:01 UTC 2012

# lsb_release -rd
Description: Ubuntu 12.04 LTS
Release: 12.04


References:
==

* Might be similar bug from karmic: 
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/406466
* Possible other encounter: 
http://unix.stackexchange.com/questions/42140/weird-samba-and-gvfs-behavior-half-of-directories-files-randomly-appears-to-b/43454#43454

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

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

Title:
  CIFS: Files not shown in mount.smbfs directory listings

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

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


[Bug 1026480] [NEW] SSH broken with 'Corrupted MAC on input' in last QUANTAL upgrade

2012-07-19 Thread Guy Van Sanden
Public bug reported:

After the last updat on quantal yesterday, I'm getting terminated SSH 
connections with
Corrupted MAC on input.
Disconnecting: Packet corrupt

This happens on both Ubuntu as RHEL servers that worked fine before.  It 
doesn't matter on which network (or WIFI) I am.
My other laptop with 12.04 works fine.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: openssh-client 1:6.0p1-2ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
Uname: Linux 3.5.0-5-generic x86_64
ApportVersion: 2.4-0ubuntu3
Architecture: amd64
Date: Thu Jul 19 09:29:37 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110824)
RelatedPackageVersions:
 ssh-askpass   N/A
 libpam-sshN/A
 keychain  2.7.1-1
 ssh-askpass-gnome 1:6.0p1-2ubuntu1
SSHClientVersion: OpenSSH_6.0p1 Debian-2ubuntu1, OpenSSL 1.0.1c 10 May 2012
SourcePackage: openssh
UpgradeStatus: Upgraded to quantal on 2012-07-09 (9 days ago)

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  SSH broken with 'Corrupted MAC on input' in last QUANTAL upgrade

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

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


[Bug 1026480] Re: SSH broken with 'Corrupted MAC on input' in last QUANTAL upgrade

2012-07-19 Thread Guy Van Sanden
-- 
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/1026480

Title:
  SSH broken with 'Corrupted MAC on input' in last QUANTAL upgrade

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

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


[Bug 1025203] Re: Trying to overwrite '/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini', which is also in package quantum-server

2012-07-19 Thread James Page
Unpacking quantum-server (from 
.../quantum-server_2012.2+git201207190101~quantal-0ubuntu1_all.deb) ...
dpkg: error processing 
/var/cache/apt/archives/quantum-server_2012.2+git201207190101~quantal-0ubuntu1_all.deb
 (--unpack):
 trying to overwrite '/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini', 
which is also in package quantum-plugin-openvswitch 
2012.2+git201207190101~quantal-0ubuntu1


** Changed in: quantum
   Status: New = Invalid

** Changed in: quantum (Ubuntu)
   Status: New = Confirmed

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

** Changed in: quantum (Ubuntu)
Milestone: None = quantal-alpha-3

** Changed in: quantum (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  Trying to overwrite
  '/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini', which is
  also in package quantum-server

To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1025203/+subscriptions

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


[Bug 1017978] Re: [MIR] libfcgi, ceph (radosgw)

2012-07-19 Thread Didier Roche
I agree with Clint, please feel free to grab more information from
upstream and reassign it  back to me once you will have more information
about their involvement in maintaining it.

** Changed in: ceph (Ubuntu)
 Assignee: Didier Roche (didrocks) = (unassigned)

** Changed in: libfcgi (Ubuntu)
 Assignee: Didier Roche (didrocks) = (unassigned)

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

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

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

Title:
  [MIR] libfcgi, ceph (radosgw)

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

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


[Bug 1022493] Re: [MIR] leveldb, snappy, libs3

2012-07-19 Thread Colin Watson
I've moved all of leveldb, libs3, and snappy to main.

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

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

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

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

Title:
  [MIR] leveldb, snappy, libs3

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

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


[Bug 903752] Re: [MIR] sssd

2012-07-19 Thread Didier Roche
Ok, finally having the time to look at it, here is my feedback:
- apparmor profile will greatly be appreciated (if not done already),
- dropping semanage buil-dep and using --without-semanage would be appreciated 
seeing the implication of it and the new build-dep it introduces having 
compiler warnings.
- for the remaining build-dep (as the tevent discussion was sorted), I would 
appreciated pointers to MIR bugs (with the full rationale, build-dep check, 
quality package check) for the 3 others introduced build-dep in main:
* ding-libs (libcollection-dev, libini-config-dev, libdhash-dev)
* tevent (libtevent-dev)
* ldb (libldb-dev)

Please, reassign to me once done :)

** Changed in: ding-libs (Ubuntu)
 Assignee: Didier Roche (didrocks) = (unassigned)

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

Title:
  [MIR] sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ding-libs/+bug/903752/+subscriptions

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


[Bug 1026402] Re: mon cluster (no cephx) fails to start unless empty keyring files are created

2012-07-19 Thread James Page
Hi Paul

This does sound like a potential issue but I've not been able to replicate - 
even if I drop the keyring in the mon directory it gets recreated on startup:
2012-07-19 10:16:10.223092 7f9e20d22780 -1 auth: error reading file: 
/var/lib/ceph/mon/ceph-a/keyring: can't open /var/lib/ceph/mon/ceph-a/keyring: 
(2) No such file or directory
2012-07-19 10:16:10.235911 7f9e20d22780  1 mon.a@-1(probing) e1 copying mon. 
key from old db to external keyring

Its worth raising for discussion on the upstream mailing list (see
http://ceph.com/resources/mailing-list-irc/); its quite possible someone
else has seen this issue (I did take a look at the archive but could not
find anything like this).

Marking 'Medium' for the time being.




** Changed in: ceph (Ubuntu Quantal)
   Importance: Undecided = Medium

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

Title:
  mon cluster (no cephx) fails to start unless empty keyring files are
  created

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

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


[Bug 1026402] Re: mon cluster (no cephx) fails to start unless empty keyring files are created

2012-07-19 Thread James Page
BTW I'm also not using cephx (yet).

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

Title:
  mon cluster (no cephx) fails to start unless empty keyring files are
  created

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

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


[Bug 1024355] Re: package php5-mysqlnd 5.4.4-1ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 4

2012-07-19 Thread CSRedRat
Repeated with package php5-mysqlnd 5.4.4-1ubuntu1 failed to
install/upgrade

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

Title:
  package php5-mysqlnd 5.4.4-1ubuntu1 failed to install/upgrade:
  subprocess post-installation script returned error exit status 4

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

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


[Bug 1023025] Re: search fail with get_ctrls : controls require LDAPv3

2012-07-19 Thread PierreF
I have found an upstream ticket which seems to be exactly our issue:
ITS#7107 [1].

It's fixed on upstream, but was fixed after the release of 2.4.28. It's
a one line fix, see git commit [2].

I don't have tested if it effectivelly fix our issue, but description
seem very close to our problem.

[1]: http://www.openldap.org/its/index.cgi/Software%20Bugs?id=7107;selectid=7107
[2]: 
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=commit;h=85c1c545f4e20882a2f748fcef5f732ea2d2ecf6

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

Title:
  search fail with get_ctrls : controls require LDAPv3

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

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


[Bug 1026480] Re: SSH broken with 'Corrupted MAC on input' in last QUANTAL upgrade

2012-07-19 Thread James Page
Hi Guy

Thanks for taking the time to report this bug in Ubuntu

I've not been able to reproduce your issue (and I do access quite a wide
range of servers/types).

Please could you run ssh with verbose logging (-) and attach the
output to this bug report.

I guess its possible its not openssh but something else causing this
issue - we will see.

Marking 'Incomplete' pending your response - please set back to 'New'
once the information requested has been provided.

Thanks.

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

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

Title:
  SSH broken with 'Corrupted MAC on input' in last QUANTAL upgrade

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

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


[Bug 1025664] Re: package mysql-server-5.5 5.5.24-0ubuntu0.12.04.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-07-19 Thread James Page
Hi Emmanuel

Thanks for taking the time to report this bug in Ubuntu.

I suspect that the previous installation of mariadb is causing this
issue:

120716 22:26:55 InnoDB: 1.1.8 started; log sequence number 1597945
120716 22:26:55 [ERROR] /usr/sbin/mysqld: unknown variable 
'log_slow_verbosity=query_plan'
120716 22:26:55 [ERROR] Aborting
120716 22:26:55  InnoDB: Starting shutdown...
120716 22:26:55  InnoDB: Shutdown completed; log sequence number 1597945
120716 22:26:55 [Note] /usr/sbin/mysqld: Shutdown complete

its worth purging the mysql packages and ensuring that /etc/mysql is
empty prior to installation as it looks like you have some mariadb
config still installed.

Marking 'Invalid' as this is a local configuration issue, not a bug.


** Changed in: mysql-5.5 (Ubuntu)
   Status: New = Invalid

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

Title:
  package mysql-server-5.5 5.5.24-0ubuntu0.12.04.1 failed to
  install/upgrade: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 1

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

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


[Bug 1025418] Re: Using ProxyCommand w/a non-existant host results in infinite spawns.

2012-07-19 Thread James Page
Hi Jordon

Thanks for taking the time to report this bug in Ubuntu.

By just uncommenting that one line you will create a proxy loop - the
gateway.example.com needs to be setup with a ProxyCommand None entry
as well.  So its nothing todo with a non-existent host - its just a
misconfiguration IMHO.

I was not able to take down a 12.04 server - I quickly got an out-of-
memory error and the ssh command terminated.

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

Title:
  Using ProxyCommand w/a non-existant host results in infinite spawns.

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

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


[Bug 1025418] Re: Using ProxyCommand w/a non-existant host results in infinite spawns.

2012-07-19 Thread James Page
Actually I got this:

You don't exist, go away!
ssh_exchange_identification: Connection closed by remote host

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

Title:
  Using ProxyCommand w/a non-existant host results in infinite spawns.

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

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


[Bug 1025418] Re: Using ProxyCommand w/a non-existant host results in infinite spawns.

2012-07-19 Thread James Page
And:

/bin/bash: Cannot allocate memory

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

Title:
  Using ProxyCommand w/a non-existant host results in infinite spawns.

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

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


[Bug 1025336] Re: installing php5-curl reloads apache *before* it's set up

2012-07-19 Thread James Page
This sounds familiar - I think that on first install of a new module a
'restart' is required rather than 'reload'.

It can also be resolved by a second 'reload' from memory - I will check.

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

Title:
  installing php5-curl reloads apache *before* it's set up

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

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


[Bug 1025418] Re: Using ProxyCommand w/a non-existant host results in infinite spawns.

2012-07-19 Thread Robie Basak
Jordon,

Thank you for your report.

It seems that you have misconfigured the ssh client, and the ssh client
is then calling itself recursively in an infinite loop to fulfil its
proxy as you have configured it.

This is not a vulnerability in ssh, as you aren't crossing a privilege
boundary. You could just as well run a fork bomb to achieve the same
effect. You already have permission to do this by virtue of having a
user account. Your ssh client is just running within the permissions you
already have and as you have configured it.

What you really have here is local resource exhaustion.

If you search for resource limits, you should find ways of configuring
user accounts to limit this. If you think the default resource limits in
Ubuntu are wrong, then that would be a reasonable view, but see bug
14505 for that.

Another view might be that ssh could have some kind of recursion limit
to help users who accidentally misconfigure ssh. But I don't think it's
worth Ubuntu carrying a delta for this, especially in a security-
critical application. I don't see a configurable recursion limit in the
documentation, so this might be a reasonable feature request for
upstream, if you want to request it there.

As this is a misconfiguration rather than a bug, I'm closing this bug as
Invalid.

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

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

Title:
  Using ProxyCommand w/a non-existant host results in infinite spawns.

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

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


[Bug 1025336] Re: installing php5-curl reloads apache *before* it's set up

2012-07-19 Thread James Page
Ignore my previous comment.

Selecting previously unselected package php5-curl.
(Reading database ... 26006 files and directories currently installed.)
Unpacking php5-curl (from .../php5-curl_5.3.10-1ubuntu3.2_amd64.deb) ...
Processing triggers for libapache2-mod-php5 ...
 * Reloading web server config apache2
   ...done.
Setting up php5-curl (5.3.10-1ubuntu3.2) ...

The ini file is not configured at the point of reload so curl.so is not
loaded.

A subsequent reload does fix the issue and curl.so is loaded.


** Changed in: php5 (Ubuntu)
   Status: New = Confirmed

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

** Changed in: php5 (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  installing php5-curl reloads apache *before* it's set up

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

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


[Bug 1026256] Re: pptpd.conf

2012-07-19 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

I was not able to reproduce this problem in 12.04.

Please could you detail which version of Ubuntu you are using; this can
be done using apport:

  apport-bug 1026256

Marking 'Incomplete'; please set back to 'New' once you have provided
the requested information.

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

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

Title:
  pptpd.conf

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

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


[Bug 1026015] Re: wrong variable in /etc/default/openbsd-inetd

2012-07-19 Thread James Page
Confirmed - it is possible to specify by changing /etc/default/openbsd-
inetd to use OPTIONS but this is not obvious.

** Changed in: openbsd-inetd (Ubuntu)
   Status: New = Confirmed

** Changed in: openbsd-inetd (Ubuntu)
   Importance: Undecided = Low

** Summary changed:

- wrong variable in /etc/default/openbsd-inetd
+ wrong variable in /etc/default/openbsd-inetd - OPTION not OPTIONS

** Tags added: bitesize

** Changed in: openbsd-inetd (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  wrong variable in /etc/default/openbsd-inetd - OPTION not OPTIONS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openbsd-inetd/+bug/1026015/+subscriptions

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


[Bug 1025066] Re: package winbind 2:3.6.3-2ubuntu2.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-07-19 Thread James Page
Hi Nicholas

Thanks for taking the time to report this bug in Ubuntu.

I think that you have hit a couple of problems here; lets just focus on
winbind.

Please could you check in /var/log/samba for any log files relating to
winbind and any error messages which would indicate the cause of the
winbind daemon not starting.

Please attach to this bug report.

Marking 'Incomplete'; please set back to 'New' once you have provided
this information.

Thanks


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

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

Title:
  package winbind 2:3.6.3-2ubuntu2.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1024926] Re: package clamav-base 0.97.3+dfsg-2.1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-07-19 Thread James Page
*** This bug is a duplicate of bug 523896 ***
https://bugs.launchpad.net/bugs/523896

** This bug has been marked a duplicate of bug 523896
   useradd: cannot lock /etc/passwd; try again later.

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

Title:
  package clamav-base 0.97.3+dfsg-2.1ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1022008] Re: clamav

2012-07-19 Thread James Page
Hi Ben

Based on your response in #4 I suspect that this issue has cleared
itself.

I'm going to mark as 'Invalid' as we probably can't take this any
further.

If it re-occurs please set back to 'New' and provide us with more log
data if possible.

Thanks

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

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

Title:
  clamav

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

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


[Bug 988819] Re: [SRU] wrong path to libxml2.so.2 in mod_security - broken by multiarch enabled libraries

2012-07-19 Thread Robie Basak
Removing the LoadFile /usr/lib/libxml2.so.2 line from /etc/apache2
/mods-available/mod_security2.so works fixes the immediate problem and
apache does load OK and serves the root page after this. So this fix is
a candidate for a simple SRU to Precise.

However, I am concerned to make sure that mod-security is actually
functional after this change, in case it can't resolve symbols further
down the line.

Although I note from /proc/../maps that /usr/lib/x86_64-linux-
gnu/libxml2.so.2.7.8 has been loaded, I'd like to make sure before
proposing a replacement SRU.

I am unfamiliar with mod-security itself. Could someone affected by this
bug please post a test case with expected results that exercises the XML
functionality in mod-security that would use libxml2.so.2?

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

Title:
  [SRU] wrong path to libxml2.so.2 in mod_security - broken by multiarch
  enabled libraries

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

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


[Bug 988819] Re: [SRU] wrong path to libxml2.so.2 in mod_security - broken by multiarch enabled libraries

2012-07-19 Thread Robie Basak
jamespage rbasak, I think that the test case can be technical
jamespage so for example I think its sufficient to say - yes we can restart 
apache OK with it installed and we can see that this library has been loaded by 
using lsof or suchlike

Based on this, my test case for SRU verification will be based on
loading apache and checking /proc/.../maps for presence of the modules
expected.

** Changed in: apache2 (Ubuntu Precise)
   Status: Fix Committed = In Progress

** Changed in: modsecurity-apache (Ubuntu Precise)
   Status: Fix Committed = In Progress

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

Title:
  [SRU] wrong path to libxml2.so.2 in mod_security - broken by multiarch
  enabled libraries

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

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


[Bug 988819] Re: [SRU] wrong path to libxml2.so.2 in mod_security - broken by multiarch enabled libraries

2012-07-19 Thread James Page
Marked bug task for apache2 as 'Invalid' as this is being fix in just
the modules.

** Changed in: mod-proxy-html (Ubuntu Precise)
Milestone: None = ubuntu-12.04.1

** Changed in: mod-proxy-html (Ubuntu Precise)
 Assignee: (unassigned) = Robie Basak (racb)

** Changed in: mod-proxy-html (Ubuntu Precise)
   Importance: Undecided = High

** Changed in: apache2 (Ubuntu Precise)
   Status: In Progress = Invalid

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

Title:
  [SRU] wrong path to libxml2.so.2 in mod_security - broken by multiarch
  enabled libraries

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

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


[Bug 988819] Re: [SRU] wrong path to libxml2.so.2 in mod_security - broken by multiarch enabled libraries

2012-07-19 Thread Robie Basak
** Changed in: mod-proxy-html (Ubuntu Precise)
   Status: Confirmed = In Progress

** Changed in: apache2 (Ubuntu Precise)
 Assignee: Robie Basak (racb) = (unassigned)

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

Title:
  [SRU] wrong path to libxml2.so.2 in mod_security - broken by multiarch
  enabled libraries

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

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


[Bug 1024658] Re: package clamav-freshclam 0.97.5+dfsg-1ubuntu0.11.04.2~10.04.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 255

2012-07-19 Thread James Page
Looks like something bad is going on; I see lots of these:

Can't exec insserv: No such file or directory at /usr/sbin/update-rc.d
line 402.

But no errors relating to clamav as far as I can tell.

** Summary changed:

- package clamav-freshclam 0.97.5+dfsg-1ubuntu0.11.04.2~10.04.1 failed to 
install/upgrade: ErrorMessage: subprocess installed post-installation script 
returned error exit status 255
+ problems during update: Can't exec insserv: No such file or directory at 
/usr/sbin/update-rc.d line 402.

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

Title:
  problems during update: Can't exec insserv: No such file or
  directory at /usr/sbin/update-rc.d line 402.

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

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


[Bug 1024658] Re: problems during update: Can't exec insserv: No such file or directory at /usr/sbin/update-rc.d line 402.

2012-07-19 Thread James Page
MF - I marked all of your other bug reports as duplicates of this one as
I think they are all related to the above error message.

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

Title:
  problems during update: Can't exec insserv: No such file or
  directory at /usr/sbin/update-rc.d line 402.

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

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


[Bug 1024655] Re: package apache2.2-common 2.2.14-5ubuntu8.9 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 255

2012-07-19 Thread James Page
*** This bug is a duplicate of bug 1024658 ***
https://bugs.launchpad.net/bugs/1024658

** This bug has been marked a duplicate of bug 1024658
   package clamav-freshclam 0.97.5+dfsg-1ubuntu0.11.04.2~10.04.1 failed to 
install/upgrade: ErrorMessage: subprocess installed post-installation script 
returned error exit status 255

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

Title:
  package apache2.2-common 2.2.14-5ubuntu8.9 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 255

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

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


[Bug 1024653] Re: package mysql-server-5.1 5.1.63-0ubuntu0.10.04.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 255

2012-07-19 Thread James Page
*** This bug is a duplicate of bug 1024658 ***
https://bugs.launchpad.net/bugs/1024658

** This bug has been marked a duplicate of bug 1024658
   package clamav-freshclam 0.97.5+dfsg-1ubuntu0.11.04.2~10.04.1 failed to 
install/upgrade: ErrorMessage: subprocess installed post-installation script 
returned error exit status 255

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

Title:
  package mysql-server-5.1 5.1.63-0ubuntu0.10.04.1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 255

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

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


[Bug 1026570] [NEW] slapd has random connection failures related to do_extended: protocol version (2) too low

2012-07-19 Thread Ian Gordon
Public bug reported:

slapd seems to have random connection failures.

The log files show

Jul 18 14:01:57 simpson slapd[24409]: conn=1387 op=0 do_extended:
protocol version (2) too low

for every connection failure.

The same command will succeed 99% of the time but will fail
occasionally.

The command I used to test the problem was:

ldapsearch -x -H ldaps://host.domain.ac.uk/ -b dc=domain,dc=ac,dc=uk
uid=ig

I found a reference to this problem at http://www.openldap.org/lists
/openldap-bugs/201112/msg00019.html for ITS#7107

I have applied the specific 1 line GIT update to the package source and
everything is now working properly.

It would be nice if the patch to fix ITS#7101 could be applied to the
slapd package.

Thanks for any help you can be.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: slapd 2.4.28-1.1ubuntu4 [modified: usr/sbin/slapd]
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Thu Jul 19 12:10:38 2012
InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release amd64 
(20120424.1)
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: openldap
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.default.slapd: [modified]
mtime.conffile..etc.default.slapd: 2012-07-05T09:19:07

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


** Tags: amd64 apport-bug precise

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

Title:
  slapd has random connection failures related to do_extended: protocol
  version (2) too low

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

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


[Bug 1026570] Re: slapd has random connection failures related to do_extended: protocol version (2) too low

2012-07-19 Thread Ian Gordon
-- 
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/1026570

Title:
  slapd has random connection failures related to do_extended: protocol
  version (2) too low

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

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


[Bug 1024641] Re: package mysql-server-5.5 (not installed) failed to install/upgrade: 正试图覆盖 /usr/bin/mysqltest,它同时被包含于软件包 mysql-server 5.5.25a-2

2012-07-19 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

It looks like you are trying to upgrade from an unsupported set of
mysql-server binary packages - 5.5.25a-2.

This is not a supported upgrade route; please could you purge your
existing packages prior to installing the ones from the archive.

Marking 'Invalid' as this is not a bug in Ubuntu.

Thanks.

** Changed in: mysql-5.5 (Ubuntu)
   Status: New = Invalid

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

Title:
  package mysql-server-5.5 (not installed) failed to install/upgrade:
  正试图覆盖 /usr/bin/mysqltest,它同时被包含于软件包 mysql-server 5.5.25a-2

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

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


[Bug 1024658] Re: problems during update: Can't exec insserv: No such file or directory at /usr/sbin/update-rc.d line 402.

2012-07-19 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

It looks like there might be something wrong with your installation of
the insserv and sysv-rc packages.

Please could you try re-installing them using the following commands:

  sudo apt-get install --reinstall insserv sysv-rc

Marking 'Incomplete'; please set to 'Invalid' if this resolves your
issue or set back to 'New' with the output of the command if not.

Thanks.

** Package changed: clamav (Ubuntu) = sysvinit (Ubuntu)

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

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

Title:
  problems during update: Can't exec insserv: No such file or
  directory at /usr/sbin/update-rc.d line 402.

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

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


[Bug 1026478] Re: CIFS: Files not shown in mount.smbfs directory listings

2012-07-19 Thread James Page
Hi Roman

Have you tried the solution in
http://ubuntuforums.org/showthread.php?t=1312553 ?

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

Title:
  CIFS: Files not shown in mount.smbfs directory listings

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

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


[Bug 1026570] Re: slapd has random connection failures related to do_extended: protocol version (2) too low

2012-07-19 Thread James Page
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=commitdiff;h=85c1c545f4e20882a2f748fcef5f732ea2d2ecf6

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

Title:
  slapd has random connection failures related to do_extended: protocol
  version (2) too low

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

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


[Bug 1026570] Re: slapd has random connection failures related to do_extended: protocol version (2) too low

2012-07-19 Thread James Page
*** This bug is a duplicate of bug 1023025 ***
https://bugs.launchpad.net/bugs/1023025

http://www.openldap.org/its/index.cgi/Software%20Bugs?id=7107;selectid=7107

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

Title:
  slapd has random connection failures related to do_extended: protocol
  version (2) too low

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

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


[Bug 1026570] Re: slapd has random connection failures related to do_extended: protocol version (2) too low

2012-07-19 Thread Lionel Porcheron
*** This bug is a duplicate of bug 1023025 ***
https://bugs.launchpad.net/bugs/1023025

** This bug has been marked a duplicate of bug 1023025
   search fail with get_ctrls : controls require LDAPv3

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

Title:
  slapd has random connection failures related to do_extended: protocol
  version (2) too low

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

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


[Bug 1023025] Re: search fail with get_ctrls : controls require LDAPv3

2012-07-19 Thread Lionel Porcheron
** Changed in: openldap (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  search fail with get_ctrls : controls require LDAPv3

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

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


[Bug 1026570] Re: slapd has random connection failures related to do_extended: protocol version (2) too low

2012-07-19 Thread James Page
*** This bug is a duplicate of bug 1023025 ***
https://bugs.launchpad.net/bugs/1023025

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

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

** Also affects: openldap (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: openldap (Ubuntu Quantal)
   Importance: High
   Status: Triaged

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

Title:
  slapd has random connection failures related to do_extended: protocol
  version (2) too low

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

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


[Bug 1023025] Re: search fail with get_ctrls : controls require LDAPv3

2012-07-19 Thread James Page
** Also affects: openldap (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: openldap (Ubuntu Precise)
   Status: New = Triaged

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

** Changed in: openldap (Ubuntu Precise)
Milestone: None = ubuntu-12.04.1

** Changed in: openldap (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  search fail with get_ctrls : controls require LDAPv3

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

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


[Bug 1023025] Re: search fail with get_ctrls : controls require LDAPv3

2012-07-19 Thread PierreF
** Description changed:

- On precise, the slapd daemon return error code 2 - controls require
- LDAPv3 to client search. I don't see any reason why this would occure,
- because if you run the same command few seconds later, it (may) work.
+ [IMPACT]
  
- For example, using nss_ldap, when running in a loop id pierref, you
- may sometime have fewer group that you would normally have. And few
- seconds later, everything go back to normal.
+ * Any client connecting in LDAPv3 and using v3 specific feature may fail
+ * This include libnss-ldap (so id user may not return all group). Thus you 
may login without all your groups and need to logout/login on more time.
+ * This issue is known and fixed on upsteam, ITS#7107 (commit 
85c1c545f4e20882a2f748fcef5f732ea2d2ecf6).
  
- We also have this issue with some other tools, like Confluence
- (Atlassian's wiki) and also a internal tools developped in Python.
+ [TESTCASE]
  
- On client side (confluence), we have
- javax.naming.CommunicationException: [LDAP: error code 2 - controls
- require LDAPv3];
+ To reproduce this issue, you will need to do enougth search some with
+ version 2, other with version 3 and some control.
  
- On server side, we found the same controls require LDAPv3 returned
- with get_ctrl function. I attached log extract of slapd server at
- loglevel any. On log I keep one successfull search done by confluence
- and one failed search.
+ Example:
  
- Note: on server log - if I understand log correctly - the client bind
- with version 3 of protocol... while error complain about not behind
- version 3...
- 
- Version:
- 
- * server : Ubuntu precise 3.2.0-26-generic x86_64, slapd 2.4.28-1.1ubuntu4
- * client 1 : Ubuntu lucid 2.6.32-41-server x86_64, libnss-ldap 264-2ubuntu2, 
ldap-utils 2.4.21-0ubuntu5.7
- * client 2 : Ubuntu precise 3.2.0-26-virtual x86_64, libnss-ldap 
264-2.2ubuntu2, ldap-utils 2.4.28-1.1ubuntu4
- 
- Their is two LDAP server (replication), I attached configuration of
- both.
- 
- I also attached a test_nss.sh which show this bug on client side.
+ * In terminal A, run: while true; do ldapsearch -h 127.0.0.1 -b o=company 
uid=dontcare -P 2  /dev/null;sleep 0.1;done
+ * Let the loop run for some time (it increase change of failure for next 
step).
+ * In terminal B, run ldapsearch -h 127.0.0.1 -b o=company uid=dontcare -M. 
You should not have to run more than 20 times before an error occure.

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

Title:
  search fail with get_ctrls : controls require LDAPv3

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

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


[Bug 1023025] Re: search fail with get_ctrls : controls require LDAPv3

2012-07-19 Thread PierreF
debdiff for precise sru.

** Patch added: lp1023025.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1023025/+attachment/3228396/+files/lp1023025.debdiff

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

Title:
  search fail with get_ctrls : controls require LDAPv3

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

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


[Bug 988819] Re: [SRU] wrong path to libxml2.so.2 in mod_security - broken by multiarch enabled libraries

2012-07-19 Thread Robie Basak
** Description changed:

  [Impact]
  
- The libapache2-modsecurity package does not work out of the box (but a
- workaround is available).
+ The libapache2-modsecurity and libapache2-mod-proxy-html packages does
+ not work out of the box (but workarounds are available).
  
  [Test Case]
  
- apt-get -y install apache2 libapache2-modsecurity
+ apt-get -y install apache2 libapache2-modsecurity or libapache2-mod-
+ proxy-html
  
  This fails with the following error, although the postinst does exit 0:
-  Setting up libapache2-modsecurity (2.6.3-1) ...
-  Action 'configtest' failed.
-  The Apache error log may have more information.
-  Your apache2 configuration is broken, so we're not restarting it for you.
+  Setting up libapache2-modsecurity (2.6.3-1) ...
+  Action 'configtest' failed.
+  The Apache error log may have more information.
+  Your apache2 configuration is broken, so we're not restarting it for you.
  
  $ sudo apachectl configtest
  apache2: Syntax error on line 210 of /etc/apache2/apache2.conf: Syntax error 
on line 1 of /etc/apache2/mods-enabled/mod-security.load: Cannot load 
/usr/lib/libxml2.so.2 into server: /usr/lib/libxml2.so.2: cannot open shared 
object file: No such file or directory
  Action 'configtest' failed.
  The Apache error log may have more information.
  
+ Expected results:
+ 
+ 1. The installations should succeed.
+ 2. sudo apachectl configtest should return Syntax OK with a zero exit 
status.
+ 3. sudo grep libxml2.so.2 /proc/$(cat /run/apache2.pid)/maps should display 
load locations of libxml2.so.2.version, in order to verify that the runtime 
linker has successfully linked the required module.
+ 
  [Fix]
  
  Debian has fixed this by updating apache2 to use dlopen's search path
  and changing mod-security.load to not use any absolute path. We have
- merged apache2 and synced modsecurity-apache and verified that Quantal
- is fixed.
+ merged apache2.  modsecurity-apache and mod-proxy-html have synced and I
+ have verified that Quantal is fixed.
  
- For Precise, we have backported the upstream apache2 dlopen search path
- modification, and fixed the path in mod-security.load the same as
- Debian.
+ For the Precise SRU, it was concluded that the change to apache2 in
+ Debian is too invasive. Instead, we have removed the LoadFile directives
+ entirely, after ensuring that the modules do depend correctly on
+ libxml2.so.2.
  
  [Regression Potential]
  
- The modsecurity-apache fix is just the load path, so it should either
- work or fail. I can't see any potential for regression here.
+ With the new approach, apache2 does not need an update.
  
- The apache2 fix involves changing the behaviour of dynamic module loads.
- There is now a fallback to use the dlopen search path if the name does
- not use an absolute path. If there is a regression, it will probably be
- with edge cases to do with module load paths and likely manifest
- themselves as modules failing to load. sudo apachectl configtest
- should reveal these.
+ Previously, libapache2-modsecurity and libapache2-mod-proxy-html did not
+ load at all in the default configuration, so I don't see how there could
+ be a regression here.
  
+ We have changed a config file, but since it is a config file, an
+ administrator who has manually worked around the problem by changing the
+ config file differently will be prompted and so should not get an
+ unexpected regression.
+ 
+ /usr/lib/apache2/modules/mod_proxy_html.so now explicitly imports
+ symbols from libxml2.so.2, but this was done by the LoadFile directive
+ anyway, so I don't see that there would be a problem here.
+ 
+ So the area to look for regressions is in the existence of XML
+ functionality in these two modules, but I think this change is so
+ minimal it is very unlikely.
  
  Original bug description:
  
  service apache2 restart
  apache2: Syntax error on line 210 of /etc/apache2/apache2.conf: Syntax error 
on line 1 of /etc/apache2/mods-enabled/mod-security.load: Cannot load 
/usr/lib/libxml2.so.2 into server: /usr/lib/libxml2.so.2: cannot open shared 
object file: No such file or directory
  Action 'configtest' failed.
  The Apache error log may have more information.
     ...fail!
  
  in file /etc/apache2/mods-enabled/mod-security.load:
  LoadFile /usr/lib/libxml2.so.2
  
  correct path on x86 would be /usr/lib/i386-linux-gnu/libxml2.so.2
  
  maybe a symlink could fix this issue?

** Branch linked: lp:~racb/ubuntu/precise/mod-proxy-html/988819

** Branch linked: lp:~racb/ubuntu/precise/modsecurity-apache/988819_2

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

Title:
  [SRU] wrong path to libxml2.so.2 in mod_security - broken by multiarch
  enabled libraries

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

-- 
Ubuntu-server-bugs mailing list

[Bug 1023025] Re: search fail with get_ctrls : controls require LDAPv3

2012-07-19 Thread PierreF
debdiff for quantal.

** Patch added: lp-1023025-quantal.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1023025/+attachment/3228408/+files/lp-1023025-quantal.debdiff

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

Title:
  search fail with get_ctrls : controls require LDAPv3

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

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


[Bug 585027] Re: Race condition with dmsetup causes 'map already present' messages

2012-07-19 Thread Peter Petrakis
Using the lucid kernel, I was able to reproduce, though it took a lot longer 
than
original report implied, easily over an hour, probably more than 3 I wasn't 
watching
it the entire time.

multipath-tools 0.4.8-14ubuntu4.10.04.2
kernel  2.6.32-41-generic

udevadm monitor simply stops responding.

I cannot remove the dm maps, they say busy/in use. They
are not mounted or used by anyone.

Using the same kernel and multipath 0.4.9-3ubuntu5 I was
unable to reproduce the issue. So this older kernel helps expose the
problem.

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

Title:
  Race condition with dmsetup causes 'map already present' messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/585027/+subscriptions

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


[Bug 988819] Re: [SRU] wrong path to libxml2.so.2 in mod_security - broken by multiarch enabled libraries

2012-07-19 Thread James Page
Robie - both MP's looked good - uploaded.

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

Title:
  [SRU] wrong path to libxml2.so.2 in mod_security - broken by multiarch
  enabled libraries

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

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


[Bug 1023025] Re: search fail with get_ctrls : controls require LDAPv3

2012-07-19 Thread Launchpad Bug Tracker
This bug was fixed in the package openldap - 2.4.28-1.1ubuntu6

---
openldap (2.4.28-1.1ubuntu6) quantal; urgency=low

  * Fix issue with intermittent connection issues when using LDAPv3
protocol (LP: #1023025):
- d/patches/its-7107-fix-Operation-init-on-reuse.diff: Cherry picked
  patch from upstream VCS which ensures objects are initialized before
  re-use.
 -- Pierre Fersing pfers...@sierrawireless.com   Thu, 19 Jul 2012 14:05:09 
+0100

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

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

Title:
  search fail with get_ctrls : controls require LDAPv3

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

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


[Bug 1023025] Re: search fail with get_ctrls : controls require LDAPv3

2012-07-19 Thread James Page
Pierre

Thanks for the debdiffs.

I made one change to both which was to fill out the changelog entry in
more detail to explain what's being fixed and how.

Other than that looked good so uploaded.

** Description changed:

  [IMPACT]
  
  * Any client connecting in LDAPv3 and using v3 specific feature may fail
  * This include libnss-ldap (so id user may not return all group). Thus you 
may login without all your groups and need to logout/login on more time.
  * This issue is known and fixed on upsteam, ITS#7107 (commit 
85c1c545f4e20882a2f748fcef5f732ea2d2ecf6).
  
  [TESTCASE]
  
- To reproduce this issue, you will need to do enougth search some with
+ To reproduce this issue, you will need to do enough searches, some with
  version 2, other with version 3 and some control.
  
  Example:
  
  * In terminal A, run: while true; do ldapsearch -h 127.0.0.1 -b o=company 
uid=dontcare -P 2  /dev/null;sleep 0.1;done
- * Let the loop run for some time (it increase change of failure for next 
step).
- * In terminal B, run ldapsearch -h 127.0.0.1 -b o=company uid=dontcare -M. 
You should not have to run more than 20 times before an error occure.
+ * Let the loop run for some time (it increases change of failure for next 
step).
+ * In terminal B, run ldapsearch -h 127.0.0.1 -b o=company uid=dontcare -M. 
+ 
+ You should not have to run more than 20 times before an error occurs.
+ 
+ [REGRESSION POTENTIAL]
+ 
+ Minimal, as this is a simple one-line change to initialize objects before 
re-use.
+ Fix has good heritage as Howard is the Chief TA of OpenLDAP.

** Summary changed:

- search fail with get_ctrls : controls require LDAPv3
+ [SRU] search fail with get_ctrls : controls require LDAPv3

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

Title:
  [SRU] search fail with get_ctrls : controls require LDAPv3

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

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


[Bug 990162] Re: [SRU] armhf version is unusable -- task switches will cause sigsegv's

2012-07-19 Thread James Page
** Changed in: python-greenlet (Ubuntu Precise)
   Importance: Undecided = High

** Changed in: python-greenlet (Ubuntu)
   Importance: Undecided = High

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

Title:
  [SRU] armhf version is unusable -- task switches will cause sigsegv's

To manage notifications about this bug go to:
https://bugs.launchpad.net/eilt/+bug/990162/+subscriptions

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


[Bug 1018579] Re: dovecot panic

2012-07-19 Thread James Page
** Tags added: verification-needed

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

Title:
  dovecot panic

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

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


[Bug 1026621] [NEW] nova-network gets release_fixed_ip events from someplace, but the database still keeps them associated with instances

2012-07-19 Thread Nick Moffitt
Public bug reported:

We've been seeing a lot of instances simply vanish from the network.
Usually people have been willing to work around this by simply rebooting
or re-creating their instances, but it's troubling for long-running
instances (especially those that have volumes associated).

Here's the relevant bit of nova-network.log for one of these:

2012-07-16 14:06:32 DEBUG nova.rpc.amqp [-] received {u'_context_roles': 
[u'admin'], u'_context_request_id': 
u'req-d0905711-c4d1-4452-a3b2-46815d1983d7', u'_context_read_deleted': u'no', 
u'args': {u'address': u'10.55.60.141'}, u'_context_auth_token': 'SANITIZED', 
u'_context_is_admin': True, u'_context_project_id': None, 
u'_context_timestamp': u'2012-07-16T14:06:32.169100', u'_context_user_id': 
None, u'method': u'release_fixed_ip', u'_context_remote_address': None} from 
(pid=493) _safe_log /usr/lib/python2.7/dist-packages/nova/rpc/common.py:160
2012-07-16 14:06:32 DEBUG nova.rpc.amqp 
[req-d0905711-c4d1-4452-a3b2-46815d1983d7 None None] unpacked context: 
{'user_id': None, 'roles': [u'admin'], 'timestamp': 
'2012-07-16T14:06:32.169100', 'auth_token': 'SANITIZED', 'remote_address': 
None, 'is_admin': True, 'request_id': 
u'req-d0905711-c4d1-4452-a3b2-46815d1983d7', 'project_id': None, 
'read_deleted': u'no'} from (pid=493) _safe_log 
/usr/lib/python2.7/dist-packages/nova/rpc/common.py:160
2012-07-16 14:06:32 DEBUG nova.network.manager 
[req-d0905711-c4d1-4452-a3b2-46815d1983d7 None None] Released IP |10.55.60.141| 
from (pid=493) release_fixed_ip 
/usr/lib/python2.7/dist-packages/nova/network/manager.py:1260

Then the dhcpbridge shows it being revoked:

2012-07-16 14:04:29 DEBUG nova.dhcpbridge [-] Called 'old' for mac 
'fa:16:3e:11:c5:37' with ip '10.55.60.141' from (pid=23699) main 
/usr/bin/nova-dhcpbridge:113
2012-07-16 14:06:32 DEBUG nova.dhcpbridge [-] Called 'del' for mac 
'fa:16:3e:11:c5:37' with ip '10.55.60.141' from (pid=24946) main 
/usr/bin/nova-dhcpbridge:113

Is there any way we can find out what might have placed the
release_fixed_ip event on the message queue?  There doesn't seeem to be
any other mention of the IP in the nova logs on any of our systems.

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


** Tags: canonistack

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

Title:
  nova-network gets release_fixed_ip events from someplace, but the
  database still keeps them associated with instances

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

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


[Bug 1026621] Re: nova-network gets release_fixed_ip events from someplace, but the database still keeps them associated with instances

2012-07-19 Thread Nick Moffitt
I should probably clarify that there are no API requests matching this
release_fixed_ip event, and the instance owner explicitly did not want
the event to take place.

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

Title:
  nova-network gets release_fixed_ip events from someplace, but the
  database still keeps them associated with instances

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

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


[Bug 1024475] Re: libnss-ldap causes boot hang on Ubuntu 12.04 Precise

2012-07-19 Thread Robie Basak
I'm a bit confused.

If you're using Network Manager, then you can only expect to get a
working network after login, right? But if you want to use LDAP to
authenticate the login, how is this going to work before the network is
brought up?

** Changed in: libnss-ldap (Ubuntu)
   Status: Incomplete = New

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

Title:
  libnss-ldap causes boot hang on Ubuntu 12.04 Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1024475/+subscriptions

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


[Bug 1026478] Re: CIFS: Files not shown in mount.smbfs directory listings

2012-07-19 Thread Roman Fiedler
I tried the noserverino workaround now and it worked.

Since without knowing that workaround, severe dataloss or more unlikely
malicious data hiding could occur on those machines, I would mandate to
make that option more prominent, e.g. to force mounts to have one of
noserverino or serverino, but users not knowing about this option
will fail to mount and hence fail to suffer from data loss. Other option
would be, that if noserverino is always safe, that this should be the
default for mount.smbfs

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

Title:
  CIFS: Files not shown in mount.smbfs directory listings

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

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


[Bug 1023025] Re: [SRU] search fail with get_ctrls : controls require LDAPv3

2012-07-19 Thread James Page
** Changed in: openldap (Ubuntu Precise)
 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/1023025

Title:
  [SRU] search fail with get_ctrls : controls require LDAPv3

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

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


[Bug 1006898] Re: [SRU] dnsmasq fails at leasing issues when using vlan mode

2012-07-19 Thread Stéphane Graber
** Changed in: dnsmasq (Ubuntu Precise)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

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

Title:
  [SRU] dnsmasq fails at leasing issues when using vlan mode

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

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


[Bug 1014864] Re: [MIR] walinuxagent

2012-07-19 Thread James Page
** Changed in: walinuxagent (Ubuntu Precise)
 Assignee: (unassigned) = Ben Howard (utlemming)

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

Title:
  [MIR] walinuxagent

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

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


[Bug 920197] Re: [SRU] webob last stable version 1.1.1 response header bug

2012-07-19 Thread James Page
** Changed in: swift (Ubuntu Precise)
Milestone: ubuntu-12.04.1 = None

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

Title:
  [SRU] webob last stable version 1.1.1 response header bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/920197/+subscriptions

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


[Bug 1026256] Re: pptpd.conf

2012-07-19 Thread Modernox
** Attachment added: with empty string pptpd successfully start
   
https://bugs.launchpad.net/ubuntu/+source/pptpd/+bug/1026256/+attachment/3228510/+files/with_empty_string.png

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

Title:
  pptpd.conf

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

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


[Bug 1026256] Re: pptpd.conf

2012-07-19 Thread Modernox
** Attachment added: without empty string - pptpd launched not start
   
https://bugs.launchpad.net/ubuntu/+source/pptpd/+bug/1026256/+attachment/3228511/+files/without_empty_string.png

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

Title:
  pptpd.conf

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

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


[Bug 1026256] Re: pptpd.conf

2012-07-19 Thread Modernox
This is my version of the system and an example of not start.
Also on the 10.10 system with all updates.

** Attachment added: pptpd not start
   
https://bugs.launchpad.net/ubuntu/+source/pptpd/+bug/1026256/+attachment/3228512/+files/not_start.png

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

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

Title:
  pptpd.conf

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

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


[Bug 1023025] Re: [SRU] search fail with get_ctrls : controls require LDAPv3

2012-07-19 Thread PierreF
Great. Thanks for your quick reactivity.

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

Title:
  [SRU] search fail with get_ctrls : controls require LDAPv3

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

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


[Bug 1023025] Re: [SRU] search fail with get_ctrls : controls require LDAPv3

2012-07-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/openldap

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

Title:
  [SRU] search fail with get_ctrls : controls require LDAPv3

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

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


[Bug 1026621] Re: nova-network gets release_fixed_ip events from someplace, but the database still keeps them associated with instances

2012-07-19 Thread Andrew Glen-Young
We're running nova with nova.network.manager.FlatDHCPManager. Grepping
the nova-network machine's syslog shows that the last DHCP lease request
was on Jul 16 14:04:29

Sample from the log file:

Jul 16 14:04:29 dziban dnsmasq-dhcp[30249]: DHCPREQUEST(br100) 10.55.60.141 
fa:16:3e:11:c5:37 
Jul 16 14:04:29 dziban dnsmasq-dhcp[30249]: DHCPACK(br100) 10.55.60.141 
fa:16:3e:11:c5:37 server-13282

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

Title:
  nova-network gets release_fixed_ip events from someplace, but the
  database still keeps them associated with instances

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

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


[Bug 1014864] Re: [MIR] walinuxagent

2012-07-19 Thread James Page
No change backport uploaded to precise-proposed as discussed with skaet
on IRC.

** Changed in: walinuxagent (Ubuntu Precise)
 Assignee: Ben Howard (utlemming) = James Page (james-page)

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

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

Title:
  [MIR] walinuxagent

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

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


[Bug 1026621] Re: nova-network gets release_fixed_ip events from someplace, but the database still keeps them associated with instances

2012-07-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nova (Ubuntu)
   Status: New = Confirmed

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

Title:
  nova-network gets release_fixed_ip events from someplace, but the
  database still keeps them associated with instances

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

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


[Bug 1026655] [NEW] package apache2.2-bin 2.2.22-1ubuntu1 failed to install/upgrade: package apache2.2-bin is already installed and configured

2012-07-19 Thread Vyacheslav S.
*** This bug is a duplicate of bug 1026656 ***
https://bugs.launchpad.net/bugs/1026656

Public bug reported:

Tried to install Apache server (httpd) from Software Center after failed
configuration of PhpMyAdmin due to mising mysqld installation that I've
discovered than suddenly several crush-repports appeared.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: apache2.2-bin 2.2.22-1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
Date: Thu Jul 19 18:07:33 2012
ErrorMessage: package apache2.2-bin is already installed and configured
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
SourcePackage: apache2
Title: package apache2.2-bin 2.2.22-1ubuntu1 failed to install/upgrade: package 
apache2.2-bin is already installed and configured
UpgradeStatus: Upgraded to precise on 2012-07-18 (1 days ago)

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


** Tags: amd64 apport-package precise

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

Title:
  package apache2.2-bin 2.2.22-1ubuntu1 failed to install/upgrade:
  package apache2.2-bin is already installed and configured

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

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


[Bug 1026655] Re: package apache2.2-bin 2.2.22-1ubuntu1 failed to install/upgrade: package apache2.2-bin is already installed and configured

2012-07-19 Thread Vyacheslav S.
*** This bug is a duplicate of bug 1026656 ***
https://bugs.launchpad.net/bugs/1026656

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

Title:
  package apache2.2-bin 2.2.22-1ubuntu1 failed to install/upgrade:
  package apache2.2-bin is already installed and configured

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

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


[Bug 1025418] Re: Using ProxyCommand w/a non-existant host results in infinite spawns.

2012-07-19 Thread Jordon Bedwell
@racb Setting aside the fact that you think I don't know how to
configure a server or prevent it, the faulty logic is that because you
can fork bomb already this problem doesn't matter and it's not worth it
yeah? I don't know if that's funny or what...

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

Title:
  Using ProxyCommand w/a non-existant host results in infinite spawns.

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

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


[Bug 280123] Re: dhcp3-server needs if-up.d/if-down.d scripts for better network-manager compatibility

2012-07-19 Thread Antonio Rosales
@Oliver / @Chuck,

As there has been a bit of gap in the history of comments could you
confirm if this is still an issue we should pursue in Quantal?

-Thanks

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

Title:
  dhcp3-server needs if-up.d/if-down.d scripts for better network-
  manager compatibility

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

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


[Bug 1026655] Re: package apache2.2-bin 2.2.22-1ubuntu1 failed to install/upgrade: package apache2.2-bin is already installed and configured

2012-07-19 Thread Apport retracing service
*** This bug is a duplicate of bug 1026656 ***
https://bugs.launchpad.net/bugs/1026656

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

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1026656
   package libaprutil1-dbd-sqlite3 1.3.12+dfsg-3 failed to install/upgrade: 
package libaprutil1-dbd-sqlite3 is already installed and configured

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

Title:
  package apache2.2-bin 2.2.22-1ubuntu1 failed to install/upgrade:
  package apache2.2-bin is already installed and configured

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

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


[Bug 1012794] Re: [SRU] DataSource JNDI lookup with javax.naming.Name failed

2012-07-19 Thread Brian Murray
Hello John, or anyone else affected,

Accepted tomcat7 into precise-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/tomcat7/7.0.26-1ubuntu1.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please change the bug tag from
verification-needed to verification-done.  If it does not, change the
tag to verification-failed.  In either case, details of your testing
will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: tomcat7 (Ubuntu Precise)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  [SRU] DataSource JNDI lookup with javax.naming.Name failed

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

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


[Bug 585027] Re: Race condition with dmsetup causes 'map already present' messages

2012-07-19 Thread Peter Petrakis
** Changed in: multipath-tools (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  Race condition with dmsetup causes 'map already present' messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/585027/+subscriptions

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


[Bug 1012794] Re: [SRU] DataSource JNDI lookup with javax.naming.Name failed

2012-07-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/precise/tomcat7/precise-
proposed

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

Title:
  [SRU] DataSource JNDI lookup with javax.naming.Name failed

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

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


[Bug 280123] Re: dhcp3-server needs if-up.d/if-down.d scripts for better network-manager compatibility

2012-07-19 Thread Oliver Grawert
all relases this was discussed for are actually EOL and the issue of NM
touching /etc/network/interfaces has been fixed in network-manager
since. please close ...

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

Title:
  dhcp3-server needs if-up.d/if-down.d scripts for better network-
  manager compatibility

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

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


[Bug 1026680] [NEW] bacula director crashing whole system

2012-07-19 Thread Thomas Schweikle
Public bug reported:

I've installed bacula-fd, bacula-sd, bacula-director, and bacula-console on an 
ubuntu 10.04 system. Bacula working with an PostgreSQL-Database. Upgrading from 
10.04 to 10.10, then 11.04 and 11.10 didn't reveal any problems of unstability 
of bacula or postgres. After upgrading to ubuntu 12.04 LTS the system started 
to crash randomly.
At now I am not able to finish even only one backup cycle without bacula 
crashing. The host runs, but isn't reachable any more over the network. Trying 
to log in at console lets me type username and password, but after successfully 
logging in, I am immedeately logged out again. Running a shell on a terminal 
directly doesn't work either: if it is started on tty12, you may switch to 
tty12, but no keypress accepted – the shell is dead.
Pinging the server will timeout. The only way to recover: reset it, or, if 
impossible, power cycle. The system will start again bacula running, but all 
logs truncated, because of file-system repairs and log replay. No messages 
telling about why the system crashed.

While bacula runs fine doing nothing, it does run fine too, backing up
only a few system, it starts crashing backing up lots of systems with a
realy huge database. I assume the problem exists with the database
exceeding some size, but, since the logs truncated until the last
commit, I do not have any information about what part of the system ist
resposible for the crashes.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: bacula-director-pgsql 5.2.5-0ubuntu6.1
ProcVersionSignature: Ubuntu 3.2.0-26.41-virtual 3.2.19
Uname: Linux 3.2.0-26-virtual x86_64
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
Date: Thu Jul 19 17:44:55 2012
InstallationMedia: Ubuntu-Server 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.2)
ProcEnviron:
 TERM=screen-bce
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: bacula
UpgradeStatus: Upgraded to precise on 2012-04-12 (97 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  bacula director crashing whole system

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

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


[Bug 1026680] Re: bacula director crashing whole system

2012-07-19 Thread Thomas Schweikle
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in Ubuntu.
https://bugs.launchpad.net/bugs/1026680

Title:
  bacula director crashing whole system

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

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


[Blueprint servercloud-q-lxc] Lxc work for Q

2012-07-19 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Work items changed:
  Work items:
  [stgraber] Review list of extra packages in lxc-ubuntu and have it contain 
the right list for each release: DONE
  [cooloney] check that all new cgroups are enabled in quantal kernel: DONE
  [serge-hallyn] pre-mount cgroups during container startup (using optional 
mount hook): DONE
  [serge-hallyn] send attach patch sets to kernel-team ASAP: DONE
  [serge-hallyn] convert lxc-apparmor patchset to generic lsm set: DONE
  [serge-hallyn] add smack support to lsm set: TODO
  [serge-hallyn] add selinux support to lsm set: TODO
- [kees] package libsecomp to aid bpf creation 
http://sourceforge.net/projects/libseccomp/: TODO
- [serge-hallyn] exploit libseccomp in lxc-start: BLOCKED
- [serge-hallyn] come up with default secomp containers profile: BLOCKED
+ [kees] package libscecomp to aid bpf creation 
http://sourceforge.net/projects/libseccomp/: DONE
+ [serge-hallyn] exploit libseccomp in lxc-start: TODO
+ [serge-hallyn] come up with default seccomp containers profile: TODO
  [apw] expect SECCOMP to drop in v3.5 replacing our patches (confirmed): DONE
  [ebiederm] fix lxc-attach upstream to use the new setns syntax: DONE
  [serge-hallyn] write a patch for lxc to use user namespaces: BLOCKED
  [ebiederm] patch adduser: TODO
  [ebiederm] get rest of v40 of userns patchset upstream: INPROGRESS
  [ebiederm] push userns patches to allow containers to mount, pivot_root, and 
rename nics: TODO
  [ebiederm] push remaining userns patches needed for simple containers: TODO
  [ebiederm] get setns(mnt) upstream: DONE
  [ebiederm] get setns(pid) upstream: TODO
  [serge-hallyn] extend lxc-attach to support attaching only to specific 
namespaces (done by community): DONE
  [stgraber] add the lxc-nesting apparmor profile to the package in quantal: 
DONE
  [serge-hallyn] send usernamespace patchset ASAP to kernel team (link to git 
repo for review): DONE
  [stgraber] write the hookpoints and send to the lxc-devel list for review: 
DONE
  [serge-hallyn] Post POC patchset implementing hookpoints to lxc-devel: DONE
  [serge-hallyn] implement configuration file #includes (stretch goal): TODO
  [serge-hallyn] example for encrypted root in the example guide (blocked 
awaiting hooks): TODO
  [serge-hallyn] investigate post commit hook to email out changes: DONE
  [serge-hallyn] document mounts sharing through /shared using hooks: TODO
  [serge-hallyn] apport hook for lxc bugs: DONE
  [stgraber] where do crashes in the container go: TODO
  [james-page] hook testing up to jenkins: TODO
  [serge-hallyn] convert the test suite to jenkins: TODO
  [serge-hallyn] fedora 16 and 17 and open-suse templates need to be made to 
work (stretch goal): TODO
  [stgraber] make an liblxc API definition and publicise (+ serge-hallyn): DONE
  [stgraber] Create python module using the API: DONE
  [serge-hallyn] server guide 12.10 update for API: TODO
  [serge-hallyn] server guide 12.10 update for hooks: TODO
  [serge-hallyn] server guide 12.10 update using user namespaces: TODO
  [serge-hallyn] server guide 12.10 update apparmor changes: TODO
  [serge-hallyn] server guide 12.10 update for using seccomp: TODO

-- 
Lxc work for Q
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-lxc

-- 
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 1024475] Re: libnss-ldap causes boot hang on Ubuntu 12.04 Precise

2012-07-19 Thread ghomem
Hi,

We are using the Ubuntu's default network configuration, nothing done
manually on /etc/interfaces.

It does bring the network up before login and works perfectly with
nss_winbind.

So the problem is likely the integration of nss_ldap on Ubuntu and not
the network configuration.

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

Title:
  libnss-ldap causes boot hang on Ubuntu 12.04 Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1024475/+subscriptions

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


[Bug 1022772] Re: Microversion release update for postfix 2.9.3-2

2012-07-19 Thread Launchpad Bug Tracker
This bug was fixed in the package postfix - 2.9.3-2~12.04.1

---
postfix (2.9.3-2~12.04.1) precise-proposed; urgency=low

  * Microversion update (LP: #1022772)

postfix (2.9.3-2) unstable; urgency=low

  [LaMont Jones]

  * add sqlite entry to dynamicmaps.cf on upgrade.  Closes: #675247

  [localization folks]

  * l10n: update spanish translations.  Closes: #674938 (Francisco Javier
Cuadrado)

postfix (2.9.3-1) unstable; urgency=low

  * New upstream

postfix (2.9.2-1) unstable; urgency=low

  [Wietse Venema]

  - Bitrot: shut up useless warnings about Cyrus SASL call-back function
pointer type mis-matches.
  - Bitrot: OpenSSL 1.0.1 introduces new protocols. Update the known TLS
protocol list so that protocols can be turned off selectively to
work around implementation bugs.  Based on a patch by Victor Duchovni.

  [LaMont Jones]

  * Suggest: postfix-doc, for completeness.  Closes: #670376
 -- Scott Kitterman sc...@kitterman.com   Mon, 09 Jul 2012 20:49:45 -0400

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

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

Title:
  Microversion release update for postfix 2.9.3-2

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

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


[Bug 1023405] Re: demote tomcat6 source and binaries to universe

2012-07-19 Thread James Page
Transition in main complete.

Ready for demotion (as far as I can tell).

** Summary changed:

- please transition libservlet2.5-java - libservlet3.0-java and then demote 
tomcat6 source and binaries to universe
+ demote tomcat6 source and binaries to universe

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

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

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

Title:
  demote tomcat6 source and binaries to universe

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

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


[Bug 1023025] Re: [SRU] search fail with get_ctrls : controls require LDAPv3

2012-07-19 Thread James Page
** Changed in: openldap (Ubuntu Precise)
   Status: Triaged = In Progress

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

Title:
  [SRU] search fail with get_ctrls : controls require LDAPv3

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

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


[Bug 1020278] Re: [MIR] raphael

2012-07-19 Thread Michael Terry
Sure.  Trivial package, the only trickiness is we've forced ourselves to
have a delta to provide a minimized version and pull a new version.  But
Server Team is subscribed to bugs and can keep it in shape.  Not much to
do on a new update anyway.

** Changed in: raphael (Ubuntu)
   Status: New = Fix Committed

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

Title:
  [MIR] raphael

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

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


[Bug 1020273] Re: [MIR] yui3

2012-07-19 Thread Michael Terry
This looks almost fine, but what's the deal with the tests?  Seems like
there's a bunch of test files, but I'm not sure how to run them.  If we
can enable them, it'd be great.

What are the kind of compatibility concerns between releases?  Like,
let's say 3.6.0 comes out.  Will that possibly break anybody expecting
3.5.1?  Or do they reserve such breaks for major release versions?

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

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

Title:
  [MIR] yui3

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

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


[Bug 1026621] Re: nova-network gets release_fixed_ip events from someplace, but the database still keeps them associated with instances

2012-07-19 Thread Adam Gandelman
** Also affects: nova
   Importance: Undecided
   Status: New

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

Title:
  nova-network gets release_fixed_ip events from someplace, but the
  database still keeps them associated with instances

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

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


[Bug 882581] Re: install/upgrade questions re glance-manage db_sync

2012-07-19 Thread Adam Gandelman
Closing since this isn't really relevant any more.  The API and registry
servers have been long split into their own respective packages, and
database init / migration is handled in glance-registry.postinst.

** Changed in: glance (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  install/upgrade questions re glance-manage db_sync

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

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


[Bug 1021429] Re: lxc-list should show frozen containers

2012-07-19 Thread Stéphane Graber
Fix verified.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  lxc-list should show frozen containers

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

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


[Bug 1026836] [NEW] Upgrade 12.04 - 12.10 - open-vm-dkms - open-vm-tools kernel module failed to build 2011.12.20-562307-0ubuntu2: open-vm-tools kernel module failed to build

2012-07-19 Thread Tomasz Grądalski
Public bug reported:

Auto report after upgrading to 12.10

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: open-vm-dkms (not installed)
ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
Uname: Linux 3.5.0-5-generic x86_64
ApportVersion: 2.4-0ubuntu3
Architecture: amd64
DKMSKernelVersion: 3.5.0-5-generic
Date: Thu Jul 19 21:03:18 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
PackageVersion: 2011.12.20-562307-0ubuntu2
SourcePackage: open-vm-tools
Title: open-vm-dkms 2011.12.20-562307-0ubuntu2: open-vm-tools kernel module 
failed to build
UpgradeStatus: Upgraded to quantal on 2012-07-19 (0 days ago)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package open-vm-dkms open-vm-tools quantal

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

Title:
  Upgrade 12.04 - 12.10 - open-vm-dkms - open-vm-tools kernel module
  failed to build 2011.12.20-562307-0ubuntu2: open-vm-tools kernel
  module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1026836/+subscriptions

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


[Bug 1026836] Re: Upgrade 12.04 - 12.10 - open-vm-dkms - open-vm-tools kernel module failed to build 2011.12.20-562307-0ubuntu2: open-vm-tools kernel module failed to build

2012-07-19 Thread Tomasz Grądalski
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1026836

Title:
  Upgrade 12.04 - 12.10 - open-vm-dkms - open-vm-tools kernel module
  failed to build 2011.12.20-562307-0ubuntu2: open-vm-tools kernel
  module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1026836/+subscriptions

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


[Bug 1026836] Re: Upgrade 12.04 - 12.10 - open-vm-dkms - open-vm-tools kernel module failed to build 2011.12.20-562307-0ubuntu2: open-vm-tools kernel module failed to build

2012-07-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  Upgrade 12.04 - 12.10 - open-vm-dkms - open-vm-tools kernel module
  failed to build 2011.12.20-562307-0ubuntu2: open-vm-tools kernel
  module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1026836/+subscriptions

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


[Bug 726348] Re: squid's maintainer scripts call start/stop directly instead of using invoke-rc.d

2012-07-19 Thread Clint Byrum
clint@test-squid:~$ sudo service squid status
squid start/running, process 575
clint@test-squid:~$ sudo apt-get install squid
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Suggested packages:
  squidclient squid-cgi logcheck-database resolvconf smbclient winbind
The following packages will be upgraded:
  squid
1 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.
Need to get 0B/818kB of archives.
After this operation, 0B of additional disk space will be used.
Preconfiguring packages ...
(Reading database ... 15126 files and directories currently installed.)
Preparing to replace squid 2.7.STABLE7-1ubuntu12.4 (using 
.../squid_2.7.STABLE7-1ubuntu12.5_amd64.deb) ...
Unpacking replacement squid ...
Processing triggers for ureadahead ...
Setting up squid (2.7.STABLE7-1ubuntu12.5) ...
squid stop/waiting
squid start/running, process 724
squid stop/waiting
squid start/running, process 777

This works great. marking verification-done

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  squid's maintainer scripts call start/stop directly instead of using
  invoke-rc.d

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

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


[Bug 952340] Re: autofs5 fails to install: post-installation script returned error exit status 1

2012-07-19 Thread Clint Byrum
I *think* this is a duplicate of bug #958704 , which was fixed in
version 5.0.6-0ubuntu5

Can any of the affected users confirm that the final released precise
version does not have the reported problem?

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

Title:
  autofs5 fails to install:  post-installation script returned error
  exit status 1

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

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


[Bug 1021428] Re: dh_apparmor runs against all binary packages, adding useless entries to lxc-dev's postinst/postrm

2012-07-19 Thread Stéphane Graber
Looks good now.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  dh_apparmor runs against all binary packages, adding useless entries
  to lxc-dev's postinst/postrm

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

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


[Bug 1026842] [NEW] too silent puppet agent pluginsync failure if CRL is missing from node

2012-07-19 Thread James Troup
Public bug reported:

TL;DR: when the CRL is missing on a node, puppet agent pluginsync
fails way too silently.

Me and several of my colleagues just spent about 6 hours debugging our
broken puppet infrastructure.  In the end it turns out that the
problem was how we were serving the CRL on our puppeteers (puppet
masters for individual networks) no longer works with puppet in
precise.  As a result, the CRL file wasn't downloaded/present on the
client.  This is turn caused pluginsync to fail.  My problem is that
it failed completely silently; there's absolutely no hint from the
output (even with --debug, --verbose and --trace) as to why the
pluginsync is failing.

(We only figured it out from the apache logs of the puppeteer.

XX.XX.XX.XX 8443 - [19/Jul/2012:20:56:00 +] GET 
/golive/file_metadata/plugins? HTTP/1.1 200 296 - -
XX.XX.XX.XX 601270 - [19/Jul/2012:20:55:40 +] GET 
/golive/file_metadatas/plugins?links=manageignore=---+%0A++-+.svn%0A++-+CVS%0A++-+.gitchecksum_type=md5recurse=true
 HTTP/1.1 200 12675 - -

The first is a CRL-less node; the second one has the CRL.)

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

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

Title:
  too silent puppet agent pluginsync failure if CRL is missing from node

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

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


  1   2   3   4   5   6   7   8   9   10   >