[Bug 1189408] Re: 1.10 FTBFS on powerpc (lacp test failure)

2013-08-16 Thread James Page
** Changed in: openvswitch (Ubuntu)
   Status: New = Triaged

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

Title:
  1.10 FTBFS on powerpc (lacp test failure)

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

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


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-16 Thread James Page
** Changed in: openvswitch (Ubuntu Saucy)
   Status: In Progress = Triaged

** No longer affects: openvswitch (Ubuntu Saucy)

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

Title:
  openvswitch based interfaces not started in time during boot

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

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


[Bug 1201938] Re: excessive memory use from libvirtd

2013-08-16 Thread Robert Collins
Stable memory use after three days. Thanks!

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

Title:
  excessive memory use from libvirtd

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

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


[Bug 1212008] Re: Perl fix needed

2013-08-16 Thread Robie Basak
OK, thanks. I guess we'll need to leave this for 13.04 unless someone
else is affected by this bug and is willing to volunteer to see it
through being fixed in the archive. In the meantime, I guess the fix is
trivial enough that others will be able to find this bug and modify
their affected systems manually, so I appreciate you documenting this
issue in this bug.

** Description changed:

+ [Status]
+ 
+ Believed to affect 13.04 only. Fixed in the development version and thus
+ in subsequent releases, as fixed in upstream 7.1.1.
+ 
+ 13.04 status: can be fixed with SRU as a trivial patch is available, but
+ this bug currently lacks a volunteer to take the fix through the SRU
+ procedure. If you'd like to do this, please go through the steps
+ documented at https://wiki.ubuntu.com/StableReleaseUpdates#Procedure and
+ do ask in the bug if you need any help.
+ 
+ [Original Description]
+ 
  The currently shipping awstats is incompatible with perl 5.14.  A fix
  was applied (correctly) in awstats 7.1.1.
  
  http://www.howtoforge.com/forums/showthread.php?p=297288#post297288
  
  http://sourceforge.net/p/awstats/discussion/43430/thread/474fdb3e/
  
  I manually applied the change (adding a caret in the expression) and now
  am getting all the expected data rather than having the majority
  missing.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: awstats 7.1~dfsg-1 [modified: usr/share/awstats/tools/update.sh]
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  Date: Tue Aug 13 15:20:25 2013
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: awstats
  UpgradeStatus: Upgraded to raring on 2013-05-19 (86 days ago)

** Description changed:

  [Status]
  
  Believed to affect 13.04 only. Fixed in the development version and thus
  in subsequent releases, as fixed in upstream 7.1.1.
  
  13.04 status: can be fixed with SRU as a trivial patch is available, but
  this bug currently lacks a volunteer to take the fix through the SRU
  procedure. If you'd like to do this, please go through the steps
  documented at https://wiki.ubuntu.com/StableReleaseUpdates#Procedure and
  do ask in the bug if you need any help.
+ 
+ [Workaround for 13.04]
+ Edit /usr/lib/cgi-bin/awstats.pl and add a ^ caret as follows:
+ 
+ --- orig.pl 2013-03-08 11:48:39.0 -0500
+ +++ awstats.pl 2013-03-08 11:49:49.541337000 -0500
+ @@ -7817,7 +7817,7 @@
+ # Return: standardregex
+ 
#--
+ sub UnCompileRegex {
+ - shift =~ /(\?[-\w]:(.))/;
+ + shift =~ /(\?[-^\w]:(.))/;
+ return $1;
+ }
  
  [Original Description]
  
  The currently shipping awstats is incompatible with perl 5.14.  A fix
  was applied (correctly) in awstats 7.1.1.
  
  http://www.howtoforge.com/forums/showthread.php?p=297288#post297288
  
  http://sourceforge.net/p/awstats/discussion/43430/thread/474fdb3e/
  
  I manually applied the change (adding a caret in the expression) and now
  am getting all the expected data rather than having the majority
  missing.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: awstats 7.1~dfsg-1 [modified: usr/share/awstats/tools/update.sh]
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  Date: Tue Aug 13 15:20:25 2013
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: awstats
  UpgradeStatus: Upgraded to raring on 2013-05-19 (86 days ago)

** Description changed:

  [Status]
  
  Believed to affect 13.04 only. Fixed in the development version and thus
  in subsequent releases, as fixed in upstream 7.1.1.
  
  13.04 status: can be fixed with SRU as a trivial patch is available, but
  this bug currently lacks a volunteer to take the fix through the SRU
  procedure. If you'd like to do this, please go through the steps
  documented at https://wiki.ubuntu.com/StableReleaseUpdates#Procedure and
  do ask in the bug if you need any help.
  
  [Workaround for 13.04]
- Edit /usr/lib/cgi-bin/awstats.pl and add a ^ caret as follows:
+ Edit /usr/lib/cgi-bin/awstats.pl and add a ^ (caret character) as follows:
  
  --- orig.pl 2013-03-08 11:48:39.0 -0500
  +++ awstats.pl 2013-03-08 11:49:49.541337000 -0500
  @@ -7817,7 +7817,7 @@
  # Return: standardregex
  
#--
  sub UnCompileRegex {
  - shift =~ /(\?[-\w]:(.))/;
  + shift =~ /(\?[-^\w]:(.))/;
  return $1;
  }
  
  [Original Description]
  
  The currently shipping awstats is incompatible with perl 5.14.  A fix
  was applied (correctly) in awstats 7.1.1.
  
  http://www.howtoforge.com/forums/showthread.php?p=297288#post297288
  
  http://sourceforge.net/p/awstats/discussion/43430/thread/474fdb3e/
  
  I manually applied the change (adding a caret in the expression) and now
  am 

[Bug 1207429] Re: Multiple package upgrade problems

2013-08-16 Thread Nick Moffitt
Sure enough, python-kombu 2.1.1-2ubuntu1~0.IS.12.04 came from a private
archive, as did python-celery.  I'll track this down from here.

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

Title:
  Multiple package upgrade problems

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

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


[Bug 1213021] [NEW] openvswitch 1.4.0 not compatible with lts-raring HWE kernel

2013-08-16 Thread James Page
Public bug reported:

openvswitch-datapath-dkms fails to build with the latest lts-raring HWE
kernel.

Backporting all required fixes to 1.4.0 is risky; instead an
openvswitch-datapath-lts-raring-dkms package will be provided based on
1.9.0 to support the 3.8 kernel on 12.04.

** Affects: openvswitch (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: openvswitch (Ubuntu Precise)
 Importance: High
 Status: New

** Also affects: openvswitch (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

** Changed in: openvswitch (Ubuntu Precise)
   Importance: Undecided = High

** Description changed:

  openvswitch-datapath-dkms fails to build with the latest lts-raring HWE
  kernel.
  
  Backporting all required fixes to 1.4.0 is risky; instead an
- openvswitch-datapath-lts-raring-dkms package will be provided instead to
- support the 3.8 kernel on 12.04.
+ openvswitch-datapath-lts-raring-dkms package will be provided based on
+ 1.9.0 to support the 3.8 kernel on 12.04.

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

Title:
  openvswitch 1.4.0 not compatible with lts-raring HWE kernel

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

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


[Bug 1213021] Re: openvswitch 1.4.0 not compatible with lts-raring HWE kernel

2013-08-16 Thread James Page
** Changed in: openvswitch (Ubuntu Precise)
 Assignee: (unassigned) = James Page (james-page)

** Changed in: openvswitch (Ubuntu Precise)
   Status: New = In Progress

** Summary changed:

- openvswitch 1.4.0 not compatible with lts-raring HWE kernel
+ [SRU] openvswitch 1.4.0 not compatible with lts-raring HWE kernel

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

Title:
  [SRU] openvswitch 1.4.0 not compatible with lts-raring HWE kernel

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

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


[Bug 1008385] Re: apache-mpm-itk writes wrong process name in /proc/$$/status

2013-08-16 Thread Albin Hubert
Experienced this bug also on 12.04. Seems to come from mod-perl.

# cat /etc/issue
Ubuntu 12.04.2 LTS \n \l

# uname -a
Linux --- 3.2.0-51-virtual #77-Ubuntu SMP Wed Jul 24 20:38:32 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux


# dpkg-query -l | grep apache
ii  apache2-mpm-prefork 2.2.22-1ubuntu1.4
Apache HTTP Server - traditional non-threaded model
ii  apache2-utils   2.2.22-1ubuntu1.4
utility programs for webservers
ii  apache2.2-bin   2.2.22-1ubuntu1.4
Apache HTTP Server common binary files
ii  apache2.2-common2.2.22-1ubuntu1.4
Apache HTTP Server common files
ii  libapache2-mod-auth-cas 1.0.8-3build1
CAS authentication module for Apache2
ii  libapache2-mod-perl22.0.5-5ubuntu1   
Integration of perl with the Apache2 web server
ii  libapache2-reload-perl  0.11-2   
module for reloading Perl modules when changed on disk


I resolved the bug by removing libapache2-mod-perl2. In /proc/pid/status the 
process name is showing again apache2.

# aptitude remove libapache2-mod-perl2

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

Title:
  apache-mpm-itk writes wrong process name in /proc/$$/status

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

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


[Bug 1213021] Re: [SRU] openvswitch 1.4.0 not compatible with lts-raring HWE kernel

2013-08-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/ubuntu/raring/openvswitch/lts-raring-
backport-dkms

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

Title:
  [SRU] openvswitch 1.4.0 not compatible with lts-raring HWE kernel

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

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


[Bug 1212290] Re: update backing store defaults at lxc-create

2013-08-16 Thread Serge Hallyn
This is fixed in upstream git, and will be built in the ppa in a few
hours.

** Changed in: lxc (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  update backing store defaults at lxc-create

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

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


[Bug 1117288] Re: iscsitarget-dkms FTBFS with raring 3.8 kernel

2013-08-16 Thread James Page
** Also affects: iscsitarget (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: iscsitarget (Ubuntu Precise)
   Importance: Undecided = High

** Changed in: iscsitarget (Ubuntu Precise)
 Assignee: (unassigned) = James Page (james-page)

** Changed in: iscsitarget (Ubuntu Precise)
   Status: New = In Progress

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

Title:
  iscsitarget-dkms FTBFS with raring 3.8 kernel

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

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


[Bug 992741] Re: Eustore functionality is broken in Precise

2013-08-16 Thread Scott Moser
This is fix released in saucy.
just verified here.

$ dpkg-query --show euca2ools
euca2ools   2.1.3-1ubuntu1
$ eustore-describe-images | head -n 1
1190308149 fedora  x86_64  starterkvm   Fedora 17 1.6GB 
root - Hypervisor-Specific Kernel, 3.9.8-100.fc17 kernel version; cloud-init 
enabled, ec2-user enabled, sudo rights; Selinux Enabled; euca2ools 2.1.3 
installed

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

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

Title:
  Eustore functionality is broken in Precise

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

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


[Bug 1117288] Re: iscsitarget-dkms FTBFS with raring 3.8 kernel

2013-08-16 Thread James Page
** Description changed:

+ SRU Information
+ ===
+ 
+ [Impact]
+ 
+ Users of the Raring LTS kernels (3.8) on Ubuntu 12.04 will not be able
+ to use iscsitarget as the DKMS module fails to build against linux 3.8.
+ 
+ [Test Case]
+ sudo apt-get install linux-image-generic-lts-raring 
linux-headers-generic-lts-raring
+ sudo apt-get install iscsitarget-dkms
+ DKMS module build will fail.
+ 
+ [Regression Potential]
+ Limited; the proposed fix is a backport of the patches that where applied to 
this package during the 13.04 cycle.
+ 
+ 
+ Original bug report
+ ===
+ 
+ 
  DKMS make.log for iscsitarget-1.4.20.2 for kernel 3.8.0-2-generic (x86_64)
  Wed Feb  6 12:33:28 GMT 2013
  make: Entering directory `/usr/src/linux-headers-3.8.0-2-generic'
-   LD  /var/lib/dkms/iscsitarget/1.4.20.2/build/built-in.o
-   LD  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/built-in.o
-   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/tio.o
-   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/iscsi.o
-   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/nthread.o
+   LD  /var/lib/dkms/iscsitarget/1.4.20.2/build/built-in.o
+   LD  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/built-in.o
+   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/tio.o
+   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/iscsi.o
+   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/nthread.o
  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/nthread.c: In function 
‘do_recv’:
  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/nthread.c:145:1: warning: the 
frame size of 1096 bytes is larger than 1024 bytes [-Wframe-larger-than=]
-   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.o
-   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/config.o
-   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/digest.o
-   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/conn.o
-   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/session.o
-   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/target.o
-   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/volume.o
-   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/iotype.o
-   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/file-io.o
-   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/null-io.o
-   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/target_disk.o
-   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/event.o
+   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.o
+   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/config.o
+   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/digest.o
+   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/conn.o
+   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/session.o
+   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/target.o
+   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/volume.o
+   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/iotype.o
+   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/file-io.o
+   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/null-io.o
+   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/target_disk.o
+   CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/event.o
  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/event.c: In function 
‘event_recv_skb’:
  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/event.c:30:29: error: ‘struct 
netlink_skb_parms’ has no member named ‘pid’
  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/event.c: In function 
‘event_init’:
  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/event.c:73:8: warning: 
passing argument 3 of ‘netlink_kernel_create’ makes pointer from integer 
without a cast [enabled by default]
  In file included from 
/usr/src/linux-headers-3.8.0-2-generic/include/uapi/linux/neighbour.h:5:0,
-  from include/linux/netdevice.h:51,
-  from include/net/sock.h:51,
-  from include/linux/tcp.h:23,
-  from include/net/tcp.h:24,
-  from 
/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/event.c:9:
+  from include/linux/netdevice.h:51,
+  from include/net/sock.h:51,
+  from include/linux/tcp.h:23,
+  from include/net/tcp.h:24,
+  from 
/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/event.c:9:
  include/linux/netlink.h:48:1: note: expected ‘struct netlink_kernel_cfg *’ 
but argument is of type ‘int’
  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/event.c:73:8: error: too many 
arguments to function ‘netlink_kernel_create’
  In file included from 
/usr/src/linux-headers-3.8.0-2-generic/include/uapi/linux/neighbour.h:5:0,
-  from include/linux/netdevice.h:51,
-  from include/net/sock.h:51,
-  from include/linux/tcp.h:23,
-  

[Bug 1117288] Re: iscsitarget-dkms FTBFS with raring 3.8 kernel

2013-08-16 Thread James Page
Fix uploaded to precise-proposed for SRU team review.

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

Title:
  iscsitarget-dkms FTBFS with raring 3.8 kernel

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

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


[Bug 1117288] Re: iscsitarget-dkms FTBFS with raring 3.8 kernel

2013-08-16 Thread James Page
** Description changed:

  SRU Information
  ===
  
  [Impact]
  
  Users of the Raring LTS kernels (3.8) on Ubuntu 12.04 will not be able
  to use iscsitarget as the DKMS module fails to build against linux 3.8.
  
  [Test Case]
  sudo apt-get install linux-image-generic-lts-raring 
linux-headers-generic-lts-raring
  sudo apt-get install iscsitarget-dkms
  DKMS module build will fail.
  
  [Regression Potential]
- Limited; the proposed fix is a backport of the patches that where applied to 
this package during the 13.04 cycle.
- 
+ Limited; the proposed fix is a backport of the patches that where applied to 
this package during the 13.04 cycle.  However the updates dkms package should 
be tested with 3.2 and 3.5 kernels as well.
  
  Original bug report
  ===
- 
  
  DKMS make.log for iscsitarget-1.4.20.2 for kernel 3.8.0-2-generic (x86_64)
  Wed Feb  6 12:33:28 GMT 2013
  make: Entering directory `/usr/src/linux-headers-3.8.0-2-generic'
    LD  /var/lib/dkms/iscsitarget/1.4.20.2/build/built-in.o
    LD  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/built-in.o
    CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/tio.o
    CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/iscsi.o
    CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/nthread.o
  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/nthread.c: In function 
‘do_recv’:
  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/nthread.c:145:1: warning: the 
frame size of 1096 bytes is larger than 1024 bytes [-Wframe-larger-than=]
    CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.o
    CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/config.o
    CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/digest.o
    CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/conn.o
    CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/session.o
    CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/target.o
    CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/volume.o
    CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/iotype.o
    CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/file-io.o
    CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/null-io.o
    CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/target_disk.o
    CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/event.o
  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/event.c: In function 
‘event_recv_skb’:
  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/event.c:30:29: error: ‘struct 
netlink_skb_parms’ has no member named ‘pid’
  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/event.c: In function 
‘event_init’:
  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/event.c:73:8: warning: 
passing argument 3 of ‘netlink_kernel_create’ makes pointer from integer 
without a cast [enabled by default]
  In file included from 
/usr/src/linux-headers-3.8.0-2-generic/include/uapi/linux/neighbour.h:5:0,
   from include/linux/netdevice.h:51,
   from include/net/sock.h:51,
   from include/linux/tcp.h:23,
   from include/net/tcp.h:24,
   from 
/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/event.c:9:
  include/linux/netlink.h:48:1: note: expected ‘struct netlink_kernel_cfg *’ 
but argument is of type ‘int’
  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/event.c:73:8: error: too many 
arguments to function ‘netlink_kernel_create’
  In file included from 
/usr/src/linux-headers-3.8.0-2-generic/include/uapi/linux/neighbour.h:5:0,
   from include/linux/netdevice.h:51,
   from include/net/sock.h:51,
   from include/linux/tcp.h:23,
   from include/net/tcp.h:24,
   from 
/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/event.c:9:
  include/linux/netlink.h:48:1: note: declared here
  make[2]: *** [/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/event.o] Error 1
  make[1]: *** [/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel] Error 2
  make: *** [_module_/var/lib/dkms/iscsitarget/1.4.20.2/build] Error 2
  make: Leaving directory `/usr/src/linux-headers-3.8.0-2-generic'
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: iscsitarget-dkms 1.4.20.2-10ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-2.6-generic 3.8.0-rc4
  Uname: Linux 3.8.0-2-generic x86_64
  ApportVersion: 2.8-0ubuntu4
  Architecture: amd64
  Date: Wed Feb  6 12:27:05 2013
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: iscsitarget
  UpgradeStatus: Upgraded to raring on 2013-01-07 (29 days ago)

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

Title:
  iscsitarget-dkms FTBFS with raring 3.8 kernel

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

[Bug 1211722] Re: VM crashes on Ubuntu 12.04

2013-08-16 Thread Piotr
Thanks for your help.

Below are details you are asking for:
1. We use bridge networking.  Three network adapters attached to the VM use the 
same host bridge interface. There're no errors on this network adapter 
(e1000e). 
2. VM was running linux-based os (customized Debian distribution).
3. We used these VMs to test HA cluster so there was Heartbeat/iSCSI/drbd 
(quite intensive network test). VMs involved into the cluster were set up on 
different physical hosts.
4. VM had been running for almost 4 days I suppose before the crash.

I looked also in libvirtd.log and found this (maybe it can help):

2013-08-13 09:31:12.654+: 3093: info : libvirt version: 0.9.8
2013-08-13 09:31:12.654+: 3093: error : qemuMonitorIORead:513 : Unable to 
read from monitor: Connection reset by peer
2013-08-13 09:50:59.524+: 3093: error : qemuMonitorIORead:513 : Unable to 
read from monitor: Connection reset by peer
2013-08-13 10:31:18.026+: 3093: error : qemuMonitorIO:603 : internal error 
End of file from monitor

Regards


** Attachment added: qemu log
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1211722/+attachment/3774923/+files/one-455.log

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

Title:
  VM crashes on Ubuntu 12.04

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

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


[Bug 1117288] Re: iscsitarget-dkms FTBFS with raring 3.8 kernel

2013-08-16 Thread Dave Walker
Hello James, or anyone else affected,

Accepted iscsitarget into precise-proposed. The package will build now
and be available at
http://launchpad.net/ubuntu/+source/iscsitarget/1.4.20.2-5ubuntu3.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: iscsitarget (Ubuntu Precise)
   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 iscsitarget in Ubuntu.
https://bugs.launchpad.net/bugs/1117288

Title:
  iscsitarget-dkms FTBFS with raring 3.8 kernel

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

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


[Bug 1213021] Re: [SRU] openvswitch 1.4.0 not compatible with lts-raring HWE kernel

2013-08-16 Thread James Page
** Description changed:

- openvswitch-datapath-dkms fails to build with the latest lts-raring HWE
- kernel.
+ SRU information
+ 
+ [Impact]
+ openvswitch dkms modules fail to build with the raring HWE kernel on 12.04.  
This limits ovs usability as the native kernel module does not have the same 
set of features.
+ 
+ [Test Case]
+ sudo apt-get install linux-image-generic-lts-raring 
linux-headers-generic-lts-raring
+ sudo apt-get install openvswitch-datapath-dkms
+ (dkms module fails to build)
+ sudo apt-get install openvswitch-datapath-lts-raring-dkms
+ (openvswitch-datapath-dkms uninstalled, dkms module builds)
+ 
+ [Regression Potential]
+ Limited; the approach proposed is to backport -dkms and -source packages for 
openvswitch-datapath from raring renamed to support the lts-raring kernels:
+ 
+ openvswitch-datapath-lts-raring-dkms
+ openvswitch-datapath-lts-raring-source
+ 
+ These packages Provides/Conflicts with the equivalent standard packages;
+ this does mean that an explicit user action is required to enable ovs
+ support with linux 3.8 on 12.04.
+ 
+ [Original bug report]
+ openvswitch-datapath-dkms fails to build with the latest lts-raring HWE 
kernel.
  
  Backporting all required fixes to 1.4.0 is risky; instead an
  openvswitch-datapath-lts-raring-dkms package will be provided based on
  1.9.0 to support the 3.8 kernel on 12.04.

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

Title:
  [SRU] openvswitch 1.4.0 not compatible with lts-raring HWE kernel

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

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


[Bug 1204507] Re: MAAS rejects empty files

2013-08-16 Thread Runar Ingebrigtsen
Any chance to see this fix in raring?

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

Title:
  MAAS rejects empty files

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

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


[Bug 1187001] Re: saslauthd[26791]: segfault at 0 ip b71de6f1 sp bfcd2d9c error 4 in libc-2.17.so[b7160000+1ad000]

2013-08-16 Thread HappyCamper
BTW, shouldn't saslauthd use crypt_r(), it being a multi-threaded
beasty? ;o)

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

Title:
  saslauthd[26791]: segfault at 0 ip b71de6f1 sp bfcd2d9c error 4 in
  libc-2.17.so[b716+1ad000]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1187001/+subscriptions

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


[Bug 1187001] Re: saslauthd[26791]: segfault at 0 ip b71de6f1 sp bfcd2d9c error 4 in libc-2.17.so[b7160000+1ad000]

2013-08-16 Thread HappyCamper
Hi all

I can reproduce the problem when I run saslauthd with authmech shadow:

saslauthd -a shadow

and then try to authenticate users that have a crippled /etc/shadow
entry. By crippled I mean ! or * as password entry, as for root, mail,
nobody.

When I run the 2.1.25 stock source with debugging symbols in gdb with
-a shadow -n 1 -d -m /var/run/saslauthd/mux as param, I get:

Program received signal SIGSEGV, Segmentation fault.
0xb7e6e6f1 in ?? () from /lib/i386-linux-gnu/libc.so.6
(gdb) where
#0  0xb7e6e6f1 in ?? () from /lib/i386-linux-gnu/libc.so.6
#1  0xb7e6e326 in strdup () from /lib/i386-linux-gnu/libc.so.6
#2  0x0804b910 in auth_shadow (login=0xb098 root, 
password=0xb199 dfsdf, service=0xb29a ldap, 
realm=0xb39b ) at auth_shadow.c:188
#3  0x0804ed3f in do_auth (_login=_login@entry=0xb098 root, 
password=password@entry=0xb199 dfsdf, 
service=service@entry=0xb29a ldap, realm=realm@entry=0xb39b )
at saslauthd-main.c:410
#4  0x0804dd17 in do_request (conn_fd=conn_fd@entry=9) at ipc_unix.c:426
#5  0x0804e547 in ipc_loop () at ipc_unix.c:277
#6  0x080499c1 in main (argc=8, argv=0xb5e4) at saslauthd-main.c:369

Offending line is:

  cpw = strdup((const char *)crypt(password, sp-sp_pwdp));

where crypt() returns NULL for the crippled shadow entries. Proposed
patch:

char *encpwd = crypt(password, sp-sp_pwdp);
if (encpwd == NULL) {
if (flags  VERBOSE) {
syslog(LOG_DEBUG, DEBUG: auth_shadow: crypt returned NULL);
}
RETURN(NO);
}
cpw = strdup((const char *)encpwd);

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

Title:
  saslauthd[26791]: segfault at 0 ip b71de6f1 sp bfcd2d9c error 4 in
  libc-2.17.so[b716+1ad000]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1187001/+subscriptions

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


[Bug 1208455] Re: general protection fault running apt-get inside double nested kvm VM

2013-08-16 Thread James Hunt
Latest kernel panic (from 2nd-level guest) using following kernel
versions:

host: 3.11.0-1-generic (-2 causes problems for my graphics hardware atm)
1st-level guest: 3.11.0-2-generic
2nd-level guest: 3.11.0-2-generic


** Attachment added: kvm.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1208455/+attachment/3775059/+files/kvm.log

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

Title:
  general protection fault running apt-get inside double nested kvm VM

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

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


[Bug 1208455] Re: general protection fault running apt-get inside double nested kvm VM

2013-08-16 Thread Stefan Bader
I saw a similar crash when running the prepare script with a Saucy64
host, a Saucy32 1rst and Saucy32 2nd level guest. The 1rst level guest
cpu set to core2duo and I also had to replace the qemu-system-x86_64 by
qemu (which maps to the same arch). Otherwise the 2nd level guest was
not started at all.

That would on one run give a double-fault as you had, but the second
attempt did succeed. Though both runs had a lot of NMI (reason 21 and
31) messages in them.

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

Title:
  general protection fault running apt-get inside double nested kvm VM

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

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


[Bug 1057024] Re: kvm kernel module always loaded, without setting /dev/kvm permissions

2013-08-16 Thread Parameswaran Sivatharman
Quantal verification passed with the 1.2.0+noroms-0ubuntu2.12.10.5 .

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

Title:
  kvm kernel module always loaded, without setting /dev/kvm permissions

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

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


[Bug 1057024] Re: kvm kernel module always loaded, without setting /dev/kvm permissions

2013-08-16 Thread Parameswaran Sivatharman
Precise verification also passed with the version 1.0+noroms-
0ubuntu14.11 .

** 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 qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1057024

Title:
  kvm kernel module always loaded, without setting /dev/kvm permissions

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

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


[Bug 1212444] Re: cc_growpart failed in auto grow mode with Error: Could not stat device resizepart - No such file or directory. with parted 2.3-14

2013-08-16 Thread Phillip Susi
Looks like the arguments to parted are backwards.

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

Title:
  cc_growpart failed in auto grow mode with Error: Could not stat
  device resizepart - No such file or directory. with parted 2.3-14

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

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


[Bug 1212492] Re: cc_growpart broken if parted resizefs found

2013-08-16 Thread Phillip Susi
You have to not use --script and parse the output for the warning and
answer yes.  I have been mulling over a --force-things system to allow a
script to specify that it expects a specific error and how it should be
handled but it isn't easy the way libparted is structured.

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

Title:
  cc_growpart broken if parted resizefs found

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

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


[Bug 1213229] [NEW] Error getting init pid for container

2013-08-16 Thread Sidnei da Silva
Public bug reported:

Started getting this error in the latest daily from the ppa:

Error getting init pid for container /var/lib/lxc:sidnei-local-machine-1

$ apt-cache policy lxc
lxc:
  Installed: 0.9.0.0~staging~20130816-1225-0ubuntu1~ppa1~saucy1
  Candidate: 0.9.0.0~staging~20130816-1225-0ubuntu1~ppa1~saucy1
  Version table:
 *** 0.9.0.0~staging~20130816-1225-0ubuntu1~ppa1~saucy1 0
500 http://ppa.launchpad.net/ubuntu-lxc/daily/ubuntu/ saucy/main amd64 
Packages
100 /var/lib/dpkg/status
 0.9.0-0ubuntu22 0
500 http://br.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages

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

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

Title:
  Error getting init pid for container

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

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


[Bug 1212492] Re: cc_growpart broken if parted resizefs found

2013-08-16 Thread Scott Moser
** Description changed:

  As reported in bug 1212444, the partition growing is broken if growpart is 
found to be usable.
  There are 2 things that are broken,
-  a.) we invoke parted wrong (passing device after 'resizepart' rather than 
before)
-  b.) parted seems somewhat broken, and I dont know how to force it to do what 
we want.  See:
+  a.) we invoke parted wrong (passing device after 'resizepart' rather than 
before)
+  b.) parted seems somewhat broken, and I dont know how to force it to do what 
we want.  See:
  
  $ sudo parted /dev/vda resizepart  --script 1 /dev/null; echo $?
  Warning: Partition /dev/vda1 is being used. Are you sure you want to continue?
  1
  
+ Um... yes, parted, i want you to do what I told you to do.
  
- Um... yes, parted, i want you to do what I told you to do.
+ Related bugs:
+  * bug 1212444: cc_growpart failed in auto grow mode with Error: Could not 
stat device resizepart - No such file or directory. with parted 2.3-14

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

Title:
  cc_growpart broken if parted resizefs found

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

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


[Bug 1212444] Re: cc_growpart failed in auto grow mode with Error: Could not stat device resizepart - No such file or directory. with parted 2.3-14

2013-08-16 Thread Scott Moser
Phillip,
  Right.  They were backwards, that is fixed now in trunk, but still resizepart 
is broken.  The fix applied was just to prefer growpart based resizing over 
parted.  I'll do further fixing under bug 1212492.

** Description changed:

  During the provisioning of a local VM with cloud-init and parted 2.3.14, 
cc_growpart fails in auto grow mode with the following error:
  ===
  2013-08-14 08:07:02,117 - util.py[DEBUG]: Running command ['parted', 
'resizepart', '/dev/vda', '1'] with allowed return codes [0] (shell=False, 
capture=True)
  2013-08-14 08:07:02,139 - cc_growpart.py[DEBUG]: '/' FAILED: failed to 
resize: disk=/dev/vda, ptnum=1: Unexpected error while running command.
  Command: ['parted', 'resizepart', '/dev/vda', '1']
  Exit code: 1
  Reason: -
  Stdout: '\r   
   \rError: Could not stat device resizepart - No such file or directory.\n'
  Stderr: ''
  ===
  
- /dev/vda1 is not resized to use entire disk space and limited to 2GB. 
+ /dev/vda1 is not resized to use entire disk space and limited to 2GB.
  Run #90 on the 12th is successful with previous version of parted.
  
  Full log attached and online at [1]
  
  [1] http://10.98.0.1:8080/view/Saucy/view/AutoPkgTest/job/saucy-adt-
  setup-testbed/ARCH=amd64,label=albali/91/console
+ 
+ 
+ Related Bugs:
+  * bug 1212492:  cc_growpart broken if parted resizefs found
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: cloud-init (not installed)
  ProcVersionSignature: Ubuntu 3.11.0-1.4-generic 3.11.0-rc4
  Uname: Linux 3.11.0-1-generic x86_64
  ApportVersion: 2.12-0ubuntu3
  Architecture: amd64
  Date: Wed Aug 14 23:09:56 2013
  InstallationDate: Installed on 2012-10-25 (293 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  SourcePackage: cloud-init
  UpgradeStatus: Upgraded to saucy on 2012-12-02 (255 days ago)

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

Title:
  cc_growpart failed in auto grow mode with Error: Could not stat
  device resizepart - No such file or directory. with parted 2.3-14

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

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


[Bug 1213237] [NEW] open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2013-08-16 Thread Robert Gahl
Public bug reported:

Happened during the upgrade installation.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: open-vm-dkms 2011.12.20-562307-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-36.57~precise1-generic 3.5.7.14
Uname: Linux 3.5.0-36-generic i686
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: i386
DKMSKernelVersion: 3.5.0-37-generic
Date: Fri Aug 16 13:31:40 2013
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 2011.12.20-562307-0ubuntu1
SourcePackage: open-vm-tools
Title: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 precise

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

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/1213237/+subscriptions

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


[Bug 1213237] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2013-08-16 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 open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1213237

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/1213237/+subscriptions

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


[Bug 1212492] Re: cc_growpart broken if parted resizefs found

2013-08-16 Thread Scott Moser
I dont think i follow what you meant by parse the output for the
warning and answer yes.

Example:
$ echo 1,1000,L | sudo sfdisk /dev/vdb
$ grep vdb /proc/partitions 
 253   16   20971520 vdb
 253   17 504000 vdb1
$ sudo mkfs /dev/vdb1
$ sudo mount /dev/vdb1 /mnt

## now /dev/vdb is busy (mounted) try to resizepart on it.

$ sudo parted /dev/vdb resizepart 1 /dev/null
Warning: Partition /dev/vdb1 is being used. Are you sure you want to continue?
$ echo $?
1

# so that didn't resize (reading from /dev/null).  Not surprising. 
# try with 'Yes' to stdin.
echo Yes | sudo parted /dev/vdb resizepart 1; echo $?
Warning: Partition /dev/vdb1 is being used. Are you sure you want to continue?
1

I also failed in an attempt with 'expect', but not sure thats relevant
as I dont want to use expect anyway, and I might have done something
wrong.

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

Title:
  cc_growpart broken if parted resizefs found

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

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


[Bug 1178232] Re: /usr/share/byobu/profiles/tmux:25: can't establish current session

2013-08-16 Thread Dustin Kirkland
Great, thanks for following up.

** Changed in: byobu (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  /usr/share/byobu/profiles/tmux:25: can't establish current session

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

-- 
Ubuntu-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 1213229] [NEW] Error getting init pid for container

2013-08-16 Thread Serge Hallyn
fixed in git.

 status: fixreleased


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

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

Title:
  Error getting init pid for container

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

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


[Bug 1208455] Re: general protection fault running apt-get inside double nested kvm VM

2013-08-16 Thread Stefan Bader
Using a 64bit 1rst level guest seemed better on manual runs but running
in loops seemed to have locked up on the third run. Though completely
without any messages. I have to look into that next week. I need to run
again with qmp enabled. At least this allows to check for the
instruction pointer of the cpus. But unfortunately I don't know yet how
to get any better data from the 2nd level guest.

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

Title:
  general protection fault running apt-get inside double nested kvm VM

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

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


[Bug 1204507] Re: MAAS rejects empty files

2013-08-16 Thread Ryan C
Second the request for a fix on raring.  I am dead in the water until
then.

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

Title:
  MAAS rejects empty files

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

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


[Bug 1193380] Re: resource disk mounted at /mnt/resource should be /mnt

2013-08-16 Thread Ben Howard
Verified on new image built from -proposed that resource disk is on /mnt
and that upgrades are unaffected.

** Tags added: verification-done

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

Title:
  resource disk mounted at /mnt/resource should be /mnt

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

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


[Bug 1188820] Re: shadow file permissions broken

2013-08-16 Thread Ben Howard
Confirmed with -proposed packages that this is fixed. Marking
verification-done.

** Tags added: verification-done

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

Title:
  shadow file permissions broken

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

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


[Bug 1188753] Re: deletes udev packaged 75-persistent-net-generator.rules

2013-08-16 Thread Ben Howard
Launched new instance built from -proposed. Issue is fixed. Marking
verification-done.

** Tags added: verification-done

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

Title:
  deletes udev packaged 75-persistent-net-generator.rules

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

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


[Bug 1037723] Re: [SRU] move walinuxagent init functionality to cloud-init

2013-08-16 Thread Ben Howard
Confirmed that this is resolved with -proposed packages.

I launched a new instance built from the -proposed packages and instance
provisioned properly. Also did an upgrade test on an existing instance
and confirmed that the upgrade did not switch provisioning method.

Marking verification-done.

** Tags added: uec-images verification-done windows-azure

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

Title:
  [SRU] move walinuxagent init functionality to cloud-init

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

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


[Bug 1193380] Re: resource disk mounted at /mnt/resource should be /mnt

2013-08-16 Thread Ben Howard
New host provisioning mounts on /mnt, while previous versions use
/mnt/resource. Marking verification-done.

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

Title:
  resource disk mounted at /mnt/resource should be /mnt

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

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


[Bug 1188820] Re: shadow file permissions broken

2013-08-16 Thread Ben Howard
Tested. Marking verification done.

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

Title:
  shadow file permissions broken

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

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


[Bug 1193404] Re: -verbose flag causes stack trace

2013-08-16 Thread Ben Howard
Confirmed test case. Marking verification-done.

** Tags added: verification-done

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

Title:
  -verbose flag causes stack trace

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

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


[Bug 1212492] Re: cc_growpart broken if parted resizefs found

2013-08-16 Thread Phillip Susi
IIRC, parted assumes --script mode when stdin is not a tty.  There was
an undocumented switch that the test suite uses to override this, or I
thought that expect allocates a pseudo tty (might need a switch) and
that should also do the trick.

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

Title:
  cc_growpart broken if parted resizefs found

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

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


[Bug 427141] Invitation to connect on LinkedIn

2013-08-16 Thread lhuszar
LinkedIn



Bug,

I'd like to add you to my professional network on LinkedIn.

- Leslie

Leslie Huszar
Neurologist at Leslie Huszar MD PSC
Fort Pierce, Florida Area

Confirm that you know Leslie Huszar:
https://www.linkedin.com/e/-eexgol-hkg9d1i4-4j/isd/15841608078/xzkzCt9I/?hs=falsetok=0BmH4iRdi87lU1

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/-eexgol-hkg9d1i4-4j/IczXcoZrg9mHlRUkxI7kgxArqNhqoTnmucbkao7/goo/427141%40bugs%2Elaunchpad%2Enet/20061/I5269832970_1/?hs=falsetok=0YhFya2ny87lU1

(c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA
94043, USA.

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

Title:
  mysql update does not install

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

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


[Bug 1204302] Re: fails to bootstrap, returns error: no reachable servers

2013-08-16 Thread John A Meinel
juju-core the package is the client tools (juju), so it should *not*
depend on having mongodb locally installed.

To use the local provider, you can install juju-local on saucy (and from 
ppa:juju/stable). 
That will bring in both lxc and mongodb.


** Changed in: juju-core (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  fails to bootstrap, returns error: no reachable servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1204302/+subscriptions

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