[Bug 1273462] Re: Users can mistakenly run init.d scripts and cause problems if an equivalent upstart job already exists

2015-12-04 Thread Mathew Hodson
** Tags removed: scripts verification-done-trusty verification-needed
** Tags added: trusty verification-done

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

Title:
  Users can mistakenly run init.d scripts and cause problems if an
  equivalent upstart job already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lsb/+bug/1273462/+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 1318317] Re: openipmi startup script removes kernel modules

2015-12-04 Thread Jeremy Kerr
We see the same on OpenPower machines. Since we don't use the ipmi_si
interface, the openipmi init script fails, which removes modules which
we do need.

root@g43L:~# grep -B2 IPMI_SI /etc/default/openipmi
# Enable standard hardware interfaces (KCS, BT, SMIC)
# You probably want this enabled.
IPMI_SI=yes
root@g43L:~# modprobe ipmi_devintf
root@g43L:~# lsmod | grep ipmi
ipmi_devintf   13355  0 
ipmi_powernv5657  0 
ipmi_msghandler51374  2 ipmi_powernv,ipmi_devintf
root@g43L:~# service openipmi start
 * Starting ipmi drivers
   ...fail!
   ...done.
root@g43L:~# lsmod | grep ipmi
ipmi_powernv5657  0 
ipmi_msghandler51374  1 ipmi_powernv
root@g43L:~# 

This breaks any system daemon that requires in-band IPMI.

Workaround is to set IPMI_SI="no" in /etc/default/openipmi.

** Tags added: taco-screen-team

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

Title:
  openipmi startup script removes kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1318317/+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 1522422] Re: PHP5 branch and PHP7 branch

2015-12-04 Thread vinc-q
Just a small clarification, the advantages that the big sites have
obtained using HHVM are ONLY related to performance. Do not insert PHP7
in repository is a big mistake.  Certainly you can always compile it,
but why follow this road?  What real benefits?

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

Title:
  PHP5 branch and PHP7 branch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522772] [NEW] logrotate config file matches the wrong files

2015-12-04 Thread xens
Public bug reported:

Since Kilo the glance-api and glance-registry logfiles have ben renamed
from api.log to glance-api.log and from registry.log to glance-
registry.log:

# ls -lah /var/log/glance/*
-rw-r--r-- 1 glance adm  23G Dec  4 11:14 /var/log/glance/glance-api.log
-rw-r--r-- 1 glance adm 4.2M Dec  4 10:53 /var/log/glance/glance-registry.log

But the logrotate config files are still rotating the old logfiles
api.log and registry.log

The attached patches correct those issues.

We're running Ubuntu 14.04 LTS 64 and are using ubuntu-cloud archives

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

** Patch added: "Glance logrotate patch"
   
https://bugs.launchpad.net/bugs/1522772/+attachment/4529524/+files/glance_logrotate.patch

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

Title:
  logrotate config file matches the wrong files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1522772/+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 1522422] Re: PHP5 branch and PHP7 branch

2015-12-04 Thread vinc-q
I think completely different from you. I think the fact that there is
not 'broken code' does not justify the non-inclusion.

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

Title:
  PHP5 branch and PHP7 branch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1516010] Re: "[Warning] TIMESTAMP with implicit DEFAULT value" on install

2015-12-04 Thread Lars Tangvald
The cause is that MySQL used to only support implicit timestamp default
value, which is not according to the SQL spec. When this was fixed, it
was decided to keep the old behavior for historical reasons, but add a
deprecation warning.

Adding the suggested value to the config would remove the warning, but
we'd be changing the default behavior of the server.

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

Title:
  "[Warning] TIMESTAMP with implicit DEFAULT value" on install

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/1516010/+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 1468185] Re: Function 'innodb' already exists and other errors

2015-12-04 Thread Lars Tangvald
@Robie Yup, I'll post a patch for this

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

Title:
   Function 'innodb' already exists and other errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468185/+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 1318317] Re: openipmi startup script removes kernel modules

2015-12-04 Thread Breno Leitão
** Changed in: openipmi (Ubuntu)
 Assignee: (unassigned) => Taco Screen team (taco-screen-team)

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

Title:
  openipmi startup script removes kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1318317/+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 1522422] Re: PHP5 branch and PHP7 branch

2015-12-04 Thread vinc-q
I don't agree, PHP 7 is up to twice as fast as PHP 5.6. If it is not a
revolution, why a lot of big sites use HHVM and not PHP 5.6? PHP 7 and
HHVM performance are similar, so please add PHP7 to repository.

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

Title:
  PHP5 branch and PHP7 branch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: PHP5 branch and PHP7 branch

2015-12-04 Thread Ondřej Surý
The performace improvement is nice, but "revolution" would mean a lot of
broken code, and this is not what happens with PHP 7.0.  The amount of
breakage is not that big to justify the amount of work to also support
PHP 5.6.

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

Title:
  PHP5 branch and PHP7 branch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: PHP5 branch and PHP7 branch

2015-12-04 Thread Ondřej Surý
Nah, php7 is not a revolution. php5 over php4 broke API too much, but
php7 is much more close to php5.6 than php3 to php4 or php4 to php5 ever
was.

And php5.6 follow the same support pattern as all php 5.x versions
before: http://php.net/supported-versions.php

Thus I don't think Debian would ever release with two versions of PHP ->
stretch will have only 7.x (most probably 7.1) and I really advice
Ubuntu to do the same.

If you need to run 5.6, you can do that will older Ubuntu release.

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

Title:
  PHP5 branch and PHP7 branch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1518440] Re: tgt fails to install in LXD

2015-12-04 Thread Stéphane Graber
** Also affects: lxd (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  tgt fails to install in LXD

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1518440/+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 1522890] [NEW] package nginx-core (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-04 Thread Salvador Pasquier
Public bug reported:

I says it cannot install dependencies, I try to install dependencies
(nginx-core, nginx-common, nginx-full, etc.) but I can't install them
because of the same error.

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: nginx-core (not installed)
ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
Uname: Linux 4.2.0-19-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Fri Dec  4 09:14:38 2015
DuplicateSignature: package:nginx-core:(not installed):subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2015-12-03 (0 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: nginx
Title: package nginx-core (not installed) failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check wily

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

Title:
  package nginx-core (not installed) 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/nginx/+bug/1522890/+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 1476662] Re: lxc-start symlink vulnerabilities may allow guest to read host filesystem, interfere with apparmor

2015-12-04 Thread Mike Gabriel
Hi all,

today I worked on backporting available fixes for CVE-2015-1335 to LXC
0.7.x (as found in Debian squeeze-lts).

The patch is attached, I am still in the testing-for-regressions phase.
Can any of the LXC devs take a look at the patch and maybe see if it is
suitable for Ubuntu 12.04, as well?

Greets,
Mike (aka sunweaver at debian.org)

** Patch added: "Backport fix for CVE-2015-1335 to LXC 0.7.x (Ubuntu 12.04 / 
Debian squeeze-lts)"
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1476662/+attachment/4529631/+files/CVE-2015-1335.patch

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

Title:
  lxc-start symlink vulnerabilities may allow guest to read host
  filesystem, interfere with apparmor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1476662/+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-x-server-core] General server work for Xenial

2015-12-04 Thread Robie Basak
Blueprint changed by Robie Basak:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: TODO
  [paelzer] NIS merge: INPROGRESS
  
  Work items:
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
- strongswan merge and cleanup: TODO
+ strongswan merge and cleanup (=4days): TODO
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  puppet merge and cleanup: TODO
  [paelzer] DPDK MIR: INPROGRESS
- DPDK upstream work: TODO
- [racb] MySQL cleanup and move to 5.7: TODO
+ [paelzer] DPDK upstream work: TODO
+ [racb] MySQL cleanup and move to 5.7 (=14days): TODO
  NTP merge, cleanup and PPS support: TODO
- freeipmi merge and cleanup: TODO
+ freeipmi merge and cleanup (=3days): TODO
  logwatch merge and cleanup: TODO
- Tomcat updates and cleanup: TODO
+ Tomcat updates and cleanup (=14days): TODO
  mail-stack-delivery deprecation plan: TODO
- [tdaitx] squid3 merge: INPROGRESS
+ [tdaitx] squid3 merge (=4days): INPROGRESS
  dovecot merge: TODO
  [louis-bouchard] nut merge: INPROGRESS
  amavisd-new merge: TODO
  [arges] libvirt merge (bug 1519433) : INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
  unbound merge: TODO

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

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


[Bug 1521745] Re: sshd will fail to start or restart if non-default Port option is incorrectly put after a non-default ListenAddress

2015-12-04 Thread Robie Basak
(ideally this would be the minimal change from the default
configuration, to make it easiest to identify the cause of the problem)

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

Title:
  sshd will fail to start or restart if non-default Port option is
  incorrectly put after a non-default ListenAddress

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1521745/+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 1521621] Re: Quagga BGP and static routes with metric bug

2015-12-04 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command only once, as it
will automatically gather debugging information, in a terminal:

apport-collect 1521621

Once done, please change the bug status back to New.

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

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

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

Title:
  Quagga BGP and static routes with metric bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quagga/+bug/1521621/+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 1521722] Re: ftbfs on s390x on ubuntu/debian/upstream

2015-12-04 Thread Robie Basak
** Changed in: ldb (Ubuntu)
   Status: New => Triaged

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

Title:
  ftbfs on s390x on ubuntu/debian/upstream

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ldb/+bug/1521722/+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 1474971] Re: missing parameter to status in upstart pre-stop script which is not needed regardless

2015-12-04 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

** Changed in: xinetd (Ubuntu)
   Importance: Undecided => Low

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

Title:
  missing parameter to status in upstart pre-stop script which is not
  needed regardless

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xinetd/+bug/1474971/+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 1509661] Re: package xinetd 1:2.3.15-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-04 Thread Robie Basak
** Tags added: systemd-boot

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

Title:
  package xinetd 1:2.3.15-4 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/xinetd/+bug/1509661/+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 1232258] [NEW] tomcat7 installer fails to create symbolic links

2015-12-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Robie Basak (racb):

On Ubuntu 13.04 I did "sudo apt-get install tomcat7".  Starting tomcat7
with "sudo service tomcat7 start" shows these warning messages in the
catalina.out log:

Sep 27, 2013 8:28:30 PM org.apache.catalina.startup.ClassLoaderFactory 
validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: 
[false], isDirectory: [false], canRead: [false]
Sep 27, 2013 8:28:30 PM org.apache.catalina.startup.ClassLoaderFactory 
validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common], exists: [false], 
isDirectory: [false], canRead: [false]
Sep 27, 2013 8:28:31 PM org.apache.catalina.startup.ClassLoaderFactory 
validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: 
[false], isDirectory: [false], canRead: [false]
Sep 27, 2013 8:28:31 PM org.apache.catalina.startup.ClassLoaderFactory 
validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], 
isDirectory: [false], canRead: [false]
Sep 27, 2013 8:28:31 PM org.apache.catalina.startup.ClassLoaderFactory 
validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: 
[false], isDirectory: [false], canRead: [false]
Sep 27, 2013 8:28:31 PM org.apache.catalina.startup.ClassLoaderFactory 
validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], 
isDirectory: [false], canRead: [false]

The warnings go away when the following symbolic links are added to
/usr/share/tomcat7:

sudo ln -s /var/lib/tomcat7/common/ common
sudo ln -s /var/lib/tomcat7/server/ server
sudo ln -s /var/lib/tomcat7/shared/ shared

I believe the installer should create these links.

** Affects: tomcat7 (Ubuntu)
 Importance: Medium
 Status: Confirmed


** Tags: apt-get install tomcat7
-- 
tomcat7 installer fails to create symbolic links
https://bugs.launchpad.net/bugs/1232258
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to the bug report.

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


[Bug 1518522] Re: package dovecot-core 1:2.2.18-2ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-04 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Unfortunately the bug report automation was not able to include enough
information for a developer to understand this problem. If you have any
more information you can provide then please include it. Otherwise we'll
need to keep this bug marked Incomplete until someone else has the same
issue and can provide more information.

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

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

Title:
  package dovecot-core 1:2.2.18-2ubuntu2 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/dovecot/+bug/1518522/+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 1518713] Re: package mysql-server-5.6 5.6.27-0ubuntu0.15.04.1 failed to install/upgrade: подпроцесс установлен сценарий post-installation returned error code 1 during upgrade, possibly due to cho

2015-12-04 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Please could you translate the last few lines of DpkgTerminalLog.gz to
English please, so that I can understand them? Once done, please change
the bug status back to New. Thanks!

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

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

Title:
  package mysql-server-5.6 5.6.27-0ubuntu0.15.04.1 failed to
  install/upgrade: подпроцесс установлен сценарий post-installation
  returned error code 1 during upgrade, possibly due to choosing the
  option to create a new configuration file non existent before

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1518713/+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 1394237] [NEW] The dlm package is not installable

2015-12-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Robie Basak (racb):

can't install heartbeat

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: dlm 4.0.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
Uname: Linux 3.16.0-24-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
Date: Wed Nov 19 15:50:46 2014
DuplicateSignature: package:dlm:4.0.1-0ubuntu1:il sottoprocesso installato 
script di post-installation ha restituito lo stato di errore 1
ErrorMessage: il sottoprocesso installato script di post-installation ha 
restituito lo stato di errore 1
InstallationDate: Installed on 2014-11-13 (6 days ago)
InstallationMedia: Lubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
SourcePackage: dlm
Title: package dlm 4.0.1-0ubuntu1 failed to install/upgrade: il sottoprocesso 
installato script di post-installation ha restituito lo stato di errore 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: dlm (Ubuntu)
 Importance: High
 Status: Triaged


** Tags: amd64 apport-package utopic
-- 
The dlm package is not installable
https://bugs.launchpad.net/bugs/1394237
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to the bug report.

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


[Bug 1518048] Re: sa-compile internal compiler error

2015-12-04 Thread Robie Basak
** Summary changed:

- package sa-compile 3.4.1-1 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 25 zurück
+ sa-compile internal compiler error

** Changed in: spamassassin (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  sa-compile internal compiler error

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

2015-12-04 Thread Michal Dulko
** Tags added: liberty-backport-potential

-- 
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 1519331] Re: Postfix cannot resolve DNS if network was unavailable when it was started, such as on a laptop

2015-12-04 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Importance -> Low since this doesn't affect the primary use of Postfix
as a server MTA, but only with network-manager on a desktop machine.

FWIW, I use msmtp. I can't queue mails when offline, but otherwise it
works fine for me.

It might be worth checking what the situation is on Debian for this use
case. There may be a valid bug in Debian as well, and it would be better
to follow what Debian do in this case I think.

** Summary changed:

- Mail delivery fails until restarting postfix
+ Postfix cannot resolve DNS if network was unavailable when it was started, 
such as on a laptop

** Changed in: postfix (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Postfix cannot resolve DNS if network was unavailable when it was
  started, such as on a laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1519331/+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 1521745] Re: sshd will fail to start or restart if non-default Port option is incorrectly put after a non-default ListenAddress

2015-12-04 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Please attach an example sshd_config that fails as you describe, and
then change the bug status back to New. 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/1521745

Title:
  sshd will fail to start or restart if non-default Port option is
  incorrectly put after a non-default ListenAddress

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1521745/+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 1339801] Re: Illegal Instruction crash on startup with spread_checks in src/checks.c

2015-12-04 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

This seems like to be an upstream bug and if it can be confirmed to be
then should be reported there, and we can backport any fix to Ubuntu as
required.

However Lucid is EOL now. If this bug still affects a supported release,
please change the bug status back to New.

** Tags added: needs-upstream-report

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

** Tags removed: needs-upstream-report
** Tags added: server-triage-failure

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

Title:
  Illegal Instruction crash on startup with spread_checks in
  src/checks.c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1339801/+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 1308314] Re: incorrect balancing in weight value 256

2015-12-04 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

By "make sure that below patch has been used on above environment" do
you mean that you are running a patched version of haproxy, or are you
proposing that this patch fixes the bug that you are reporting?

Is there a specific patch available upstream the fixes this bug, and if
so, is it released upstream and if so which version? Otherwise, can
someone report this bug upstream if it still applies please?

Once answered, please change the bug status back to New.

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

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

Title:
  incorrect balancing in weight value 256

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1308314/+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 1521722] Re: ftbfs on s390x on ubuntu/debian/upstream

2015-12-04 Thread Dimitri John Ledkov
https://bugzilla.samba.org/show_bug.cgi?id=11627

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

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

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

Title:
  ftbfs on s390x on ubuntu/debian/upstream

To manage notifications about this bug go to:
https://bugs.launchpad.net/ldb/+bug/1521722/+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 1519815] Re: package mysql-server-5.6 5.6.27-0ubuntu0.15.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-04 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Your logs say that you have mysql-common 5.7.9-1ubuntu14.04 installed.
This version was never shipped by Ubuntu and is likely the cause of your
error.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

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

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

Title:
  package mysql-server-5.6 5.6.27-0ubuntu0.15.04.1 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/mysql-5.6/+bug/1519815/+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 1522422] Re: PHP5 branch and PHP7 branch

2015-12-04 Thread vinc-q
I did not know that each time was released a minor version of PHP at the
same time was released on the market a product as HHVM which is up to
twice as fast as PHP 5.6 without changing one line of code. However do
not be surprised if people will go to HHVM, if canonical decides not to
support PHP 7. If this makes you happy, I hope for you that will happen.

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

Title:
  PHP5 branch and PHP7 branch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1519885] Re: package mysql-server-5.6 (not installed) failed to install/upgrade: η υποδιεργασία νέο σενάριο pre-installation επέστρεψε κατάσταση λάθους 1

2015-12-04 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

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

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

Title:
  package mysql-server-5.6 (not installed) failed to install/upgrade: η
  υποδιεργασία νέο σενάριο pre-installation  επέστρεψε κατάσταση λάθους
  1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1519885/+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 1519557] Re: update-alternatives: error: no alternatives for my.cnf

2015-12-04 Thread Robie Basak
** Summary changed:

- package mysql-common 5.6.27-0ubuntu1 failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 2
+ update-alternatives: error: no alternatives for my.cnf

** Changed in: mysql-5.6 (Ubuntu)
   Importance: Undecided => High

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

Title:
  update-alternatives: error: no alternatives for my.cnf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1519557/+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 1518728] Re: package php5-fpm 5.6.11+dfsg-1ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-04 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

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

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

Title:
  package php5-fpm 5.6.11+dfsg-1ubuntu3.1 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/php5/+bug/1518728/+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 1516280] Re: package dlm 4.0.1-0ubuntu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 2

2015-12-04 Thread Robie Basak
*** This bug is a duplicate of bug 1394237 ***
https://bugs.launchpad.net/bugs/1394237

** This bug has been marked a duplicate of bug 1394237
   The dlm package is not installable

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

Title:
  package dlm 4.0.1-0ubuntu1 failed to install/upgrade: el subproceso
  instalado el script post-installation devolvió el código de salida de
  error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dlm/+bug/1516280/+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 1521748] Re: Bug 1511158 750gMaxter HDpackage mysql-server-5.6 5.6.27-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-04 Thread Robie Basak
*** This bug is a duplicate of bug 1511158 ***
https://bugs.launchpad.net/bugs/1511158

Since this talks about (as far as I can tell) one issue, we should keep
all the information in one bug.

** This bug has been marked a duplicate of bug 1511158
   package mysql-server-5.6 5.6.27-0ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  Bug 1511158 750gMaxter HDpackage mysql-server-5.6 5.6.27-0ubuntu1
  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/mysql-5.6/+bug/1521748/+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 1330542] [NEW] php-pear broken in trusty tahr - channel wrapper missing

2015-12-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Robie Basak (racb):

This bug has been reported on many versions of Ubuntu. I've gone through many 
fix guides. Nothing works. Here's the problem.
___

1) apt-get purge php-pear

2) rm -rf ~/.pearrc /etc/pear.conf /usr/share/php/
/usr/share/doc/php5-common/PEAR (required to purge all things pear)

3) apt-get install php-pear

4) pear list-channels

nap-net1# pear list-channels
Registered Channels:

Channel  Alias   Summary
doc.php.net  phpdocs PHP Documentation Team
pear.php.net pearPHP Extension and Application
 Repository
pecl.php.net peclPHP Extension Community Library
__uri__uri   Pseudo-channel for static packages

nap-net1# pear install foo

Warning: file_exists(): Unable to find the wrapper "channel" - did you forget 
to enable it when you configured PHP? in PEAR/Downloader/Package.php on line 
1518
PHP Warning:  file_exists(): Unable to find the wrapper "channel" - did you 
forget to enable it when you configured PHP? in 
/usr/share/php/PEAR/Downloader/Package.php on line 1518
PHP Stack trace:
PHP   1. {main}() /usr/share/php/pearcmd.php:0
PHP   2. PEAR_Command_Common->run() /usr/share/php/pearcmd.php:305
PHP   3. PEAR_Command_Install->doInstall() 
/usr/share/php/PEAR/Command/Common.php:271
PHP   4. PEAR_Downloader->download() /usr/share/php/PEAR/Command/Install.php:661
PHP   5. PEAR_Downloader_Package->initialize() 
/usr/share/php/PEAR/Downloader.php:279
PHP   6. PEAR_Downloader_Package->_fromFile() 
/usr/share/php/PEAR/Downloader/Package.php:160
PHP   7. file_exists() /usr/share/php/PEAR/Downloader/Package.php:1518

Warning: is_file(): Unable to find the wrapper "channel" - did you forget to 
enable it when you configured PHP? in PEAR/Downloader/Package.php on line 1528
PHP Warning:  is_file(): Unable to find the wrapper "channel" - did you forget 
to enable it when you configured PHP? in 
/usr/share/php/PEAR/Downloader/Package.php on line 1528
PHP Stack trace:
PHP   1. {main}() /usr/share/php/pearcmd.php:0
PHP   2. PEAR_Command_Common->run() /usr/share/php/pearcmd.php:305
PHP   3. PEAR_Command_Install->doInstall() 
/usr/share/php/PEAR/Command/Common.php:271
PHP   4. PEAR_Downloader->download() /usr/share/php/PEAR/Command/Install.php:661
PHP   5. PEAR_Downloader_Package->initialize() 
/usr/share/php/PEAR/Downloader.php:279
PHP   6. PEAR_Downloader_Package->_fromFile() 
/usr/share/php/PEAR/Downloader/Package.php:160
PHP   7. is_file() /usr/share/php/PEAR/Downloader/Package.php:1528

Warning: is_file(): Unable to find the wrapper "channel" - did you forget to 
enable it when you configured PHP? in PEAR/Downloader/Package.php on line 1528
PHP Warning:  is_file(): Unable to find the wrapper "channel" - did you forget 
to enable it when you configured PHP? in 
/usr/share/php/PEAR/Downloader/Package.php on line 1528
PHP Stack trace:
PHP   1. {main}() /usr/share/php/pearcmd.php:0
PHP   2. PEAR_Command_Common->run() /usr/share/php/pearcmd.php:305
PHP   3. PEAR_Command_Install->doInstall() 
/usr/share/php/PEAR/Command/Common.php:271
PHP   4. PEAR_Downloader->download() /usr/share/php/PEAR/Command/Install.php:661
PHP   5. PEAR_Downloader_Package->initialize() 
/usr/share/php/PEAR/Downloader.php:279
PHP   6. PEAR_Downloader_Package->_fromFile() 
/usr/share/php/PEAR/Downloader/Package.php:160
PHP   7. is_file() /usr/share/php/PEAR/Downloader/Package.php:1528
No releases available for package "pear.php.net/foo"
install failed

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

-- 
php-pear broken in trusty tahr - channel wrapper missing
https://bugs.launchpad.net/bugs/1330542
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to the bug report.

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


[Bug 1519431] Re: package mysql-server-5.6 5.6.27-0ubuntu0.15.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-04 Thread Robie Basak
>From log:

2015-11-24 14:26:51 5151 [ERROR] /usr/sbin/mysqld: unknown variable 
'log_slow_queries=/var/log/mysql/mysql-slow.log'
2015-11-24 14:26:51 5151 [ERROR] Aborting

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

Title:
  package mysql-server-5.6 5.6.27-0ubuntu0.15.04.1 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/mysql-5.6/+bug/1519431/+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 1519431] Re: package mysql-server-5.6 5.6.27-0ubuntu0.15.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-04 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

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

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

Title:
  package mysql-server-5.6 5.6.27-0ubuntu0.15.04.1 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/mysql-5.6/+bug/1519431/+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 1518716] Re: package mysql-server-5.6 5.6.27-0ubuntu0.14.04.1 failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 1 terug

2015-12-04 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

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

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

Title:
  package mysql-server-5.6 5.6.27-0ubuntu0.14.04.1 failed to
  install/upgrade: subproces installed post-installation script gaf een
  foutwaarde 1 terug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1518716/+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 1517182] Re: package libapache2-mod-php5 5.5.9+dfsg-1ubuntu4.14 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-04 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

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

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

Title:
  package libapache2-mod-php5 5.5.9+dfsg-1ubuntu4.14 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/php5/+bug/1517182/+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 1493156] Re: pm-suspend aborts if highest numbered CPU offline, as of kernel 4.2

2015-12-04 Thread Robie Basak
Thank you for your report Doug. Let's set this Incomplete pending your
check of 4.4.

** Changed in: pm-utils (Ubuntu)
   Status: New => Incomplete

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

Title:
  pm-suspend aborts if highest numbered CPU offline, as of kernel 4.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1493156/+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 1518599] Re: package mysql-server-5.5 (not installed) failed to install/upgrade: subproces nieuw pre-installation script gaf een foutwaarde 1 terug

2015-12-04 Thread Robie Basak
Thank you for your report. This package failure looks like being caused
by system corruption. Try "sudo apt-get clean" and then try again, in
order to re-download the corrupt file.

Since this looks like local disk corruption or a hardware problem,
rather than a bug in Ubuntu, I'm marking this bug as Invalid.

You can find pointers to get help for this sort of problem here:
http://www.ubuntu.com/support/community

If you believe that this is really a bug, then you may find it helpful
to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug rather than a problem specific to
your system, and then change the bug status back to New.

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

Title:
  package mysql-server-5.5 (not installed) failed to install/upgrade:
  subproces nieuw pre-installation script gaf een foutwaarde 1 terug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1518599/+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 1517822] Re: package mysql-server-5.6 5.6.27-0ubuntu1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2015-12-04 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

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

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

Title:
  package mysql-server-5.6 5.6.27-0ubuntu1 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1517822/+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 1273484] Re: nagios-plugins renamed to monitoring-plugins

2015-12-04 Thread Robie Basak
Now fixed with monitoring-plugins in Xenial.

** Changed in: nagios-plugins (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  nagios-plugins renamed to monitoring-plugins

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/1273484/+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 1511158] Re: package mysql-server-5.6 5.6.27-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-04 Thread Robie Basak
> Please set Bug 1511158 as a new bug and take notice of 10 or 11 crash
reports suggesting I'm right.

I'm sorry, I still don't understand your issue. Please could you read
"How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html, provide steps on
how to reproduce your issue on a fresh Ubuntu system and then change the
bug status back to New? Without this information, we cannot tell whether
this is a bug or a local configuration problem.

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

Title:
  package mysql-server-5.6 5.6.27-0ubuntu1 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/mysql-5.6/+bug/1511158/+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 1334958] Re: package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2015-12-04 Thread Robie Basak
Thanks, marking this as Invalid based on Mark's reply.

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

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

Title:
  package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1334958/+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 1517968] Re: package mysql-common 5.6.27-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2015-12-04 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

** Changed in: mysql-5.6 (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  package mysql-common 5.6.27-0ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1517968/+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 1471462] Re: On bootup smartd reports FailedReadSmartSelfTestLog but there is no hardware problem

2015-12-04 Thread Robie Basak
Christian, thank you for looking after smartmontools bugs in Ubuntu. Do
you consider this a valid bug for which we should track a fix in
upstream and Ubuntu?

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

Title:
  On bootup smartd reports FailedReadSmartSelfTestLog but there is no
  hardware problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/smartmontools/+bug/1471462/+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-x-server-core] General server work for Xenial

2015-12-04 Thread Robie Basak
Blueprint changed by Robie Basak:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: TODO
  [paelzer] NIS merge: INPROGRESS
  
  Work items:
- [racb] nagios-plugins/monitoring-plugins merge and cleanup: INPROGRESS
+ [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  strongswan merge and cleanup: TODO
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  puppet merge and cleanup: TODO
  [paelzer] DPDK MIR: INPROGRESS
  DPDK upstream work: TODO
  [racb] MySQL cleanup and move to 5.7: TODO
  NTP merge, cleanup and PPS support: TODO
  freeipmi merge and cleanup: TODO
  logwatch merge and cleanup: TODO
  Tomcat updates and cleanup: TODO
  mail-stack-delivery deprecation plan: TODO
  [tdaitx] squid3 merge: INPROGRESS
  dovecot merge: TODO
  [louis-bouchard] nut merge: INPROGRESS
  amavisd-new merge: TODO
  [arges] libvirt merge (bug 1519433) : INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
  unbound merge: TODO

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

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


[Bug 1522422] Re: PHP5 branch and PHP7 branch

2015-12-04 Thread Ondřej Surý
You are just repeating the same story that I've heard with every minor
version. I still hear some broken obsolete code requires PHP 5.3. The
major version bump is not as severe as with python2->python3, so there's
a need to put a stake into the ground somewhere.

Also "think" is different from putting your money where you mouth is.
Maintaining several versions of PHP requires a substantial amount of
work. And the amount of work and support required is much higher when
you release multiple versions of PHP as part of stable release than
let's say supporting those versions in outside repositories (like my
ppa:ondrej/php*).

Ultimately this would be a Canonical people's decision, but I strongly
advice against having a multiple versions of PHPs as part of stable
Ubuntu release.

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

Title:
  PHP5 branch and PHP7 branch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1516010] Re: "[Warning] TIMESTAMP with implicit DEFAULT value" on install

2015-12-04 Thread Robie Basak
We can't fix this in 5.6 because it would change default behaviour, but
we can fix it in 5.7. So leaving this open so we remember to do it.

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

Title:
  "[Warning] TIMESTAMP with implicit DEFAULT value" on install

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/1516010/+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-x-server-core] General server work for Xenial

2015-12-04 Thread Robie Basak
Blueprint changed by Robie Basak:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: TODO
  [paelzer] NIS merge: INPROGRESS
  
  Work items:
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: INPROGRESS
  strongswan merge and cleanup: TODO
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  puppet merge and cleanup: TODO
  [paelzer] DPDK MIR: INPROGRESS
  DPDK upstream work: TODO
  [racb] MySQL cleanup and move to 5.7: TODO
  NTP merge, cleanup and PPS support: TODO
  freeipmi merge and cleanup: TODO
  logwatch merge and cleanup: TODO
  Tomcat updates and cleanup: TODO
  mail-stack-delivery deprecation plan: TODO
  [tdaitx] squid3 merge: INPROGRESS
  dovecot merge: TODO
  [louis-bouchard] nut merge: INPROGRESS
  amavisd-new merge: TODO
  [arges] libvirt merge (bug 1519433) : INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
+ unbound merge: TODO

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

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


[Bug 1519557] [NEW] update-alternatives: error: no alternatives for my.cnf

2015-12-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Robie Basak (racb):

Package gave the following error after trying to install django.

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: mysql-common 5.6.27-0ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
Uname: Linux 4.2.0-19-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
AptOrdering:
 libdbd-mysql-perl: Purge
 libmysqlclient18: Purge
 mysql-common: Purge
 NULL: ConfigurePending
Architecture: amd64
Date: Tue Nov 24 19:05:21 2015
Dependencies:
 
DuplicateSignature: package:mysql-common:5.6.27-0ubuntu1:subprocess installed 
post-removal script returned error exit status 2
ErrorMessage: subprocess installed post-removal script returned error exit 
status 2
InstallationDate: Installed on 2015-09-20 (65 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['ib_logfile0', 'ib_logfile1', 'ibdata1', 
'performance_schema', 'debian-5.6.flag', 'mysql', 'auto.cnf']
PackageArchitecture: all
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-generic.efi.signed 
root=UUID=053c3dde-2a65-4f05-a9d8-db6517cdce21 ro noprompt persistent quiet 
splash psmouse.proto=bare vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5
 apt  1.0.10.2ubuntu1
SourcePackage: mysql-5.6
Title: package mysql-common 5.6.27-0ubuntu1 failed to install/upgrade: 
subprocess installed post-removal script returned error exit status 2
UpgradeStatus: Upgraded to wily on 2015-11-15 (9 days ago)

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


** Tags: amd64 apparmor apport-package need-duplicate-check wily
-- 
update-alternatives: error: no alternatives for my.cnf
https://bugs.launchpad.net/bugs/1519557
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to the bug report.

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


[Bug 1516451] [NEW] check_disk plugin broken after upgrade to 15.10

2015-12-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Robie Basak (racb):

I didn't touch my Nagios config, just update my system from 15.04 to
15.10. Suddenly the default localhost/Disk Space check fails with the
following output:

DISK CRITICAL - /sys/kernel/debug/tracing is not accessible: Permission
denied

This can be reproduced when manually running the underlying command as
user "nagios":

$ /usr/lib/nagios/plugins/check_disk -w '20%' -c '10%' -e
DISK CRITICAL - /sys/kernel/debug/tracing is not accessible: Permission denied

When I run it as root it works:

# /usr/lib/nagios/plugins/check_disk -w '20%' -c '10%' -e
DISK OK| /dev=0MB;1186;1334;0;1483 /run=8MB;239;269;0;299 
/=17157MB;57386;64559;0;71733 /dev/shm=0MB;1199;1349;0;1499 
/run/lock=0MB;4;4;0;5 /sys/fs/cgroup=0MB;1199;1349;0;1499 
/boot=48MB;181;204;0;227 /run/user/0=0MB;239;269;0;299

Seems "nagios" user can't access the dir it tries to access:

# ls -la /sys/kernel/debug/tracing
drwx--  7 root root 0 Nov 15 19:40 .

# lsb_release -rd
Description:Ubuntu 15.10
Release:15.10

# apt-cache policy nagios-plugins-basic
nagios-plugins-basic:
  Installed: 1.5-3ubuntu1
  Candidate: 1.5-3ubuntu1
  Version table:
 *** 1.5-3ubuntu1 0
500 http://de.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: nagios-plugins (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
check_disk plugin broken after upgrade to 15.10
https://bugs.launchpad.net/bugs/1516451
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to the bug report.

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


[Bug 1511118] Re: 100% cpu usage with unresolved name server

2015-12-04 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Alkis, Why Critical? 100% CPU and requiring kill -9 in a very specific
invocation envirionment is not world-ending for something that is
primarily a sysadmin tool. I will be happy to sync into Xenial from
Debian after a Debian upload fixing the issue. I'd like to see some
record of this being committed upstream before I'd be happy to upload an
SRU to Wily, but if another uploader wants to drive it and review closer
then that's fine.

** Changed in: socat (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  100% cpu usage with unresolved name server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/socat/+bug/158/+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 1522190] Re: Permission denied (publickey) whereas the public key has been inserted into ~/.ssh/authorized_keys

2015-12-04 Thread jean-christophe manciot
We have a winner: setting usePAM to no generates the issue:
/etc/ssh/sshd_config
---
...
usePAM no

ChallengeResponseAuthentication no
PasswordAuthentication no
PermitEmptyPasswords no
...

ssh -v  root@localhost
-
...
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /root/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Trying private key: /root/.ssh/id_dsa
debug1: Trying private key: /root/.ssh/id_ecdsa
debug1: Offering ED25519 public key: /root/.ssh/id_ed25519
debug1: Authentications that can continue: publickey
debug1: No more authentication methods to try.
Permission denied (publickey).

However, setting usePAM to yes makes the session work:
/etc/ssh/sshd_config
---
...
use PAM yes

ChallengeResponseAuthentication no
PasswordAuthentication no
PermitEmptyPasswords no
...

ssh -v root@localhost

...
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /root/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 279
Enter passphrase for key '/root/.ssh/id_rsa': 
debug1: Authentication succeeded (publickey).
Authenticated to localhost ([::1]:xxx).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessi...@openssh.com
debug1: Entering interactive session.
debug1: client_input_global_request: rtype hostkeys...@openssh.com want_reply 0
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
Welcome to Ubuntu 15.10 (GNU/Linux 4.2.0-19-generic x86_64)
...

** Information type changed from Private Security to Public Security

** Summary changed:

- Permission denied (publickey) whereas the public key has been inserted into  
~/.ssh/authorized_keys
+ Permission denied (publickey) whereas the public key has been inserted into  
~/.ssh/authorized_keys: usePAM no issue

** Summary changed:

- Permission denied (publickey) whereas the public key has been inserted into  
~/.ssh/authorized_keys: usePAM no issue
+ Permission denied (publickey) whereas the public key has been inserted into  
~/.ssh/authorized_keys: "usePAM no" issue

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

Title:
  Permission denied (publickey) whereas the public key has been inserted
  into  ~/.ssh/authorized_keys: "usePAM no" issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1522190/+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 1521059] Re: Sync nosexcover 1.0.10-2 (main) from Debian unstable (main)

2015-12-04 Thread Daniel Holbach
This bug was fixed in the package nosexcover - 1.0.10-2
Sponsored for Logan Rosen (logan)

---
nosexcover (1.0.10-2) unstable; urgency=medium

  * Upload to unstable

 -- Guido Günther   Fri, 23 Oct 2015 17:02:19 +0200

nosexcover (1.0.10-1) experimental; urgency=medium

  * [554deda] Add watch file
  * [3b74373] New upstream version 1.0.10
  * [cd1006c] Add python3 package

 -- Guido Günther   Thu, 19 Feb 2015 13:32:42 +0100

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

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

Title:
  Sync nosexcover 1.0.10-2 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nosexcover/+bug/1521059/+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 1510671] Re: package mysql-server-5.6 5.6.27-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-04 Thread samuel aday
kodi now works better than ever. there is still a problem with a
depency. however which of the 2,000 dependancys is impossible to know.

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

Title:
  package mysql-server-5.6 5.6.27-0ubuntu1 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/mysql-5.6/+bug/1510671/+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 1518440] [NEW] tgt fails to install in LXD

2015-12-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Robie Basak (racb):

When trying to install tgt in an LXD container the post install script fails. 
I've tried setting the container profile as uncontained as per 
https://help.ubuntu.com/lts/serverguide/lxc.html#lxc-apparmor to no avail. This 
is preventing MAAS from being able to be run in an LXD container.
/system.slice/tgt.service)


root@maas-dev:~# apt-get install -f
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up tgt (1:1.0.57-1ubuntu2) ...
Job for tgt.service failed because the control process exited with error code. 
See "systemctl status tgt.service" and "journalctl -xe" for details.
invoke-rc.d: initscript tgt, action "start" failed.
dpkg: error processing package tgt (--configure):
 subprocess installed post-installation script returned error exit status 1
E: Sub-process /usr/bin/dpkg returned an error code (1)


# systemctl status tgt.service
● tgt.service - (i)SCSI target daemon
   Loaded: loaded (/lib/systemd/system/tgt.service; enabled; vendor preset: 
enabled)
   Active: failed (Result: start-limit) since Fri 2015-11-20 19:51:45 UTC; 2min 
25s ago
 Docs: man:tgtd(8)
  Process: 31872 ExecStop=/usr/sbin/tgtadm --op update --mode sys --name State 
-v offline (code=exited, status=107)
  Process: 31857 ExecStart=/usr/sbin/tgtd -f (code=exited, status=1/FAILURE)
 Main PID: 31857 (code=exited, status=1/FAILURE)

Nov 20 19:51:45 maas-dev systemd[1]: Failed to start (i)SCSI target daemon.
Nov 20 19:51:45 maas-dev systemd[1]: tgt.service: Unit entered failed state.
Nov 20 19:51:45 maas-dev systemd[1]: tgt.service: Failed with result 
'exit-code'.
Nov 20 19:51:45 maas-dev systemd[1]: tgt.service: Service hold-off time over, 
scheduling restart.
Nov 20 19:51:45 maas-dev systemd[1]: Stopped (i)SCSI target daemon.
Nov 20 19:51:45 maas-dev systemd[1]: tgt.service: Start request repeated too 
quickly.
Nov 20 19:51:45 maas-dev systemd[1]: Failed to start (i)SCSI target daemon.
Nov 20 19:51:45 maas-dev systemd[1]: tgt.service: Unit entered failed state.
Nov 20 19:51:45 maas-dev systemd[1]: tgt.service: Failed with result 
'start-limit'.


# journalctl -xe
-- 
-- Unit tgt.service has failed.
-- 
-- The result is failed.
Nov 20 19:54:32 maas-dev systemd[1]: tgt.service: Unit entered failed state.
Nov 20 19:54:32 maas-dev systemd[1]: tgt.service: Failed with result 
'exit-code'.
Nov 20 19:54:32 maas-dev systemd[1]: tgt.service: Service hold-off time over, 
scheduling restart.
Nov 20 19:54:32 maas-dev systemd[1]: Stopped (i)SCSI target daemon.
-- Subject: Unit tgt.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit tgt.service has finished shutting down.
Nov 20 19:54:33 maas-dev systemd[1]: Starting (i)SCSI target daemon...
-- Subject: Unit tgt.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit tgt.service has begun starting up.
Nov 20 19:54:33 maas-dev systemd[1]: dev-.lxd\x2dmounts.mount: Failed to create 
cgroup /lxc/maas-dev-11/system.slice/dev-.lxd\x2dmounts.mount: No such file or 
directory
Nov 20 19:54:33 maas-dev systemd[1]: Failed to realize cgroups for queued unit 
dev-.lxd\x2dmounts.mount, ignoring: No such file or directory
Nov 20 19:54:33 maas-dev systemd[1]: proc-sysrq\x2dtrigger.mount: Failed to 
create cgroup /lxc/maas-dev-11/system.slice/proc-sysrq\x2dtrigger.mount: No 
such file or directory
Nov 20 19:54:33 maas-dev systemd[1]: Failed to realize cgroups for queued unit 
proc-sysrq\x2dtrigger.mount, ignoring: No such file or directory
Nov 20 19:54:33 maas-dev tgtd[779]: tgtd: iser_ib_init(3436) Failed to 
initialize RDMA; load kernel modules?
Nov 20 19:54:33 maas-dev tgtd[779]: can't adjust oom-killer's pardon 
/proc/self/oom_score_adj, Permission denied
Nov 20 19:54:33 maas-dev systemd[1]: tgt.service: Main process exited, 
code=exited, status=1/FAILURE
Nov 20 19:54:33 maas-dev systemd[1]: dev-.lxd\x2dmounts.mount: Failed to create 
cgroup /lxc/maas-dev-11/system.slice/dev-.lxd\x2dmounts.mount: No such file or 
directory
Nov 20 19:54:33 maas-dev systemd[1]: Failed to realize cgroups for queued unit 
dev-.lxd\x2dmounts.mount, ignoring: No such file or directory
Nov 20 19:54:33 maas-dev systemd[1]: proc-sysrq\x2dtrigger.mount: Failed to 
create cgroup /lxc/maas-dev-11/system.slice/proc-sysrq\x2dtrigger.mount: No 
such file or directory
Nov 20 19:54:33 maas-dev systemd[1]: Failed to realize cgroups for queued unit 
proc-sysrq\x2dtrigger.mount, ignoring: No such file or directory
Nov 20 19:54:33 maas-dev tgtadm[794]: tgtadm: failed to send request hdr to tgt 
daemon, Transport endpoint is not connected
Nov 20 19:54:33 maas-dev systemd[1]: tgt.service: Control 

[Bug 1518440] Re: tgt fails to install in LXD

2015-12-04 Thread Serge Hallyn
The key error appear to be:

Dec 04 15:54:29 x1 tgtd[3741]: can't adjust oom-killer's pardon
/proc/self/oom_score_adj, Permission denied

tgt insists on being able to change that file,

err = oom_adjust();
if (err)
exit(1);

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

Title:
  tgt fails to install in LXD

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1518440/+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 1518440] Re: tgt fails to install in LXD

2015-12-04 Thread Stéphane Graber
Oh, yeah, it definitely shouldn't fail on oom_adjust. I remember we had
to patch a few things because of that kind of stuff before.

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

Title:
  tgt fails to install in LXD

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1518440/+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 1518440] Re: tgt fails to install in LXD

2015-12-04 Thread Robie Basak
** Changed in: tgt (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: tgt (Ubuntu)
   Importance: Undecided => High

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

Title:
  tgt fails to install in LXD

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1518440/+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 1518440] Re: tgt fails to install in LXD

2015-12-04 Thread Stéphane Graber
So the right thing to do when writing to oom_score is:
 - Try oom_score_adj first if it doesn't exist, silently fallback to oom_adj
 - Don't fail if the file doesn't exist
 - Don't fail if write gets you EACCESS
 - Fail for all other return values

** No longer affects: lxd (Ubuntu)

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

Title:
  tgt fails to install in LXD

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1518440/+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 1319644] Re: maas with no arguments gives bad advice

2015-12-04 Thread Chris J Arges
** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  maas with no arguments gives bad advice

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1319644/+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 1319644] Re: maas with no arguments gives bad advice

2015-12-04 Thread Jorge Niedbalski
** Changed in: maas (Ubuntu Trusty)
 Assignee: (unassigned) => Leonardo Borda (lborda)

** Changed in: maas (Ubuntu Trusty)
   Importance: Undecided => Low

** Changed in: maas (Ubuntu)
   Importance: Undecided => Low

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

Title:
  maas with no arguments gives bad advice

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1319644/+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 1520568] Re: All queries fails when 'google' is used: ERR_SSL_PROTOCOL_ERROR

2015-12-04 Thread Bryan Quigley
The PPA Chromium 47 also fixed it for me.

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

Title:
  All queries fails when 'google' is used: ERR_SSL_PROTOCOL_ERROR

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1520568/+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 1522992] [NEW] /usr/bin/lxc-stop:11:strlen:prune_init_scope:try_get_abs_cgroup:do_cgm_get:cgm_get

2015-12-04 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding lxc.  This problem was most recently seen with version
1.1.5-0ubuntu0.15.04.3, the problem page at
https://errors.ubuntu.com/problem/d640a68bf7343705899d7ca8c6bc070d477cd845
contains more details.

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


** Tags: vivid

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

Title:
  /usr/bin/lxc-
  stop:11:strlen:prune_init_scope:try_get_abs_cgroup:do_cgm_get:cgm_get

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1522992/+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 1520568] Re: All queries fails when 'google' is used: ERR_SSL_PROTOCOL_ERROR

2015-12-04 Thread Igor
I've tried a newer version of chromium-browser (47) from this ppa:
ppa:canonical-chromium-builds/stage 

And it seem to work normally.

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

Title:
  All queries fails when 'google' is used: ERR_SSL_PROTOCOL_ERROR

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

2015-12-04 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/251937
Committed: 
https://git.openstack.org/cgit/openstack/cinder/commit/?id=109353dedbe53201eb684c5658d9193115df
Submitter: Jenkins
Branch:master

commit 109353dedbe53201eb684c5658d9193115df
Author: Szymon Borkowski 
Date:   Tue Dec 1 14:12:03 2015 +0100

Use proper config option to connect to keystone

Earlier, quotas used to authenticate to endpoint from not required
option located in keymgr.encryption_auth_url. Now, the required
auth_uri option from config file is used to authenticate to
keystone.

Co-Authored-By: Michal Dulko 
Change-Id: I1076527704f8def2c6755c060df49232e5ebe805
Closes-Bug: 1516085


** Changed in: cinder
   Status: In Progress => Fix Committed

-- 
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 674838] Re: ifconfig(8) doesn't play nice with NetworkManager

2015-12-04 Thread Ken Sharp
NetworkManager is terrible in many ways.

What version are you using?

** Changed in: net-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  ifconfig(8) doesn't play nice with NetworkManager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/674838/+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 597236] Re: netstat statistics overflow

2015-12-04 Thread Ken Sharp
The patch should have made it into Utopic+

** Tags added: amd64 lucid patch-accepted-debian patch-accepted-upstream
precise trusty

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

Title:
  netstat statistics overflow

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/597236/+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 348139] Re: netstat --numeric-ports also shows hosts only in numeric format

2015-12-04 Thread Ken Sharp
** Tags added: i386 jaunty natty precise trusty

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

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

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

Title:
  netstat --numeric-ports also shows hosts only in numeric format

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/348139/+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 174858] Re: 'netstat' doesn't check for sockets using SCTP protocol

2015-12-04 Thread Ken Sharp
** Bug watch added: Gentoo Bugzilla #258714
   https://bugs.gentoo.org/show_bug.cgi?id=258714

** Also affects: net-tools (Gentoo Linux) via
   https://bugs.gentoo.org/show_bug.cgi?id=258714
   Importance: Unknown
   Status: Unknown

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

Title:
  'netstat' doesn't check for sockets using SCTP protocol

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/174858/+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 174858] Re: 'netstat' doesn't check for sockets using SCTP protocol

2015-12-04 Thread Ken Sharp
Upstream git is patched to support SCTP but it hasn't made it into
Debian yet.

** Tags added: amd64 i386 patch-accepted-upstream trusty wily xenial

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

Title:
  'netstat' doesn't check for sockets using SCTP protocol

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/174858/+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 175988] Re: netstat lacks -W wide columns option

2015-12-04 Thread Ken Sharp
This was fixed years ago.

** Changed in: net-tools (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  netstat lacks -W wide columns option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/175988/+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 1023584] Re: ifconfig dies with "stack smashing detected" when configuring inet6 address 11.04

2015-12-04 Thread Ken Sharp
Does this still occur in newer version of Ubuntu? I suspect that this
was fixed long ago.

** Changed in: net-tools (Ubuntu)
   Status: New => Incomplete

** Tags added: amd64 natty

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

Title:
  ifconfig dies with "stack smashing detected" when configuring inet6
  address 11.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/1023584/+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 577345] Re: References to ipchains in man pages.

2015-12-04 Thread Ken Sharp
It's still here in Trusty. The upstream link is dead. I believe they use
Sourceforge now.

** Tags added: i386 manpage trusty

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

Title:
  References to ipchains in man pages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/net-tools/+bug/577345/+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 992204] Re: arp(8) misspelling "priveledge"

2015-12-04 Thread Ken Sharp
** Tags added: manpage patch-accepted-upstream trusty

** Changed in: net-tools (Ubuntu)
   Status: In Progress => Confirmed

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

Title:
  arp(8) misspelling "priveledge"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/992204/+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 174858] Re: 'netstat' doesn't check for sockets using SCTP protocol

2015-12-04 Thread Bug Watch Updater
Launchpad has imported 5 comments from the remote bug at
https://bugs.gentoo.org/show_bug.cgi?id=258714.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2009-02-12T10:58:07+00:00 Zerthurd wrote:

netstat from net-tools-1.60_p20071202044231-r1 not support SCTP

If I run SCTP-listener on some port, I cannot see it via netstat -lp

# netstat --sctp
netstat: unrecognized option `--sctp'

Reply at: https://bugs.launchpad.net/ubuntu/+source/net-
tools/+bug/174858/comments/1


On 2009-02-12T11:11:50+00:00 Zerthurd wrote:

change severity to major

Reply at: https://bugs.launchpad.net/ubuntu/+source/net-
tools/+bug/174858/comments/2


On 2009-02-12T17:29:11+00:00 Jeroen Roovers wrote:

Changed Severity back to Enhancement - this looks like a missing feature
that requires a patch that should probably be introduced upstream, not
in Gentoo. So far, only Fedora appears to support an SCTP patch for net-
tools - maybe that's worth looking into.

Reply at: https://bugs.launchpad.net/ubuntu/+source/net-
tools/+bug/174858/comments/3


On 2009-02-12T17:31:07+00:00 Jeroen Roovers wrote:

upstream bug report

Reply at: https://bugs.launchpad.net/ubuntu/+source/net-
tools/+bug/174858/comments/4


On 2009-08-24T08:43:35+00:00 Mike Frysinger wrote:

ive updated the patch in the Debian tracker and added with
1.60_p20090728014017

Reply at: https://bugs.launchpad.net/ubuntu/+source/net-
tools/+bug/174858/comments/6


** Changed in: net-tools (Gentoo Linux)
   Status: Unknown => Fix Released

** Changed in: net-tools (Gentoo Linux)
   Importance: Unknown => Wishlist

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

Title:
  'netstat' doesn't check for sockets using SCTP protocol

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/174858/+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 845577] Re: mii-tool reporting incorrect duplex mode

2015-12-04 Thread Ken Sharp
** Tags removed: networking
** Tags added: trusty

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

Title:
  mii-tool reporting incorrect duplex mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/845577/+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 1523051] [NEW] Upstream link needs changing

2015-12-04 Thread Ken Sharp
Public bug reported:

Upstream bug reports cannot be linked here because the project is still
linked to berliOs, which is long dead. The project is now hosted as
Sourceforge.

http://sourceforge.net/p/net-tools

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

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

Title:
  Upstream link needs changing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/1523051/+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 348139] Re: netstat --numeric-ports also shows hosts only in numeric format

2015-12-04 Thread Bug Watch Updater
** Changed in: net-tools (Debian)
   Status: Unknown => New

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

Title:
  netstat --numeric-ports also shows hosts only in numeric format

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/348139/+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 1518440] Re: tgt fails to install in LXD

2015-12-04 Thread Jon Grimm
FWIW, Upstream

https://github.com/fujita/tgt/commit/7e45d5615ac29b2175858591d18ba98c40234990

Also possibly useful:

https://github.com/fujita/tgt/commit/556410556f6c471982d6106209b61b15d823c065

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

Title:
  tgt fails to install in LXD

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1518440/+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 1522936] [NEW] package libapache2-mod-php5 5.6.11+dfsg-1ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-04 Thread Rob
Public bug reported:

Installing owncloud

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: libapache2-mod-php5 5.6.11+dfsg-1ubuntu3.1
ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
Uname: Linux 4.2.0-19-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Fri Dec  4 13:41:59 2015
DuplicateSignature: 
package:libapache2-mod-php5:5.6.11+dfsg-1ubuntu3.1:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2015-12-03 (0 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: php5
Title: package libapache2-mod-php5 5.6.11+dfsg-1ubuntu3.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.apache2.mods.available.php5.conf: [deleted]
modified.conffile..etc.apache2.mods.available.php5.load: [deleted]

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


** Tags: amd64 apport-package need-duplicate-check wily

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

Title:
  package libapache2-mod-php5 5.6.11+dfsg-1ubuntu3.1 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/php5/+bug/1522936/+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