[Bug 912487] Re: file conflict with libmysqlclient-dev 5.1.58-1ubuntu1

2012-01-05 Thread Simon Huerlimann
New package libmysqlclient-dev_5.5.17-4ubuntu6 from precise does not have the file conflict (as expected:-) To anyone who runs into this problem: try the following: sudo dpkg -r libmysqlclient-dev sudo apt-get -f install sudo apt-get install libmysqlclient-dev -- You received this bug notificat

[Bug 912487] [NEW] file conflict with libmysqlclient-dev 5.1.58-1ubuntu1

2012-01-05 Thread Simon Huerlimann
Public bug reported: Updating from oneiric to precise I got the following error: Unpacking mysql-server-5.5 (from .../mysql-server-5.5_5.5.17-4ubuntu6_i386.deb) ... dpkg: error processing /var/cache/apt/archives/mysql-server-5.5_5.5.17-4ubuntu6_i386.deb (--unpack): trying to overwrite '/usr/li

[Bug 763065] Re: [Thinkpad T60] Kubuntu - distorted sound

2011-05-19 Thread Simon Huerlimann
The following did help: sudo apt-get remove pulseaudio pulseaudio-utils I'm using Kubuntu/KDE. I've been asked if I'd like to remove a few sound devices right after the login. The following message was in the Notification log: The audio playback device HDA Intel (AD198x Analog) does not work. Fa

[Bug 763065] Re: [Thinkpad T60] Kubuntu - distorted sound

2011-05-19 Thread Simon Huerlimann
Have the same problem here. This happened on both my two T60 Notebooks. It started out after updating them to Natty. One was running Lucid, the other one a Maverick before. Have to validate, but I think dropping pulse-audio did fix it. Will follow up when I know more. -- You received this bug no

[Bug 410375] Re: not configured for serving low priviledged ports

2010-06-07 Thread Simon Huerlimann
** Changed in: alfresco-community (Ubuntu) Status: New => Confirmed -- not configured for serving low priviledged ports https://bugs.launchpad.net/bugs/410375 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 587186] Re: libc6 upgrade fails: illegal instruction

2010-05-30 Thread Simon Huerlimann
Well, we're exactly one of those companies having chosen to use Ubuntu LTSP with i586 compatible hardware (PC-Engines ALIX boards). Mmh, good that Martin-Éric did blog about this, now at least I know that we can't upgrade anymore... -- libc6 upgrade fails: illegal instruction https://bugs.launchp

[Bug 206596] Re: [hardy] gem update --system breaks rubygems

2010-05-10 Thread Simon Huerlimann
As this has been fixed in Lucid as the new LTS and will never been available through hardy-updates anymore, I'm closing this bug by marking it as 'Fix Released'. ** Changed in: libgems-ruby (Ubuntu) Status: Confirmed => Fix Released -- [hardy] gem update --system breaks rubygems https://b

[Bug 437280] Re: failed to build mysql gem

2010-05-10 Thread Simon Huerlimann
Failing to find mkmf is because you've been missing ruby-dev. Closing this bug. Thank you for reporting, though! ** Changed in: libgems-ruby (Ubuntu) Status: New => Invalid -- failed to build mysql gem https://bugs.launchpad.net/bugs/437280 You received this bug notification because you

[Bug 289274] Re: rubygems takes up 200 MB of memory when 'bulk updating'

2010-05-10 Thread Simon Huerlimann
This bug has been marked as expired. And in fact this problem has been fixed in all supported releases. I'm therefore closing this bug. Thank you for filing it though;-) ** Changed in: libgems-ruby (Ubuntu) Status: Incomplete => Fix Released -- rubygems takes up 200 MB of memory when 'bu

[Bug 448095] Re: resolvconf starts after ifupdown, does not pick the dns-nameserver and dns-search lines up from /etc/network/interfaces

2010-05-09 Thread Simon Huerlimann
@Jürgen: Oops, my bad. Thank you! Fixed PPA upload is on the way... @Sander: Sounds very reasonable. I have a hard time really understanding all the tests and checks the original postinst does:-( What you propose sounds like a straight and clean solution. I'll probably won't find the time to imple

[Bug 576401] [NEW] Ownership of device node should not be changed when using --raw

2010-05-06 Thread Simon Huerlimann
Public bug reported: If vmbuilder is called with a --raw partition, it will change the ownership of the device to the calling user. While this might be proper for images, it doesn't make sense for device nodes. Especially as they will be reset after a reboot. This is with Lucid version of vmbuild

[Bug 576376] [NEW] Allow specifying more than one nameserver

2010-05-06 Thread Simon Huerlimann
Public bug reported: Allow more than one --dns arguments, configuring more than one nameserver is respected best practive. ** Affects: vm-builder (Ubuntu) Importance: Undecided Status: New -- Allow specifying more than one nameserver https://bugs.launchpad.net/bugs/576376 You rece

[Bug 562189] Re: AttributeError: 'Libvirt' object has no attribute 'vm'

2010-05-05 Thread Simon Huerlimann
It looks like each supported hypervisor uses it's own policy regarding startup script: * Xen => none * VMWare => none * VirtualBox => $DESTDIR/deploy_$hostname.sh * KVM => $DESTDIR/run.sh While the KVM one will get ownership set to the calling user, the VirtualBox one will not. -- AttributeErro

[Bug 562189] Re: AttributeError: 'Libvirt' object has no attribute 'vm'

2010-05-05 Thread Simon Huerlimann
IMHO the run.sh script should not be generated at all if the VM is registered with libvirt. As in this case 'virsh start VM' is the way to go. -- AttributeError: 'Libvirt' object has no attribute 'vm' https://bugs.launchpad.net/bugs/562189 You received this bug notification because you are a memb

[Bug 403149] Re: vmbuilder should allow for no swapfile

2010-05-04 Thread Simon Huerlimann
** Branch linked: lp:~huerlisi/vmbuilder/dev -- vmbuilder should allow for no swapfile https://bugs.launchpad.net/bugs/403149 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https

[Bug 448095] Re: resolvconf starts after ifupdown, does not pick the dns-nameserver and dns-search lines up from /etc/network/interfaces

2010-05-04 Thread Simon Huerlimann
@Sander: took much longer to find some time to fix the /lib/init/rw vs. /var/lib bug. The postinst script is full of checks to handle all kinds of setups. Not sure how much of that is really needed. But as I don't get the idea of all of it, I just leave it. Regarding the comment in the beginning ab

[Bug 531599] Re: device mappings for partitions not removed after build using --raw, leading to filesystem corruption

2010-05-02 Thread Simon Huerlimann
After some investigation it looks like vmbuilder is nicely registering a callback hook to unmap the devices it sets up using kpartx. The problem is udev rules adding device mappings using kpartx as soon as the raw device gets partitioned. AFAIK the relevant udev rule is /lib/udev/rules.d/55-dm.rul

[Bug 531599] Re: tricky leftovers when using a too small --raw device

2010-05-01 Thread Simon Huerlimann
Doing this on a Lucid with vmbuilder 0.12.3.r435. After some testing I found out that this is not restricted to failed/interrupted vmbuilder runs. Additionally leaving behind those device mappings seem to interfere with the filesystem in the VM. If you use a LVM logical volume as --raw device, a

[Bug 562189] Re: AttributeError: 'Libvirt' object has no attribute 'vm'

2010-04-30 Thread Simon Huerlimann
** Changed in: vm-builder (Ubuntu) Status: New => Confirmed -- AttributeError: 'Libvirt' object has no attribute 'vm' https://bugs.launchpad.net/bugs/562189 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing l

[Bug 569530] Re: vmbuilder create ubuntu-kvm directory even when using --raw

2010-04-30 Thread Simon Huerlimann
** Changed in: vm-builder (Ubuntu) Status: Incomplete => Confirmed -- vmbuilder create ubuntu-kvm directory even when using --raw https://bugs.launchpad.net/bugs/569530 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bu

[Bug 540446] Re: vmbuilder doesn't clean up temporary files when interrupted

2010-04-30 Thread Simon Huerlimann
Hi Soren Nice to hear that! -- vmbuilder doesn't clean up temporary files when interrupted https://bugs.launchpad.net/bugs/540446 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 562189] Re: AttributeError: 'Libvirt' object has no attribute 'vm'

2010-04-30 Thread Simon Huerlimann
AFAIK the check is not if an image directory exists, but if there's some virtual machine with this name is defined in libvirt. --dest doesn't help for this reason... @Marcus Bointon: please check if there is some .xml file in /etc/libvirt/qemu/ that looks like having no, or some kind of default (u

[Bug 569530] Re: vmbuilder create ubuntu-kvm directory even when using --raw

2010-04-29 Thread Simon Huerlimann
Yes, it is reproducible. Preconditions: * an LVM group named leo02 * PWD were you can write... The following steps should do it, assuming a LVM group leo02: sudo lvcreate /dev/leo02 --name kvm-test01 --size 5G sudo vmbuilder kvm ubuntu --addpkg=openssh-server --addpkg=unattended-upgrades, --addp

[Bug 569530] Re: vmbuilder create ubuntu-kvm directory even when using --raw

2010-04-24 Thread Simon Huerlimann
This is especially tricky as it won't let you create two raw vms (without specifying --destdir) in a row from the same directory. This is the output for the second run: 2010-04-25 06:21:52,984 ERROR : ubuntu-kvm already exists Traceback (most recent call last): File "/usr/bin/vmbuilder", line

[Bug 540446] Re: vmbuilder doesn't clean up temporary files when interrupted

2010-04-24 Thread Simon Huerlimann
Confirmed with 0.12.3-0ubuntu1. -- vmbuilder doesn't clean up temporary files when interrupted https://bugs.launchpad.net/bugs/540446 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.c

[Bug 540446] Re: python-vm-builder_0.12.2-0ubuntu3 doesn't clean up temporary files when interrupted

2010-04-24 Thread Simon Huerlimann
These files/directories in /tmp can be quite big, and managed to fill up the filesystem on our server twice (one time me, one time my brother;-) ** Summary changed: - python-vm-builder_0.12.2-0ubuntu3 doesn't clean up temporary files when interrupted + vmbuilder doesn't clean up temporary files

[Bug 569530] Re: vmbuilder create ubuntu-kvm directory even when using --raw

2010-04-24 Thread Simon Huerlimann
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/45172237/Dependencies.txt ** Attachment added: "RelatedPackageVersions.txt" http://launchpadlibrarian.net/45172238/RelatedPackageVersions.txt ** Description changed: When calling vmbuilder with --raw, it still creates

[Bug 569530] [NEW] vmbuilder create ubuntu-kvm directory even when using --raw

2010-04-24 Thread Simon Huerlimann
Public bug reported: When calling vmbuilder with --raw, it still creates a directory - in the current working directory. All it contains is a file 'run.sh'. Content is similar to this: #!/bin/sh exec kvm -m 2048 -smp 1 -drive file=kvm-web03.demo "$@" ProblemType: Bug DistroRelease: Ubuntu 10.04

[Bug 503467] Re: vmbuilder default account not well-documented

2010-04-24 Thread Simon Huerlimann
Another possibility would be to use a random password (maybe using pwgen) and output it at the end of the installation. -- vmbuilder default account not well-documented https://bugs.launchpad.net/bugs/503467 You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 531599] Re: tricky leftovers when using a too small --raw device

2010-04-24 Thread Simon Huerlimann
** Changed in: vm-builder (Ubuntu) Status: Incomplete => Confirmed -- tricky leftovers when using a too small --raw device https://bugs.launchpad.net/bugs/531599 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mail

[Bug 531599] Re: tricky leftovers when using a too small --raw device

2010-04-22 Thread Simon Huerlimann
I tried with the current version in Lucid (0.12.3.r435), error still present with similar output. -- tricky leftovers when using a too small --raw device https://bugs.launchpad.net/bugs/531599 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 546536] Re: --help and --version should be available without specifying hypervisor and suite

2010-04-22 Thread Simon Huerlimann
Same goes for --version. Here it makes even less sense to require hypervisor and suite as it probably never depends on that information. ** Summary changed: - no help + --help and --version should be available without specifying hypervisor and suite -- --help and --version should be available

[Bug 403149] Re: vmbuilder should allow for no swapfile

2010-04-22 Thread Simon Huerlimann
In current Lucid (vmbuilder 0.12.3.r435) this still throws an error, though a different one: 2010-04-22 20:38:55,242 INFO: Calling hook: post_install 2010-04-22 20:38:55,243 ERROR : Partitions are overlapping Traceback (most recent call last): File "/usr/bin/vmbuilder", line 24, in cl

[Bug 512316] Re: --tmpfs flag doesn't do anything on vm-builder

2010-04-22 Thread Simon Huerlimann
*** This bug is a duplicate of bug 536940 *** https://bugs.launchpad.net/bugs/536940 While not exactly the same bug, #536940 is a kind of follow up... Marking as duplicate. ** This bug has been marked a duplicate of bug 536940 -tmpfs=- option broken in 0.12.2-0ubuntu3 -- --tmpfs flag doe

[Bug 562189] Re: AttributeError: 'Libvirt' object has no attribute 'vm'

2010-04-22 Thread Simon Huerlimann
Got the same on a Lucid. In my case the problem was that I already had a virtual host with the same name. Marcus, it looks like you've called vmbuilder with no --hostname. Don't know what is taken as hostname in this case, but probably the same on each invocation. So I see this as actually being

[Bug 493020] Re: vmbuilder: Deletes most of /dev on interrupt

2010-04-20 Thread Simon Huerlimann
Looks like vm-builder won't necessarily clean /dev on lucid. At least my last ctrl-c did no such thing on an up-to-date lucid. -- vmbuilder: Deletes most of /dev on interrupt https://bugs.launchpad.net/bugs/493020 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 530344] Re: dependency devscripts is too heavy

2010-04-20 Thread Simon Huerlimann
*** This bug is a duplicate of bug 560686 *** https://bugs.launchpad.net/bugs/560686 ** This bug has been marked a duplicate of bug 560686 Shouldn't use rmadison -- dependency devscripts is too heavy https://bugs.launchpad.net/bugs/530344 You received this bug notification because you are

[Bug 28380] Re: Autofs fails to update /net with new shares from server

2010-04-13 Thread Simon Huerlimann
Looks like my confirmation has triggered some attention;-) As far as I can tell autofs5 in Lucid seems to work when restarting the autofs dameon. Just reloading is not enough. But I guess that's a minor issue. @Jesper: As Lucid will be the next LTS, it kind of supersedes all other distributions.

[Bug 28380] Re: Autofs fails to update /net with new shares from server

2010-04-12 Thread Simon Huerlimann
** Changed in: autofs (Ubuntu) Status: Won't Fix => Confirmed -- Autofs fails to update /net with new shares from server https://bugs.launchpad.net/bugs/28380 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing

[Bug 448095] Re: resolvconf starts after ifupdown, does not pick the dns-nameserver and dns-search lines up from /etc/network/interfaces

2010-04-12 Thread Simon Huerlimann
Hi Sander Thanks for the report. Will check, fix, release. (Hopefully... ;-) -- resolvconf starts after ifupdown, does not pick the dns-nameserver and dns-search lines up from /etc/network/interfaces https://bugs.launchpad.net/bugs/448095 You received this bug notification because you are a mem

[Bug 520601] Re: package autofs5 5.0.4-3.1ubuntu4 failed to install/upgrade: trying to overwrite '/usr/sbin/automount', which is also in package autofs 0:4.1.4+debian-3ubuntu1

2010-04-09 Thread Simon Huerlimann
Hi Chuck Reopened as it's not fixed, yet. Looking at the debdiff it looks like the fix didn't make it into the package? See http://launchpadlibrarian.net/39042043/autofs5_5.0.4-3.1ubuntu3_5.0.4-3.1ubuntu4.diff.gz Only the changelog and the maintainer changed, no dependency or conflict changes...

[Bug 559582] Re: Upgrade from karmic to lucid failes with Internal Error, Could not perform immediate configuration (2) on mountall

2010-04-09 Thread Simon Huerlimann
I somehow did get it to upgrade now:-) >From my mind: * Fixed the manual installation of mountall 2.10 by re-installing 1.0 * I did run apt-get upgrade which did seem to work: sudo apt-get upgrade Reading package lists... Done

[Bug 559582] Re: Upgrade from karmic to lucid failes with Internal Error, Could not perform immediate configuration (2) on mountall

2010-04-09 Thread Simon Huerlimann
Installing mountall 2.10 using dpkg -i gives dependency errors. A succinct apt-get -f install gives the following error: E: Internal Error, Could not perform immediate configuration (2) on plymouth -- Upgrade from karmic to lucid failes with Internal Error, Could not perform immediate configura

[Bug 559582] Re: Upgrade from karmic to lucid failes with Internal Error, Could not perform immediate configuration (2) on mountall

2010-04-09 Thread Simon Huerlimann
Disabling the swap in /etc/fstab does fix the error on multiple calls to mountall, but upgrading still fails... -- Upgrade from karmic to lucid failes with Internal Error, Could not perform immediate configuration (2) on mountall https://bugs.launchpad.net/bugs/559582 You received this bug notif

[Bug 559582] Re: Upgrade from karmic to lucid failes with Internal Error, Could not perform immediate configuration (2) on mountall

2010-04-09 Thread Simon Huerlimann
Doing swapoff /dev/vda2 doesn't help with upgrading, same error... -- Upgrade from karmic to lucid failes with Internal Error, Could not perform immediate configuration (2) on mountall https://bugs.launchpad.net/bugs/559582 You received this bug notification because you are a member of Ubuntu Bu

[Bug 559582] Re: Upgrade from karmic to lucid failes with Internal Error, Could not perform immediate configuration (2) on mountall

2010-04-09 Thread Simon Huerlimann
Using 'swapoff /dev/vda2' allows me to run mountall without an error exactly once. On a further call, it spits out the above error again. It looks like the swap disk doesn't get added to /etc/mtab... -- Upgrade from karmic to lucid failes with Internal Error, Could not perform immediate configu

[Bug 559582] Re: Upgrade from karmic to lucid failes with Internal Error, Could not perform immediate configuration (2) on mountall

2010-04-09 Thread Simon Huerlimann
Using do-release-upgrade gives the same error (just takes much longer;-) -- Upgrade from karmic to lucid failes with Internal Error, Could not perform immediate configuration (2) on mountall https://bugs.launchpad.net/bugs/559582 You received this bug notification because you are a member of Ubu

[Bug 559582] Re: Upgrade from karmic to lucid failes with Internal Error, Could not perform immediate configuration (2) on mountall

2010-04-09 Thread Simon Huerlimann
Manually running sudo mountall gives: swapon: /dev/vda2: swapon failed: Device or resource busy mountall: swapon /dev/vda2 [11295] terminated with status 255 mountall: Problem activating swap: /dev/vda2 -- Upgrade from karmic to lucid failes with Internal Error, Could not perform immediate confi

[Bug 559582] [NEW] Upgrade from karmic to lucid failes with Internal Error, Could not perform immediate configuration (2) on mountall

2010-04-09 Thread Simon Huerlimann
Public bug reported: Binary package hint: mountall I replaced karmic with lucid in /etc/apt/sources.list and run apt-get update, apt-get dist-upgrade. I've installed all karmic updates from repositories 'karmic', 'karmic-update', and 'karmic-security', before the upgrade. After downloading all p

[Bug 557177] Re: init: support mandatory arguments, or prevent starting of tasks without any arguments

2010-04-08 Thread Simon Huerlimann
@Scott: thank you for the explanation in #24. Those few minutes to write this comment we're well spent. Did get a wrong impression because of the marking as invalid, too... Even though you're paid to work on Ubuntu, I'd like to thank your for all the ways you've made Ubuntu a better distro;-) --

[Bug 378844] Re: resolvconf fails to install/upgrade because of immutable /etc/resolv.conf

2010-03-31 Thread Simon Huerlimann
First, resolvconf should not fail and block an update. Fix would be to check if /etc/resolv.conf is writable in package control scripts. Second, I think a debconf notice should be used to tell users who have immutable resolv.conf that they probably don't want resolvconf installed. I know that debc

[Bug 448095] Re: resolvconf starts after ifupdown, does not pick the dns-nameserver and dns-search lines up from /etc/network/interfaces

2010-03-31 Thread Simon Huerlimann
Maybe someone with the necessary right could raise the importance of this bug. I mean, this bug makes resolvconf doing DOS on LTS upgrades from hardy, but even bug #60518 did get 'medium'. I also did some bug triaging to make this one stand out more;-) -- resolvconf starts after ifupdown, does n

[Bug 448095] Re: resolvconf starts after ifupdown, does not pick the dns-nameserver and dns-search lines up from /etc/network/interfaces

2010-03-31 Thread Simon Huerlimann
@Ubunteros: can I do anything to get this in for Lucid? Look out for a sponsor, do some bikesheding on the package, anything? Lucid is a LTS release and expected to be more stable than other releases. And this is a genuine regression compared to the last LTS. I understand that resolvconf is in uni

[Bug 367248] Re: package resolvconf 1.43ubuntu1 failed to install/upgrade:

2010-03-30 Thread Simon Huerlimann
*** This bug is a duplicate of bug 378844 *** https://bugs.launchpad.net/bugs/378844 As this bug has been reported by the same person as #378844, I suspect the reason to be the same immutable /etc/resolv.conf Marking as duplicate, please drop duplication if you think it's not correct. Thanx

[Bug 378844] Re: package resolvconf 1.43ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2010-03-30 Thread Simon Huerlimann
** Changed in: resolvconf (Ubuntu) Status: New => Confirmed ** Summary changed: - package resolvconf 1.43ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1 + resolvconf fails to install/upgrade because of immutable /etc/resolv.conf -- res

[Bug 478270] Re: package resolvconf 1.44ubuntu1 failed to install/upgrade:

2010-03-30 Thread Simon Huerlimann
*** This bug is a duplicate of bug 378844 *** https://bugs.launchpad.net/bugs/378844 Mmh, while doing some more bug triaging on this package, there seem to be another report having trouble with an immutable resolv.conf. While this bug has 2 affected, the other one brings in 6. So looks like th

[Bug 478270] Re: package resolvconf 1.44ubuntu1 failed to install/upgrade:

2010-03-30 Thread Simon Huerlimann
*** This bug is a duplicate of bug 378844 *** https://bugs.launchpad.net/bugs/378844 As this has been triggered by some explicit, quite special change, it probably won't get a fix. Closing this bug, for now. Thank you for reporting, anyway! ** Changed in: resolvconf (Ubuntu) Status:

[Bug 550962] Re: resolvconf will not update /etc/resolv.conf -> /etc/resolvconf/run/resolv.conf on startup

2010-03-29 Thread Simon Huerlimann
*** This bug is a duplicate of bug 448095 *** https://bugs.launchpad.net/bugs/448095 ** This bug has been marked a duplicate of bug 448095 resolvconf starts after ifupdown, does not pick the dns-nameserver and dns-search lines up from /etc/network/interfaces -- resolvconf will not update

[Bug 551269] Re: phpldapadmin: Incompatible with PHP 5.3

2010-03-29 Thread Simon Huerlimann
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/42428228/Dependencies.txt ** Bug watch added: Debian Bug tracker #571672 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571672 ** Also affects: phpldapadmin (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?

[Bug 551269] [NEW] phpldapadmin: Incompatible with PHP 5.3

2010-03-29 Thread Simon Huerlimann
Public bug reported: Binary package hint: phpldapadmin A fresh install of phpldapadmin on a current lucid shows the following errors: Notice: Undefined index: file in /usr/share/phpldapadmin/lib/functions.php on line 532 Notice: Undefined index: line in /usr/share/phpldapadmin/lib/functions.php

[Bug 448095] Re: resolvconf starts after ifupdown, does not pick the dns-nameserver and dns-search lines up from /etc/network/interfaces

2010-03-29 Thread Simon Huerlimann
** Patch added: "Debdiff resolvconf-1.45ubuntu1 (lucid) => resolvconf-1.45ubuntu1ppa4 (hPPA)" http://launchpadlibrarian.net/42426351/debdiff-1.45ubuntu1ppa4.diff -- resolvconf starts after ifupdown, does not pick the dns-nameserver and dns-search lines up from /etc/network/interfaces https:

[Bug 448095] Re: resolvconf starts after ifupdown, does not pick the dns-nameserver and dns-search lines up from /etc/network/interfaces

2010-03-29 Thread Simon Huerlimann
Okay, uploaded resolvconf-1.45ubuntu1ppa4 to my PPA. Will take a few minutes 'till it's published. Changes to resolvconf-1.45ubuntu1ppa2: * added /sbin/resolvconf version by Sander van Grieken (which was forgotten in last upload) * updated postinst and prerm to directly use resolvonf to enable/di

[Bug 448095] Re: resolvconf starts after ifupdown, does not pick the dns-nameserver and dns-search lines up from /etc/network/interfaces

2010-03-29 Thread Simon Huerlimann
Mmh, just found a bug, please wait for ...ppa3 before testing. Sorry -- resolvconf starts after ifupdown, does not pick the dns-nameserver and dns-search lines up from /etc/network/interfaces https://bugs.launchpad.net/bugs/448095 You received this bug notification because you are a member of Ub

[Bug 448095] Re: resolvconf starts after ifupdown, does not pick the dns-nameserver and dns-search lines up from /etc/network/interfaces

2010-03-29 Thread Simon Huerlimann
Anders: Thank you for the tip! A "rebased" version is currently building/publishing in my PPA. Should soon be available. Changes to 1.44ubuntu1ppa2: * using 1.45ubuntu1 as base * cleaning up debian/changelog to only have one new version * using LP: instead of Closes: to close Launchpad bug, not De

[Bug 448095] Re: resolvconf starts after ifupdown, does not pick the dns-nameserver and dns-search lines up from /etc/network/interfaces

2010-03-29 Thread Simon Huerlimann
Andres: You're absolutely right. I've just created a "correct" karmic package, but was in need for a fixed package for lucid an hour ago. My "fix" was to just bump the package version to get it built on lucid. Will work on an updated lucid package and repost. The karmic package should be okay to t

[Bug 448095] Re: resolvconf starts after ifupdown, does not pick the dns-nameserver and dns-search lines up from /etc/network/interfaces

2010-03-29 Thread Simon Huerlimann
I've created a resolvconf package incorporating the fixes to port resolvconf to upstart from Sander van Grieken. It's available from my PPA at https://launchpad.net/~huerlisi/+archive/ppa. Please test if it works as expected and give feedback if not. @Ubuntu guys: tell me what to do to enhance th

[Bug 546506] Re: resolve.conf empty after lucid upgrade from karmic

2010-03-29 Thread Simon Huerlimann
*** This bug is a duplicate of bug 448095 *** https://bugs.launchpad.net/bugs/448095 ** This bug has been marked a duplicate of bug 448095 resolvconf starts after ifupdown, does not pick the dns-nameserver and dns-search lines up from /etc/network/interfaces -- resolve.conf empty after l

[Bug 340071] Re: /etc/rcS.d/S07resolvconf is too early

2010-03-27 Thread Simon Huerlimann
*** This bug is a duplicate of bug 264165 *** https://bugs.launchpad.net/bugs/264165 ** This bug has been marked a duplicate of bug 264165 Intrepid: resolvconf interface cleanup fails during boot. -- /etc/rcS.d/S07resolvconf is too early https://bugs.launchpad.net/bugs/340071 You received

[Bug 59375] Re: One DNS by DHCP setting overwrites another

2010-03-26 Thread Simon Huerlimann
Does someone experience this with karmic or lucid? ** Changed in: resolvconf (Ubuntu) Status: Confirmed => Incomplete -- One DNS by DHCP setting overwrites another https://bugs.launchpad.net/bugs/59375 You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 544748] Re: resolveconf fails if /etc/postfix/main.cf missing

2010-03-26 Thread Simon Huerlimann
*** This bug is a duplicate of bug 530323 *** https://bugs.launchpad.net/bugs/530323 ** Summary changed: - resolveconf fails if postconf not installed + resolveconf fails if /etc/postfix/main.cf missing ** This bug has been marked a duplicate of bug 530323 resolvconf update script should

[Bug 60518] Re: resolvconf does not play nicely with dhclient.conf customisations

2010-03-26 Thread Simon Huerlimann
Does Gnome-Network still break /etc/resolv.conf managed by resolvconf in Jaunty or Lucid? I'm a KDE user, but AFAIK newer GNOME versions use a frontent to network-manager. network-manager is aware of resolvconf and should not produce this problem, anymore. If the problem still exists, the proper f

[Bug 311256] Re: /etc/resolv.conf is missing in fresh desktop install

2010-03-26 Thread Simon Huerlimann
*** This bug is a duplicate of bug 177767 *** https://bugs.launchpad.net/bugs/177767 ** This bug has been marked a duplicate of bug 177767 /etc/resolv.conf is missing in fresh server install -- /etc/resolv.conf is missing in fresh desktop install https://bugs.launchpad.net/bugs/311256 You

[Bug 177767] Re: /etc/resolv.conf is missing in fresh server install

2010-03-26 Thread Simon Huerlimann
Not sure if this is related to resolvconf, as it won't be installed in a default installation. I'm marking this bug as invalid for the following reasons: * Only one person affected * Affecting old release 7.10 * No action since 2008-11-20 Please reopen if there's some news... ** Changed in: res

[Bug 548576] Re: Lucide beta: no entries in /etc/resolv.conf after rebooting after installing proprietary video driver

2010-03-26 Thread Simon Huerlimann
*** This bug is a duplicate of bug 448095 *** https://bugs.launchpad.net/bugs/448095 ** This bug has been marked a duplicate of bug 448095 resolvconf starts after ifupdown, does not pick the dns-nameserver and dns-search lines up from /etc/network/interfaces -- Lucide beta: no entries in

[Bug 518122] Re: Please rebuild for newer version of ImageMagick

2010-03-15 Thread Simon Huerlimann
This has been fixed in Debian unstable package librmagick-ruby 2.13.0-1 ** Changed in: librmagick-ruby (Ubuntu) Status: New => Confirmed ** Also affects: librmagick-ruby (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557778 Importance: Unknown Status: Unknown -

[Bug 520601] Re: package autofs5 5.0.4-3.1ubuntu4 failed to install/upgrade: trying to overwrite '/usr/sbin/automount', which is also in package autofs 0:4.1.4+debian-3ubuntu1

2010-03-12 Thread Simon Huerlimann
** Changed in: autofs5 (Ubuntu) Status: New => Confirmed -- package autofs5 5.0.4-3.1ubuntu4 failed to install/upgrade: trying to overwrite '/usr/sbin/automount', which is also in package autofs 0:4.1.4+debian-3ubuntu1 https://bugs.launchpad.net/bugs/520601 You received this bug notificat

[Bug 538065] [NEW] maintainer scripts should not call install-info anymore

2010-03-12 Thread Simon Huerlimann
Public bug reported: Binary package hint: findutils This happened during update from Karmic to Lucid. As the warning says: Preparing to replace findutils 4.4.2-1 (using .../findutils_4.4.2-1ubuntu1_amd64.deb) ... install-info: warning: maintainer scripts should not call install-info

[Bug 221069] Re: [hardy] typo in /etc/cron.daily/find

2010-03-12 Thread Simon Huerlimann
** Changed in: findutils (Ubuntu) Status: Incomplete => Invalid -- [hardy] typo in /etc/cron.daily/find https://bugs.launchpad.net/bugs/221069 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bu

[Bug 533020] Re: Upgrade fails while upgrading to Ubuntu 10.04 from Ubuntu 9.10 server

2010-03-12 Thread Simon Huerlimann
** Changed in: update-manager (Ubuntu) Status: New => Confirmed -- Upgrade fails while upgrading to Ubuntu 10.04 from Ubuntu 9.10 server https://bugs.launchpad.net/bugs/533020 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

[Bug 534773] Re: postfix configuration failures should not let 'stop' fail

2010-03-09 Thread Simon Huerlimann
It works if /etc/mailname is non-empty, I know that. The problem is: you can't simply uninstall postfix if you have a configuration problem like that. The pre-removal package script fails because the daemon can't be stopped and the init script gives an error. This is unfortunate as non-technical g

[Bug 534773] [NEW] postfix configuration failures should not let 'stop' fail

2010-03-08 Thread Simon Huerlimann
Public bug reported: Binary package hint: postfix Actual problem: For some reason my /etc/mailname is empty. For another reason I'd like to install nullmailer instead of postfix. A simple 'sudo apt-get install nullmailer' should do the trick... But: eading package lists... Done Building depende

[Bug 531646] [NEW] vm build using --raw and LVM logical volume doesn't boot because of Grub install error

2010-03-03 Thread Simon Huerlimann
Public bug reported: This is with Karmic and vm-builder 0.11.3-0ubuntu1 I've set up a kvm host using an LVM logical volume as --raw device. The vm building didn't show any problems. But the vm doesn't boot at all. Using VNC I've found out that it halts after 'Booting from Hard Disk...'. Looks li

[Bug 531599] [NEW] tricky leftovers when using a too small --raw device

2010-03-03 Thread Simon Huerlimann
Public bug reported: I've tried to install a vm using an LVM logical volume with --raw. The problem was that I used a too small logical volume. vmbuilder told me: 2010-03-03 21:33:59,923 INFO: Adding partition table to disk image: /dev/mapper/leo01-test--disk 2010-03-03 21:34:00,007 INFO

[Bug 531346] [NEW] vmbuilder option --raw is missing in manpage

2010-03-03 Thread Simon Huerlimann
Public bug reported: While vmbuilder --raw is documented when running vmbuilder --help, it's missing from the manpages. This made me filing bug 531083;-) ** Affects: vm-builder (Ubuntu) Importance: Undecided Status: New -- vmbuilder option --raw is missing in manpage https://bugs.

[Bug 531083] [NEW] support installing to LVM logical volume

2010-03-02 Thread Simon Huerlimann
Public bug reported: Please support a simple way to install into a LVM logical volume. ** Affects: vm-builder (Ubuntu) Importance: Undecided Status: New -- support installing to LVM logical volume https://bugs.launchpad.net/bugs/531083 You received this bug notification because yo

[Bug 373387] Re: runs chpasswd without -m prior to jaunty

2010-03-02 Thread Simon Huerlimann
Any news on this one? -- runs chpasswd without -m prior to jaunty https://bugs.launchpad.net/bugs/373387 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/m

[Bug 530400] Re: starting second kvm guest created using ubuntu-vm-builder fails with 'could not remove profile'

2010-03-02 Thread Simon Huerlimann
Well, I think I've tracked it down: The VM can't be started and virsh shows the above mentioned error when the qcow2 disk source file is located in /etc (at least when in /etc/libvirt/qemu or /etc/network). So the following snipplet in the XML file triggers the error: Wh

[Bug 530400] Re: starting second kvm guest created using ubuntu-vm-builder fails with 'could not remove profile'

2010-03-01 Thread Simon Huerlimann
Starting apparmor again, and restarting libvirt brings back the error. -- starting second kvm guest created using ubuntu-vm-builder fails with 'could not remove profile' https://bugs.launchpad.net/bugs/530400 You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 530400] Re: starting second kvm guest created using ubuntu-vm-builder fails with 'could not remove profile'

2010-03-01 Thread Simon Huerlimann
Well after restarting libvirt (sudo /etc/init.d/libvirt-bin restart), too it now works... -- starting second kvm guest created using ubuntu-vm-builder fails with 'could not remove profile' https://bugs.launchpad.net/bugs/530400 You received this bug notification because you are a member of Ubunt

[Bug 530400] Re: starting second kvm guest created using ubuntu-vm-builder fails with 'could not remove profile'

2010-03-01 Thread Simon Huerlimann
I have no idea about the inner functionality of apparmor. I thus tried to get the hosts running by sudo /etc/init.d/apparmor stop But this doesn't seem to help. Still the same error... Any idea how to disable apparmor for kvm/libvirt? -- starting second kvm guest created using ubuntu-vm-build

[Bug 530400] [NEW] starting second kvm guest created using ubuntu-vm-builder fails with 'could not remove profile'

2010-03-01 Thread Simon Huerlimann
Public bug reported: This may be related to bugs #448671, and #496163. syslog looks similar... Ask if you need it or some other log/config... On a fresh installation of Ubuntu Server 9.10 I've created a KVM instance using ubuntu-vm-builder. I then run 'define' and 'start' in virsh, successfully s

[Bug 530344] Re: dependency devscripts is too heavy

2010-03-01 Thread Simon Huerlimann
Okay, thanx for the quick response! A quick check showed that rmadison is called in the python script VMBuilder/plugins/ubuntu/distro.py, where it is used to get the version of the xen kernel. (Hehe, just drop the xen support, karmic not being a nice Xen citizen anyway;-) I've dug into the rmadis

[Bug 530344] [NEW] dependency devscripts is too heavy

2010-03-01 Thread Simon Huerlimann
Public bug reported: python-vm-builder has a dependency on devscripts. This is too broad as it installs lots of packages not really needed. As an example it indirectly installs postfix (devscripts -> mailx -> postfix) which is not needed at all to setup a virtual host. Please consider depending d

[Bug 530330] [NEW] Broken link /etc/kvm gets created on install

2010-03-01 Thread Simon Huerlimann
Public bug reported: Binary package hint: qemu-kvm Package qemu-kvm contains a symlink /etc/kvm pointing to /etc/qemu-kvm. But no package depended on by qemu-kvm provides this directory. I don't know what this directory is supposed to contain. But the only real KVM specific configuration in /etc

[Bug 530323] [NEW] resolvconf update script should not produce error when main.cfg missing

2010-03-01 Thread Simon Huerlimann
Public bug reported: Binary package hint: postfix I'm using a 9.10 server installation. The following happens as postfix got installed as an indirect dependency of ubuntu-vm-builder. resolvconf has been installed manually. When running ifup/ifdown the following errors are shown: /usr/sbin/post

[Bug 380324] Re: librmagick-ruby1.8 has missing dependencies in Hardy

2010-02-17 Thread Simon Huerlimann
*** This bug is a duplicate of bug 220811 *** https://bugs.launchpad.net/bugs/220811 ** This bug has been marked a duplicate of bug 220811 Can't install librmagick-ruby1.8 on Hardy Heron -- librmagick-ruby1.8 has missing dependencies in Hardy https://bugs.launchpad.net/bugs/380324 You rec

[Bug 330303] [NEW] Akregator Feed Entries are show *very* small

2009-02-16 Thread Simon Huerlimann
Public bug reported: Binary package hint: kdepim The problem = With a freshly installed KDE 4.2 on a fresh Intrepid machine, feed entries in Kontakt are *very* small. Looks like the font size is something like 1 pixel. You see a few pixel heigh blue header box with some white dots. Imag

[Bug 330303] Re: Akregator Feed Entries are show *very* small

2009-02-16 Thread Simon Huerlimann
** Attachment added: "akregator small font1.png" http://launchpadlibrarian.net/22706476/akregator%20small%20font1.png ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/22706477/Dependencies.txt -- Akregator Feed Entries are show *very* small https://bugs.launchpad.net/

[Bug 330289] Re: Link to LDAP docs in manpage is wrong

2009-02-16 Thread Simon Huerlimann
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/22705308/Dependencies.txt -- Link to LDAP docs in manpage is wrong https://bugs.launchpad.net/bugs/330289 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubunt

[Bug 330289] [NEW] Link to LDAP docs in manpage is wrong

2009-02-16 Thread Simon Huerlimann
Public bug reported: Binary package hint: puppet The manpage for puppet.conf contains an entry for 'ldapnodes'. There's a link to some wiki page in the description: Whether to search for node configurations in LDAP. See http://reductivelabs.com/puppet/trac/wiki/LdapNodes/ for more informatio

  1   2   >