[Bug 1385851] [NEW] OpenVPN only supports TLS v1.0

2014-10-26 Thread Haw Loeung
Public bug reported:

Hi Guys,

Seems the version of OpenVPN we're carrying only supports and/or is able
to negotiate TLS v1.0. The patch below has landed in upstream OpenVPN
2.3.3 and replaces TLSv1_server_method() calls with
SSLv23_client_method().

https://github.com/OpenVPN/openvpn/commit/4b67f9849ab3efe89268e01afddc7795f38d0f64

For example, when OpenVPN tls-ciphers is configured with TLS v1.2
ciphers:

| tls-cipher TLS-ECDHE-RSA-WITH-AES-128-GCM-SHA256:TLS-ECDH-RSA-WITH-
AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-
AES-128-CBC-SHA

Logs shows negotiating at TLS v1.0:

| Oct 26 21:58:47 ragnar ovpn-canonical[19470]: Control Channel: TLSv1,
cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 2048 bit RSA

When TLS v1.1 and/or v1.2 ciphers are only specified, sessions fail:

| Oct 26 21:58:29 ragnar ovpn-canonical[19259]: TLS_ERROR: BIO read 
tls_read_plaintext error: error:140830B5:SSL routines:SSL3_CLIENT_HELLO:no 
ciphers available
| Oct 26 21:58:29 ragnar ovpn-canonical[19259]: TLS Error: TLS object - 
incoming plaintext read error
| Oct 26 21:58:29 ragnar ovpn-canonical[19259]: TLS Error: TLS handshake failed
| Oct 26 21:58:31 ragnar ovpn-canonical[19470]: TLS: Initial packet from 
[AF_INET]xxx.xxx.xxx.xxx:1194, sid=eca7ea6c 067ea30f

Could we please consider either packaging = 2.3.3 or backporting this
patch?

Thanks,

Haw

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

** Affects: openvpn (Ubuntu Trusty)
 Importance: Undecided
 Status: New

** Affects: openvpn (Ubuntu Utopic)
 Importance: Undecided
 Status: New

** Also affects: openvpn (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: openvpn (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: openvpn (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Description changed:

  Hi Guys,
  
  Seems the version of OpenVPN we're carrying only supports and/or is able
  to negotiate TLS v1.0. The patch below has landed in OpenVPN 2.3.3 and
  replaces TLSv1_server_method() calls with SSLv23_client_method().
  
  
https://github.com/OpenVPN/openvpn/commit/4b67f9849ab3efe89268e01afddc7795f38d0f64
  
+ E.g., when OpenVPN tls-ciphers is configured with TLS v1.2 ciphers:
+ 
+ | tls-cipher TLS-ECDHE-RSA-WITH-AES-128-GCM-SHA256:TLS-ECDH-RSA-WITH-
+ AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-
+ AES-128-CBC-SHA
+ 
+ Logs shows negotiating at TLS v1.0:
+ 
+ | Oct 26 21:58:47 ragnar ovpn-canonical[19470]: Control Channel: TLSv1,
+ cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 2048 bit RSA
+ 
  Could we please consider either packaging = 2.3.3 or backporting this
  patch?
- 
  
  Thanks,
  
  Haw

** No longer affects: openvpn (Ubuntu Vivid)

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

Title:
  OpenVPN only supports TLS v1.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1385851/+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 1385851] Re: OpenVPN only supports TLS v1.0

2014-10-26 Thread Haw Loeung
** Description changed:

  Hi Guys,
  
  Seems the version of OpenVPN we're carrying only supports and/or is able
- to negotiate TLS v1.0. The patch below has landed in OpenVPN 2.3.3 and
- replaces TLSv1_server_method() calls with SSLv23_client_method().
+ to negotiate TLS v1.0. The patch below has landed in upstream OpenVPN
+ 2.3.3 and replaces TLSv1_server_method() calls with
+ SSLv23_client_method().
  
  
https://github.com/OpenVPN/openvpn/commit/4b67f9849ab3efe89268e01afddc7795f38d0f64
  
- E.g., when OpenVPN tls-ciphers is configured with TLS v1.2 ciphers:
+ For example, when OpenVPN tls-ciphers is configured with TLS v1.2
+ ciphers:
  
  | tls-cipher TLS-ECDHE-RSA-WITH-AES-128-GCM-SHA256:TLS-ECDH-RSA-WITH-
  AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-
  AES-128-CBC-SHA
  
  Logs shows negotiating at TLS v1.0:
  
  | Oct 26 21:58:47 ragnar ovpn-canonical[19470]: Control Channel: TLSv1,
  cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 2048 bit RSA
  
+ When TLS v1.1 and/or v1.2 ciphers are only specified, sessions fail:
+ 
+ | Oct 26 21:58:29 ragnar ovpn-canonical[19259]: TLS_ERROR: BIO read 
tls_read_plaintext error: error:140830B5:SSL routines:SSL3_CLIENT_HELLO:no 
ciphers available
+ | Oct 26 21:58:29 ragnar ovpn-canonical[19259]: TLS Error: TLS object - 
incoming plaintext read error
+ | Oct 26 21:58:29 ragnar ovpn-canonical[19259]: TLS Error: TLS handshake 
failed
+ | Oct 26 21:58:31 ragnar ovpn-canonical[19470]: TLS: Initial packet from 
[AF_INET]xxx.xxx.xxx.xxx:1194, sid=eca7ea6c 067ea30f
+ 
  Could we please consider either packaging = 2.3.3 or backporting this
  patch?
  
  Thanks,
  
  Haw

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

Title:
  OpenVPN only supports TLS v1.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1385851/+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 1366174] Re: apache2 SEGV with multiple SSL sites

2014-10-26 Thread Alex Bligh
The fix for this is  now committed in trunk. A 2.4 backport is
available. See:

https://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?r1=1631030r2=1631029

Patch (per the above) at:

https://people.apache.org/~kbrand/mod_ssl-2.4.x-PR54357.diff

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

Title:
  apache2 SEGV with multiple SSL sites

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1366174/+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 1385868] [NEW] Samba logrotate script uses invalid argument to /etc/init.d/nmdb

2014-10-26 Thread Josh Holland
Public bug reported:

I received the following in an email from Anacron:

/etc/cron.daily/logrotate:
Usage: /etc/init.d/nmbd {start|stop|restart|force-reload|status}
error: error running non-shared postrotate script for /var/log/samba/log.nmbd 
of '/var/log/samba/log.nmbd '
run-parts: /etc/cron.daily/logrotate exited with return code 1

On further investigation I found that the problem lies in the
/etc/logrotate.d/samba file:

/var/log/samba/log.nmbd {
weekly
missingok
rotate 7
postrotate
service nmbd reload 2/dev/null
endscript
compress
notifempty
}

where the postrotate script specifies a reload, which the init script
does not recognise.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: samba 2:4.1.11+dfsg-1ubuntu2
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Oct 26 12:36:21 2014
InstallationDate: Installed on 2014-05-30 (148 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
OtherFailedConnect: Yes
SambaServerRegression: No
SmbConfIncluded: No
SourcePackage: samba
UpgradeStatus: Upgraded to utopic on 2014-10-18 (8 days ago)

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


** Tags: amd64 apport-bug utopic

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

Title:
  Samba logrotate script uses invalid argument to /etc/init.d/nmdb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1385868/+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 1385885] [NEW] etckeeper (with git) fails to commit any data on fresh utopic install

2014-10-26 Thread obadz
Public bug reported:

$ sudo etckeeper init
Initialised empty Git repository in /etc/.git/

$ sudo etckeeper commit initial commit

$ sudo etckeeper vcs log
fatal: bad default revision 'HEAD'

Installing packages doesn't seem to trigger commits either.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: etckeeper 1.11ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Oct 26 14:08:45 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-10-26 (0 days ago)
InstallationMedia: Ubuntu-GNOME 14.10 Utopic Unicorn - Release amd64 
(20141022.1)
PackageArchitecture: all
SourcePackage: etckeeper
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.etckeeper.etckeeper.conf: 2014-10-26T13:06:02.650572

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


** Tags: amd64 apport-bug utopic

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

Title:
  etckeeper (with git) fails to commit any data on fresh utopic install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1385885/+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 1385895] [NEW] automount daemon hangs on startup with utopic

2014-10-26 Thread John Affleck
Public bug reported:

With autofs 5.0.7-3ubuntu1.1 and autofs-ldap 5.0.7-3ubuntu1.1, automount
starts up fine. With the new version (5.0.8-1ubuntu1) in utopic, it
hangs shortly after displaying the ldap lookup information:

With 5.0.8-1ubuntu1
% automount -V

Linux automount version 5.0.8

Directories:
config dir: /etc/default
maps dir:   /etc
modules dir:/usr/lib/x86_64-linux-gnu/autofs

Compile options:
  ENABLE_FORCED_SHUTDOWN ENABLE_IGNORE_BUSY_MOUNTS WITH_HESIOD 
  WITH_LDAP WITH_SASL LIBXML2_WORKAROUND 

% automount -dvm
lookup_nss_read_master: reading master files 
ou=auto.master,ou=automount,dc=oddment,dc=net
lookup_nss_read_master: reading master ldap 
ou=auto.master,ou=automount,dc=oddment,dc=net

(hangs)

With the version from trusty (autofs-ldap_5.0.7-3ubuntu1.1)
%  automount -V

Linux automount version 5.0.7

Directories:
config dir: /etc/default
maps dir:   /etc
modules dir:/usr/lib/x86_64-linux-gnu/autofs

Compile options:
  ENABLE_FORCED_SHUTDOWN ENABLE_IGNORE_BUSY_MOUNTS WITH_HESIOD 
  WITH_LDAP WITH_SASL LIBXML2_WORKAROUND 

% automount -dvm

autofs dump map information
===

global options: none configured

Mount point: /home

source(s):
WARNING: gnome-keyring:: C_Initialize called twice for same process

  type: ldap
  map: ldap:ou=auto.home,ou=automount,dc=oddment,dc=net

.

Stack trace from hung automount:
(gdb) where
#0  __lll_lock_wait () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
#1  0x7f1e512b356a in _L_lock_913 () from 
/lib/x86_64-linux-gnu/libpthread.so.0
#2  0x7f1e512b3390 in __GI___pthread_mutex_lock (mutex=0x7f1e50237720 
ldapinit_mutex) at ../nptl/pthread_mutex_lock.c:79
#3  0x7f1e50018d90 in init_ldap_connection () from 
/usr/lib/x86_64-linux-gnu/autofs/lookup_ldap.so
#4  0x7f1e50019062 in __init_ldap_connection () from 
/usr/lib/x86_64-linux-gnu/autofs/lookup_ldap.so
#5  0x7f1e50018da4 in init_ldap_connection () from 
/usr/lib/x86_64-linux-gnu/autofs/lookup_ldap.so
#6  0x7f1e5001912a in ?? () from 
/usr/lib/x86_64-linux-gnu/autofs/lookup_ldap.so
#7  0x7f1e500194c0 in ?? () from 
/usr/lib/x86_64-linux-gnu/autofs/lookup_ldap.so
#8  0x7f1e500198ac in ?? () from 
/usr/lib/x86_64-linux-gnu/autofs/lookup_ldap.so
#9  0x7f1e5001b188 in lookup_read_master () from 
/usr/lib/x86_64-linux-gnu/autofs/lookup_ldap.so
#10 0x7f1e51700881 in ?? ()
#11 0x7f1e51701251 in lookup_nss_read_master ()
#12 0x7f1e516f5439 in main ()

% lsb_release -rd
Description:Ubuntu 14.10
Release:14.10

% apt-cache policy autofs-ldap
autofs-ldap:
  Installed: 5.0.8-1ubuntu1
  Candidate: 5.0.8-1ubuntu1
  Version table:
 *** 5.0.8-1ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ utopic/universe amd64 Packages
100 /var/lib/dpkg/status

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

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

Title:
  automount daemon hangs on startup with utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1385895/+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 1227195] Re: new upstream release

2014-10-26 Thread Bug Watch Updater
** Changed in: amavisd-new (Debian)
   Status: New = Fix Released

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

Title:
  new upstream release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1227195/+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 1359563] Re: Munin cron unable to start on Ubuntu Server 14.04

2014-10-26 Thread Bug Watch Updater
** Changed in: munin (Debian)
   Status: Fix Committed = Fix Released

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

Title:
  Munin cron unable to start on Ubuntu Server 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1359563/+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 1089342] Re: Postfix uses temporary IPv6 address for outbound connections

2014-10-26 Thread Gunnar Hjalmarsson
** No longer affects: ubuntu-docs (Ubuntu)

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

Title:
  Postfix uses temporary IPv6 address for outbound connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/serverguide/+bug/1089342/+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 1385966] [NEW] package openstack-dashboard-ubuntu-theme 1:2014.1.2-0ubuntu1.1 failed to install/upgrade: subprocess new post-removal script returned error exit status 1

2014-10-26 Thread Mikael Hertig
Public bug reported:

I just respond to messages

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: openstack-dashboard-ubuntu-theme 1:2014.1.2-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
Date: Sun Oct 26 21:52:32 2014
DuplicateSignature: 
package:openstack-dashboard-ubuntu-theme:1:2014.1.2-0ubuntu1.1:subprocess new 
post-removal script returned error exit status 1
ErrorMessage: subprocess new post-removal script returned error exit status 1
InstallationDate: Installed on 2014-04-21 (188 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
PackageArchitecture: all
SourcePackage: horizon
Title: package openstack-dashboard-ubuntu-theme 1:2014.1.2-0ubuntu1.1 failed to 
install/upgrade: subprocess new post-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package trusty

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

Title:
  package openstack-dashboard-ubuntu-theme 1:2014.1.2-0ubuntu1.1 failed
  to install/upgrade: subprocess new post-removal script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1385966/+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 1385966] Re: package openstack-dashboard-ubuntu-theme 1:2014.1.2-0ubuntu1.1 failed to install/upgrade: subprocess new post-removal script returned error exit status 1

2014-10-26 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 horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1385966

Title:
  package openstack-dashboard-ubuntu-theme 1:2014.1.2-0ubuntu1.1 failed
  to install/upgrade: subprocess new post-removal script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1385966/+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 1382250] Re: If IP address of interface doesn't match cluster UI, DHCP fails and no obvious feedback

2014-10-26 Thread Julian Edwards
I am interested as to how you got into the situation of needing to enter
IP information for your cluster interface.  When a cluster controller
registers itself on the region, it transmits these details automatically
so that you don't need to configure them.

** Changed in: maas
   Status: Triaged = Incomplete

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

Title:
  If IP address of interface doesn't match cluster UI, DHCP fails and no
  obvious feedback

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382250/+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 576957] Re: passwd crashed when the password is changed through pam_ldap

2014-10-26 Thread Ryan Tandy
Hi,

Nikita Borzykh (sample-n) wrote on 2010-06-11:
 Workaround from debian libldap

This change was included upstream in OpenLDAP 2.4.10, which entered
Ubuntu in Intrepid. Therefore, setting to Fix Released.

** Changed in: openldap (Ubuntu)
   Status: Fix Committed = 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/576957

Title:
  passwd crashed when the password is changed through pam_ldap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/576957/+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 1372098] Re: package sa-compile 3.4.0-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 28

2014-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  package sa-compile 3.4.0-1ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 28

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1372098/+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 368044] Re: slapd crash when using SQL backend

2014-10-26 Thread Ryan Tandy
Hi,

This appears to be the same as ITS#6172 upstream, fixed in 2.4.18, so
Karmic and later. Therefore, marking Fix Released.

** 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/368044

Title:
  slapd crash when using SQL backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/openldap/+bug/368044/+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 1004243] Re: multipath installs not working

2014-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package multipath-tools - 0.4.9-3ubuntu5.3

---
multipath-tools (0.4.9-3ubuntu5.3) precise; urgency=medium

  * 1002-fix-linking-library.patch: Move $(LIBDEPS) to the end of the
link line to fix underlinking with ld --as-needed (LP: #1004243)
 -- Adam Conrad adcon...@ubuntu.com   Mon, 13 Oct 2014 07:47:07 -0600

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

Title:
  multipath installs not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1004243/+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 1354114] Re: multipath segmentation Fault (libmultipath: update waiter handling)

2014-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package multipath-tools - 0.4.9-3ubuntu5.3

---
multipath-tools (0.4.9-3ubuntu5.3) precise; urgency=medium

  * 1002-fix-linking-library.patch: Move $(LIBDEPS) to the end of the
link line to fix underlinking with ld --as-needed (LP: #1004243)
 -- Adam Conrad adcon...@ubuntu.com   Mon, 13 Oct 2014 07:47:07 -0600

** Changed in: multipath-tools (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 multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1354114

Title:
  multipath segmentation Fault (libmultipath: update waiter handling)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1354114/+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 1004243] Re: multipath installs not working

2014-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package multipath-tools - 0.4.9-3ubuntu7.2

---
multipath-tools (0.4.9-3ubuntu7.2) trusty; urgency=medium

  * 1002-fix-linking-library.patch: Move $(LIBDEPS) to the end of the
link line to fix underlinking with ld --as-needed (LP: #1004243)
 -- Adam Conrad adcon...@ubuntu.com   Mon, 13 Oct 2014 07:47:07 -0600

** Changed in: multipath-tools (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

** Changed in: multipath-tools (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 multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1004243

Title:
  multipath installs not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1004243/+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 1385851] Re: OpenVPN only supports TLS v1.0

2014-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  OpenVPN only supports TLS v1.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1385851/+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 1385851] Re: OpenVPN only supports TLS v1.0

2014-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: openvpn (Ubuntu Utopic)
   Status: New = Confirmed

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

Title:
  OpenVPN only supports TLS v1.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1385851/+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 1384751] Re: checkpoint restore fails with /usr/lib/x86_64-linux-gnu/lxc/lxc-restore-net: not found

2014-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: lxc (Ubuntu Vivid)
   Status: New = Confirmed

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

Title:
  checkpoint restore fails with /usr/lib/x86_64-linux-gnu/lxc/lxc-
  restore-net: not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1384751/+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 1385851] Re: OpenVPN only supports TLS v1.0

2014-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: openvpn (Ubuntu Trusty)
   Status: New = Confirmed

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

Title:
  OpenVPN only supports TLS v1.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1385851/+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 1368815] Re: qemu-img convert intermittently corrupts output images

2014-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: qemu (Ubuntu Vivid)
   Status: New = Confirmed

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

Title:
  qemu-img convert intermittently corrupts output images

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1368815/+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