[Bug 827831] [NEW] Upgrade qemu-kvm for oneiric to version 0.15 from upstream

2011-08-17 Thread Daniel van Vugt
Public bug reported: qemu-kvm version 0.15 was recently released. It would be nice to see it in oneiric... http://sourceforge.net/projects/kvm/files/qemu-kvm/ ** Affects: qemu-kvm (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a

[Bug 827151] Re: Annoying log message DIGEST-MD5 common mech free

2011-08-17 Thread Brezhonneg
Apparently, this message is logged whenever I commit a file to svn through SSH: auth.log: sshd[1085]: Accepted publickey for sylvain from *IP here* port xx ssh2 svnserve: DIGEST-MD5 common mech free The first one is me connecting to svn through SSH, the second line comes 1 second later and is

[Bug 801761] Re: package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2011-08-17 Thread Brian Murray
*** This bug is a duplicate of bug 442941 *** https://bugs.launchpad.net/bugs/442941 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 442941, so it is being marked as such. Please look

[Bug 801375] Re: package winbind 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-17 Thread Brian Murray
*** This bug is a duplicate of bug 523896 *** https://bugs.launchpad.net/bugs/523896 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 523896, so it is being marked as such. Please look

[Bug 798975] Re: package postfix 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2011-08-17 Thread Brian Murray
*** This bug is a duplicate of bug 349469 *** https://bugs.launchpad.net/bugs/349469 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 349469, so it is being marked as such. Please look

[Bug 827922] Re: On Tomcat6 shutdown web apps do not get shutdown

2011-08-17 Thread mdxyz
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tomcat6 in Ubuntu. https://bugs.launchpad.net/bugs/827922 Title: On Tomcat6 shutdown web apps do not get shutdown To manage notifications about this bug go to:

[Bug 827922] [NEW] On Tomcat6 shutdown web apps do not get shutdown

2011-08-17 Thread mdxyz
Public bug reported: When shutting down tomcat6 by /etc/init.d/tomcat6 stop the contained web apps within tomcat do not get shut down. This is visible as the initialized Servlets within the web apps never have their destroy() method being called. This way a web app cannot shut down gracefully

[Bug 827922] Re: On Tomcat6 shutdown web apps do not get shutdown

2011-08-17 Thread mdxyz
I case this is important: java -version java version 1.6.0_26 Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tomcat6

[Bug 827922] Re: On Tomcat6 shutdown web apps do not get shutdown

2011-08-17 Thread Joonas Koivunen
We have tomcat6 deployed for multiple servers running our inhouse apps and have no shutdown problems. What applications are you running? Could you do a jstack printout* AFTER you've called service tomcat6 stop? Does tomcat accept new connections or multiple SHUTDOWN requests after running the

[Bug 827590] Re: cloud-init does not mount ephemeral0 on /mnt in nova

2011-08-17 Thread Isaku Yamahata
So far nova lied. It is fixed by nova revision of 1400 in the repository. Here is the example ubuntu@ubuntu:~$ cat /proc/partitions major minor #blocks name 2520 10485760 vda 252 16 20971520 vdb 252 321048576 vdc ubuntu@ubuntu:~$ python -c 'import boto.utils;

[Bug 827705] Re: PXE boot requests non-standard config filename

2011-08-17 Thread Loïc Minier
I had a look at what the spec says and what pxelinux and u-boot-linaro do in practice. == pxelinux == Looking at pxelinux 4.04 as found in Ubuntu oneiric syslinux source package version 2:4.04+dfsg-1ubuntu1. syslinux/core/fs/pxe/pxe.c:network_init() calls into the PXE ROM to get the DHCPACK

[Bug 827922] Re: On Tomcat6 shutdown web apps do not get shutdown

2011-08-17 Thread mdxyz
Thanks for the hint with jstack, I should have at least tested it in debug mode - my bad. According to jstack the destroy method is called correctly. The problem seems to be the logging during shutdown instead. Nothing is logged after the shutdown is triggered and so this lead to my wrong

[Bug 827922] Re: On Tomcat6 shutdown web apps do not get shutdown

2011-08-17 Thread Joonas Koivunen
Hmm, I can confirm that logs say nothing about stopping. I don't think that it should be like that. It'd seem that some times I've got the lines into my catalina.out: Jul 21, 2011 10:09:14 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 27464 ms Jul 21, 2011 12:35:38 PM

[Bug 827922] Re: On Tomcat6 shutdown web apps do not get shutdown

2011-08-17 Thread mdxyz
Changed headline and description. ** Description changed: - When shutting down tomcat6 by /etc/init.d/tomcat6 stop the contained web apps within tomcat do not get shut down. This is visible as the initialized Servlets within the web apps never have their destroy() method being called. This

[Bug 827922] Re: On Tomcat6 shutdown web apps are not able to log anything

2011-08-17 Thread mdxyz
Please find attached this small test web app which will simply log init if the Servlet's init() method is called and destroy when the destroy() method is called. public void init(ServletConfig config) throws ServletException {

[Bug 827705] Re: PXE boot requests non-standard config filename

2011-08-17 Thread Loïc Minier
Attached patch seems to produce desired effect for me; I get this output: U-Boot SPL 2011.06-dirty (Aug 17 2011 - 14:34:54) Texas Instruments OMAP4430 ES2.1 OMAP SD/MMC: 0 reading u-boot.img reading u-boot.img U-Boot 2011.06-dirty (Aug 17 2011 - 14:34:54) CPU : OMAP4430 Board: OMAP4 Panda I2C:

[Bug 828036] [NEW] MySQL daemon keeps dying and restarting when using ssl connections

2011-08-17 Thread Leonardo Borda
Public bug reported: On a server dedicated as a MySQL database server, MySQL keeps randomly terminating with status 1 (from /var/log/daemon.log) and then immediately starting again. MySQL-Server version 5.1.49 seems to include the fix as per this bug entry:

[Bug 828047] [NEW] postfix init script copies smtp_tls_CApath /etc/ssl/certs to /var/spool/postfix/etc/ssl/certs/etc/ssl/certs

2011-08-17 Thread William Shallum
Public bug reported: The postfix init script copies the files in smtp_tls_CApath to a location within the chroot using this line of code: find $ca_path -print0 | cpio -0pdL $dest_dir where ca_path=$(postconf -h smtp_tls_CApath) and dest_dir=$queue_dir/${ca_path#/} When

[Bug 818617] Re: package samba 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-17 Thread Bequia Ubuntu
** Changed in: samba (Ubuntu) Status: Incomplete = New -- 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/818617 Title: package samba 2:3.5.8~dfsg-1ubuntu2.2 failed to

[Bug 828047] Re: postfix init script copies smtp_tls_CApath /etc/ssl/certs to /var/spool/postfix/etc/ssl/certs/etc/ssl/certs

2011-08-17 Thread William Shallum
Changing the line to (cd $ca_path find . -print0 | cpio -0pdL $dest_dir) seems to do the trick. -- 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/828047 Title: postfix init script

[Bug 784937] Re: /mnt not mounted, swap not used, disk is xvde

2011-08-17 Thread Leann Ogasawara
** Changed in: linux (Ubuntu Oneiric) Status: Confirmed = Fix Committed -- 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/784937 Title: /mnt not mounted, swap not used, disk

[Bug 652433] Re: Init script dependency error: krb5-kdc starts before slapd

2011-08-17 Thread Fede
I believe that the proposed solution is not enough. $ ls -l rc2.d/ total 12 drwxr-xr-x 2 root root 4096 2011-08-17 16:18 ./ drwxr-xr-x 102 root root 4096 2011-08-17 15:56 ../ -rw-r--r-- 1 root root 677 2011-06-09 21:46 README lrwxrwxrwx 1 root root 15 2011-08-09 18:26 S15bind9 -

[Bug 827674] Re: cobbler lacks full support for arm

2011-08-17 Thread Andres Rodriguez
** Changed in: cobbler (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler in Ubuntu. https://bugs.launchpad.net/bugs/827674 Title: cobbler lacks full support for arm To

[Bug 827681] Re: Cobbler does not generate pxelinux.cfg files for ARM

2011-08-17 Thread Andres Rodriguez
** Description changed: Cobbler does not generate pxelinux.cfg files for cobbler when adding - systems/profiles. For this reason, ARM Images are unable to PXE boot. - - Additionally, u-boot does not support pxelinux.cfg files in the way of - 01-MAC address. which is the standard. THis is

[Bug 827705] Re: PXE boot requests non-standard config filename

2011-08-17 Thread Andres Rodriguez
Howdy Loic, Please, also make sure that the tftp test server you are using, is looking for 01-mac (in lowercase) files, as the standard specifies that files in the tftp should be in lowercase. Cause, AFAIK, and how it seems in your example (01-MAC uppercase), if it looks for a file in uppercase

[Bug 826795] Re: Python dependencies are missing

2011-08-17 Thread Bug Watch Updater
** Changed in: mailman (Debian) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mailman in Ubuntu. https://bugs.launchpad.net/bugs/826795 Title: Python dependencies are missing To manage

[Bug 807091] Re: internal error character device (null) is not using a PTY when using virsh console

2011-08-17 Thread Tom Ellis
So, I've tried the latest oneiric cloud images from today and two days ago and I still get the PTY allocation request failed on channel 0 connecting via ssh. With euca-get-console-output instance id I still get (from nova-api.log): (nova.api): TRACE: RemoteError: Error local variable 'fpath'

[Bug 40189] Re: autofs needs to be restarted to pick up some shares

2011-08-17 Thread mrtvfuencxozd
post #25 did not seem to work for me (10.10). In my case , NFS entries I need to mount are stored in a NIS server. as a fix I've created the following file : -- ###/etc/init/waitnis.conf description Wait for NIS author moi start on starting autofs task script while [ !

[Bug 807091] Re: internal error character device (null) is not using a PTY when using virsh console

2011-08-17 Thread Tom Ellis
Also, it seems moving the serial tag makes no difference for what I can see -- 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/807091 Title: internal error character device (null) is not

[Bug 827681] Re: Cobbler does not generate pxelinux.cfg files for ARM

2011-08-17 Thread Launchpad Bug Tracker
This bug was fixed in the package cobbler - 2.1.0+git20110602-0ubuntu20 --- cobbler (2.1.0+git20110602-0ubuntu20) oneiric; urgency=low * debian/patches: - 49_ubuntu_add_arm_arch_support.patch: Updated to allow import of ARM arch. (LP: #827674) -

[Bug 827674] Re: cobbler lacks full support for arm

2011-08-17 Thread Launchpad Bug Tracker
This bug was fixed in the package cobbler - 2.1.0+git20110602-0ubuntu20 --- cobbler (2.1.0+git20110602-0ubuntu20) oneiric; urgency=low * debian/patches: - 49_ubuntu_add_arm_arch_support.patch: Updated to allow import of ARM arch. (LP: #827674) -

[Bug 578536] Re: when stopped, automount orphans some mounts

2011-08-17 Thread Robbie Williamson
** Changed in: autofs5 (Ubuntu Oneiric) Status: Incomplete = In Progress ** Changed in: autofs5 (Ubuntu Maverick) Status: Incomplete = In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee.

[Bug 251641] Re: openvpn init script lacks the 'status' action

2011-08-17 Thread Bug Watch Updater
** Changed in: openvpn (Debian) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvpn in Ubuntu. https://bugs.launchpad.net/bugs/251641 Title: openvpn init script lacks the 'status' action To

[Bug 828061] Re: libvirt-cgred-wait.conf is broken

2011-08-17 Thread Serge Hallyn
While the libvirt-cgred-wait.conf problem is real, there is another problem. According to upstart debub output, cgconfig is running twice. Every time it runs, it reclassifies all tasks, moving them first to '/' and then to '/sysdefault'. -- You received this bug notification because you are a

[Bug 828061] Re: libvirt-cgred-wait.conf is broken

2011-08-17 Thread Serge Hallyn
** Attachment added: Updated version of libvirt-cgconfig-wait.conf https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/828061/+attachment/2286368/+files/libvirt-cgconfig-wait.conf -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 828186] [NEW] cloud-init should output some network debug info

2011-08-17 Thread Scott Moser
Public bug reported: Often times when cloud-init boots, I want to know its IP address that it got. It would be nice to see some things like: - list of network interfaces (with IP if up) - route intformation - public-ipv4

[Bug 828186] Re: cloud-init should output some network debug info

2011-08-17 Thread Scott Moser
** Also affects: cloud-init Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/828186 Title: cloud-init should output some network debug

[Bug 580319] Re: init.d controlled services launch before all interfaces are up, thus failing to start

2011-08-17 Thread Clint Byrum
** Changed in: dhcp3 (Ubuntu Lucid) Milestone: ubuntu-10.04.3 = ubuntu-10.04.4 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dhcp3 in Ubuntu. https://bugs.launchpad.net/bugs/580319 Title: init.d controlled services launch

Re: [Bug 652433] Re: Init script dependency error: krb5-kdc starts before slapd

2011-08-17 Thread Clint Byrum
Excerpts from Fede's message of Wed Aug 17 15:27:24 UTC 2011: I believe that the proposed solution is not enough. $ ls -l rc2.d/ total 12 drwxr-xr-x 2 root root 4096 2011-08-17 16:18 ./ drwxr-xr-x 102 root root 4096 2011-08-17 15:56 ../ -rw-r--r-- 1 root root 677 2011-06-09 21:46

[Bug 652433] Re: Init script dependency error: krb5-kdc starts before slapd

2011-08-17 Thread Ryan Tandy
I have noticed that the slapd init script terminates before slapd is actually ready to accept connections, and I think that is the problem you're having too. In my scripts that stop/start slapd I always have to insert a 'sleep 1' before I can do any LDAP operations. I've also noticed that on a

[Bug 828211] Re: libvirt lxc should not rely on 'ip' and 'ifconfig' inside container

2011-08-17 Thread Scott Moser
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/828211 Title: libvirt lxc should not rely on 'ip' and 'ifconfig' inside container To manage notifications about this bug go to:

[Bug 828211] [NEW] libvirt lxc should not rely on 'ip' and 'ifconfig' inside container

2011-08-17 Thread Scott Moser
Public bug reported: Currently, the lxc implementation invokes 'ip' and 'ifconfig' commands inside a container using 'virRun'. That has the side effect of requiring those commands to be present and to function in a manner consistent with the usage. some linux's (more common in embedded-ish)

[Bug 827705] Re: PXE boot requests non-standard config filename

2011-08-17 Thread Brian Murray
** Tags added: patch -- 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/827705 Title: PXE boot requests non-standard config filename To manage notifications about this bug go to:

[Bug 827279] Re: Several problems in cgclear

2011-08-17 Thread Brian Murray
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libcgroup in Ubuntu. https://bugs.launchpad.net/bugs/827279 Title: Several problems in cgclear To manage notifications about this bug go to:

[Bug 809753] Re: logwatch bug in postfix filter

2011-08-17 Thread Ante Karamatić
Proposed patch. I didn't want to change package version, so I just added quilt as a build-dep, including all other required stuff. ** Patch added: debdiff.patch https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/809753/+attachment/2286602/+files/debdiff.patch -- You received this bug

[Bug 828211] Re: libvirt lxc should not rely on 'ip' and 'ifconfig' inside container

2011-08-17 Thread Scott Moser
This debdiff is not yet tested in practice, only that the functions do what i expected. ** Patch added: suggested debdiff https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/828211/+attachment/2286674/+files/lp-828211.debdiff -- You received this bug notification because you are a member

Re: [Bug 652433] Re: Init script dependency error: krb5-kdc starts before slapd

2011-08-17 Thread Clint Byrum
Excerpts from Ryan Tandy's message of Wed Aug 17 17:29:36 UTC 2011: I have noticed that the slapd init script terminates before slapd is actually ready to accept connections, and I think that is the problem you're having too. In my scripts that stop/start slapd I always have to insert a

[Bug 828237] [NEW] slapd forks and exits before it is listening, creating a race between listening and any dependent services

2011-08-17 Thread Clint Byrum
Public bug reported: The discussion in bug #652433 led me to dig into slapd's code in servers/slapd/daemon.c. Indeed, slapd_daemon_task, which actually calls 'listen()', is not called until after lutil_detach has been called. The appropriate thing to do is to start listening during the

[Bug 641151] Re: multipath flush always returns 1

2011-08-17 Thread Peter Petrakis
SRU Justification: * During development where a customer is aiming to automate storage provisioning that includes a multipath component. Politely tearing down the dm table before physically removing the device is part of best practices for removing devices at runtime. Since multipath -f/-F

[Bug 828061] Re: libvirt-cgred-wait.conf is broken

2011-08-17 Thread Serge Hallyn
This debdiff has been workign for me across several tests. ** Patch added: debdiff with full proposed fix https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/828061/+attachment/2286738/+files/libcgroup.debdiff ** Attachment removed: Proposed replacement for libvirt-cgred-wait.conf

[Bug 828237] Re: slapd forks and exits before it is listening, creating a race between listening and any dependent services

2011-08-17 Thread Launchpad Bug Tracker
** Changed in: openldap (Ubuntu) Status: New = Confirmed -- 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/828237 Title: slapd forks and exits before it is listening, creating

[Bug 827798] Re: LXC works without warning regardless if cgroup namespaces are properly available

2011-08-17 Thread Serge Hallyn
Thanks for taking the time to submit this bug. LXC will not run without warning if full cgroup isolation is unvailable - if that were the case this woudl be high priority, but it isn't so II'm changing the priority of this to wishlist. The clone_children flag gets set by lxc at lxc-start. If

[Bug 823862] Re: lxc-create should provide you with a default config file if not specified one

2011-08-17 Thread Serge Hallyn
Thanks for taking the time to submit this bug. It would be nice if we could provide a default config, but we can't do that until we guarantee that we have a known network setup. Since wireless cannot be bridged and we haven't decided whether we are willing to depend on libvirt-bin, this would

[Bug 823862] Re: lxc-create should provide you with a default config file if not specified one

2011-08-17 Thread Serge Hallyn
Actually, based on the usability improvement, I marked it 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/823862 Title: lxc-create should provide you with a default config file

[Bug 828262] [NEW] please backport lxcguest to lucid

2011-08-17 Thread Sidnei da Silva
Public bug reported: Lucid lxc containers are affected by Bug #819621. While the oneiric ubuntu lxc template adds a ppa and installs the lxcguest package, it would be nicer if lxcguest was backported instead. ** Affects: lxc (Ubuntu) Importance: Critical Status: Confirmed -- You

[Bug 828262] Re: please backport lxcguest to lucid

2011-08-17 Thread Serge Hallyn
** Changed in: lxc (Ubuntu) Status: New = Confirmed ** Changed in: lxc (Ubuntu) Importance: Undecided = Critical -- 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/828262 Title:

[Bug 828211] Re: libvirt lxc should not rely on 'ip' and 'ifconfig' inside container

2011-08-17 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu) Status: New = Triaged ** Changed in: libvirt (Ubuntu) Importance: Undecided = Medium ** Changed in: libvirt (Ubuntu) Assignee: (unassigned) = Serge Hallyn (serge-hallyn) -- You received this bug notification because you are a member of Ubuntu

[Bug 828237] Re: slapd forks and exits before it is listening, creating a race between listening and any dependent services

2011-08-17 Thread Steve Langasek
In fact, an earlier broken version of the patch was first introduced in Debian in 2.4.23-3; so this is fixed in natty and above. ** Changed in: openldap (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 828262] Re: please backport lxcguest to lucid

2011-08-17 Thread Serge Hallyn
Thanks very much for submitting this bug. This would be great to have as many users may want to run native LTS containers under their natty/oneiric hosts. Without lxcguest, they can't do so until 12.04. (Alas I doubt it is possible) -- You received this bug notification because you are a

[Bug 828237] Re: slapd forks and exits before it is listening, creating a race between listening and any dependent services

2011-08-17 Thread Steve Langasek
Clint, Which version of openldap are you looking at? In 2.4.25-1 and above, there is a service-operational-before-detach patch which should guarantee that the daemon is listening before detaching. ** Bug watch added: Debian Bug tracker #589915

[Bug 828288] [NEW] Cobbler errors while importing mini.isos

2011-08-17 Thread Jorge O. Castro
Public bug reported: I get this over and over for each iso it tries to import when doing a clean install on an up to date oneiric as of Aug 17, the install never finishes: mount: warning: /tmp/cobbler-ubuntu-import.NfFK3f/mnt seems to be mounted read-only. task started: 2011-08-17_150624_import

[Bug 828237] Re: slapd forks and exits before it is listening, creating a race between listening and any dependent services

2011-08-17 Thread Bug Watch Updater
** Changed in: openldap (Debian) Status: Unknown = Fix Released -- 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/828237 Title: slapd forks and exits before it is listening,

[Bug 828311] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-08-17 Thread blancka...@bs2i-services.com
Public bug reported: Samba ne fonctionne plus depuis la mise à jour. ProblemType: Package DistroRelease: Ubuntu 11.04 Package: samba 2:3.5.8~dfsg-1ubuntu2.3 ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7 Uname: Linux 2.6.38-10-generic x86_64 Architecture: amd64 Date: Wed Aug 17

[Bug 828311] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-08-17 Thread blancka...@bs2i-services.com
-- 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/828311 Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: le sous-processus script post-installation installé a

[Bug 828320] [NEW] package squid 2.7.STABLE7-1ubuntu12.3 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-08-17 Thread mnemnonic
Public bug reported: Happens anytime I update some packages with synaptic ProblemType: Package DistroRelease: Ubuntu 10.04 Package: squid 2.7.STABLE7-1ubuntu12.3 ProcVersionSignature: Ubuntu 2.6.32-32.62-generic 2.6.32.38+drm33.16 Uname: Linux 2.6.32-32-generic x86_64 Architecture: amd64 Date:

[Bug 828320] Re: package squid 2.7.STABLE7-1ubuntu12.3 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-08-17 Thread mnemnonic
-- 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/828320 Title: package squid 2.7.STABLE7-1ubuntu12.3 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab

[Bug 756499] Re: cgroup-bin breaks suspend to RAM

2011-08-17 Thread Serge Hallyn
Another report suggests this is not in fact fixed. ** Changed in: libcgroup (Ubuntu) Status: Fix Released = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libcgroup in Ubuntu. https://bugs.launchpad.net/bugs/756499

[Bug 827705] Re: PXE boot requests non-standard config filename

2011-08-17 Thread Loïc Minier
Andres, good catch, thanks for the reminder; I had skipped over that part of the original bug report. The additional attached patch lower cases the MAC address too; maybe the code would be rewritten to have two vars and a loop instead of calling sprintf, I'll check with Jason what he prefers.

[Bug 756499] Re: cgroup-bin breaks suspend to RAM

2011-08-17 Thread Stéphane Graber
Right, in my case with current cgroup-bin, I observe the following: 1) Boot my laptop with cgroup-bin 2) Suspend 3) Resume 4) Works fine 5) Suspend 6) System freezes, unresponsive So I can do an initial suspend/resume sequence before I get hit by the bug. Removing cgroup-bin fixes the

[Bug 827705] Re: PXE boot requests non-standard config filename

2011-08-17 Thread Loïc Minier
[ John filed bug #828168 about the lower casing, where I clarified that this is pxelinux specific and only concerns MAC addresses (not IPs which should be uppercased as u-boot and pxelinux currently always do); the spec doesn't seem to recommend any treatment of UUID, so I suppose its case should

[Bug 578536] Re: when stopped, automount orphans some mounts

2011-08-17 Thread Dave Walker
This is fixed in Oneiric via autofs5 5.0.6 via: From 52b4b907f4b41b09bde71da43b0325f4659d7e37 Mon Sep 17 00:00:00 2001 From: Ian Kent ra...@themaw.net Date: Mon, 4 Apr 2011 15:42:01 +0800 Subject: [PATCH 1/1] autofs-5.0.5 - fix stale map read A previous patch to fix direct maps not updating on

[Bug 827798] Re: LXC works without warning regardless if cgroup namespaces are properly available

2011-08-17 Thread Michael Casadevall
Thanks Serge. That behavior should be documented somewhere, since I was greatly concerned there was a security issue in LXC. At least we know that LXC now works properly in ARM, and I can now close out the LXC-ARM work items. -- You received this bug notification because you are a member of

[Blueprint server-o-mysql] MySQL has become more than just MySQL, we should make it easy to integrate all variants

2011-08-17 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: Status: Sponsorship of 5.5 into experimental is pending. Time running out for an oneiric transition on libmysqlclient. Work Items: [clint-fewbar] complete MySQL 5.5 packaging for Debian and Ubuntu: DONE [clint-fewbar] submit MySQL

[Bug 828288] Re: Cobbler errors while importing mini.isos

2011-08-17 Thread Dustin Kirkland
Subscribing Scott Moser. Perhaps related to moving orchestra-import- isos over to using Scott's cobbler-iso-import as the backend? ** Changed in: cobbler (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 828288] Re: Cobbler errors while importing mini.isos

2011-08-17 Thread Andres Rodriguez
Howdy!! I don't think this is and issue with the import but rather configuration of cobbler itself. Jorge, could you please paste your /etc/cobbler/settings and /etc/cobbler/modules.conference I have an idea of what might have happened and is fixed in orchestra trunk. -- You received this bug

[Bug 828437] [NEW] chkrootkit cron job went nuts, spawned 14 instances and consumed nearly 90% of my ram

2011-08-17 Thread Jeff Lane
Public bug reported: Walked away for a while and returned to find my system almost unusable. Something was causing the DISK I/O to go through the roof, the system constantly waiting, making it, as I said, almost unusable. On some investigation, top indicated that egrep was consuming 6.7 GB of

[Bug 828437] Re: chkrootkit cron job went nuts, spawned 14 instances and consumed nearly 90% of my ram

2011-08-17 Thread Jeff Lane
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to chkrootkit in Ubuntu. https://bugs.launchpad.net/bugs/828437 Title: chkrootkit cron job went nuts, spawned 14 instances and consumed nearly 90% of my ram To manage notifications

[Bug 828437] Re: chkrootkit cron job went nuts, spawned 14 instances and consumed nearly 90% of my ram

2011-08-17 Thread Jeff Lane
This is a batch mode output from top, showing the egrep process consuming 6.7GB of my RAM... ** Attachment added: top.log https://bugs.launchpad.net/ubuntu/+source/chkrootkit/+bug/828437/+attachment/2287476/+files/top.log -- You received this bug notification because you are a member of

[Bug 828437] Re: chkrootkit cron job went nuts, spawned 14 instances and consumed nearly 90% of my ram

2011-08-17 Thread Jeff Lane
this is a capture of ps axf before rebooting the system to make it usable again. Notice the 14 instances of egrep spawned by chkrootkit. ** Attachment added: ps-axf.log https://bugs.launchpad.net/ubuntu/+source/chkrootkit/+bug/828437/+attachment/2287477/+files/ps-axf.log -- You received

[Bug 828288] Re: Cobbler errors while importing mini.isos

2011-08-17 Thread Jorge O. Castro
** Attachment added: modules.conf https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/828288/+attachment/2287479/+files/modules.conf -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler in Ubuntu.

[Bug 828288] Re: Cobbler errors while importing mini.isos

2011-08-17 Thread Jorge O. Castro
** Attachment added: settings https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/828288/+attachment/2287478/+files/settings -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler in Ubuntu.

[Bug 828288] Re: Cobbler errors while importing mini.isos

2011-08-17 Thread Jorge O. Castro
It appears that cobbler-ubuntu-import is the command causing the problem cobbler-ubuntu-import natty-x86_64 returns the same error message. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler in Ubuntu.

[Bug 828288] Re: Cobbler errors while importing mini.isos

2011-08-17 Thread Jorge O. Castro
** Attachment added: modules.conf https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/828288/+attachment/2287480/+files/modules.conf -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler in Ubuntu.

[Bug 828288] Re: Cobbler errors while importing mini.isos

2011-08-17 Thread Andres Rodriguez
Hi Jorge! On /etc/cobbler/modules.conf look at the lines: module = manage_dnsmasq # dns. module = manage_dnsmasq # dhcp For both DNS and dhcp and remove the comments at the end and the trailing whitespaces and restart cobbler :) -- You received this bug notification because you are a member

Re: [Bug 827798] Re: LXC works without warning regardless if cgroup namespaces are properly available

2011-08-17 Thread Serge Hallyn
Quoting Michael Casadevall (827...@bugs.launchpad.net): Thanks Serge. That behavior should be documented somewhere, since I was Yup, lxc-checkconfig needs to be updated. greatly concerned there was a security issue in LXC. Note that until lxc can exploit user namespaces, there are plenty of

[Bug 828437] Re: chkrootkit cron job went nuts, spawned 14 instances and consumed nearly 90% of my ram

2011-08-17 Thread Jeff Lane
Also, this might actually be an issue created by tiger, rather than chkrootkit itself... -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to chkrootkit in Ubuntu. https://bugs.launchpad.net/bugs/828437 Title: chkrootkit cron job went

[Bug 828451] Re: Very slow access to DroboFS shares

2011-08-17 Thread Julien Cornuwel
-- 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/828451 Title: Very slow access to DroboFS shares To manage notifications about this bug go to:

[Bug 828451] [NEW] Very slow access to DroboFS shares

2011-08-17 Thread Julien Cornuwel
Public bug reported: I've got a DroboFS file server which works fine (very speedy) when accessed from Windows. However, when accessed from Nautilus, directory listing is very slow (over 10 seconds). If I don't access the share for over 15 minutes, the next time I try to access it, Nautilus

[Bug 828451] Re: Very slow access to DroboFS shares

2011-08-17 Thread Julien Cornuwel
** Attachment added: screenshot1.png https://bugs.launchpad.net/ubuntu/+source/samba/+bug/828451/+attachment/2287596/+files/screenshot1.png -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu.

Re: [Bug 828288] Re: Cobbler errors while importing mini.isos

2011-08-17 Thread Jorge O. Castro
Yep, that did the trick! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler in Ubuntu. https://bugs.launchpad.net/bugs/828288 Title: Cobbler errors while importing mini.isos To manage notifications about this bug go to:

[Bug 828437] Re: chkrootkit cron job went nuts, spawned 14 instances and consumed nearly 90% of my ram

2011-08-17 Thread Serge Hallyn
Thanks for taking the time to submit this bug. It does seem from the ps forest output that tiger is the initial problem. Is this easily reproducible with tiger? If so, if you run chkrootkit without tiger, does it work fine? (If so, we know where to start looking and we should retarget the bug)

[Bug 825290] Re: VirtMnager 0.9.0 doesn't provide access to virbr0 during installation phase

2011-08-17 Thread Serge Hallyn
Thanks for submitting this bug. Do you mean the red circle with '!' inside of it? I don't know what that signifies. I see it, but I certainly can select it, and my VM goes on to use it, as shown both by dhcp succeeding in the guest, and 'brctl show' on the host. When you say it doesn't allow

[Bug 827831] Re: Upgrade qemu-kvm for oneiric to version 0.15 from upstream

2011-08-17 Thread Serge Hallyn
Thanks for submitting this bug. I will go ahead and do a sync, but I'm not convinced we want to pursue FFE for this in oneiric,a s it could take some time to shake down bugs from interactions between new qemu and current libvirt. ** Changed in: qemu-kvm (Ubuntu) Importance: Undecided =

[Bug 824167] Re: wishlist: connect to lxc container by name using avahi

2011-08-17 Thread Serge Hallyn
** Changed in: lxc (Ubuntu) Importance: Undecided = Wishlist ** Changed in: lxc (Ubuntu) Status: New = 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/824167 Title:

[Bug 823046] Re: package bind9 1:9.7.3.dfsg-1ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-17 Thread Serge Hallyn
Thanks for taking the time to submit this bug. In the system log, I see Aug 8 20:48:17 ubuntu named[943]: loading configuration from '/etc/bind/named.conf' Aug 8 20:48:17 ubuntu named[943]: /etc/bind/named.conf.local:20: unexpected end of input In the updated named.conf, the second to last

[Bug 823046] Re: package bind9 1:9.7.3.dfsg-1ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-17 Thread Serge Hallyn
Sorry, to be clear, the full path for that file is /etc/bind/named.conf.local ** Changed in: bind9 (Ubuntu) Status: New = Incomplete ** Changed in: bind9 (Ubuntu) Importance: Undecided = Low -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 823494] Re: Virt-manager upgrade 0.9.0 is not in sync with libvirt

2011-08-17 Thread Serge Hallyn
Thanks for the bug report and information, Boris. We may sync libvirt 0.9.4-5 from debian sid this cycle. If understand your comments correctly that may fix your issue. ** Changed in: libvirt (Ubuntu) Status: New = Won't Fix ** Changed in: libvirt (Ubuntu) Importance: Undecided =

[Bug 824291] Re: package postfix 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2011-08-17 Thread Serge Hallyn
Thanks for taking the time to submit this bug. It looks like the parameter 'myhostname' in the file /etc/postfix/main.cf has an ending '.', which is invalid. Could you please change the line from something like myhostname = cbest-desktop.hsd1.nm.comcast.net. to myhostname =

[Bug 791944] Re: package samba 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-17 Thread Totem Rajal
Hi James and every body, Thank you for this solution, the problem have been solved. Have a good day. Totem -- 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/791944 Title: package

[Bug 632696] Re: libvirt won't start a VM with serial or console when apparmor is enabled

2011-08-17 Thread Thomas Schweikle
The only real fix is not to use lxc/kvm on one hardware in parallel. As long as you use *only* kvm/lxc you'll not see this error any more. This is because most lxc-tools do not use libvirtd for operations. At least with version 0.8.8-1ubuntu6.5 (available from the mainline repositories) some

  1   2   3   4   5   6   7   8   9   10   >