[Bug 1211110] Re: network manager openvpn dns push data not updating system DNS addresses

2016-11-05 Thread Mark Kirkwood
I'm seeing this with 16.10 i.e no vpn nameservers or domains added to resolv.conf when the vpn activated. Doing as suggested in prev(#62) and commenting out 'dns=dnsmasq entry' gets the nameservers appearing in resolv.conf, but *not* the extra domains. So progress, but not there yet! -- You

[Bug 311637] Re: dmraid enabled on install target even if disabled during installation

2015-07-14 Thread Mark Kirkwood
I suspect this bug has aged out of existence now...bit disappointing to see now *actual* updates to reflect progress mind you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/311637 Title: dmraid

[Bug 311637] Re: dmraid enabled on install target even if disabled during installation

2015-07-14 Thread Mark Kirkwood
...*no* updates was what I meant to say. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/311637 Title: dmraid enabled on install target even if disabled during installation To manage notifications

[Bug 1433403] [NEW] service pgpool2 reload does nothing

2015-03-17 Thread Mark Kirkwood
Public bug reported: The init script for pgpool2 merely returns 'exit 3' for the reload operation. This is less than ideal. It should either: - fail noisily with 'not implemented' or (better) - do a pgpool reload (i.e actually reload the config) The currert state of affairs is confusing at

[Bug 1433403] Re: service pgpool2 reload does nothing

2015-03-17 Thread Mark Kirkwood
** Patch added: Something like this should be ok https://bugs.launchpad.net/ubuntu/+source/pgpool2/+bug/1433403/+attachment/4348640/+files/pgpool2.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1315255] Re: Unable to create instance when multiple networks found

2014-07-23 Thread Mark Kirkwood
I see that they have releases here https://github.com/openstack/python- troveclient/releases , I'll take a look at them and see which one(s) have the api to match the trove server package we have in Trusty. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1315255] Re: Unable to create instance when multiple networks found

2014-07-23 Thread Mark Kirkwood
Looks like /python-troveclient-1.0.4 is where the relevant changes occur. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1315255 Title: Unable to create instance when multiple networks found To

[Bug 1315255] Re: Unable to create instance when multiple networks found

2014-07-22 Thread Mark Kirkwood
It looks like they are not tagging or branching the python-troveclient code sufficiently, e.g: $ cd python-trove $ git branch -a * master remotes/origin/HEAD - origin/master remotes/origin/master I merely patched the package with the latest client, which is what you guys should probably do -

[Bug 1331276] Re: Starting lxc container from libvirt disconnects host network

2014-06-24 Thread Mark Kirkwood
Right, that does seem to improve things immensly. I'm still seeing a 'disconnected' alerm from network manager, but it does not *actually* seems to be disconnecting eth0. I'm still seeing a process appearing: root 26471 0.0 0.0 10232 2412 ?Ss 13:04 0:00 dhclient -1 -v -pf

[Bug 1331276] Re: Starting lxc container from libvirt disconnects host network

2014-06-19 Thread Mark Kirkwood
It has occurred to me that I have not rebooted since installing lxc...I'll try that just in case it makes a difference. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1331276 Title: Starting lxc

[Bug 1331276] Re: Starting lxc container from libvirt disconnects host network

2014-06-19 Thread Mark Kirkwood
Sorry - I should have been clearer that the 'permission denied' errors where from 'destroy lxc1' and the process concerned was dhcp. Yeah, amending apparmor as indicated sorts that problem out. Rebooting made no difference (worth checking I guess). With respect to the eth0 business, I note a lot

[Bug 1331276] Re: Starting lxc container from libvirt disconnects host network

2014-06-19 Thread Mark Kirkwood
** Attachment added: Syslog activity when the domain is started from virsh https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1331276/+attachment/4135213/+files/syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1331276] Re: Starting lxc container from libvirt disconnects host network

2014-06-19 Thread Mark Kirkwood
Some more info: Before I do virsh -c lxc:/// start lxc1 here are running dhcp processes: root 1707 0.0 0.0 10232 3696 ?S10:04 0:00 /sbin/dhclient -d -sf /usr/lib/NetworkManager/nm-dhcp-client.action -pf /run/sendsigs.omit.d/network-manager.dhclient-eth0.pid -lf

[Bug 1331276] Re: Starting lxc container from libvirt disconnects host network

2014-06-18 Thread Mark Kirkwood
How I created the container: (root) $ apt-get install lxc (root) $ lxc-create -t ubuntu -n lxc1 (root) $ /etc/libvirt/lxc/lxc1.xml # see above (root) $ virsh -c lxc:/// start lxc1 Host net config $ cat /etc/network/interfaces # interfaces(5) file used by ifup(8) and ifdown(8) auto lo

[Bug 1331276] [NEW] Starting lxc container from libvirt disconnects host network

2014-06-17 Thread Mark Kirkwood
Public bug reported: Starting an lxc container, defined via the XML below, results in the host's eth0 getting disconnected. I see DHCP messages beng generated and notice this process: root 5640 0.0 0.0 10232 2416 ?Ss 13:05 0:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf

[Bug 1331276] [NEW] Starting lxc container from libvirt disconnects host network

2014-06-17 Thread Mark Kirkwood
Public bug reported: Starting an lxc container, defined via the XML below, results in the host's eth0 getting disconnected. I see DHCP messages beng generated and notice this process: root 5640 0.0 0.0 10232 2416 ?Ss 13:05 0:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf

[Bug 1315255] Re: Unable to create instance when multiple networks found

2014-06-13 Thread Mark Kirkwood
Ping... This looks to be pretty straightforward to solve - the client api set should really match the servers one. You guys have been so proactive with updating to the current *server* capabilities - but it is sad that this is essentially let down by having the older client that is completely

[Bug 1315255] Re: Unable to create instance when multiple networks found

2014-05-27 Thread Mark Kirkwood
Further examination shows that the issue appears to be confined to the trove client package (python-troveclient) only. The server packages have been updated and have the nic parameter in their various object and method definitions, however the client code has not been updated to match. I

[Bug 1315255] [NEW] Unable to create instance when multiple networks found

2014-05-02 Thread Mark Kirkwood
Public bug reported: Ubuntu version 14.04 on x84_64. This has been noted (and fixed) upstream: https://bugs.launchpad.net/trove/+bug/1257838 I am running into this - in fact anyone will run into this if they configure neutron. Is an update from the latest icehouse branch planned? ** Affects:

[Bug 876520] Re: mouse cursor gone

2011-10-18 Thread Mark Kirkwood
Interesting - sorry to state obvious, but you did run update-grub afterwards, right? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876520 Title: mouse cursor gone To manage notifications about

[Bug 818852] Re: X cursor often not shown

2011-10-17 Thread Mark Kirkwood
I seem to have run into this with lightdm 1.0.1-0ubuntu6 (oneiric 64-bit). Doing some poking around I note that restarting lightdm from a terminal (i.e /etc/init.d/lightdm restart or similar) makes the cursor reappear properly again. Further experimentation seems to point to some interaction with

[Bug 876520] Re: mouse cursor gone

2011-10-17 Thread Mark Kirkwood
Dennis, I have run into this on oneiric too (see bug 818852). I found removing splash from GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub results in the cursor showing properly every boot. It would be interesting to see if this works for you too (remember to run update- grub...). -- You

[Bug 876520] Re: mouse cursor gone

2011-10-17 Thread Mark Kirkwood
Awesome, glad it helped! I also note that my hardware is an Asus mobo (a8v-x) with Radeon gpu (9800 pro), so we are probably both running the radeon Xorg driver. So this guy could be the culprit (might be interesting to switch login display managers to gdm and see if mouse issue persists)... --

[Bug 818852] Re: X cursor often not shown

2011-10-17 Thread Mark Kirkwood
Hmm, interesting - the trick seems to help with lightdm 1.0.1 (see bug 876520). However over there both of us are running radeon gpus, so there might be another factor in play too. I did wonder if it might be interesting to switch to gdm and see if the mouse cursor is still missing then (would

[Bug 549217] Re: Update manager not showing notification of daily updates

2010-05-12 Thread Mark Kirkwood
I think I have a workaround for this. I noticed that: gconf:/apps/update-notifier/regular_auto_launch_interval = 7 and amended this to 1. Now update manager pops up every day. This is probably inelegant (i.e bash update manager with a hammer kind of), but at least I'm seeing updates! -- Update

[Bug 549217] Re: Update manager not showing notification of daily updates

2010-05-06 Thread Mark Kirkwood
I also am not seeing the update manager pop up after a post Karmic upgrade that (otherwise) went very smoothly. Arch is amd64. Update manager is set to check daily. If I run it from the menu I see the updates ok (and can install 'em). -- Update manager not showing notification of daily updates

[Bug 311637] [NEW] dmraid enabled on install target even if disabled during installation

2008-12-26 Thread Mark Kirkwood
Public bug reported: Binary package hint: initramfs-tools The Ubuntu version is 8.10 Server x86 (no updates, directly from the cd) The hardware is Supermicro P3TDER with Promise TX4000 fake raid card. I'm using software (md) raid, so *disable* SATA/fake raid during the install. However on 1st