[Bug 1528847] [NEW] python-oslo.vmware packages missing wsdl files

2015-12-23 Thread sameerz
Public bug reported:

python-oslo.vmware is missing oslo_vmware/wsdl/* files from the source.

These files are needed by cinder-volume when using a vmware/vmdk
backend.

** Affects: python-oslo.vmware (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  python-oslo.vmware packages missing wsdl files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-oslo.vmware/+bug/1528847/+subscriptions

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


[Bug 1474682] Re: package tftpd-hpa 5.2+20140608-3ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

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

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

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

Title:
  package tftpd-hpa 5.2+20140608-3ubuntu1 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/tftp-hpa/+bug/1474682/+subscriptions

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


[Bug 943798] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-23 Thread dino99
This version is no more supported and is not a 'security' problem; so
does not expect a backport

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

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.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/samba/+bug/943798/+subscriptions

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


[Bug 1528921] [NEW] rsync hangs on select(5, [], [4], [], {60, 0}

2015-12-23 Thread David Lawrence
Public bug reported:

In the last few months my home directory backup stopped completing.
I've been able to reproduce the problem on a single subdirectory
although I had to add the --debug=all flag to reproduce it on that
smaller directory.  Specifically, this command never completes:

rsync --debug=all -avz /tmp/html2 /tmp/rsynctest/

The html2 directory is a copy of
gnuradio-3.7.8.1/build/docs/doxygen/html .

When I strace the command, I see this:
write(1, "sender finished /tmp/html2/atsc_"..., 58sender finished 
/tmp/html2/atsc__interleaver_8h__incl.md5
) = 58
write(1, "send_files(338, /tmp/html2/atsc_"..., 59send_files(338, 
/tmp/html2/atsc__interleaver_8h__incl.png)
) = 59
open("html2/atsc__interleaver_8h__incl.png", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0664, st_size=264657, ...}) = 0
write(1, "html2/atsc__interleaver_8h__incl"..., 
37html2/atsc__interleaver_8h__incl.png
) = 37
read(3, 
"\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\n\253\0\0\2\233\10\6\0\0\0h\242\""..., 
262144) = 262144
select(6, [5], [4], [5], {60, 0})   = 2 (in [5], out [4], left {59, 96})
read(5, 
"\0\0\0\0\0\0\0\1\0\240\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\240\0\0\0"..., 95) 
= 95
write(4, 
"r\311\0\7\177\377\232\237\264\272e\300\300\240\316\264&\314\301\252*\37\256y\225g\373^\315j\370\350"...,
 51574) = 51574
select(5, [], [4], [], {60, 0}) = 1 (out [4], left {59, 97})
write(4, 
"\7\320\0\7\177\377\234|\7X\223Y\273\255c\27\25f\306\212\202\214#E\272\212t\1\225A\fU"...,
 53259) = 53259
select(5, [], [4], [], {60, 0}

The select command times out over and over.  I get the same behavior
when trying to back up my entire home directory but I don't need the
--debug=all flag in that case.


lsb_release -rd
Description:Ubuntu 14.04.3 LTS
Release:14.04

apt-cache policy rsync
rsync:
  Installed: 3.1.0-2ubuntu0.1
  Candidate: 3.1.0-2ubuntu0.1
  Version table:
 *** 3.1.0-2ubuntu0.1 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main i386 
Packages
100 /var/lib/dpkg/status
 3.1.0-2 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: rsync 3.1.0-2ubuntu0.1
ProcVersionSignature: Ubuntu 3.13.0-74.118-generic 3.13.11-ckt30
Uname: Linux 3.13.0-74-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
CurrentDesktop: KDE
Date: Wed Dec 23 09:44:17 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2010-09-18 (1922 days ago)
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Beta i386 (20100901.1)
SourcePackage: rsync
UpgradeStatus: Upgraded to trusty on 2014-12-27 (361 days ago)

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


** Tags: apport-bug i386 trusty

** Attachment added: "tree listing of the directory that I've reproduced the 
rsync error with"
   
https://bugs.launchpad.net/bugs/1528921/+attachment/4539518/+files/tree.txt.gz

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

Title:
  rsync hangs on select(5, [], [4], [], {60, 0}

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

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


[Bug 1528799] Re: Update libibverbs to the latest upstream

2015-12-23 Thread Hans Joachim Desserud
** Tags added: upgrade-software-version

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

Title:
  Update libibverbs to the latest upstream

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

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


[Bug 1318317] Re: openipmi startup script removes kernel modules

2015-12-23 Thread Nish Aravamudan
I've setup a PPA for x86 at:
https://launchpad.net/~nacc/+archive/ubuntu/lp1318317, with some
packages for testing on trusty & xenial. Still figuring out how to setup
the PPA for ppc6el.

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

Title:
  openipmi startup script removes kernel modules

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

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


[Bug 1528797] Re: Update librdmacm to the latest upstream

2015-12-23 Thread Hans Joachim Desserud
Ubuntu Xenial currently has version 1.0.21-1 which seems to match the
latest version on the homepage for this package
(https://www.openfabrics.org/downloads/rdmacm/). Is there a newer
version, or is this already in sync?

** Tags added: upgrade-software-version

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

Title:
  Update librdmacm to the latest upstream

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

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


[Bug 957820] Re: package tomcat6 6.0.28-10ubuntu2.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-23 Thread dino99
This version is no more supported and is not a 'security' problem; so
does not expect a backport

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

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

Title:
  package tomcat6 6.0.28-10ubuntu2.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/tomcat6/+bug/957820/+subscriptions

-- 
Ubuntu-server-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-12-23 Thread Blake Rouse
** Tags removed: removal-candidate verification-needed
** Tags added: verification-done

-- 
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 1004204] Re: PostGIS does not properly escape data with PostgreSQL 9.1

2015-12-23 Thread Tim Graham
Seems to me like we should close this issue as it doesn't seem like the
patch will be applied before Ubuntu 12.04 is end-of-life. What's the
correct status to mark an issue as "won't fix"?

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

Title:
  PostGIS does not properly escape data with PostgreSQL 9.1

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

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


[Bug 1528966] [NEW] error from /etc/resolvconf/update-libc.d/squid3

2015-12-23 Thread LaMont Jones
Public bug reported:

On a fresh xenial install, I get the following:
-xenial(root) 269 : dhclient -i ens8
/etc/resolvconf/update-libc.d/squid3: 6: /etc/resolvconf/update-libc.d/squid3: 
status: not found
-xenial(root) 270 : 

This is because squid3 checks its jobstatus in upstart, but xenial is
systemd.  It needs to check the appropriate job status.

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


** Tags: systemd

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

Title:
  error from /etc/resolvconf/update-libc.d/squid3

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

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


[Bug 1318317] Re: openipmi startup script removes kernel modules

2015-12-23 Thread Nish Aravamudan
Sorry, had some issues with that PPA, there is a new one at:
https://launchpad.net/~nacc/+archive/ubuntu/lp1318317-1

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

Title:
  openipmi startup script removes kernel modules

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

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


[Bug 1318317] Re: openipmi startup script removes kernel modules

2015-12-23 Thread Nish Aravamudan
Nevermind, my apologies -- I was just impatient. Please use the original
PPA (described at https://launchpad.net/~nacc/+archive/ubuntu/lp1318317)

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

Title:
  openipmi startup script removes kernel modules

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

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


[Bug 1466099] [curtin/trusty] verification still needed

2015-12-23 Thread Ubuntu Foundations Team Bug Bot
The fix for this bug has been awaiting testing feedback in the -proposed
repository for trusty for more than 90 days.  Please test this fix and
update the bug appropriately with the results.  In the event that the
fix for this bug is still not verified 15 days from now, the package
will be removed from the -proposed repository.

** Tags added: removal-candidate

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

Title:
  tools/maas2roottar doesn't exit non-zero if mount-image-callback is
  not installed

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

-- 
Ubuntu-server-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] [curtin/trusty] verification still needed

2015-12-23 Thread Ubuntu Foundations Team Bug Bot
The fix for this bug has been awaiting testing feedback in the -proposed
repository for trusty for more than 90 days.  Please test this fix and
update the bug appropriately with the results.  In the event that the
fix for this bug is still not verified 15 days from now, the package
will be removed from the -proposed repository.

** Tags added: removal-candidate

-- 
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 1528710] Re: overly agressive URLField validation causes failures

2015-12-23 Thread Luke Faraone
This does appear to be a regression.

This is a change that only took effect in Django 1.8, if I understand
correctly.

There's a related ticket
 and I had a
brief discussion about this on #django-dev; please do feel free to file
a ticket against upstream and a patch can probably be backported. I'd
prefer to see it fixed in Django upstream first, though.

** Bug watch added: Django Bug Tracker #25452
   http://code.djangoproject.com/ticket/25452

** Changed in: python-django (Ubuntu)
   Importance: Undecided => Medium

** Changed in: python-django (Ubuntu)
   Status: New => Confirmed

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

Title:
  overly agressive URLField validation causes failures

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

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


[Bug 1323758] Re: Mouse stops working when connected usb-storage-device

2015-12-23 Thread Maarten Jacobs
Magic! I'd been trying to figure out how to prevent my mouse from
stopping at apparently random points... Works like magic!

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

Title:
  Mouse stops working when connected usb-storage-device

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

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


[Bug 1109029] Re: Depend on linux-initramfs-tool

2015-12-23 Thread Antony Messerli
I tried out Morty's PPA and it works great.  It gets rid of the conflict
between dracut and initramfs-tools in Wily.

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

Title:
  Depend on linux-initramfs-tool

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

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


[Bug 1528797] [NEW] Update librdmacm to the latest upstream

2015-12-23 Thread Talat Batheesh
Public bug reported:

Hi,
could you please update the librdmacm library for Ubutu 16.04 to the latest 
upstream version.

Thanks
Talat

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

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

Title:
  Update librdmacm to the latest upstream

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

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


[Bug 1528799] [NEW] Update libibverbs to the latest upstream

2015-12-23 Thread Talat Batheesh
Public bug reported:

Hi,
could you please update the libibverbs library for Ubutu 16.04 to the latest 
upstream version.

Thanks,
Talat

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

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

Title:
  Update libibverbs to the latest upstream

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

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