[Bug 1463671] Re: package bind9 1:9.9.5.dfsg-3ubuntu0.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2015-06-09 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package bind9 1:9.9.5.dfsg-3ubuntu0.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 127

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

2015-06-09 Thread Ndirangu Waweru
Public bug reported:

Just an error requesting reporting

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: bind9 1:9.9.5.dfsg-3ubuntu0.2
ProcVersionSignature: Ubuntu 3.13.0-53.89-generic 3.13.11-ckt19
Uname: Linux 3.13.0-53-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
Date: Tue Jun  9 12:29:19 2015
DuplicateSignature: package:bind9:1:9.9.5.dfsg-3ubuntu0.2:subprocess installed 
post-installation script returned error exit status 127
ErrorMessage: subprocess installed post-installation script returned error exit 
status 127
InstallationDate: Installed on 2015-06-08 (1 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-53-generic 
root=UUID=2ef8db2c-2091-4992-9318-285d0e99d470 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 bind9utils 1:9.9.5.dfsg-3ubuntu0.2
 apparmor   2.8.95~2430-0ubuntu5.1
SourcePackage: bind9
Title: package bind9 1:9.9.5.dfsg-3ubuntu0.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 127
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package trusty

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

Title:
  package bind9 1:9.9.5.dfsg-3ubuntu0.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1463671/+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 1463033] Re: package openssh-server 1:6.7p1-5ubuntu1 failed to install/upgrade: サブプロセス インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました

2015-06-09 Thread Sensui
same Bug #732864

** Changed in: openssh (Ubuntu)
   Status: New => Confirmed

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

Title:
  package openssh-server 1:6.7p1-5ubuntu1 failed to install/upgrade:
  サブプロセス インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1463033/+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 1073204] Re: ssh-authkey-fingerprints fails on boot

2015-06-09 Thread Jan Segre
This actually happened because of our use of vendordata, adding and
empty "cloud-init" entry to it solves the problem.

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

Title:
  ssh-authkey-fingerprints fails on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1073204/+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 1463635] [NEW] Apache2 waits indefinetely when reloading

2015-06-09 Thread Nano.net.tr
Public bug reported:

System : Ubuntu 14.04.2 LTS
Package : apache2 - 2.4.7-1ubuntu4.4

Description :
When a reload invoked by logrotate;
2-3 time in a week apache2 stops responding requests in our web server.
While in this period, clients can connect but waits indefinitely for a reply.
Then apache2 needs a full restart to start serve web pages.
Reload does not work in this situation.

After some research we found that Apache2 has a GracefulShutdownTimeout 
directive that kill remaining requests after a timeout.
But this directive not set (defaults to zero) in default Ubuntu config.
( See : http://httpd.apache.org/docs/2.4/en/mod/mpm_common.html )

This should have a reasonable value in default config.

Expected :
Apache2 reloads and continues to serve web pages without human interaction.

Happened :
Apache2 waits for remaining requests indefinitely and needs a restart.

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

** Description changed:

  System : Ubuntu 14.04.2 LTS
  Package : apache2 - 2.4.7-1ubuntu4.4
  
  Description :
  When a reload invoked by logrotate;
  2-3 time in a week apache2 stops responding requests in our web server.
  While in this period, clients can connect but waits indefinitely for a reply.
- Then apache2 needs a full restart to start server web pages.
+ Then apache2 needs a full restart to start serve web pages.
  Reload does not work in this situation.
  
  After some research we found that Apache2 has a GracefulShutdownTimeout 
directive that kill remaining requests after a timeout.
  But this directive not set (defaults to zero) in default Ubuntu config.
- ( 
http://httpd.apache.org/docs/2.4/en/mod/mpm_common.html#gracefulshutdowntimeout 
)
+ ( See : http://httpd.apache.org/docs/2.4/en/mod/mpm_common.html )
  
  This should have a reasonable value in default config.
  
- Expected : 
+ Expected :
  Apache2 reloads and continues to serve web pages without human interaction.
  
  Happened :
  Apache2 waits for remaining requests indefinitely and needs a restart.

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

Title:
  Apache2 waits indefinetely when reloading

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1463635/+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 1457754] Re: "E: Method http has died unexpectedly" when run under lxc on wily apt 1.0.9.9ubuntu1

2015-06-09 Thread Alberto Salvia Novella
** Changed in: apt (Ubuntu)
   Importance: Undecided => High

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

Title:
  "E: Method http has died unexpectedly" when run under lxc on wily apt
  1.0.9.9ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/curl/+bug/1457754/+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 1463043] Re: some SM15K systems fail to boot after deployment - drop into initramfs shell

2015-06-09 Thread Launchpad Bug Tracker
This bug was fixed in the package curtin - 0.1.0~bzr214-0ubuntu1

---
curtin (0.1.0~bzr214-0ubuntu1) wily; urgency=medium

  * New upstream snapshot.
* Use filesystem uuid rather than scsi_id to avoid false positives
  when detecting multipath (LP: #1463043).

 -- Scott Moser   Tue, 09 Jun 2015 16:35:21 -0400

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

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

Title:
  some SM15K systems fail to boot after deployment - drop into initramfs
  shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1463043/+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 1463043] Re: some SM15K systems fail to boot after deployment - drop into initramfs shell

2015-06-09 Thread Scott Moser
** Also affects: curtin (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: curtin (Ubuntu)
   Status: New => Confirmed

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

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

Title:
  some SM15K systems fail to boot after deployment - drop into initramfs
  shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1463043/+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 1463383] Re: package nginx-extras 1.6.2-5ubuntu3 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2015-06-09 Thread Thomas Ward
Please include the output from these commands.  The bug in its current
state is missing critical information to try and deduce the true failure
reason, and the output from these may help:

systemctl status nginx.service

journalctl -xe

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

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

Title:
  package nginx-extras 1.6.2-5ubuntu3 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1463383/+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 1460120] Re: Please merge from debian unstable 1.2.13-1

2015-06-09 Thread Bryan Quigley
I'm looking to switch this back to a sync request - 
The slight snmpd dependency bump isn't required (5.7 ubuntu and 5.7.2 are 
practically the same)
Removing the runlevel scripts for 06 might not be necessary with systemd 
(https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2015-June/015560.html)

What I did to test sync:
Start with Wily cloud image install. Install keepalived build-depends.
Switch to debian archive, apt-get source keepalived
switch back to wily archive.
debuild -S -us -uc and debuild -B -us -uc - both worked fine
tried installing the created package, dpkg installs fine (plus apt-get -f 
install due to missing dependencies)
sudo service keepalived start/stop/status all work.  No other tests were done, 
yet.  Will try some other tests and then (if works) propose as sync tomorrow.

** Attachment added: "keepalived build logs"
   
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1460120/+attachment/4412243/+files/keepalived_debuild_binary

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

Title:
  Please merge from debian unstable 1.2.13-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1460120/+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 1462001] Re: [needs-packaging] 1.22.5 is not packaged in trusty

2015-06-09 Thread Curtis Hovey
The src/github.com/juju/txn issue is fixed in commit 
99ec629d0066a4d73c54d8e021a7fc1dc07df614 in upstream master
https://github.com/juju/txn/commit/99ec629d0066a4d73c54d8e021a7fc1dc07df614

The files are LGPL. Upstream juju is also switching to
src/github.com/juju/txn tip.

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

Title:
  [needs-packaging] 1.22.5 is not packaged in trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1462001/+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 1463383] Re: package nginx-extras 1.6.2-5ubuntu3 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2015-06-09 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package nginx-extras 1.6.2-5ubuntu3 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1463383/+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 1463383] Re: package nginx-extras 1.6.2-5ubuntu3 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2015-06-09 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  package nginx-extras 1.6.2-5ubuntu3 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1463383/+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 1263539] Re: Typo in python-neutron description

2015-06-09 Thread Pascal De Vuyst
https://translations.launchpad.net/ddtp-ubuntu/vivid/+pots/ddtp-ubuntu-
main/fr/14823/+translate

** Changed in: ddtp-ubuntu
   Status: Triaged => Fix Released

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

Title:
  Typo in python-neutron description

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddtp-ubuntu/+bug/1263539/+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 1256279] Re: Typos in Package: ceilometer-agent-central - string # 13907

2015-06-09 Thread TJ
** Changed in: ceilometer (Ubuntu)
   Status: Fix Released => Confirmed

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

Title:
  Typos in Package: ceilometer-agent-central - string # 13907

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddtp-ubuntu/+bug/1256279/+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 1419823] Re: Nullable image description crashes v2 client

2015-06-09 Thread Jorge Niedbalski
** Also affects: glance (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Nullable image description crashes v2 client

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1419823/+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 1457054] Re: journal is broken in unprivileged LXC and nspawn containers

2015-06-09 Thread Stéphane Graber
I can confirm that unprivileged vivid containers now start properly with
the package from proposed.

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

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

Title:
  journal is broken in unprivileged LXC and nspawn containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1457054/+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 1364425] Re: screen -rd from with in a screen session, coredump

2015-06-09 Thread Axel Beckert
This should be fixed already in 4.2.1-2 as currently in Utopic Unicorn.
It is definitely fixed in 4.2.1-3 as currently in Vivid Vervet.

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

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

Title:
  screen -rd from with in  a screen session, coredump

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/screen/+bug/1364425/+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 1364425] Re: screen -rd from with in a screen session, coredump

2015-06-09 Thread Bug Watch Updater
** Changed in: screen (Debian)
   Status: Confirmed => Fix Released

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

Title:
  screen -rd from with in  a screen session, coredump

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


Re: [Bug 1322897] Re: syslog spam Failed to get vmstats.

2015-06-09 Thread flickerfly
Sorry, I was assuming a newer version. That should work on 14.04, but your
syntax will work on both I believe. Glad you found what you needed.

On Tue, Jun 9, 2015 at 4:11 AM WIll Salmon 
wrote:

> Thanks. At least it's useful to know that the message can be ignored as
> it comes out EVERY 30 SECONDS (not every 30 min) !!
>
> I found that the suggested rsyslog /etc/rsyslog.d/40-discard.conf did
> not work (on Ubuntu 12.04.5 with Trusty kernel and rsyslog version
> 5.8.6-1ubuntu8.9), so I used the file below instead - see :
> http://www.rsyslog.com/discarding-unwanted-messages/
>
> # Discard unwanted message from vmtoolsd
> # Ubuntu open-vm-tools-lts-trusty has bug that writes message every 30sec:
> # "vmsvc[1070]: [ warning] [guestinfo] Failed to get vmstats."
> #
> # See https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1322897
> #
> :msg, contains, "[ warning] [guestinfo] Failed to get vmstats." ~
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1322897
>
> Title:
>   syslog spam Failed to get vmstats.
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1322897/+subscriptions
>

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

Title:
  syslog spam Failed to get vmstats.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1322897/+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 1462001] Re: [needs-packaging] 1.22.5 is not packaged in trusty

2015-06-09 Thread Robie Basak
** Patch added: 
"0003-Add-W3C-BSD-3-clause-for-src-golang.org-x-net-html-c.patch"
   
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1462001/+attachment/4412117/+files/0003-Add-W3C-BSD-3-clause-for-src-golang.org-x-net-html-c.patch

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

Title:
  [needs-packaging] 1.22.5 is not packaged in trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1462001/+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 1462001] Re: [needs-packaging] 1.22.5 is not packaged in trusty

2015-06-09 Thread Robie Basak
** Patch added: "0002-Bump-copyright-date-range.patch"
   
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1462001/+attachment/4412116/+files/0002-Bump-copyright-date-range.patch

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

Title:
  [needs-packaging] 1.22.5 is not packaged in trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1462001/+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 1462001] Re: [needs-packaging] 1.22.5 is not packaged in trusty

2015-06-09 Thread Robie Basak
Your branch looks good, thanks. I found some minor issues for which I'll
attach fixes, and three upstream licensing issues. Two just need
reporting upstream and don't need to block an upload in Ubuntu. The
third is a Canonical upstream with possibly an error in license choice -
if upstream can confirm intent, then we can upload:

src/golang.org/x/net/html/charset/testdata/README: allows "W3C 3-clause BSD
license" which requires the license to be reproduced here but it isn't. Not a
blocker for upload in Ubuntu (we can infer) but should be reported upstream.

src/gopkg.in/mgo.v2/internal/sasl/ does not include the Apache license in the
distribution as required by the license. Not a blocker for upload in Ubuntu (we
can infer) but should be reported upstream.

src/github.com/juju/txn: new files say AGPL but refer to LICENSE which says
LGPL. debian/copyright says LGPL for all of txn. If upstream can clarify that
LGPL was intended (eg. in a commit fixing it) then we can infer that the
current debian/copyright is correct and then this won't block an upload.


** Patch added: "0001-Fix-debian-copyright-for-go.net-rename.patch"
   
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1462001/+attachment/4412115/+files/0001-Fix-debian-copyright-for-go.net-rename.patch

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

Title:
  [needs-packaging] 1.22.5 is not packaged in trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1462001/+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 1429521] Re: AttributeError: 'Checker' object has no attribute 'blank_before'

2015-06-09 Thread Nobuto Murata
** Package changed: python-flake8 (Ubuntu) => pep8 (Ubuntu)

** No longer affects: python-hacking (Ubuntu)

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

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

Title:
  AttributeError: 'Checker' object has no attribute 'blank_before'

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1429521/+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 1453160] Re: [SRU] missing binaries in Ubuntu heat packages

2015-06-09 Thread Thiago Martins
Hey guys, please, backport this to Trusty! Via Ubuntu Cloud Archive...
Tks!

** Also affects: cloud-archive
   Importance: Undecided
   Status: New

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

Title:
  [SRU] missing binaries in Ubuntu heat packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1453160/+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 1463377] Re: The neutron-plugin-openvswitch-agetn.conf file, /etc/init.d and /etc/init directories are missing in the neutron-openvswitch-agent.deb pacakge

2015-06-09 Thread Colin Watson
** Project changed: launchpad => neutron (Ubuntu)

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

Title:
  The neutron-plugin-openvswitch-agetn.conf file, /etc/init.d and
  /etc/init directories are missing in the neutron-openvswitch-agent.deb
  pacakge

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1463377/+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 1463377] [NEW] The neutron-plugin-openvswitch-agetn.conf file, /etc/init.d and /etc/init directories are missing in the neutron-openvswitch-agent.deb pacakge

2015-06-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Took the 
neutron_2015.1.0.orig.tar.gz
neutron_2015.1.0-0ubuntu1.debian.tar.xz and
neutron_2015.1.0-0ubuntu1.dsc

files from the  "The Vivid Vervet (current stable release)
neutron "  and built on the local ubuntu 14.04 machine with the   command 
"dpkg-buildpackage -d -rfakeroot -b"  

The build is successfull however the "neutron-plugin-openvswitch-
agent_2015.1.0-0ubuntu1_all.deb"  does not contain the

neutron-plugin-openvswitch-agent.conmf file, /etc/init.d and /etc/init
directories

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

-- 
The neutron-plugin-openvswitch-agetn.conf file, /etc/init.d and /etc/init 
directories are missing in the neutron-openvswitch-agent.deb pacakge 
https://bugs.launchpad.net/bugs/1463377
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to neutron in Ubuntu.

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


[Bug 1407141] Re: package tftpd-hpa 5.2-7ubuntu3 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2015-06-09 Thread Mina
...and therefore software updater cannot install updates and says "not
all updates can be installed"

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

Title:
  package tftpd-hpa 5.2-7ubuntu3 failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/1407141/+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 1455482] Re: Multipath: upgrade multipath-tools to upstream

2015-06-09 Thread Mauricio Faria de Oliveira
Closing the mpath[0-9]/[a-z] discussion..

Just the merge with Debian will do it, as long as Ubuntu drops patch 0002.
Debian returned to mpath[a-z] (dropping patch 0002)  a few months after Ubuntu 
branched off from 0.4.9-3 for Precise.

This will require changes to the installer packages; the disk-partition
separator stuff can be removed (shouldn't be necessary with mpath[a-z]).

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

Title:
  Multipath: upgrade multipath-tools to upstream

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1455482/+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 1407141] Re: package tftpd-hpa 5.2-7ubuntu3 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2015-06-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: tftp-hpa (Ubuntu)
   Status: New => Confirmed

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

Title:
  package tftpd-hpa 5.2-7ubuntu3 failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/1407141/+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 1457754] Re: "E: Method http has died unexpectedly" when run under lxc on wily apt 1.0.9.9ubuntu1

2015-06-09 Thread Nazar Mokrynskyi
Bug appears after updating curl from 7.38.0-3ubuntu3 to 7.42.1-2ubuntu1.
Downgrading to 7.38.0-3ubuntu3 fixes the problem

** Also affects: curl
   Importance: Undecided
   Status: New

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

Title:
  "E: Method http has died unexpectedly" when run under lxc on wily apt
  1.0.9.9ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/curl/+bug/1457754/+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 1457754] Re: "E: Method http has died unexpectedly" when run under lxc on wily apt 1.0.9.9ubuntu1

2015-06-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  "E: Method http has died unexpectedly" when run under lxc on wily apt
  1.0.9.9ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1457754/+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 1457754] Re: "E: Method http has died unexpectedly" when run under lxc on wily apt 1.0.9.9ubuntu1

2015-06-09 Thread Nazar Mokrynskyi
I'm getting this on regular installation of Ubuntu 15.10:
nazar-pc@nazar-pc ~>  sudo apt-get update
Hit http://repository.spotify.com stable InRelease
Ign http://ua.archive.ubuntu.com wily InRelease 


  
Get:1 http://repository.spotify.com stable/non-free amd64 Packages [1 433 B]


   
Ign http://download.opensuse.org  InRelease 


  
Hit http://repo.steampowered.com precise InRelease  

  
Ign http://ppa.launchpad.net vivid InRelease

  
Ign http://extras.ubuntu.com utopic InRelease   

   
Ign http://archive.canonical.com wily InRelease 

   
Hit http://repository.spotify.com stable/non-free i386 Packages 

   
Ign http://ua.archive.ubuntu.com wily-updates InRelease 


Hit http://download.opensuse.org  Release.gpg   

 
Ign http://ppa.launchpad.net vivid InRelease

   
Hit http://extras.ubuntu.com utopic Release.gpg 

   
Ign http://ua.archive.ubuntu.com wily-backports InRelease   

   
Hit http://archive.canonical.com wily Release.gpg   

   
Ign http://security.ubuntu.com wily-security InRelease  

   
Hit http://download.opensuse.org  Release   

   
Hit http://dl.hhvm.com vivid InRelease  

   
Ign http://ua.archive.ubuntu.com wily-proposed InRelease

 
Ign http://ppa.launchpad.net vivid InRelease

 
Hit http://extras.ubuntu.com utopic Release 

   
Hit http://archive.canonical.com wily Release   

  
Get:2 http://ua.archive.ubuntu.com wily Release.gpg [933 B] 

   
Ign http://ppa.launchpad.net wily InRelease 


Ign http://repository.spotify.com stable/non-free Translation-en
   

[Bug 1452644] Re: NFSd does not start due to systemd ordering cycle with setserial

2015-06-09 Thread Martin Pitt
Oh, my vivid SRU got rejected:
https://launchpad.net/ubuntu/vivid/+queue?queue_state=4&queue_text=setserial

I don't know why, I'll just reupload it.

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

Title:
  NFSd does not start due to systemd ordering cycle with setserial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/setserial/+bug/1452644/+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 1457754] Re: "E: Method http has died unexpectedly" when run under lxc on wily apt 1.0.9.9ubuntu1

2015-06-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: apt (Ubuntu)
   Status: New => Confirmed

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

Title:
  "E: Method http has died unexpectedly" when run under lxc on wily apt
  1.0.9.9ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1457754/+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 1452644] Re: NFSd does not start due to systemd ordering cycle with setserial

2015-06-09 Thread Bob Dooby
Is this going to be fixed in Vivid? It's randomly crippling my server on
reboots. Can I install the Wily version on 15.04?

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

Title:
  NFSd does not start due to systemd ordering cycle with setserial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/setserial/+bug/1452644/+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 1322897] Re: syslog spam Failed to get vmstats.

2015-06-09 Thread WIll Salmon
Thanks. At least it's useful to know that the message can be ignored as
it comes out EVERY 30 SECONDS (not every 30 min) !!

I found that the suggested rsyslog /etc/rsyslog.d/40-discard.conf did
not work (on Ubuntu 12.04.5 with Trusty kernel and rsyslog version
5.8.6-1ubuntu8.9), so I used the file below instead - see :
http://www.rsyslog.com/discarding-unwanted-messages/

# Discard unwanted message from vmtoolsd
# Ubuntu open-vm-tools-lts-trusty has bug that writes message every 30sec:
# "vmsvc[1070]: [ warning] [guestinfo] Failed to get vmstats."
#
# See https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1322897
#
:msg, contains, "[ warning] [guestinfo] Failed to get vmstats." ~

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

Title:
  syslog spam Failed to get vmstats.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1322897/+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 1452312] Re: glance-registry process spins if rsyslog restarted with syslog logging enabled

2015-06-09 Thread Edward Hope-Morley
@george-shuklin the package will remain in trusty-proposed until it has
been verified. If you want to help test this package please enable the
proposed pocket in your /etc/apt/sources.list, run apt-get update and
install the package. Thanks!

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

Title:
  glance-registry process spins if rsyslog restarted with syslog logging
  enabled

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