[Bug 959352] Re: Ephemeral containers have /rootfs prefix in /proc/self/maps entries

2012-08-14 Thread Bryan Wu
Based on the overlayfs maintainer Miklos Szeredi's email [1], I think
probably this issue won't be fixed in overlayfs very recently. So I
agree to add this workaround in lxc-start-ephemeral. Please find my
patch attached for review. it is against to latest lxc-start-ephemeral
in Quantal.

[1]: https://lists.ubuntu.com/archives/kernel-
team/2012-August/021588.html

** Patch added: rootfs_prefix.patch
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/959352/+attachment/3260345/+files/rootfs_prefix.patch

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

Title:
  Ephemeral containers have /rootfs prefix in /proc/self/maps entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/959352/+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 1034228] Re: maas-enlist script hard codes the path to the maas server

2012-08-14 Thread Julian Edwards
** Branch linked: lp:~julian-edwards/maas/enlistment-preseed-fix

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

Title:
  maas-enlist script hard codes the path to the maas server

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1034228/+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 959352] Re: Ephemeral containers have /rootfs prefix in /proc/self/maps entries

2012-08-14 Thread Andy Whitcroft
@Serge -- i am not familiar with how the chroot is made, but given the
full directory is not included only the rootfs component we might be
able to change where the union is mounted, to avoid this if its really
life ending.

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

Title:
  Ephemeral containers have /rootfs prefix in /proc/self/maps entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/959352/+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 1036571] Re: ImportError: No module named openstack_auth

2012-08-14 Thread Emilien Macchi
[2] has been fixed with pip install django_openstack_auth

I have the same issue with compressor module which is not installed.

** Also affects: horizon (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  ImportError: No module named openstack_auth

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1036571/+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 1036571] Re: ImportError: No module named openstack_auth

2012-08-14 Thread Emilien Macchi
After django_compressor installation, I have a 500 error again :

http://paste.openstack.org/show/Ij5EgmVRUVNIEDjXhKLy/

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

Title:
  ImportError: No module named openstack_auth

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1036571/+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 1036571] Re: ImportError: No module named openstack_auth

2012-08-14 Thread Emilien Macchi
The package lessc is missing.

Here is the summary to fix the issues :

pip install django_openstack_auth
pip install django_compressor
apt-get install -y lessc


I have an error with compression : 
http://paste.openstack.org/show/hdq6P2Ev56ITXrVAThx0/

** Description changed:

  Hi,
  
- I'm working on Folsom Testing Packages [1].
+ I'm working on Folsom-3 Testing Packages [1].
  
  - apt-get install -y libapache2-mod-wsgi openstack-dashboard
  
  - Go to URL : http://my-host/horizon
  
  - 500 Error : Internal Server Error [2]
  
  [1] 
https://launchpad.net/~openstack-ubuntu-testing/+archive/folsom-trunk-testing
  [2] http://paste.openstack.org/show/EyhyxBVx737WaWlwDkQs/

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

Title:
  ImportError: No module named openstack_auth

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1036571/+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 1036571] Re: ImportError: No module named openstack_auth

2012-08-14 Thread Emilien Macchi
I fixed all the issues with this method :

pip install django_openstack_auth
pip install django_compressor
apt-get install -y lessc
mkdir -p /usr/share/openstack-dashboard/bin/less/
ln -s $(which lessc) /usr/share/openstack-dashboard/bin/less/lessc
ln -s /usr/share/openstack-dashboard/openstack_dashboard/static 
/usr/share/openstack-dashboard/static
chown -R www-data:www-data 
/usr/share/openstack-dashboard/openstack_dashboard/static

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

Title:
  ImportError: No module named openstack_auth

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1036571/+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-q-ceph-object-integration] Ceph Object Integration with OpenStack

2012-08-14 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for quantal-alpha-3:
  [james-page] Ceph 0.47.2 update for Ubuntu: DONE
  [james-page] Ceph 0.48 update for Ubuntu: DONE
  [james-page] Review MIR actions for ceph from last cycle: DONE
  [james-page] Check on status of libvirt+rdb in quantal (supported == YES 
through qemu - currently lacks authentication due in 0.9.13): DONE
  
  Work items for ubuntu-12.10-beta-1:
  [james-page] Ceph 0.48.1 update for Ubuntu: TODO
  
  Work items for ubuntu-12.10-beta-2:
  [james-page] Remove in-tree dependencies: DONE
  [james-page] Enable radosgw: TODO
- [james-page] Enable use of google-perftools (test failures/glibc compat): 
INPROGRESS
+ [james-page] Enable use of google-perftools (test failures/glibc compat): DONE
  
  Work items for ubuntu-12.10:
  Test ceph with XFS based storage: TODO
  Test ceph rbd as backend to nova volume: TODO
  Test ceph rdb as backend to glance: TODO
  Determine the current start of ceph and glance integration: TODO
  Investigate ceph backport via cloud archive: TODO
  [clint-fewbar] Update juju charm for ceph to support more options and fix for 
indempotency: TODO
  [clint-fewbar] Integrate Ceph into existing OpenStack charms: TODO

-- 
Ceph Object Integration with OpenStack
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-ceph-object-integration

-- 
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 1036585] [NEW] Horizon fails to provide Juju credentials with Internal Server Error upon clicking the dowload link.

2012-08-14 Thread koolhead17
Public bug reported:

I am using Essex and openstack-dashboard 2012.1-0ubuntu8.1  on ubuntu
12.04


When i click http://myhost/settings/juju/ and click on Download Juju 
Enviornment  Config  it takes me to a page with 

Internal Server Error

An unexpected error occurred while processing your request. Please try
your request again.

Apache error log shows notthing.

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

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

Title:
  Horizon fails to provide Juju credentials with Internal Server Error
  upon clicking the dowload link.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1036585/+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 1036622] [NEW] Slow NIS performance with programs such as 'finger'

2012-08-14 Thread Evren Yurtesen
Public bug reported:

I am having slow NIS performance compared to Fedora with nearly
identical configurations. I couldnt quite find out exactly what might be
the problem and I also tried asking it as a question in answers
section. All I got was a reply that I should open a bug report.

https://answers.launchpad.net/ubuntu/+question/205634

The yp.conf is identical between Fedora and Ubuntu boxes in question.  I
am guessing Fedora caches the NIS information somehow. But I am not sure
exactly why this does not happen in Ubuntu?

Do you have any suggestions???

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nis 3.17-32ubuntu4.1
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
Date: Tue Aug 14 14:42:24 2012
ExecutablePath: /usr/sbin/ypbind
InstallationMedia: This
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
SourcePackage: nis
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.yp.conf: [modified]
mtime.conffile..etc.yp.conf: 2012-08-06T15:55:37.478872

** Affects: nis (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 nis in Ubuntu.
https://bugs.launchpad.net/bugs/1036622

Title:
  Slow NIS performance with programs such as 'finger'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/1036622/+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 1036622] Re: Slow NIS performance with programs such as 'finger'

2012-08-14 Thread Evren Yurtesen
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis in Ubuntu.
https://bugs.launchpad.net/bugs/1036622

Title:
  Slow NIS performance with programs such as 'finger'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/1036622/+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 986892] Re: mysql-server postrm breaks apparmor profile for later versions on purge

2012-08-14 Thread Thomas Tanghus Olsen
@Clint: You suggested that the comment on 
http://tanghus.net/2012/03/yet-another-mysql-vs-apparmor-barf/#comment-298 is 
related, which seems to be the case. What I experienced wasn't a missing 
/etc/apparmor.d/local/usr.sbin.mysqld, but rather that the update would have 
changed the paths back to the not-working /var/run/* paths after I had manually 
corrected them to use /run prior to upgrading to Precise.
I didn't have an image earlier than 12.04, but tried to install mysql-server in 
a VM (it wasn't available in proposed anymore?). I'm not sure what conditional 
logic to look for in /var/lib/dpkg/info/mysql-server-5.5.postrm. 
/var/lib/dpkg/info/mysql-server-5.1.postrm does get removed on purge, but I 
assume that is intended behaviour?

/etc/apparmor.d/local/usr.sbin.mysqld is empty except for:

 # Site-specific additions and overrides for usr.sbin.mysqld.
 # For more details, please see /etc/apparmor.d/local/README.

/etc/apparmor.d/usr.sbin.mysqld otoh contains both:

  /var/run/mysqld/mysqld.pid w,
  /var/run/mysqld/mysqld.sock w,
  /run/mysqld/mysqld.pid w,
  /run/mysqld/mysqld.sock w,

But mysql runs fine:

Aug 14 14:34:30 NemID-VirtualBox kernel: [ 1530.635603] type=1400 
audit(1344947670.136:27): apparmor=STATUS operation=profile_replace 
name=/usr/sbin/mysqld pid=6072 comm=apparmor_parser
Aug 14 14:34:32 NemID-VirtualBox /etc/mysql/debian-start[6116]: Upgrading MySQL 
tables if necessary.
Aug 14 14:34:32 NemID-VirtualBox /etc/mysql/debian-start[6119]: 
/usr/bin/mysql_upgrade: the '--basedir' option is always ignored
Aug 14 14:34:32 NemID-VirtualBox /etc/mysql/debian-start[6119]: Looking for 
'mysql' as: /usr/bin/mysql
Aug 14 14:34:32 NemID-VirtualBox /etc/mysql/debian-start[6119]: Looking for 
'mysqlcheck' as: /usr/bin/mysqlcheck
Aug 14 14:34:32 NemID-VirtualBox /etc/mysql/debian-start[6119]: This 
installation of MySQL is already upgraded to 5.5.24, use --force if you still 
need to run mysql_upgrade
Aug 14 14:34:32 NemID-VirtualBox /etc/mysql/debian-start[6130]: Checking for 
insecure root accounts.
Aug 14 14:34:32 NemID-VirtualBox /etc/mysql/debian-start[6135]: Triggering 
myisam-recover for all MyISAM tables

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

Title:
  mysql-server postrm breaks apparmor profile for later versions on
  purge

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/986892/+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 1036647] [NEW] mount.cifs fails on mount DFS linked share

2012-08-14 Thread Jonathan Davies
Public bug reported:

mount.cifs fails to mount a DFS linked share on 12.04, this behaviour
worked fine on 10.04.

The DFS structure is:

\\SERVER1\TEST\SHARE-LINK which goes to \\SERVER2\LINKED-SHARE .

Mounting running:

$ sudo mount -t cifs //server1/TEST/SHARE-LINK /mnt/dfs-mount -o
user=Administrator

..fails on a precise machine, while it works on lucid.

My tests show that:

10.04 | mount.cifs works on oneiric and precise kernels.
12.04 | Stock kernel fails with both precise's mount.cifs and with lucid's 
mount.cifs compiled.

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

** Package changed: samba (Ubuntu) = linux (Ubuntu)

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

Title:
  mount.cifs fails on mount DFS linked share

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1036647/+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 959352] Re: Ephemeral containers have /rootfs prefix in /proc/self/maps entries

2012-08-14 Thread Serge Hallyn
Ok, trying to work around this by changing how the ephemeral container
is set up.

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

Title:
  Ephemeral containers have /rootfs prefix in /proc/self/maps entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/959352/+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 959352] Re: Ephemeral containers have /rootfs prefix in /proc/self/maps entries

2012-08-14 Thread Serge Hallyn
The following actually seems to work.  Instead of using an overlayfs for
all of /var/lib/lxc/q1-tmp-X, it only uses the overlayfs mount for
/var/lib/lxc/q1-tmp-XX/rootfs.  That way, as per Miklos' comment,
/proc/self/fd and /proc/self/maps contents are resolved relative to the
overlayfs root the same way as relative to the container rootfs.

Won't help for userspace inside the container which does
chroot/pivot_root, but for a simple container it solves the bug for me.

** Patch added: lxc-maps.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/959352/+attachment/3260628/+files/lxc-maps.debdiff

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

Title:
  Ephemeral containers have /rootfs prefix in /proc/self/maps entries

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

2012-08-14 Thread Dave Walker
@Andrew, can you expand on the expected behaviour and what you believe
the issue might be?

Is it that the FloatingIp's became 'lost' and were not seemingly
associated to users?

Thanks.

** Changed in: nova (Ubuntu)
   Status: Confirmed = Incomplete

-- 
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/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 904532] Re: Provide a script to automate cleanup of _base

2012-08-14 Thread Dave Walker
Marking Ubuntu task as fix released, as this should be included with
Essex-4 milestone and above.  If this is not the case, please re-adjust
the status as appropriate.  Thanks.

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

Title:
  Provide a script to automate cleanup of _base

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/904532/+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 933818] Re: public-ipv4 metadata url not working

2012-08-14 Thread Dave Walker
ubuntu@server-207:~$ curl -s 
http://169.254.169.254/2008-02-01/meta-data/public-ipv4
91.189.93.36
ubuntu@server-207:~$ curl -s 
http://169.254.169.254/2008-02-01/meta-data/local-ipv4
10.55.63.7

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

** Changed in: nova
   Status: Incomplete = 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/933818

Title:
  public-ipv4 metadata url not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/933818/+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 1028509] Re: 'nova rescue' fails if an instance image does not have a kernel_id

2012-08-14 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Importance: Undecided = Medium

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

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

Title:
  'nova rescue' fails if an instance image does not have a kernel_id

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1028509/+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 959352] Re: Ephemeral containers have /rootfs prefix in /proc/self/maps entries

2012-08-14 Thread Serge Hallyn
Here is a version which properly cleans up.

** Patch added: lxc-maps2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/959352/+attachment/3260677/+files/lxc-maps2.debdiff

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

Title:
  Ephemeral containers have /rootfs prefix in /proc/self/maps entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/959352/+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 1036093] Re: nova volume-attach with high device name keeps volume in state attaching

2012-08-14 Thread Kurt Huwig
Version is nova-common 2012.1-0ubuntu2

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

Title:
  nova volume-attach with high device name keeps volume in state
  attaching

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1036093/+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 596041] Re: /var/tmp is not cleared after squid restart

2012-08-14 Thread Sebastien Lumineau
SquidGuard does.

And despite what Joachim Wiedorn said here: http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=494281

the pb seems not to be solved yet. My current squidGuard is

SquidGuard: 1.4 Berkeley DB 5.1.25: (January 28, 2011)

and I can confirm the /var/tmp is not cleaned up after a squid3 restart.

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

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

Title:
  /var/tmp is not cleared after squid restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/596041/+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 959352] Re: Ephemeral containers have /rootfs prefix in /proc/self/maps entries

2012-08-14 Thread Serge Hallyn
** Also affects: linux (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

** Also affects: linux (Ubuntu Quantal)
   Importance: Medium
 Assignee: Bryan Wu (cooloney)
   Status: Confirmed

** Also affects: lxc (Ubuntu Quantal)
   Importance: High
 Assignee: Serge Hallyn (serge-hallyn)
   Status: 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/959352

Title:
  Ephemeral containers have /rootfs prefix in /proc/self/maps entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/959352/+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 959352] Re: Ephemeral containers have /rootfs prefix in /proc/self/maps entries

2012-08-14 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.8.0~rc1-4ubuntu24

---
lxc (0.8.0~rc1-4ubuntu24) quantal; urgency=low

  * lxc-start-ephemeral: use unionfs only for the rootfs itself
(LP: #959352)
  * allow config files to include other config files.
 -- Serge Hallyn serge.hal...@ubuntu.com   Tue, 14 Aug 2012 13:11:24 +

** Changed in: lxc (Ubuntu Quantal)
   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/959352

Title:
  Ephemeral containers have /rootfs prefix in /proc/self/maps entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/959352/+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 923754] Re: ocfs2console crashed with DeprecationWarning in /usr/lib/python2.7/popen2.py: The popen2 module is deprecated. Use the subprocess module.

2012-08-14 Thread gregor herrmann
** Bug watch added: Debian Bug tracker #682517
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682517

** Also affects: ocfs2-tools via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682517
   Importance: Unknown
   Status: Unknown

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

Title:
  ocfs2console crashed with DeprecationWarning in
  /usr/lib/python2.7/popen2.py: The popen2 module is deprecated.  Use
  the subprocess module.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ocfs2-tools/+bug/923754/+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-q-openstack-folsom] Openstack Next Steps

2012-08-14 Thread Scott Moser
Blueprint changed by Scott Moser:

Work items changed:
  Work items:
  [zulcss] Package nova for folsom: INPROGRESS
  [zulcss] Package swift for folsom: INPROGRESS
  [zulcss] Package horizon for folsom: INPROGRESS
  [zulcss] Package keystone for folsom: INPROGRESS
  [zulcss] Package glance for folsom: INPROGRESS
  [zulcss] Package quantum for folsom: INPROGRESS
  [zulcss] Package python-glanceclient: INPROGRESS
  MIR for quantum: INPROGRESS
  MIR for libguestfs: POSTPONED
  MIR for python-sendfile: POSTPONED
  MIR for openvswitch: DONE
  Evaluate and package cinder for universe: DONE
  Evaluate and package openstackclient for universe: TODO
  Evaluate and package ceilometer for universe: TODO
  Evaluate and package openstack-docs for universe: TODO
  [zulcss] Move nova configuration file to config object model: DONE
  Review upstart jobs for nova, swift, glance, quantum: TODO
  Write Hetrogenous scheduler for ARM: DONE
  Write instance architecture detection: DONE
  Add ceph support for nova volumes: TODO
  Add ceph support for glance: TODO
  Add SSL support fo nova api: TODO
- [smoser] upstream changes for config drive spec: TODO
+ [smoser] upstream changes for config drive spec: DONE
  pull upstream config drive changes to ubuntu: TODO
  [smoser] upstream changes for public glance spec: TODO
  pull upstream glance changes for public glance to ubuntu: TODO
  [utlemming] public glance server / glance.ubuntu.com: TODO
  glance.ubuntu.com listed by default in packages: TODO

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

-- 
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 966577] Re: add explicit egress 'owner' rule on non-bootstrapping nodes to require root access to zookeeper

2012-08-14 Thread James Page
** Changed in: juju (Ubuntu Precise)
Milestone: ubuntu-12.04.1 = precise-updates

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

Title:
  add explicit egress 'owner' rule on non-bootstrapping nodes to require
  root access to zookeeper

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/966577/+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-q-userns] User namespace (update)

2012-08-14 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Work items changed:
  Work items:
  [ebiederm] Get first user ns patchset into linux-next: DONE
- [ebiederm] Push remaining user ns patchset v28 into linux-next: TODO
- [ebiederm] Push remaining user ns patches: TODO
- [ebiederm] Write patch for adduser to reserve uids: TODO
+ [ebiederm] Push remaining user ns patchset v45 into linux-next: INPROGRESS
+ [ebiederm] Push remaining user ns patches: POSTPONED
+ [ebiederm] Write patch for adduser to reserve uids: POSTPONED
  [serge-hallyn] Write setuid utility for unprivileged users to reserve uids: 
DONE
- [serge-hallyn] Push utility to reserve uids into adduser package: TODO
- [serge-hallyn] Blog when lxc is usable with userns in quantal: BLOCKED
+ [serge-hallyn] Push utility to reserve uids into adduser package: POSTPONED
+ [serge-hallyn] Blog when lxc is usable with userns in quantal: POSTPONED

-- 
User namespace (update)
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-userns

-- 
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 1028503] [NEW] support creating initial user if not present

2012-08-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

cloud-init basically assumes that its default user (ubuntu) is already present.
It would be cleaner if it had the ability to create this user if not present.

Then, we could build images that had no local users.

** Affects: cloud-init
 Importance: Medium
 Status: Triaged

** Affects: cloud-init (Ubuntu)
 Importance: High
 Status: Triaged


** Tags: cloud-images cloud-images-build ec2-images
-- 
support creating initial user if not present
https://bugs.launchpad.net/bugs/1028503
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to cloud-init 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 1028503] Re: support creating initial user if not present

2012-08-14 Thread Dave Walker
** Package changed: ubuntu = cloud-init (Ubuntu)

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

Title:
  support creating initial user if not present

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1028503/+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 1028503] Re: support creating initial user if not present

2012-08-14 Thread Ben Howard
This affects the Azure images, as we have to delete the Ubuntu user per
the Cloud Vendor rules.

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

Title:
  support creating initial user if not present

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1028503/+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 959352] Re: Ephemeral containers have /rootfs prefix in /proc/self/maps entries

2012-08-14 Thread Serge Hallyn
** Description changed:

- Ephemeral containers (but not non-ephemeral ones) have all of their
- /proc/*/maps entries prefixed with /rootfs.  One problem this causes
- is that graphviz uses /proc/self/maps to locate its plugins.  That means
- that some of the plugins can not be loaded.
+ ===
+ SRU Justification (for lxc workaround)
+ 1. Impact: /proc/self/maps and /proc/self/fd entries in ephemeral containers
+are prefixed with '/rootfs'.  Software which uses these paths to find
+plugins or other files will break.
+ 2. Development fix (workaround):  The prepended paths lead to the root dentry
+of the overlayfs mount.  So lxc-start-ephemeral is changed to make the
+container rootfs / the root of the overlay mount.
+ 3. Stable fix: same as development fix.
+ 4. Test case:
+sudo lxc-create -t ubuntu -n q1
+sudo lxc-start-ephemeral -o q1
+In another terminal, follow the instructions to open a console to the
+ephemeral container.  Therein log in as ubuntu/ubuntu, and do:
+   cat /proc/self/maps
+   ls -l /proc/self/fd/
+and check whether entries are prefixed with '/rootfs'
+ 5. Regression potential: Customized containers (especially which have custom
+made directories under /var/lib/lxc/container may break.  If this becomes
+a problem we could place all of /var/lib/lxc/container-temp-X in
+another empty tmpfs, however that is not free.
+ ===
+ Ephemeral containers (but not non-ephemeral ones) have all of their 
/proc/*/maps entries prefixed with /rootfs.  One problem this causes is that 
graphviz uses /proc/self/maps to locate its plugins.  That means that some of 
the plugins can not be loaded.
  
  To reproduce the problem with dot, run this command:
  
- dot -Tcmapx  /dev/null
+ dot -Tcmapx  /dev/null
  
  No output is expected, however because of the bug this output is
  produced:
  
- Format: cmapx not recognized. Use one of: dia hpgl mif mp pcl pic
+ Format: cmapx not recognized. Use one of: dia hpgl mif mp pcl pic
  vtx
  
  A workaround for the problem with graphviz is to make the plugins
  available at the path it is expecting:
  
- mkdir -p /rootfs/usr/lib
- ln -s /usr/lib/graphviz /rootfs/usr/lib/graphviz
- --- 
+ mkdir -p /rootfs/usr/lib
+ ln -s /usr/lib/graphviz /rootfs/usr/lib/graphviz
+ ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.95-0ubuntu1
  Architecture: i386
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=2c5f282a-e713-4ae0-a940-87a40efd050f
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  MachineType: LENOVO 4313CTO
  Package: lxc
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-20-generic-pae 
root=UUID=8469c78f-d0fc-4564-a009-eed59bd1fdff ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-20.33-generic-pae 3.2.12
  RfKill:
-  0: phy0: Wireless LAN
-   Soft blocked: no
-   Hard blocked: no
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
  StagingDrivers: mei
  Tags:  precise staging
  Uname: Linux 3.2.0-20-generic-pae i686
  UpgradeStatus: Upgraded to precise on 2012-01-24 (63 days ago)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare
  dmi.bios.date: 10/26/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6MET81WW (1.41 )
  dmi.board.name: 4313CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr6MET81WW(1.41):bd10/26/2010:svnLENOVO:pn4313CTO:pvrThinkPadT510:rvnLENOVO:rn4313CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4313CTO
  dmi.product.version: ThinkPad T510
  dmi.sys.vendor: LENOVO

** Changed in: lxc (Ubuntu Precise)
   Status: New = Triaged

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

** Changed in: lxc (Ubuntu Precise)
 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/959352

Title:
  Ephemeral containers have /rootfs prefix in /proc/self/maps entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/959352/+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 1015405] Re: ClamAV error: CL_EFORMAT: Bad format or broken data

2012-08-14 Thread Scott Kitterman
This is a valid bug.

** Changed in: clamav (Ubuntu)
   Status: Invalid = Triaged

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

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

** Also affects: clamav via
   https://bugzilla.clamav.net/show_bug.cgi?id=5252
   Importance: Unknown
   Status: Unknown

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

Title:
  ClamAV error: CL_EFORMAT: Bad format or broken data

To manage notifications about this bug go to:
https://bugs.launchpad.net/clamav/+bug/1015405/+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 1019290] Re: stop lxc-net should do stop even when USE_LXC_BRIDGE=false

2012-08-14 Thread Serge Hallyn
** Changed in: lxc (Ubuntu Precise)
   Status: New = In Progress

** Changed in: lxc (Ubuntu Precise)
 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/1019290

Title:
  stop lxc-net should do stop even when USE_LXC_BRIDGE=false

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1019290/+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 959352] Re: Ephemeral containers have /rootfs prefix in /proc/self/maps entries

2012-08-14 Thread Serge Hallyn
** Changed in: lxc (Ubuntu Precise)
   Status: Triaged = In Progress

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

Title:
  Ephemeral containers have /rootfs prefix in /proc/self/maps entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/959352/+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 1015405] Re: ClamAV error: CL_EFORMAT: Bad format or broken data

2012-08-14 Thread Scott Kitterman
** Changed in: clamav (Ubuntu)
Milestone: None = ubuntu-12.10-beta-1

** Changed in: clamav (Ubuntu)
 Assignee: (unassigned) = Scott Kitterman (kitterman)

** Changed in: clamav (Ubuntu)
   Importance: Undecided = High

** Also affects: clamav (Ubuntu Natty)
   Importance: Undecided
   Status: New

** Also affects: clamav (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

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

** Also affects: clamav (Ubuntu Quantal)
   Importance: High
 Assignee: Scott Kitterman (kitterman)
   Status: Triaged

** Also affects: lucid-backports
   Importance: Undecided
   Status: New

** Also affects: hardy-backports
   Importance: Undecided
   Status: New

** Changed in: clamav (Ubuntu Precise)
   Status: New = Triaged

** Changed in: clamav (Ubuntu Oneiric)
   Status: New = Triaged

** Changed in: clamav (Ubuntu Natty)
   Status: New = Triaged

** Changed in: lucid-backports
   Status: New = Triaged

** Changed in: hardy-backports
   Status: New = Triaged

** Changed in: hardy-backports
   Importance: Undecided = High

** Changed in: lucid-backports
   Importance: Undecided = High

** Changed in: clamav (Ubuntu Natty)
   Importance: Undecided = High

** Changed in: clamav (Ubuntu Oneiric)
   Importance: Undecided = High

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

** Changed in: clamav (Ubuntu Natty)
Milestone: None = natty-updates

** Changed in: clamav (Ubuntu Oneiric)
Milestone: None = oneiric-updates

** Changed in: clamav (Ubuntu Precise)
Milestone: None = precise-updates

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

Title:
  ClamAV error: CL_EFORMAT: Bad format or broken data

To manage notifications about this bug go to:
https://bugs.launchpad.net/clamav/+bug/1015405/+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 1021530] Re: [SRU] update to include stable fixes for OVS 1.4

2012-08-14 Thread Aaron Rosen
Hi Clint, It doesn't seem to have landed yet. Hopefully this will get in
today?

Thanks,

Aaron

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

Title:
  [SRU] update to include stable fixes for OVS 1.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1021530/+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 914160] Re: [MIR] openvswitch

2012-08-14 Thread Ben Pfaff
I hope that you guys at Ubuntu are aware that I'm proposing an
alternative to get into Debian wheezy, as opposed to what's in Debian
sid at the moment.  The full details are at: http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=683771

(I proposed this weeks ago but it seems that the Debian release team is
moving very slowly.)

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

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

Title:
  [MIR] openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/914160/+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 1001040] Re: TLS library problem drops incoming mail when sender uses RC4-MD5 cipher

2012-08-14 Thread Trent Gamblin
Just as a side note here, I have the same problem with postfix. I also
have the problem with Dovecot and Apache, and I assume anything using
the RC4-MD5 cipher. So far I've disabled it in those 3 and things are
working, except my Android tablet can't connect to my mail server
because that's the only cipher it tries. This has been affecting me for
months now. Today was the first time I noticed it in Apache (on HTTPS
pages only on the Android browser.)

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

Title:
  TLS library problem drops incoming mail when sender uses RC4-MD5
  cipher

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1001040/+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 997978] Re: KVM images lose connectivity with bridged network

2012-08-14 Thread Gary Cuozzo
I have seen this issue on 2 different servers which use bridging but not
bonding.

One server was a customer system and we were forced to back-date the OS
to an earlier release.  They were experiencing the issue up to once/day
and quickly got impatient to have it resolved.

The other server is an internal system which runs multiple vm's.  We
have only seen the issue on one of the vm's and only once every 2-3
weeks.  The vm which experiences the issue is our LTSP server.

I have been testing a small cluster of 3 host machines which use both
bonding and bridging.  I have not seen this issue affect them, but the
usage is quite light and the vm's come  go since it's a testing
environment right now.  Due to this bug, we have halted any plans to
upgrade vm hosts to Precise until we can verify it's fixed.

We've seen the following when the issue has occurred:
* Absolutely nothing in any logs, dmesg, etc.
* Host machine cannot ping the guest
* arp shows guest as incomplete
* guest machine can ping its own IP, but nothing else (host, gw, etc)
* restarting networking subsystem is successful (no errors) but has no effect 
on the problem
* rebooting the guest fixes the problem until it happens again.  The reboot 
does not actually kill the kvm session and get a new process ID, but somehow 
having the guest go through the init again fixes it (until it happens again 
some period later).
* This issue has occurred on one 12.04 guest and one 11.10 guest
* Both of the servers which this occured on are Dell 2950 series machines.  I 
have not seen this issue on any of our HP Proliant (mostly DL360's) machines.

If there is some sort of test I can run to help debug, I'm happy to do
that.

Thank you for trying to address this.  This is a huge bug for us.

Thanks,
gary

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/997978/+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 1014864] Re: [MIR] New package - walinuxagent

2012-08-14 Thread Ben Howard
** Tags added: verification-done

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

Title:
  [MIR] New package - walinuxagent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1014864/+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 1014864] Re: [MIR] New package - walinuxagent

2012-08-14 Thread Ben Howard
Confirmed to work on Azure, with all provisioning functions working.

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

Title:
  [MIR] New package - walinuxagent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1014864/+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 1014864] Re: [MIR] New package - walinuxagent

2012-08-14 Thread David Medberry
Is this version number intentionally less than the version of the
package in the existing 12.04 azure cloud-image?

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

Title:
  [MIR] New package - walinuxagent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1014864/+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 1036571] Re: ImportError: No module named openstack_auth

2012-08-14 Thread Adam Gandelman
Hey Emilien-

Thanks so much for the detailed report.  Some of the dependencies
are/will be satisified by new packages that are trickling into the
Ubuntu archive.  When those are satisfied, I'll update the packaging to
include the required steps you've noted.


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

** Changed in: horizon (Ubuntu)
 Assignee: (unassigned) = Adam Gandelman (gandelman-a)

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

Title:
  ImportError: No module named openstack_auth

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1036571/+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 997978] Re: KVM images lose connectivity with bridged network

2012-08-14 Thread kraig
I'm noticing the same behavior on 12.04 hosts with 12.04 guests. No
bonding. I'm currently running a test with two identical VMs, one
started after modprobing vhost_net

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/997978/+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 1015405] Re: ClamAV error: CL_EFORMAT: Bad format or broken data

2012-08-14 Thread Launchpad Bug Tracker
This bug was fixed in the package clamav - 0.97.5+dfsg-6ubuntu1

---
clamav (0.97.5+dfsg-6ubuntu1) quantal; urgency=low

  * Merge from Debian unstable (LP: #1015405).  Remaining changes:
- Drop build-dep on electric-fence (in Universe)
- Add apparmor profiles for clamd and freshclam along with maintainer
  script changes

clamav (0.97.5+dfsg-6) unstable; urgency=medium

  * Urgency medium for RC bug fix the addressess regression from 0.97.3
  * Add changes from upstream commit 6a879ad98460303b23a6fc119769a3b463a902f8
to fix unpack errors for various compressed files including some .bz2,
.xls, .doc, and PDF (Closes: #684697)

clamav (0.97.5+dfsg-5) unstable; urgency=low

  * Drop /var/run/clamav from the directories shipped in clamav-base (policy
9.1.4) and trust it will get cleaned up on boot
- Thanks to Andreas Beckmann for the cluebat

clamav (0.97.5+dfsg-4) unstable; urgency=low

  * Drop postrm snippets from clamav-base, clamav-freshclam, clamav-daemon,
and clamav-milter that remove /var/log/clamav, /var/lib/clamav,
/var/run/clamav, and /etc/clamav and and let dpkg remove the directories
once they are empty in order to fix problems with directory removal by a
package that did not own the directory (Closes: #681960)
  * Add /var/run/clamav to directories shipped by clamav-base so dpkg cleanup
will work for it too.
 -- Scott Kitterman sc...@kitterman.com   Tue, 14 Aug 2012 21:29:59 -0400

** Changed in: clamav (Ubuntu Quantal)
   Status: Triaged = Fix Released

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

Title:
  ClamAV error: CL_EFORMAT: Bad format or broken data

To manage notifications about this bug go to:
https://bugs.launchpad.net/clamav/+bug/1015405/+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 1015405] Re: ClamAV error: CL_EFORMAT: Bad format or broken data

2012-08-14 Thread Scott Kitterman
This file triggers the issue.

** Attachment added: Thunderbird tarball that demonstrates the problem
   
https://bugs.launchpad.net/hardy-backports/+bug/1015405/+attachment/3261467/+files/thunderbird-14.0b4.tar.bz2

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

Title:
  ClamAV error: CL_EFORMAT: Bad format or broken data

To manage notifications about this bug go to:
https://bugs.launchpad.net/clamav/+bug/1015405/+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 1015405] Re: ClamAV error: CL_EFORMAT: Bad format or broken data

2012-08-14 Thread Scott Kitterman
** Description changed:

+ [IMPACT]
+ 
+  * Scanning errors on some files of some important types like PDF, DOC,
+ XLS, and tar.bz2.
+ 
+  * Can cause major disruption of mail servers and other applications
+ 
+  * Regression from previous releases
+ 
+  * Bug fix is upstream fix that will be included in the next clamav
+ release.
+ 
+ [TESTCASE]
+ 
+  * sudo apt-get install clamav (if not already installed) and once the
+ package is installed and signatures are downloaded you are ready to
+ test.
+ 
+  * With an appropriate test file (the thunderbird bz2 file that is
+ attached to the bug is one such file) run $ clamscan $FILENAME and you
+ should get an error as described in the original bug.
+ 
+  * Install the updated packages from -proposed
+ 
+  * Run the test again and it should test OK (no error and no virus
+ found).
+ 
+ [Regression Potential]
+ 
+  * Nil.  Patch taken from upstream and given where the patch is in the
+ code it would be very difficult to regress.
+ 
+ Original bug:
+ 
  got this in my syslog after update of clamav dunno if its a bug or not
  
  Jun 19 21:47:29 server dansguardian[]: ClamAV error: CL_EFORMAT: Bad format 
or broken data
  Jun 19 21:47:29 server dansguardian[]: scanFile/Memory returned error: -1
  
  update version
  0.97.5
  
  ubuntu 11.04

** Tags added: regression-release regression-update

** Tags removed: regression-update

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

Title:
  ClamAV error: CL_EFORMAT: Bad format or broken data

To manage notifications about this bug go to:
https://bugs.launchpad.net/clamav/+bug/1015405/+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 1020313] Re: openstack-dashboard hijacks the web root

2012-08-14 Thread Michael Still
Another option would be to create a vhost for the dashboard.

** Tags added: canonistack

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

Title:
  openstack-dashboard hijacks the web root

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1020313/+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 1015405] Re: ClamAV error: CL_EFORMAT: Bad format or broken data

2012-08-14 Thread Scott Kitterman
Marking as security since this regression was introduced through the
security pocket.

** This bug has been flagged as a security vulnerability

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

Title:
  ClamAV error: CL_EFORMAT: Bad format or broken data

To manage notifications about this bug go to:
https://bugs.launchpad.net/clamav/+bug/1015405/+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 1015405] Re: ClamAV error: CL_EFORMAT: Bad format or broken data

2012-08-14 Thread Scott Kitterman
Fix for precise.

** Patch added: Precise debdiff
   
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1015405/+attachment/3261479/+files/precise-security.debdiff

** Changed in: clamav (Ubuntu Precise)
   Status: Triaged = Confirmed

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

Title:
  ClamAV error: CL_EFORMAT: Bad format or broken data

To manage notifications about this bug go to:
https://bugs.launchpad.net/clamav/+bug/1015405/+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 1036918] [NEW] Switching between regions causes login form to appear at the bottom of the page

2012-08-14 Thread Michael Still
Public bug reported:

I have to regions configured in /etc/openstack-
dashboard/local_settings.py. If I switch between them in the drop down
at the top right of the screen, a login dialog appears at the bottom of
the page which is quite confusing. Some thoughts:

 - credentials from the previous region should be retried in the new region. 
They might be the same.
 - the login form should be a popup as if the page is long you don't notice 
it appearing at the bottom of the screen.

I'll attach a screenshot to this bug report.

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


** Tags: canonistack

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

Title:
  Switching between regions causes login form to appear at the bottom of
  the page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1036918/+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 1036918] Re: Switching between regions causes login form to appear at the bottom of the page

2012-08-14 Thread Michael Still
** Attachment added: login-bug.png
   
https://bugs.launchpad.net/bugs/1036918/+attachment/3261487/+files/login-bug.png

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

Title:
  Switching between regions causes login form to appear at the bottom of
  the page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1036918/+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 1036919] [NEW] Region drop down showing incorrect region

2012-08-14 Thread Michael Still
Public bug reported:

Hi. We have two regions configured in /etc/openstack-
dashboard/local_settings.py.

A user changed regions with the drop down, logged into the new region,
and started an instance. The instance started in the _previous_ region.

I'm not sure what debugging information to provide here, as I didn't see
anything obvious in the logs.

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


** Tags: canonistack

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

Title:
  Region drop down showing incorrect region

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1036919/+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 1015405] Re: ClamAV error: CL_EFORMAT: Bad format or broken data

2012-08-14 Thread Scott Kitterman
Oneiric

** Patch added: Oneiric Debdiff
   
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1015405/+attachment/3261486/+files/oneiric.debdiff

** Changed in: clamav (Ubuntu Oneiric)
   Status: Triaged = Confirmed

** Patch removed: Precise debdiff
   
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1015405/+attachment/3261479/+files/precise-security.debdiff

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

Title:
  ClamAV error: CL_EFORMAT: Bad format or broken data

To manage notifications about this bug go to:
https://bugs.launchpad.net/clamav/+bug/1015405/+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 1015405] Re: ClamAV error: CL_EFORMAT: Bad format or broken data

2012-08-14 Thread Scott Kitterman
Better debdiff for precise

** Patch added: Precise debdiff
   
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1015405/+attachment/3261489/+files/precise-security.debdiff

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

Title:
  ClamAV error: CL_EFORMAT: Bad format or broken data

To manage notifications about this bug go to:
https://bugs.launchpad.net/clamav/+bug/1015405/+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 1015405] Re: ClamAV error: CL_EFORMAT: Bad format or broken data

2012-08-14 Thread Scott Kitterman
Natty debdiff

** Patch added: natty debdiff
   
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1015405/+attachment/3261498/+files/natty.debdiff

** Changed in: clamav (Ubuntu Natty)
   Status: Triaged = Confirmed

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

Title:
  ClamAV error: CL_EFORMAT: Bad format or broken data

To manage notifications about this bug go to:
https://bugs.launchpad.net/clamav/+bug/1015405/+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 1015405] Re: ClamAV error: CL_EFORMAT: Bad format or broken data

2012-08-14 Thread Scott Kitterman
Accepting clamav/0.97.5+dfsg-1ubuntu0.11.04.2~10.04.2


** Changed in: lucid-backports
   Status: Triaged = Fix Released

** Changed in: lucid-backports
 Assignee: (unassigned) = Scott Kitterman (kitterman)

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

Title:
  ClamAV error: CL_EFORMAT: Bad format or broken data

To manage notifications about this bug go to:
https://bugs.launchpad.net/clamav/+bug/1015405/+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 1015405] Re: ClamAV error: CL_EFORMAT: Bad format or broken data

2012-08-14 Thread Scott Kitterman
Accepting clamav/0.97.5+dfsg-1ubuntu0.11.04.2~08.04.2


** Changed in: hardy-backports
   Status: Triaged = Fix Released

** Changed in: hardy-backports
 Assignee: (unassigned) = Scott Kitterman (kitterman)

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

Title:
  ClamAV error: CL_EFORMAT: Bad format or broken data

To manage notifications about this bug go to:
https://bugs.launchpad.net/clamav/+bug/1015405/+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 1015405] Re: ClamAV error: CL_EFORMAT: Bad format or broken data

2012-08-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/clamav

** Branch linked: lp:ubuntu/hardy-backports/clamav

** Branch linked: lp:ubuntu/lucid-backports/clamav

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

Title:
  ClamAV error: CL_EFORMAT: Bad format or broken data

To manage notifications about this bug go to:
https://bugs.launchpad.net/clamav/+bug/1015405/+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 1036934] [NEW] package slapd 2.4.28-1.1ubuntu4.1 failed to install/upgrade: ErrorMessage: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-08-14 Thread Jean-Philippe DEMORY
Public bug reported:

Upgrade From Oneiric to Precise

Des erreurs ont été rencontrées pendant l'exécution :
 slapd
Error in function:

ERROR:root:not handled exception:
SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: slapd 2.4.28-1.1ubuntu4.1
Uname: Linux 2.6.38.2-grsec--grs-ipv6-64 x86_64
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
Date: Wed Aug 15 05:27:17 2012
ErrorMessage: ErrorMessage: le sous-processus script post-installation installé 
a retourné une erreur de sortie d'état 1
SourcePackage: openldap
Title: package slapd 2.4.28-1.1ubuntu4.1 failed to install/upgrade: 
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
UpgradeStatus: Upgraded to precise on 2012-08-15 (0 days ago)

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


** Tags: amd64 apport-package precise

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

Title:
  package slapd 2.4.28-1.1ubuntu4.1 failed to install/upgrade:
  ErrorMessage: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1036934/+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 1036934] Re: package slapd 2.4.28-1.1ubuntu4.1 failed to install/upgrade: ErrorMessage: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-08-14 Thread Jean-Philippe DEMORY
-- 
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/1036934

Title:
  package slapd 2.4.28-1.1ubuntu4.1 failed to install/upgrade:
  ErrorMessage: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1036934/+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 1036940] [NEW] package postfix 2.9.3-2~12.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2012-08-14 Thread Jishnu
Public bug reported:

A system failed warning keeps croping up.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: postfix 2.9.3-2~12.04.2
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic-pae 3.2.24
Uname: Linux 3.2.0-29-generic-pae i686
ApportVersion: 2.0.1-0ubuntu12
Architecture: i386
Date: Tue Aug 14 03:05:23 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 75
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111011)
SourcePackage: postfix
Title: package postfix 2.9.3-2~12.04.2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 75
UpgradeStatus: Upgraded to precise on 2012-05-13 (93 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package postfix 2.9.3-2~12.04.2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 75

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1036940/+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 1036940] Re: package postfix 2.9.3-2~12.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2012-08-14 Thread Jishnu
-- 
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/1036940

Title:
  package postfix 2.9.3-2~12.04.2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 75

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1036940/+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 1036934] Re: package slapd 2.4.28-1.1ubuntu4.1 failed to install/upgrade: ErrorMessage: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-08-14 Thread Ubuntu Foundation's Bug Bot
** Attachment removed: VarLogDistupgradeAptclonesystemstatetargz.gz
   
https://bugs.launchpad.net/bugs/1036934/+attachment/3261571/+files/VarLogDistupgradeAptclonesystemstatetargz.gz

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

Title:
  package slapd 2.4.28-1.1ubuntu4.1 failed to install/upgrade:
  ErrorMessage: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1036934/+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 1036940] Re: package postfix 2.9.3-2~12.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2012-08-14 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 postfix in Ubuntu.
https://bugs.launchpad.net/bugs/1036940

Title:
  package postfix 2.9.3-2~12.04.2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 75

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1036940/+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 1010295] Re: samba libthread_db

2012-08-14 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/1010295

Title:
  samba  libthread_db

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1010295/+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 961142] Re: chef 0.10: package installation: returned 100, expected 0

2012-08-14 Thread Launchpad Bug Tracker
[Expired for cloud-init (Ubuntu) because there has been no activity for
60 days.]

** Changed in: cloud-init (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  chef 0.10: package installation: returned 100, expected 0

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