[Bug 1877297] Re: python3 requests reports RequestsDependencyWarning on import

2020-05-11 Thread Darragh Bailey
Hi Christian, seems requests was fine, however based on your suggestion I had a look at chardet and urllib3, and it turns out it appears I had at some point installed urllib3 under ~/.local :-( python3 -c "import sys, requests; print(sys.modules.values())" | tr ',' '\n' | grep urllib3

[Bug 1877297] Re: python3 requests reports RequestsDependencyWarning on import

2020-05-08 Thread Darragh Bailey
Hi Christian, I had thought I was logging the issue against 18.04, apologies. cat /etc/os-release NAME="Ubuntu" VERSION="18.04.4 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.4 LTS" VERSION_ID="18.04" HOME_URL="https://www.ubuntu.com/;

[Bug 1877297] [NEW] python3 requests reports RequestsDependencyWarning on import

2020-05-07 Thread Darragh Bailey
Public bug reported: Importing requests in the system python3 results in an dependency warning, python3 Python 3.6.9 (default, Apr 18 2020, 01:56:04) [GCC 8.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import requests

[Bug 1785796] [NEW] Recent update to kallet pam prevents groups from being set correctly via lightdm

2018-08-07 Thread Darragh Bailey
Public bug reported: It appears a recent update to Pam KWallet has resulted in groups not being set correctly when logging into my Ubuntu 16.04 system. $ lsb_release -rd Description:Ubuntu 16.04.5 LTS Release:16.04 $ apt-cache policy libpam-kwallet5 libpam-kwallet5: Installed:

[Bug 1343245] Re: virt-aa-helper does not whitelist actual paths for domain

2017-05-18 Thread Darragh Bailey
Could virt-aa-helper simply ask libvirt for what the pool path would be in the case of the XML definition specifying a volume type? Then join the volume name and pool path given and treat that as though it was given a full file path? Should just mean parsing some more XML to extract an additional

[Bug 1606898] [NEW] libpam-ccreds recognizes cached password but cannot login

2016-07-27 Thread Darragh Bailey
Public bug reported: Firstly, I'm not entire certain this bug is in libpam-ccreds, as it may be approving the login and another component is failing to continue. But it seems like a reasonable starting point since installing and enabling cached credentials isn't working as expected.

[Bug 1326536] Re: libvirt's dnsmasq setup will read /etc/hosts on the host, resulting in odd resolution behaviour on the VM

2016-05-06 Thread Darragh Bailey
Did some more testing (found how to adjust libvirts dnsmasq.conf and restart it to pick up conf changes): To test, get the dnsmasq pid using the vagrant-libvirt.conf config and check the environment set for the process with: sudo cat /proc/2586/environ VIR_BRIDGE_NAME=virbr0 After killing the

[Bug 1326536] Re: libvirt's dnsmasq setup will read /etc/hosts on the host, resulting in odd resolution behaviour on the VM

2016-05-06 Thread Darragh Bailey
Never mind, I took some time to patch libvirt to see if it would have any effect. Appears to only apply to the records dnsmasq receives the DNS queries it makes, doesn't ignore any addresses read in from /etc/hosts. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1326536] Re: libvirt's dnsmasq setup will read /etc/hosts on the host, resulting in odd resolution behaviour on the VM

2016-05-06 Thread Darragh Bailey
Perhaps a change could be added to ignore 127.0.0.1 and 127.0.1.1 addresses returned by default? Dnsmasq supports such an option, though it would need to be added to libvirt as it regerates the dnsmasq conf file used each time a network is started. Add following by default to dnsmasq.conf

[Bug 181812] Re: Execution of grub-install (hd0) failed

2008-05-21 Thread Darragh Bailey
I've encountered this problem with the released version of Ubuntu 8.04. Specifically the line that appears as the error is: grub-installer: The file /boot/grub/stage1 not read correctly. This appears in both of the attached syslog files. Also the error appears even why trying to install grub