[Bug 1484696] Re: Unable to connect to: ws://:/MAAS/ws

2016-01-27 Thread Dave Chiluk
** Changed in: apache2 (Ubuntu)
   Status: Fix Released => Invalid

** Changed in: apache2 (Ubuntu Trusty)
Milestone: None => trusty-updates

** Changed in: apache2 (Ubuntu)
Milestone: trusty-updates => None

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

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

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

Title:
  Unable to connect to: ws://:/MAAS/ws

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1484696/+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 1484696] Re: Unable to connect to: ws://:/MAAS/ws

2016-01-15 Thread Dave Chiluk
Verification complete.  My test Apache is still up for maas after 2
days.

** 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 apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1484696

Title:
  Unable to connect to: ws://:/MAAS/ws

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1484696/+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 1484696] Re: Unable to connect to: ws://:/MAAS/ws

2016-01-13 Thread Dave Chiluk
Xenial, and vivid already have the solution for this.

Here is the debdiff with the solution for trusty.

I also took the liberty of uploading a build with this debdiff here in the 
hopes that I might get some additional testing.
https://launchpad.net/~chiluk/+archive/ubuntu/1484696

** Patch added: "lp1484696.trusty.debdiff"
   
https://bugs.launchpad.net/maas/+bug/1484696/+attachment/4549491/+files/lp1484696.trusty.debdiff

** Changed in: apache2 (Ubuntu)
   Status: New => In Progress

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

** Changed in: apache2 (Ubuntu)
Milestone: None => trusty-updates

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

Title:
  Unable to connect to: ws://:/MAAS/ws

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1484696/+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 1484696] Re: Unable to connect to: ws://:/MAAS/ws

2016-01-13 Thread Dave Chiluk
** Description changed:

- I have a set of servers that were transferred over to another maas
- servers so that the power credentials were no longer valid when back on
- our maas server. While to trying to get them working, I would see that
- check power state hangs because of the credentials being no longer
- valid. These would eventually time out and error out as expected.
+ [Impact]
+ 
+  * The Maas webui shows "Unable to connect to: ws://:/MAAS/ws"
+ instead of listing the available machines.
+ 
+  * This is because apache proxy is attempting to reuse a socket for an
+ ssl connection to the maas web server sitting on 5240.  This is causing
+ the maas server to throw an error 500.
+ 
+  * Similar results should be received from other web services that make
+ use of the mod_proxy_wstunnel services and ssl.
+ 
+  * The upload fixes the bug by backporting an upstream commit that
+ resolves this.  It functions by preventing re-use of the socket
+ connection.
+ 
+ [Test Case]
+ 
+  * Create a maas server, access webui repeatedly.  Eventually the
+ connections will get reused, and the error will be seen.
+ 
+ [Regression Potential]
+ 
+  * There is a potential performance regression for non-ssl proxy work,
+ but that should be minimal.
+ 
+  * Patch has existed in vivid, wily, and xenial for a long while.
+ 
+ [Other Info]
+  
+  * Upstream commit: 
https://github.com/apache/httpd/commit/53038bd5b1e9f072460e6aeac2ae433c4854f2ad
+ 
+ 
+ Original case Description 
+ I have a set of servers that were transferred over to another maas servers so 
that the power credentials were no longer valid when back on our maas server. 
While to trying to get them working, I would see that check power state hangs 
because of the credentials being no longer valid. These would eventually time 
out and error out as expected.
  
  However, after clicking on Nodes view and or trying to view nodes from a
  Zone, I would observe this error: "Unable to connect to: ws://:/MAAS/ws", then the view would eventually start load slowly while
  showing some nodes but not all of them. In one case it was stuck loading
  for > 10 minutes and it did not seem like it would load without me
  trying to reload from the browser.
  
  I was initially doing this on firefox, then when I tried to start a
  session with chromium after problem was recreated, I got the same error
  followed by the nodes view being stuck while loading.
  
  After a while, reloading the page from the browser would seem0 to work
  and everything would look ok.
  
  I didn't see anything in the logs anything pointing to any issue with
  the cluster.

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

Title:
  Unable to connect to: ws://:/MAAS/ws

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1484696/+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 1484696] Re: Unable to connect to: ws://:/MAAS/ws

2016-01-13 Thread Dave Chiluk
** Changed in: apache2 (Ubuntu)
   Importance: Undecided => High

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

Title:
  Unable to connect to: ws://:/MAAS/ws

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1484696/+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 1484696] Re: Unable to connect to: ws://:/MAAS/ws

2016-01-13 Thread Dave Chiluk
Tested that the apache fix appears to resolve the issue even after
removing the workaround from wolsen.

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

Title:
  Unable to connect to: ws://:/MAAS/ws

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1484696/+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 1484696] Re: Unable to connect to: ws://:/MAAS/ws

2016-01-13 Thread Dave Chiluk
Updated dep3 header information per arges' review.

** Patch removed: "lp1484696.trusty.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1484696/+attachment/4549491/+files/lp1484696.trusty.debdiff

** Patch added: "lp1484696.trusty.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1484696/+attachment/4549520/+files/lp1484696.trusty.debdiff

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

Title:
  Unable to connect to: ws://:/MAAS/ws

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1484696/+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 1484696] Re: Unable to connect to: ws://:/MAAS/ws

2016-01-13 Thread Dave Chiluk
@blake-rouse
After this fix is committed the maas team should strongly reconsider their 
stance to disable the apache proxy on port 80.

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

Title:
  Unable to connect to: ws://:/MAAS/ws

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1484696/+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 1484696] Re: Unable to connect to: ws://:/MAAS/ws

2016-01-13 Thread Dave Chiluk
I'll work on getting the usptream fix SRU'd.

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

Title:
  Unable to connect to: ws://:/MAAS/ws

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1484696/+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 1520192] Re: multipath-tools from Precise should have been fixed together with Trusty fixes

2015-12-07 Thread Dave Chiluk
** Changed in: multipath-tools (Ubuntu)
   Importance: Undecided => High

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

Title:
  multipath-tools from Precise should have been fixed together with
  Trusty fixes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1520192/+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 1466978] Re: Openstack + ovs 1.4.6-0ubuntu1.12.04.4 + kernel 3.2.0-70 and newer crash on first gre traffic

2015-07-01 Thread Dave Chiluk
Verified this myself, and also received verification from another user.

** 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 openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1466978

Title:
  Openstack + ovs 1.4.6-0ubuntu1.12.04.4 + kernel 3.2.0-70 and newer
  crash on first gre traffic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1466978/+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 1466978] Re: Openstack + ovs 1.4.6-0ubuntu1.12.04.4 + kernel 3.2.0-70 and newer crash on first gre traffic

2015-06-22 Thread Dave Chiluk
** Changed in: openvswitch (Ubuntu)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

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

Title:
  Openstack + ovs 1.4.6-0ubuntu1.12.04.4 + kernel 3.2.0-70 and newer
  crash on first gre traffic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1466978/+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 1466978] Re: Openstack + ovs 1.4.6-0ubuntu1.12.04.4 + kernel 3.2.0-70 and newer crash on first gre traffic

2015-06-19 Thread Dave Chiluk
Here is the fix to this issue.  Just needed to fix some arguments to
ip_select_ident.

This was tested against 3.2.0-70 and 3.2.0-86 kernels.

** Patch added: lp1466978.patch
   
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1466978/+attachment/4417304/+files/lp1466978.patch

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

Title:
  Openstack + ovs 1.4.6-0ubuntu1.12.04.4 + kernel 3.2.0-70 and newer
  crash on first gre traffic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1466978/+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 1451598] Re: Libvirt spams libvirt.log with virNetSocketReadWire and similar errors

2015-06-19 Thread Dave Chiluk
** Changed in: libvirt (Ubuntu Precise)
   Status: Fix Committed = 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/1451598

Title:
  Libvirt spams libvirt.log with virNetSocketReadWire and similar errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1451598/+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 1466978] Re: Openstack + ovs 1.4.6-0ubuntu1.12.04.4 + kernel 3.2.0-70 and newer crash on first gre traffic

2015-06-19 Thread Dave Chiluk
I'm working on a patch and will upload as soon as it's tested.

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

Title:
  Openstack + ovs 1.4.6-0ubuntu1.12.04.4 + kernel 3.2.0-70 and newer
  crash on first gre traffic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1466978/+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 1466978] [NEW] Openstack + ovs 1.4.6-0ubuntu1.12.04.4 + kernel 3.2.0-70 and newer crash on first gre traffic

2015-06-19 Thread Dave Chiluk
Public bug reported:

Openstack + ovs 1.4.6-0ubuntu1.12.04.4 + kernel 3.2.0-70 and newer crash
on first gre traffic

[Impact]

 * Openstack + ovs 1.4.6-0ubuntu1.12.04.4 + kernel 3.2.0-70 and newer crash on 
first gre traffic
 * Kernels newer than 3.2.0-70 are not able to be used with the openvswitch 
module built using 1.4.6-0ubuntu1.12.04.4 

[Test Case]

 1. Deploy grizzly openstack with Openvswitch for neutron.
 2. Upgrade kernel on compute host to greater than 3.2.0-69
 3. Deploy and boot VM.
 4. Associate IP with VM
 5. Ping VM
 6. Watch compute host crash.

[Regression Potential]

 * Few character change
 * This has been broken since release of 3.2.0-70
 * Users should have already migrated Openstack clouds off of Grizzle + precise.

[Other Info]
 
 * 3.13 kernel ships with ovs module included in the kernel.

** Affects: openvswitch (Ubuntu)
 Importance: Undecided
 Assignee: Dave Chiluk (chiluk)
 Status: New


** Tags: cts sts

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

Title:
  Openstack + ovs 1.4.6-0ubuntu1.12.04.4 + kernel 3.2.0-70 and newer
  crash on first gre traffic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1466978/+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 1460737] Re: [SRU] MAAS 1.7.5

2015-06-03 Thread Dave Chiluk
** Tags added: cts sts

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

Title:
  [SRU] MAAS 1.7.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1460737/+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 1451598] [NEW] Libvirt spams libvirt.log with virNetSocketReadWire and similar errors

2015-05-04 Thread Dave Chiluk
Public bug reported:

Libvirt spams logs with
2014-11-19 14:31:15.787+: 46611: warning : qemuOpenVhostNet:493 : Unable to 
open vhost-net. Opened so far 0, requested 1
2014-11-19 15:18:36.735+: 46610: error : virNetSocketReadWire:1377 : End of 
file while reading data: Input/output error
2014-11-21 20:56:04.275+: 46610: error : virNetSocketReadWire:1377 : End of 
file while reading data: Input/output error
2014-11-23 11:31:34.321+: 46610: error : virNetlinkEventCallback:340 : 
nl_recv returned with error: No buffer space available
2014-11-18 14:47:28.882+: 47095: error : qemuMonitorIO:615 : internal 
error: End of file from monitor

These are bogus errors and can safely be ignored.  They have been fixed
by upstream libvirt patch 89563efc0209b854d2b2e554423423d7602acdbd so
these errors are only seen on the precise.

Upstream commit is available here.
http://libvirt.org/git/?p=libvirt.git;a=commit;h=89563efc0209b854d2b2e554423423d7602acdbd

I'll package up this fix and submit the debdiff as soon as I've
integrated, and tested it.

** Affects: libvirt (Ubuntu)
 Importance: Undecided
 Assignee: Dave Chiluk (chiluk)
 Status: New


** Tags: cts sts

** Description changed:

- Libvirt spams logs with in Precise.
- 2014-11-19 14:31:15.787+: 46611: warning : qemuOpenVhostNet:493 : Unable 
to open vhost-net. Opened so far 0, requested 1 
- 2014-11-19 15:18:36.735+: 46610: error : virNetSocketReadWire:1377 : End 
of file while reading data: Input/output error 
- 2014-11-21 20:56:04.275+: 46610: error : virNetSocketReadWire:1377 : End 
of file while reading data: Input/output error 
- 2014-11-23 11:31:34.321+: 46610: error : virNetlinkEventCallback:340 : 
nl_recv returned with error: No buffer space available 
+ Libvirt spams logs with
+ 2014-11-19 14:31:15.787+: 46611: warning : qemuOpenVhostNet:493 : Unable 
to open vhost-net. Opened so far 0, requested 1
+ 2014-11-19 15:18:36.735+: 46610: error : virNetSocketReadWire:1377 : End 
of file while reading data: Input/output error
+ 2014-11-21 20:56:04.275+: 46610: error : virNetSocketReadWire:1377 : End 
of file while reading data: Input/output error
+ 2014-11-23 11:31:34.321+: 46610: error : virNetlinkEventCallback:340 : 
nl_recv returned with error: No buffer space available
  2014-11-18 14:47:28.882+: 47095: error : qemuMonitorIO:615 : internal 
error: End of file from monitor
  
- 
- These are bogus errors and can safely be ignored.  They have been fixed by 
upstream libvirt patch 89563efc0209b854d2b2e554423423d7602acdbd so these errors 
are only seen on the precise.
+ These are bogus errors and can safely be ignored.  They have been fixed
+ by upstream libvirt patch 89563efc0209b854d2b2e554423423d7602acdbd so
+ these errors are only seen on the precise.
  
  Upstream commit is available here.
  
http://libvirt.org/git/?p=libvirt.git;a=commit;h=89563efc0209b854d2b2e554423423d7602acdbd
  
  I'll package up this fix and submit the debdiff as soon as I've
  integrated, and tested it.

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

Title:
  Libvirt spams libvirt.log with virNetSocketReadWire and similar errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1451598/+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 1420647] Re: Please apply nofile limit fix of ceph-osd to trusty, utopic

2015-03-12 Thread Dave Chiluk
** 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 ceph in Ubuntu.
https://bugs.launchpad.net/bugs/1420647

Title:
  Please apply nofile limit fix of ceph-osd to trusty, utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1420647/+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 1416906] Re: force user no longer works

2015-02-20 Thread Dave Chiluk
** Changed in: samba (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 samba in Ubuntu.
https://bugs.launchpad.net/bugs/1416906

Title:
  force user no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1416906/+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 1416906] Re: force user no longer works

2015-02-18 Thread Dave Chiluk
Got feedback through support channels that the package in proposed has
resolved the issue.

verification done.

** 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 samba in Ubuntu.
https://bugs.launchpad.net/bugs/1416906

Title:
  force user no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1416906/+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 1420647] Re: Please apply nofile limit fix of ceph-osd to trusty, utopic

2015-02-17 Thread Dave Chiluk
** Changed in: ceph (Ubuntu)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

** Tags added: cts

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

Title:
  Please apply nofile limit fix of ceph-osd to trusty, utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1420647/+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 1420647] Re: Please apply nofile limit fix of ceph-osd to trusty, utopic

2015-02-17 Thread Dave Chiluk
Upstream commit is here.
https://github.com/ceph/ceph/commit/5773a374d0089ce824dec0a0c74a76e57806cc43


** Patch added: trusty debdiff
   
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1420647/+attachment/4321390/+files/lp1420647.trusty.debdiff

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

Title:
  Please apply nofile limit fix of ceph-osd to trusty, utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1420647/+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 1420647] Re: Please apply nofile limit fix of ceph-osd to trusty, utopic

2015-02-17 Thread Dave Chiluk
Above are the trusty and utopic debdiffs.  The versioning is a bit
different than I'm used to so, please feel free to correct the
versioning.

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

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

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

Title:
  Please apply nofile limit fix of ceph-osd to trusty, utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1420647/+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 1420647] Re: Please apply nofile limit fix of ceph-osd to trusty, utopic

2015-02-17 Thread Dave Chiluk
** Patch added: lp1420647.utopic.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1420647/+attachment/4321391/+files/lp1420647.utopic.debdiff

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

Title:
  Please apply nofile limit fix of ceph-osd to trusty, utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1420647/+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 1412909] Re: Please raise Suggests for lib{pam, nss}-winbind to Recommends in trusty

2015-02-11 Thread Dave Chiluk
I did the test one more time, and it worked.  I'm not sure what I did
wrong the first time.  Anyhow, consider this verified.

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

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

Title:
  Please raise Suggests for lib{pam,nss}-winbind to Recommends in trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1412909/+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 1412909] Re: Please raise Suggests for lib{pam, nss}-winbind to Recommends in trusty

2015-02-11 Thread Dave Chiluk
I just went through the exercise of attempting to validate this issue.

from an ubuntu-cloud-image, I enabled proposed.  I installed samba and
libpam-winbind.  Then ran do-release-upgrade.

Unfortunately even though samba 2:4.1.6+dfsg-1ubuntu2.14.04.5  was
installed on the other side of the upgrade, libnss-winbind was still not
installed.

@bdmurray if you think I did my test correctly please feel free to
reject the verification.  You might have to go back to the drawing
board.

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

Title:
  Please raise Suggests for lib{pam,nss}-winbind to Recommends in trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1412909/+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 1416906] Re: force user no longer works

2015-02-11 Thread Dave Chiluk
** Description changed:

+ [Impact]
+ * Users are no longer able to use the force user or force group options in 
the smb.conf.  This can prevent users from accessing shares without first 
having to login with a valid login.
+ 
+ [Test Case]
+ 1. Create a directory /tmp/ubuntu
+ 2. chown ubuntu:ubuntu /tmp/ubuntu
+ 3. Add a section to the smb.conf like so.
+ [Ubuntutest] 
+ comment = Ubuntutest 
+ path = /tmp/ubuntu 
+ browseable = yes 
+ read only = no 
+ guest ok = yes 
+ force user = ubuntu 
+ 4. Make sure the ubuntu user has access to the directory from the server.
+ 5. Attempt to access the share
+ 6. You should not be prompted for a username and password
+ 7. Create a file
+ 8. Verify the file is owned by ubuntu.
+ 
+ [Regression Potential]
+ * Minimal.  The fix is to use vuser-session_info instead of 
conn-session_info, when checking permissions.  This seems like it should be 
fairly isolated to the initial permissions checks.
+ 
+ [Other Info]
+ * Pretty straightforward cherry-pick of upstream solution.
+ 
+ __
  There is nasty regression bug in samba 4.1.6
  That prevents the use of the force user option.
  
  https://bugzilla.samba.org/show_bug.cgi?id=9878
  
  It has been fixed in 4.1.7.
  
  For now I installed samba from:  ppa:linux-schools/backports
  In order to get things working again.
  
  Gérald

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

Title:
  force user no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1416906/+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 1412909] Re: Please raise Suggests for lib{pam, nss}-winbind to Recommends in trusty

2015-02-11 Thread Dave Chiluk
Here's the relavant part of /var/log/dist-upgrade/apt.log

 MarkInstall libpam-winbind [ amd64 ]  2:3.6.3-2ubuntu2.11 - 
2:4.1.6+dfsg-1ubuntu2.14.04.5  ( universe/net ) FU=0
  Installing samba-libs as Depends of libpam-winbind
MarkInstall samba-libs [ amd64 ]  none - 2:4.1.6+dfsg-1ubuntu2.14.04.5  
( libs ) FU=0
Installing libldb1 as Depends of samba-libs
  MarkInstall libldb1 [ amd64 ]  none - 1:1.1.16-1  ( libs ) FU=0
  Installing libtevent0 as Depends of libldb1
MarkInstall libtevent0 [ amd64 ]  none - 0.9.19-1  ( libs ) FU=0
Installing libntdb1 as Depends of samba-libs
  MarkInstall libntdb1 [ amd64 ]  none - 1.0-2ubuntu1  ( libs ) FU=0
Installing python-talloc as Depends of samba-libs
  MarkInstall python-talloc [ amd64 ]  none - 2.1.0-1  ( python ) FU=0
  new important dependency: libnss-winbind:amd64
  Installing libnss-winbind as Recommends of libpam-winbind
MarkInstall libnss-winbind [ amd64 ]  none - 
2:4.1.6+dfsg-1ubuntu2.14.04.5  ( universe/net ) FU=0

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

Title:
  Please raise Suggests for lib{pam,nss}-winbind to Recommends in trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1412909/+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 1416906] Re: force user no longer works

2015-02-11 Thread Dave Chiluk
** Description changed:

  [Impact]
  * Users are no longer able to use the force user or force group options in 
the smb.conf.  This can prevent users from accessing shares without first 
having to login with a valid login.
  
  [Test Case]
  1. Create a directory /tmp/ubuntu
  2. chown ubuntu:ubuntu /tmp/ubuntu
  3. Add a section to the smb.conf like so.
- [Ubuntutest] 
- comment = Ubuntutest 
- path = /tmp/ubuntu 
- browseable = yes 
- read only = no 
- guest ok = yes 
- force user = ubuntu 
+ [Ubuntutest]
+ comment = Ubuntutest
+ path = /tmp/ubuntu
+ browseable = yes
+ read only = no
+ guest ok = yes
+ force user = ubuntu
  4. Make sure the ubuntu user has access to the directory from the server.
  5. Attempt to access the share
- 6. You should not be prompted for a username and password
- 7. Create a file
- 8. Verify the file is owned by ubuntu.
+ 6. Create a file
+ 7. Verify the file is owned by ubuntu.
+ 
+ *Note: this does not seem to be testable from the samba-client command
+ line tool as it succeeds both before and after the patch.
  
  [Regression Potential]
  * Minimal.  The fix is to use vuser-session_info instead of 
conn-session_info, when checking permissions.  This seems like it should be 
fairly isolated to the initial permissions checks.
  
  [Other Info]
  * Pretty straightforward cherry-pick of upstream solution.
  
  __
  There is nasty regression bug in samba 4.1.6
  That prevents the use of the force user option.
  
  https://bugzilla.samba.org/show_bug.cgi?id=9878
  
  It has been fixed in 4.1.7.
  
  For now I installed samba from:  ppa:linux-schools/backports
  In order to get things working again.
  
  Gérald

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

Title:
  force user no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1416906/+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 1416906] Re: force user no longer works

2015-02-06 Thread Dave Chiluk
As far as I can tell the offending commit was introduced with
samba-4.1.0rc1, and the fix is contained in 4.1.7.  So Utopic is fine.

I also checked precise, and precise does not contain the commit that
caused the regression.

@Brian, I'm waiting for feedback that this resolves the issue before I
move forward with an SRU.

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

Title:
  force user no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1416906/+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 1416906] Re: force user no longer works

2015-02-06 Thread Dave Chiluk
** Tags added: cts

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

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

Title:
  force user no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1416906/+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 1416906] Re: force user no longer works

2015-02-05 Thread Dave Chiluk
** Changed in: samba (Ubuntu)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

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

Title:
  force user no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1416906/+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 1416906] Re: force user no longer works

2015-02-05 Thread Dave Chiluk
I have packaged the latest samba plus this debdiff into 
https://launchpad.net/~chiluk/+archive/ubuntu/lp1416906

Please wait for the packages to build, and then test thems, \

Once you report back that these fix your issue.  I'll get the fix
integrated into the archive packages.

Thanks.

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

Title:
  force user no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1416906/+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 1416906] Re: force user no longer works

2015-02-05 Thread Dave Chiluk
Here's the commit with magic we are looking for.

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

** Changed in: samba (Ubuntu)
   Status: Incomplete = In Progress

** Patch added: lp1416906.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1416906/+attachment/4313498/+files/lp1416906.debdiff

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

Title:
  force user no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1416906/+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-30 Thread Dave Chiluk
** Changed in: libvirt (Ubuntu Trusty)
   Status: Confirmed = Fix Released

** Changed in: libvirt (Ubuntu Utopic)
   Status: Confirmed = 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/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 1261501] Re: ceph osds unbalanced

2015-01-23 Thread Dave Chiluk
** Changed in: ceph (Ubuntu)
 Assignee: Dave Chiluk (chiluk) = (unassigned)

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

Title:
  ceph osds unbalanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1261501/+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 583216] Re: inet_protocols can't be preseeded

2015-01-08 Thread Dave Chiluk
This patch should also go into trusty so that it can be picked up for
14.04.2.

** Tags added: cts

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

Title:
  inet_protocols can't be preseeded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/583216/+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 583216] Re: inet_protocols can't be preseeded

2015-01-08 Thread Dave Chiluk
** Changed in: postfix (Ubuntu)
Milestone: None = ubuntu-14.04.2

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

Title:
  inet_protocols can't be preseeded

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

2014-12-17 Thread Dave Chiluk
Public bug reported:

Apparmor denise libvirt access to a number of important directories.


syslog.4:Dec 12 17:18:08 nuc2 kernel: [54334.001494] type=1400 
audit(1418404688.659:48): apparmor=DENIED operation=open 
profile=libvirt-64557998-1e6b-43fb-bf6a-7dc9b9c7a660 
name=/var/lib/charm/ceph/ceph.conf pid=23594 comm=qemu-system-x86 
requested_mask=r denied_mask=r fsuid=108 ouid=0
syslog.4:Dec 12 17:18:09 nuc2 kernel: [54334.537222] type=1400 
audit(1418404689.195:49): apparmor=DENIED operation=open 
profile=libvirt-64557998-1e6b-43fb-bf6a-7dc9b9c7a660 
name=/var/lib/charm/ceph/ceph.conf pid=23594 comm=qemu-system-x86 
requested_mask=r denied_mask=r fsuid=108 ouid=0
syslog.4:Dec 12 17:18:09 nuc2 kernel: [54334.745412] type=1400 
audit(1418404689.403:50): apparmor=DENIED operation=open 
profile=libvirt-64557998-1e6b-43fb-bf6a-7dc9b9c7a660 
name=/var/lib/charm/ceph/ceph.conf pid=23594 comm=qemu-system-x86 
requested_mask=r denied_mask=r fsuid=108 ouid=0
syslog.4:Dec 12 17:18:09 nuc2 kernel: [54334.808978] type=1400 
audit(1418404689.467:51): apparmor=DENIED operation=open 
profile=libvirt-64557998-1e6b-43fb-bf6a-7dc9b9c7a660 
name=/var/lib/charm/ceph/ceph.conf pid=23594 comm=qemu-system-x86 
requested_mask=r denied_mask=r fsuid=108 ouid=0
syslog.4:Dec 12 17:18:09 nuc2 kernel: [54334.858862] type=1400 
audit(1418404689.515:52): apparmor=DENIED operation=open 
profile=libvirt-64557998-1e6b-43fb-bf6a-7dc9b9c7a660 
name=/var/lib/charm/ceph/ceph.conf pid=23594 comm=qemu-system-x86 
requested_mask=r denied_mask=r fsuid=108 ouid=0
syslog.4:Dec 12 17:18:09 nuc2 kernel: [54334.909608] type=1400 
audit(1418404689.567:53): apparmor=DENIED operation=open 
profile=libvirt-64557998-1e6b-43fb-bf6a-7dc9b9c7a660 
name=/var/lib/charm/ceph/ceph.conf pid=23594 comm=qemu-system-x86 
requested_mask=r denied_mask=r fsuid=108 ouid=0
syslog.4:Dec 12 17:18:09 nuc2 kernel: [54334.976979] type=1400 
audit(1418404689.635:54): apparmor=DENIED operation=open 
profile=libvirt-64557998-1e6b-43fb-bf6a-7dc9b9c7a660 
name=/var/lib/charm/ceph/ceph.conf pid=23594 comm=qemu-system-x86 
requested_mask=r denied_mask=r fsuid=108 ouid=0
syslog.4:Dec 12 18:25:25 nuc2 kernel: [58368.978163] type=1400 
audit(1418408725.790:56): apparmor=DENIED operation=open 
profile=libvirt-c2f29087-8453-4441-a27d-71fcd7a5 
name=/var/lib/charm/ceph/ceph.conf pid=19293 comm=qemu-system-x86 
requested_mask=r denied_mask=r fsuid=108 ouid=0
syslog.4:Dec 12 18:25:25 nuc2 kernel: [58368.979670] type=1400 
audit(1418408725.790:57): apparmor=DENIED operation=open 
profile=libvirt-c2f29087-8453-4441-a27d-71fcd7a5 name=/tmp/ pid=19293 
comm=qemu-system-x86 requested_mask=r denied_mask=r fsuid=108 ouid=0
syslog.4:Dec 12 18:25:25 nuc2 kernel: [58368.979680] type=1400 
audit(1418408725.790:58): apparmor=DENIED operation=open 
profile=libvirt-c2f29087-8453-4441-a27d-71fcd7a5 name=/var/tmp/ 
pid=19293 comm=qemu-system-x86 requested_mask=r denied_mask=r fsuid=108 
ouid=0

In this case the machine was installed using juju and maas.  Specific
charms in play on this machine are ceph, and nova-compute.

I'm not sure if the juju charms need to be updated or if the libvirt
template needs to be updated or something else altogether.

It's important to not that without ceph apparmor still denies access to
/tmp and /var/tmp

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: libvirt-bin 1.2.2-0ubuntu13.1.7
ProcVersionSignature: User Name 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Wed Dec 17 21:15:20 2014
KernLog:
 
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: libvirt
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.default.libvirt.bin: [modified]
modified.conffile..etc.libvirt.libvirtd.conf: [modified]
modified.conffile..etc.libvirt.qemu.conf: [inaccessible: [Errno 13] Permission 
denied: '/etc/libvirt/qemu.conf']
mtime.conffile..etc.default.libvirt.bin: 2014-12-12T02:21:56.792085
mtime.conffile..etc.libvirt.libvirtd.conf: 2014-12-12T02:21:49.403764

** Affects: libvirt (Ubuntu)
 Importance: Undecided
 Status: Incomplete

** Affects: ceph (Juju Charms Collection)
 Importance: Undecided
 Status: New


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

** Also affects: ceph (Juju Charms Collection)
   Importance: Undecided
   Status: New

-- 
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: 

[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2014-12-12 Thread Dave Chiluk
There are numerous reports that this is still not resolved in the latest 
packages available in trusty. 
http://openvswitch.org/pipermail/discuss/2014-December/015931.html


** Tags added: cts

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

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

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


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

2014-10-03 Thread Dave Chiluk
** Also affects: nova-compute (Juju Charms Collection)
   Importance: Undecided
   Status: New

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

Title:
  nova fails to launch i386 images

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

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


[Bug 583216] Re: inet_protocols can't be preseeded

2014-09-02 Thread Dave Chiluk
@matthew-l-dailey,

Could you put together a debdiff for this patch against the latest utopic 
sources?
This looks to be a fairly good guide.
http://packaging.ubuntu.com/html/traditional-packaging.html

Also if you are feeling frisky you could also create a debdiff for the trusty 
and precise trees and submit it via the SRU Process described here.
https://wiki.ubuntu.com/StableReleaseUpdates

If you have any questions feel free to ping me via e-mail or IRC.

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

Title:
  inet_protocols can't be preseeded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/583216/+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 1313209] Re: Running byobu-ctrl-a fails

2014-07-17 Thread Dave Chiluk
The trusty fix for this is still sitting in trusty-proposed.  Can this
be released to updates?

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

Title:
  Running byobu-ctrl-a fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/byobu/+bug/1313209/+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 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-06-12 Thread Dave Chiluk
@pkern, it is already in proposed for precise.  Make sure you enable
-proposed from a mirror that has already synced with the main archives
*(i.e. mirroring usually happens nightly, so it may not be on your
mirror yet).

The lts-trusty kernels in precise are basically mirrors of the ubuntu-
trusty.git repository built within precise.

** Changed in: keepalived (Ubuntu Trusty)
   Status: New = Invalid

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

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+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 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-06-06 Thread Dave Chiluk
Assuming the schedule holds, and there aren't any unforseen CVE's or
test regressions, we should see it in about 4 weeks.

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

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+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 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-06-02 Thread Dave Chiluk
pkern-k that comment is from a bot that monitors all bugs open against
linux.

This was modified by c28f49fd37b during the ubuntu-raring kernel
timeframe, due to a configuration review.

We are looking into this.

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

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+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 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-06-02 Thread Dave Chiluk
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

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

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+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 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-06-02 Thread Dave Chiluk
** Description changed:

- I've upgraded from 12.04 to 14.04 and the keepalived no longer loads any
- IPv6 virtual servers.
+ SRU Justification:
+ Impact: Keepalived is no longer able to load any IPv6 virtual servers for 
load balancing purposes.
+ Fix: Re-enable CONFIG_IP_VS_IPV6=y
+ Testcase: Attempt to load ipv6 virtual servers.
+ 
+ 
+ _
+ 
+ 
+ I've upgraded from 12.04 to 14.04 and the keepalived no longer loads any IPv6 
virtual servers.
  
  I get the following message when trying to list a virtual service:
  ipvsadm -L -t [2001::::xxx]:xxx
  Resource temporarily unavailable
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: keepalived 1:1.2.7-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
  Uname: Linux 3.13.0-20-generic x86_64
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  Date: Tue Apr  1 13:45:51 2014
  ProcEnviron:
-  TERM=screen
-  PATH=(custom, no user)
-  LANG=en_ZA.UTF-8
-  SHELL=/bin/bash
+  TERM=screen
+  PATH=(custom, no user)
+  LANG=en_ZA.UTF-8
+  SHELL=/bin/bash
  SourcePackage: keepalived
  UpgradeStatus: Upgraded to trusty on 2014-03-31 (0 days ago)

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

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+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 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-06-02 Thread Dave Chiluk
Change has been submitted to both Trusty, and Utopic trees.

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

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+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 1121874] Re: MySQL launch fails silently if 4MB of disk space is available

2014-01-21 Thread Dave Chiluk
I went through and verified these tonight.

I never want to see this bug ever again.

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

** Changed in: mysql-5.5 (Ubuntu Precise)
   Status: Fix Committed = Fix Released

** Changed in: mysql-5.5 (Ubuntu Saucy)
   Status: Fix Committed = Fix Released

** Changed in: mysql-5.5 (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

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

Title:
  MySQL launch fails silently if  4MB of disk space is available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1121874/+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 1261501] Re: ceph osds unbalanced

2013-12-16 Thread Dave Chiluk
They likely have too few placement groups. They can retrieve their current 
value using ...
$ ceph osd pool get {pool-name} pg_num

Please have IS set the number of placement groups according to the below page.  
http://ceph.com/docs/master/rados/operations/placement-groups/

Basically it should be  = 100 * number of osds/number of replicas

Assuming they are at a new enough version they should be able to run
ceph osd pool set {pool-name} pg_num {pg_num}

#wosup

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

Title:
  ceph osds unbalanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1261501/+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 1261501] Re: ceph osds unbalanced

2013-12-16 Thread Dave Chiluk
Woops missed the below.

Once you increase the number of placement groups, you must also increase
the number of placement groups for placement (pgp_num) before your
cluster will rebalance. The pgp_num should be equal to the pg_num. To
increase the number of placement groups for placement, execute the
following:

ceph osd pool set {pool-name} pgp_num {pgp_num}

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

Title:
  ceph osds unbalanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1261501/+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 1261501] Re: ceph osds unbalanced

2013-12-16 Thread Dave Chiluk
** Changed in: ceph (Ubuntu)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

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

Title:
  ceph osds unbalanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1261501/+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 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2013-04-10 Thread Dave Chiluk
The above debdiff resolves the 00list issues for bug 
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1057358

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

Title:
  1 MAC Address, two IPs - DNS is out of sync with DHCP leases
  databases, I think...

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1069570/+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