[Bug 1366893] Re: cloud-init --local needs mounted /run but not guaranteed by upstart job

2014-09-08 Thread David Britton
** Tags added: cloud-installer landscape -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1366893 Title: cloud-init --local needs mounted /run but not guaranteed by upstart job To manage notificatio

[Bug 1271188] Re: maas-import-ephermerals provides no feedback on progress

2014-07-24 Thread David Britton
Some suggestions (possibly combine them based on what is possible): 1) Log the download and extraction somewhere and point people at that log. 2) Print the total number expected in the GUI in that message. 3) Estimate the total size somewhere so we know how long to wait. 4) Import images as the

[Bug 1271188] Re: maas-import-ephermerals provides no feedback on progress

2014-07-24 Thread David Britton
an addendum to my 4) in comment #5: Perhaps also sneakily prioritizing amd64 as an architecture and trusty as a release, on the basis that once that's done "interesting stuff should work" for most people and demo's can move forward. -- You received this bug notification because you are a member

[Bug 1099900] [NEW] rados parsing error with hostnames in mon_host

2013-01-15 Thread David Britton
Public bug reported: In /etc/ceph/ceph.conf, if I set hostnames in the mon_host variable and separate them with spaces, the parsing algorithm breaks down. The expectation is that all three of these cases should work. Once hostnames are introduced in the mon_host line, spaces are no longer allowe

[Bug 1099900] Re: rados parsing error with hostnames in mon_host

2013-01-15 Thread David Britton
Was there a bug fix for it? I think a colleague has reproduced the issue with ceph git trunk. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1099900 Title: rados parsing error with hostnames in mon_

[Bug 1099900] Re: rados parsing error with hostnames in mon_host

2013-01-16 Thread David Britton
This does appear to be fixed in trunk -- confirmed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1099900 Title: rados parsing error with hostnames in mon_host To manage notifications about this bu

[Bug 838038] Re: [oneiric] smart uses 100% CPU while trying to download google talkplugin repository info

2011-11-18 Thread David Britton
deb http://dl.google.com/linux/chrome/deb/ stable main deb http://dl.google.com/linux/talkplugin/deb/ stable main #deb http://dl.google.com/linux/earth/deb/ stable main I can get the failure pretty consistently on oneiric with the above two lines enabled. - either alone work fine - either alone

[Bug 1058218] Re: do-release-upgrade (lucid->precise) leaves postgres 8.4 in bad state

2012-10-17 Thread David Britton
Looks good. Thanks All! ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1058218 Title: do-release-upgrade (lucid->precise) leave

[Bug 1058218] Re: do-release-upgrade (lucid->precise) leaves postgres 8.4 in bad state

2012-10-10 Thread David Britton
Bad news, after the upgrade, postgres-8.4 is still not running: root@ubuntu:~# /etc/init.d/postgresql-8.4 status Running clusters: root@ubuntu:~# -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1058218

[Bug 1058218] Re: do-release-upgrade (lucid->precise) leaves postgres 8.4 in bad state

2012-10-10 Thread David Britton
Attached files from upgrade attempt with 8.4.14-0ubuntu12.04.1 ** Attachment added: "dist-upgrade.tar.gz" https://bugs.launchpad.net/ubuntu/+source/postgresql-8.4/+bug/1058218/+attachment/3393646/+files/dist-upgrade.tar.gz -- You received this bug notification because you are a member of Ubu

[Bug 1058218] Re: do-release-upgrade (lucid->precise) leaves postgres 8.4 in bad state

2012-10-12 Thread David Britton
Martin -- Yes, after a reboot, 8.4 is running. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1058218 Title: do-release-upgrade (lucid->precise) leaves postgres 8.4 in bad state To manage notificat

[Bug 1058218] Re: do-release-upgrade (lucid->precise) leaves postgres 8.4 in bad state

2012-10-12 Thread David Britton
root@ubuntu:~# ls -l /etc/init.d/postgres* -rwxr-xr-x 1 root root 1095 Sep 6 12:53 /etc/init.d/postgresql -rwxr-xr-x 1 root root 1027 Sep 27 05:46 /etc/init.d/postgresql-8.4 root@ubuntu:~# pg_lsclusters Version Cluster Port Status OwnerData directory Log file 8.4

[Bug 1066084] [NEW] Permissions mangled when creating rootfs from cloud images

2012-10-12 Thread David Britton
Public bug reported: Permissions on the created lxc container somehow are reflecting the users /etc/password file: ubuntu@dpb-local-landscape-client-0:~$ cat /etc/passwd |grep landscape landscape:x:104:109::/var/lib/landscape:/bin/false ubuntu@dpb-local-landscape-client-0:~$ ll /etc/landscape tot

[Bug 1066084] Re: Permissions mangled when creating rootfs from cloud images

2012-10-12 Thread David Britton
The following fixes the problem: dpb@starbuck:templates$ pwd /usr/share/lxc/templates dpb@starbuck:templates$ diff *.orig lxc-ubuntu-cloud 344c344 < tar -zxf $cache/$filename --- > tar --numeric-owner -zxf $cache/$filename -- You received this bug notification because you are a member of

[Bug 1058218] Re: do-release-upgrade (lucid->precise) leaves postgres 8.4 in bad state

2012-10-02 Thread David Britton
Hi Martin -- I'm still seeing an anomoly in the upgrade. After do-release upgrade, postgres-8.4 is no longer running. I see at the beginning of the upgrade, the explicit stop of the service, but I never see it started again. After I upgrade, I get the following: root@ubuntu:~# sudo -u postgres

[Bug 1058218] Re: do-release-upgrade (lucid->precise) leaves postgres 8.4 in bad state

2012-10-02 Thread David Britton
Screen log from the update attempt. ** Attachment added: "screenlog.0.gz" https://bugs.launchpad.net/ubuntu/+source/postgresql-8.4/+bug/1058218/+attachment/3365652/+files/screenlog.0.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1058218] Re: do-release-upgrade (lucid->precise) leaves postgres 8.4 in bad state

2012-10-02 Thread David Britton
More debugging: failed attempt by libpam to restart postgresql (postgresql-8.4 in lucid does not have an init script called "postgresql", it's called "postgresql-8.4") : Setting up libpam0g (1.1.3-7ubuntu2) ... Checking for services that may need to be restarted...Checking init scripts... WARNING:

[Bug 1058218] Re: do-release-upgrade (lucid->precise) leaves postgres 8.4 in bad state

2012-10-02 Thread David Britton
Here is where I would expect to see the start of postgresql-8.4 on precise after the upgrade, but I don't see it: Setting up postgresql-8.4 (8.4.14-0ubuntu12.04) ... Setting up python-central (0.6.17ubuntu2) ... -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1058218] Re: do-release-upgrade (lucid->precise) leaves postgres 8.4 in bad state

2012-10-02 Thread David Britton
Upgrade from lucid -> precise using packages in pitti's PPA work great. Attached apt-term.log from that attempt just for safe keeping. ** Attachment added: "apt-term.log" https://bugs.launchpad.net/ubuntu/+source/postgresql-8.4/+bug/1058218/+attachment/3366205/+files/apt-term.log -- You rece

[Bug 1058218] Re: do-release-upgrade (lucid->precise) leaves postgres 8.4 in bad state

2012-10-02 Thread David Britton
Upgrade from lucid -> precise using 9.1 packages in pitti's PPA work great. Attached apt-term.log from that attempt just for safe keeping. ** Attachment added: "apt-term.log" https://bugs.launchpad.net/ubuntu/+source/postgresql-8.4/+bug/1058218/+attachment/3366251/+files/apt-term.log -- You

[Bug 1058218] [NEW] do-release-upgrade (lucid->precise) leaves postgres (8.4 & 9.1) in bad state.

2012-09-28 Thread David Britton
Public bug reported: I'm seeing a bug in both 8.4 and 9.1 after upgrading through do-release- upgrade from lucid to precise. Steps to Repro: 1) Install either 9.1 from pitti's repo, or use 8.4 in lucide 2) run do-release-upgrade 3) Skip the reboot 4) run the following root@ubuntu:~# sudo -u pos

[Bug 1038422] Re: IP report in motd should ignore vlan interfaces

2012-08-28 Thread David Britton
Reproduced by: sudo apt-get install vlan sudo vconfig add eth0 2 sudo ifconfig eth0.2 192.168.8.8 # or some other unusued local address landscape-sysconfig # should filter out that interface. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 965478] [NEW] Depends: eucalyptus-common but it is not installable

2012-03-26 Thread David Britton
Public bug reported: Latest precise update: root@ubuntu:~# apt-get install python-image-store-proxy Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation o

[Bug 962448] Re: update package to 12.04.2

2012-03-29 Thread David Britton
** Changed in: landscape-client (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/962448 Title: update package to 12.04.2 To manage notifications a

[Bug 1156932] Re: User can't modify security-group-rule via nova-api if there are duplicated security group name

2013-06-10 Thread David Britton
"nova boot" has a similar problem. You get a 500 when attempting to use a duplicated (by name) security group: DEBUG (shell:768) The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-aded6143-c8d0-45fa-abd3-fd28a80cfd0d) Traceback (most r

[Bug 552786] Re: initctl: lacks proper exit codes

2013-07-12 Thread David Britton
The following patch to service fixes it for precise. This may not be the most graceful, but this bug is really annoying. Could we get something pushed through? 121c121,128 < start|stop|status|reload) --- > status) > # Make sure status only succeeds in the started case >

[Bug 813477] Re: Update landscape-client to 11.07.1.1

2011-07-29 Thread David Britton
Newly installed oneric vm shows the update available. ubuntu@ubuntu:~$ apt-cache show landscape-client Package: landscape-client Priority: optional Section: admin Installed-Size: 212 Maintainer: Ubuntu Developers Original-Maintainer: Landscape Team Architecture: i386 Version: 11.07.1.1-0ubuntu1.

[Bug 1861395] CRDA.txt

2020-02-12 Thread David Britton
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1861395/+attachment/5327776/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861395 Title: system

[Bug 1861395] Re: system hang: i915 Resetting rcs0 for hang on rcs0

2020-02-12 Thread David Britton
apport information ** Tags added: apport-collected ** Description changed: System hangs, unknown cause, When this happens, the mouse pointer still moves, but I can't do anything else with the keys or clicking in the UI. Only recover I have found is a hard power-off Last bit of kern.lo

[Bug 1861395] Lsusb-t.txt

2020-02-12 Thread David Britton
apport information ** Attachment added: "Lsusb-t.txt" https://bugs.launchpad.net/bugs/1861395/+attachment/5327780/+files/Lsusb-t.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861395 Title:

[Bug 1861395] UdevDb.txt

2020-02-12 Thread David Britton
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1861395/+attachment/5327788/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861395 Title: sy

[Bug 1861395] RfKill.txt

2020-02-12 Thread David Britton
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1861395/+attachment/5327787/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861395 Title: sy

[Bug 1861395] IwConfig.txt

2020-02-12 Thread David Britton
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1861395/+attachment/5327778/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861395 Title:

[Bug 1861395] Lspci.txt

2020-02-12 Thread David Britton
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1861395/+attachment/5327779/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861395 Title: syst

[Bug 1861395] ProcInterrupts.txt

2020-02-12 Thread David Britton
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1861395/+attachment/5327784/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/186

[Bug 1861395] CurrentDmesg.txt

2020-02-12 Thread David Britton
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1861395/+attachment/532/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861395

[Bug 1861395] ProcCpuinfoMinimal.txt

2020-02-12 Thread David Britton
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1861395/+attachment/5327783/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1861395] WifiSyslog.txt

2020-02-12 Thread David Britton
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1861395/+attachment/5327789/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861395 Ti

[Bug 1861395] ProcCpuinfo.txt

2020-02-12 Thread David Britton
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1861395/+attachment/5327782/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861395

[Bug 1861395] ProcModules.txt

2020-02-12 Thread David Britton
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1861395/+attachment/5327785/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861395

[Bug 1861395] PulseList.txt

2020-02-12 Thread David Britton
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1861395/+attachment/5327786/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861395 Titl

[Bug 1861395] Lsusb-v.txt

2020-02-12 Thread David Britton
apport information ** Attachment added: "Lsusb-v.txt" https://bugs.launchpad.net/bugs/1861395/+attachment/5327781/+files/Lsusb-v.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861395 Title:

[Bug 1861395] Re: system hang: i915 Resetting rcs0 for hang on rcs0

2020-02-12 Thread David Britton
I think I hit the problem again, ran apport-collect on the kernel in proposed: Linux aries 5.4.0-14-generic #17-Ubuntu SMP Thu Feb 6 22:47:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux ii linux-generic 5.4.0.14.17 amd64Complete Gener

[Bug 1851749] Re: Frequently getting thermal warnings and cpu throttling messages in syslog

2019-11-08 Thread David Britton
Glad to see this filed, I have the same issue. Note there is a good discussion of the issue here: https://www.reddit.com/r/thinkpad/comments/870u0a/t480s_linux_throttling_bug/ And the User made a github repo to address the problem in testing: https://github.com/erpalma/throttled I can clearly

[Bug 1866065] Re: weechat can't load python plugins (undefined symbol: _Py_NoneStruct)

2020-03-10 Thread David Britton
https://bugzilla.redhat.com/show_bug.cgi?id=1656633 ** Bug watch added: Red Hat Bugzilla #1656633 https://bugzilla.redhat.com/show_bug.cgi?id=1656633 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1866065] Re: weechat can't load python plugins (undefined symbol: _Py_NoneStruct)

2020-03-10 Thread David Britton
Appears this works around it on up to date focal: LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libpython3.8.so weechat I'm guessing something messed up in the linking of the python.so that ships with weechat-python -- You received this bug notification because you are a member of Ubuntu Bugs, which i

<    1   2   3   4   5