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
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
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
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
** 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
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
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
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
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
@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
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
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
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
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
** 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
@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
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
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
** 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
** 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
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
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
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
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
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
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
** 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
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
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
** 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
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
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
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
*** 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
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
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
*** 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
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.
** 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
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
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...
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
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
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
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
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
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
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
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
@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;-)
--
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
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
@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
*** 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
** 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
*** 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
*** 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:
*** 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
** 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?
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
** 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:
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
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
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
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
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
*** 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
*** 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
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
*** 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
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
*** 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
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
*** 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
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
-
** 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
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
** 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
** 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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
*** 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
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
** 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/
** 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
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 - 100 of 127 matches
Mail list logo