[Bug 933723] Re: resolvconf creating bogus resolv.conf file

2012-02-17 Thread Thomas Hood
Yes, I think that Debian bug report #483098 gives the background
information needed to understand what's going on here.

Bind9 should certainly not by default send its (loopback) address to
resolvconf.  Bind9 should only send its address to resolvconf if it is
known that named can provide general DNS.

Seems to me to be rather important.

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

Title:
  resolvconf creating bogus resolv.conf file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/933723/+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 934118] [NEW] Floating ips not available to instances after upgrade

2012-02-17 Thread Andrew Glen-Young
Public bug reported:

I have recently upgraded my Openstack installation from the version packaged in 
Oneiric to the one packaged in Precise.
After the installation, no floating ip addresses were available to instances.

When running "euca-allocate-address" returns a NoMoreFloatingIps
exception.

Before the upgrade, I shutdown all running instances but I did not
unallocate and unassign floating ip addresses. After the upgrade the
floating_ips table in the Nova database had entries, but clearly these
entries where seen as reserved by Nova. It seems as though the database
migrations do not handle this case.

Workaround:

I needed to run the following SQL query to free up the floating ip
addresses for allocation to instances:

sql> UPDATE floating_ips SET deleted_at = NULL, fixed_ip_id = NULL,
project_id = NULL, host = NULL where floating_ips.deleted = 0 AND
floating_ips.auto_assigned = 0 and host is NULL;

** 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/934118

Title:
  Floating ips not available to instances after upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/934118/+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 927803] Re: Fails to launch recovery menu when (at least) Postfix installed

2012-02-17 Thread Thomas Hood
> Thomas, is there any chance that you have postfix installed
> in the environment where you're seeing the resolvconf job
> fail at boot?


Yes, postfix was installed and was causing the resolvconf job to fail at boot.  
See https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/933566/comments/6.

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

Title:
  Fails to launch recovery menu when (at least) Postfix installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/927803/+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 927803] Re: Fails to launch recovery menu when (at least) Postfix installed

2012-02-17 Thread Thomas Hood
I installed postfix 2.8.7-1ubuntu1.  It still causes the resolvconf job
to fail at boot.

$ status resolvconf
resolvconf stop/waiting
$ dpkg -l postfix|grep ^ii
ii  postfix   
2.8.7-1ubuntu1 High-performance mail transport agent

/var/log/upstart/resolvconf.log:
cp: cannot create regular file `/var/spool/postfix/etc/resolv.conf': 
Read-only file system
run-parts: /etc/resolvconf/update-libc.d/postfix exited with return code 1
run-parts: /etc/resolvconf/update.d/libc exited with return code 1

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

Title:
  Fails to launch recovery menu when (at least) Postfix installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/927803/+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 228947] Re: During shutdown samba shares should be unmounted before network connection is shut down

2012-02-17 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 211631 ***
https://bugs.launchpad.net/bugs/211631

Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  During shutdown samba shares should be unmounted before network
  connection is shut down

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/228947/+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 898373] Re: fsck.ext3: Device or resource busy while trying to open /dev/xvda2

2012-02-17 Thread Stefan Bader
Ok, / is non-sense as it is certainly mounted and also the failing fsck
is fot /mnt. But generally it looks like mountall and cloud-init running
concurrently and anything that opens the device may block a rw access
for the fsck. So any blkid could do that. The window is not very big but
who knows...

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

Title:
  fsck.ext3: Device or resource busy while trying to open /dev/xvda2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/898373/+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 924002] Re: build system strips binaries, so no debug symbol packages available

2012-02-17 Thread Leonardo Borda
@Chris,

Could you please confirm that automount.so is also created? In my tests
with DONTSTRIP=1 locally on my box I noticed that automount.so debug
symbols was not being created while the others were.

Leo

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

Title:
  build system strips binaries, so no debug symbol packages available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/924002/+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 934256] [NEW] lxc-clone should replace/change hwaddr when cloning containers

2012-02-17 Thread James Page
Public bug reported:

I hit this using the local juju provider on precise with the latest
updates to lxc.

The ubuntu template now automatically generates a hwaddr for the lxc
container when it is created.

However this then get propagated to clones of of this container
resulting in multiple lxc instances all with the same mac address.

I worked around this by scrubbing it from the base template container;
however lxc-clone should probably remove or re-generate this during
container cloning.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: lxc 0.7.5-3ubuntu27
ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
Uname: Linux 3.2.0-16-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Fri Feb 17 15:02:25 2012
SourcePackage: lxc
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  lxc-clone should replace/change hwaddr when cloning containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/934256/+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 934256] Re: lxc-clone should replace/change hwaddr when cloning containers

2012-02-17 Thread James Page
** Description changed:

  I hit this using the local juju provider on precise with the latest
  updates to lxc.
  
  The ubuntu template now automatically generates a hwaddr for the lxc
- container when is created.
+ container when it is created.
  
  However this then get propagated to clones of of this container
  resulting in multiple lxc instances all with the same mac address.
  
  I worked around this by scrubbing it from the base template container;
  however lxc-clone should probably remove or re-generate this during
  container cloning.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: lxc 0.7.5-3ubuntu27
  ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
  Uname: Linux 3.2.0-16-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Fri Feb 17 15:02:25 2012
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  lxc-clone should replace/change hwaddr when cloning containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/934256/+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 929888] Re: ldap_result returns -1 when called from sssd

2012-02-17 Thread Jason Sharp
Not sure If i helps, I had sssd working in 12.04 with Alpha 1...never
thought to look at the package version for openldap, but what ever
version was included with Alpha 1 was ok.  If that helps

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

Title:
  ldap_result returns -1 when called from sssd

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

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


[Blueprint servercloud-p-lxc] LXC development for Precise

2012-02-17 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  Status: Started
  
  NOTE: (jdstrand) jjohansen's work items are being tracked as part ot
  security-p-apparmor-containers and I added a dependency of this bp to
  that one
  
  Work Items:
  [serge-hallyn] LXC init script to create default bridge if enabled in 
/etc/default/lxc: DONE
  [daniel-lezcano] Get patchset accepted into kernel so kernel can send reboot 
signal to container : INPROGRESS
  [serge-hallyn] Change userspace lxc to not need to watch utmp for reboot: DONE
  [serge-hallyn] queue ubuntu package delta for upstream on github: DONE
  [stgraber] Make sure we can build in a working LXC container for arm on x86 
(need new apt): DONE
  [stgraber] Allow mknod in the default Ubuntu template for precise: DONE
  [stgraber] modprobe should not work in a container ( check libvirt ): DONE
  [smoser] open bug for libvirt to check capsys-module, capmac*: TODO
  [stgraber] make mountall not mount certain things when inside a container: 
DONE
  [stgraber] Move lxc-is-container (as generic is-container) into upstart: DONE
  [stgraber] Move lxc consoles into upstart: DONE
  [serge-hallyn] Add apparmor profile: DONE
  [serge-hallyn] When mount controls are in kernel, use them in apparmor 
profile: TODO
- [serge-hallyn] Add lxc section to the Ubuntu Server Guide: TODO
+ [serge-hallyn] Add lxc section to the Ubuntu Server Guide: INPROGRESS
+ [serge-hallyn] Update simple templates to work: INPROGRESS
+ [serge-hallyn] Update fedora template to work: TODO
+ [serge-hallyn] Update opensuse template to work: TODO
+ [serge-hallyn] Update lxc-create manpage: TODO
  
  [serge-hallyn] Keep pushing on the patchset for userns vfs patches:
  POSTPONED
  
  Questions/Comments:
  Would we be able to get some documentation of what we can expect (and not 
expect) from a security aspect this cycle soon?  -- Daviey
  See wiki.ubuntu.com/LxcSecurity.  Please let me know if more is needed.
  
  Thanks.

-- 
LXC development for Precise
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-lxc

-- 
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 212370] Re: Have to modprobe coretemp manually in order to get CPU temperatures on MacBook Pro

2012-02-17 Thread Tim Gardner
This appears to be working on a MB Pro 8,2. Install lm-sensors, run
sensors-detect and follow the bouncing ball.

** Changed in: linux (Ubuntu Precise)
   Status: In Progress => Fix Released

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

Title:
  Have to modprobe coretemp manually in order to get CPU temperatures on
  MacBook Pro

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

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


[Blueprint servercloud-p-openstack] Openstack Next Steps

2012-02-17 Thread Chuck Short
Blueprint changed by Chuck Short:

Whiteboard changed:
  Etherpad:
    edit: http://pad.ubuntu.com/uds-p-servercloud-p-openstack
    time slider: 
http://pad.ubuntu.com/ep/pad/view/uds-p-servercloud-p-openstack/latest
  
  - add some mechanism to promote ubuntu images, options:
    - populate ubuntu images upon glance installation
    - option in dashboard to download/install
  
  Work Items:
  [zulcss]  Package Nova Essex: INPROGRESS
  [zulcss]  Package Swift Essex: INPROGRESS
  [zulcss]  Package Glance Essex: INPROGRESS
  [zulcss]  Package Keystone Essex: INPROGRESS
  [zulcss]  Package Horizon Essex: INPROGRESS
  [zulcss]  Week 6 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  [zulcss]  Week 7 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 8 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 10 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 11 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 12 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 13 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 14 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 15 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 16 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 17 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
- Week 18 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
+ Week 18 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 19 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 20 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 21 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 22 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 23 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 24 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Evaluate and package melange for Universe: DONE
  Package quantum for Universe: DONE
  MIR for keystone: INPROGRESS
  MIR for horizon: INPROGRESS
  Enable SSL for Nova: INPROGRESS
  Enable SSL for Glance: INPROGRESS
  Make sure Nova configuration is sane: DONE
  Make sure Glance configuration is sane: DONE
  Investigate S3 for Glance: TODO
  Make sure all services are using upstart: TODO
  [zulcss]  Start Nova EC2 API team: DONE
  Fix keystone to use with EC2: TODO
  Fix EC2 Bugs: DONE
  Solve EC2 ID issue (to allow multiple zones): TODO
  [racb] Test ARM/LXC support: TODO
  Fix Openstack Bug #: POSTPONED
  Test IPV6 on Nova: TODO
  Check on Nova auditing and billing: TODO
  Test Nova with a large number of instances: INPROGRESS
  Test Nova with a large load: INPROGRESS
  Test Nova with large uptime: INPROGRESS
  Fix nova-lxc Bug #: POSTPONED
  Investigate automatic sync/awareness of cloud-images content: POSTPONED
  Implement horizon awareness of cloud-images content: POSTPONED
  Implement automatic sync of cloud-images content: POSTPONED
  Package horizon awareness of cloud-images content: POSTPONED
  Package automatic sync of cloud-images content: POSTPONED
  
  Work Items:

-- 
Openstack Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-openstack

-- 
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 932787] Re: nova-compute: euca-get-console-output returns no data

2012-02-17 Thread Launchpad Bug Tracker
This bug was fixed in the package nova -
2012.1~e4~20120217.12709-0ubuntu1

---
nova (2012.1~e4~20120217.12709-0ubuntu1) precise; urgency=low

  [ Dave Walker (Daviey) ]
  * New upstream snapshot
  * debian/patches/temp_fix_linux_net.patch:
- Dropped, applied upstream. LP: #929127
  * debian/patches/libvirt-use-console-pipe.patch:
- Rebased against latest trunk

  [ Chuck Short ]
  * debian/nova.conf: Re-enable default iscsi_helper.
  * debian/nova.conf: More fixups.
  * debian/control: Dont depend and conflicts on nova-compute-
hypervisor. (LP: #923681)
  * debian/patches/libvirt-us-console-pipe.patch: Refreshed.
  * Temporarily disable console patch. (LP: #932787)
  * New usptream version.
 -- Chuck ShortFri, 17 Feb 2012 10:59:59 -0500

** Changed in: nova (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  nova-compute: euca-get-console-output returns no data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/932787/+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 929127] Re: linux_net.ensure_metadata_ip() fails on precise

2012-02-17 Thread Launchpad Bug Tracker
This bug was fixed in the package nova -
2012.1~e4~20120217.12709-0ubuntu1

---
nova (2012.1~e4~20120217.12709-0ubuntu1) precise; urgency=low

  [ Dave Walker (Daviey) ]
  * New upstream snapshot
  * debian/patches/temp_fix_linux_net.patch:
- Dropped, applied upstream. LP: #929127
  * debian/patches/libvirt-use-console-pipe.patch:
- Rebased against latest trunk

  [ Chuck Short ]
  * debian/nova.conf: Re-enable default iscsi_helper.
  * debian/nova.conf: More fixups.
  * debian/control: Dont depend and conflicts on nova-compute-
hypervisor. (LP: #923681)
  * debian/patches/libvirt-us-console-pipe.patch: Refreshed.
  * Temporarily disable console patch. (LP: #932787)
  * New usptream version.
 -- Chuck ShortFri, 17 Feb 2012 10:59:59 -0500

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

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

Title:
  linux_net.ensure_metadata_ip() fails on precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/929127/+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 929127] Re: linux_net.ensure_metadata_ip() fails on precise

2012-02-17 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/nova

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

Title:
  linux_net.ensure_metadata_ip() fails on precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/929127/+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 760443] [NEW] Bacula installation fails at dbconfig-common stage

2012-02-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I have a Ubuntu 10.4.2 server, updated to the latest binaries.

I have attempted to install bacula using apt-get install bacula.  The
process seems to go well until the various dialogues to set up the MySQL
db connection.  After entering the password, the dbconfig-common script
attempts to connect to the MySQL  database and fails, even after various
retries.

As soon as I select 'abort', the apt proceeds to install the MySQL
server.  This of course explains why the dbconfig-common script fails,
as it needs to be preceeded (not followed) by the MySQL server
installation.

Causing MySQL server to be installed first should resolve the issue.

** Affects: bacula (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Bacula installation fails at dbconfig-common stage
https://bugs.launchpad.net/bugs/760443
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to bacula in Ubuntu.

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


[Bug 760443] Re: Bacula installation fails at dbconfig-common stage

2012-02-17 Thread Tobin Davis
I have been able to reproduce this in 12.04 with bacula-server
5.2.5-0ubuntu3.

** Changed in: bacula
   Status: New => Confirmed

** Project changed: bacula => bacula (Ubuntu)

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

** Summary changed:

- Bacula installation fails at dbconfig-common stage
+ Bacula installation fails at dbconfig-common stage when mysql isn't installed 
first.

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

Title:
  Bacula installation fails at dbconfig-common stage when mysql isn't
  installed first.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/760443/+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 212370] Re: Have to modprobe coretemp manually in order to get CPU temperatures on MacBook Pro

2012-02-17 Thread Julian Wiedmann
Note that linux-next has a set of patches [0] by Andi Kleen which will allow 
udev to load modules based on CPUID features, e.g. coretemp and cpufreq drivers.
So 'autoloading' coretemp & friends (along the lines of what Steve described in 
#11) should be possible fairly soon - without going through sensors-detect and 
/etc/modules.

[0] https://lkml.org/lkml/2011/12/19/493

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

Title:
  Have to modprobe coretemp manually in order to get CPU temperatures on
  MacBook Pro

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/212370/+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 857378] Re: make a DataSource supporting simple local media (configdrive, simple iso)

2012-02-17 Thread Scott Moser
This is fix-committed in revno 518 and 517 [1,2]

--
[1] http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/revision/518
[2] http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/revision/517

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

Title:
  make a DataSource supporting simple local media (configdrive, simple
  iso)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/857378/+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 927803] Re: Fails to launch recovery menu when (at least) Postfix installed

2012-02-17 Thread Steve Langasek
Not quite fixed then, but I've reproduced this and see what's going
wrong.

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

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

Title:
  Fails to launch recovery menu when (at least) Postfix installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/927803/+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 927803] Re: Fails to launch recovery menu when (at least) Postfix installed

2012-02-17 Thread Launchpad Bug Tracker
This bug was fixed in the package postfix - 2.8.7-1ubuntu2

---
postfix (2.8.7-1ubuntu2) precise; urgency=low

  * debian/init.d: if postmulti fails (which for some reason it does when
the rootfs is read-only in early boot!), the init script 'status'
command returns zero because "all" of 0 configured instances are
running.  Fix the script to return non-zero in this case.  LP: #927803.
 -- Steve LangasekFri, 17 Feb 2012 11:07:48 -0800

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

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

Title:
  Fails to launch recovery menu when (at least) Postfix installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/927803/+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 878282] Re: keystone database connection error

2012-02-17 Thread Dolph Mathews
This is no longer applicable to the new codebase in keystone master.

** Changed in: keystone
   Status: In Progress => Invalid

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

Title:
  keystone database connection error

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/878282/+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 925028] Re: apparmor breaks lxc-start-ephemeral (apparmor+overlayfs returns -EINVAL)

2012-02-17 Thread Brad Figg
** Changed in: linux (Ubuntu Precise)
   Importance: Undecided => Medium

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

Title:
  apparmor breaks lxc-start-ephemeral (apparmor+overlayfs returns
  -EINVAL)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/925028/+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 925024] Re: apparmor makes it impossible to install postgresql-common on Precise

2012-02-17 Thread Brad Figg
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  apparmor makes it impossible to install postgresql-common on Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/925024/+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 925122] Re: container's udevadm trigger --add affects the host

2012-02-17 Thread Launchpad Bug Tracker
This bug was fixed in the package udev - 175-0ubuntu5

---
udev (175-0ubuntu5) precise; urgency=low

  [ David Henningsson ]
  * Remove jack-detection.patch: Now that PulseAudio uses the new jack
detection interface, we can remove this patch.

  [ Stéphane Graber ]
  * debian/udev.udevtrigger.upstart: Update to wait for 'container' or
'not-container' to be emitted, then skip just exit 0 but still run
post-stop if it's a container and run 'udevadm trigger' if it's not.
This is needed until we have a proper device namespace preventing
udev events from affecting the outside.
(LP: #925122)
  * Make udev depend on upstart >= 1.4-0ubuntu6 to ensure the next reboot
will indeed either emit container or not-container.
 -- Stephane GraberFri, 17 Feb 2012 15:40:47 -0500

** Changed in: udev (Ubuntu)
   Status: Fix Committed => 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/925122

Title:
  container's udevadm trigger --add affects the host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/925122/+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 925024] Re: apparmor makes it impossible to install postgresql-common on Precise

2012-02-17 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  apparmor makes it impossible to install postgresql-common on Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/925024/+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 934256] Re: lxc-clone should replace/change hwaddr when cloning containers

2012-02-17 Thread Serge Hallyn
** Changed in: lxc (Ubuntu)
   Importance: Undecided => Medium

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

** Changed in: lxc (Ubuntu)
 Assignee: (unassigned) => Serge Hallyn (serge-hallyn)

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

Title:
  lxc-clone should replace/change hwaddr when cloning containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/934256/+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 934515] [NEW] --meta key=value cannot accept '=' in value

2012-02-17 Thread Scott Moser
Public bug reported:

$ nova boot --image=$img_id --flavor=1 --meta=a=b=c myname
ERROR: dictionary update sequence element #0 has length 3; 2 is required

Simple fix is in novaclient/v1_1/shell.py '_boot' to do:
-meta = dict(v.split('=') for v in args.meta)
+meta = dict(v.split('=',1) for v in args.meta)

** Affects: python-novaclient (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  --meta key=value cannot accept '=' in value

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-novaclient/+bug/934515/+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 838585] Re: In login window, list of users includes RabbitMQ user.

2012-02-17 Thread David Calawa
*** This bug is a duplicate of bug 833073 ***
https://bugs.launchpad.net/bugs/833073

** This bug has been marked a duplicate of bug 833073
   oneiric gdm picker list contains system user, rabbitmq

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

Title:
  In login window, list of users includes RabbitMQ user.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/838585/+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 833073] Re: oneiric gdm picker list contains system user, rabbitmq

2012-02-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: rabbitmq-server (Ubuntu)
   Status: New => Confirmed

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

Title:
  oneiric gdm picker list contains system user, rabbitmq

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/833073/+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 933723] Re: resolvconf creating bogus resolv.conf file

2012-02-17 Thread LaMont Jones
** Changed in: bind9 (Ubuntu)
   Status: New => Fix Committed

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

Title:
  resolvconf creating bogus resolv.conf file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/933723/+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 934534] [NEW] metadata ami-launch-index coming back off-by-one

2012-02-17 Thread David Britton
Public bug reported:

ii nova-api 2012.1~e4~20120210.12574-0ubuntu1 OpenStack Compute - API
frontend

# curl -s http://169.254.169.254/2008-02-01/meta-data/ami-launch-index
1


This should be zero indexed like on amazon:

# curl -s http://169.254.169.254/2008-02-01/meta-data/ami-launch-index
0

** 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/934534

Title:
  metadata ami-launch-index coming back off-by-one

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/934534/+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 681536] Re: /usr/share/bind9/bind9-default.md5sum should be in conffiles

2012-02-17 Thread LaMont Jones
** Changed in: bind9 (Ubuntu)
   Status: Triaged => Fix Committed

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

Title:
  /usr/share/bind9/bind9-default.md5sum should be in conffiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/681536/+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 892554] Re: SSH keys summary does not report ECDSA key

2012-02-17 Thread Scott Moser
** Changed in: cloud-init (Ubuntu)
   Status: Triaged => 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/892554

Title:
  SSH keys summary does not report ECDSA key

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/892554/+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 437783] Re: bind9 failed to start : resolvconf: Error: /etc/resolv.conf must be a symlink

2012-02-17 Thread LaMont Jones
This sounds like 933723 will fix it.

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

Title:
  bind9 failed to start : resolvconf: Error: /etc/resolv.conf must be a
  symlink

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/437783/+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 697609] Re: rndc-confgen is silent during key genration

2012-02-17 Thread LaMont Jones
** Summary changed:

- rndc-confgen does nothing
+ rndc-confgen is silent during key genration

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

Title:
  rndc-confgen is silent during key genration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/697609/+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 934540] Re: package bacula-common-pgsql 5.2.3-0ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/bacula/libbaccats.la', which is also in package bacula-common 5.2.3-0ubuntu2

2012-02-17 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package bacula-common-pgsql 5.2.3-0ubuntu2 failed to install/upgrade:
  trying to overwrite '/usr/lib/bacula/libbaccats.la', which is also in
  package bacula-common 5.2.3-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/934540/+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 934540] Re: package bacula-common-pgsql 5.2.3-0ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/bacula/libbaccats.la', which is also in package bacula-common 5.2.3-0ubuntu2

2012-02-17 Thread Matthew Duffy
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in Ubuntu.
https://bugs.launchpad.net/bugs/934540

Title:
  package bacula-common-pgsql 5.2.3-0ubuntu2 failed to install/upgrade:
  trying to overwrite '/usr/lib/bacula/libbaccats.la', which is also in
  package bacula-common 5.2.3-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/934540/+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 929563] Re: apparmor profile does not include local overrides

2012-02-17 Thread LaMont Jones
** Changed in: bind9 (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  apparmor profile does not include local overrides

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/929563/+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 934540] [NEW] package bacula-common-pgsql 5.2.3-0ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/bacula/libbaccats.la', which is also in package bacula-common 5.2.3-0ubuntu2

2012-02-17 Thread Matthew Duffy
Public bug reported:

647 upgrades to the 64 12.04 Ubuntu server with the Unity desktop
interface

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: bacula-common-pgsql 5.2.3-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-11.19-generic 3.2.1
Uname: Linux 3.2.0-11-generic x86_64
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Fri Feb 17 17:17:39 2012
DuplicateSignature:
 Unpacking replacement bacula-common-pgsql ...
 dpkg: error processing 
/var/cache/apt/archives/bacula-common-pgsql_5.2.5-0ubuntu3_amd64.deb (--unpack):
  trying to overwrite '/usr/lib/bacula/libbaccats.la', which is also in package 
bacula-common 5.2.3-0ubuntu2
ErrorMessage: trying to overwrite '/usr/lib/bacula/libbaccats.la', which is 
also in package bacula-common 5.2.3-0ubuntu2
InstallationMedia: Ubuntu-Server 10.10 "Maverick Meerkat" - Release amd64 
(20101007)
SourcePackage: bacula
Title: package bacula-common-pgsql 5.2.3-0ubuntu2 failed to install/upgrade: 
trying to overwrite '/usr/lib/bacula/libbaccats.la', which is also in package 
bacula-common 5.2.3-0ubuntu2
UpgradeStatus: Upgraded to precise on 2012-01-27 (21 days ago)

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


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

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

Title:
  package bacula-common-pgsql 5.2.3-0ubuntu2 failed to install/upgrade:
  trying to overwrite '/usr/lib/bacula/libbaccats.la', which is also in
  package bacula-common 5.2.3-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/934540/+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 898365] Re: cloud-config mount of '[swap, null ]' not handled correctly

2012-02-17 Thread Scott Moser
This was fixed in trunk revision 479 and included in current 0.6.3~ bzr
snapshots in 12.04.

** Changed in: cloud-init (Ubuntu)
   Status: Triaged => 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/898365

Title:
  cloud-config mount of '[swap, null ]' not handled correctly

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

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


[Blueprint servercloud-p-lxc] LXC development for Precise

2012-02-17 Thread Daniel Lezcano
Blueprint changed by Daniel Lezcano:

Whiteboard changed:
  Status: Started
  
  NOTE: (jdstrand) jjohansen's work items are being tracked as part ot
  security-p-apparmor-containers and I added a dependency of this bp to
  that one
  
  Work Items:
  [serge-hallyn] LXC init script to create default bridge if enabled in 
/etc/default/lxc: DONE
- [daniel-lezcano] Get patchset accepted into kernel so kernel can send reboot 
signal to container : INPROGRESS
+ [daniel-lezcano] Get patchset accepted into kernel so kernel can send reboot 
signal to container : DONE
  [serge-hallyn] Change userspace lxc to not need to watch utmp for reboot: DONE
  [serge-hallyn] queue ubuntu package delta for upstream on github: DONE
  [stgraber] Make sure we can build in a working LXC container for arm on x86 
(need new apt): DONE
  [stgraber] Allow mknod in the default Ubuntu template for precise: DONE
  [stgraber] modprobe should not work in a container ( check libvirt ): DONE
  [smoser] open bug for libvirt to check capsys-module, capmac*: TODO
  [stgraber] make mountall not mount certain things when inside a container: 
DONE
  [stgraber] Move lxc-is-container (as generic is-container) into upstart: DONE
  [stgraber] Move lxc consoles into upstart: DONE
  [serge-hallyn] Add apparmor profile: DONE
  [serge-hallyn] When mount controls are in kernel, use them in apparmor 
profile: TODO
  [serge-hallyn] Add lxc section to the Ubuntu Server Guide: INPROGRESS
  [serge-hallyn] Update simple templates to work: INPROGRESS
  [serge-hallyn] Update fedora template to work: TODO
  [serge-hallyn] Update opensuse template to work: TODO
  [serge-hallyn] Update lxc-create manpage: TODO
  
  [serge-hallyn] Keep pushing on the patchset for userns vfs patches:
  POSTPONED
  
  Questions/Comments:
  Would we be able to get some documentation of what we can expect (and not 
expect) from a security aspect this cycle soon?  -- Daviey
  See wiki.ubuntu.com/LxcSecurity.  Please let me know if more is needed.
  
  Thanks.

-- 
LXC development for Precise
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-lxc

-- 
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 933723] Re: resolvconf creating bogus resolv.conf file

2012-02-17 Thread LaMont Jones
The next upload of bind9 will default to not enabling resolvconf, since
there is no way for it to guarantee that it can resolve addresses and is
not behind some egress-filtering firewall.

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

Title:
  resolvconf creating bogus resolv.conf file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/933723/+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 932239] Re: Multiple Samba security vulnerabilities

2012-02-17 Thread Steve Beattie
Note that Ubuntu, like many linux distributions,  backports security
fixes rather than upgrading to new versions of software to attempt to
prevent the introduction of regressions and changes in behavior in
released versions of software.

CVE-2010-3069 was addressed in http://www.ubuntu.com/usn/usn-987-1
CVE-2011-2522 and CVE-2011-2694 were addressed in 
http://www.ubuntu.com/usn/usn-1182-1
CVE-2011-0719 was addressed in http://www.ubuntu.com/usn/usn-1075-1
CVE-2010-1635 and CVE-2010-1642 can only kill the current connection of the 
attacker, the vulnerabilities do not affect the service as a whole, and as such 
have negligable security impact. They've also been addressed in maverick and 
subsequent releases.

What is Manzanita?

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-1635

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-1642

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-3069

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-0719

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-2522

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-2694

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

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

Title:
  Multiple Samba security vulnerabilities

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/932239/+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 932239] Re: Multiple Samba security vulnerabilities

2012-02-17 Thread Steve Beattie
Also, you can check the status yourself of the CVEs we are aware of at
the Ubuntu Security cve tracker: http://people.canonical.com/~ubuntu-
security/cve/

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

Title:
  Multiple Samba security vulnerabilities

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/932239/+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 925024] Re: apparmor makes it impossible to install postgresql-common on Precise

2012-02-17 Thread Serge Hallyn
@Brad,

I would consider this a high priority bug.  This pretty much means that
containers cannot be protected by apparmor, because we can't predict
when they might be - for no apparent reason - unable to access some file
which they should be able to access.

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

Title:
  apparmor makes it impossible to install postgresql-common on Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/925024/+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 934256] Re: lxc-clone should replace/change hwaddr when cloning containers

2012-02-17 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu28

---
lxc (0.7.5-3ubuntu28) precise; urgency=low

  * 0045-fix-other-templates: lots of template fixes.  Make sshd, debian,
fedoray, and busybox templates actually work.  Fix inconsistent --auth_key
vs --auth-key usage in ubuntu templates.
  * 0046-lxc-clone-change-hwaddr - when cloning a container, give it a new
hwaddr.  (LP: #934256)
 -- Serge HallynFri, 17 Feb 2012 15:18:19 -0600

** Changed in: lxc (Ubuntu)
   Status: Confirmed => 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/934256

Title:
  lxc-clone should replace/change hwaddr when cloning containers

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

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


[Blueprint servercloud-p-lxc] LXC development for Precise

2012-02-17 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  Status: Started
  
  NOTE: (jdstrand) jjohansen's work items are being tracked as part ot
  security-p-apparmor-containers and I added a dependency of this bp to
  that one
  
  Work Items:
  [serge-hallyn] LXC init script to create default bridge if enabled in 
/etc/default/lxc: DONE
  [daniel-lezcano] Get patchset accepted into kernel so kernel can send reboot 
signal to container : DONE
  [serge-hallyn] Change userspace lxc to not need to watch utmp for reboot: DONE
  [serge-hallyn] queue ubuntu package delta for upstream on github: DONE
  [stgraber] Make sure we can build in a working LXC container for arm on x86 
(need new apt): DONE
  [stgraber] Allow mknod in the default Ubuntu template for precise: DONE
  [stgraber] modprobe should not work in a container ( check libvirt ): DONE
  [smoser] open bug for libvirt to check capsys-module, capmac*: TODO
  [stgraber] make mountall not mount certain things when inside a container: 
DONE
  [stgraber] Move lxc-is-container (as generic is-container) into upstart: DONE
  [stgraber] Move lxc consoles into upstart: DONE
  [serge-hallyn] Add apparmor profile: DONE
  [serge-hallyn] When mount controls are in kernel, use them in apparmor 
profile: TODO
  [serge-hallyn] Add lxc section to the Ubuntu Server Guide: INPROGRESS
  [serge-hallyn] Update simple templates to work: DONE
  [serge-hallyn] Update fedora template to work: DONE
  [serge-hallyn] Update lxc-create manpage: TODO
  
- [serge-hallyn] Keep pushing on the patchset for userns vfs patches:
- POSTPONED
+ [serge-hallyn] Keep pushing on the patchset for userns vfs patches: POSTPONED
+ [serge-hallyn] Update opensuse template to work (requires zypper packaged): 
POSTPONED
  
  Questions/Comments:
  Would we be able to get some documentation of what we can expect (and not 
expect) from a security aspect this cycle soon?  -- Daviey
  See wiki.ubuntu.com/LxcSecurity.  Please let me know if more is needed.
  
  Thanks.

-- 
LXC development for Precise
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-lxc

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


[Blueprint servercloud-p-lxc] LXC development for Precise

2012-02-17 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  Status: Started
  
  NOTE: (jdstrand) jjohansen's work items are being tracked as part ot
  security-p-apparmor-containers and I added a dependency of this bp to
  that one
  
  Work Items:
  [serge-hallyn] LXC init script to create default bridge if enabled in 
/etc/default/lxc: DONE
  [daniel-lezcano] Get patchset accepted into kernel so kernel can send reboot 
signal to container : DONE
  [serge-hallyn] Change userspace lxc to not need to watch utmp for reboot: DONE
  [serge-hallyn] queue ubuntu package delta for upstream on github: DONE
  [stgraber] Make sure we can build in a working LXC container for arm on x86 
(need new apt): DONE
  [stgraber] Allow mknod in the default Ubuntu template for precise: DONE
  [stgraber] modprobe should not work in a container ( check libvirt ): DONE
  [smoser] open bug for libvirt to check capsys-module, capmac*: TODO
  [stgraber] make mountall not mount certain things when inside a container: 
DONE
  [stgraber] Move lxc-is-container (as generic is-container) into upstart: DONE
  [stgraber] Move lxc consoles into upstart: DONE
  [serge-hallyn] Add apparmor profile: DONE
  [serge-hallyn] When mount controls are in kernel, use them in apparmor 
profile: TODO
  [serge-hallyn] Add lxc section to the Ubuntu Server Guide: INPROGRESS
- [serge-hallyn] Update simple templates to work: INPROGRESS
- [serge-hallyn] Update fedora template to work: TODO
- [serge-hallyn] Update opensuse template to work: TODO
+ [serge-hallyn] Update simple templates to work: DONE
+ [serge-hallyn] Update fedora template to work: DONE
  [serge-hallyn] Update lxc-create manpage: TODO
  
  [serge-hallyn] Keep pushing on the patchset for userns vfs patches:
  POSTPONED
  
  Questions/Comments:
  Would we be able to get some documentation of what we can expect (and not 
expect) from a security aspect this cycle soon?  -- Daviey
  See wiki.ubuntu.com/LxcSecurity.  Please let me know if more is needed.
  
  Thanks.

-- 
LXC development for Precise
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-lxc

-- 
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 906410] Re: package samba-common 2:3.4.7~dfsg-1ubuntu3.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-17 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

** Changed in: samba (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package samba-common 2:3.4.7~dfsg-1ubuntu3.8 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/906410/+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 906382] Re: package bind9 1:9.7.3.dfsg-1ubuntu2.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-17 Thread Launchpad Bug Tracker
[Expired for bind9 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: bind9 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package bind9 1:9.7.3.dfsg-1ubuntu2.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/906382/+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 934763] [NEW] package mysql-client-5.1 5.1.54-1ubuntu4 failed to install/upgrade: trying to overwrite '/usr/bin/mysqlaccess', which is also in package mysql-client 5.5.20-2

2012-02-17 Thread Tapan Trivedi
Public bug reported:

MySQL 5.5 installation thru deb download failed. Purged 5.5 and
installed 5.1 using apt-get install. This attampt failed.

I recovered by purging 5.1 and reinstalling. MySQL works now but may be
this report will help debug something.

TT

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: mysql-client-5.1 5.1.54-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-13.55-generic 2.6.38.8
Uname: Linux 2.6.38-13-generic i686
Architecture: i386
Date: Fri Feb 17 23:13:55 2012
ErrorMessage: trying to overwrite '/usr/bin/mysqlaccess', which is also in 
package mysql-client 5.5.20-2
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
SourcePackage: mysql-5.1
Title: package mysql-client-5.1 5.1.54-1ubuntu4 failed to install/upgrade: 
trying to overwrite '/usr/bin/mysqlaccess', which is also in package 
mysql-client 5.5.20-2
UpgradeStatus: Upgraded to natty on 2012-02-15 (3 days ago)

** Affects: mysql-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty

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

Title:
  package mysql-client-5.1 5.1.54-1ubuntu4 failed to install/upgrade:
  trying to overwrite '/usr/bin/mysqlaccess', which is also in package
  mysql-client 5.5.20-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/934763/+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 934763] Re: package mysql-client-5.1 5.1.54-1ubuntu4 failed to install/upgrade: trying to overwrite '/usr/bin/mysqlaccess', which is also in package mysql-client 5.5.20-2

2012-02-17 Thread Tapan Trivedi
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/934763

Title:
  package mysql-client-5.1 5.1.54-1ubuntu4 failed to install/upgrade:
  trying to overwrite '/usr/bin/mysqlaccess', which is also in package
  mysql-client 5.5.20-2

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