[Bug 1472584] Comment bridged from LTC Bugzilla

2015-07-10 Thread bugproxy
--- Comment From fen...@cn.ibm.com 2015-07-10 06:49 EDT---
(In reply to comment #16)
 Well, I'm quickly exhausting my samba expertise here.  I don't know how to
 interpret all the debug messages but I'll say: your output doesn't really
 contain anything different from mine, and on my system everything seems to
 be working.

 Because there are no apparent errors from samba I'm starting to suspect some
 networking issue, for lack of better explanation.  I guess Ubuntu uses
 apparmor instead of selinux here, and I'm not as familiar with apparmor,
 but it looks like you can do the following to shut it down.  Suggest running
 the status first to see if anything odd:

 service apparmor status
 service apparmor teardown

 If that doesn't help I am out of ideas.

 Doing a broad search on NT_STATUS_IO_TIMEOUT doesn't point to anything
 specific.  apparently it's a common problem that pops over recent years and
 most cases are either attributed to network problems or indeterminate.

 Ubuntu: really need your help here.  Please get this assigned and give us an
 initial read as soon as you can.  thanks!

Hi,
pole2lp1 is used to debug bug 127303 now and I used lakelp1 to verify your 
suggestion. I got the same result.

root@lakelp1:~# /etc/init.d/smbd status
* smbd is running

root@lakelp1:~# smbclient -L lakelp1
Enter root's password:
protocol negotiation failed: NT_STATUS_IO_TIMEOUT

root@lakelp1:~# service apparmor status
apparmor module is loaded.
5 profiles are loaded.
5 profiles are in enforce mode.
/sbin/dhclient
/usr/lib/NetworkManager/nm-dhcp-client.action
/usr/lib/connman/scripts/dhclient-script
/usr/sbin/ntpd
/usr/sbin/tcpdump
0 profiles are in complain mode.
2 processes have profiles defined.
2 processes are in enforce mode.
/sbin/dhclient (2329)
/usr/sbin/ntpd (2974)
0 processes are in complain mode.
0 processes are unconfined but have a profile defined.

root@lakelp1:~# service apparmor teardown
* Unloading AppArmor profiles   [ OK ]

root@lakelp1:~# smbclient -L lakelp1
Enter root's password:
protocol negotiation failed: NT_STATUS_IO_TIMEOUT

root@lakelp1:~# smbpasswd -a root
New SMB password:
Retype new SMB password:
Added user root.

root@lakelp1:~# smbclient -L lakelp1
Enter root's password:
protocol negotiation failed: NT_STATUS_IO_TIMEOUT

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

Title:
  ISST-LTE: Samba server doesn't work well on Ubuntu 14.04.3

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

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


[Bug 1459046] Re: [SRU] nova-* services do not start if rsyslog is not yet started

2015-07-10 Thread Edward Hope-Morley
** Changed in: nova (Ubuntu Trusty)
 Assignee: Liang Chen (cbjchen) = Edward Hope-Morley (hopem)

** Changed in: nova (Ubuntu)
 Assignee: Liang Chen (cbjchen) = Edward Hope-Morley (hopem)

** Changed in: nova
   Status: In Progress = New

** Changed in: nova
 Assignee: Edward Hope-Morley (hopem) = (unassigned)

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

Title:
  [SRU] nova-* services do not start if rsyslog is not yet started

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

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


[Bug 1471022] Re: [SRU] race between nova-compute and neutron-ovs-cleanup

2015-07-10 Thread Edward Hope-Morley
T/U/V verified *-proposed builds. Deployed Openstack I/J/K with these
packages and all seems good.

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

Title:
  [SRU] race between nova-compute and neutron-ovs-cleanup

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

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


[Bug 1459046] Re: [SRU] nova-* services do not start if rsyslog is not yet started

2015-07-10 Thread Edward Hope-Morley
** Changed in: nova (Ubuntu Utopic)
   Status: New = In Progress

** Changed in: nova (Ubuntu Utopic)
 Assignee: (unassigned) = Edward Hope-Morley (hopem)

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

** Changed in: nova (Ubuntu Utopic)
   Importance: Undecided = High

** Changed in: nova (Ubuntu Trusty)
   Importance: Undecided = High

** Description changed:

  [Impact]
  
-  * Nova services fail to start because they cannot connect to rsyslog
+  * If Nova services are configured to log to syslog (use_syslog=True) they 
will
+currently fail with ECONNREFUSED if they cannot connect to syslog. This 
patch
+adds support for allowing nova to retry connecting a configurable number of
+times before print an error message and continuing with startup.
  
  [Test Case]
  
-  * Set user_syslog to True in nova.conf, stop rsyslog service and
- restart nova services.
+  * Configure nova with use_syslog=True in nova.conf, stop rsyslog service and
+restart nova services. Check that upstart nova logs to see retries occuring
+then start rsyslog and observe connection succeed and nova-compute startup.
  
  [Regression Potential]
  
   * None
- 
- 
- When nova services log to syslog, we should make sure the dependency on the 
upstart jobs is set prior to the nova-* services start.

** Description changed:

  [Impact]
  
-  * If Nova services are configured to log to syslog (use_syslog=True) they 
will
-currently fail with ECONNREFUSED if they cannot connect to syslog. This 
patch
-adds support for allowing nova to retry connecting a configurable number of
-times before print an error message and continuing with startup.
+  * If Nova services are configured to log to syslog (use_syslog=True) they
+will currently fail with ECONNREFUSED if they cannot connect to syslog.
+This patch adds support for allowing nova to retry connecting a 
+configurable number of times before print an error message and continuing
+with startup.
  
  [Test Case]
  
-  * Configure nova with use_syslog=True in nova.conf, stop rsyslog service and
-restart nova services. Check that upstart nova logs to see retries occuring
-then start rsyslog and observe connection succeed and nova-compute startup.
+  * Configure nova with use_syslog=True in nova.conf, stop rsyslog service and
+restart nova services. Check that upstart nova logs to see retries 
+occurring then start rsyslog and observe connection succeed and 
+nova-compute startup.
  
  [Regression Potential]
  
-  * None
+  * None

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

Title:
  [SRU] nova-* services do not start if rsyslog is not yet started

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

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


[Bug 1451322] [NEW] upgrade 10.04 to 14.04 failed - package samba-common 2:4.1.6+dfsg-1ubuntu2.14.04.7 failed to install/upgrade: subprocess installed post-installation script returned error exit stat

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

Running do-release-upgrade -  system generated a bug report

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: samba-common 2:4.1.6+dfsg-1ubuntu2.14.04.7
ProcVersionSignature: Ubuntu 3.2.0-80.116-generic-pae 3.2.68
Uname: Linux 3.2.0-80-generic-pae i686
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: i386
Date: Mon May  4 04:23:11 2015
DuplicateSignature: 
package:samba-common:2:4.1.6+dfsg-1ubuntu2.14.04.7:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2012-10-24 (921 days ago)
InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release i386 
(20120424.1)
PackageArchitecture: all
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba-common 2:4.1.6+dfsg-1ubuntu2.14.04.7 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: Upgraded to trusty on 2015-05-04 (0 days ago)

** Affects: samba (Ubuntu)
 Importance: High
 Status: Confirmed


** Tags: apport-package dist-upgrade i386 trusty
-- 
upgrade 10.04 to 14.04 failed - package samba-common 
2:4.1.6+dfsg-1ubuntu2.14.04.7 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/1451322
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 1472510] Re: Unbound returns SERVFAIL for specific query on dual stacked machine

2015-07-10 Thread Robie Basak
** Changed in: unbound (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: unbound (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Unbound returns SERVFAIL for specific query on dual stacked machine

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

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


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

2015-07-10 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: bind9 (Ubuntu)
   Status: Confirmed = Incomplete

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

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

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

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


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

2015-07-10 Thread Robie Basak
From log:

Jul  8 08:39:30 augmentaa named[11315]: isc_stdio_open '/var/log/query.log' 
failed: permission denied
Jul  8 08:39:30 augmentaa named[11315]: configuring logging: permission denied
Jul  8 08:39:30 augmentaa named[11315]: loading configuration: permission denied
Jul  8 08:39:30 augmentaa named[11315]: exiting (due to fatal error)

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

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

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

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


[Bug 1472639] Re: apparmor profile denied for kerberos: /run/.heim_org.h5l.kcm-socket

2015-07-10 Thread Robie Basak
** Tags added: apparmor

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

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

Title:
  apparmor profile denied for kerberos:  /run/.heim_org.h5l.kcm-socket

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

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


[Bug 1321425] [NEW] irqbalance spams syslog about affinity_hint subset empty

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

/var/log/syslog has repeating
May 20 14:39:28 txsllabc7k001 /usr/sbin/irqbalance: irq 121 affinity_hint 
subset empty
May 20 14:39:28 txsllabc7k001 /usr/sbin/irqbalance: irq 123 affinity_hint 
subset empty
May 20 14:39:28 txsllabc7k001 /usr/sbin/irqbalance: irq 125 affinity_hint 
subset empty
May 20 14:39:38 txsllabc7k001 /usr/sbin/irqbalance: irq 119 affinity_hint 
subset empty
May 20 14:39:38 txsllabc7k001 /usr/sbin/irqbalance: irq 121 affinity_hint 
subset empty
May 20 14:39:38 txsllabc7k001 /usr/sbin/irqbalance: irq 123 affinity_hint 
subset empty
May 20 14:39:38 txsllabc7k001 /usr/sbin/irqbalance: irq 125 affinity_hint 
subset empty
May 20 14:39:48 txsllabc7k001 /usr/sbin/irqbalance: irq 119 affinity_hint 
subset empty
May 20 14:39:48 txsllabc7k001 /usr/sbin/irqbalance: irq 121 affinity_hint 
subset empty
May 20 14:39:48 txsllabc7k001 /usr/sbin/irqbalance: irq 123 affinity_hint 
subset empty
May 20 14:39:48 txsllabc7k001 /usr/sbin/irqbalance: irq 125 affinity_hint 
subset empty
May 20 14:39:58 txsllabc7k001 /usr/sbin/irqbalance: irq 119 affinity_hint 
subset empty
May 20 14:39:58 txsllabc7k001 /usr/sbin/irqbalance: irq 121 affinity_hint 
subset empty
May 20 14:39:58 txsllabc7k001 /usr/sbin/irqbalance: irq 123 affinity_hint 
subset empty
May 20 14:39:58 txsllabc7k001 /usr/sbin/irqbalance: irq 125 affinity_hint 
subset empty
May 20 14:40:08 txsllabc7k001 /usr/sbin/irqbalance: irq 119 affinity_hint 
subset empty
May 20 14:40:08 txsllabc7k001 /usr/sbin/irqbalance: irq 121 affinity_hint 
subset empty
May 20 14:40:08 txsllabc7k001 /usr/sbin/irqbalance: irq 123 affinity_hint 
subset empty
May 20 14:40:08 txsllabc7k001 /usr/sbin/irqbalance: irq 125 affinity_hint 
subset empty
May 20 14:40:18 txsllabc7k001 /usr/sbin/irqbalance: irq 119 affinity_hint 
subset empty
May 20 14:40:18 txsllabc7k001 /usr/sbin/irqbalance: irq 121 affinity_hint 
subset empty

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: irqbalance 1.0.6-2
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.1
Architecture: amd64
Date: Tue May 20 14:19:32 2014
ExecutablePath: /usr/sbin/irqbalance
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
SourcePackage: irqbalance
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty
-- 
irqbalance spams syslog about affinity_hint subset empty
https://bugs.launchpad.net/bugs/1321425
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 1471831] [NEW] Requesting a package for 2.4.41

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

OpenLDAP version 2.4.41 is now available, and includes the bugfix for
the issue I reported in bug #1461276, as well as many other bugfixes.
Requesting an Ubuntu package for this release.

** Affects: openldap (Ubuntu)
 Importance: Undecided
 Assignee: Ryan Tandy (rtandy)
 Status: Confirmed


** Tags: upgrade-software-version
-- 
Requesting a package for 2.4.41
https://bugs.launchpad.net/bugs/1471831
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 1321425] Re: irqbalance affinity_hint subset empty in /var/log/syslog

2015-07-10 Thread Emmanuel Fusté
*** This bug is a duplicate of bug 1444283 ***
https://bugs.launchpad.net/bugs/1444283

Proper fix is in commit c9e5f36fe91d2d04d013d96f1093419245585de7 on the 
upstream git repo.
Actual fix is a blind workaround. Please apply the right fix (warn once) :
https://github.com/Irqbalance/irqbalance/commit/c9e5f36fe91d2d04d013d96f1093419245585de7
 

Same as bug #1444283

** This bug has been marked a duplicate of bug 1444283
   Update irqbalance to include c9e5f36 bug-893478_warn-once

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

Title:
  irqbalance affinity_hint subset empty in /var/log/syslog

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

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


[Bug 1444283] Re: Update irqbalance to include c9e5f36 bug-893478_warn-once

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

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

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

Title:
  Update irqbalance to include c9e5f36 bug-893478_warn-once

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

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


[Bug 1472584] Re: ISST-LTE: Samba server doesn't work well on Ubuntu 14.04.3

2015-07-10 Thread Robie Basak
 Ubuntu: really need your help here. Please get this assigned and give
us an initial read as soon as you can. thanks!

Sorry, we don't use this bug tracker as a support forum. If you need
help, please raise it through commercial support channels or use the
community support channels listed at
http://www.ubuntu.com/support/community

If you're reporting an actual bug, please describe in detail (steps to
reproduce, expected results, actual results) and change the bug status
back to New.

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

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

Title:
  ISST-LTE: Samba server doesn't work well on Ubuntu 14.04.3

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

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


[Bug 1473070] [NEW] sa-update fails to run

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

Ubuntu 14.04.2 LTS

Spamassassin 3.4.0-1ubuntu2.1

What should happen: 
 sa-update should run on the daily cron job without error

What does happen:
sa-update fails with error:
could not find working mirror, channel failed

The problem is related to perl's wonky threading.  The fork call in sa-
update that utilizes curl/wget/fetch to retrieve data results in the
child process immediately dying from a SIGPIPE signal.

Adding the following at line 132 fixes the problem:

$SIG{PIPE} = 'IGNORE';

I can't vouch for whether that is the RIGHT thing to do, but it seems ok
in context and does allow sa-update to run.

I will attach before and after logs running sa-update as configured by
the package's daily cron task.  (note that between the two runs I also
updated the gpg key).

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: spamassassin 3.4.0-1ubuntu2.1 [modified: usr/bin/sa-update]
ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
Uname: Linux 3.13.0-55-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
Date: Thu Jul  9 09:05:05 2015
InstallationDate: Installed on 2013-07-19 (720 days ago)
InstallationMedia: Ubuntu-Server 13.04 Raring Ringtail - Release amd64 
(20130423.1)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: spamassassin
UpgradeStatus: Upgraded to trusty on 2014-08-16 (326 days ago)
modified.conffile..etc.default.spamassassin: [modified]
modified.conffile..etc.spamassassin.local.cf: [modified]
mtime.conffile..etc.default.spamassassin: 2013-10-29T10:31:09.601296
mtime.conffile..etc.spamassassin.local.cf: 2014-08-16T10:23:56.796611

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


** Tags: amd64 apport-bug trusty
-- 
sa-update fails to run
https://bugs.launchpad.net/bugs/1473070
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 1454725] [NEW] openvpn fails after upgrade from 14.10 to 15.04

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

1) the config in /etc/default/openvpn seems to not be respected, specifically 
the value of the OPTARGS is not used.
 -- it can be set in the vpn config file

2) the package uml-utilities is not installed and tunctl seems to be
required by the openvpn start procedure.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: openvpn 2.3.2-9ubuntu4
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Wed May 13 16:23:29 2015
InstallationDate: Installed on 2013-06-01 (710 days ago)
InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_DK.UTF-8
 SHELL=/bin/bash
SourcePackage: openvpn
UpgradeStatus: Upgraded to vivid on 2015-05-13 (0 days ago)
mtime.conffile..etc.default.openvpn: 2015-05-13T16:08:10.362615

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


** Tags: amd64 apport-bug systemd-boot vivid
-- 
openvpn fails after upgrade from 14.10 to 15.04
https://bugs.launchpad.net/bugs/1454725
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 1459046] Re: [SRU] nova-* services do not start if rsyslog is not yet started

2015-07-10 Thread Louis Bouchard
** Also affects: nova (Ubuntu Utopic)
   Importance: Undecided
   Status: New

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

Title:
  [SRU] nova-* services do not start if rsyslog is not yet started

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

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


[Bug 1472590] Re: package vsftpd 3.0.2-18ubuntu1 failed to install/upgrade: 子进程 已安装 post-removal 脚本 返回错误状态 1

2015-07-10 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: vsftpd (Ubuntu)
   Status: New = Incomplete

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

Title:
  package vsftpd 3.0.2-18ubuntu1 failed to install/upgrade: 子进程 已安装
  post-removal 脚本 返回错误状态 1

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

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


[Bug 1472950] Re: package bacula-common (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2015-07-10 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. 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.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures


At a minimum, we need:

1. the specific steps or actions you took that caused you to encounter
the problem,

2. the behavior you expected, and

3. the exact behavior you actually encountered (in as much detail as
possible). A copy and paste or screenshot of the message you received
would be helpful. It froze on the screen requesting information on
SMTP. isn't enough for me to go on, sorry.

Thanks!

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

Title:
  package bacula-common (not installed) failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

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

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


[Bug 1472639] [NEW] apparmor profile denied for kerberos: /run/.heim_org.h5l.kcm-socket

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

The slapd apparmor profile doesn't allow access to /run/.heim_org.h5l
.kcm-socket which is used by kerberos:

apparmor=DENIED operation=connect profile=/usr/sbin/slapd
name=/run/.heim_org.h5l.kcm-socket pid=61289 comm=slapd
requested_mask=wr denied_mask=wr fsuid=389 ouid=0

This is as of 2.4.40+dfsg-1ubuntu1.

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


** Tags: apparmor
-- 
apparmor profile denied for kerberos:  /run/.heim_org.h5l.kcm-socket
https://bugs.launchpad.net/bugs/1472639
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 1472713] Re: HAProxy 1.5.3 requires security updates

2015-07-10 Thread Robie Basak
** Package changed: haproxy (Ubuntu) = trusty-backports

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

Title:
  HAProxy 1.5.3 requires security updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1472713/+subscriptions

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


[Bug 1404396] Re: [regression] vgabios - seabios breaks (my) 16-bit applications

2015-07-10 Thread Richard Laager
I realized later that my laptop doesn't run Trusty. It runs vivid. So
disregard my previous comment.

Anyway, we're running Windows Server 2008 (not R2, which is only
available in 64-bit). That's based on Vista, so maybe try Vista? This is
still reproducible for me in my test environment. SkiFree 16-bit crashes
immediately on startup. I never even see the game window.

I'd be happy to test any packages you build for the SRU.

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

Title:
  [regression] vgabios - seabios breaks (my) 16-bit applications

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

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


[Bug 1468897] Re: multipath creates binding for Removable(USB) drives

2015-07-10 Thread Mathieu Trudel-Lapierre
Yes, it needs to be backported since it was meant for 0.5.0.

** Changed in: multipath-tools (Ubuntu Trusty)
 Assignee: (unassigned) = Mathieu Trudel-Lapierre (mathieu-tl)

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

Title:
  multipath creates binding for Removable(USB) drives

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

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


[Bug 1196924] Re: Stop and Delete operations should give the Guest a chance to shutdown

2015-07-10 Thread Liang Chen
** Changed in: nova (Ubuntu)
   Status: New = In Progress

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

Title:
  Stop and Delete operations should give the Guest a chance to shutdown

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

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


Fwd: Incoming changes in PHP packaging

2015-07-10 Thread Ondřej Surý
Hi,

could Ubuntu/Canonical assign somebody to at least look and comment on
the proposal. Even better would be if you can help with the work...

Consider it as a fair warning since it will hit you hard if you won't
and you are caught in the transition.

Cheers,
-- 
Ondřej Surý ond...@sury.org
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server

- Original message -
From: Ondřej Surý ond...@sury.org
To: Debian PHP Maintainers pkg-php-ma...@lists.alioth.debian.org,
Debian PHP PEAR Maintainers pkg-php-p...@lists.alioth.debian.org,
pkg-php-p...@lists.alioth.debian.org, Murukesh Mohanan
murukesh.moha...@gmail.com
Subject: Incoming changes in PHP packaging
Date: Thu, 09 Jul 2015 16:00:29 +0200

Hi all,

as you might (or might not) have noticed we have a GSoC student
(Murukesh in Cc) working on PHP co-installability as this is one the
things often requested by Debian PHP users.

This will not only mean a changes in PHP SAPI packaging, but also all
PECL modules will have to adapt and we will probably need some changes
in PEAR as well.

More volunteers to keep this running are always welcome. And everything
I am writing down is WIP and still can be changed.

So, what happened so far:

Murukesh has prepared two new branches in php.git: gsoc15-5.5 and
gsoc15-5.5. Those branches have preliminary changes to rename everything
to PHP_MAJOR.PHP_MINOR.

Well, and I had a very productive evening watching Marvel's Agent of
Shield yesterday and I packaged php-7.0 :) + pulled some changes from
Murukesh + redid most of debian/rules, so it gets the X.Y from
dpkg-parsechangelog and dynamically create everything under debian/.
It's not perfect, but I think it's a good start.

So to describe the changes in the packaging, everything is now versioned
- if it was named *php5* it's now named phpX.Y (files) or php/X.Y
(directories).

I will use examples from 7.0 packaging

So, few examples:
php-config5 is now php-config7.0
/etc/php5/cli is now /etc/php/7.0/cli
/var/lib/php5/sessions is now /var/lib/php/7.0/sessions

This is the easy part in my eyes.

The next steps will be crucial and it will require a lot of work (but
there's no easy way how to do that). We want to create a system similar
to python-module or ruby-module

1. The binary modules will have to be renamed from php5-module to
php-module
2. Each binary package will include versions of the module built for all
available PHP versions
3. src:phpX.Y will stop building all modules (except the compiled-in)
4. src:php-modules (probably with same source as phpLATEST, but each
module will be individually built for every available PHP version)
5. (optional)I think we should have a system in place that would allow
us to have sources for each PHP version. I am thinking about modules
that couldn't be compiled for older PHP versions, but we still want to
provide. The second option would be to patch the sources to detect the
PHP version at compile time.

As for PEAR:

As previously discussed - I have dropped building php-pear from
src:php7.0, so it will have to be packaged individually. Any volunteers
(or at least people who care)?

Cheers,
-- 
Ondřej Surý ond...@sury.org
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server

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


[Bug 1447160] Re: lxc-create template does not include /etc/hosts hostname resolution

2015-07-10 Thread Launchpad Bug Tracker
[Expired for lxc (Ubuntu) because there has been no activity for 60
days.]

** Changed in: lxc (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  lxc-create template does not include /etc/hosts hostname resolution

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

-- 
Ubuntu-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 1472224] Re: package libapache2-mod-php5 (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 2

2015-07-10 Thread Darryl Penrice
Sorry my friend... since I reported this bug... I completely removed 
LAMP and used taskel to install... I actually have to get some work done...

you guys do great work, sorry I couldn't be more helpful.


On Friday, July 10, 2015 09:21 PM, Robie Basak wrote:
 Thank you for taking the time to report this bug and helping to make
 Ubuntu better.

 It looks like the documentation on the page you linked is out of date as
 it refers to Apache 2.2 but 14.04 ships with Apache 2.4 which contains
 some significant packaging updates.

 Please describe exactly how to reproduce your problem on a fresh 14.04
 installation and then we'll be able to see if it is a problem with what
 you did or a bug in the packaging.

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

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

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

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

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


[Bug 1362963] Re: findsmb command is missing from smbclient package

2015-07-10 Thread iLugo
I can confirm that findsmb is also missing from the package smbclient 
2:4.1.13+dfsg-4ubuntu3  in Kubuntu 15.04 (Kubuntu Vivid).
After installing that package and reinstalling it (also reinstalling samba) the 
findsmb script does not exist anywhere.

For a workaround, I have taken a copy of the findsmb script from an
older installation (Mint 14 Nadia/Ubuntu Quantal) and that copy runs
and seems to do what it is supposed to do - or at the very least it is
listing the systems that I was expecting to respond to it).

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

Title:
  findsmb command is missing from smbclient package

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

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


[Bug 1468897] Re: multipath creates binding for Removable(USB) drives

2015-07-10 Thread Steve Langasek
I understand the fix for this bug will also need to be backported to
trusty once available.

** Also affects: multipath-tools (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: multipath-tools (Ubuntu Trusty)
   Importance: Undecided = Medium

** Changed in: multipath-tools (Ubuntu Trusty)
   Status: New = Triaged

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

Title:
  multipath creates binding for Removable(USB) drives

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

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


[Bug 1473228] Re: qemu-system-ppc requires openhackware package

2015-07-10 Thread Steve Langasek
Openhackware is only required for emulation of certain hardware/firmware
configurations.  It quite specifically should not be required for KVM on
POWER8 - and is not installed on any of our PowerNV hosts where we are
running KVM today.

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Invalid

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

Title:
  qemu-system-ppc requires openhackware package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1473228/+subscriptions

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


[Bug 1472582] Re: [MIR] python-os-brick

2015-07-10 Thread Michael Terry
Looks fine.  Would like the python3 tests to be run, but I see your
comment about them being broken upstream.  Apparently the fix landed in
upstream trunk, will be in next release.

** Changed in: python-os-brick (Ubuntu)
   Status: New = Fix Committed

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

Title:
  [MIR] python-os-brick

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-os-brick/+bug/1472582/+subscriptions

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


[Bug 1472392] Re: [MIR] zzzeeksphinx

2015-07-10 Thread Michael Terry
Sure, this is simple and no red flags.

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

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

Title:
  [MIR] zzzeeksphinx

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

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


[Bug 1454725] Re: openvpn fails after upgrade from 14.10 to 15.04

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

This looks likely to be a consequence of the switch to systemd to me.

** Tags added: systemd-boot

** Changed in: openvpn (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  openvpn fails after upgrade from 14.10 to 15.04

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

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


[Bug 1455097] Re: pm-suspend no longer run since upgrade to vivid

2015-07-10 Thread Martin Pitt
** No longer affects: unattended-upgrades (Ubuntu)

** No longer affects: grub2 (Ubuntu)

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

Title:
  pm-suspend no longer run since upgrade to vivid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1455097/+subscriptions

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


[Bug 1472407] Re: Segmentation fault uploading a csv using ZF1.12.1

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

It'll help if you can try the relevant latest upstream versions of PHP
directly (without packaging) to see if the bug affects upstream also,
and report it upstream if it is present and not fixed there. If you can
locate an upstream fix, we can look into getting it fixed in Ubuntu
also.

Others may also be able to help you better if you can provide a minimal
failure case and steps to reproduce the problem.

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

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

Title:
  Segmentation fault uploading a csv using ZF1.12.1

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

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


[Bug 1321425] Re: irqbalance affinity_hint subset empty in /var/log/syslog

2015-07-10 Thread Robie Basak
Swapping the duplicates around as this bug has more information.

** This bug is no longer a duplicate of bug 1444283
   Update irqbalance to include c9e5f36 bug-893478_warn-once

** Summary changed:

- irqbalance affinity_hint subset empty in /var/log/syslog
+ irqbalance spams syslog about affinity_hint subset empty

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

** Changed in: irqbalance (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  irqbalance spams syslog about affinity_hint subset empty

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

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


[Bug 1444283] Re: Update irqbalance to include c9e5f36 bug-893478_warn-once

2015-07-10 Thread Robie Basak
*** This bug is a duplicate of bug 1321425 ***
https://bugs.launchpad.net/bugs/1321425

Swapping the duplicates around as the other bug has more information.

** This bug has been marked a duplicate of bug 1321425
   irqbalance affinity_hint subset empty in /var/log/syslog

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

Title:
  Update irqbalance to include c9e5f36 bug-893478_warn-once

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

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


[Bug 1473070] Re: sa-update fails to run

2015-07-10 Thread Robie Basak
Argh, wrong bug. Please ignore.

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

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

Title:
  sa-update fails to run

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

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


[Bug 1473070] Re: sa-update fails to run

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

The relevant code from samba-common.postinst is:

# Clean up the now-empty dir which our conffile was previously in,
# since it wasn't empty at the time dpkg could automatically remove it
# for us.
if dpkg --compare-versions $2 lt-nl 2:4.1.4+dfsg-2~
then
rmdir -p --ignore-fail-on-non-empty /etc/dhcp3/dhclient-enter-hooks.d
fi

and the postinst error is:

rmdir: failed to remove ‘/etc/dhcp3/dhclient-enter-hooks.d’: No such
file or directory

It seems to me that the postinst is missing a test for the directory
first, and the code is still present in Debian VCS master. This needs a
more detailed look.

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

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

Title:
  sa-update fails to run

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

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


[Bug 1451322] Re: upgrade 10.04 to 14.04 failed - package samba-common 2:4.1.6+dfsg-1ubuntu2.14.04.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status

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

The relevant code from samba-common.postinst is:

# Clean up the now-empty dir which our conffile was previously in,
# since it wasn't empty at the time dpkg could automatically remove it
# for us.
if dpkg --compare-versions $2 lt-nl 2:4.1.4+dfsg-2~
then
 rmdir -p --ignore-fail-on-non-empty /etc/dhcp3/dhclient-enter-hooks.d
fi

and the postinst error is:

rmdir: failed to remove ‘/etc/dhcp3/dhclient-enter-hooks.d’: No such
file or directory

It seems to me that the postinst is missing a test for the directory
first, and the code is still present in Debian VCS master. This needs a
more detailed look.


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

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

Title:
  upgrade 10.04 to 14.04 failed - package samba-common 2:4.1.6+dfsg-
  1ubuntu2.14.04.7 failed to install/upgrade: subprocess installed post-
  installation script returned error exit status 1

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

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


[Bug 1472510] [NEW] Unbound returns SERVFAIL for specific query on dual stacked machine

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

Hello,

I noticed a problem on one of my dual stacked (IPv4 and IPv6) Trusty
Tahr machines running unbound.

The problem initially was that i failed running dig +trace against it,
where it would hang when looking up the root servers.

I could verify the problem using unbound-host:
===
# unbound-host -f /var/lib/unbound/root.key a.root-servers.net
Host a.root-servers.net not found: 2(SERVFAIL).
Host a.root-servers.net not found: 2(SERVFAIL).
Host a.root-servers.net not found: 2(SERVFAIL).
===

The most interesting part was that when forcing either IPv4 or IPv6, it worked:
===
# unbound-host -4 -f /var/lib/unbound/root.key a.root-servers.net
a.root-servers.net has address 198.41.0.4
a.root-servers.net has IPv6 address 2001:503:ba3e::2:30

# unbound-host -6 -f /var/lib/unbound/root.key a.root-servers.net
a.root-servers.net has address 198.41.0.4
a.root-servers.net has IPv6 address 2001:503:ba3e::2:30
===

Looking at the debug-output i noticed several occurences of the following 
messages:
===
# unbound-host -d -d -f /var/lib/unbound/root.key a.root-servers.net
[...]
[1436342178] libunbound[14283:0] debug: request has exceeded the maximum number 
of sends with 17
[1436342178] libunbound[14283:0] debug: return error response SERVFAIL
[...]
===

Comparing this against the changelog of unbound
(https://www.unbound.net/download.html) I noticed 1.5.0 had increased
the MAX_SENT_COUNT definition from 16 to 32.

Attached is a diff which backports this change, which solved my problem.

The most annoying thing about this problem is that I can not recreate it
on another host which is both the same Ubuntu version and dual stacked.

** Affects: unbound (Ubuntu)
 Importance: Undecided
 Status: Triaged

-- 
Unbound returns SERVFAIL for specific query on dual stacked machine
https://bugs.launchpad.net/bugs/1472510
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 1472587] Re: package python-six 1.9.0-3 failed to install/upgrade: package python-six is already installed and configured

2015-07-10 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: six (Ubuntu)
   Status: New = Invalid

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

Title:
  package python-six 1.9.0-3 failed to install/upgrade: package python-
  six is already installed and configured

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

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


[Bug 1472950] Re: package bacula-common (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2015-07-10 Thread Robie Basak
Once done, please change the bug status back to New.

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

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

Title:
  package bacula-common (not installed) failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

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

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


[Bug 1472407] [NEW] Segmentation fault uploading a csv using ZF1.12.1

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

Hello, I have a problem with an app, is a form to upload a csv file
using fopen and fgetcsv, but looks like the error is before this two
functions, is when the code is on
Zend_File_Transfer_Adapter_HttpisValid().

I have the same app on a server with 12.04 with no problem. I read similar 
problems and solutions like:
set opcache.enable_cli=0
increase output_buffering
set export USE_ZEND_ALLOC=0
set export ZEND_MM_SEG_SIZE=255k
didnt work, some more info:
xdebug is installed and disabled
apc is not installed
opcache is disabled

php:
PHP 5.5.9-1ubuntu4.11 (cli) (built: Jul  2 2015 15:23:08)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies

apache:
2.4.7-1ubuntu4.4
Server version: Apache/2.4.7 (Ubuntu)
Server built:   Mar 10 2015 13:05:59

ubuntu:
Description:Ubuntu 14.04.1 LTS
Release:14.04

bt:
#0  zend_mm_remove_from_free_list (heap=0x7f519cb4fb80, 
mm_block=0x7f518c44b118) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_alloc.c:837
#1  0x7f5194614c4c in _zend_mm_free_int (heap=0x7f519cb4fb80, 
p=0x7f518c44b128) at /build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_alloc.c:2105
#2  0x7f5194428a03 in apprentice_unmap (map=0x7f518c8d0248) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/ext/fileinfo/libmagic/apprentice.c:499
#3  0x7f5194428a75 in mlist_free (mlist=0x7f519ced7540) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/ext/fileinfo/libmagic/apprentice.c:530
#4  0x7f5194429861 in file_ms_free (ms=0x7f519cee8bf0) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/ext/fileinfo/libmagic/apprentice.c:444
#5  0x7f519443203a in magic_close (ms=optimized out) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/ext/fileinfo/libmagic/magic.c:256
#6  0x7f5194427b75 in finfo_resource_destructor (rsrc=0x7f519cee6bd0) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/ext/fileinfo/fileinfo.c:194
#7  0x7f519464bcc0 in list_entry_destructor (ptr=0x7f519cee6bd0) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_list.c:183
#8  0x7f5194649b01 in zend_hash_del_key_or_index 
(ht=ht@entry=0x7f5194e007b0 executor_globals+624, arKey=arKey@entry=0x0,
nKeyLength=nKeyLength@entry=0, h=h@entry=193, flag=flag@entry=1) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_hash.c:532
#9  0x7f519464bea1 in _zend_list_delete (id=optimized out) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_list.c:57
#10 0x7f519462c150 in _zval_dtor (zvalue=0x7f519ce64eb8) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_variables.h:35
#11 i_zval_ptr_dtor (zval_ptr=0x7f519ce64eb8) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_execute.h:81
#12 _zval_ptr_dtor (zval_ptr=optimized out) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_execute_API.c:426
#13 0x7f519465e207 in zend_object_std_dtor (object=0x7f519ce669f0) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_objects.c:54
#14 0x7f519465e239 in zend_objects_free_object_storage 
(object=0x7f519ce669f0) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_objects.c:137
#15 0x7f51946640cc in zend_objects_store_del_ref_by_handle_ex (handle=296, 
handlers=optimized out)
at /build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_objects_API.c:226
#16 0x7f51946640f3 in zend_objects_store_del_ref (zobject=0x7f519ce669c0) 
at /build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_objects_API.c:178
#17 0x7f519462c150 in _zval_dtor (zvalue=0x7f519ce669c0) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_variables.h:35
#18 i_zval_ptr_dtor (zval_ptr=0x7f519ce669c0) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_execute.h:81
#19 _zval_ptr_dtor (zval_ptr=optimized out) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_execute_API.c:426
#20 0x7f5194649c08 in zend_hash_destroy (ht=0x7f518c6dd3e0) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_hash.c:560
#21 0x7f519463b07b in _zval_dtor_func (zvalue=0x7f518c95eb00) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_variables.c:45
#22 0x7f519462c150 in _zval_dtor (zvalue=0x7f518c95eb00) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_variables.h:35
#23 i_zval_ptr_dtor (zval_ptr=0x7f518c95eb00) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_execute.h:81
#24 _zval_ptr_dtor (zval_ptr=optimized out) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_execute_API.c:426
#25 0x7f519465e207 in zend_object_std_dtor (object=0x7f518c9faad0) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_objects.c:54
#26 0x7f519465e239 in zend_objects_free_object_storage 
(object=0x7f518c9faad0) at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_objects.c:137
#27 0x7f5194663c37 in zend_objects_store_free_object_storage 
(objects=objects@entry=0x7f5194e008e0 executor_globals+928)
at /build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_objects_API.c:97
#28 0x7f519462c863 in shutdown_executor () at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend_execute_API.c:293
#29 0x7f519463c032 in zend_deactivate () at 
/build/php5-RpYHCf/php5-5.5.9+dfsg/Zend/zend.c:935
#30 

[Bug 1473453] Re: package libnss3 2:3.17.4-0ubuntu1 failed to install/upgrade: cannot copy extracted data for './usr/lib/x86_64-linux-gnu/nss/libnssckbi.so' to '/usr/lib/x86_64-linux-gnu/nss/libnssckb

2015-07-10 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 nss in Ubuntu.
https://bugs.launchpad.net/bugs/1473453

Title:
  package libnss3 2:3.17.4-0ubuntu1 failed to install/upgrade: cannot
  copy extracted data for './usr/lib/x86_64-linux-gnu/nss/libnssckbi.so'
  to '/usr/lib/x86_64-linux-gnu/nss/libnssckbi.so.dpkg-new': unexpected
  end of file or stream

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

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


[Bug 1472129] Re: irqbalance triggers Upstart bug when started with --policyscript

2015-07-10 Thread Robie Basak
 On a related note, I see that the irqbalance package ships both a SysV
init script in /etc/init.d/irqbalance as well as an Upstart job
definition. That's rather confusing to a sysadmin, and could possibly
lead to collisions? As I understand it, the SysV init script for an
Upstart-managed service is supposed be replaced by a symlink to
/lib/init/upstart-job. Maybe you'll want to look into that as well.

This is a valid concern but tracked in bug 1273462 - more details there.

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

Title:
  irqbalance triggers Upstart bug when started with --policyscript

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

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


[Bug 1472129] Re: irqbalance triggers Upstart bug when started with --policyscript

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

As we use systemd from Vivid onwards, I'll mark this bug as Invalid to
represent that this bug does not affect the development release.

For Trusty, I don't think it is suitable to change existing users from
expect fork to --foreground for regression risk reasons, especially
when the bug only occurs when changing the default configuration. In
addition the change may require conffile prompts which are undesirable
in stable updates.

Your report is useful though as hopefully others making the same
configuration change you did will find this bug and be able to make the
same adjustments to the upstart job that you did in order to make this
work.

But since I don't think it's suitable for an update to Trusty that will
automatically be recommended to all users, and there is no action to
take for the development release, there is no other work to do for this
bug so I'll mark the Trusty task Won't Fix.

Thank you again for your useful report.

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

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

** Changed in: irqbalance (Ubuntu Trusty)
   Status: New = Won't Fix

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

Title:
  irqbalance triggers Upstart bug when started with --policyscript

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

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


[Bug 1473453] [NEW] package libnss3 2:3.17.4-0ubuntu1 failed to install/upgrade: cannot copy extracted data for './usr/lib/x86_64-linux-gnu/nss/libnssckbi.so' to '/usr/lib/x86_64-linux-gnu/nss/libnssc

2015-07-10 Thread checoimg
Public bug reported:

this error appeared after update

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: libnss3 2:3.17.4-0ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
Uname: Linux 3.19.0-22-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
Date: Fri Jul 10 09:34:31 2015
DuplicateSignature: package:libnss3:2:3.17.4-0ubuntu1:cannot copy extracted 
data for './usr/lib/x86_64-linux-gnu/nss/libnssckbi.so' to 
'/usr/lib/x86_64-linux-gnu/nss/libnssckbi.so.dpkg-new': unexpected end of file 
or stream
ErrorMessage: cannot copy extracted data for 
'./usr/lib/x86_64-linux-gnu/nss/libnssckbi.so' to 
'/usr/lib/x86_64-linux-gnu/nss/libnssckbi.so.dpkg-new': unexpected end of file 
or stream
InstallationDate: Installed on 2015-05-18 (52 days ago)
InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Release amd64 (20150422)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4
SourcePackage: nss
Title: package libnss3 2:3.17.4-0ubuntu1 failed to install/upgrade: cannot copy 
extracted data for './usr/lib/x86_64-linux-gnu/nss/libnssckbi.so' to 
'/usr/lib/x86_64-linux-gnu/nss/libnssckbi.so.dpkg-new': unexpected end of file 
or stream
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package vivid

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

Title:
  package libnss3 2:3.17.4-0ubuntu1 failed to install/upgrade: cannot
  copy extracted data for './usr/lib/x86_64-linux-gnu/nss/libnssckbi.so'
  to '/usr/lib/x86_64-linux-gnu/nss/libnssckbi.so.dpkg-new': unexpected
  end of file or stream

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

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


[Bug 1472318] Re: iscsitarget-dkms 1.4.20.3+svn499-1ubuntu1: iscsitarget kernel module failed to build Edit

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

apport-collect 1472318

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.

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

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

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

Title:
  iscsitarget-dkms 1.4.20.3+svn499-1ubuntu1: iscsitarget kernel module
  failed to build Edit

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

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


[Bug 1402042] Re: console= parameters need to be added before -- on kernel cmdline

2015-07-10 Thread Scott Moser
** Changed in: maas (Ubuntu Precise)
   Importance: Undecided = Medium

** Changed in: maas (Ubuntu Precise)
   Status: New = Confirmed

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

Title:
  console= parameters need to be added before -- on kernel cmdline

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

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


[Bug 1472224] Re: package libapache2-mod-php5 (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 2

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

It looks like the documentation on the page you linked is out of date as
it refers to Apache 2.2 but 14.04 ships with Apache 2.4 which contains
some significant packaging updates.

Please describe exactly how to reproduce your problem on a fresh 14.04
installation and then we'll be able to see if it is a problem with what
you did or a bug in the packaging.

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

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

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

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

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


[Bug 1472971] Re: [MIR] requests-aws

2015-07-10 Thread Michael Terry
This is OK.  I wish the tests weren't dumb, but that's fine.  And it
would be nice if 0.1.6 were packaged (0.1.5 is a couple years old).  But
not a dealbreaker.  Otherwise, a quite simple package.

** Changed in: requests-aws (Ubuntu)
   Status: New = Fix Committed

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

Title:
  [MIR] requests-aws

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/requests-aws/+bug/1472971/+subscriptions

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


[Bug 1469260] Re: Custom vendor data causes cloud-init failure on 0.7.5

2015-07-10 Thread Scott Moser
marking trunk fix-released and ubuntu fixed-released per bug openers
suggestion that it was fixed in 0.7.7 . I have not reproduced though.


** Also affects: cloud-init (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: cloud-init (Ubuntu)
   Status: New = Fix Released

** Changed in: cloud-init
   Status: New = Fix Released

** Changed in: cloud-init (Ubuntu)
   Importance: Undecided = Medium

** Changed in: cloud-init
   Importance: Undecided = Medium

** Also affects: cloud-init (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: cloud-init (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Changed in: cloud-init (Ubuntu Trusty)
   Importance: Undecided = Medium

** Changed in: cloud-init (Ubuntu Utopic)
   Importance: Undecided = Medium

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

Title:
  Custom vendor data causes cloud-init failure on 0.7.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1469260/+subscriptions

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


[Bug 1473527] [NEW] module ssh-authkey-fingerprints fails Input/output error: /dev/console

2015-07-10 Thread Scott Moser
Public bug reported:

Occasionally in vivid and wily I see:
  util.py[WARNING]: Running module ssh-authkey-fingerprints (module 
'cloudinit.config.cc_ssh_authkey_fingerprints' from 
'/usr/lib/python3/dist-packages/cloudinit/config/cc_ssh_authkey_fingerprints.py')
 failed


looking at the log shows:

Traceback (most recent call last):
  File /usr/lib/python3/dist-packages/cloudinit/stages.py, line 684, in 
_run_modules
cc.run(run_name, mod.handle, func_args, freq=freq)
  File /usr/lib/python3/dist-packages/cloudinit/cloud.py, line 63, in run
return self._runners.run(name, functor, args, freq, clear_on_fail)
  File /usr/lib/python3/dist-packages/cloudinit/helpers.py, line 198, in run
results = functor(*args)
  File 
/usr/lib/python3/dist-packages/cloudinit/config/cc_ssh_authkey_fingerprints.py,
 line 105, in handle
key_entries, hash_meth)
  File 
/usr/lib/python3/dist-packages/cloudinit/config/cc_ssh_authkey_fingerprints.py,
 line 91, in _pprint_key_entries
stderr=False, console=True)
  File /usr/lib/python3/dist-packages/cloudinit/util.py, line 434, in 
multi_log
with open(conpath, 'w') as wfh:
  OSError: [Errno 5] Input/output error: '/dev/console'


the command line on this system looks like:
$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-3.19.0-22-generic 
root=UUID=f2b9580d-c4c4-4ba0-8c76-42c99059932f ro --- console=ttyS1,115200

The console is attached to an ipmi serial console.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: cloud-init 0.7.7~bzr1091-0ubuntu3
ProcVersionSignature: User Name 3.19.0-22.22-generic 3.19.8-ckt1
Uname: Linux 3.19.0-22-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
Date: Fri Jul 10 18:12:56 2015
PackageArchitecture: all
ProcEnviron:
 TERM=screen
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: cloud-init
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug uec-images vivid

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

Title:
  module ssh-authkey-fingerprints fails Input/output error: /dev/console

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1473527/+subscriptions

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


[Bug 1472953] Re: [MIR] python-rtslib-fb

2015-07-10 Thread Michael Terry
So this apparently is a fork of the 'rtslib' source package.  It adds
python3 support and seems to be packaged better.  So that's OK.

It looks OK packaging wise.  It calls update-alternatives --remove in
the postrm script, which is bad [1], but since it also calls it in the
prerm script, I think that's fine.

I'm not super thrilled with adding a redundant iSCSI option.  But I
understand your reasoning.  Since this runs a daemon I'll ask the
security team to take a look, and they can comment on how much they'd
hate supporting two iSCSI solutions.

[1] https://lintian.debian.org/tags/maintainer-script-should-not-use-
update-alternatives-remove.html

** Changed in: python-rtslib-fb (Ubuntu)
 Assignee: (unassigned) = Ubuntu Security Team (ubuntu-security)

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

Title:
  [MIR] python-rtslib-fb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-rtslib-fb/+bug/1472953/+subscriptions

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


[Bug 1419262] Re: mysql-5.5 test suite no longer works because of timestamps in the past

2015-07-10 Thread dann frazier
** Also affects: mysql-5.5 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.6 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: mysql-5.6 (Ubuntu Trusty)
   Status: New = In Progress

** Changed in: mysql-5.6 (Ubuntu Trusty)
 Assignee: (unassigned) = dann frazier (dannf)

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

** Changed in: mysql-5.5 (Ubuntu Trusty)
   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/1419262

Title:
  mysql-5.5 test suite no longer works because of timestamps in the past

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

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


[Bug 1469260] Re: Custom vendor data causes cloud-init failure on 0.7.5

2015-07-10 Thread Felipe Reyes
** Changed in: cloud-init (Ubuntu Trusty)
 Assignee: (unassigned) = Felipe Reyes (freyes)

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

Title:
  Custom vendor data causes cloud-init failure on 0.7.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1469260/+subscriptions

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


[Bug 1473369] Re: new mock release broke a bunch of unit tests

2015-07-10 Thread Mike Fedosin
** Also affects: python-glance-store (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: python-glance-store (Ubuntu)

** Also affects: glance-store
   Importance: Undecided
   Status: New

** Changed in: glance-store
 Assignee: (unassigned) = Mike Fedosin (mfedosin)

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

Title:
  new mock release broke a bunch of unit tests

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

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


[Bug 1473453] Re: package libnss3 2:3.17.4-0ubuntu1 failed to install/upgrade: cannot copy extracted data for './usr/lib/x86_64-linux-gnu/nss/libnssckbi.so' to '/usr/lib/x86_64-linux-gnu/nss/libnssckb

2015-07-10 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that there was an error on your system when
trying to install a particular package.  Please execute the following
command, as it will clear your package cache, in a terminal:

sudo apt-get clean

Then try performing the update again.  This will likely resolve your
issue, but the failure could be caused by filesystem or memory
corruption.  So please also run a fsck on your filesystem(s) and a
memory test.  Thanks in advance!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: corrupted-package

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

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

Title:
  package libnss3 2:3.17.4-0ubuntu1 failed to install/upgrade: cannot
  copy extracted data for './usr/lib/x86_64-linux-gnu/nss/libnssckbi.so'
  to '/usr/lib/x86_64-linux-gnu/nss/libnssckbi.so.dpkg-new': unexpected
  end of file or stream

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

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


[Bug 1271188] Re: maas-import-ephermerals provides no feedback on progress

2015-07-10 Thread Scott Moser
marking this invalid. in simplestream.s
if you do want status, simplestreams does provide a callback (see 
implementation of sstream-mirror --progress).
so if you need this in maas (not actually sure if you still do), then the hooks 
are there in simplestream.s

** Changed in: simplestreams
   Status: Confirmed = Invalid

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

Title:
  maas-import-ephermerals provides no feedback on progress

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

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


[Bug 1265877] Re: nova fails to launch i386 images

2015-07-10 Thread Scott Moser
** Changed in: simplestreams
   Status: New = Fix Committed

** Changed in: simplestreams
   Importance: Undecided = Medium

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

Title:
  nova fails to launch i386 images

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1265877/+subscriptions

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


[Bug 1321425] Re: irqbalance spams syslog about affinity_hint subset empty

2015-07-10 Thread Chris J Arges
** Also affects: irqbalance (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

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

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

Title:
  irqbalance spams syslog about affinity_hint subset empty

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

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


[Bug 1472142] Re: /var/cache/lxc not world readable

2015-07-10 Thread Seth Arnold
Please see bug #1244635 -- I'm afraid this bug may re-introduce 1244635
if not handled carefully.

Thanks

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

Title:
  /var/cache/lxc not world readable

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

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


[Bug 1472549] Re: sensors command is not getting executed in Ubuntu 14.04.3 on PowerNV 8335-GTA Hardware

2015-07-10 Thread Phillip Susi
** Package changed: lm-sensors (Ubuntu) = linux (Ubuntu)

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

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

Title:
  sensors command is not getting executed in Ubuntu 14.04.3 on PowerNV
  8335-GTA Hardware

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

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


[Bug 1456335] Re: neutron-vpn-netns-wrapper missing in Ubuntu Package

2015-07-10 Thread Felipe Reyes
** Also affects: neutron-vpnaas (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  neutron-vpn-netns-wrapper missing in Ubuntu Package

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

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


[Bug 1472683] Re: Nginx bug reports for 'package' problem type are not providing useful data for Vivid and later

2015-07-10 Thread Launchpad Bug Tracker
This bug was fixed in the package nginx - 1.6.2-5ubuntu4

---
nginx (1.6.2-5ubuntu4) wily; urgency=medium

  * debian/apport/source_nginx.py:
- Add apport hooks for additional bug information gathering, as a result
  of non-useful reports due to postinstall script failure bugs. This is
  necessary in order to be able to actually debug what is going on in the
  bug reports, thanks to systemd not putting startup errors to stdout or
  stderr anymore, like Upstart and others did. (LP: #1472683)
  * debian/nginx-common.install:
- Add install rule for debian/apport/source_nginx.py, which is the new
  apport hooks to gather additional 'Package' bugtype debug data.

 -- Thomas Ward tew...@ubuntu.com  Fri, 10 Jul 2015 12:51:48 -0400

** Changed in: nginx (Ubuntu Wily)
   Status: In Progress = Fix Released

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

Title:
  Nginx bug reports for 'package' problem type are not providing useful
  data for Vivid and later

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

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


[Bug 1321425] Re: irqbalance spams syslog about affinity_hint subset empty

2015-07-10 Thread Jorge Niedbalski
** Description changed:

+ [Environment]
+ 
  /var/log/syslog has repeating
  May 20 14:39:28 txsllabc7k001 /usr/sbin/irqbalance: irq 121 affinity_hint 
subset empty
  May 20 14:39:28 txsllabc7k001 /usr/sbin/irqbalance: irq 123 affinity_hint 
subset empty
- May 20 14:39:28 txsllabc7k001 /usr/sbin/irqbalance: irq 125 affinity_hint 
subset empty
- May 20 14:39:38 txsllabc7k001 /usr/sbin/irqbalance: irq 119 affinity_hint 
subset empty
- May 20 14:39:38 txsllabc7k001 /usr/sbin/irqbalance: irq 121 affinity_hint 
subset empty
- May 20 14:39:38 txsllabc7k001 /usr/sbin/irqbalance: irq 123 affinity_hint 
subset empty
- May 20 14:39:38 txsllabc7k001 /usr/sbin/irqbalance: irq 125 affinity_hint 
subset empty
- May 20 14:39:48 txsllabc7k001 /usr/sbin/irqbalance: irq 119 affinity_hint 
subset empty
- May 20 14:39:48 txsllabc7k001 /usr/sbin/irqbalance: irq 121 affinity_hint 
subset empty
- May 20 14:39:48 txsllabc7k001 /usr/sbin/irqbalance: irq 123 affinity_hint 
subset empty
- May 20 14:39:48 txsllabc7k001 /usr/sbin/irqbalance: irq 125 affinity_hint 
subset empty
- May 20 14:39:58 txsllabc7k001 /usr/sbin/irqbalance: irq 119 affinity_hint 
subset empty
- May 20 14:39:58 txsllabc7k001 /usr/sbin/irqbalance: irq 121 affinity_hint 
subset empty
- May 20 14:39:58 txsllabc7k001 /usr/sbin/irqbalance: irq 123 affinity_hint 
subset empty
- May 20 14:39:58 txsllabc7k001 /usr/sbin/irqbalance: irq 125 affinity_hint 
subset empty
- May 20 14:40:08 txsllabc7k001 /usr/sbin/irqbalance: irq 119 affinity_hint 
subset empty
- May 20 14:40:08 txsllabc7k001 /usr/sbin/irqbalance: irq 121 affinity_hint 
subset empty
- May 20 14:40:08 txsllabc7k001 /usr/sbin/irqbalance: irq 123 affinity_hint 
subset empty
- May 20 14:40:08 txsllabc7k001 /usr/sbin/irqbalance: irq 125 affinity_hint 
subset empty
- May 20 14:40:18 txsllabc7k001 /usr/sbin/irqbalance: irq 119 affinity_hint 
subset empty
- May 20 14:40:18 txsllabc7k001 /usr/sbin/irqbalance: irq 121 affinity_hint 
subset empty
+ May 20 14:39:28 txsllabc7k001 /usr/sbin/irqbalance: irq 125 affinity_hint 
[Repeat]
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: irqbalance 1.0.6-2
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.1
  Architecture: amd64
  Date: Tue May 20 14:19:32 2014
  ExecutablePath: /usr/sbin/irqbalance
  ProcEnviron:
-  TERM=linux
-  PATH=(custom, no user)
+  TERM=linux
+  PATH=(custom, no user)
  SourcePackage: irqbalance
  UpgradeStatus: No upgrade log present (probably fresh install)
+ 
+ [Impact]
+ 
+ Syslog writes a repeated set of affinity_hint entries, affecting logs
+ visibility and potentially causing high disk usage.
+ 
+ [Test]
+ 
+ - Install irqbalance package.
+ - Enable /etc/default/irqbalance
+ #Configuration for the irqbalance daemon
+ #Should irqbalance be enabled?
+ ENABLED=1
+ - Start (service start irqbalance)
+ 
+ [Regression Potential]
+ 
+ - None is expected.
+ 
+ [Other Info]
+ 
+ The fix is to only warn once for affinity hint subset empty irqs.
+ (See: 
https://github.com/Irqbalance/irqbalance/commit/c9e5f36fe91d2d04d013d96f1093419245585de7)

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

Title:
  irqbalance spams syslog about affinity_hint subset empty

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

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


[Bug 1472683] Re: Nginx bug reports for 'package' problem type are not providing useful data for Vivid and later

2015-07-10 Thread Thomas Ward
** Changed in: nginx (Ubuntu Wily)
   Status: Triaged = In Progress

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

Title:
  Nginx bug reports for 'package' problem type are not providing useful
  data for Vivid and later

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

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


[Bug 1321425] Re: irqbalance spams syslog about affinity_hint subset empty

2015-07-10 Thread Jorge Niedbalski
** Patch added: Wily Patch
   
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1321425/+attachment/4427607/+files/fix-lp-1321425-wily.debdiff

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

Title:
  irqbalance spams syslog about affinity_hint subset empty

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

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


[Bug 1321425] Re: irqbalance spams syslog about affinity_hint subset empty

2015-07-10 Thread Ubuntu Foundations Team Bug Bot
The attachment Wily Patch seems to be a debdiff.  The ubuntu-sponsors
team has been subscribed to the bug report so that they can review and
hopefully sponsor the debdiff.  If the attachment isn't a patch, please
remove the patch flag from the attachment, remove the patch tag, and
if you are member of the ~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

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

Title:
  irqbalance spams syslog about affinity_hint subset empty

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

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


[Bug 1321425] Re: irqbalance spams syslog about affinity_hint subset empty

2015-07-10 Thread Jorge Niedbalski
** Patch added: Wily Patch
   
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1321425/+attachment/4427599/+files/fix-lp-1321425-wily.debdiff

** Changed in: irqbalance (Ubuntu)
   Status: Triaged = In Progress

** Changed in: irqbalance (Ubuntu Trusty)
   Status: New = In Progress

** Changed in: irqbalance (Ubuntu Utopic)
   Status: New = In Progress

** Changed in: irqbalance (Ubuntu Vivid)
   Status: New = In Progress

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

Title:
  irqbalance spams syslog about affinity_hint subset empty

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

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


[Bug 1472683] Re: Nginx bug reports for 'package' problem type are not providing useful data for Vivid and later

2015-07-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/nginx

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

Title:
  Nginx bug reports for 'package' problem type are not providing useful
  data for Vivid and later

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

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


[Bug 1472683] Re: Nginx bug reports for 'package' problem type are not providing useful data for Vivid and later

2015-07-10 Thread Thomas Ward
** Description changed:

+ [Impact]
+ 
+ This issue makes it impossible to reliably determine the cause of a
+ postinstallation failure bug during the installation or upgrade attempt
+ of an nginx binary package.  A large number of the bugs have tied back
+ to Postinstall exited with error code issues, but that's all we have
+ about it.  Additional data needs to be collected, which apport hooks
+ solve.
+ 
+ 
+ [Test Case]
+ 
+ This does not resolve the issue with an installation failure.  It does
+ increase the amount of information made available by the bug report.
+ 
+ (1) Have Apache or some other thing binding to port 80
+ (2) Install nginx-common and one of the following: nginx-core nginx-light 
nginx-full nginx-extras
+ (3) Run `apport-bug` on the crash report and review the data.
+ 
+ The problem is reproduced if all we get from the dpkg logs is something
+ about the job failing to start, with no additional information.
+ 
+ Testing the fix, when you run the report, you will get
+ Journalctl_Nginx.txt and SystemctlStatusFull_Nginx.txt files in the
+ report data.  These will contain the output of the two commands that the
+ system says you should run to get more information about the failure,
+ and includes it in the report.
+ 
+ 
+ [Regression Potential]
+ 
+ None.  All this adds is an apport hook, which has been tested on both
+ Wily and Vivid.
+ 
+ 
+ [Other Info]
+ 
+ I know for a fact that Seth Arnold and Robie Basak will praise these
+ apport hooks, if only because we will actually be able to debug
+ installation and upgrade failures in which nginx binaries are failing to
+ install due to some issue with the job start process.
+ 
+ 
+ [Original Description]
+ 
  This is against the 'nginx' package because apport hooks need added here
  for Vivid and Wily.
  
  Currently, systemd and stderr and Apport do not pull in enough
  information for bug triage and handling to be done.
  
  We have several Vivid bugs now which show this - they're all for the
  same version of the package, in Wily, but different binaries, all with
  the Package problem type, and a postinstallation script failure.  But
  that's it, there's no information of the errors, or anything.
  
  To that end, we need to expand what Apport pulls in, to include output
  from `journalctl -xe --unit=nginx.service` and `systemctl -l status
  nginx.service` in order to get useful information for Package class
  bugs.
  
  I have given this a Medium importance, as there's no useful information
  in bug reports of the Package class currently that could allude to why
  the postinst scripts failed.

** Changed in: nginx (Ubuntu Vivid)
   Status: Triaged = In Progress

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

Title:
  Nginx bug reports for 'package' problem type are not providing useful
  data for Vivid and later

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

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


[Bug 1321425] Re: irqbalance spams syslog about affinity_hint subset empty

2015-07-10 Thread Jorge Niedbalski
** Patch added: Vivid Patch
   
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1321425/+attachment/4427601/+files/fix-lp-1321425-vivid.debdiff

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

Title:
  irqbalance spams syslog about affinity_hint subset empty

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

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


[Bug 1321425] Re: irqbalance spams syslog about affinity_hint subset empty

2015-07-10 Thread Jorge Niedbalski
** Patch added: Trusty Patch
   
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1321425/+attachment/4427602/+files/fix-lp-1321425-trusty.debdiff

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

Title:
  irqbalance spams syslog about affinity_hint subset empty

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

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


[Bug 1321425] Re: irqbalance spams syslog about affinity_hint subset empty

2015-07-10 Thread Jorge Niedbalski
** Patch removed: Wily Patch
   
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1321425/+attachment/4427599/+files/fix-lp-1321425-wily.debdiff

** Patch removed: Vivid Patch
   
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1321425/+attachment/4427601/+files/fix-lp-1321425-vivid.debdiff

** Patch removed: Trusty Patch
   
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1321425/+attachment/4427602/+files/fix-lp-1321425-trusty.debdiff

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

Title:
  irqbalance spams syslog about affinity_hint subset empty

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

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


[Bug 1459748] Re: libvirt.libvirtError: internal error: Child process () unexpected exit status 1: qemu-img: Image creation needs a size parameter

2015-07-10 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.2.16-2ubuntu4

---
libvirt (1.2.16-2ubuntu4) wily; urgency=medium

  * d/p/{storage-allow-zero-capacity-with-non-backing-file-to.patch,
tests-add-vol-qcow2-zerocapacity-test-to-storagevolx.patch} added to address
(LP: #1459748). Allow zero capacity storage creation with non-backing file.

 -- Chris J Arges chris.j.ar...@canonical.com  Fri, 10 Jul 2015
12:50:50 -0500

** Changed in: libvirt (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  libvirt.libvirtError: internal error: Child process () unexpected exit
  status 1: qemu-img: Image creation needs a size parameter

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

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


[Bug 1321425] Re: irqbalance spams syslog about affinity_hint subset empty

2015-07-10 Thread Jorge Niedbalski
** Patch added: Utopic Patch
   
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1321425/+attachment/4427609/+files/fix-lp-1321425-utopic.debdiff

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

Title:
  irqbalance spams syslog about affinity_hint subset empty

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

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


[Bug 1321425] Re: irqbalance spams syslog about affinity_hint subset empty

2015-07-10 Thread Jorge Niedbalski
** Patch added: Trusty Patch
   
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1321425/+attachment/4427610/+files/fix-lp-1321425-trusty.debdiff

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

Title:
  irqbalance spams syslog about affinity_hint subset empty

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

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


[Bug 1321425] Re: irqbalance spams syslog about affinity_hint subset empty

2015-07-10 Thread Jorge Niedbalski
** Patch added: Vivid Patch
   
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1321425/+attachment/4427608/+files/fix-lp-1321425-vivid.debdiff

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

Title:
  irqbalance spams syslog about affinity_hint subset empty

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

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


[Bug 1472683] Re: Nginx bug reports for 'package' problem type are not providing useful data for Vivid and later

2015-07-10 Thread Thomas Ward
** Changed in: nginx (Ubuntu Vivid)
 Assignee: Thomas Ward (teward) = (unassigned)

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

Title:
  Nginx bug reports for 'package' problem type are not providing useful
  data for Vivid and later

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

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


[Bug 1321425] Re: irqbalance spams syslog about affinity_hint subset empty

2015-07-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/irqbalance

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

Title:
  irqbalance spams syslog about affinity_hint subset empty

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

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


[Bug 1472584] Comment bridged from LTC Bugzilla

2015-07-10 Thread bugproxy
--- Comment From helle...@us.ibm.com 2015-07-10 22:24 EDT---
Testing samba server running on the local host:

Expected result is like this (working system):

root@cellc10:~# smbclient -L cellc10 -U root
Enter root's password:
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 4.1.6-Ubuntu]

Sharename   Type  Comment
-     ---
print$  Disk  Printer Drivers
IPC$IPC   IPC Service (cellc10 server (Samba, Ubuntu)) 
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 4.1.6-Ubuntu]

Server   Comment
----
CELLC10  cellc10 server (Samba, Ubuntu)

WorkgroupMaster
----
WORKGROUPCELLC10

Actual result is this (failing system, reported here):

root@pole2lp1:/etc/samba# smbclient -L pole2lp1 -U root
Enter root's password:
protocol negotiation failed: NT_STATUS_IO_TIMEOUT

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

Title:
  ISST-LTE: Samba server doesn't work well on Ubuntu 14.04.3

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

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


[Bug 1411582] Re: Azure data source should auto-detect ephemeral disk location

2015-07-10 Thread Ben Howard
** Changed in: cloud-init (Ubuntu Vivid)
 Assignee: Ben Howard (utlemming) = (unassigned)

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

Title:
  Azure data source should auto-detect ephemeral disk location

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1411582/+subscriptions

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


[Bug 1321425] Re: irqbalance spams syslog about affinity_hint subset empty

2015-07-10 Thread Launchpad Bug Tracker
This bug was fixed in the package irqbalance - 1.0.6-3ubuntu2

---
irqbalance (1.0.6-3ubuntu2) wily; urgency=medium

  * d/p/0001-bug-893478_warn-once.patch: Only warn one
for affinity hint subset empty irqs. (LP: #1321425).

 -- Jorge Niedbalski jorge.niedbal...@canonical.com  Fri, 10 Jul 2015
16:40:08 -0500

** Changed in: irqbalance (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  irqbalance spams syslog about affinity_hint subset empty

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

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