[Touch-packages] [Bug 1777512] Re: key retrieval timeouts cause failures

2019-05-21 Thread Jason Hobbs
** No longer affects: cdoqa-system-tests -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to software-properties in Ubuntu. https://bugs.launchpad.net/bugs/1777512 Title: key retrieval timeouts cause failures Status in juju:

[Touch-packages] [Bug 1777512] Re: key retrieval timeouts cause failures

2019-05-09 Thread Jason Hobbs
** Tags added: cpe-onsite -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to software-properties in Ubuntu. https://bugs.launchpad.net/bugs/1777512 Title: key retrieval timeouts cause failures Status in CDO QA System Tests:

[Touch-packages] [Bug 1777512] Re: rt #112309: keyserver.ubuntu.com increased failure rates over past few days

2019-05-09 Thread Jason Hobbs
Sub'd ~field-high. ** Also affects: software-properties (Ubuntu) Importance: Undecided Status: New ** Summary changed: - rt #112309: keyserver.ubuntu.com increased failure rates over past few days + key retrieval timeouts cause failures ** Description changed: - keyserver failures

[Touch-packages] [Bug 1792978] Re: initscript avahi-daemon, action "start" failed

2019-03-20 Thread Jason Hobbs
1) Testing 2) No, it's in baremetal 3) Attached. 4) The machine was deployed with maas - it's a bionic cloud image. We then install/configure maas, run some tests, and remove maas via purge, and repeat. This shows up sometimes on deployments after the initial one - avahi-daemon, or at least its

[Touch-packages] [Bug 1792978] Re: initscript avahi-daemon, action "start" failed

2019-01-28 Thread Jason Hobbs
Subscribed to field-high as this is causing a lot of failures lately. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to avahi in Ubuntu. https://bugs.launchpad.net/bugs/1792978 Title: initscript avahi-daemon, action "start"

[Touch-packages] [Bug 1792978] Re: initscript avahi-daemon, action "start" failed

2019-01-26 Thread Jason Hobbs
In the previous package removal, we are seeing: [10.244.40.30] out: Purging configuration files for avahi-daemon (0.7-3.1ubuntu1.1) ... [10.244.40.30] out: rmdir: failed to remove '/var/run/avahi-daemon': Directory not empty -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1802355] Re: systemd-resolve is missing nameservers until interface is bounced

2018-11-08 Thread Jason Hobbs
I've configured our test runs to turn debug logging on for networkd and resolvd. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1802355 Title: systemd-resolve is missing

[Touch-packages] [Bug 1802355] [NEW] systemd-resolve is missing nameservers until interface is bounced

2018-11-08 Thread Jason Hobbs
Public bug reported: On some deployments of bionic, using maas and juju, my system ends up not being able to resolve hostnames. This happens inconsistently, it seems like a race. systemd-resolve is showing no nameservers https://pastebin.canonical.com/p/tyFw8TfSxk rharper had a look at one

Re: [Touch-packages] [Bug 1750884] Re: [2.4, bionic] /etc/resolv.conf not configured correctly in Bionic, leads to no DNS resolution

2018-03-08 Thread Jason Hobbs
Ok, that's not much of a workaround then :). On Thu, Mar 8, 2018 at 3:52 AM, Dan Watkins <daniel.watk...@canonical.com> wrote: > On Wed, Mar 07, 2018 at 11:42:29PM -0000, Jason Hobbs wrote: >> Is there a workaround for this? I can just rm /etc/resolv.conf and >> create it wit

[Touch-packages] [Bug 1750884] Re: [2.4, bionic] /etc/resolv.conf not configured correctly in Bionic, leads to no DNS resolution

2018-03-07 Thread Jason Hobbs
Is there a workaround for this? I can just rm /etc/resolv.conf and create it with the contents I want, right? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1750884 Title:

[Touch-packages] [Bug 1671274] Re: network interface doesn't come up after installation in VM

2017-03-09 Thread Jason Hobbs
** Attachment added: "ipaddrdelifup.png" https://bugs.launchpad.net/maas/+bug/1671274/+attachment/4834700/+files/ipaddrdelifup.png -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1671274] Re: network interface doesn't come up after installation in VM

2017-03-09 Thread Jason Hobbs
** Attachment added: "ifupvvv.png" https://bugs.launchpad.net/maas/+bug/1671274/+attachment/4834681/+files/ifupvvv.png -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1671274] Re: network interface doesn't come up after installation in VM

2017-03-09 Thread Jason Hobbs
** Attachment added: "grepinfocloudinit.png" https://bugs.launchpad.net/maas/+bug/1671274/+attachment/4834682/+files/grepinfocloudinit.png -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1671274] Re: network interface doesn't come up after installation in VM

2017-03-09 Thread Jason Hobbs
maas 2.2.0~beta3+bzr5787-0ubuntu1~16.04.1 python3-curtin 0.1.0~bzr460-0ubuntu1~16.04.1 curtin config: http://paste.ubuntu.com/24146369/ There is nothing in /etc/network/interfaces.d/*.cfg ** Also affects: systemd (Ubuntu) Importance: Undecided Status: New -- You received this bug

Re: [Touch-packages] [Bug 1410876] Re: Error executing lxc-clone: lxc_container: utils.c: mkdir_p 220 Not a directory - Could not destroy snapshot %s - failed to allocate a pty; Insufficent privileges

2015-08-21 Thread Jason Hobbs
This bug is hit very rarely - we deploy thousands of containers a day and see it a few times a week. I don't have a way to reproduce it reliably other than waiting to hit it in OIL. On Fri, Aug 21, 2015 at 12:22 PM, Serge Hallyn 1410...@bugs.launchpad.net wrote: @jason-hobbs or @lmic, can you

[Touch-packages] [Bug 1464442] Re: installing or upgrading libc6 in Trusty removes all content from /tmp directory

2015-06-26 Thread Jason Hobbs
Steve's suggested work around: # dpkg-divert --rename --add /sbin/telinit # cat /sbin/telinit #!/bin/sh exit 0 ^D # apt-get install [...] # dpkg-divert --rename --remove /sbin/telinit -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1349412] [NEW] Sound indicator missing

2014-07-28 Thread Jason Hobbs
Public bug reported: The sound indicator icon is missing from the bar on the top of my screen. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: unity 7.2.2+14.04.20140714-0ubuntu1 ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic x86_64

[Touch-packages] [Bug 1349412] Re: Sound indicator missing

2014-07-28 Thread Jason Hobbs
blah - the show volume in menu bar checkbox was unchecked. ** Changed in: unity (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity in Ubuntu. https://bugs.launchpad.net/bugs/1349412