[Bug 946754] [NEW] dnsmasq does not respect/watch '/etc/hosts' updates

2012-03-04 Thread Paul Sladen
Public bug reported: Network Manager now fires up a dedicate dnsmaq process for DNS resolution. This dnsmasq process does not notice changes to '/etc/hosts', requiring one to jump through hops when this file is changed. Ideally dnsmasq should purge itself when '/etc/hosts' is changed. **

[Bug 946754] Re: dnsmasq does not respect/watch '/etc/hosts' updates

2012-03-04 Thread Paul Sladen
The manpage talks about: -T, --local-ttl=time When replying with information from /etc/hosts or the DHCP leases file dnsmasq by default sets the time-to-live field to zero, meaning that the requestor should not itself cache the information. This is the correct thing

[Bug 946754] Re: dnsmasq does not respect/watch '/etc/hosts' updates

2012-03-05 Thread Paul Sladen
Had a reply from Simon Kelly (upstream). The worry is about race conditions and reading /etc/hosts or resolv.conf after the 'mtime' has been changed, but before the file has been completely written out (dnsmasq already tries to backoff and schedule a re-read a couple of seconds late if it finds

[Bug 946754] Re: dnsmasq does not respect/watch '/etc/hosts' updates

2012-03-05 Thread Paul Sladen
(Workaround was introduced to Network Manager). In the mean-time upstream are now looking at inotify support for dnsmasq-2.61 to reduce the residual polling overhead in the longer-term (will miss 2.60 as that's nearly out). ** Package changed: dnsmasq (Ubuntu) = network-manager (Ubuntu) -- You

[Bug 697181] [NEW] DoS: Infinite loop processing 2.2250738585072011e-308

2011-01-04 Thread Paul Sladen
*** This bug is a security vulnerability *** Public security bug reported: Binary package hint: php5 Processing certain textual forms of MAX_FLOAT leads to an infinite loop/hang/DoS:   php -r print 2.2250738585072011e-308; hangs indefinitely, whereas:   php -r print 2.2250738585072010e-308;

[Bug 697181] Re: DoS: Infinite loop processing 2.2250738585072011e-308

2011-01-04 Thread Paul Sladen
** Also affects: php5 (Ubuntu Lucid) Importance: Undecided Status: New ** Also affects: php5 (Ubuntu Maverick) Importance: Undecided Status: New ** Also affects: php5 (Ubuntu Natty) Importance: Undecided Status: Confirmed ** Changed in: php5 (Ubuntu Maverick)

[Bug 429872] [NEW] /sbin/apparmor_parser: ... Profile doesn't conform to protocol

2009-09-15 Thread Paul Sladen
Public bug reported: Binary package hint: tcpdump /sbin/apparmor_parser: Unable to replace /usr/share/gdm/guest-session/Xsession. Profile doesn't conform to protocol /sbin/apparmor_parser: Unable to replace /usr/bin/evince. Profile doesn't conform to protocol /sbin/apparmor_parser: Unable to

[Bug 550666] [NEW] AttributeError: 'SettingGroup' object has no attribute 'add_option'

2010-03-28 Thread Paul Sladen
Public bug reported: $ sudo ./build.sh Traceback (most recent call last): File /usr/bin/vmbuilder, line 24, in module cli.main() File /usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py, line 59, in main hypervisor, distro = self.handle_args(optparser, sys.argv[1:]) File

[Bug 550675] [NEW] AttributeError: 'Xen' object has no attribute 'add_filesystem'

2010-03-28 Thread Paul Sladen
Public bug reported: Run with default settings: sudo vmbuilder xen ubuntu 2010-03-29 05:36:11,620 INFO: Calling hook: preflight_check 2010-03-29 05:36:11,626 INFO: Calling hook: set_defaults 2010-03-29 05:36:11,626 INFO: Calling hook: bootstrap 2010-03-29 05:37:51,886 INFO:

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

2010-03-28 Thread Paul Sladen
** Changed in: vm-builder (Ubuntu) Importance: Medium = High ** Changed in: vm-builder (Ubuntu) Milestone: None = ubuntu-10.04 -- --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

[Bug 531409] Re: vmbuilder xen ubuntu completely borked

2010-03-29 Thread Paul Sladen
** Also affects: ubuntu Importance: Undecided Status: New ** Package changed: ubuntu = vm-builder (Ubuntu) -- vmbuilder xen ubuntu completely borked https://bugs.launchpad.net/bugs/531409 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 550689] [NEW] vmbuilder: error: no such option: --firstlogin

2010-03-29 Thread Paul Sladen
Public bug reported: Usage: vmbuilder hypervisor distro [options] vmbuilder: error: no such option: --firstlogin ** Affects: vmbuilder Importance: Undecided Status: New ** Affects: vm-builder (Ubuntu) Importance: Undecided Status: New ** Also affects: vmbuilder

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

2010-03-29 Thread Paul Sladen
Public bug reported: Usage: vmbuilder hypervisor distro [options] vmbuilder: error: no such option: --firstboot ** Affects: vmbuilder Importance: Undecided Status: New ** Affects: vm-builder (Ubuntu) Importance: Undecided Status: New ** Also affects: vmbuilder

[Bug 550691] [NEW] TypeError: int() argument must be a string or a number, not 'NoneType'

2010-03-29 Thread Paul Sladen
Public bug reported: Traceback (most recent call last): File /usr/bin/vmbuilder, line 24, in module cli.main() File /usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py, line 105, in main self.set_disk_layout(hypervisor) File

[Bug 551451] [NEW] TypeError: coercing to Unicode: need string or buffer, NoneType found

2010-03-30 Thread Paul Sladen
Public bug reported: sudo vmbuilder xen ubuntu \ --suite lucid --flavour virtual --arch amd64 \ --part partitions.txt \ --user ubuntu --name Ubuntu \ --components main,universe \ --addpkg openssh-server 2010-03-30 07:25:00,509 INFO: Calling hook: preflight_check

[Bug 551451] Re: TypeError: coercing to Unicode: need string or buffer, NoneType found

2010-03-30 Thread Paul Sladen
Altering whether 'partitions.txt' has a newline at the end gives a different traceback: ubu...@ubuntu:~/build$ cat partitions.txt root 2 ubu...@ubuntu:~/build$ If the newline is added, then the result is: 2010-03-30 07:32:57,831 INFO: Calling hook: post_install Traceback (most recent

[Bug 551474] [NEW] Should Recommends: kvm-pxe extension BIOS blobs so that PXE just works

2010-03-30 Thread Paul Sladen
Public bug reported: Binary package hint: qemu-kvm The network extension BIOS blobs built from the etherboot source are shipped in the separate 'kvm-pxe' package, which probably should be installed by default so that PXE booting works out-of-the-box on virtual machines. Bumping 'kvm-pxe' to

[Bug 517067] Re: Using virtio for block devices makes disks and partitions disappear in KVM/QEMU (using vmbuilder and libvirt)

2010-03-30 Thread Paul Sladen
Surely the problem here, is that for the standard method of mount-by- UUID is being overridden? If mount-by-UUID is in use then it doesn't matter whether a device shows up as /dev/{sd,hd,hv}* -- Using virtio for block devices makes disks and partitions disappear in KVM/QEMU (using vmbuilder

[Bug 550680] Re: --part fails on trailing newline

2010-03-30 Thread Paul Sladen
Latest lucid/head (0.12.3 currently). -- --part fails on trailing newline https://bugs.launchpad.net/bugs/550680 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vm-builder in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 552566] [NEW] xen --part still broken

2010-03-31 Thread Paul Sladen
Public bug reported: vmbuilder xen ubuntu \ --suite lucid --flavour virtual --arch amd64 \ --user ubuntu --name Ubuntu \ --components main,universe \ --addpkg openssh-server \ --part partitions.txt 2010-03-31 14:32:09,934 INFO: Calling hook: post_install Traceback (most

[Bug 550691] Re: TypeError: int() argument must be a string or a number, not 'NoneType'

2010-04-20 Thread Paul Sladen
I thought we'd gone through this one: hexdump -C partitions.txt 72 6f 6f 74 20 32 30 30 30 0a|root 2000.| -- TypeError: int() argument must be a string or a number, not 'NoneType' https://bugs.launchpad.net/bugs/550691 You received this bug notification

[Bug 1449903] Re: package nginx-core 1.6.2-5ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-05-16 Thread Paul Sladen
*** This bug is a duplicate of bug 1447294 *** https://bugs.launchpad.net/bugs/1447294 ** This bug has been marked a duplicate of bug 1447294 package nginx-full 1.6.2-5ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 -- You

[Bug 1455766] Re: package nginx-core 1.6.2-5ubuntu3 failed to install/upgrade: subproces post-installation script geïnstalleerd gaf een foutwaarde 1 terug

2015-05-16 Thread Paul Sladen
*** This bug is a duplicate of bug 1447294 *** https://bugs.launchpad.net/bugs/1447294 ** This bug has been marked a duplicate of bug 1447294 package nginx-full 1.6.2-5ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 -- You