Public bug reported:
Binary package hint: munin
apt_all tries to figure out how many packages are going to be installed
from stabe, testing, and unstable. That's rather useless on Ubuntu.
What we probably want to do is to have it look for the same type of
numbers for ${RELEASE}, ${RELEASE}-backp
Public bug reported:
Binary package hint: parted
ubuntu-vm-builder (and the next generation VMBuilder) fails with the new
parted for two reasons. This bug is about the second.
Parted fails when trying to tell the kernel to reread the partition
table of e.g. a loopback device. The only way to det
Public bug reported:
Binary package hint: parted
ubuntu-vm-builder (and the next generation VMBuilder) fails with the new
parted for two reasons. This bug is about the first.
The vm builder creates a disk image in a temporary directory, and then
uses parted to add a partition table (and partitio
This was fixed in kernel upload 2.6.26-5.16 in Intrepid.
** Changed in: kvm (Ubuntu Hardy)
Importance: Undecided => High
Status: New => Confirmed
** Changed in: kvm (Ubuntu)
Status: Confirmed => Fix Released
** Changed in: xserver-xorg-video-cirrus (Ubuntu Hardy)
Status:
** Changed in: kvm (Ubuntu)
Status: Incomplete => Fix Released
--
kernel oops while installing win 2k sp2
https://bugs.launchpad.net/bugs/82935
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: kvm (Ubuntu Hardy)
Assignee: (unassigned) => Soren Hansen (soren)
--
X hangs in Intrepid in KVM
https://bugs.launchpad.net/bugs/251480
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing l
Reassigning to udev. I doubt udev can do much about it, but I'll leave
that to the udev maintainers to find out. If it can't, this bug should
be reassigned to partman-lvm as this is the only installer component I
can think of that effectively lets the user name a directory in /dev and
thus cause th
Which operating system are you running inside the guest? Could you try
with kvm-72 from Intrepid (both user and kernel space)?
** Changed in: kvm (Ubuntu)
Status: New => Incomplete
--
kvm guests randomly freeze when using SMP, start again when key pressed in vnc
console
https://bugs.laun
** Changed in: qemu (Ubuntu Hardy)
Status: New => Fix Released
--
kvm vulnerable to several CVEs
https://bugs.launchpad.net/bugs/213570
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
Public bug reported:
The Xen hypervisor is in xenner's dependency chain, so when I install
Xenner, update-grub automagically makes my system boot the hypervisor.
This needs fixing somehow.
Suggestion: Make xen-utils-3.3 depend on "xen-hypervisor-3.3 | xenner".
** Affects: xen-3.3 (Ubuntu)
Public bug reported:
Binary package hint: xenner
[EMAIL PROTECTED]:~$ sudo /etc/init.d/xenner start
* Starting xenner xenner
* Starting evtchnd evtchnd
On Sat, Aug 23, 2008 at 08:10:51PM -, Mads Chr. Olesen wrote:
> Could you provide the size of the initrd image, gunzipped?
Oh, you think uncompressed size matters? Hm.. Perhaps.
[EMAIL PROTECTED]:~$ gzip -l /boot/initrd.img-2.6.24-{17,21}-server
compresseduncompressed ratio
es put together.
--
Soren Hansen |
Virtualisation specialist | Ubuntu Server Team
Canonical Ltd. | http://www.ubuntu.com/
--
Increase default memory_limit for php
https://bugs.launchpad.net/bugs/196806
You received this bug notification because you are a member of Ubunt
*** This bug is a duplicate of bug 268981 ***
https://bugs.launchpad.net/bugs/268981
** This bug has been marked a duplicate of bug 268981
Hardy: VMware Workstation 6.5 won't power on
--
Bad interactions with kvm and vmware (CPU left in VMX root mode?)
https://bugs.launchpad.net/bugs/2204
Eric, I just created a dummy branch using
bzr push lp:///~soren/vmbuilder/dummy
and it worked like a charm... Does this reproducible? If it is, could
you perhaps file a bug against the bzr package, please?
--
ec2exec: quotes not needed in sed command
https://bugs.launchpad.net/bugs/296159
Yo
>> How about new_authtok_reqd=1 (i.e. skip the pam_deny entry)? In Hardy
>> pam_unix used to be "required", which translates into [success=ok
>> new_authtok_reqd=ok ignore=ignore default=bad], so success and
>> new_authtok_reqd had the same action back then, too.
> No, that's definitely wrong. "new
** Also affects: gdm (Ubuntu)
Importance: Undecided
Status: New
--
GDM support for domain choice
https://bugs.launchpad.net/bugs/192599
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@li
Looks like a dpkg problem to me.
** Changed in: dpkg (Ubuntu)
Sourcepackagename: mysql-dfsg-5.0 => dpkg
--
error processing
/var/cache/apt/archives/mysql-common_5.0.22-0ubuntu6.06.11_all.deb (--unpack)
https://bugs.launchpad.net/bugs/299886
You received this bug notification because you are a
Public bug reported:
Binary package hint: ifenslave-2.6
Regular interfaces are brought up as they're discovered by udev. bonded
interfaces are "virtual", so they're not discovered and are thus not
brought up until S40networking is run. Plz to fix.
** Affects: ifenslave-2.6 (Ubuntu)
Importan
>> Waiting until S40networking is run brings up an issue with iscsi
>> devices. The current way of handling iscsi devices is to treat them
>> as local devices by making sure that all iscsi devices are created
>> before local filesystems are mounted (S35mountall.sh and
>> S30checkfs.sh). That requir
> I disagree to an extent, the problem doesn't sound specific to
> wpa_supplicant's shell glue at all,
If wpasupplicant tells ifupdown that it's done configuring the
interface, and that everything went fine, but it that's not actually the
case... That's wrong. No matter how you look at it.
> but
** Changed in: kvm (Ubuntu)
Status: New => Fix Released
--
kvm: new upstream version available
https://bugs.launchpad.net/bugs/284870
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.u
>>> but rather, the inflexibility of the statically maintained ifupdown
>>> software on an ever evolving Debian/Ubuntu software ecosystem.
>> What exactly do you mean by "statically maintained"?
> WPA keys written to /etc/network/interfaces as outlined in
> /usr/share/doc/wpasupplicant/README.Debia
> Glancing at its pre-up script, I'm guessing your problem is this:
>
>> # quit if executables are not installed
>> if [ ! -x "$WPA_SUP_BIN" ] || [ ! -x "$WPA_CLI_BIN" ]; then
>> exit 0
>> fi
> This is a perfectly valid use case when the wpasupplicant package is
> removed but not purged.
I know wh
kelmo, you wouldn't read about this bug on Debian's BTS, because it's an
Ubuntu specific bug. Last I checked Debian hasn't changed its boot
process to do all this stuff dynamically, i.e. attempt configuration of
everything you possibly can when it's discovered.
--
wpasupplicant doesn't start when
By the way, kelmo: Sorry if you felt "I jumped all over your casual
remark". I was simply genuinely surprised why you'd suggest what you
did. ifupdown is a framework (as you say yourself) for doing network
configuration. It leaves everything but the very simple things to a sort
of "modules" in the
Which package needs these?
--
Please add a samba-dev package
https://bugs.launchpad.net/bugs/302004
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/mailma
This is interesting. I've never heard of Samba being able to do anything
like this. What's the configuration directive for it (so that I can dig
up a bit of info about the it all)?
--
Please add a samba-dev package
https://bugs.launchpad.net/bugs/302004
You received this bug notification because
My primary concern is this:
Since the API isn't published nor stable you'd have to have a strict
versioned dependency on the samba version against which your package is
built. This is not a problem in itself, but it becomes one if someone
has your package installed, and we publish a security updat
This is a kvm bug.
** Package changed: libvirt (Ubuntu) => kvm (Ubuntu)
--
libvirt error: qemu: unknowm parameter 'boot' after kvm security update
https://bugs.launchpad.net/bugs/375937
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
Public bug reported:
Binary package hint: opennebula
"Success" is misspelled in the "onehost create" help text. It says
"Succes" rather than "Success". I suppose that's what you get when you
have Danes writing that stuff :)
** Affects: opennebula (Ubuntu)
Importance: Undecided
Stat
Public bug reported:
Binary package hint: opennebula
Live migration fails, because we don't use qemu+tcp, which OpenNebula
expects to work.
Cold migration fails because we're connecting to qemu:///system, so the
saved state is owned by root, so we can't copy it to the remote host. We
can't switc
A possible solution would be a SUID binary that given a VID, would chown
/usr/lib/one//checkpoint to oneadmin.
--
Migration fails
https://bugs.launchpad.net/bugs/322779
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mail
hmm... The SUID binary would of course have to go in the -node package,
which is a bit of a shame.
--
Migration fails
https://bugs.launchpad.net/bugs/322779
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubu
Public bug reported:
Binary package hint: opennebula
Live migration fails, because we don't use qemu+tcp, which OpenNebula
expects to work.
** Affects: opennebula (Ubuntu)
Importance: Undecided
Status: New
--
Live migration fails
https://bugs.launchpad.net/bugs/323359
You receive
** Summary changed:
- Migration fails
+ Cold migration fails
** Description changed:
Binary package hint: opennebula
-
- Live migration fails, because we don't use qemu+tcp, which OpenNebula
- expects to work.
Cold migration fails because we're connecting to qemu:///system, so the
save
In summary, the challenge is that libvirtd runs as root, so saves the
memory state as root, mode 600. We need to copy that to another host
somehow while running as oneadmin.
--
Cold migration fails
https://bugs.launchpad.net/bugs/322779
You received this bug notification because you are a member
I think it's because "slaves all" tries to include the vlan interface
itself. Could you try explicitly listing the devices you want to bond
and see if that fixes it? If it does, I have a patch that should fix it.
--
can not add vlans to a bond network device
https://bugs.launchpad.net/bugs/352384
The group has always (except for one time where I mismerged it) been
called libvirtd in Ubuntu. The bug is that I (once again) mismerged it.
Darn it. I'll fix it straight away. Thanks!
--
libvirtd group isn't created
https://bugs.launchpad.net/bugs/392696
You received this bug notification becaus
** Changed in: libvirt (Ubuntu)
Status: New => In Progress
** Changed in: libvirt (Ubuntu)
Assignee: (unassigned) => Soren Hansen (soren)
--
libvirtd group isn't created
https://bugs.launchpad.net/bugs/392696
You received this bug notification because you are a member of
** Changed in: ubuntu-on-ec2
Status: Triaged => Fix Released
--
Set up a mirror based on zone
https://bugs.launchpad.net/bugs/317065
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.ub
To clarify, the disk-detect problem is that the open-iscsi-udeb isn't
loaded until *after* the loop that goes around looking for (physical)
disks runs. Incidentally, that loop does an "exit 10" if there are not
local disks at all, so the open-iscsi-udeb never gets loaded if the
system has no physic
Can you give me the output of "file ubuntu-usb-9.04.img" and also tell
me whether this happens immediately or after a while using the virtual
machine?
--
KVM segfaults with a specific disk image.
https://bugs.launchpad.net/bugs/365569
You received this bug notification because you are a member of
Accidental autosync, apparantly. unattended-upgrades should be in the
autosync-blacklist, since we're upstream for it.
--
karmic dist-upgrade sets debian instead of karmic
https://bugs.launchpad.net/bugs/371222
You received this bug notification because you are a member of Ubuntu
Bugs, which is s
** Package changed: ubuntu => gnome-utils (Ubuntu)
--
Ubuntu 9.04 - PrintScreen Key does not start gnome-screenshot
https://bugs.launchpad.net/bugs/366784
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubunt
On Mon, May 04, 2009 at 10:10:04PM -, Dustin Kirkland wrote:
> As it is described here, this looks like a libvirt problem.
How do you figure that?
--
the sco unix guest can't boot with hd
https://bugs.launchpad.net/bugs/334274
You received this bug notification because you are a member of
Sorry, "Eucalyptus bugbot" is my alter ago.
** Also affects: kvm (Ubuntu Jaunty)
Importance: Undecided
Status: New
--
kvm segfaults
https://bugs.launchpad.net/bugs/359447
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubu
Proposed debdiff.
** Attachment added: "Patchset from upstream"
http://launchpadlibrarian.net/26359722/segfault.diff
--
kvm segfaults
https://bugs.launchpad.net/bugs/359447
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-b
On Tue, May 05, 2009 at 02:27:03PM -, Dustin Kirkland wrote:
> On Tue, May 5, 2009 at 1:57 AM, Soren Hansen wrote:
> > On Mon, May 04, 2009 at 10:10:04PM -, Dustin Kirkland wrote:
> >> As it is described here, this looks like a libvirt problem.
> > How do you fi
On Wed, May 06, 2009 at 09:48:20AM -, Martin Pitt wrote:
> Ugh, quite intrusive, but I agree that crashing VMs on LTSes are bad.
This if for Jaunty, so it's not an LTS issue at the moment. However,
we're working on getting kvm-84 into shape to get it into Hardy, and
this bug is a serious bloc
Public bug reported:
kvm and Xen both provide a special virtio console on /dev/hvc0. I'd like
to put a getty on it.
Simply copying one of the existing tty? jobs causes a respawning getty
on systems that don't have hvc0.
Does upstart have a way to trigger on presence of device nodes or udev
even
Which VNC client did you use and how did you invoke kvm?
--
keyboard arrows keys doesn't working (evdev problem)
https://bugs.launchpad.net/bugs/372938
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-b
This is fixed in Jaunty (and was in fact fixed three days before your
bug was filed) :)
Also, never, ever, ever, *ever* manually touch the files in
/etc/libvirt/. Always use virsh.
** Changed in: libvirt (Ubuntu)
Status: New => Fix Released
--
Libvirt detection of KVM 64 bit abilities is
I presume restarting the node controller fixes it?
Starting eucalyptus at S20 is too early anyway. It really should be
around S90 or something.
--
eucalyptus-nc service fail to start at boot, cannot connect to libvirtd
https://bugs.launchpad.net/bugs/364723
You received this bug notification bec
Public bug reported:
>From the upstream NEWS file:
0.6.1: Mar 3 2009:
- New features: new APIs for Node device detach reattach and reset
(Mark McLoughlin), sVirt mandatory access control support (James
Morris and Dan Walsh)
- Portability: non gcc toolchain (John Levon),
I had to rework one of the patches we used to carry due to some
refactoring, but everything compiles and works as expected.
--
[FFe] Update libvirt to 0.6.1
https://bugs.launchpad.net/bugs/339868
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ub
** Changed in: eucalyptus (Ubuntu)
Status: Confirmed => In Progress
--
eucalyptus-cc package does not install an ssh key for the 'eucalyptus' user
https://bugs.launchpad.net/bugs/337477
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
To be perfectly honest, I consider this a bug in libvirt, but if you can
come up with a decent workaround in OpenNebula, that would be lovely.
--
Cold migration fails
https://bugs.launchpad.net/bugs/322779
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscr
Could you provide the output of:
apt-cache policy
Thank you!
--
can't install mysql-server due to unmet dependencies
https://bugs.launchpad.net/bugs/293567
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ub
Your problem is that your network configuration tries to set two default
gateways: one from dhcp, and one from the "gateway" directive in your
br0 configuration.
Without knowing your network setup I can't say for sure, but there's a
decent chance removing the gateway line from your br0 config will
Please don't use old bug reports to report new bugs. If you find a new
bug, open a new bug report. Thank you.
--
X hangs in Intrepid in KVM
https://bugs.launchpad.net/bugs/251480
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu
This should already be possible by using the --raw option.
If you find that this is not the case, feel free to reopen this bug.
** Changed in: vm-builder (Ubuntu)
Status: Confirmed => Fix Released
--
provide support for creating virtual machine domains on LVM2 logical volumes
https://bug
If you need to install additional packages from a plugin, use the means
provided for doing so ("--addpkg foo" or "VM.addpkg += ['foo']").
Eric, if you want to figure out how the pieces are meant to fit
together, do yourself a favour and forget that you ever saw that
postinstall script. :)
** Chan
You're absolutely right. I'll prepare an SRU ASAP. Thanks!
** Changed in: virt-manager (Ubuntu)
Assignee: (unassigned) => Soren Hansen (soren)
Status: New => In Progress
--
virt-manager assumes root user for qemu+ssh hosts
https://bugs.launchpad.net/bugs/294965
You r
How about new_authtok_reqd=1 (i.e. skip the pam_deny entry)? In Hardy
pam_unix used to be "required", which translates into [success=ok
new_authtok_reqd=ok ignore=ignore default=bad], so success and
new_authtok_reqd had the same action back then, too.
--
passwd -e locks account
https://bugs.launc
Not a VMBuilder (the project) problem. It's a packaging issue (if that).
** Changed in: vmbuilder
Status: New => Invalid
--
vm-builder should require debootstrap >= 1.0.9
https://bugs.launchpad.net/bugs/286684
You received this bug notification because you are a member of Ubuntu
Bugs, whi
> I would like to ask for a FFE for this bug. The reason why it was
split out is that license from amazon was not acceptable and placed in
multiverse.
Just to clarify: The AMI tools, which the EC2 plugin needs, was released
under a non-free license, so it landed in multiverse.
--
[FFE] ec2 plugi
Could you provide me with the full output of:
sudo vmbuilder kvm ubuntu --debug
Thanks!
--
vmbuilder crashed with VMBuilderException in create()
https://bugs.launchpad.net/bugs/273768
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
Fixed in bzr trunk.
** Also affects: vmbuilder
Importance: Undecided
Status: New
** Changed in: vmbuilder
Status: New => Fix Committed
** Changed in: vm-builder (Ubuntu)
Assignee: (unassigned) => Soren Hansen (soren)
Status: New => In Progress
--
** Also affects: vmbuilder
Importance: Undecided
Status: New
--
vmbuilder crashed with VMBuilderException in create()
https://bugs.launchpad.net/bugs/273768
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailin
** Also affects: vmbuilder
Importance: Undecided
Status: New
--
vmbuilder --help should point to hypervisor/distro specific help
https://bugs.launchpad.net/bugs/269323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-
** Changed in: vmbuilder
Status: Fix Committed => Fix Released
--
Don't load libvirt unconditionally
https://bugs.launchpad.net/bugs/264610
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@l
On Thu, Aug 28, 2008 at 10:54:09AM -, Paul Hoell wrote:
> I'm on intrepid kde4 64bit up-to-date and I get this error when bringing
> wirless up.
>
> $ sudo ifup wlan0
> ...
> grep: /etc/network/run/ifstate: No such file or directory
> [: 164: 0: unexpected operator
> grep: /etc/network/run/ifs
Reassigning to partman-lvm. I think it'd make sense for partman-lvm to
have a list of names to avoid as vg names.
** Changed in: partman-lvm (Ubuntu)
Sourcepackagename: lvm2 => partman-lvm
--
If having lvm with name "kvm", /dev/kvm can't be used by kvm
https://bugs.launchpad.net/bugs/248096
You
On Mon, Aug 25, 2008 at 05:34:01PM -, Ralf Joachim wrote:
> It seams I am faced with about the same problem. My host is an almost
> clean setup of Ubuntu server 8.04 LTS and guest is JeOS 8.04. When I
> call shutdown in guest everything behaves as expected. Guest shuts down
> and virsh list sho
This should be fixed with gtk-vnc 0.3.7.
** Changed in: gtk-vnc (Ubuntu)
Status: New => Fix Released
** Changed in: virt-manager (Ubuntu)
Status: Confirmed => Invalid
--
arrow keys undesirably change focus in virt-manager
https://bugs.launchpad.net/bugs/254745
You received this bu
This needs fixing in the kernel package.. I need to talk to cjwatson
about a few things first, though.
** Changed in: linux (Ubuntu)
Sourcepackagename: kvm => linux
Assignee: (unassigned) => Soren Hansen (soren)
--
intrepid guest install with virtio net doesn't
On Fri, Sep 19, 2008 at 10:43:43AM -, BUGabundo wrote:
> is https://bugs.launchpad.net/ubuntu/+bug/272065 a dupe of this bug?
No.
--
qemu mouse and keyboard grab is an accessibility problem
https://bugs.launchpad.net/bugs/237635
You received this bug notification because you are a member of
Can you show me the output when you remove kvm and it keeps the module
loaded?
** Changed in: kvm (Ubuntu)
Status: Confirmed => Incomplete
--
kvm installation and uninstallation failure
https://bugs.launchpad.net/bugs/183663
You received this bug notification because you are a member of U
** Changed in: virt-manager (Ubuntu)
Importance: Undecided => Wishlist
Status: New => Confirmed
--
Boot Device changes back to CDROM
https://bugs.launchpad.net/bugs/251035
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubu
On Tue, Sep 16, 2008 at 04:11:03PM -, Alec Wright wrote:
> My idea for "it works" page replacement:
> The replacement page should have the ubuntu theme and should say
> something along the lines of "congratulations, your apache2 web server
> is working! for more information and help visit (lin
why you want to do this though. dnsmasq shouldn't come into play
when you're using bridged networking.
--
Soren Hansen |
Virtualisation specialist | Ubuntu Server Team
Canonical Ltd. | http://www.ubuntu.com/
--
add option to start dnsmasq with a cu
Are you able to reproduce this, or did it just happen this one time?
FWIW, I've just taken a screenshot in virt-manager, and it worked fine.
--
virt-manager.py crashed with SIGSEGV in vnc_display_get_pixbuf()
https://bugs.launchpad.net/bugs/273394
You received this bug notification because you a
Does this problem still exist with newer versions of kvm-source?
status incomplete
** Changed in: kvm (Ubuntu)
Status: New => Incomplete
--
package kvm-source 1:72+dfsg-1ubuntu3 failed to install/upgrade: podproces
post-installation script vrátil chybový status 3
https://bugs.launchpa
** Changed in: libvirt (Ubuntu)
Status: New => Invalid
--
package libvirt-bin 0.4.4-3ubuntu2 failed to install/upgrade: subprocess
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/273748
You received this bug notification because you are a member of Ub
On Thu, Sep 25, 2008 at 09:02:00PM -, Loye Young wrote:
>
>
> IT WORKS!
>
> This is the default web page for this server.
>
> The fact that you see this page means that the host computer is booted up,
> the web server software is running, and the networking between your computer
> and the h
In that case it must be fixed upstream as well. Marking as such.
Thanks for your bug report and for testing!
** Changed in: vmbuilder
Status: New => Fix Released
--
vmbuilder crashed with VMBuilderException in create()
https://bugs.launchpad.net/bugs/273768
You received this bug notifica
This is not a bug in our 2.6.26 kernels, but rather in 2.6.24 on the
host side. For now, we'll just disable the codepaths in kvm.
** Also affects: kvm (Ubuntu)
Importance: Undecided
Status: New
** Changed in: linux (Ubuntu)
Status: Confirmed => Invalid
** Changed in: kvm (Ubuntu
Public bug reported:
I imagine it's useful for other use cases as well, but for me at least
it would be very helpful if openssh-server were to generate new host
keys none are to be found during boot. This makes it a no-brainer to
distribute a virtual appliance without compromising security by shar
Sorry about not updating the bug status. This was fixed long, lonng ago.
** Changed in: virt-manager (Ubuntu Intrepid)
Status: Fix Committed => Fix Released
--
virDomainCreateLinux() failed Timed out while reading console startup output
https://bugs.launchpad.net/bugs/187048
You received
Attaching the patch as I originially intended it to look. I didn't know
that not having hostkeys was valid (and am still rather surprised that's
the case). Do you have an example sshd_config that doesn't use host
keys? The documentation says it has defaults for HostKey, so even if
they're not speci
** Changed in: virtinst (Ubuntu)
Sourcepackagename: virt-manager => virtinst
--
virt-install - --os-variant=centos5 does not work
https://bugs.launchpad.net/bugs/246856
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mail
On Sun, Jul 06, 2008 at 02:57:22AM -, Steven Rose wrote:
> It technically is correct as it is.
>
> It is not 1.5gb but 1.50, 1.51, so on an so forth.
Err... What?
--
Image Size broken in VirtualBox OSE
https://bugs.launchpad.net/bugs/245923
You received this bug notification because you are
On the remote machine, can you get a list of Xen domains using virsh?
Something like "virsh -c xen:/// list --all" should do it.
status incomplete
** Changed in: virt-manager (Ubuntu)
Status: New => Incomplete
--
virt-manager: socket closed unexpectedly
https://bugs.launchpad.net/bugs/
I uploaded a fix for this bug to hardy-proposed a few days ago. It
should get accepted real soon now.. The changelog from there explains
the issue:
kvm (1:62+dfsg-0ubuntu8) hardy-proposed; urgency=low
* Disable CAP_CLOCKSOURCE. This works around the ABI incompatibility of the
paravirt clock
Oh, for reference here's the patch:
** Attachment added: "Proposed patch"
http://launchpadlibrarian.net/15908110/disable_clocksource.patch
--
intrepid kernel 2.6.26-2-generic (amd64) won't boot as kvm guest
https://bugs.launchpad.net/bugs/243677
You received this bug notification because you
Will never ever happen. :) By design. Allowing you to pass arbitrary
options to kvm, iptables and/or dnsmasq would result in an unknown and
unmanagable environment.
If you really, truly want this, you should replace dnsmasq with a
wrapper that uses your configuration file.
I'm curious what sort
This fails horribly on machines with less RAM than double the size of
the complete target filesystem, doesn't it?
--
[SRU] Fails to generate valid image if /tmp is mounted nosuid,nodev & -t is not
specified
https://bugs.launchpad.net/bugs/228744
You received this bug notification because you are
Well, guessing the filesystem size is not a problem. In fact, u-v-b
*defines* the filesystem size in the end anyway. We just do all the work
in a separate directory first and the move it into the loop-mounted
filesystem images so that temporary files won't use up file system
blocks and bloat the re
Public bug reported:
Binary package hint: open-iscsi
We currently do not support root-on-iscsi.
a) hw-detect will bail out if it doesn't find any disks in the system, so it
never reaches the code to activate the iscsi things in the installer.
b) open-iscsi is lacking the initramfs hooks to pull
1 - 100 of 1756 matches
Mail list logo