[Bug 1086568] [NEW] `etckeeper --help` fails with `No manual entry for etceeper` (sic)

2012-12-04 Thread Martin Pool
Public bug reported: mbp@faith% sudo etckeeper --help No manual entry for etceeper Usage: etckeeper command [-d directory] mbp@faith% dpkg -l etckeeper Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/

[Bug 1086568] Re: `etckeeper --help` fails with `No manual entry for etceeper` (sic)

2012-12-04 Thread Martin Pool
Specifically /usr/bin/etckeeper: man etceeper || echo Usage: etckeeper command [-d directory] 2 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to etckeeper in Ubuntu. https://bugs.launchpad.net/bugs/1086568 Title: `etckeeper

[Bug 1086568] Re: `etckeeper --help` fails with `No manual entry for etceeper` (sic)

2012-12-04 Thread Martin Pool
but this seems to be fixed in head: http://git.kitenet.net/?p=etckeeper.git;a=blob;f=etckeeper;h=fad1f20a662d12ebb8637b7f1a1c2e7297c4b665;hb=refs/heads/master -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to etckeeper in Ubuntu.

[Bug 956655] Re: libvirt dnsmasq causes runaway chain reaction

2012-03-16 Thread Martin Pool
mbp@joy% cat /var/run/nm-dns-dnsmasq.conf server=10.0.3.1 server=192.168.178.1 server=10.0.3.1 server=192.168.178.1 I think this is an interaction between a few things that are themselves reasonable: - network-manager depends on dnsmasq, and makes it the default nameserver in

[Bug 956655] Re: libvirt dnsmasq causes runaway chain reaction

2012-03-16 Thread Martin Pool
removing lxc has avoided the problem. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dnsmasq in Ubuntu. https://bugs.launchpad.net/bugs/956655 Title: libvirt dnsmasq causes runaway chain reaction To manage notifications about this

[Bug 956655] Re: libvirt dnsmasq causes runaway chain reaction

2012-03-16 Thread Martin Pool
ok, after discussion on irc, apparently it's launchpad's setuplxc that's inserting the conf:prepend domain-name-servers 10.0.3.1; line. I'm not sure if this problem could still be hit without it. -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 956655] Re: libvirt dnsmasq causes runaway chain reaction

2012-03-16 Thread Martin Pool
see bug 936817 for a broadly similar problem of it modifying the host os. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dnsmasq in Ubuntu. https://bugs.launchpad.net/bugs/956655 Title: libvirt dnsmasq causes runaway chain reaction

[Bug 956655] Re: libvirt dnsmasq causes runaway chain reaction

2012-03-16 Thread Martin Pool
It's arguably a dnsmasq/lxc problem that this can occur, but I think the most relevant problem is Launchpad's setuplxc changing my dhclient configuration. I guess this was done so that the host could see launchpad.dev or whatever. But: - changing basic networking of the host without warning

[Bug 956655] [NEW] dnsmasq spams out thousands of queries

2012-03-15 Thread Martin Pool
Public bug reported: I've repeatedly seen dnsmasq get into a situation where it repeatedly spams out many many queries. I'm not sure why; perhaps it's got into a state where it's sending queries to itself? I'm not precisely sure how to reproduce it but it's something to do with my machine

[Bug 956655] Re: dnsmasq spams out thousands of queries

2012-03-15 Thread Martin Pool
So my machine had, every time I booted up, several instances: mbp@joy% ps wwwax -o pid,ppid,cmd |grep dnsm 1752 1 dnsmasq -u lxc-dnsmasq --strict-order --bind-interfaces --pid-file=/var/run/lxc/dnsmasq.pid --conf-file= --listen-address 10.0.3.1 --dhcp-range 10.0.3.2,10.0.3.254

[Bug 936762] Re: setuplxc jams if your shell is not bash

2012-02-20 Thread Martin Pool
Digging in to this a bit, I think the bug can be said to be in the lxc templates, where lxc-ubuntu has do_bindhome() { rootfs=$1 user=$2 # copy /etc/passwd, /etc/shadow, and /etc/group entries into container pwd=`getent passwd $user` if [ $? -ne 0 ]; then echo

[Bug 936762] Re: lxc-ubuntu template sets user shell, without checking it's installed

2012-02-20 Thread Martin Pool
So this could be, and maybe should be, addressed in both lxc and launchpad setuplxc. * launchpad can work around this by just forcing the user's shell back to bash or by installing zsh (which would be slightly nicer for me, and any other users, and make things very slightly slower to download.)

Re:[Bug 936762] Re: lxc-ubuntu template sets user shell, without checking it's installed

2012-02-20 Thread Martin Pool
It sounds like that would prevent zsh users creating new containers, which would be worse than the original bug. On Feb 21, 2012 7:55 AM, Launchpad Bug Tracker 936...@bugs.launchpad.net wrote: This bug was fixed in the package lxc - 0.7.5-3ubuntu29 --- lxc (0.7.5-3ubuntu29)

[Bug 936762] Re: lxc-ubuntu template sets user shell, without checking it's installed

2012-02-20 Thread Martin Pool
ok, having read the actual diff http://bazaar.launchpad.net/~ubuntu- branches/ubuntu/precise/lxc/precise/revision/68 I see you do actually try to install the shell. I misunderstood your comment #3. Thanks very much. -- You received this bug notification because you are a member of Ubuntu

[Bug 930444] Re: Keystone Ubuntu Precise dbconfig install broken - show stopper

2012-02-12 Thread Martin Pool
I just hit this too when installing on to a fresh current precise image. I think there are really two bugs here: 1- interactive configuration, which seems contrary to the normal Ubuntu practice or policy 2- the error from keystone-manage during installation -- You received this bug

[Bug 930444] Re: Keystone Ubuntu Precise dbconfig install broken - show stopper

2012-02-12 Thread Martin Pool
this is coming from keystone.postinst: if [ $dbc_install = true ] then # On first install, create basics configuration and add roles if [ -z $2 ] then sed -e s,_DBC_URL_,$SQL_CONNECTION, -i /etc/keystone/keystone.conf

[Bug 930444] Re: keystone-manage: error: argument command: invalid choice: 'db' from postinst

2012-02-12 Thread Martin Pool
** Summary changed: - Keystone Ubuntu Precise dbconfig install broken - show stopper + keystone-manage: error: argument command: invalid choice: 'db' from postinst ** Changed in: keystone (Ubuntu) Importance: Undecided = Critical -- You received this bug notification because you are a

[Bug 930444] Re: keystone-manage: error: argument command: invalid choice: 'db' from postinst

2012-02-12 Thread Martin Pool
There is a commit message in http://bazaar.launchpad.net/~openstack- ubuntu-packagers/keystone/ubuntu/revision/29 suggesting this has been removed, but it doesn't seem to have actually been removed... ** Changed in: keystone (Ubuntu) Assignee: (unassigned) = Martin Pool (mbp) -- You

[Bug 930444] Re: keystone-manage: error: argument command: invalid choice: 'db' from postinst

2012-02-12 Thread Martin Pool
** Changed in: keystone (Ubuntu) Status: Confirmed = In Progress ** Branch linked: lp:~mbp/keystone/930444-db-sync -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to keystone in Ubuntu. https://bugs.launchpad.net/bugs/930444

[Bug 931236] [NEW] keystone install is unnecessarily interactive

2012-02-12 Thread Martin Pool
Public bug reported: Split out from bug 930444: installing keystone onto a new precise machine runs interactive debconf about dbconfig-common; this seems undesirable and perhaps it can be avoided. Some of the upstream keystone documentation suggests it will start on sqlite3 by default, so

[Bug 838729] Re: x200 laptop fails to complete to suspend on second suspend after boot

2011-09-14 Thread Martin Pool
I filed what might be a dupe of this in bug 830355 (on a Thinkpad X201). For me with 3.0.0-11.18 and today's oneiric, it seems to be working ok. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libcgroup in Ubuntu.

[Bug 615708] Re: help for domname contains Launchpad translations metadata?

2011-05-16 Thread Martin Pool
Yes, I can still reproduce this in natty. The problem occurs with LANG=en_AU.UTF-8 and not with LANG=C. ** Changed in: libvirt (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in

[Bug 317734] Re: mysql initscript fails

2011-04-12 Thread Martin Pool
** Project changed: launchpad = null -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1 in Ubuntu. https://bugs.launchpad.net/bugs/317734 Title: mysql initscript fails -- Ubuntu-server-bugs mailing list

[Bug 607636] Re: chardev: opening backend pty failed

2010-11-24 Thread Martin Pool
I hit the same problem after installing and trying to use lxc. It was previously working properly on the same host machine. Could it be that lxc changes the mount options on the host's /dev/pts? (I'm not sure that was precisely the cause though.) ** Also affects: lxc (Ubuntu) Importance:

[Bug 615708] [NEW] help for domname contains Launchpad translations metadata?

2010-08-10 Thread Martin Pool
Public bug reported: This seems wrong. I'm not sure if the bug is in libvirt packaging or perhaps something in soyuz: m...@grace% virsh Welcome to virsh, the virtualization interactive terminal. Type: 'help' for help with commands 'quit' to quit virsh # help domname NAME domname

[Bug 615708] Re: help for domname contains Launchpad translations metadata?

2010-08-10 Thread Martin Pool
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/53400068/Dependencies.txt ** Also affects: launchpad Importance: Undecided Status: New -- help for domname contains Launchpad translations metadata? https://bugs.launchpad.net/bugs/615708 You received this bug

[Bug 489215] Re: snmpd sigserv

2009-11-30 Thread Martin Pool
** Project changed: bzr = null -- snmpd sigserv https://bugs.launchpad.net/bugs/489215 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to net-snmp in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify