[Bug 1346703] Re: /var/log/maas/rsyslog has incorrect permission

2015-01-14 Thread Nobuto MURATA
maas 1.5.4+bzr2294-0ubuntu1.3 works for me. The permission is correctly
setup on install now.

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

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

Title:
  /var/log/maas/rsyslog has incorrect permission

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1346703/+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 1410073] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2015-01-14 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1312855 ***
https://bugs.launchpad.net/bugs/1312855

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1312855, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1312855
   no symptom - open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel 
module failed to build [error: implicit declaration of function 
'create_proc_entry']

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1410073/+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 1399581] Re: [MIR] python-sysv-ipc

2015-01-14 Thread Michael Terry
James, I don't follow your second paragraph.  Can you explain like I'm
5?  :)

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

Title:
  [MIR] python-sysv-ipc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-sysv-ipc/+bug/1399581/+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 832507] Re: console.log grows indefinitely

2015-01-14 Thread Jeremy Stanley
It's now (UTC) Thursday.

** Changed in: ossa
   Status: Incomplete => Won't Fix

** Tags added: security

** Information type changed from Public Security to Public

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

Title:
  console.log grows indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/832507/+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 1410835] Re: Azure ephemeral disk and custom mount points

2015-01-14 Thread Stephen A. Zarkos
+1 :)

The [ sdb,  ] syntax is a bug as well.  Device names are
not persistent in Linux and could change, so it is not guaranteed that
the ephemeral disk will be called /dev/sdb.  Ideally this should be
auto-detected in cloud-init at runtime (for example, see
DeviceForIdePort() in the Azure Linux agent).

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

Title:
  Azure ephemeral disk and custom mount points

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1410835/+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 1411030] [NEW] backport support for unix domain sockets

2015-01-14 Thread Ken Dreyer (Red Hat)
Public bug reported:

Background: Ceph's RADOS Gateway ("RGW") is a web application that
provides an S3- and Swift-compatible interface to Ceph. RGW uses
mod_proxy_fcgi in Apache 2.4.

In the Ceph team's testing, the RGW application performs much better
when using Unix Domain Sockets with mod_proxy_fcgi. On older versions of
Apache that do not support Unix Domain Sockets, RGW must use TCP sockets
instead, which do not perform as well.

The upstream Apache project shipped Unix Domain Socket support in
version 2.4.9. Since Ubuntu Trusty has Apache 2.4.7, I'd like to request
that the Ubuntu Apache maintainers backport Unix Domain Socket support
into their 2.4.7 package.

(Here is some background information posted to ceph-devel:
http://thread.gmane.org/gmane.comp.file-systems.ceph.devel/22552 )

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

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

Title:
  backport support for unix domain sockets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1411030/+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 1374115] Re: Allow cloud-config to modify partitioning and mount point of temporary resource disk in Azure

2015-01-14 Thread Stephen A. Zarkos
No, the mount location cannot be modified on Ubuntu via the
waagent.conf, that is the issue.  I would like a way to modify the mount
point post-provisioning.

The only way to change the mount point on Azure is to use CustomData
(like "user data" on other clouds) to send a cloud-config to modify the
mount point at provision time.   This is on par with with other cloud
providers - the ephemeral disk can be repartitioned and/or mounted at a
different location at provisioning time.

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

Title:
  Allow cloud-config to modify partitioning and mount point of temporary
  resource disk in Azure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1374115/+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 1403841] Re: libvirt snapshot does not save source in xml

2015-01-14 Thread Serge Hallyn
** Also affects: libvirt (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

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

** Changed in: libvirt (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  libvirt snapshot does not save source in xml

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1403841/+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 1410288] Re: qemu-img conversion to qcow2 hangs with blank image less than 100kiB

2015-01-14 Thread Serge Hallyn
Went ahead and tested - it is in fact fixed in the v2.2 version.

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

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

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

Title:
  qemu-img conversion to qcow2 hangs with blank image less than 100kiB

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1410288/+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 1410288] Re: qemu-img conversion to qcow2 hangs with blank image less than 100kiB

2015-01-14 Thread Serge Hallyn
Does it also fail with the qemu from
https://launchpad.net/~ubuntu-virt/+archive/ubuntu/virt-daily-upstream ?
(This isn't quite git head, but it is qemu v2.2)

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

Title:
  qemu-img conversion to qcow2 hangs with blank image less than 100kiB

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1410288/+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 1065714] Re: vsftpd 2.3.5 needs allow_writeable_chroot option

2015-01-14 Thread Javier Bahillo
Hi:

Perhaps Launchpas /UBuntu policy should be to tag these cases as
won'tfix?

** Changed in: vsftpd (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  vsftpd 2.3.5 needs allow_writeable_chroot option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1065714/+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 1065714] Re: vsftpd 2.3.5 needs allow_writeable_chroot option

2015-01-14 Thread Robie Basak
Please don't change the bug status without an explanation. I marked this
bug as Invalid and I explained why. Leaving it as Confirmed just sets
false expectations to other readers that this bug might be fixed some
day, when it won't be.

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

Title:
  vsftpd 2.3.5 needs allow_writeable_chroot option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1065714/+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 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2015-01-14 Thread Chris J Arges
FWIW, just re-reproduced this with latest upstream kernel / qemu / fresh
qcow2 image.

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

Title:
  qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1292234/+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 1404110] Re: [SRU] Wrong hint key in volume create function

2015-01-14 Thread Chris J Arges
Sponsored for Trusty.

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

Title:
  [SRU] Wrong hint key in volume create function

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-cinderclient/+bug/1404110/+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 1065714] Re: vsftpd 2.3.5 needs allow_writeable_chroot option

2015-01-14 Thread Norbert
** Changed in: vsftpd (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  vsftpd 2.3.5 needs allow_writeable_chroot option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1065714/+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 1409057] Re: ipxe does not take into account nic boot order specified in libvirt domain

2015-01-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/ipxe

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

Title:
  ipxe does not take into account nic boot order specified in libvirt
  domain

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/1409057/+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 1316293] Re: unable to start

2015-01-14 Thread John Edwards
Yes, I also have a few error messages containing "amavis[1533]: nss-
ldap: do_open: do_start_tls failed:stat=-1".

Removing "ssl start_tls" from /etc/ldap.conf allows amavis to start. So
the problem looks to be when amavis checking libnss when  it is set to
use LDAP with STARTTLS.

The TLS certificates used by the LDAP server are signed by the company
CA which is set in the tls_cacertfile option in /etc/ldap.conf. They
work fine when using "getent password" and other commands. The same
certificates also work fine in Ubuntu 12.04.

Setting libnss to not check certificate by adding "tls_checkpeer no" to
/etc/ldap.conf to not change behaviour.

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

Title:
  unable to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1316293/+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 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2015-01-14 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu)
 Assignee: (unassigned) => Ben Howard (utlemming)

** Changed in: walinuxagent (Ubuntu)
   Importance: Medium => High

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

Title:
  Hostname change is not preserved across reboot on Azure Ubuntu VMs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1375252/+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 1409057] Re: ipxe does not take into account nic boot order specified in libvirt domain

2015-01-14 Thread Chris J Arges
Hello Pasquale, or anyone else affected,

Accepted ipxe into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/ipxe/1.0.0+git-2013.c3d1e78-2ubuntu1.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: ipxe (Ubuntu Trusty)
   Status: Confirmed => Fix Committed

** Tags added: verification-needed

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

Title:
  ipxe does not take into account nic boot order specified in libvirt
  domain

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/1409057/+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 1346703] Re: /var/log/maas/rsyslog has incorrect permission

2015-01-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/maas

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

Title:
  /var/log/maas/rsyslog has incorrect permission

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1346703/+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 1409057] Re: ipxe does not take into account nic boot order specified in libvirt domain

2015-01-14 Thread Pasquale Porreca
Thank you for the quick fix. I tested the released package on Ubuntu
14.04 (trusty) and it works fine :)

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

Title:
  ipxe does not take into account nic boot order specified in libvirt
  domain

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/1409057/+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 1316293] Re: unable to start

2015-01-14 Thread Hugo Slabbert
I'm also running slapd on the affected box. Similar setup:
- amavis  user and group are local
- only end user users and groups in ldap

Checking back a bit further in the logs, I did also find this in syslog:

Jan 11 21:59:06 bamboo amavis[2820]: nss-ldap: do_open: do_start_tls
failed:stat=-1

I'm out at the moment but will check further this evening if perhaps
there are some TLS issues to clean up with slapd on that box that could
be causing amavis issues.

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

Title:
  unable to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1316293/+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 1403648] Re: Apparmor denies qemu access to a number of important directories.

2015-01-14 Thread Dave Chiluk
** Changed in: libvirt (Ubuntu Trusty)
 Assignee: (unassigned) => Dave Chiluk (chiluk)

** Changed in: libvirt (Ubuntu Utopic)
 Assignee: (unassigned) => Dave Chiluk (chiluk)

** Changed in: libvirt (Ubuntu)
 Assignee: (unassigned) => Dave Chiluk (chiluk)

** Changed in: ceph (Juju Charms Collection)
   Status: New => Incomplete

** Changed in: ceph (Juju Charms Collection)
   Status: Incomplete => Invalid

** No longer affects: ceph (Juju Charms Collection)

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

Title:
  Apparmor denies qemu access to a number of important directories.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1403648/+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 1346703] Re: /var/log/maas/rsyslog has incorrect permission

2015-01-14 Thread Chris J Arges
Hello Nobuto, or anyone else affected,

Accepted maas into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/maas/1.5.4+bzr2294-0ubuntu1.3 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: maas (Ubuntu Trusty)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

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

Title:
  /var/log/maas/rsyslog has incorrect permission

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1346703/+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 1409057] Re: ipxe does not take into account nic boot order specified in libvirt domain

2015-01-14 Thread Serge Hallyn
** Description changed:

+ 
+ Impact: unable to specify nic boot order
+ Test Case: use the xml below to create a VM, and check that the 'boot order' 
is ignored.
+ Regression potential: This cherrypicks 4 patches from upstream, with no 
conflict at all, so I would not expect any regression.
+ 
+ 
  I'm using libvirt 1.2.2 on Ubuntu 14.04 and the ipxe version is
  1.0.0+git-2013.c3d1e78-2ubuntu1
  
  I created a KVM virtual machine with 3 network interfaces and I used the
   libvirt option to specify the boot order among different
  vNICs as specified in
  http://libvirt.org/formatdomain.html#elementsNICSBoot
  
  This is the part of my libvirt xml file that describe the 3 defined
  network interfaces:
  
-  
-   
-   
-   
-   
-   
- 
- 
-   
-   
-   
-   
- 
- 
-   
-   
-   
-   
-   
- 
+  
+   
+   
+   
+   
+   
+ 
+ 
+   
+   
+   
+   
+ 
+ 
+   
+   
+   
+   
+   
+ 
  
  The first one (MAC 52:54:00:00:00:01) has boot order 2, the second one
  (MAC 52:54:00:00:00:02) has no boot order defined and the third one (MAC
  52:54:00:00:00:03) has boot order 1.
  
  The expected result should have been a DHCP bootstrap request sent first
  on the 3rd defined vNIC (boot order 1), then on 1st defined vNIC (boot
  order 2) and no more request sent (since there is no boot order defined
  for 2nd vNIC).
  
  The actual result is that a DHCP bootsrtap request is sent on all
  interfaces and not in the order specified, but from the one with lower
  to higher pci slot (that is the same order in which they are defined in
  the xml file).
  
  Here are the screenshots of the boot sequence:
  
  http://imgur.com/jWVFbMo,VNguYI3#0
  http://imgur.com/jWVFbMo,VNguYI3#1
  
  The same bug seems to be solved in Red Hat Enterprise Linux 7.0
  https://bugzilla.redhat.com/show_bug.cgi?id=1031518

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

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

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

Title:
  ipxe does not take into account nic boot order specified in libvirt
  domain

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/1409057/+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 1316293] Re: unable to start

2015-01-14 Thread John Edwards
I have meet this problem with email servers that have been upgraded from
Ubuntu 12.04 ("precise") to Ubuntu 14.04 ("trusty"). Amavis starts at
boot and with the debug option, but fails to start via the init script
or the command line ('sudo -u amavis strace /usr/sbin/amavisd-new
start').

I have done some basic debugging and testing with different
configurations:

1) Installing amavisd-new and spamassassin on clean install of Ubuntu 14.04, 
then enabling virus and spam check with:
@bypass_virus_checks_maps = (
   \%bypass_virus_checks, \@bypass_virus_checks_acl, \$bypass_virus_checks_re);
@bypass_spam_checks_maps = (
   \%bypass_spam_checks, \@bypass_spam_checks_acl, \$bypass_spam_checks_re);

Allows amavis to be started and restarted cleanly.

2) Copying this configuration files in /etc/amavis/ to a machine that is
effected by this bug does not fix the problem, so I conclude that the
problem is not with the configuration files.

3) Purging and reinstalling the amavisd-new and spamassassin packages on
an effected machines does not fix the problem.

4) On a fresh install of Ubuntu 14.04 (where amavisd was working) I
installed and configured the machine to be similar to the machine where
amavisd was not working. At each stage I checked that amavisd could be
restarted via the init script.

After I installed and configured the slapd LDAP server and configured
libnss and libpam to use it, then amavisd failed to restart. When slapd
was stopped then amavisd could started, but if it slapd was running that
amavisd will not start via the init script. Amavisd seems to run fine if
it started before slapd. This was then also tested and confirmed on the
original machine that had been upgraded from Ubuntu 12.04.

So this suggests that something in LDAP, PAM or NSS is causing amavis to
fail to start. This is very odd because all the system accounts are in
the local /etc/passwd and /etc/group files and should have nothing to do
with LDAP users and groups. The amavis user is only a member of it's own
amavis group, and the amavis group only contains the amavis and clamav
users.

The LDAP configuration has 4 users and 19 groups created by the smbldap
programs, and all of these are used by end-users and should not be used
by the amavis user or group.

PAM is managed by the pam-auth-update system with LDAP configuration enabled:
 START 
$ grep -ir ldap /etc/pam.d/*
/etc/pam.d/common-account:account   [success=1 default=ignore]  
pam_ldap.so 
/etc/pam.d/common-auth:# (e.g., /etc/shadow, LDAP, Kerberos, etc.).  The 
default is to use the
/etc/pam.d/common-auth:auth [success=1 default=ignore]  pam_ldap.so 
use_first_pass
/etc/pam.d/common-password:password [success=1 user_unknown=ignore 
default=die] pam_ldap.so use_authtok try_first_pass
/etc/pam.d/common-session:session   optional
pam_ldap.so 
/etc/pam.d/common-session-noninteractive:sessionoptional
pam_ldap.so 
  END  

Contents of /etc/nsswitch.conf:
 START 
passwd: compat ldap
group:  compat ldap
shadow: compat ldap

hosts:  files dns
networks:   files

protocols:  db files
services:   db files
ethers: db files
rpc:db files

netgroup:   nis
  END  

I wonder if any of the other people who have met this bug are using any
other PAM or NSS beyond the basic local /etc/passwd and /etc/group
files?

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

Title:
  unable to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1316293/+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 1383794] Re: [SRU] GCE datasource should use the short hostname

2015-01-14 Thread Scott Moser
I'm guessing that the issue here is that tools use hostname(7) to get
the hostname on the system and then are confused / broken when that is
more than 64 chars.

It really seems like its more important to have consitent behavior
across the board then change behavior somewhat randomly.

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

Title:
  [SRU] GCE datasource should use the short hostname

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1383794/+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 1404110] Re: [SRU] Wrong hint key in volume create function

2015-01-14 Thread Felipe Reyes
New version of the patch with the correct bug number in the
debian/changelog.

** Patch removed: "lp_1404110_trusty.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/python-cinderclient/+bug/1404110/+attachment/4283947/+files/lp_1404110_trusty.debdiff

** Patch added: "lp_1404110_trusty.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/python-cinderclient/+bug/1404110/+attachment/4298488/+files/lp_1404110_trusty.debdiff

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

Title:
  [SRU] Wrong hint key in volume create function

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-cinderclient/+bug/1404110/+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 1383794] Re: [SRU] GCE datasource should use the short hostname

2015-01-14 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

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

Title:
  [SRU] GCE datasource should use the short hostname

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1383794/+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 1383794] Re: [SRU] GCE datasource should use the short hostname

2015-01-14 Thread Scott Moser
** Also affects: cloud-init (Ubuntu Utopic)
   Importance: Undecided
   Status: New

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

Title:
  [SRU] GCE datasource should use the short hostname

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1383794/+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 1094438] Re: Samba crashes invalid pointer: 0x00007f0bc3de7590

2015-01-14 Thread Ubuntu Foundations Team Bug Bot
The attachment "samba-3.6.3-missing-gss-buffer-desc-init.patch" seems to
be a patch.  If it isn't, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are a member of the
~ubuntu-reviewers, unsubscribe the team.

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

** Tags added: patch

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

Title:
  Samba crashes invalid pointer: 0x7f0bc3de7590

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1094438/+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 1276088] Re: Wrong hint key in volume create function

2015-01-14 Thread Chris J Arges
** No longer affects: python-cinderclient (Ubuntu)

** No longer affects: python-cinderclient (Ubuntu Trusty)

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

Title:
  Wrong hint key in volume create function

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-cinderclient/+bug/1276088/+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 1276088] Re: Wrong hint key in volume create function

2015-01-14 Thread Chris J Arges
** Also affects: python-cinderclient (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: python-cinderclient (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

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

Title:
  Wrong hint key in volume create function

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-cinderclient/+bug/1276088/+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 1230917] Re: php5-fpm logrotate errors after package switched to upstart

2015-01-14 Thread Ondřej Surý
Gosh, why monit blackmagic when there's a simple fix in #5
(https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1230917/comments/5)?

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

Title:
  php5-fpm logrotate errors after package switched to upstart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1230917/+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 1230917] Re: php5-fpm logrotate errors after package switched to upstart

2015-01-14 Thread Gregoire Pineau
We have experienced this issue too. He had to do some black magic with
monit to fix this "behavior"

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

Title:
  php5-fpm logrotate errors after package switched to upstart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1230917/+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 1407787] Re: cgmanager crashes on some errors

2015-01-14 Thread Launchpad Bug Tracker
This bug was fixed in the package cgmanager - 0.32-4ubuntu1.2

---
cgmanager (0.32-4ubuntu1.2) utopic-proposed; urgency=medium

  * 0008-chown-stop-cgmanager-crash-on-chown-of-bad-file.patch and
0009-prevent-some-cgmanager-asserts.patch: prevent cgmanager
crashing on unhandled asserts or dbus error (LP: #1407787)
 -- Serge HallynMon, 05 Jan 2015 14:53:11 -0600

** Changed in: cgmanager (Ubuntu Utopic)
   Status: Fix Committed => Fix Released

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

Title:
  cgmanager crashes on some errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1407787/+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 1407787] Re: cgmanager crashes on some errors

2015-01-14 Thread Launchpad Bug Tracker
This bug was fixed in the package cgmanager - 0.24-0ubuntu7.2

---
cgmanager (0.24-0ubuntu7.2) trusty-proposed; urgency=medium

  * 0009-chown-stop-cgmanager-crash-on-chown-of-bad-file.patch - prevent
cgmanager crashing on unhandled dbus error (LP: #1407787)
 -- Serge HallynMon, 05 Jan 2015 14:48:05 -0600

** Changed in: cgmanager (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  cgmanager crashes on some errors

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

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


[Blueprint servercloud-v-server-core] General server work for Vivid

2015-01-14 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Work items changed:
  Work items:
  NTP on by default (from elmo): TODO
  evaluate dpdk (http://dpdk.org/) for inclusion: TODO
  update haproxy to latest: DONE
  update corosync to latest: TODO
  MySQL cleanup in Debian and 5.6 transition: INPROGRESS
+ Move from tomcat7 to tomcat8 in main: TODO

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

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


[Bug 1410838] [NEW] Samba 'panic action' script internal error

2015-01-14 Thread Bonnie
Public bug reported:

Samba is intermittently throws a panic.   However user are still able to
get to shares.

Here is the email message received with the trace.

The Samba 'panic action' script, /usr/share/samba/panic-action,
was called for PID 23392 (/usr/sbin/smbd).

This means there was a problem with the program, such as a segfault.
Below is a backtrace for this process generated with gdb, which shows
the state of the program at the time the error occurred.  The Samba log
files may contain additional information about the problem.

If the problem persists, you are encouraged to first install the
samba-dbg package, which contains the debugging symbols for the Samba
binaries.  Then submit the provided information as a bug report to
Ubuntu by visiting this link:
https://launchpad.net/ubuntu/+source/samba/+filebug

[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x7f6065aad5cc in __libc_waitpid (pid=27679, 
stat_loc=stat_loc@entry=0x7fff2c5ae6d0, options=options@entry=0) at 
../sysdeps/unix/sysv/linux/waitpid.c:31
#0  0x7f6065aad5cc in __libc_waitpid (pid=27679, 
stat_loc=stat_loc@entry=0x7fff2c5ae6d0, options=options@entry=0) at 
../sysdeps/unix/sysv/linux/waitpid.c:31
#1  0x7f6065a321d2 in do_system (line=line@entry=0x7f606986f800 
"/usr/share/samba/panic-action 23392") at ../sysdeps/posix/system.c:148
#2  0x7f6065a3253a in __libc_system (line=line@entry=0x7f606986f800 
"/usr/share/samba/panic-action 23392") at ../sysdeps/posix/system.c:184
#3  0x7f6068b17235 in system (line=line@entry=0x7f606986f800 
"/usr/share/samba/panic-action 23392") at pt-system.c:28
#4  0x7f60673c7061 in smb_panic_s3 (why=) at 
../source3/lib/util.c:798
#5  0x7f60688efc6f in smb_panic (why=why@entry=0x7f60688fbb3b "internal 
error") at ../lib/util/fault.c:159
#6  0x7f60688efe86 in fault_report (sig=) at 
../lib/util/fault.c:77
#7  sig_fault (sig=) at ../lib/util/fault.c:88
#8  
#9  smbd_smb2_request_reply (req=0x7f60698527e0) at 
../source3/smbd/smb2_server.c:2412
#10 smbd_smb2_request_done_ex (req=req@entry=0x7f60698527e0, status=..., 
status@entry=..., body=..., dyn=dyn@entry=0x7f6069853fa0, 
location=location@entry=0x7f60686137b8 "../source3/smbd/smb2_server.c:2651") at 
../source3/smbd/smb2_server.c:2584
#11 0x7f60684f11ae in smbd_smb2_request_error_ex 
(req=req@entry=0x7f60698527e0, status=status@entry=..., info=0x7f6069853fa0, 
info@entry=0x0, location=location@entry=0x7f606861c3d0 
"../source3/smbd/smb2_notify.c:122") at ../source3/smbd/smb2_server.c:2651
#12 0x7f6068503480 in smbd_smb2_request_notify_done (subreq=0x0) at 
../source3/smbd/smb2_notify.c:122
#13 0x7f6065db5e14 in tevent_common_loop_immediate () from 
/usr/lib/x86_64-linux-gnu/libtevent.so.0
#14 0x7f60673dcf7c in run_events_poll (ev=0x7f6069826380, pollrtn=0, 
pfds=0x0, num_pfds=0) at ../source3/lib/events.c:192
#15 0x7f60673dd264 in s3_event_loop_once (ev=0x7f6069826380, 
location=) at ../source3/lib/events.c:303
#16 0x7f6065db55ed in _tevent_loop_once () from 
/usr/lib/x86_64-linux-gnu/libtevent.so.0
#17 0x7f60684df59a in smbd_process (ev_ctx=0x7f6069826380, 
msg_ctx=, sock_fd=, interactive=) 
at ../source3/smbd/process.c:3626
#18 0x7f6068f53fa4 in smbd_accept_connection (ev=0x7f6069826380, 
fde=, flags=, private_data=) at 
../source3/smbd/server.c:621
#19 0x7f60673dd0ac in run_events_poll (ev=0x7f6069826380, 
pollrtn=, pfds=0x7f606983be00, num_pfds=5) at 
../source3/lib/events.c:257
#20 0x7f60673dd300 in s3_event_loop_once (ev=0x7f6069826380, 
location=) at ../source3/lib/events.c:326
#21 0x7f6065db55ed in _tevent_loop_once () from 
/usr/lib/x86_64-linux-gnu/libtevent.so.0
#22 0x7f6068f50b8b in smbd_parent_loop (parent=, 
ev_ctx=0x7f6069826380) at ../source3/smbd/server.c:943
#23 main (argc=, argv=) at 
../source3/smbd/server.c:1577
A debugging session is active.

Inferior 1 [process 23392] will be detached.

Quit anyway? (y or n) [answered Y; input not from terminal]

Here is the entries from the /var/log/samba/log.smbd from the time frame
the email was sent:

[2015/01/14 06:46:24.886499,  3] ../source3/smbd/server.c:447(remove_child_pid)
  ../source3/smbd/server.c:447 Unclean shutdown of pid 23392
[2015/01/14 06:46:24.886590,  1] ../source3/smbd/server.c:456(remove_child_pid)
  Scheduled cleanup of brl and lock database after unclean shutdown
[2015/01/14 06:46:40.414555,  2] ../source3/smbd/server.c:437(remove_child_pid)
  Could not find child 27700 -- ignoring

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

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

Title:
  Samba 'panic action' script internal error

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

-- 
Ubuntu-server-bug

[Bug 1311463] Re: disk-setup unable to partition disks

2015-01-14 Thread trialotto
Problem should not occur on Ubuntu Trusty 14.04.1 LTS

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

Title:
  disk-setup unable to partition disks

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1311463/+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 1410604] Comment bridged from LTC Bugzilla

2015-01-14 Thread bugproxy
--- Comment From helle...@us.ibm.com 2015-01-14 15:15 EDT---
The same problem is seen on 14.10 as well:

root@cellc10:~# uname -a
Linux cellc10 3.16.0-23-powerpc64-smp #31-Ubuntu SMP Tue Oct 21 18:12:52 UTC 
2014 ppc64 ppc64 ppc64 GNU/Linux

root@cellc10:~# dmesg | grep rtc
[0.692983] /build/buildd/linux-3.16.0/drivers/rtc/hctosys.c: unable to open 
rtc device (rtc0)
[4.349881] rtc-generic rtc-generic: rtc core: registered rtc-generic as rtc0

root@cellc10:~# find /dev -name \*rtc\*
/dev/rtc
/dev/rtc0

root@cellc10:~# hwclock
Wed 14 Jan 2015 10:11:47 AM EST  -0.816985 seconds

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

Title:
  ISST-LTE: unable to open rtc device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/init-system-helpers/+bug/1410604/+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 1410835] [NEW] Azure ephemeral disk and custom mount points

2015-01-14 Thread trialotto
Public bug reported:

The creation of custom mount points with cloud-config, when creating a
(linux) VM in Azure, is fairly simple, with some caveats.

However, the format

[ ephemeralX,  ]

is not working properly, even when explicitly declaring device aliases.

The format

[ sdb,  ]

or

[ sdbX,  ]

is working properly.

The above is not really a bug, but an inconvenience that can require
some improvement.

In addition, note the following.

An "accidental" declaration of (something similar like)

[ swap,  ]

will result in the ephemeral disk not being mounted at all, even if a
declaration of missing fields is applied.

The above is a bug, in the sense that a (mis)declaration in (custom)
config settings should not result in an unmounted ephemeral disk.

The same results apply, when partitioning the ephemeral disk to contain
a swap partition of type 82 and assigning the partition to a specific
device (a change in fs_setup does not affect the results in any way), in
order to have a possibility to declare

[  ,   ]

and therefore having a mounted disk/device with Linux swap partition.

The swap partition will not function as a swap space after boot and/or a
swap file, when created at boot, on the swap partition will not be
active.

In essence, the creation of a swap partition will lead to

a) only (!) the mount of the swap space (if the swap partition is
declared first in the disk_setup, like for instance

disk_setup:
   ephmeral0:
   table_type: 'mbr'
   layout: 
   - [33, 82]
   - 66
   overwrite: True
), 

OR

b) the mount of the disk partition (if the swap partition is declared
last), with the disk partition being smaller than the whole ephemeral
disk (as result of the disk setup).

The above has only been executed for testing purposes, these scenarios
do not have to occur in reality.

In conclusion, in creation of Azure (linux) VMs, two (potential) bugs
exist:

- the failure to create custom mount points when referring to ephemeral0 (the 
proper name of the disk in Azure), 
- the dangers of and/or issues with declarations regarding swap mounts. 

Kind regards.

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

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

Title:
  Azure ephemeral disk and custom mount points

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1410835/+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 1410604] Re: ISST-LTE: unable to open rtc device

2015-01-14 Thread Brian Murray
** Tags added: vivid

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

Title:
  ISST-LTE: unable to open rtc device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/init-system-helpers/+bug/1410604/+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 1383794] Re: [SRU] GCE datasource should use the short hostname

2015-01-14 Thread Ben Howard
Original set of patches is nearly three months old. Rebased the patch
for the latest Cloud-init. Checked to make sure that the debdiff and
patches still apply cleanly.

Requested MP on the upstream bits.

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

Title:
  [SRU] GCE datasource should use the short hostname

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1383794/+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 1410824] [NEW] Swap space with mounts module not working

2015-01-14 Thread trialotto
Public bug reported:

The cloud config settings

# swap can also be set up by the 'mounts' module
# default is to not create any swap files, because 'size' is set to 0
swap:
   filename: /swap.img
   size: "auto" or size in bytes
   maxsize: size in bytes

will not result in a swap space.

Some big questions are present with respect to the operational logic
behind this cloud config setting:

a) which (underlying) command is used to create the swap space? 
b) is being made use of sparse files? (not desirable for swap. Answer is 
probably "not", given "size: auto" option)
c) what are the requirements for creation of swap? (should a partition exist 
and/or should the partition type be 82. Answer is probably "no", given the fact 
that a swap file is created)

In essence, some problems encountered when creating swap manually
(instead of using the swap config setting):

1) when creating a swap file on the ephemeral disk: mkswap does not work 
probably (error: ...should at least be 40Kib)
2) when creating a separate partition of type 83 (hence preventing mkswap 
errors): 

- swap file (manually created) exists, but is not active as swap, 
- swap file (using the swap config setting) does not exist, 

3) when creating a swap partition (of type 82): swap is not active
and/or not mounted (and swap file creation therefore fails)

Note the use of partitions is not desirable for swap purposes, the sole
intent was to test for the causes of failure.

Finally, some additional documentation for creating swap space with
cloud-config would be (very) desirable).

Kind regards

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

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

Title:
  Swap space with mounts module not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1410824/+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 1410604] Re: ISST-LTE: unable to open rtc device

2015-01-14 Thread Dave Heller
Setting to package "init" on LP side, as it appears to be an init issue
rather than a kernel issue.

** Package changed: ubuntu => init-system-helpers (Ubuntu)

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

Title:
  ISST-LTE: unable to open rtc device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/init-system-helpers/+bug/1410604/+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 1410604] [NEW] ISST-LTE: unable to open rtc device

2015-01-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

== Comment: #0 - Chanh H. Nguyen  - 2015-01-09 17:30:08 ==
We use DVD to install Ubuntu 15.04 kernel 3.18.0-8-generic version on our 
PowerVM system. After install, I am seeing this error 
"/build/buildd/linux-3.18.0/drivers/rtc/hctosys.c: unable to open rtc device" 
on the dmesg log...

root@pole1lp3:~# uname -a
Linux pole1lp3 3.18.0-8-generic #9-Ubuntu SMP Mon Jan 5 22:52:15 UTC 2015 
ppc64le ppc64le ppc64le GNU/Linux
root@pole1lp3:~# dmesg |grep rtc
[0.556763] /build/buildd/linux-3.18.0/drivers/rtc/hctosys.c: unable to open 
rtc device (rtc0)
[3.296241] rtc-generic rtc-generic: rtc core: registered rtc-generic as rtc0
root@pole1lp3:~#

== Comment: #2 - David Heller  - 2015-01-13 20:53:50 ==
It must be an order of operations thing: something is trying to do the hctosys 
before the driver is loaded. A few seconds later the driver loads and it seems 
fine after that.

root@pole1lp3:~# dmesg | grep rtc
[0.551202] /build/buildd/linux-3.18.0/drivers/rtc/hctosys.c: unable to open 
rtc device (rtc0)
[3.353719] rtc-generic rtc-generic: rtc core: registered rtc-generic as rtc0

root@pole1lp3:~# find /dev -name \*rtc\*
/dev/rtc
/dev/rtc0

root@pole1lp3:~# hwclock
Tue 13 Jan 2015 07:36:15 PM CST  -0.779773 seconds

root@pole1lp3:~# hwclock --hctosys

root@pole1lp3:~# date
Tue Jan 13 19:38:05 CST 2015

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


** Tags: architecture-ppc64le bot-comment bugnameltc-120243 severity-medium 
targetmilestone-inin---
-- 
ISST-LTE: unable to open rtc device
https://bugs.launchpad.net/bugs/1410604
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to init-system-helpers in Ubuntu.

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


[Bug 1383794] Re: [SRU] GCE datasource should use the short hostname

2015-01-14 Thread Ben Howard
** Patch added: "12.04 debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1383794/+attachment/4298428/+files/precise.deb.diff

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

Title:
  [SRU] GCE datasource should use the short hostname

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1383794/+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 1383794] Re: [SRU] GCE datasource should use the short hostname

2015-01-14 Thread Ben Howard
** Patch added: "14.04 debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1383794/+attachment/4298429/+files/trusty.deb.diff

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

Title:
  [SRU] GCE datasource should use the short hostname

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1383794/+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 1383794] Re: [SRU] GCE datasource should use the short hostname

2015-01-14 Thread Ben Howard
** Patch added: "14.10 debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1383794/+attachment/4298430/+files/utopic.deb.diff

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

Title:
  [SRU] GCE datasource should use the short hostname

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1383794/+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 1383794] Re: [SRU] GCE datasource should use the short hostname

2015-01-14 Thread Ben Howard
** Attachment removed: "Precise debdiff of working patch"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1383794/+attachment/4241831/+files/precise-debdiff.txt

** Attachment removed: "Trusty debdiff of working patch"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1383794/+attachment/4241833/+files/trusty-debdiff.txt

** Attachment removed: "Utopic debdiff of working patch"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1383794/+attachment/4241834/+files/utopic-debdiff.txt

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

Title:
  [SRU] GCE datasource should use the short hostname

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1383794/+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 1094438] Re: Samba crashes invalid pointer: 0x00007f0bc3de7590

2015-01-14 Thread danb1974
I tracked my crash to what appears to be missing structure
initialization, resulting in invalid pointers being free()d

Added two initializations, seems to fix the problem. Not being familiar
with samba, please confirm if I'm doing the right thing.


** Patch added: "samba-3.6.3-missing-gss-buffer-desc-init.patch"
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1094438/+attachment/4298408/+files/samba-3.6.3-missing-gss-buffer-desc-init.patch

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

Title:
  Samba crashes invalid pointer: 0x7f0bc3de7590

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1094438/+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 1368737] Re: Pacemaker can seg fault on crm node online/standby

2015-01-14 Thread Rafael David Tinoco
Okay,

I'm revisiting this today. Tks for the crash, I'll try to reproduce what
you are getting also.

Tinoco

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

Title:
  Pacemaker can seg fault on crm node online/standby

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1368737/+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 1368737] Re: Pacemaker can seg fault on crm node online/standby

2015-01-14 Thread Peter Parzer
If I configure the test environment like my production system (with the
exception of the stonith agent, of course) I get additional core dumps
of lrmd.

Peter

** Attachment added: "_usr_lib_pacemaker_lrmd.0.crash"
   
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1368737/+attachment/4298316/+files/_usr_lib_pacemaker_lrmd.0.crash

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

Title:
  Pacemaker can seg fault on crm node online/standby

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1368737/+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 1410746] [NEW] Interrupted lxc-snapshot deletes snapshot *and* vm

2015-01-14 Thread Chris West
Public bug reported:

lxc is configured for limited user usage, i.e. the backing store is
always "dir".  Let's create a container, and snapshot it in its pristine
state:

% lxc-create -n restorebug -t download -- -d ubuntu -r utopic -a amd64 && 
lxc-snapshot -n restorebug
[...]
lxc_container: lxccontainer.c: lxcapi_snapshot: 3011 Snapshot of 
directory-backed container requested.
lxc_container: lxccontainer.c: lxcapi_snapshot: 3012 Making a copy-clone.
[...]

% ls ~/.local/share/lxc/restorebug/rootfs 
~/.local/share/lxc/restorebug/snaps/snap0/rootfs
.local/share/lxc/restorebug/rootfs:
bin  boot  dev  etc  home  lib  lib64  media  mnt  opt  proc  root  run  sbin  
srv  sys  tmp  usr  var

.local/share/lxc/restorebug/snaps/snap0/rootfs:
bin  boot  dev  etc  home  lib  lib64  media  mnt  opt  proc  root  run  sbin  
srv  sys  tmp  usr  var


Everything went to plan.  Now, try restoring the snapshot, and ctrl+c'ing 
lxc-snapshot while it's running:

% lxc-snapshot -n restorebug -r snap0
[ctrl+c, bang!]

Depending on when you press it, you might get some rsync output, but never 
anything from the lxc-snapshot command itself.  This isn't unexpected, it's 
probably just copying the snapshot over to the vm, right?!  That sounds 
cancellable.  e.g.
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(632) 
[sender=3.1.1]
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at io.c(504) 
[generator=3.1.1]


Now, let's run lxc-snapshot again, no need to ctrl+c it:
% lxc-snapshot -n restorebug -r snap0   
  
lxc_container: bdev.c: bdev_copy: 3253 failed to detect blockdev type for 
...local/share/lxc/restorebug/snaps/snap0/rootfs
lxc_container: lxccontainer.c: copy_storage: 2543 Error copying storage
lxc_container: lxccontainer.c: lxcapi_destroy: 2141 Container restorebug has 
snapshots;  not removing
lxc_container: lxc_snapshot.c: do_restore_snapshots: 109 Error restoring 
snapshot snap0

% ls -a ~/.local/share/lxc/restorebug/rootfs 
~/.local/share/lxc/restorebug/snaps/snap0
.local/share/lxc/restorebug/rootfs:
.  ..

.local/share/lxc/restorebug/snaps/snap0:
.  ..  config  ts


It's deleted both the snapshot, and the original container.  Further attempts 
to run lxc-snapshot give similar errors:

% lxc-snapshot -n restorebug -r snap0   
  
lxc_container: lxccontainer.c: lxcapi_snapshot_restore: 3217 Failed to find 
original backing store type
lxc_container: lxc_snapshot.c: do_restore_snapshots: 109 Error restoring 
snapshot snap0

Also reproduced on cleaner utopic server installs, this bug report is
from my laptop.

(We hit this on our build server: a typical job is to restore a vm, then
run some commands in it.  Jobs are cancellable, which just interrupts
any running process.)

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: lxc 1.1.0~alpha2-0ubuntu3
ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
Uname: Linux 3.16.0-29-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
Date: Wed Jan 14 10:11:15 2015
InstallationDate: Installed on 2014-08-01 (165 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
SourcePackage: lxc
UpgradeStatus: Upgraded to utopic on 2014-09-11 (125 days ago)
defaults.conf:
 lxc.network.type = veth
 lxc.network.link = lxcbr0
 lxc.network.flags = up
 lxc.network.hwaddr = 00:16:3e:xx:xx:xx

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


** Tags: amd64 apparmor apport-bug utopic

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

Title:
  Interrupted lxc-snapshot deletes snapshot *and* vm

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

2015-01-14 Thread anusha
Public bug reported:

..
.
.
Setting up libtomcat7-java (7.0.52-1ubuntu0.1) ...
Setting up tomcat7-common (7.0.52-1ubuntu0.1) ...
Setting up tomcat7 (7.0.52-1ubuntu0.1) ...
chmod: cannot access ‘/etc/tomcat7/tomcat-users.xml’: No such file or directory
dpkg: error processing package tomcat7 (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up authbind (2.1.1) ...
Errors were encountered while processing:
 tomcat7
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: tomcat7 7.0.52-1ubuntu0.1
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic x86_64
NonfreeKernelModules: talpa_vfshook talpa_pedconnector talpa_pedevice 
talpa_vcdevice talpa_core talpa_linux talpa_syscallhook
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Wed Jan 14 15:23:33 2015
DuplicateSignature: package:tomcat7:7.0.52-1ubuntu0.1:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2014-12-17 (27 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
PackageArchitecture: all
SourcePackage: tomcat7
Title: package tomcat7 7.0.52-1ubuntu0.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.tomcat7.catalina.properties: [deleted]
modified.conffile..etc.tomcat7.context.xml: [deleted]
modified.conffile..etc.tomcat7.logging.properties: [deleted]
modified.conffile..etc.tomcat7.policy.d.01system.policy: [deleted]
modified.conffile..etc.tomcat7.policy.d.02debian.policy: [deleted]
modified.conffile..etc.tomcat7.policy.d.03catalina.policy: [deleted]
modified.conffile..etc.tomcat7.policy.d.04webapps.policy: [deleted]
modified.conffile..etc.tomcat7.policy.d.50local.policy: [deleted]
modified.conffile..etc.tomcat7.server.xml: [deleted]
modified.conffile..etc.tomcat7.tomcat.users.xml: [deleted]
modified.conffile..etc.tomcat7.web.xml: [deleted]

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


** Tags: amd64 apport-package trusty

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

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

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

2015-01-14 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1410734/+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 823096] Re: package freeradius-mysql 2.1.8 dfsg-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-01-14 Thread Harald Kleppe
Could it be that this is cause by conflict between System V and upstart?

Both of these files are installed by the freeradius deb:
/etc/init.d/freeradius
/etc/init/freeradius.conf

When I experienced this issue while installing freeradius-ldap, it
seemed that the post-install script of freeradius-ldap expected to
restart the freeradius daemon using Upstart, while the daemon was
already running but started by System V - and upstart could not find the
PID-file or whatever - hence the "Unknown instance:" message emitted by
Upstart.

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

Title:
  package freeradius-mysql 2.1.8 dfsg-1ubuntu1 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/freeradius/+bug/823096/+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 1410727] [NEW] package python-oslo-config (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/python2.7/dist-packages/oslo/config/cfg.py', which is also in package python-osl

2015-01-14 Thread Iain Lane
Public bug reported:

During a dist-upgrade I got the new version of python-oslo-config which
failed to install.

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: python-oslo-config (not installed)
ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
Uname: Linux 3.16.0-28-generic x86_64
NonfreeKernelModules: nvidia wl
ApportVersion: 2.15.1-0ubuntu2
Architecture: amd64
Date: Wed Jan 14 09:31:59 2015
DuplicateSignature: package:python-oslo-config:(not installed):trying to 
overwrite '/usr/lib/python2.7/dist-packages/oslo/config/cfg.py', which is also 
in package python-oslo.config 1:1.5.0-0ubuntu1
ErrorMessage: trying to overwrite 
'/usr/lib/python2.7/dist-packages/oslo/config/cfg.py', which is also in package 
python-oslo.config 1:1.5.0-0ubuntu1
InstallationDate: Installed on 2012-10-18 (817 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
SourcePackage: oslo-config
Title: package python-oslo-config (not installed) failed to install/upgrade: 
trying to overwrite '/usr/lib/python2.7/dist-packages/oslo/config/cfg.py', 
which is also in package python-oslo.config 1:1.5.0-0ubuntu1
UpgradeStatus: Upgraded to vivid on 2014-07-30 (167 days ago)

** Affects: oslo-config (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package package-conflict vivid

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

Title:
  package python-oslo-config (not installed) failed to install/upgrade:
  trying to overwrite '/usr/lib/python2.7/dist-
  packages/oslo/config/cfg.py', which is also in package python-
  oslo.config 1:1.5.0-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oslo-config/+bug/1410727/+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 1368737] Re: Pacemaker can seg fault on crm node online/standby

2015-01-14 Thread Peter Parzer
I set up a testing environment with 2 VMs, trusty-proposed enabled, all
updates installed and the following minimal cluster configuration:

node $id="168427521" kjpnode1 \
attributes standby="off"
node $id="168427522" kjpnode2 \
attributes standby="on"
primitive st_kjpnode1 stonith:external/ssh \
params hostlist="kjpnode1"
primitive st_kjpnode2 stonith:external/ssh \
params hostlist="kjpnode2"
location st_kjpnode1_loc st_kjpnode1 -inf: kjpnode1
location st_kjpnode2_loc st_kjpnode2 -inf: kjpnode2
property $id="cib-bootstrap-options" \
dc-version="1.1.10-42f2063" \
cluster-infrastructure="corosync" \
no-quorum-policy="ignore"

I still get core dumps of stonithd.

Peter

** Attachment added: "_usr_lib_pacemaker_stonithd.0.crash"
   
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1368737/+attachment/4298136/+files/_usr_lib_pacemaker_stonithd.0.crash

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

Title:
  Pacemaker can seg fault on crm node online/standby

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1368737/+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 1368737] Re: Pacemaker can seg fault on crm node online/standby

2015-01-14 Thread Peter Parzer
** Attachment added: "dpkg-versions"
   
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1368737/+attachment/4298137/+files/dpkg-versions

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

Title:
  Pacemaker can seg fault on crm node online/standby

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