[Bug 2062058] Re: Add a UFW firewall config to support QUIC

2024-04-30 Thread Marcus Bointon
FYI, my original Debian PR was just merged into the upstream 1.26-wip
branch: https://salsa.debian.org/nginx-team/nginx/-/merge_requests/73

Presumably this will work its way down here at some point.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2062058

Title:
  Add a UFW firewall config to support QUIC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/2062058/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062058] Re: Add a UFW firewall config to support QUIC

2024-04-19 Thread Marcus Bointon
Thanks Mitchell,

Well, I'm using 1.25 ubuntu package directly from the nginx repo, and
this patch works just fine with that – it's only a simple addition to a
UFW config file, not complicated.

You probably know this, but nginx's versioning system is slightly weird:
even numbers (like 1.24) are "stable"; odd numbers (1.25) are "mainline"
(considered somewhat experimental). So when 1.25 is considered stable,
it will be released as 1.26, and mainline will move to 1.27.

I don't know when this is likely to happen, but I'm assuming not in time
for noble next week, so "whenever" will have to do!

Thanks for tagging it appropriately; I'm not used to the workflow on
here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2062058

Title:
  Add a UFW firewall config to support QUIC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/2062058/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062058] [NEW] Add a UFW firewall config to support QUIC

2024-04-17 Thread Marcus Bointon
Public bug reported:

New feature, not a bug

nginx 1.25 adds support for QUIC + HTTP/3, which is typically deployed over UDP 
port 443. This option is not included in the provided UFW applications, so this 
PR adds it. Note that it is not done as a standalone app (i.e. with only QUIC) 
because it's usually combined with regular HTTPS on TCP port 443 along with an 
Alt-Svc header to inform clients of its presence.
This is a fairly recent addition to nginx (added to mainline a year ago), not 
applicable to older distros, so this may be better merged into whichever of 
your future release branches would be more appropriate.

I submitted the same change as a PR to Debian some time ago:
https://salsa.debian.org/nginx-team/nginx/-/merge_requests/73

Also this question:
https://answers.launchpad.net/ubuntu/+source/nginx/+question/809215

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

** Patch added: "Patch to add QUIC UFW config"
   
https://bugs.launchpad.net/bugs/2062058/+attachment/5766918/+files/Add_QUIC_UFW_config.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2062058

Title:
  Add a UFW firewall config to support QUIC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/2062058/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1511875] Re: Can't upgrade from 15.10 Wily to 16.04 Xenial in LXC container

2015-11-05 Thread Marcus Bointon
I'm seeing this in Vivid -> Wily too, but in a Xen VM, not an LXC
container. None of the above suggestions worked, it logs the same errors
as Serge.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1511875

Title:
  Can't upgrade from 15.10 Wily to 16.04 Xenial in LXC container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1511875/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1349252] Re: crypt(3) lacks Blowfish support

2015-10-16 Thread Marcus Bointon
Please ignore my last comment. bcrypt is undoubtedly better than a
single round of SHA512 as a password hash (what I was on about), but
SHA512 is not the same thing as the multiple rounds used in SHA512-CRYPT
that's in libc and in Ulrich's paper.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1349252

Title:
  crypt(3) lacks Blowfish support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1349252/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1349252] Re: crypt(3) lacks Blowfish support

2015-10-16 Thread Marcus Bointon
For password hashing, bcrypt *is* better, by design. There's absolutely
no ambiguity here, the consensus is fully in favour of bcrypt. Hashes
like SHA512 are general purpose, designed to run really fast, whereas
bcrypt is explicitly for secure hashing and is deliberately, tuneably
slow. There are many articles on the subject, here are some (from *5
years ago*!):

http://codahale.com/how-to-safely-store-a-password/
http://blog.codinghorror.com/speed-hashing/

Frankly I'm shocked this is even being questioned. Without bcrypt in
libc, all apps that rely on libc for hashing (I've just run into it with
dovecot in 14.04) are not as secure as they should be. Hasn't this been
flagged by the Ubuntu security team?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1349252

Title:
  crypt(3) lacks Blowfish support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1349252/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1012670] Re: phpmyadmin cannot be used with php5-mysqlnd

2013-05-10 Thread Marcus Bointon
As far as I've been able to tell, the PHP mysqlnd extension provides a
sort of compatibility layer that gets used by both the mysql and mysqli
extensions, the net result being that mysqlnd is no use on its own, and
can only be used in conjunction with the mysql or mysqli extensions.
Thus the phpmyadmin package should definitely not conflict with
php5-mysqlnd, but should depend on either php5-mysql or php5-mysqli.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1012670

Title:
  phpmyadmin cannot be used with php5-mysqlnd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/1012670/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1168379] [NEW] phpmyadmin causes an unnecessary conflict with php5-mysqlnd

2013-04-12 Thread Marcus Bointon
Public bug reported:

==
# aptitude install phpmyadmin
The following NEW packages will be installed:
  dbconfig-common{a} php5-mysql{ab} phpmyadmin
0 packages upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
Need to get 5,879 kB of archives. After unpacking 17.6 MB will be used.
The following packages have unmet dependencies:
 php5-mysqlnd : Conflicts: php5-mysql but 5.4.14-1~precise+1 is to be installed.
 php5-mysql : Conflicts: php5-mysqlnd but 5.4.14-1~precise+1 is installed.
The following actions will resolve these dependencies:

 Remove the following packages:
1) php5-mysqlnd
==

Since php5-mysqlnd provides equivalents for both both php5-mysql and
php5-mysqli (and it's tagged as replacing php5-mysqli), this is an
unnecessary conflict. It would be resolved by allowing phpmyadmin to
depend on php5-mysqlnd as an alternative to php5-mysql. This should be
done since myslnd is the standard mysql extension in php 5.4.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1168379

Title:
  phpmyadmin causes an unnecessary conflict with php5-mysqlnd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/1168379/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2012-10-20 Thread Marcus Bointon
History repeating - 3 years later and I'm seeing exactly this problem in
a new 12.04 install! I've got a glusterFS volume that mounts via NFS -
it shows in /proc/mounts but not df or mount output.

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

Title:
  NFS mounts on clients don't appear in `mount` or `df` output

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/44836/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2012-08-14 Thread Marcus Bointon
I'm seeing this same thing in a VM, though significantly worse. This
could be down to the VM not having real hardware access, but it's acting
as others describe - all the text looks ok apart from the menu bar. In
my case I'm getting rough green fringes where shadows would be. Screen
shot shows it in action. This is in current 12.04 running in VMWare
fusion 4.1.3.

** Attachment added: "Bad text in VM.png"
   
https://bugs.launchpad.net/ayatana-design/+bug/723167/+attachment/3260739/+files/Bad%20text%20in%20VM.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 795602] Re: Please SRU aptitude 0.6.3-3.2

2012-05-11 Thread Marcus Bointon
Well I didn't post it as an SRU - I'd not heard of them until my
original backport request was changed into one. I'm not in a position to
supply or recommend a particular fix or patch for this, other than it
seems to need to be version 0.6.3-3.2 or later, so I can't sensibly do
step 3.

I've asked on IRC to find a supervisor.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/795602

Title:
  Please SRU aptitude 0.6.3-3.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aptitude/+bug/795602/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 795602] Re: Please SRU aptitude 0.6.3-3.2

2012-05-11 Thread Marcus Bointon
I don't know why this was marked as invalid. I was requesting the
backport for Lucid (hence my reference to 4.11). I know it doesn't apply
to Maverick and Natty, but it DOES apply to Lucid, which is still in
LTS.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/795602

Title:
  Please SRU aptitude 0.6.3-3.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aptitude/+bug/795602/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874350] Re: Segfault: Failed to get udev device for syspath '/sys/devices/virtual/dmi/id'

2011-10-20 Thread Marcus Bointon
OK, I have feedback from my ISP. Their kernel does not include dmi, on
the basis that it's been deprecated since 2005!

They've worked around this problem by installing the natty libvirt
package which does not suffer this problem.

I guess a backport request would be appropriate.

Sorry to trouble you, please close this now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874350

Title:
  Segfault: Failed to get udev device for syspath
  '/sys/devices/virtual/dmi/id'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/874350/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874350] Re: Segfault: Failed to get udev device for syspath '/sys/devices/virtual/dmi/id'

2011-10-17 Thread Marcus Bointon
That search finds nothing.

The kernel is supplied and configured by my ISP - the stock kernel is
not stable - I've asked them to contribute to this report.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874350

Title:
  Segfault: Failed to get udev device for syspath
  '/sys/devices/virtual/dmi/id'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/874350/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874350] Re: Segfault: Failed to get udev device for syspath '/sys/devices/virtual/dmi/id'

2011-10-17 Thread Marcus Bointon
Apport says this:

Package libvirt not installed and no hook available, ignoring

*** Updating problem report

No additional information collected.

Press any key to continue... 
No pending crash reports. Try --help for more information.

What it's saying is technically correct because there is no package
called exactly 'libvirt' installed, however:

dpkg -l | grep libvirt
ii  libvirt-bin  0.7.5-5ubuntu27.16 
 the programs for the libvirt library
ii  libvirt0 0.7.5-5ubuntu27.16 
 library for interfacing with different virtu
ii  python-libvirt   0.7.5-5ubuntu27.16 
 libvirt Python bindings

The server is a Mac Mini quad-core i7 running a 64-bit 2.6.39 kernel:

uname -a
Linux s3.example.com 2.6.39.4-64-mb1 #7 SMP Wed Oct 12 15:14:04 BST 2011 x86_64 
GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874350

Title:
  Segfault: Failed to get udev device for syspath
  '/sys/devices/virtual/dmi/id'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/874350/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874350] Re: Segfault: Failed to get udev device for syspath '/sys/devices/virtual/dmi/id'

2011-10-14 Thread Marcus Bointon
That doesn't really work since it collects info only on libvert itself,
which is a virtual package and returns nothing. I don't know quite which
bit of libvert this should be attached to - maybe libvert-bin?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874350

Title:
  Segfault: Failed to get udev device for syspath
  '/sys/devices/virtual/dmi/id'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/874350/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874350] [NEW] Segfault: Failed to get udev device for syspath '/sys/devices/virtual/dmi/id'

2011-10-14 Thread Marcus Bointon
Public bug reported:

I'm attempting to install kvm-qemu with libvirt on Ubuntu Lucid amd64 on
a quad-core i7. It's a brand-new clean install, fully updated and
rebooted. I've been following the Ubuntu KVM docs (from
https://help.ubuntu.com/community/KVM/Installation), but I'm getting
this segfault logged when starting libvirt-bin:

Oct 14 14:23:20 s3 libvirtd: 14:23:20.935: error : udevSetupSystemDev:1417 : 
Failed to get udev device for syspath '/sys/devi
ces/virtual/dmi/id'#012
Oct 14 14:23:20 s3 libvirtd: 14:23:20.935: error : udevSetupSystemDev:1421 : 
Failed to get udev device for syspath '/sys/clas
s/dmi/id'#012
Oct 14 14:23:20 s3 kernel: libvirtd[15743]: segfault at 38 ip 0047dcdc 
sp 7f5828b51830 error 4 in libvirtd[40
+a4000]
Oct 14 14:23:20 s3 init: libvirt-bin main process (15742) killed by SEGV signal
Oct 14 14:23:20 s3 init: libvirt-bin main process ended, respawning

I read that an earlier incarnation of this bug was fixed (in 0.7.5-3) by
adding a second location for these devices, and you can see it's looking
there but still failing.

How can I create/get these devices? Why are they not created
automatically? FWIW, kvm-ok returns:

INFO: Your CPU supports KVM extensions
INFO: /dev/kvm exists
KVM acceleration can be used

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874350

Title:
  Segfault: Failed to get udev device for syspath
  '/sys/devices/virtual/dmi/id'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/874350/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 672513] Re: aptitude package pinning not working

2011-06-10 Thread Marcus Bointon
Yup, it's a bug. It was fixed in Debian last October and only made it
into aptitude 0.6.3-3.2 in Natty, so both Lucid and Maverick suffer from
this problem:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557580

I filed a backport request: https://bugs.launchpad.net/lucid-
backports/+bug/795602

But it would be nice if it could be fixed here.

The workaround is to stop using aptitude and use (ick) apt-get instead.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/672513

Title:
  aptitude package pinning not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aptitude/+bug/672513/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554172] Re: system services using "console output" not starting at boot

2010-09-21 Thread Marcus Bointon
I'm running the updated upstart and plymouth-free grub2 config on two newly 
installed amd64 boxes (bog-standard Dell 2950s) with today's 2.6.32-24-server 
kernel, and I'm still finding a whole bunch of services fail to start (cron, 
apache2, mysql, fail2ban, sysstat, postfix, openntpd, mysql-mmm), along with 
the unknown runlevel issue. All of them (except sysstat for some reason) start 
fine if I run telinit 2. One of them reported the localhost interface breakage, 
but the other did not.
It doesn't seem likely that all of these major, common packages have bugs with 
identical symptoms - it's got to be a problem with upstart - so reporting bugs 
on the packages is probably a waste of time.
This is a really major problem as it can (and does for us) render servers 
non-functional and insecure by default - why is it marked as 'wontfix' and 
downgraded from critical with no obvious pointer to a better bug?

-- 
system services using "console output" not starting at boot
https://bugs.launchpad.net/bugs/554172
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/mailman/listinfo/ubuntu-bugs


[Bug 632462] Re: --rsyncable option breaks scripts

2010-09-07 Thread Marcus Bointon
To reproduce the error:

touch blah
pigz -R blah
pigz abort: invalid option: rsyncable not implemented yet: -R

-- 
--rsyncable option breaks scripts
https://bugs.launchpad.net/bugs/632462
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/mailman/listinfo/ubuntu-bugs


[Bug 632462] [NEW] --rsyncable option breaks scripts

2010-09-07 Thread Marcus Bointon
Public bug reported:

Binary package hint: pigz

Given pigz' aim to replace gzip, it should provide complete 
command-compatibility with gzip, so that the only change necessary change in 
shell scripts should be changing /bin/gzip to /usr/bin/pigz.
The help page for pigz mentions an --rsyncable / -R option for this reason, but 
it doesn't actually support it. I don't have a problem with the functionality 
being missing, but it shouldn't cause an error and exit as it does. IMHO it 
should just ignore the switch since this is a transparent option in regular 
gzip (it improves efficiency of rsyncing gz archives, but archives are still 
completely gunzip compatible) and would still function fine if it was just 
ignored. At most it should display a warning on stderr unless -q is specified.

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

-- 
--rsyncable option breaks scripts
https://bugs.launchpad.net/bugs/632462
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/mailman/listinfo/ubuntu-bugs


[Bug 231706] Re: munin apache plugin no data

2010-07-21 Thread Marcus Bointon
This still happens on Lucid, but there's a less complicated fix for
this. The status moule is normally enabled with `a2enmod status`. All
that seems to be required to fix munin after that is to add
'ExtendedStatus On' to /etc/apache2/mods-enabled/status.conf so it looks
like this:


#
# Allow server status reports generated by mod_status,
# with the URL of http://servername/server-status
# Uncomment and change the ".example.com" to allow
# access from other hosts.
#
ExtendedStatus On

SetHandler server-status
Order deny,allow
Deny from all
Allow from localhost ip6-localhost
#Allow from .example.com




After doing that both the apache_accesses and apache_volume plugins
started working for me.

-- 
munin apache plugin no data
https://bugs.launchpad.net/bugs/231706
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/mailman/listinfo/ubuntu-bugs


[Bug 603496] [NEW] DeprecationWarning: object.__init__() takes no parameters

2010-07-09 Thread Marcus Bointon
Public bug reported:

Version 0.4+dfsg-1 installed on Lucid x64.

Emits a warning when run:

#pyfiglet hello
/usr/lib/pymodules/python2.6/pyfiglet.py:193: DeprecationWarning: 
object.__init__() takes no parameters
  str.__init__(self, *args, **kwargs)
╻ ╻┏━╸╻  ╻  ┏━┓
┣━┫┣╸ ┃  ┃  ┃ ┃
╹ ╹┗━╸┗━╸┗━╸┗━┛
(and this forum can't cope with ASCII art!)

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

-- 
DeprecationWarning: object.__init__() takes no parameters
https://bugs.launchpad.net/bugs/603496
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/mailman/listinfo/ubuntu-bugs

[Bug 575839] Re: VMs built with vm-builder won't run

2010-05-17 Thread Marcus Bointon
FYI, I supplied a VM I built to Soren off-site. He found it ran OK. I
asked for a VM built using the same config on a known-good server that I
could try. So far the story is:

VMs I build won't run poperly on this server
VMs built elsewhere (using different config) do run on this server
VMs I build run ok elsewhere

So for me, vm-builder works, kvm works, but not together.

-- 
VMs built with vm-builder won't run
https://bugs.launchpad.net/bugs/575839
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/mailman/listinfo/ubuntu-bugs


[Bug 575839] Re: VMs built with vm-builder won't run

2010-05-06 Thread Marcus Bointon
Here's the debug log. I see a lot of debug-level notices about missing
methods, but it doesn't seem to be leading to any actual errors, like
this:

2010-05-06 01:03:47,288 DEBUG   : Calling install_bootloader method in 
VMBuilder.plugins.libvirt plugin.
2010-05-06 01:03:47,289 DEBUG   : No such method

Is that a bug itself?

** Attachment added: "vmbuilder debug log"
   http://launchpadlibrarian.net/47917021/vmbuild.log

-- 
VMs built with vm-builder won't run
https://bugs.launchpad.net/bugs/575839
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/mailman/listinfo/ubuntu-bugs


[Bug 575839] Re: VMs built with vm-builder won't run

2010-05-05 Thread Marcus Bointon
If I run run.sh without sudo it says this:

open /dev/kvm: Permission denied
Could not initialize KVM, will disable KVM support

That said, it does open a qemu window, but it shows the same errors as
previously reported.

Re ownership, I've tried running with the folder owned by me, and
changed it to root later on, not both at once.

I'll post the debug log here tomorrow.

-- 
VMs built with vm-builder won't run
https://bugs.launchpad.net/bugs/575839
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/mailman/listinfo/ubuntu-bugs


[Bug 575839] Re: VMs built with vm-builder won't run

2010-05-05 Thread Marcus Bointon
I'd guess so since kvm insists on running as root! I've had the same problem 
with the vm folder and image owned by me and root, so I guess it's not that.
Do you have a known-good config I can use to generate a VM image to test with, 
possibly compare it with the image created on a machine that doesn't show this 
problem? That should either find problems with my config, or spot problems with 
the image.

-- 
VMs built with vm-builder won't run
https://bugs.launchpad.net/bugs/575839
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/mailman/listinfo/ubuntu-bugs


[Bug 575839] Re: VMs built with vm-builder won't run

2010-05-05 Thread Marcus Bointon

** Attachment added: "Screen shot 2010-05-05 at 16.38.55.png"
   
http://launchpadlibrarian.net/47877692/Screen%20shot%202010-05-05%20at%2016.38.55.png

-- 
VMs built with vm-builder won't run
https://bugs.launchpad.net/bugs/575839
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/mailman/listinfo/ubuntu-bugs


[Bug 575839] Re: VMs built with vm-builder won't run

2010-05-05 Thread Marcus Bointon

** Attachment added: "Screen shot 2010-05-05 at 16.36.51.png"
   
http://launchpadlibrarian.net/47877680/Screen%20shot%202010-05-05%20at%2016.36.51.png

-- 
VMs built with vm-builder won't run
https://bugs.launchpad.net/bugs/575839
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/mailman/listinfo/ubuntu-bugs


[Bug 575839] [NEW] VMs built with vm-builder won't run

2010-05-05 Thread Marcus Bointon
Public bug reported:

I'm running vmbuilder 0.12.3-0ubuntu1 on Lucid server. vmbuilder
apparently runs and assembles a machine image without error, but the
resulting VM just doesn't run properly, going extremely slowly (about 50
mins to reach a login prompt, though login isn't possible as it doesn't
respond to keystrokes), listing multiple errors on boot (see screen
shots - ignore the ^[[[A bits, they are just stray keystrokes). It also
reports "soft lockup" errors like in bug 333201.

Linux myserver 2.6.32-21-server #32-Ubuntu SMP Fri Apr 16 09:17:34 UTC
2010 x86_64 GNU/Linux

The build command I'm using is:

--suite lucid \
--flavour virtual \
--arch amd64 \
--libvirt qemu:///system \
--hostname vm2 \
--user user \
--name user \
--pass default \
--ip 192.168.0.100 \
--dest ./vm2

I think this is a vmbuilder problem because KVM machine images obtained
from elsewhere run fast and trouble-free on the same server and
environment using the same kvm config, so the only difference is the
image file. This may be down to JeOS itself - vmbuilder may just be
passing on its problems - but I don't know how to diagnose that.

** Affects: vm-builder (Ubuntu)
 Importance: Undecided
 Status: New

-- 
VMs built with vm-builder won't run
https://bugs.launchpad.net/bugs/575839
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/mailman/listinfo/ubuntu-bugs


[Bug 333201] Re: Virtual machine soft lockup - CPU gets stuck for XX seconds

2010-05-05 Thread Marcus Bointon
I managed to find a KVM appliance image (there don't seem to be many around) 
here:
http://ica-atom.org/docs/index.php?title=ICA-AtoM_virtual_appliance
This VM works with respectable performance and no errors on my server, so it 
looks like kvm is in the clear. The only thing that was different in the config 
is RAM allocation (128 vs 256m) in the run script, so I increased it in my 
generated vm and it still had the same problems, so it looks like vmbuilder is 
at fault (or JeOS itself).

-- 
Virtual machine soft lockup - CPU gets stuck for XX seconds
https://bugs.launchpad.net/bugs/333201
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/mailman/listinfo/ubuntu-bugs


[Bug 333201] Re: Virtual machine soft lockup - CPU gets stuck for XX seconds

2010-05-04 Thread Marcus Bointon
Sorry I didn't see your question earlier.
I'm now running the release version of 10.04:
Linux 2.6.32-21-server #32-Ubuntu SMP Fri Apr 16 09:17:34 UTC 2010 x86_64 
GNU/Linux
This particular machine isn't very high powered, but it should be at least 
usable. It has a single quad-core L5320 Xeon (with vmx), 10Gb RAM, SATA soft 
raid-1, no other major processes (not even apache), load average < 0.1. FWIW 
the host OS reboots in under a minute.

Here's CPUinfo on one core:

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 15
model name  : Intel(R) Xeon(R) CPU   L5320  @ 1.86GHz
stepping: 7
cpu MHz : 1866.966
cache size  : 4096 KB
physical id : 1
siblings: 4
core id : 0
cpu cores   : 4
apicid  : 4
initial apicid  : 4
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm 
constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor 
ds_cpl vmx tm2 ssse3 cx16 xtpr pdcm dca lahf_lm tpr_shadow
bogomips: 3733.93
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

I've attached a screenshot of the kind of thing it's doing. It takes
about 20 minutes to even get as far as this screen though! It's
completely unusable - after 50 mins it reached a login prompt, but typed
input eitehr doesn't work or is too slow to tell.

This is the command I gave to vmbuilder (which can't get much more
vanilla!)

vmbuilder kvm ubuntu \
--suite lucid \
--flavour virtual \
--arch amd64 \
--libvirt qemu:///system \
--hostname vm1 \
--user user \
--name user \
--pass default \
--ip 192.168.0.100 \
--dest /root/vm1

and kvm is run from its generated run.sh file with this:

exec kvm -m 128 -smp 1 -drive file=tmpkJv9OP.qcow2 "$@"

I don't know if this problem is because vmbuilder built a bad image, the
config is bad, or because kvm isn't working right.

** Attachment added: "kvm failing to run"
   
http://launchpadlibrarian.net/47820425/Screen%20shot%202010-05-04%20at%2022.07.24.png

-- 
Virtual machine soft lockup - CPU gets stuck for XX seconds
https://bugs.launchpad.net/bugs/333201
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/mailman/listinfo/ubuntu-bugs


[Bug 536942] Re: --firstboot option broken in 0.12.2-0ubuntu3

2010-05-04 Thread Marcus Bointon
I'd hope not, since it more or less renders Lucid's entire headline
cloud offering useless...

-- 
--firstboot option broken in 0.12.2-0ubuntu3
https://bugs.launchpad.net/bugs/536942
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/mailman/listinfo/ubuntu-bugs


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

2010-04-30 Thread Marcus Bointon
There are two files in there. One called ubuntu.xml that refers to an image 
file created in a folder called ubuntu-kvm (i.e. a default, as you suspected), 
the other called vm1.xml, which is what I specified as my hostname.
I'm also curious that that file is in the libvirt folder instead of bundled 
with the VM image since it contains a hard-coded path to the drive image which 
I can see breaking very easily. The run.sh file generated by vmbuilder also 
contains runtime config info for the VM, but only uses a relative path, so why 
is it duplicated like this? Would it not be better to name run.sh .sh 
and put it in the libvirt folder?

-- 
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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2010-04-22 Thread Marcus Bointon
I'm wary of making changes there as that page is for the older shell
script version of vmbuilder and I don't know if the same things apply -
I don't want to break things for Intrepid users just because Lucid is
different.

I also noticed that hostname is missing from the man page too.

I'm also not clear on whether hostname really is mandatory or just a
means of avoiding this bug, in which case this bug report is probably
good enough to be found by those that need it. I'm guessing it's just a
workaround for this bug as otherwise the docs would have mentioned it.

-- 
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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 568702] [NEW] Vital omission on JeOS / vmbuilder page

2010-04-22 Thread Marcus Bointon
Public bug reported:

Binary package hint: ubuntu-docs

This is for this page: http://doc.ubuntu.com/ubuntu/serverguide/C/jeos-
and-vmbuilder.html

This guide omits a description of the --hostname option, and vmbuilder
(on Lucid) won't work without it (see bug 562189), so NONE of the
examples in the guide will work! If documentation has a criticality
level, I'd say this one rates highly, since it just cost me 2 weeks!

Appropriate text might be included with the networking options (--ip
etc):

--hostname The hostname (one word, must be DNS-safe). No default value;
Must be provided

I don't know if you have a house style for mandatory parameters, but
some kind of emphasis to make it clear would be good.

In all the example command lines, add something like the following:

--hostname myvm

HTH

** Affects: ubuntu-docs (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Vital omission on JeOS / vmbuilder page
https://bugs.launchpad.net/bugs/568702
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/mailman/listinfo/ubuntu-bugs


[Bug 568687] [NEW] Bulit vm image file retains random temp filename

2010-04-22 Thread Marcus Bointon
Public bug reported:

This is just a small feature request. While vmbuilder is running, it
constructs the new VM in /tmp under a randomly generated folder name
like 'tmpkJv90L'. When it's finished, it moves the completed image file
to the location given by the --dest option, however, it retains the
cryptic folder name as the filename for the image file. So for example
if I specified --dest /home/me/webserver --hostname webserver and I end
up with a folder containing run.sh and an image file called
tmpkJv9OL.qcow2. It would be nicer and easier to manage if it called it
webserver.qcow2, possibly appending numbers or letters to deal with
filename clashes.

** Affects: vm-builder (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Bulit vm image file retains random temp filename
https://bugs.launchpad.net/bugs/568687
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/mailman/listinfo/ubuntu-bugs


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

2010-04-22 Thread Marcus Bointon
Yay! That did it! I added a --hostname and it just worked, so thanks very much.
I don't think it's to do with whether a VM already exists as I have none in my 
folder and have been wiping /tmp files between each build (because it doesn't 
clean up after dying). In my case it should have nothing to clash with as I'd 
never had a successful build before! It's curious that the lack of a hostname 
should provoke an overwrite check when the --dest param deals with where the VM 
will be put.
I'll report it as a documentation bug as well since the official docs on using 
vmbuilder don't even mention the hostname property: 
http://doc.ubuntu.com/ubuntu/serverguide/C/jeos-and-vmbuilder.html

-- 
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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2010-04-22 Thread Marcus Bointon
I've now tried this without the -o option (having spotted the
self.vm.overwrite is the root of the problem), but that didn't make any
difference. Any chance of getting some attention to this as it's a
complete showstopper for me. It means my entire UEC / JeOS
virtualization plans are on hold. Unless there's some other minimal VM
builder that I don't know about?

-- 
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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2010-04-21 Thread Marcus Bointon
Still there with libvirt 0.7.5-5ubuntu25

-- 
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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562575] Re: vm-builder fails to resolve package dependency in vanilla system

2010-04-21 Thread Marcus Bointon
Indeed - this went away when I removed the proxy option, thanks for the 
pointer. The proxy log shows timeouts from the repo.
Now I'm stuck with bug 562189 again.

-- 
vm-builder fails to resolve package dependency in vanilla system
https://bugs.launchpad.net/bugs/562575
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/mailman/listinfo/ubuntu-bugs


[Bug 429867] Re: runlevel arguments (none) do not match LSB Default-Start values (0 6)

2010-04-20 Thread Marcus Bointon
Still present in Lucid:

dpkg-reconfigure unattended-upgrades
(say yes)
update-rc.d: warning: unattended-upgrades start runlevel arguments (none) do 
not match LSB Default-Start values (0 6)
update-rc.d: warning: unattended-upgrades stop runlevel arguments (0 6) do not 
match LSB Default-Stop values (none)

These look like they're just inverted

-- 
runlevel arguments (none) do not match LSB Default-Start values (0 6)
https://bugs.launchpad.net/bugs/429867
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/mailman/listinfo/ubuntu-bugs


[Bug 562575] Re: vm-builder fails to resolve package dependency in vanilla system

2010-04-19 Thread Marcus Bointon
ok, after a full-upgrade and a reboot before building a vm, I'm still
getting similar errors, however, it seems to be intermittent - I did one
build that was chock-full of dependency failures (in debootstrap.log),
then did another one which didn't but had other problems, though missing
packages seemed to be a part of that - I attach the vmbuilder output
FWIW. I'm at a loss as to how to track this down further, given the
inconsistency.

In the last 3 weeks I've yet to create a single VM successfully, failing
with different errors almost every time, and most of the related bug
reports have been marked as post-10.04 fixes - is it working for anyone?

** Attachment added: "vmbuildfailureoutput.txt"
   http://launchpadlibrarian.net/44853530/vmbuildfailureoutput.txt

-- 
vm-builder fails to resolve package dependency in vanilla system
https://bugs.launchpad.net/bugs/562575
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/mailman/listinfo/ubuntu-bugs


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

2010-04-15 Thread Marcus Bointon
Still there with libvirt 0.7.5-5ubuntu24.

-- 
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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2010-04-15 Thread Marcus Bointon
Unfortunately it was just hiding, and it's back again with libvirt
0.7.5-5ubuntu23. Same config, same error.

-- 
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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562575] [NEW] vm-builder fails to resolve package dependency in vanilla system

2010-04-13 Thread Marcus Bointon
Public bug reported:

Using this vmbuilder command (note no additional packages requested,
just creating a completely vanilla system):

vmbuilder kvm ubuntu \
--suite lucid \
--flavour virtual \
--arch amd64 \
-o \
--libvirt qemu:///system \
--part vmbuilder.partition \
--user user \
--name user \
--pass default \
--ip 192.168.176.100 \
--mirror http://192.168.176.19:/ubuntu \
--dest /root/vm1

I get this output:

2010-04-13 20:34:43,139 INFO: Calling hook: preflight_check
2010-04-13 20:34:43,142 INFO: Calling hook: set_defaults
2010-04-13 20:34:43,143 INFO: Calling hook: bootstrap
2010-04-13 21:04:46,647 INFO: Calling hook: configure_os
2010-04-13 21:06:30,399 INFO: 
2010-04-13 21:06:30,400 INFO: Current default time zone: 'Etc/UTC'
2010-04-13 21:06:30,403 INFO: Local time is now:  Tue Apr 13 20:06:30 
UTC 2010.
2010-04-13 21:06:30,403 INFO: Universal Time is now:  Tue Apr 13 20:06:30 
UTC 2010.
2010-04-13 21:06:30,404 INFO: 
2010-04-13 21:06:32,540 INFO: E: Unmet dependencies. Try using -f.
2010-04-13 21:06:32,541 ERROR   : Process (['chroot', '/tmp/tmp2fxDFW', 
'apt-get', '-y', '--force-yes', 'dist-upgrade']) returned 100. stdout: Reading 
package lists...
Building dependency tree...
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
  mountall: Depends: makedev but it is not installed
Depends: plymouth but it is not installed
  python2.6: Depends: libsqlite3-0 (>= 3.6.22) but it is not installed
  ubuntu-minimal: Depends: makedev but it is not installed
, stderr: E: Unmet dependencies. Try using -f.

Traceback (most recent call last):
  File "/usr/bin/vmbuilder", line 24, in 
cli.main()
  File "/usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py", line 109, 
in main
distro.build_chroot()
  File "/usr/lib/python2.6/dist-packages/VMBuilder/distro.py", line 83, in 
build_chroot
self.call_hooks('configure_os')
  File "/usr/lib/python2.6/dist-packages/VMBuilder/distro.py", line 66, in 
call_hooks
call_hooks(self, *args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/VMBuilder/util.py", line 165, in 
call_hooks
getattr(context, func, log_no_such_method)(*args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/VMBuilder/plugins/ubuntu/distro.py", 
line 157, in configure_os
self.suite.update()
  File "/usr/lib/python2.6/dist-packages/VMBuilder/plugins/ubuntu/dapper.py", 
line 76, in update
env={ 'DEBIAN_FRONTEND' : 'noninteractive' })
  File "/usr/lib/python2.6/dist-packages/VMBuilder/plugins/ubuntu/dapper.py", 
line 327, in run_in_target
return self.context.run_in_target(*args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/VMBuilder/plugins/__init__.py", line 
86, in run_in_target
return util.run_cmd('chroot', self.chroot_dir, *args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/VMBuilder/util.py", line 120, in 
run_cmd
raise VMBuilderException, "Process (%s) returned %d. stdout: %s, stderr: 
%s" % (args.__repr__(), status, mystdout.buf, mystderr.buf)
VMBuilder.exception.VMBuilderException: Process (['chroot', '/tmp/tmp2fxDFW', 
'apt-get', '-y', '--force-yes', 'dist-upgrade']) returned 100. stdout: Reading 
package lists...
Building dependency tree...
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
  mountall: Depends: makedev but it is not installed
Depends: plymouth but it is not installed
  python2.6: Depends: libsqlite3-0 (>= 3.6.22) but it is not installed
  ubuntu-minimal: Depends: makedev but it is not installed
, stderr: E: Unmet dependencies. Try using -f.

Is this a problem in vmbuilder, or just a symptom of an unstable package
tree?

** Affects: vm-builder (Ubuntu)
 Importance: Undecided
 Status: New

-- 
vm-builder fails to resolve package dependency in vanilla system
https://bugs.launchpad.net/bugs/562575
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/mailman/listinfo/ubuntu-bugs


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

2010-04-13 Thread Marcus Bointon
I noticed that libvirt got updated to 0.7.5-5ubuntu22 today, and it's
possible that this bug has been fixed by it, however, I'm not sure as
I've got another bug instead that may just be obscuring it...

-- 
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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2010-04-13 Thread Marcus Bointon
Public bug reported:

Running vmbuilder with this command:

vmbuilder kvm ubuntu \
--suite lucid \
--flavour virtual \
--arch amd64 \
-o \
--libvirt qemu:///system \
--part vmbuilder.partition \
--user user \
--name user \
--pass default \
--ip 192.168.176.100 \
--mirror http://192.168.176.19:/ubuntu \
--dest /root/vm1

and this partition file:

root 8000
swap 2000
/home 1000
/var 8000
/var/log 2000

Results in this output and error:

2010-04-13 09:57:30,587 INFO: Calling hook: preflight_check
2010-04-13 09:57:30,625 INFO: Calling hook: set_defaults
2010-04-13 09:57:30,626 INFO: Calling hook: bootstrap
2010-04-13 09:59:42,333 INFO: Calling hook: configure_os
2010-04-13 10:01:19,098 INFO: 
2010-04-13 10:01:19,098 INFO: Current default time zone: 'Etc/UTC'
2010-04-13 10:01:19,101 INFO: Local time is now:  Tue Apr 13 09:01:19 
UTC 2010.
2010-04-13 10:01:19,101 INFO: Universal Time is now:  Tue Apr 13 09:01:19 
UTC 2010.
2010-04-13 10:01:19,101 INFO: 
2010-04-13 10:03:01,863 INFO: Calling hook: post_install
2010-04-13 10:03:01,892 INFO: Calling hook: preflight_check
Traceback (most recent call last):
  File "/usr/bin/vmbuilder", line 24, in 
cli.main()
  File "/usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py", line 116, 
in main
hypervisor.install_os()
  File "/usr/lib/python2.6/dist-packages/VMBuilder/hypervisor.py", line 59, in 
install_os
self.call_hooks('preflight_check')
  File "/usr/lib/python2.6/dist-packages/VMBuilder/distro.py", line 66, in 
call_hooks
call_hooks(self, *args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/VMBuilder/util.py", line 158, in 
call_hooks
getattr(plugin, func, log_no_such_method)(*args, **kwargs)
  File 
"/usr/lib/python2.6/dist-packages/VMBuilder/plugins/libvirt/__init__.py", line 
54, in preflight_check
if hostname in self.all_domains() and not self.vm.overwrite:
AttributeError: 'Libvirt' object has no attribute 'vm'

I'm running 2.6.32-20-server with libvirt 0.7.5-5ubuntu21, python-vm-
builder 0.12.3-0ubuntu1 (all latest lucid packages).

** Affects: vm-builder (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 559190] [NEW] Minor error on JeOS / vmbuilder page

2010-04-09 Thread Marcus Bointon
Public bug reported:

Binary package hint: ubuntu-docs

On this page: http://doc.ubuntu.com/ubuntu/serverguide/C/jeos-and-
vmbuilder.html there's this example:

sudo vmbuilder kvm ubuntu --suite lucid --flavour virtual --arch i386 -o \ 
 --libvirt qemu:///system --ip 192.168.0.100 --part vmbuilder.partition 
--user user \
 --name user --pass default --addpkg apache2 --addpkg 
apache2-mpm-prefork \ 
 --addpkg apache2-utils --addpkg apache2.2-common --addpkg 
dbconfig-common \ 
 --addpkg libapache2-mod-php5 --addpkg mysql-client --addpkg php5-cli \ 
 --addpkg php5-gd --addpkg php5-ldap --addpkg php5-mysql --addpkg 
wwwconfig-common \
 --addpkg mysql-server --addpkg unattended-upgrades --addpkg acpid 
--ppa nijaba \ 
 --mirror http://mirroraddress:/ubuntu --tmpfs - --firstboot 
boot.sh \
 --firstlogin login.sh es

that 'es' at the end shouldn't be there, so it should be:

sudo vmbuilder kvm ubuntu --suite lucid --flavour virtual --arch i386 -o \ 
 --libvirt qemu:///system --ip 192.168.0.100 --part vmbuilder.partition 
--user user \
 --name user --pass default --addpkg apache2 --addpkg 
apache2-mpm-prefork \ 
 --addpkg apache2-utils --addpkg apache2.2-common --addpkg 
dbconfig-common \ 
 --addpkg libapache2-mod-php5 --addpkg mysql-client --addpkg php5-cli \ 
 --addpkg php5-gd --addpkg php5-ldap --addpkg php5-mysql --addpkg 
wwwconfig-common \
 --addpkg mysql-server --addpkg unattended-upgrades --addpkg acpid 
--ppa nijaba \ 
 --mirror http://mirroraddress:/ubuntu --tmpfs - --firstboot 
boot.sh \
 --firstlogin login.sh

(A separate issue is that none of the --tmpfs, --firstboot and
--firstlogin options actually work, but hopefully they will be fixed as
they're covered by other bug reports)

** Affects: ubuntu-docs (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Minor error on JeOS / vmbuilder page
https://bugs.launchpad.net/bugs/559190
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/mailman/listinfo/ubuntu-bugs


[Bug 333201] Re: Virtual machine soft lockup - CPU gets stuck for XX seconds

2010-04-09 Thread Marcus Bointon
I'm getting this on 10.04 beta2 with 2.6.32-19-virtual (in the VM, built
with vmbuilder) and 2.6.32-19-server on the host on boot of a VM,
rendering virtualization completely inoperable, 100% failure rate. I'm
running qemu-kvm 0.12.3+noroms-0ubuntu5

-- 
Virtual machine soft lockup - CPU gets stuck for XX seconds
https://bugs.launchpad.net/bugs/333201
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/mailman/listinfo/ubuntu-bugs


[Bug 550687] Re: vmbuilder: error: no such option: --firstboot

2010-04-08 Thread Marcus Bointon
*** This bug is a duplicate of bug 536942 ***
https://bugs.launchpad.net/bugs/536942

** This bug has been marked a duplicate of bug 536942
   --firstboot option broken in 0.12.2-0ubuntu3

-- 
vmbuilder: error: no such option: --firstboot
https://bugs.launchpad.net/bugs/550687
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/mailman/listinfo/ubuntu-bugs


[Bug 8058] Re: grub-install hangs with xfs root/boot

2009-09-09 Thread Marcus Bointon
This is still happening for me in Jaunty. Seems that there's no
workaround in the installer as the busybox consoles don't seem to know
what xfs_freeze is.

-- 
grub-install hangs with xfs root/boot
https://bugs.launchpad.net/bugs/8058
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 260745] Re: ufw should support insertion of rules

2008-10-15 Thread Marcus Bointon
I've run into what Roland is describing, and I quite agree that the
status output (or perhaps another command like 'ufw rules') should match
input commands. I once set a rule that was wrong and it took me ages to
figure out exactly the right syntax to remove it - it should not even be
necessary for me to look at a man page to do it, after all, the whole
point of using ufw instad of plain iptables is that it's supposedly
easier to use. Also agree on putting source rules in a config file - in
fact why not use /etc/ufw/ufw.conf since it's only being used for
'ENABLED' at present - and have it regenerate the native rules files on
a restart of ufw.

-- 
ufw should support insertion of rules
https://bugs.launchpad.net/bugs/260745
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/mailman/listinfo/ubuntu-bugs


[Bug 152129] Re: Segfault/double-free crash in python-pysqlite2 in apache2

2007-10-12 Thread Marcus Bointon
** Also affects: trac (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Segfault/double-free crash in python-pysqlite2 in apache2
https://bugs.launchpad.net/bugs/152129
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 152129] Segfault/double-free crash in python-pysqlite2 in apache2

2007-10-12 Thread Marcus Bointon
Public bug reported:

python 2.5.1, libapache2-mod-python 3.2.10, python-pysqlite2 2.3.2-1,
apache2 2.2.3-3.2build1, trac 0.10.3-1.

Using all standard ubuntu packages, nothing odd. Hitting trac's start
page gives an immediate apache2 segfault which appears to be in python-
pysqlite2. I also tried a later version of trac from source, but made no
difference.

Here's the segfault from the apache2 error log:

[Fri Oct 12 22:37:07 2007] [notice] Apache/2.2.3 (Ubuntu) DAV/2 SVN/1.4.3 
mod_python/3.2.10 Python/2.5.1 PHP/5.2.1 mod_ssl/2.2.3 OpenSSL/0.9.8c 
configured -- resuming normal operations
*** glibc detected *** /usr/sbin/apache2: double free or corruption (fasttop): 
0x088b8bb8 ***
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6[0xb7b567cd]
/lib/tls/i686/cmov/libc.so.6(cfree+0x90)[0xb7b59e30]
/usr/lib/libpython2.5.so.1.0(PyMem_Free+0x1d)[0xb757a59d]
/usr/lib/python2.5/site-packages/pysqlite2/_sqlite.so(connection_dealloc+0x5d)[0xae35700d]
/usr/lib/libpython2.5.so.1.0[0xb756440a]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalCodeEx+0x46f)[0xb75c7e9f]
/usr/lib/libpython2.5.so.1.0[0xb75656ba]
/usr/lib/libpython2.5.so.1.0(PyObject_Call+0x37)[0xb7542987]
/usr/lib/libpython2.5.so.1.0[0xb754a1a8]
/usr/lib/libpython2.5.so.1.0(PyObject_Call+0x37)[0xb7542987]
/usr/lib/libpython2.5.so.1.0[0xb758ec8e]
/usr/lib/libpython2.5.so.1.0[0xb758e015]
/usr/lib/libpython2.5.so.1.0(PyObject_Call+0x37)[0xb7542987]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x13cc)[0xb75c238c]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalCodeEx+0x7c4)[0xb75c81f4]
/usr/lib/libpython2.5.so.1.0[0xb7565790]
/usr/lib/libpython2.5.so.1.0(PyObject_Call+0x37)[0xb7542987]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x3f8b)[0xb75c4f4b]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalCodeEx+0x7c4)[0xb75c81f4]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x56a3)[0xb75c6663]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x5d70)[0xb75c6d30]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x5d70)[0xb75c6d30]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x5d70)[0xb75c6d30]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalCodeEx+0x7c4)[0xb75c81f4]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x56a3)[0xb75c6663]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalCodeEx+0x7c4)[0xb75c81f4]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x56a3)[0xb75c6663]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x5d70)[0xb75c6d30]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x5d70)[0xb75c6d30]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x5d70)[0xb75c6d30]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalCodeEx+0x7c4)[0xb75c81f4]
/usr/lib/libpython2.5.so.1.0[0xb75656ba]
/usr/lib/libpython2.5.so.1.0(PyObject_Call+0x37)[0xb7542987]
/usr/lib/libpython2.5.so.1.0[0xb754a1a8]
/usr/lib/libpython2.5.so.1.0(PyObject_Call+0x37)[0xb7542987]
/usr/lib/libpython2.5.so.1.0[0xb7542c03]
/usr/lib/libpython2.5.so.1.0(PyObject_CallMethod+0x72)[0xb7544fb2]
/usr/lib/apache2/modules/mod_python.so[0xb766e83b]
/usr/lib/apache2/modules/mod_python.so[0xb7670210]
/usr/sbin/apache2(ap_run_handler+0x59)[0x80790d9]
/usr/sbin/apache2(ap_invoke_handler+0x61)[0x807c421]
/usr/sbin/apache2(ap_process_request+0x178)[0x8089718]
/usr/sbin/apache2[0x8086a0b]
/usr/sbin/apache2(ap_run_process_connection+0x59)[0x80802d9]
/usr/sbin/apache2[0x808d790]
/usr/sbin/apache2[0x808da87]
/usr/sbin/apache2[0x808db44]
/usr/sbin/apache2(ap_mpm_run+0xa69)[0x808e5c9]
/usr/sbin/apache2(main+0x845)[0x8066c35]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xdc)[0xb7b04ebc]
/usr/sbin/apache2(apr_global_mutex_lock+0x39)[0x8065e11]
=== Memory map: 
08048000-0809a000 r-xp  08:01 4457322/usr/sbin/apache2
0809a000-0809c000 rwxp 00052000 08:01 4457322/usr/sbin/apache2
0809c000-089e1000 rwxp 0809c000 00:00 0  [heap]
6860-68621000 rwxp 6860 00:00 0 
68621000-6870 ---p 68621000 00:00 0 
6871c000-68727000 r-xp  08:01 1392710/lib/libgcc_s.so.1
68727000-68728000 rwxp a000 08:01 1392710/lib/libgcc_s.so.1
68728000-ad1e4000 rwxp 68728000 00:00 0 
ad1e4000-ad1e5000 ---p ad1e4000 00:00 0 
ad1e5000-ad9e5000 rwxp ad1e5000 00:00 0 
ad9e5000-ad9e6000 ---p ad9e5000 00:00 0 
ad9e6000-ae1e6000 rwxp ad9e6000 00:00 0 
ae1e6000-ae20b000 r-xp  08:01 4539426
/usr/lib/python-support/python-subversion/python2.5/libsvn/_repos.so
ae20b000-ae20e000 rwxp 00025000 08:01 4539426
/usr/lib/python-support/python-subversion/python2.5/libsvn/_repos.so
ae20e000-ae224000 r-xp  08:01 4539422
/usr/lib/python-support/python-subversion/python2.5/libsvn/_delta.so
ae224000-ae227000 rwxp 00015000 08:01 4539422
/usr/lib/python-support/python-subversion/python2.5/libsvn/_delta.so
ae227000-ae261000 r-xp  08:01 4539421
/usr/lib/python-support/python-subversion/python2.5/libsvn/_core.so
ae261000-ae265000 rwxp 0003a000 08:01 4539421
/usr/lib/python-support/python-subversion/python2.5/libsvn/_core.so
ae265000-ae283000 r-xp  08:01 4462104/usr/lib/libneon.so.26.0.3
ae283000-ae2

[Bug 148047] Re: python-pysqlite2 version clash with libsqlite3 on dapper

2007-10-12 Thread Marcus Bointon
** Also affects: trac (Ubuntu)
   Importance: Undecided
   Status: New

-- 
python-pysqlite2 version clash with libsqlite3 on dapper
https://bugs.launchpad.net/bugs/148047
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148047] python-pysqlite2 version clash with libsqlite3 on dapper

2007-10-02 Thread Marcus Bointon
Public bug reported:

Binary package hint: python-pysqlite2

Until recently I had a working trac install on dapper LTS. trac depends
upon python-pysqlite2, which in turn depends on libsqlite3. It appears
that in some recent update, python-pysqlite2 was built against a
different and incompatible version of libsqlite3 than is distributed in
dapper. Current dapper LTS release of python-pysqlite2 is 2.0.5 and
libsqlite3 is 3.2.8, but it looks like pysqlite is built against a
version other than 3.2.8 which causes trac to die with an error saying
"You can only execute one statement at a time".

A trac bug about this is here: http://trac.edgewall.org/ticket/2993

While it would be nice to upgrade everything related to trac, it has
been excluded from dapper-backports as it has too many large upstream
dependencies, so my only solutions are to report it here and hope it
gets fixed, or to work outside of the ubuntu packages, which I really
want to avoid.

** Affects: python-pysqlite2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
python-pysqlite2 version clash with libsqlite3 on dapper
https://bugs.launchpad.net/bugs/148047
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs