[Bug 1464107] Re: Disk sizing information in the config file ignored

2015-06-11 Thread David Peall
I've found the bug but am not sure how to fix:

This code here in cli.py:

if self.options.config:
config_files.append(self.options.config)
util.apply_config_files_to_context(config_files, distro)
util.apply_config_files_to_context(config_files, hypervisor)

Only loads settings that are properties of the distro and hypervisor
object, that excludes settings for disk so rootsize, optsize, swapsize
and part are therefore ignored in configurations files.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in Ubuntu.
https://bugs.launchpad.net/bugs/1464107

Title:
  Disk sizing information in the config file ignored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1464107/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1464107] Re: Disk sizing information in the config file ignored

2015-06-11 Thread David Peall
** Description changed:

  I'm running ubuntu 14.10 and 15.04.
  
  I have tried rootsize and the part configuration in the
  /etc/vmbuilder.cfg and both are ignored.
  
- When adding the --rootsize or --part cmd line options the vm is build
- correctly.
+ When adding the --rootsize, --swapsize or --part cmd line options the vm
+ is build correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in Ubuntu.
https://bugs.launchpad.net/bugs/1464107

Title:
  Disk sizing information in the config file ignored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1464107/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1464107] Re: Disk sizing information in the config file ignored

2015-06-11 Thread David Peall
I added the following 2 lines in 
:/usr/lib/python2.7/dist-packages/VMBuilder/contrib/cli.py
line 153:
logging.debug(Option part:= %s,self.options.part)
logging.debug(Option rootsize:= %s,self.options.rootsize)

Output:
2015-06-11 10:25:22,213 DEBUG   : Option part:= None
2015-06-11 10:25:22,214 DEBUG   : Option rootsize:= 4096

Even though part is specified in the /etc/vmbuilder.cfg

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in Ubuntu.
https://bugs.launchpad.net/bugs/1464107

Title:
  Disk sizing information in the config file ignored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1464107/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1464107] [NEW] Disk sizing information in the config file ignored

2015-06-10 Thread David Peall
Public bug reported:

I'm running ubuntu 14.10 and 15.04.

I have tried rootsize and the part configuration in the
/etc/vmbuilder.cfg and both are ignored.

When adding the --rootsize or --part cmd line options the vm is build
correctly.

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


** Tags: part rootsize vmbuilder.cfg

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in Ubuntu.
https://bugs.launchpad.net/bugs/1464107

Title:
  Disk sizing information in the config file ignored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1464107/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1386465] Re: apparmor profile prevents libvirtd from creating a socket

2015-04-14 Thread David Peall
I upgraded from 14.04 to 14.10 installed libvirt and got the same error:

From syslog I have pre aa-audit and then with aa-audit it seems to aa-
audit clears the bug with audit removed it continues to work.


Post audit log:
Apr 14 20:19:50 dnshost11 kernel: [ 1284.666816] audit_printk_skb: 36 callbacks 
suppressed
Apr 14 20:19:50 dnshost11 kernel: [ 1284.666820] audit: type=1400 
audit(1429035590.212:108): apparmor=STATUS operation=profile_replace 
profile=unconfined name=/usr/sbin/libvirtd pid=11745 comm=apparmor_parser
Apr 14 20:19:55 dnshost11 kernel: [ 1289.734099] audit: type=1400 
audit(1429035595.284:109): apparmor=AUDIT operation=open 
profile=/usr/sbin/libvirtd name=/etc/ld.so.cache pid=11755 comm=libvirtd 
requested_mask=r fsuid=0 ouid=0
Apr 14 20:19:55 dnshost11 kernel: [ 1289.734119] audit: type=1400 
audit(1429035595.284:110): apparmor=AUDIT operation=getattr 
profile=/usr/sbin/libvirtd name=/etc/ld.so.cache pid=11755 comm=libvirtd 
requested_mask=r fsuid=0 ouid=0
Apr 14 20:19:55 dnshost11 kernel: [ 1289.734156] audit: type=1400 
audit(1429035595.284:111): apparmor=AUDIT operation=open 
profile=/usr/sbin/libvirtd name=/usr/lib/libvirt-lxc.so.0.1002.8 pid=11755 
comm=libvirtd requested_mask=r fsuid=0 ouid=0
Apr 14 20:19:55 dnshost11 kernel: [ 1289.734177] audit: type=1400 
audit(1429035595.284:112): apparmor=AUDIT operation=getattr 
profile=/usr/sbin/libvirtd name=/usr/lib/libvirt-lxc.so.0.1002.8 pid=11755 
comm=libvirtd requested_mask=r fsuid=0 ouid=0
Apr 14 20:19:55 dnshost11 kernel: [ 1289.734241] audit: type=1400 
audit(1429035595.284:113): apparmor=AUDIT operation=open 
profile=/usr/sbin/libvirtd name=/usr/lib/libvirt-qemu.so.0.1002.8 pid=11755 
comm=libvirtd requested_mask=r fsuid=0 ouid=0
Apr 14 20:19:55 dnshost11 kernel: [ 1289.734255] audit: type=1400 
audit(1429035595.284:114): apparmor=AUDIT operation=getattr 
profile=/usr/sbin/libvirtd name=/usr/lib/libvirt-qemu.so.0.1002.8 pid=11755 
comm=libvirtd requested_mask=r fsuid=0 ouid=0
Apr 14 20:19:55 dnshost11 kernel: [ 1289.734308] audit: type=1400 
audit(1429035595.284:115): apparmor=AUDIT operation=open 
profile=/usr/sbin/libvirtd 
name=/usr/lib/x86_64-linux-gnu/libavahi-common.so.3.5.3 pid=11755 
comm=libvirtd requested_mask=r fsuid=0 ouid=0
Apr 14 20:19:55 dnshost11 kernel: [ 1289.734322] audit: type=1400 
audit(1429035595.284:116): apparmor=AUDIT operation=getattr 
profile=/usr/sbin/libvirtd 
name=/usr/lib/x86_64-linux-gnu/libavahi-common.so.3.5.3 pid=11755 
comm=libvirtd requested_mask=r fsuid=0 ouid=0
Apr 14 20:19:55 dnshost11 kernel: [ 1289.734380] audit: type=1400 
audit(1429035595.284:117): apparmor=AUDIT operation=open 
profile=/usr/sbin/libvirtd 
name=/usr/lib/x86_64-linux-gnu/libavahi-client.so.3.2.9 pid=11755 
comm=libvirtd requested_mask=r fsuid=0 ouid=0
Apr 14 20:19:56 dnshost11 kernel: [ 1290.908063] Bridge firewalling registered
Apr 14 20:19:56 dnshost11 kernel: [ 1290.988004] ip_tables: (C) 2000-2006 
Netfilter Core Team
Apr 14 20:19:56 dnshost11 kernel: [ 1291.129991] nf_conntrack version 0.5.0 
(16384 buckets, 65536 max)
Apr 14 20:19:56 dnshost11 kernel: [ 1291.233695] IPv6: ADDRCONF(NETDEV_UP): 
virbr0: link is not ready
Apr 14 20:19:56 dnshost11 dnsmasq[11850]: started, version 2.71 cachesize 150
Apr 14 20:19:56 dnshost11 dnsmasq[11850]: compile time options: IPv6 GNU-getopt 
DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC
Apr 14 20:19:56 dnshost11 dnsmasq-dhcp[11850]: DHCP, IP range 192.168.122.2 -- 
192.168.122.254, lease time 1h
Apr 14 20:19:56 dnshost11 dnsmasq-dhcp[11850]: DHCP, sockets bound exclusively 
to interface virbr0
Apr 14 20:19:56 dnshost11 dnsmasq[11850]: reading /etc/resolv.conf
Apr 14 20:19:56 dnshost11 dnsmasq[11850]: using nameserver 206.223.136.205#53
Apr 14 20:19:56 dnshost11 dnsmasq[11850]: read /etc/hosts - 5 addresses
Apr 14 20:19:56 dnshost11 dnsmasq[11850]: read 
/var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses
Apr 14 20:19:56 dnshost11 dnsmasq-dhcp[11850]: read 
/var/lib/libvirt/dnsmasq/default.hostsfile

** Attachment added: Before aa-audit
   
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1386465/+attachment/4375438/+files/beforeaudit.txt

** Changed in: libvirt (Ubuntu)
   Status: Invalid = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/1386465

Title:
  apparmor profile prevents libvirtd from creating a socket

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-06-13 Thread David Peall
I'm running trusty so not sure how a precise-proposed is going to help?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived in Ubuntu.
https://bugs.launchpad.net/bugs/1300739

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-06-12 Thread David Peall
I've added the following:
deb http://archive.ubuntu.com/ubuntu/ trusty-proposed restricted main 
multiverse universe

apt-get update
apt-get dist-upgrade

But I don't see a new kernel?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived in Ubuntu.
https://bugs.launchpad.net/bugs/1300739

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-05-09 Thread David Peall
I've tried setting the option:
/boot/config-3.6.11-030611-generic:CONFIG_IP_VS_IPV6=y

I've rebooted and its still not working.  Does this need to be set at
kernel compile time?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived in Ubuntu.
https://bugs.launchpad.net/bugs/1300739

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-05-09 Thread David Peall
Ok then I have to ask surely this is an error, I shouldn't have to
recompile a kernel for IPv6 VS to work?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived in Ubuntu.
https://bugs.launchpad.net/bugs/1300739

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-04-02 Thread David Peall
This seems to be a kernel issue, I've rolled back to 3.2.56-030256 and
its working again.  I tried 3.13.8 and 3.14.0 they are also broken.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived in Ubuntu.
https://bugs.launchpad.net/bugs/1300739

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-04-02 Thread David Peall
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.6.11-raring/ seems to
be where it broke

Working:
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2.56-precise/ - works
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3.8-quantal/ - works
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.85-quantal/ - works
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.5.7.32-quantal/ - works
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.6-quantal/ - works
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.6.3-quantal/ - works
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.6.4-raring/ - works
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.6.5-raring/ - works
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.6.8-raring/ - works
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.6.10-raring/ - works

Broken:
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.6.11-raring/ - broken
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.8-trusty/ - broken
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.14-trusty/ - broken

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived in Ubuntu.
https://bugs.launchpad.net/bugs/1300739

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300739] [NEW] keepalived doesn't load any ipv6 virtual servers

2014-04-01 Thread David Peall
Public bug reported:

I've upgraded from 12.04 to 14.04 and the keepalived no longer loads any
IPv6 virtual servers.

I get the following message when trying to list a virtual service:
ipvsadm -L -t [2001::::xxx]:xxx
Resource temporarily unavailable

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: keepalived 1:1.2.7-1ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
Uname: Linux 3.13.0-20-generic x86_64
ApportVersion: 2.14-0ubuntu1
Architecture: amd64
Date: Tue Apr  1 13:45:51 2014
ProcEnviron:
 TERM=screen
 PATH=(custom, no user)
 LANG=en_ZA.UTF-8
 SHELL=/bin/bash
SourcePackage: keepalived
UpgradeStatus: Upgraded to trusty on 2014-03-31 (0 days ago)

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


** Tags: amd64 apport-bug trusty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived in Ubuntu.
https://bugs.launchpad.net/bugs/1300739

Title:
  keepalived doesn't load any ipv6 virtual servers

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2013-06-05 Thread David Peall
does anyone have a workaround for this? I really need to get this
machine up.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in Ubuntu.
https://bugs.launchpad.net/bugs/946022

Title:
  KVM Guest Hangs at Booting from hard disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/946022/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs