[Bug 1099155] Re: [raring] No ip assigned to bridge and no routes added for virtual networks

2013-01-18 Thread Roman Yepishev
So, it looks like not only custom libvirt network is affected but the
standard default too effectively rendering libvirt machines in a desktop
session without any kind of network.

** Summary changed:

- [raring] No ip assigned to bridge and no routes added for routed network
+ [raring] No ip assigned to bridge and no routes added for virtual networks

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

Title:
  [raring] No ip assigned to bridge and no routes added for virtual
  networks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1099155/+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 1100936] Re: init script cannot find java7 from oracle

2013-01-18 Thread James Page
As its impossible to support the multitude of paths that might contain a
Java install, the correct way to use a non-distro version of Java is to
set JAVA_HOME in /etc/default/tomcat[6|7].  This will override any auto-
detection in the init script.

Marking 'Won't Fix' as sufficient capability exists to configure this
manually.

** Changed in: tomcat6 (Ubuntu)
   Status: Confirmed = Won't Fix

** Changed in: tomcat7 (Ubuntu)
   Status: Confirmed = Won't Fix

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

Title:
  init script cannot find java7 from oracle

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/1100936/+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 1101160] [NEW] sa-update-hooks.d/amavisd-new needs to be executable

2013-01-18 Thread Florian Effenberger
Public bug reported:

The script at /etc/mail/spamassassin/sa-update-hooks.d/amavisd-new needs
to be executable in order to reload amavis upon SpamAssassin updates.

** Affects: amavisd-new (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  sa-update-hooks.d/amavisd-new needs to be executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1101160/+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 1101160] Re: sa-update-hooks.d/amavisd-new needs to be executable

2013-01-18 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

I couldn't reproduce this on amavisd-new 1:2.7.1-2ubuntu3 on raring:

$ stat /etc/spamassassin/sa-update-hooks.d/amavisd-new 
  File: ‘/etc/spamassassin/sa-update-hooks.d/amavisd-new’
  Size: 710 Blocks: 8  IO Block: 4096   regular file
Device: fd01h/64769dInode: 148134  Links: 1
Access: (0755/-rwxr-xr-x)  Uid: (0/root)   Gid: (0/root)
Access: 2013-01-18 11:54:43.324885767 +
Modify: 2012-09-22 18:18:51.0 +
Change: 2013-01-18 11:54:43.324885767 +
 Birth: -
$ dpkg-query -W amavisd-new
amavisd-new 1:2.7.1-2ubuntu3

Please provide detailed steps to reproduce this problem and add detailed
bug information using the command apport-collect 1101160. Once done,
please change the bug status back to New.

** Changed in: amavisd-new (Ubuntu)
   Status: New = Incomplete

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

Title:
  sa-update-hooks.d/amavisd-new needs to be executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1101160/+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 1101160] Re: sa-update-hooks.d/amavisd-new needs to be executable

2013-01-18 Thread Florian Effenberger
Thanks for the fast reply! I'm on precise (12.04.1 LTS), and there, the
file was not executable.

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

Title:
  sa-update-hooks.d/amavisd-new needs to be executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1101160/+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 1094830] Re: brcompat failed to be loaded

2013-01-18 Thread James Page
The brcompat module does work in raring; however you need to make sure
that

1) you are using the dkms version of the openvswitch module, not the
stock kernel one

You can do this by stopping the openvswitch-* daemons, unloading the
openvswitch module and then reloading it to pickup the dkms version

sudo service openvswitch-switch stop
sudo rmmod openvswitch
sudo modprobe openvswitch

Always make sure that you install the DKMS package prior to installing
openvswitch-switch itself other wise you may hit this issue.

2) make sure that you don't already have the bridge module loaded

sudo rmmod bridge

After ensuring 1  2 are OK then you should be able to load the brcompat
module.

BUT - please note this module is deprecated upstream and will disappear
- so try to move to using openvswitch

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

Title:
  brcompat failed to be loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1094830/+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 1101187] [NEW] in case ow two networks on the same bridge nova overwrites dnsmasq config

2013-01-18 Thread Bolke de Bruin
Public bug reported:

Some background: I run a private cloud environment (folsom/stable,
FlatDhcp) in the 172.17.11.XXX/24 range. The private range for instances
is 192.168.100.XX/24 . Basically if I add a floating IP it get's
assigned from the 172.17.11.XX/24 range. Recently, I needed to assign
172.17.11.XX fixed addresses for local usage.

nova-manage network list

1   192.168.100.0/24None192.168.100.2   8.8.4.4 
NoneNone  
3   172.17.11.224/28None172.17.11.226   8.8.8.8 
NoneNone 

This should happen on the same bridge (br100).

Now when activating an instance with a fixed ip, /var/lib/nova/networks
/nova-br100.conf gets overwitten. So I end up with only the
172.17.11.XXX fixed ip in that list. While i would expect 192.168
addresses and 172.17.11 addresses. It seems that nova is not able to
handle multiple ipranges/dnsmasq on one bridge?

As a workaround I activated the network on a new bridge. I needed to
activate proxy_arp and change some iptables to make sure traffic gets to
the instance. Not something really maintainable :).

** Affects: nova (Ubuntu)
 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/1101187

Title:
  in case ow two networks on the same bridge nova overwrites dnsmasq
  config

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1101187/+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 1003656] Re: bridge-utils/vlan udev hooks prevent execution of upstart hook, slowing down boot

2013-01-18 Thread Hungerburg
Please excuse the incomplete information; But I highly suspect it is
releated, and maybe some bells ring with the experts.

The week a system that I manage (xubuntu 12.04.1) failed to connect to
the net on reboot. The br0 bridge interface does not get fully
configured. There is nothing in syslog that points at a specific
failure. The startup GUI shows waiting for network and waiting 60
more seconds for network before the greeter comes up.

The bridge interface is used to bridge eth1 and OpenVPN tap0. It is
solely configured from /etc/network/interfaces.

I found that after tearing down the bridge completely, ifup br0
successfully completes. But it fails at boot time. bridge-utils may be
the only package update between the last reboot, when thins still were
fine (some 80 days ago).

Next week I may collect more information (ifquery br0 # of the
disfunctional bridge, brctl show, etc).

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

Title:
  bridge-utils/vlan udev hooks prevent execution of upstart hook,
  slowing down boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/1003656/+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 1094830] Re: brcompat failed to be loaded

2013-01-18 Thread James Page
Looks like a similar issue you are having on precise:

ubuntu@ovs-testing-precise:~$ lsmod | grep bridge
ubuntu@ovs-testing-precise:~$ sudo modprobe bridge
ubuntu@ovs-testing-precise:~$ lsmod | grep bridge
bridge 90989  0 
stp12976  1 bridge
ubuntu@ovs-testing-precise:~$ sudo modprobe brcompat_mod
FATAL: Error inserting brcompat_mod 
(/lib/modules/3.2.0-36-generic/updates/dkms/brcompat_mod.ko): Invalid module 
format
ubuntu@ovs-testing-precise:~$ sudo rmmod bridge
ubuntu@ovs-testing-precise:~$ sudo modprobe brcompat_mod
ubuntu@ovs-testing-precise:~$ 

bridge module is conflicting with brcompat_mod.

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

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

Title:
  brcompat failed to be loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1094830/+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 1039627] Re: etckeeper init with git gives error

2013-01-18 Thread Robie Basak
** Changed in: etckeeper (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  etckeeper init with git gives error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1039627/+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 1101158] Re: depends on jsonschema==0.2, broken in raring

2013-01-18 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1098688 ***
https://bugs.launchpad.net/bugs/1098688

This bug was fixed in the package python-warlock - 0.1.0-0ubuntu2

---
python-warlock (0.1.0-0ubuntu2) raring; urgency=low

  * debian/pathces/update-requirements.patch: Bump jsonschema to =0.2.
(LP: #1101158)
 -- Chuck Short zul...@ubuntu.com   Fri, 18 Jan 2013 07:17:04 -0600

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

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

Title:
  depends on jsonschema==0.2, broken in raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-warlock/+bug/1101158/+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 1100491] Re: [SRU] apt_sources broken in 0.6.3-0ubuntu1.3 [regression]

2013-01-18 Thread Scott Moser
Just to make sure, I've verified this is fixed in the latest daily of
precise builds.  Using the user-data attached above, ssh'd into
instance, and saw the following in 0.6.3-0ubuntu1.4/output.log.

cloud-init  0.6.3-0ubuntu1.4
== sources.list.d ===
total 4
-rw-r--r-- 1 root root 178 Jan 18 13:57 
ubuntu-server-ec2-testing-dev-testing-precise.list
== grep Traceback /var/log/cloud-init.log ==
== apt-cache policy smhello ==
smello:
  Installed: (none)
  Candidate: 0.3~ppa1
  Version table:
 0.3~ppa1 0
500 
http://ppa.launchpad.net/ubuntu-server-ec2-testing-dev/testing/ubuntu/ 
precise/main amd64 Packages
== removing proposed list ==
== Done ==


I just did that test in:
us-east-1 ami-d375feba canonical
ebs/ubuntu-precise-daily-amd64-server-20130117.1

So the only precise / 12.04 images affected by this bug are the daily
builds of 20130117. (fixed in 20130117.1 and later)

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

Title:
  [SRU] apt_sources broken in 0.6.3-0ubuntu1.3 [regression]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1100491/+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 1100877] Re: lxc-start fails after upgrade to raring

2013-01-18 Thread Serge Hallyn
*** This bug is a duplicate of bug 1099155 ***
https://bugs.launchpad.net/bugs/1099155

Thanks for the info - could you show the contents of /var/log/upstart
/lxc-net.log?

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

Title:
  lxc-start fails after upgrade to raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1100877/+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 1099793] Re: php 5.3.10 openssl_encrypt empty data

2013-01-18 Thread Marc Deslauriers
Introduced in 5.3.9 by:

http://git.php.net/?p=php-
src.git;a=commitdiff;h=095cbc48a8f0090f3b0abc6155f2b61943c9eafb

Fixed in 5.3.14 by:

http://git.php.net/?p=php-
src.git;a=commitdiff;h=270a406ac94b5fc5cc9ef59fc61e3b4b95648a3e

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

Title:
  php 5.3.10 openssl_encrypt empty data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1099793/+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 1100877] Re: lxc-start fails after upgrade to raring

2013-01-18 Thread Martin Albisetti
beuno@beuno-laptop:~$ sudo cat /var/log/upstart/lxc-net.log

dnsmasq: failed to create listening socket for 10.0.3.1: Cannot assign
requested address

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

Title:
  lxc-start fails after upgrade to raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1100877/+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 1100877] Re: lxc-start fails after upgrade to raring

2013-01-18 Thread Serge Hallyn
** This bug has been marked a duplicate of bug 1099155
   [raring] No ip assigned to bridge and no routes added for virtual networks

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

Title:
  lxc-start fails after upgrade to raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1100877/+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 1100877] Re: lxc-start fails after upgrade to raring

2013-01-18 Thread Serge Hallyn
** This bug is no longer a duplicate of bug 1099155
   [raring] No ip assigned to bridge and no routes added for virtual networks

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

Title:
  lxc-start fails after upgrade to raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1100877/+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 1080841] Re: should reload configuration if an upstart job is added

2013-01-18 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/cloud-init

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

Title:
  should reload configuration if an upstart job is added

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1080841/+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 1100877] Re: lxc-start fails after upgrade to raring

2013-01-18 Thread Stéphane Graber
*** This bug is a duplicate of bug 1099155 ***
https://bugs.launchpad.net/bugs/1099155

Sorry for the confusion, after closer inspection, it's indeed a
duplicate of 1099155.

** This bug has been marked a duplicate of bug 1099155
   [raring] No ip assigned to bridge and no routes added for virtual networks

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

Title:
  lxc-start fails after upgrade to raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1100877/+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 1090482] Re: over-riding distro config still broken

2013-01-18 Thread Scott Moser
** Changed in: cloud-init (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 cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1090482

Title:
  over-riding distro config still broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1090482/+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 1003656] Re: bridge-utils/vlan udev hooks prevent execution of upstart hook, slowing down boot

2013-01-18 Thread Stéphane Graber
The most relevant log files are in /var/log/upstart/network*

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

Title:
  bridge-utils/vlan udev hooks prevent execution of upstart hook,
  slowing down boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/1003656/+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 1100545] Re: It should be possible to access the ConfigDrive as a CDROM drive as well

2013-01-18 Thread Scott Moser
This was fixed in trunk in revision 760.


** Changed in: cloud-init
   Status: Confirmed = Fix Committed

** Changed in: cloud-init
 Assignee: (unassigned) = Scott Moser (smoser)

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

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

Title:
  It should be possible to access the ConfigDrive as a CDROM drive as
  well

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1100545/+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 1100545] Re: It should be possible to access the ConfigDrive as a CDROM drive as well

2013-01-18 Thread Scott Moser
Fixed in 0.7.1-0ubuntu5.

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

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

** Changed in: cloud-init (Ubuntu)
 Assignee: (unassigned) = Scott Moser (smoser)

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

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

** Changed in: cloud-init (Ubuntu Precise)
   Status: New = Triaged

** Changed in: cloud-init (Ubuntu Quantal)
   Status: New = Triaged

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

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

** Changed in: cloud-init (Ubuntu Precise)
 Assignee: (unassigned) = Scott Moser (smoser)

** Changed in: cloud-init (Ubuntu Quantal)
 Assignee: (unassigned) = Scott Moser (smoser)

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

Title:
  It should be possible to access the ConfigDrive as a CDROM drive as
  well

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1100545/+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 1100545] Re: It should be possible to access the ConfigDrive as a CDROM drive as well

2013-01-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/ubuntu/quantal/cloud-init/sru

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

Title:
  It should be possible to access the ConfigDrive as a CDROM drive as
  well

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1100545/+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 1080841] Re: should reload configuration if an upstart job is added

2013-01-18 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.1-0ubuntu5

---
cloud-init (0.7.1-0ubuntu5) raring; urgency=low

  * catchup-751-760.patch (sync to 760)
* DataSourceConfigDrive: allow config-drive data to come from a
  CD-ROM (LP: #1100545)
* Allow 'sr0' to be used as a source for mount config [Vlastimil Holer]
* do not log passwords provided via config (LP: #1096417)
* DataSourceCloudStack: Attempt to find the 'virtual router' as provided
  from dhcp responses, rather than assuming it is the default route
  (LP: #1089989) [Gerard Dethier]
  in the CloudStack environment use virtual router rather than default route
* notify upstart after writing upstart jobs to support filesystems that
  do not support inotify such as overlayfs (LP: #1080841)
* fix cloud-config 'lock_password' user setup (LP: #1096423)
  * debian/README.source: minor improvements.
 -- Scott Moser smo...@ubuntu.com   Fri, 18 Jan 2013 10:12:34 -0500

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

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

Title:
  should reload configuration if an upstart job is added

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1080841/+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 1099793] Re: php 5.3.10 openssl_encrypt empty data

2013-01-18 Thread Marc Deslauriers
CVE requested:

http://www.openwall.com/lists/oss-security/2013/01/18/5

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

Title:
  php 5.3.10 openssl_encrypt empty data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1099793/+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 1101160] Re: sa-update-hooks.d/amavisd-new needs to be executable

2013-01-18 Thread Robie Basak
Thanks. I've successfully reproduced this on 1:2.6.5-0ubuntu3.2
(precise-updates). It looks like the root cause was fixed in 1:2.7.0-1,
so that includes quantal and raring. But there is still an upgrade path
problem, so users installing precise who then upgrade will still be
affected.

I've reported this in Debian in http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=698446

** Bug watch added: Debian Bug tracker #698446
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698446

** Also affects: amavisd-new (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698446
   Importance: Unknown
   Status: Unknown

** Changed in: amavisd-new (Ubuntu)
   Status: Incomplete = Triaged

** Changed in: amavisd-new (Ubuntu)
   Importance: Undecided = High

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

Title:
  sa-update-hooks.d/amavisd-new needs to be executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1101160/+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 1099793] Re: php 5.3.10 openssl_encrypt empty data

2013-01-18 Thread Robie Basak
Sorry, wrong bug.

** Bug watch added: Debian Bug tracker #698446
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698446

** Also affects: php5 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698446
   Importance: Unknown
   Status: Unknown

** No longer affects: php5 (Debian)

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

Title:
  php 5.3.10 openssl_encrypt empty data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1099793/+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 1084000] Re: libcap2: List of capabilities not in sync with the linux kernel

2013-01-18 Thread Ross Patterson
** Also 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/1084000

Title:
  libcap2: List of capabilities not in sync with the linux kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcap2/+bug/1084000/+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 1084000] Re: libcap2: List of capabilities not in sync with the linux kernel

2013-01-18 Thread Stéphane Graber
libcap2 builds a binary at build time which is run to extract the list of 
capabilities and generate an header used for the rest of the build.
I assume that's what's causing the problem here as you'll essentially be 
getting the list of capabilities that are supported by the kernel on the build 
machine rather than the capabilities supported by the kernel on the user 
machine...

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

Title:
  libcap2: List of capabilities not in sync with the linux kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcap2/+bug/1084000/+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 1101002] KernLog.txt

2013-01-18 Thread Nick Salyzyn
apport information

** Attachment added: KernLog.txt
   
https://bugs.launchpad.net/bugs/1101002/+attachment/3487655/+files/KernLog.txt

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

Title:
  Frequently stops working for 15-30 seconds at a time on Ubuntu 12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1101002/+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 1101002] Re: Frequently stops working for 15-30 seconds at a time on Ubuntu 12.10

2013-01-18 Thread Nick Salyzyn
apport information

** Tags added: apport-collected quantal

** Description changed:

- I'm not the only one experiencing this issue in the office.  I've set up
- *.dev to point to 127.0.0.1 following the steps here:
- http://groups.drupal.org/node/16862.  Usually when I ping
- something.dev, it works, but sometimes it fails.  I can hit
- something.dev:80 repeatedly with a web browser and eventually it will
- work.  Restarting bind9 via `service bind9 restart` also works.  This
- happens every 30 minutes or so.
+ I'm not the only one experiencing this issue in the office.  I've set up 
*.dev to point to 127.0.0.1 following the steps here: 
http://groups.drupal.org/node/16862.  Usually when I ping something.dev, it 
works, but sometimes it fails.  I can hit something.dev:80 repeatedly with a 
web browser and eventually it will work.  Restarting bind9 via `service bind9 
restart` also works.  This happens every 30 minutes or so.
+ --- 
+ ApportVersion: 2.6.1-0ubuntu9
+ Architecture: amd64
+ DistroRelease: Ubuntu 12.10
+ InstallationDate: Installed on 2012-12-04 (44 days ago)
+ InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
+ MarkForUpload: True
+ Package: bind9 1:9.8.1.dfsg.P1-4.2ubuntu3.1
+ PackageArchitecture: amd64
+ ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.5.0-21-generic 
root=UUID=db53fba3-0464-4bcf-b53f-19c7f1a3c63d ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
+ RelatedPackageVersions:
+  bind9utils 1:9.8.1.dfsg.P1-4.2ubuntu3.1
+  apparmor   2.8.0-0ubuntu5
+ SyslogBind9:
+  
+ Tags:  quantal
+ Uname: Linux 3.5.0-21-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo www-data
+ modified.conffile..etc.bind.named.conf.local: [modified]
+ mtime.conffile..etc.bind.named.conf.local: 2013-01-14T14:18:34.000718

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1101002/+attachment/3487654/+files/Dependencies.txt

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

Title:
  Frequently stops working for 15-30 seconds at a time on Ubuntu 12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1101002/+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 1101002] ProcEnviron.txt

2013-01-18 Thread Nick Salyzyn
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1101002/+attachment/3487656/+files/ProcEnviron.txt

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

Title:
  Frequently stops working for 15-30 seconds at a time on Ubuntu 12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1101002/+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 1100803] Re: Glance install fails with Ubuntu Testing Packages

2013-01-18 Thread Adam Gandelman
** Changed in: glance
   Status: New = Invalid

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

Title:
  Glance install fails with Ubuntu Testing Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1100803/+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 1099155] Re: [raring] No ip assigned to bridge and no routes added for virtual networks

2013-01-18 Thread Mathieu Trudel-Lapierre
** Changed in: network-manager (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: network-manager (Ubuntu)
 Assignee: (unassigned) = Mathieu Trudel-Lapierre (mathieu-tl)

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

Title:
  [raring] No ip assigned to bridge and no routes added for virtual
  networks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1099155/+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 1099793] Re: php 5.3.10 openssl_encrypt empty data

2013-01-18 Thread Marc Deslauriers
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-6113

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

** Also affects: php5 (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: php5 (Ubuntu Raring)
   Importance: Undecided
   Status: New

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

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

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

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

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

Title:
  php 5.3.10 openssl_encrypt empty data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1099793/+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 1099793] Re: php 5.3.10 openssl_encrypt empty data

2013-01-18 Thread Jamie Strandboge
** Changed in: php5 (Ubuntu)
   Status: Fix Released = Confirmed

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

Title:
  php 5.3.10 openssl_encrypt empty data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1099793/+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 1084000] Re: libcap2: List of capabilities not in sync with the linux kernel

2013-01-18 Thread Serge Hallyn
** No longer affects: lxc (Ubuntu)

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

Title:
  libcap2: List of capabilities not in sync with the linux kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcap2/+bug/1084000/+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 1099793] Re: php 5.3.10 openssl_encrypt empty data

2013-01-18 Thread Marc Deslauriers
** Changed in: php5 (Ubuntu Raring)
   Status: Confirmed = Fix Released

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

Title:
  php 5.3.10 openssl_encrypt empty data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1099793/+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 1099793] Re: php 5.3.10 openssl_encrypt empty data

2013-01-18 Thread Marc Deslauriers
** Changed in: php5 (Ubuntu Precise)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

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

Title:
  php 5.3.10 openssl_encrypt empty data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1099793/+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 1100843] Re: Live Migration Causes Performance Issues

2013-01-18 Thread Mark Petersen
I don't see qemu-kvm 1.3.0 yet. Will test when you get it pushed,
hopefully Tuesday (01/22/2013) if you've pushed by then.

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

Title:
  Live Migration Causes Performance Issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1100843/+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 1099155] Re: [raring] No ip assigned to bridge and no routes added for virtual networks

2013-01-18 Thread Launchpad Bug Tracker
This bug was fixed in the package network-manager -
0.9.6.0+git201301021750.e78c3e8-0ubuntu2

---
network-manager (0.9.6.0+git201301021750.e78c3e8-0ubuntu2) raring; urgency=low

  * debian/patches/bridge_ignore_without_connections.patch: Ignore bridge
devices that don't have configured connections, so as not to compete with
lxc or libvirt and trample their config. (LP: #1099155)
 -- Mathieu Trudel-Lapierre mathieu...@ubuntu.com   Fri, 18 Jan 2013 15:20:08 
-0500

** Changed in: network-manager (Ubuntu)
   Status: In Progress = 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/1099155

Title:
  [raring] No ip assigned to bridge and no routes added for virtual
  networks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1099155/+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 1084178] Re: auto.net does not handle mutliple mount points from a remote

2013-01-18 Thread Serge Hallyn
Managed to reproduce this on raring.

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

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

Title:
  auto.net does not handle mutliple mount points from a remote

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1084178/+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 1084178] Re: auto.net does not handle mutliple mount points from a remote

2013-01-18 Thread Serge Hallyn
This turns out to not be a bug, but a misconfiguration.

Your /etc/exports specifies 'fsid=0' for both exports.  You don't have
to specify an fsid, but if you do, it takes the place of the default
uuid which nfsd would use to identify the filesystems.  In other words,
you told the server that both are the same.

** Changed in: autofs (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  auto.net does not handle mutliple mount points from a remote

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