[Bug 1556740] Re: Unable to connect to share unless "Guess access" is checked

2016-03-13 Thread Christopher M. Penalver
** Description changed:

  What is expected to happen:
  
  On the Ubuntu 16.04 samba server with hostname HOSTNAME log in as first
  user created when installing USERNAME with password PASSWORD > create a
  new folder via nautilus (no gksudo) called test > secondary click test >
  Properties > tab Local Network Share > check "Share this folder" > Share
  name: test > other checkboxes unchecked > click button "Create Share"
  
  On another Ubuntu 16.04 client click Places > Network > Windows Network > 
WORKGROUP > HOSTNAME > test > in the new connection window it notes at top:
  Password required for share test on HOSTNAME
  
  to the right of "Connect As" click radio button "Registered User" > put
  in Username field USERNAME > put in field Domain WORKGROUP > put in
  field Password PASSWORD > click radio button Forget password immediately
  > Connect
  
  and it does so.
  
  What happens instead is the connection window comes back up, but this
  time the "Connect As" radio button is now on Anonymous (Default) and
  everything else is grayed out. Hitting the X to close the window
  intermittently shows:
  
  Unable to access location
  Failed to mount Windows share: Invalid argument
  
  The only way to allow the share to be connected is if one clicks on the
  server the checkbox "Guest access (for people without a user account)".
  
  This prevents easily implementing secure and authenticated data
  transfers between server and client.
  
- Attempting to smbclient notes:
+ Attempting to connect via Windows 10 client notes Access Denied.
+ 
+ Attempting to smbclient via the Ubuntu 16.04 client notes:
  smbclient -I IPADDRESS -W WORKGROUP -U USERNAME -D test -P PASSWORD -d 4
  lp_load_ex: refreshing parameters
  Initialising global parameters
  rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
  Processing section "[global]"
  doing parameter workgroup = WORKGROUP
  doing parameter server string = %h server (Samba, Ubuntu)
  doing parameter dns proxy = no
  doing parameter log file = /var/log/samba/log.%m
  doing parameter max log size = 1000
  doing parameter syslog = 0
  WARNING: The "syslog" option is deprecated
  doing parameter panic action = /usr/share/samba/panic-action %d
  doing parameter server role = standalone server
  doing parameter passdb backend = tdbsam
  doing parameter obey pam restrictions = yes
  doing parameter unix password sync = yes
  doing parameter passwd program = /usr/bin/passwd %u
  doing parameter passwd chat = *Enter\snew\s*\spassword:* %n\n 
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
  doing parameter pam password change = yes
  doing parameter map to guest = bad user
  doing parameter usershare allow guests = yes
  pm_process() returned Yes
  tdb(/var/lib/samba/private/secrets.tdb): tdb_open_ex: could not open file 
/var/lib/samba/private/secrets.tdb: Permission denied
  Could not open tdb: Permission denied
  Failed to open /var/lib/samba/private/secrets.tdb
  ERROR: Unable to open secrets database
  
  It is confirmed the file /var/lib/samba/private/secrets.tdb exists on
  both server and client, and the permissions for this file have not been
  adjusted in anyway. It's the default setup after installing the samba
  package.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: samba 2:4.3.6+dfsg-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
  Uname: Linux 4.4.0-12-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sun Mar 13 23:03:51 2016
  InstallationDate: Installed on 2015-12-18 (86 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
-  nautilus 1:3.18.4.is.3.14.3-0ubuntu2
-  gvfs 1.27.90-1ubuntu1
+  nautilus 1:3.18.4.is.3.14.3-0ubuntu2
+  gvfs 1.27.90-1ubuntu1
  SambaClientRegression: Yes
  SourcePackage: samba
  UpgradeStatus: Upgraded to xenial on 2016-01-20 (53 days ago)

** Summary changed:

- Unable to connect to share unless "Guess access" is checked
+ Unable to connect to share unless "Guest access" is checked

** Bug watch added: Samba Bugzilla #11790
   https://bugzilla.samba.org/show_bug.cgi?id=11790

** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=11790
   Importance: Unknown
   Status: Unknown

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

Title:
  Unable to connect to share unless "Guest access" is checked

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1556740/+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 1556740] [NEW] Unable to connect to share unless "Guess access" is checked

2016-03-13 Thread Christopher M. Penalver
Public bug reported:

What is expected to happen:

On the Ubuntu 16.04 samba server with hostname HOSTNAME log in as first
user created when installing USERNAME with password PASSWORD > create a
new folder via nautilus (no gksudo) called test > secondary click test >
Properties > tab Local Network Share > check "Share this folder" > Share
name: test > other checkboxes unchecked > click button "Create Share"

On another Ubuntu 16.04 client click Places > Network > Windows Network > 
WORKGROUP > HOSTNAME > test > in the new connection window it notes at top:
Password required for share test on HOSTNAME

to the right of "Connect As" click radio button "Registered User" > put
in Username field USERNAME > put in field Domain WORKGROUP > put in
field Password PASSWORD > click radio button Forget password immediately
> Connect

and it does so.

What happens instead is the connection window comes back up, but this
time the "Connect As" radio button is now on Anonymous (Default) and
everything else is grayed out. Hitting the X to close the window
intermittently shows:

Unable to access location
Failed to mount Windows share: Invalid argument

The only way to allow the share to be connected is if one clicks on the
server the checkbox "Guest access (for people without a user account)".

This prevents easily implementing secure and authenticated data
transfers between server and client.

Attempting to smbclient notes:
smbclient -I IPADDRESS -W WORKGROUP -U USERNAME -D test -P PASSWORD -d 4
lp_load_ex: refreshing parameters
Initialising global parameters
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[global]"
doing parameter workgroup = WORKGROUP
doing parameter server string = %h server (Samba, Ubuntu)
doing parameter dns proxy = no
doing parameter log file = /var/log/samba/log.%m
doing parameter max log size = 1000
doing parameter syslog = 0
WARNING: The "syslog" option is deprecated
doing parameter panic action = /usr/share/samba/panic-action %d
doing parameter server role = standalone server
doing parameter passdb backend = tdbsam
doing parameter obey pam restrictions = yes
doing parameter unix password sync = yes
doing parameter passwd program = /usr/bin/passwd %u
doing parameter passwd chat = *Enter\snew\s*\spassword:* %n\n 
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
doing parameter pam password change = yes
doing parameter map to guest = bad user
doing parameter usershare allow guests = yes
pm_process() returned Yes
tdb(/var/lib/samba/private/secrets.tdb): tdb_open_ex: could not open file 
/var/lib/samba/private/secrets.tdb: Permission denied
Could not open tdb: Permission denied
Failed to open /var/lib/samba/private/secrets.tdb
ERROR: Unable to open secrets database

It is confirmed the file /var/lib/samba/private/secrets.tdb exists on
both server and client, and the permissions for this file have not been
adjusted in anyway. It's the default setup after installing the samba
package.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: samba 2:4.3.6+dfsg-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
Uname: Linux 4.4.0-12-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Sun Mar 13 23:03:51 2016
InstallationDate: Installed on 2015-12-18 (86 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 nautilus 1:3.18.4.is.3.14.3-0ubuntu2
 gvfs 1.27.90-1ubuntu1
SambaClientRegression: Yes
SourcePackage: samba
UpgradeStatus: Upgraded to xenial on 2016-01-20 (53 days ago)

** Affects: samba (Ubuntu)
 Importance: Medium
 Status: Triaged


** Tags: amd64 apport-bug regression-release xenial

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

Title:
  Unable to connect to share unless "Guess access" is checked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1556740/+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 1551489] Re: merge with 1.6-1 from Debian unstable

2016-03-13 Thread Launchpad Bug Tracker
This bug was fixed in the package golang - 2:1.6-1ubuntu1

---
golang (2:1.6-1ubuntu1) xenial; urgency=medium

  * Merge from Debian unstable (LP: #1551489).  Remaining changes:
- Build empty golang-go and golang-src packages on architectures without
  golang support and depend on gccgo instead (see Debian bug #780355).
- Do not distribute un-built from source race detector runtime files and
  recommend golang-race-detector-runtime instead (see Debian bug #807455).
- debian/source/lintian-overrides: silence some extra source-missing false
  positives.
- Breaks/Replaces: older golang-golang-x-tools, not Conflicts, to ensure
  smooth upgrades.
- Add d/patches/0001-s390x-port.patch from IBM's repo.
- Updates for s390x support.

 -- Michael Hudson-Doyle   Tue, 01 Mar
2016 13:35:02 +1300

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

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

Title:
  merge with 1.6-1 from Debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1551489/+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 1551419] Re: [SRU] Handle changing UUID endian-ness on Azure in cloud-init

2016-03-13 Thread Mathew Hodson
** No longer affects: linux-lts-utopic (Ubuntu)

** No longer affects: linux-lts-utopic (Ubuntu Vivid)

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

Title:
  [SRU] Handle changing UUID endian-ness on Azure in cloud-init

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1551419/+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 1556716] Re: package mysql-server-5.6 5.6.28-0ubuntu0.14.04.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2016-03-13 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 mysql-5.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1556716

Title:
  package mysql-server-5.6 5.6.28-0ubuntu0.14.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.6/+bug/1556716/+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 1556716] [NEW] package mysql-server-5.6 5.6.28-0ubuntu0.14.04.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2016-03-13 Thread ngali
Public bug reported:

i cant't install mysql-server

start: Job failed to start
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing package mysql-server-5.6 (--configure):
 le sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
Paramétrage de libhtml-template-perl (2.95-1) ...
Traitement déclenché pour  libc-bin (2.19-0ubuntu6.7) ...
Traitement déclenché pour  ureadahead (0.100.0-16) ...
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: mysql-server-5.6 5.6.28-0ubuntu0.14.04.1
ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
Uname: Linux 3.13.0-79-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
Date: Mon Mar 14 02:26:15 2016
DuplicateSignature: package:mysql-server-5.6:5.6.28-0ubuntu0.14.04.1:le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
InstallationDate: Installed on 2016-03-13 (0 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: mysql-5.6
Title: package mysql-server-5.6 5.6.28-0ubuntu0.14.04.1 failed to 
install/upgrade: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
UpgradeStatus: Upgraded to trusty on 2016-03-13 (0 days ago)

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


** Tags: amd64 apport-package third-party-packages trusty

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

Title:
  package mysql-server-5.6 5.6.28-0ubuntu0.14.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.6/+bug/1556716/+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 1546214] Re: Docker containers lose their cgroup after systemd reload

2016-03-13 Thread Launchpad Bug Tracker
This bug was fixed in the package docker.io - 1.10.2-0ubuntu4

---
docker.io (1.10.2-0ubuntu4) xenial; urgency=medium

  * Add debian/patches/upstream-delegate.patch: Add "Delegate=yes" to docker's
service file, so that it can manage cgroups by itself. Patch cherry-picked
from upstream master. (LP: #1546214)

 -- Martin Pitt   Sun, 13 Mar 2016 22:50:51
+0100

** Changed in: docker.io (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Docker containers lose their cgroup after systemd reload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1546214/+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 1544216] Re: libiscsi support is disabled

2016-03-13 Thread Amr Ibrahim
** Changed in: qemu (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  libiscsi support is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1544216/+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 1473691] Re: [FFe] squid: Update to latest upstream release (3.5)

2016-03-13 Thread Adam Conrad
The above error doesn't appear to have anything to do with your DAEMON
being set to gibberish but, rather, squid3 being removed (along with its
init script) before squid.postinst tries to stop it.  This is probably
due to the Conflicts that should be a Breaks.  Experimenting locally.

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

Title:
  [FFe] squid: Update to latest upstream release (3.5)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1473691/+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 1547779] Re: package mysql-common (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 2

2016-03-13 Thread ltore123
mysql-common: subprocess installed post-removal script returned error
exit status 2

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

Title:
  package mysql-common (not installed) failed to install/upgrade:
  subprocess installed post-removal script returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1547779/+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 1516085] Re: quotas calls fail when CONF.keymgr.encryption_auth_url is not configured

2016-03-13 Thread Sean McGinnis
** Changed in: cinder/liberty
   Status: Fix Committed => Fix Released

** Changed in: cinder/mitaka
   Status: Fix Committed => Fix Released

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

Title:
  quotas calls fail when CONF.keymgr.encryption_auth_url is not
  configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1516085/+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 1556660] Re: package postfix 2.11.3-1ubuntu2 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2016-03-13 Thread Apport retracing service
*** This bug is a duplicate of bug 1531299 ***
https://bugs.launchpad.net/bugs/1531299

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 #1531299, 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 1531299
   postfix upgrade can fail due to "newaliases: fatal: 
inet_addr_local[getifaddrs]: getifaddrs: Address family not supported by 
protocol" under qemu-static

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

Title:
  package postfix 2.11.3-1ubuntu2 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1556660/+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 1556660] [NEW] package postfix 2.11.3-1ubuntu2 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2016-03-13 Thread Vertago1
*** This bug is a duplicate of bug 1531299 ***
https://bugs.launchpad.net/bugs/1531299

Public bug reported:

postfix wasn't being used on the machine but was installed for a
dependency

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: postfix 2.11.3-1ubuntu2
ProcVersionSignature: Ubuntu 4.2.0-30.36-generic 4.2.8-ckt3
Uname: Linux 4.2.0-30-generic x86_64
NonfreeKernelModules: vboxpci vboxnetadp vboxnetflt vboxdrv fglrx
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
Date: Sun Mar 13 14:14:04 2016
DuplicateSignature: InvalidHostOrDomain
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
EtcMailname: *** /etc/mailname does not exist ***
Hostname: vertago1-FX8350
InstallationDate: Installed on 2014-04-11 (702 days ago)
InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326.2)
PostconfMydomain: Error: command ['/usr/sbin/postconf', '-h', 'mydomain'] 
failed with exit code 1: /usr/sbin/postconf: fatal: open /etc/postfix/main.cf: 
No such file or directory
PostconfMyhostname: Error: command ['/usr/sbin/postconf', '-h', 'myhostname'] 
failed with exit code 1: /usr/sbin/postconf: fatal: open /etc/postfix/main.cf: 
No such file or directory
PostconfMyorigin: Error: command ['/usr/sbin/postconf', '-h', 'myorigin'] 
failed with exit code 1: /usr/sbin/postconf: fatal: open /etc/postfix/main.cf: 
No such file or directory
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.4
ResolvConf:
 # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
 # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
 nameserver 127.0.1.1
SourcePackage: postfix
Title: package postfix 2.11.3-1ubuntu2 failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 1
UpgradeStatus: Upgraded to xenial on 2016-03-13 (0 days ago)

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


** Tags: amd64 apport-package xenial

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

Title:
  package postfix 2.11.3-1ubuntu2 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1556660/+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 1556655] Re: package libldb1 2:1.1.20-2 failed to install/upgrade: impossibile accedere all'archivio: File o directory non esistente

2016-03-13 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 ldb in Ubuntu.
https://bugs.launchpad.net/bugs/1556655

Title:
  package libldb1 2:1.1.20-2 failed to install/upgrade: impossibile
  accedere all'archivio: File o directory non esistente

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ldb/+bug/1556655/+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 1556655] [NEW] package libldb1 2:1.1.20-2 failed to install/upgrade: impossibile accedere all'archivio: File o directory non esistente

2016-03-13 Thread Xtremlylazy
Public bug reported:

probably connected to fsck utility

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: libldb1 2:1.1.20-2
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu3
Architecture: i386
Date: Sun Mar 13 10:06:10 2016
DuplicateSignature: package:libldb1:2:1.1.20-2:impossibile accedere 
all'archivio: File o directory non esistente
ErrorMessage: impossibile accedere all'archivio: File o directory non esistente
InstallationDate: Installed on 2016-01-31 (42 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release i386 (20151021)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: ldb
Title: package libldb1 2:1.1.20-2 failed to install/upgrade: impossibile 
accedere all'archivio: File o directory non esistente
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 wily

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

Title:
  package libldb1 2:1.1.20-2 failed to install/upgrade: impossibile
  accedere all'archivio: File o directory non esistente

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ldb/+bug/1556655/+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 1556643] Re: package mysql-client-5.6 5.6.28-0ubuntu0.14.04.1 failed to install/upgrade: trying to overwrite '/usr/share/man/man1/mysql_plugin.1.gz', which is also in package mysql-server-5.6 5.6

2016-03-13 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 mysql-5.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1556643

Title:
  package mysql-client-5.6 5.6.28-0ubuntu0.14.04.1 failed to
  install/upgrade: trying to overwrite
  '/usr/share/man/man1/mysql_plugin.1.gz', which is also in package
  mysql-server-5.6 5.6.27-2+deb.sury.org~trusty+1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1556643/+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 1556643] [NEW] package mysql-client-5.6 5.6.28-0ubuntu0.14.04.1 failed to install/upgrade: trying to overwrite '/usr/share/man/man1/mysql_plugin.1.gz', which is also in package mysql-server-5.6 5

2016-03-13 Thread anthony webster
Public bug reported:

failed.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: mysql-client-5.6 5.6.28-0ubuntu0.14.04.1
ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
Uname: Linux 3.13.0-79-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
AptOrdering:
 mysql-client-5.6: Install
 mysql-server-5.6: Install
 mysql-client-5.6: Configure
 mysql-server-5.6: Configure
Architecture: amd64
Date: Mon Mar  7 12:53:53 2016
DpkgHistoryLog:
 Start-Date: 2016-03-07  12:53:44
 Commandline: aptdaemon role='role-fix-broken-depends' sender=':1.99'
 Upgrade: mysql-server-5.6:amd64 (5.6.27-2+deb.sury.org~trusty+1, 
5.6.28-0ubuntu0.14.04.1), mysql-client-5.6:amd64 
(5.6.27-2+deb.sury.org~trusty+1, 5.6.28-0ubuntu0.14.04.1)
DpkgTerminalLog:
 Preparing to unpack .../mysql-client-5.6_5.6.28-0ubuntu0.14.04.1_amd64.deb ...
 Unpacking mysql-client-5.6 (5.6.28-0ubuntu0.14.04.1) over 
(5.6.27-2+deb.sury.org~trusty+1) ...
DuplicateSignature: package:mysql-client-5.6:5.6.28-0ubuntu0.14.04.1:trying to 
overwrite '/usr/share/man/man1/mysql_plugin.1.gz', which is also in package 
mysql-server-5.6 5.6.27-2+deb.sury.org~trusty+1
ErrorMessage: trying to overwrite '/usr/share/man/man1/mysql_plugin.1.gz', 
which is also in package mysql-server-5.6 5.6.27-2+deb.sury.org~trusty+1
InstallationDate: Installed on 2015-01-04 (434 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: mysql-5.6
Title: package mysql-client-5.6 5.6.28-0ubuntu0.14.04.1 failed to 
install/upgrade: trying to overwrite '/usr/share/man/man1/mysql_plugin.1.gz', 
which is also in package mysql-server-5.6 5.6.27-2+deb.sury.org~trusty+1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package package-conflict third-party-packages trusty

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

Title:
  package mysql-client-5.6 5.6.28-0ubuntu0.14.04.1 failed to
  install/upgrade: trying to overwrite
  '/usr/share/man/man1/mysql_plugin.1.gz', which is also in package
  mysql-server-5.6 5.6.27-2+deb.sury.org~trusty+1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1556643/+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 1556447] Re: lxc-start fails: lxc_cgfsng - cgfsng.c:all_controllers_found:430 - no systemd controller mountpoint found

2016-03-13 Thread Stephen Warren
Yes, I'm running lightdm.

$ cat /etc/pam.d/common-session 
session [default=1] pam_permit.so
session requisite   pam_deny.so
session requiredpam_permit.so
session optionalpam_umask.so
session requiredpam_unix.so 
session optionalpam_systemd.so 
session optionalpam_cgfs.so -c freezer,memory,name=systemd

(comments all stripped for brevity

That file should be unmodified relative to the package defaults, or put
another way, I haven't fiddled with it.

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

Title:
  lxc-start fails: lxc_cgfsng - cgfsng.c:all_controllers_found:430 - no
  systemd controller mountpoint found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1556447/+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 1556610] Re: package tomcat7 7.0.52-1ubuntu0.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2016-03-13 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 tomcat7 in Ubuntu.
https://bugs.launchpad.net/bugs/1556610

Title:
  package tomcat7 7.0.52-1ubuntu0.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1556610/+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 1556610] [NEW] package tomcat7 7.0.52-1ubuntu0.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2016-03-13 Thread DHAIRYA MIGLANI
Public bug reported:

i dont know what error this is, but i had a problem installing Apache
tomcat 7.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: tomcat7 7.0.52-1ubuntu0.3
ProcVersionSignature: Ubuntu 3.19.0-51.58~14.04.1-generic 3.19.8-ckt13
Uname: Linux 3.19.0-51-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
Date: Sun Mar 13 14:24:01 2016
DuplicateSignature: package:tomcat7:7.0.52-1ubuntu0.3:subprocess installed 
post-installation script returned error exit status 127
ErrorMessage: subprocess installed post-installation script returned error exit 
status 127
InstallationDate: Installed on 2016-01-05 (68 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: tomcat7
Title: package tomcat7 7.0.52-1ubuntu0.3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 127
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: tomcat7 (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 tomcat7 in Ubuntu.
https://bugs.launchpad.net/bugs/1556610

Title:
  package tomcat7 7.0.52-1ubuntu0.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1556610/+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 1556609] [NEW] kernel 4.4.0-12 supend fails

2016-03-13 Thread Jürgen
Public bug reported:

made an dist-upgrade and suspend works with kernel 4.2.0-30. I followed
googleabl  documentation (which is not up-to date), but could not find
any hints.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: pm-utils 1.4.1-16
ProcVersionSignature: Ubuntu 4.2.0-30.36-generic 4.2.8-ckt3
Uname: Linux 4.2.0-30-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: KDE
Date: Sun Mar 13 12:35:24 2016
InstallationDate: Installed on 2015-11-11 (122 days ago)
InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
PackageArchitecture: all
SourcePackage: pm-utils
UpgradeStatus: Upgraded to xenial on 2016-03-13 (0 days ago)

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  kernel 4.4.0-12 supend fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1556609/+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 1556447] Re: lxc-start fails: lxc_cgfsng - cgfsng.c:all_controllers_found:430 - no systemd controller mountpoint found

2016-03-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: lxc (Ubuntu)
   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/1556447

Title:
  lxc-start fails: lxc_cgfsng - cgfsng.c:all_controllers_found:430 - no
  systemd controller mountpoint found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1556447/+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 1556447] Re: lxc-start fails: lxc_cgfsng - cgfsng.c:all_controllers_found:430 - no systemd controller mountpoint found

2016-03-13 Thread Evgeni Golov
Hi,

I am seeing this on an up2date VM of 16.04, logging in via SSH. libpam-
cgfs is installed.

Error output from the log:
  lxc-start 20160313140655.936 ERRORlxc_cgfsng - 
cgfsng.c:all_controllers_found:430 - no systemd controller mountpoint found
  lxc-start 20160313140655.936 ERRORlxc_start - start.c:lxc_spawn:1036 
- failed initializing cgroup support
  lxc-start 20160313140655.936 ERRORlxc_start - 
start.c:__lxc_start:1286 - failed to spawn 'user1'

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

Title:
  lxc-start fails: lxc_cgfsng - cgfsng.c:all_controllers_found:430 - no
  systemd controller mountpoint found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1556447/+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 1556449] Re: Sync libsdl1.2 1.2.15+dfsg1-3 (main) from Debian unstable (main)

2016-03-13 Thread Graham Inggs
This bug was fixed in the package libsdl1.2 - 1.2.15+dfsg1-3
Sponsored for LocutusOfBorg (costamagnagianfranco)

---
libsdl1.2 (1.2.15+dfsg1-3) unstable; urgency=medium

  * Disable suppot for DirectFB (Closes: #816125)
  * d/control: Update Vcs-* URLs, use https
  * Fixes for reproducible builds:
- timestamps_in_tarball, use --clamp-mtime with changelog as date
- timestamps_in_gzip_headers, export GZIP="-9n"
  * Drop -dbg package

 -- Manuel A. Fernandez Montecelo   Sat, 12 Mar 2016
00:36:47 +

libsdl1.2 (1.2.15+dfsg1-2) unstable; urgency=medium

  * d/control: remove "Multi-Arch: no" from -dev package, despite what
lintian says there's an error processing the field (#768353) and the
package got rejected

 -- Manuel A. Fernandez Montecelo   Sun, 21 Feb 2016
17:46:19 +

libsdl1.2 (1.2.15+dfsg1-1) unstable; urgency=medium

  * New upstream release
- Repack without SDL_qsort.c due to licence problem
  * Use newer relicenced version for SDL_qsort.c (Closes: #814445)
Thanks the anonymous reporter, Ben Hutchings for looking into it and
get in contact with the original author, the original author Gareth
McCaughan for prompt relicencing.
- d/patches/replace-relicenced-SDL_qsort.patch
  * Bump Policy Standards-Version to 3.9.7 (no changes needed)
  * Set -dev package as "Multi-Arch: no" (quells lintian error:
old-style-config-script-multiarch-path)
  * d/watch: Add dfsg and pgpsig mangling
  * d/upstream/signing-key.asc: Import upstream gpg key for uscan to
verify the orig tarball

 -- Manuel A. Fernandez Montecelo   Sun, 21 Feb 2016
16:00:03 +

** Changed in: libsdl1.2 (Ubuntu)
   Status: New => Fix Released

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

Title:
  Sync libsdl1.2 1.2.15+dfsg1-3 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1556449/+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 1554215] Re: [FFE][MIR] Please accept python-neutron-lib_0.0.2-1ubuntu1 from the xenial NEW queue

2016-03-13 Thread Matthias Klose
Override component to main
python-neutron-lib 0.0.2-1ubuntu1 in xenial: universe/python -> main
python-neutron-lib 0.0.2-1ubuntu1 in xenial amd64: 
universe/python/optional/100% -> main
python-neutron-lib 0.0.2-1ubuntu1 in xenial arm64: 
universe/python/optional/100% -> main
python-neutron-lib 0.0.2-1ubuntu1 in xenial armhf: 
universe/python/optional/100% -> main
python-neutron-lib 0.0.2-1ubuntu1 in xenial i386: universe/python/optional/100% 
-> main
python-neutron-lib 0.0.2-1ubuntu1 in xenial powerpc: 
universe/python/optional/100% -> main
python-neutron-lib 0.0.2-1ubuntu1 in xenial ppc64el: 
universe/python/optional/100% -> main
python-neutron-lib 0.0.2-1ubuntu1 in xenial s390x: 
universe/python/optional/100% -> main
python-neutron-lib-doc 0.0.2-1ubuntu1 in xenial amd64: 
universe/doc/optional/100% -> main
python-neutron-lib-doc 0.0.2-1ubuntu1 in xenial arm64: 
universe/doc/optional/100% -> main
python-neutron-lib-doc 0.0.2-1ubuntu1 in xenial armhf: 
universe/doc/optional/100% -> main
python-neutron-lib-doc 0.0.2-1ubuntu1 in xenial i386: 
universe/doc/optional/100% -> main
python-neutron-lib-doc 0.0.2-1ubuntu1 in xenial powerpc: 
universe/doc/optional/100% -> main
python-neutron-lib-doc 0.0.2-1ubuntu1 in xenial ppc64el: 
universe/doc/optional/100% -> main
python-neutron-lib-doc 0.0.2-1ubuntu1 in xenial s390x: 
universe/doc/optional/100% -> main
python3-neutron-lib 0.0.2-1ubuntu1 in xenial amd64: 
universe/python/optional/100% -> main
python3-neutron-lib 0.0.2-1ubuntu1 in xenial arm64: 
universe/python/optional/100% -> main
python3-neutron-lib 0.0.2-1ubuntu1 in xenial armhf: 
universe/python/optional/100% -> main
python3-neutron-lib 0.0.2-1ubuntu1 in xenial i386: 
universe/python/optional/100% -> main
python3-neutron-lib 0.0.2-1ubuntu1 in xenial powerpc: 
universe/python/optional/100% -> main
python3-neutron-lib 0.0.2-1ubuntu1 in xenial ppc64el: 
universe/python/optional/100% -> main
python3-neutron-lib 0.0.2-1ubuntu1 in xenial s390x: 
universe/python/optional/100% -> main
22 publications overridden.


** Changed in: python-neutron-lib (Ubuntu)
   Status: New => Fix Released

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

Title:
  [FFE][MIR] Please accept python-neutron-lib_0.0.2-1ubuntu1 from the
  xenial NEW queue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-neutron-lib/+bug/1554215/+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 1556563] Re: etckeeper in Xenial wants python2.x

2016-03-13 Thread Haw Loeung
** Tags added: xenial

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

Title:
  etckeeper in Xenial wants python2.x

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