[Bug 1711254] Re: 16.04.3 deployments include non-existent directories in $PATH

2017-09-16 Thread gdahlman
Note in reference to ~/.local/bin this path is added because it is a systemd standard directory. They are documented in file-hierarchy(7) and also here. https://www.freedesktop.org/software/systemd/man/file-hierarchy.html If the issue is that the paths don't exist they should be created for the

[Bug 1588562] Re: Please add ~/.local/bin to the default $PATH

2017-09-16 Thread gdahlman
I very much doubt that this is a deliberate change as it is a part of the systemd file hierarchy. It is documented in: file-hierarchy(7) linked to here: https://www.freedesktop.org/software/systemd/man/file-hierarchy.html If the change was intentional for some reason a bug will need to be filed a

[Bug 1705571] Re: Add ~/.local/bin to the path in /etc/skel/.profile

2017-07-26 Thread gdahlman
I will claim the upstream and try to get a fix in. ** Bug watch added: Debian Bug tracker #839155 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839155 ** Also affects: gnubash via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839155 Importance: Unknown Status: Unknown --

[Bug 1588562] Re: Please add ~/.local/bin to the default $PATH

2017-07-20 Thread gdahlman
Bug link for 17.04/17.10 bug. https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1705571 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1588562 Title: Please add ~/.local/bin to the default $PATH

[Bug 1705571] [NEW] Add ~/.local/bin to the path in /etc/skel/.profile

2017-07-20 Thread gdahlman
Public bug reported: This appears to be a regression of https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1588562 In 16.04, per the above bug it is set with bash 4.3 # Working in 16.04 $ dpkg -l bash | cat Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/hal

[Bug 1588562] Re: Please add ~/.local/bin to the default $PATH

2017-07-20 Thread gdahlman
It looks like this is fixed on 16.04 but not on 17.04/10 Most likely this was a regression when they moved to bash 4.4. I will file a new bug and try to submit a patch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 1228490] Re: Havana novncproxy requires a newer version of websockify

2013-09-21 Thread gdahlman
I built the 0.5.1 package from the upstream git repo, it works fine and resolves the issue I have uploaded a test version to my PPA https://launchpad.net/~gdahlman/+archive/havana The upstream source was pulled from git://anonscm.debian.org/openstack/websockify.git Outside of making changes to

[Bug 1228490] [NEW] Havana novncproxy requires a newer version of websockify

2013-09-20 Thread gdahlman
Public bug reported: Due to the following commit the websockify package needs to be updated to 0.5.1 https://github.com/openstack/nova/commit/3eb67b811ae2442bd86781d9f1c4078a982cfe84 Here is the error from the command line because the service just fails to start. # nova-novncproxy Traceback (m

[Bug 1228433] [NEW] nova-compute needs sysfsutils package moved to depends

2013-09-20 Thread gdahlman
Public bug reported: nova-compute does not require the sysfsutils package but it needs the systool command in order to attach volumes to an instance. The package is currently in "Suggests:" but it really should be in "Depends:" as it is a more critical need as cinder's role grows. 2013-09-20 1

[Bug 1042400] [NEW] Authenticated proxy support no longer functions

2012-08-27 Thread gdahlman
Public bug reported: This package use to use either the data from /etc/wget.rc or the /etc/apt/apt.conf proxy config data. It no longer uses this information nor the global proxy config. This means that for users behind an authenticated proxy this update fails. ** Affects: flashplugin-nonfree (

[Bug 927540] Re: multipath ignores blacklist in multipath.conf

2012-05-06 Thread gdahlman
I think blacklist device maching is expanded as a regex and not as a glob, thus the * will not provide a match. Can you try the following change. Replace: device { vendor "DELL*" product "PERC*" } With: device { vendor DELL.*

[Bug 882878] Re: With IPv6 disabled, openssh will not forward X connections

2011-10-28 Thread gdahlman
It appears that they are not using the resolver when building arguments for xauth, but I agree. I filed the bug mostly so that others experiencing the issue could find the workaround. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 882878] [NEW] With IPv6 disable openssh will on forward X connections

2011-10-27 Thread gdahlman
Public bug reported: If you disable IPv6 in /etc/sysctl.conf sshd will not forward X11. It logs the failue in /var/log/auth.log Oct 27 18:49:26 uscps002 sshd[14722]: Accepted password for root from 172.20.10.50 port 60322 ssh2 Oct 27 18:49:26 uscps002 sshd[14722]: pam_unix(sshd:session): sessio

[Bug 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-10-12 Thread gdahlman
Please ignore #33... apparently I forgot how to run uname The host had reverted to an older kernel on the upgrade to 11.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/795717 Title: 32bit rhel and

[Bug 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-10-12 Thread gdahlman
Sorry after installing Serge's test kernel I did not have the time to test the proposed version but his did fix the issue. Unfortunately it appears that the Ubuntu kernel in 11.04 also has this issue. if (tsc_delta < 0) mark_tsc_unstable("KVM discovered bac

[Bug 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-08-10 Thread gdahlman
Thanks Stefan, I have confirmed that the following kernels work. linux-image-2.6.38-11-server_2.6.38-11.48+lp795717v1_amd64.deb linux-image-2.6.38-11-generic_2.6.38-11.48+lp795717v1_amd64.deb They were installed on three machines Dell PowerEdge R710 with 96GB ram and 2 * Xeon X5680 Dell PowerEd

[Bug 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-08-09 Thread gdahlman
Here is the fix for the current natty kernel source, it appears to be a typo with a closing bracket one line too high. ** Patch added: "Patch to fix issue with 32 bit KVM hosts" https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+attachment/2265304/+files/x86.c.diff -- You receiv

[Bug 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-08-09 Thread gdahlman
I have verified that by downloading and upgrading to the following kernel the issue is resolved, the issue still exists with 2.6.38-10 http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39-rc4-natty/ I successfully booted from CD on RHEL 5.4 and Centos 5.5 on CD and installed with no issue with 8

[Bug 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-08-09 Thread gdahlman
I think I found the kernel bug that causes this, but I can not find a good link that is not spam mail list aggregation site. The subject is "KVM: fix kvmclock regression due to missing clock update" and it appears there is a fix in 2.6.39 I will try to find hardware to test this on. -- You re

[Bug 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-08-09 Thread gdahlman
I did set clocksource=acpi_pm and it will boot, The regression is in the Ubuntu kernel, it works fine on fc12 and 10.10 but 11.04 will not let them boot It would seem really odd that the kvm-clock paravirt clock source in the current kernel would be the prime suspect IMHO. -- You received this

[Bug 823638] [NEW] Please put comment in /etc/default/libvirt-bin or remove it from the .deb

2011-08-09 Thread gdahlman
Public bug reported: http://bazaar.launchpad.net/~ubuntu- branches/ubuntu/natty/libvirt/natty/view/head:/debian/libvirt- bin.default /etc/default/libvirt-bin is not used with upstart and has not been used for three releases anymore It is very confusing to users to try and add arguments and have

[Bug 557054] Re: Libvirt-bin ignores libvirtd_opts from /etc/default

2011-08-09 Thread gdahlman
Still an issue in Natty, even a comment in /etc/default/libvirt-bin would be nice. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/557054 Title: Libvirt-bin ignores libvirtd_opts from /etc/default To

[Bug 785158] Re: Client 3.0.5 crashes with buffer overflow

2011-08-05 Thread gdahlman
It would be nice if we could get an updated package in the repos for this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/785158 Title: Client 3.0.5 crashes with buffer overflow To manage notificati

[Bug 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-06-23 Thread gdahlman
I tried many ISO's and the systems that worked before I did a dist upgrade failed to boot also I just tried it with 2 cpu's and 2GB of ram and it still failed. I do not get to a point where I can get dmesg output but I have included a screenshot I have reproduced this issue on a Dell R710, 2950

RE: [Bug 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-06-23 Thread gdahlman
I tried many ISO's and the systems that worked before I did a dist upgrade failed to boot also I just tried it with 2 cpu's and 2GB of ram and it still failed. I do not get to a point where I can get dmesg output but I have included a screenshot I have reproduced this issue on a Dell R710, 2950 a

[Bug 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-06-10 Thread gdahlman
apport-bug qemu-kvm from system upgraded from 10.10 that could run the images before ** Attachment added: "apport.qemu-kvm.32TEqU.apport.kvm005" https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+attachment/2164568/+files/apport.qemu-kvm.32TEqU.apport.kvm005 -- You received thi

[Bug 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-06-10 Thread gdahlman
apport-bug qemu-kvm from a fresh install host having the issue ** Attachment added: "apport.qemu-kvm.vnBuPO.apport.kvm202" https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+attachment/2164567/+files/apport.qemu-kvm.vnBuPO.apport.kvm202 -- You received this bug notification beca

[Bug 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-06-10 Thread gdahlman
** Tags added: kvm libvirt qemu-kvm virtualization -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/795717 Title: 32bit rhel and centos 5.(5|6) hangs on boot on natty To manage notifications about thi

[Bug 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-06-10 Thread gdahlman
As an update I can boot when the guest is restricted to a single cpu, thus this must be a regression with SMP. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/795717 Title: 32bit rhel and centos 5.(5

[Bug 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-06-10 Thread gdahlman
64Bit Centos and RHEL work fine, this system worked fine until I ran a dist upgrade from 10.10 yesterday. I have also tried to boot CENTOS 5.6 x86 on a clean 11.04 install and it locks up. I have tried all of the compatible CPU emulation types in virt-manager also. from /var/log/libvirt/qemu/ L

[Bug 795717] [NEW] 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-06-10 Thread gdahlman
Public bug reported: Binary package hint: qemu-kvm I have several guest images that ran fine under 10.10, RHEL and or CENTOS 5.5 and 5.6 x86 all hang either from ISO or from disk image on boot, some times it will find the LVM and mount and crash sometimes it will crash after NASH starts. Descrip

[Bug 520386] Re: libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge

2010-09-10 Thread gdahlman
popping this bug down to low is a huge mistake, this bug regression is making a lot of customers jump off of ubuntu as a visualization platform. remote management becomes basically unusable due to this issue. Please reconsider fixing this, it has been an issue and off for over two years now. --

[Bug 349608] Re: [Hewlett-Packard Compaq Presario CQ60 Notebook PC] suspend/resume failure [non-free: nvidia]

2009-03-28 Thread gdahlman
on resume it sits at a black screen with no disk activity -- [Hewlett-Packard Compaq Presario CQ60 Notebook PC] suspend/resume failure [non-free: nvidia] https://bugs.launchpad.net/bugs/349608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun