[Bug 1697554] Re: Openvpn connection not respecting routes pushed by server

2017-06-12 Thread chris lea
Ugh, sorry all. I have no idea why, but I just rebooted and now everything works. Closing. ** Changed in: network-manager-openvpn (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 1697554] [NEW] Openvpn connection not respecting routes pushed by server

2017-06-12 Thread chris lea
Public bug reported: When using a connection defined in the NetworkManager applet and initiated from the applet, an openvpn connection does not respect the routes pushed to the client by the server. When I make the connection from the applet, my routing tables (route -n) looks like this (which is

[Bug 1551880] Re: [Dell XPS 13 9343] Audio broken with I2S mode in Ubuntu 16.04 kernel 4.4 (but works with kernel 4.3)

2016-05-11 Thread chris lea
Update with some new info. I booted into Win10 and noticed that it wasn't recognizing an audio device. Googled around a bit and ended up (re)installing the Realtek drivers largely by following what I read here: http://en.community.dell.com/support-forums/laptop/f/3517/t/19630850 NOTE: I did the d

[Bug 1551880] Re: [Dell XPS 13 9343] Audio broken with I2S mode in Ubuntu 16.04 kernel 4.4 (but works with kernel 4.3)

2016-05-11 Thread chris lea
As far as I can tell I'm seeing the same sort of problem with a clean install of Ubuntu Mate 16.04 on my Dell XPS 13 9343. >From what I can tell, the machine thinks it's playing audio. If you look at the input tab of the sound preferences when a youtube video is playing, it's clearly processing so

[Bug 915562] Re: package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2012-01-12 Thread chris lea
*** This bug is a duplicate of bug 915271 *** https://bugs.launchpad.net/bugs/915271 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915562 Title: package libreoffice-core 1:3.4.4-0ubuntu2 failed

[Bug 915562] [NEW] package libreoffice-core 1:3.4.4-0ubuntu2 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2012-01-12 Thread chris lea
*** This bug is a duplicate of bug 915271 *** https://bugs.launchpad.net/bugs/915271 Public bug reported: reparing to replace libreoffice-core 1:3.4.4-0ubuntu2 (using .../libreoffice-core_1%3a3.5.0~beta2-2ubuntu2_amd64.deb) ... rmdir: failed to remove `usr/lib/libreoffice/basis3.4/program/':

[Bug 246789] Re: networking stalls between domU using vif

2009-07-13 Thread chris lea
Man, it's been a while since I was actually messing with this, but a LOT of things stopped working with the checksumming off IIRC. For starters, while I could scp or ftp a file in and out, the md5 and sha1 sums would frequently not match when comparing the source and destination files. MySQL replic

[Bug 246789] Re: networking stalls between domU using vif

2009-01-27 Thread chris lea
Jürgen - Yes, but as noted, doing the ethtool -K eth0 tx off rx off trick turns off tcp checksumming, which then causes all manner of other things to break horribly. I find it pretty sad that this bug is still here with 8.10 out. This makes Xen basically unusable for a lot of situations. :( --

[Bug 246789] Re: networking stalls between domU using vif

2008-10-08 Thread chris lea
Yes, I noted originally that this does allow you to move big files around. However, it causes all sorts of other things to break since TCP checksumming is needed to make sure all the packets are correct. So it doesn't effectively leave you with a usable system to do the ethtool trick. -- networki

Re: [Bug 246789] Re: networking stalls between domU using vif

2008-08-23 Thread chris lea
tween domU and dom0, or between domU and any outside > server works just fine. > > I expected to be able to scp / ftp / etc files between two domU when using > vif to bridge. > > What I actually see is that if I'm using vif, a few megabytes will transfer > and then the t

[Bug 246789] [NEW] networking stalls between domU using vif

2008-07-08 Thread chris lea
Public bug reported: I can't get networking to work properly between any two domU when using vif on hardy 8.04.1 using xen-3.2. I set up two domU on private IPs in 192.168.1.0/24 using network-nat and vif-nat, and observed the following behavior. *) Networking to and from the outside world worke

[Bug 202068] Re: imagemagick dependency error in Hardy: should install libmagick9

2008-07-01 Thread chris lea
I built the php5-imagick package from source on a hardy box. I have libmagick9-dev and libmagick10 installed (which seems oddly wrong, but that's how the repos appear to be right now). At any rate, building form source creates a .deb that works just fine as far as I can tell. I can attach mine. If

[Bug 218126] Re: xen guest kernel bug: 'kernel BUG at /build/buildd/linux-2.6.24/debian/build/custom-source-xen/drivers/xen/netfront/netfront.c:785'

2008-05-14 Thread chris lea
@janevert For the record, yes, I had to turn off checksumming on all the domU to get them to be able to transfer files reliably between themselves. I did not have to turn off checksumming on dom0 for this. But, having said this, it doesn't really help me. With checksumming off, other things stop

[Bug 218126] Re: xen guest kernel bug: 'kernel BUG at /build/buildd/linux-2.6.24/debian/build/custom-source-xen/drivers/xen/netfront/netfront.c:785'

2008-05-13 Thread chris lea
D'oh! I should have read more closely. What I'm seeing is exactly what Wolfgang notes in comment 48, and what Roger notes in comment 51. Not that it makes it any more usable. But I'm a "me too" for this problem. -- xen guest kernel bug: 'kernel BUG at /build/buildd/linux-2.6.24/debian/build/

[Bug 218126] Re: xen guest kernel bug: 'kernel BUG at /build/buildd/linux-2.6.24/debian/build/custom-source-xen/drivers/xen/netfront/netfront.c:785'

2008-05-13 Thread chris lea
Yeah, unfortunately for me, I'm planning on just wiping the box and trying to redo things using KVM at this point. Which I don't like for performance reasons. But the reason I found this issue is that I was trying to set up a mini-cluster for mogilefs to do development against. And if I can't store

[Bug 218126] Re: xen guest kernel bug: 'kernel BUG at /build/buildd/linux-2.6.24/debian/build/custom-source-xen/drivers/xen/netfront/netfront.c:785'

2008-05-11 Thread chris lea
I'm seeing another effect. Not sure if this is the correct bug for it or not, and my apologies if it's not. I'm running Xen on 32 bit hardy, on an HP Proliant DL 140 machine. Using Hirano's kernel or the 2.6.24-17-xen from hardy-upcoming, networking "works". But only sort of. If I try and transfer