[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 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 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 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 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 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 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 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 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 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

[Bug 58404] sulogin doesn't document behaviour with sudo_root

2006-08-31 Thread Martin Pool
Public bug reported: The sulogin manpage says that without the -e option, it requires the root password to be correctly entered. However, in the default ubuntu configuration of having the root password locked, it doesn't prompt for a password at all. This behaviour is sensible but the manpage

[Bug 58967] no help messages when using keyboard navigation in gnome logout dialog

2006-09-04 Thread Martin Pool
Public bug reported: Binary package hint: gnome-session It's generally possible to use tab or arrow keys in the logout dialog to choose an option. However, when focus is moved with the keyboard, the help messages aren't displayed as they are with the mouse. Steps to reproduce: 1. Click

[Bug 58965] keyboard navigation intermittently broken in gnome logout dialog

2006-09-04 Thread Martin Pool
Public bug reported: Binary package hint: gnome-session Steps to reproduce: 1. Click Ubuntu menu/Quit... 2. Screen fades and logout/shutdown/restart/etc dialog comes up. 3. *Sometimes* there will be no keyboard focus indicator, and pressing the arrow keys or tab key has no effect. It's

[Bug 63157] Re: bzr should either depend on python2.5 or remove python2.5 specific code from postinst

2006-10-03 Thread Martin Pool
** Changed in: bzr (Ubuntu) Status: Unconfirmed = Confirmed -- bzr should either depend on python2.5 or remove python2.5 specific code from postinst https://launchpad.net/bugs/63157 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 63324] Re: exceptions.UnicodeEncodeError: 'ascii' codec can't encode character

2006-10-03 Thread Martin Pool
Could you please tell me what the 'locale' command shows or what your $LANG environment variable is set to? I think you're set to an ASCII locale where these characters aren't supported. With LANG=en_AU.UTF-8 this works for me. -- exceptions.UnicodeEncodeError: 'ascii' codec can't encode

[Bug 63911] vim missing a dependency

2006-10-04 Thread Martin Pool
Public bug reported: Binary package hint: vim Using vim (7.0-035+1ubuntu4) Installation succeeds, but when I run vim I get vim: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory This may overlap with bug 63047 but mine is

[Bug 63911] Re: vim missing a dependency

2006-10-04 Thread Martin Pool
My mistake, I was running the wrong vim binary. ** Changed in: vim (Ubuntu) Status: Unconfirmed = Rejected -- vim missing a dependency https://launchpad.net/bugs/63911 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 58404] Re: sulogin doesn't document behaviour with sudo_root

2006-10-04 Thread Martin Pool
It says sulogin checks the root password using the standard method (getpwnam) first. In the default Ubuntu setup, I would expect getpwnam to succeed, but return a value indicating root's password is locked. Surely it does not say root has a blank password? The RootSudo wiki page

[Bug 64089] edgy's xserver-xorg postinst configuration runs repeatedly

2006-10-04 Thread Martin Pool
Public bug reported: Binary package hint: xserver-xorg I've just installed the edgy beta including xserver-xorg 7.1.1ubuntu1 using debootstrap. The xserver-xorg postinst script asks me what resolutions I want to allow, but whatever I enter it just keeps asking again and again. (I tried: the

[Bug 30149] Re: postinst scripts seem to assume existence of /var/lib/x11/X.md5sum

2006-10-04 Thread Martin Pool
This still seems to be present in Edgy beta. During a fresh install, the symlink exists and points to /usr/bin/Xorg, which is where the script wants it to go. So it seems like no action should be necessary, but it still complains that the file is customized. -- postinst scripts seem to assume

[Bug 60182] Re: [Bug 60182] Bzr crashes when starting

2006-09-21 Thread Martin Pool
Ruben, thanks for the report. I suspect this bug is caused by something in the Python interpreter. Are you using the Python interpreter installed by Ubuntu, or have you upgraded or changed it yourself? Is this error reproducible or one-off? -- Martin -- Bzr crashes when starting

[Bug 51653] ls -G is not just like -l

2006-07-02 Thread Martin Pool
Public bug reported: Binary package hint: coreutils The ls manpage says -g like -l, but do not list owner -G, --no-group like -l, but do not list group ls -g gives a long listing with the group shown, and not the owner, as advertised. However, ls -G gives just

[Bug 51653] Re: [Bug 51653] Re: ls -G is not just like -l

2006-07-02 Thread Martin Pool
On 3 Jul 2006, frogzoo [EMAIL PROTECTED] wrote: This is a doc bug, if at all, try 'ls -lgG' It's certainly at least a doc bug. But I think it's more than that. Can you justify 'ls -G' behaving as it does? -- Martin -- ls -G is not just like -l https://launchpad.net/bugs/51653 --

[Bug 51653] Re: [Bug 51653] Re: [Bug 51653] ls -G is not just like -l

2006-07-03 Thread Martin Pool
Please, leave aside the inconsistency in the documentation, and just tell me why the current behaviour of -G is useful. Why shouldn't it imply -l? -- Martin -- ls -G is not just like -l https://launchpad.net/bugs/51653 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 41399] Re: Error message not specific in bug-reporting page (+filebug)

2006-06-19 Thread Martin Pool
I'm not sure if it's a dupe or not, but I also get an error occurred if I try to file a bug with a summary but no description. -- Error message not specific in bug-reporting page (+filebug) https://launchpad.net/bugs/41399 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 2930] Re: The inisqueak script doesn't appear to exist

2006-06-23 Thread Martin Pool
The bug is still still happening for me with 3.7.7-5ubuntu6 There is no inisqueak script and if I run squeak with no arguments in an empty directory it fails to start, complaining of no image. Also /usr/bin/squeak is a binary, not a wrapper script. ** Changed in: squeak-vm (Ubuntu)

[Bug 2930] Re: [Bug 2930] Re: The inisqueak script doesn't appear to exist

2006-06-23 Thread Martin Pool
On 23 Jun 2006, Jordan Mantha [EMAIL PROTECTED] wrote: You can either use the menu item, or run the wraper script, startscript. /user/bin/squeak is the normal binary so that command line usage could be preserved. My changelog enty was not clear enough, sorry. I think you mean startsqueak.

[Bug 2930] Re: The inisqueak script doesn't appear to exist

2006-06-23 Thread Martin Pool
** Changed in: squeak-vm (Ubuntu) Status: Fix Released = Confirmed -- The inisqueak script doesn't appear to exist https://launchpad.net/bugs/2930 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 58061] hp nx7010 thinks the battery is flat, hibernates when power is removed

2006-08-28 Thread Martin Pool
Public bug reported: Binary package hint: linux-image-2.6.15-26-686 I have an hp compaq nx7010 which generally works well in Dapper. Hibernate and sleep both work. However, recent kernels seem to have a bug where it will sometimes read the battery as almost empty, even when it's not. A

[Bug 51304] Re: Improvements to Python bindings

2006-10-17 Thread Martin Pool
(For Robert's benefit, doko's fixes are now in edgy.) -- Improvements to Python bindings https://launchpad.net/bugs/51304 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 58061] Re: hp nx7010 thinks the battery is flat, hibernates when power is removed

2006-10-18 Thread Martin Pool
This is still happening with the current edgy kernel, linux- image-2.6.17-10-generic, 2.6.17-10.33 At the moment it's not causing hibernation, just bogus warnings that your battery has 3 minutes left. This happens even after a cold boot. -- hp nx7010 thinks the battery is flat, hibernates when

[Bug 41056] Re: qiv fails to start: Gdk-ERROR **: BadMatch (invalid parameter attributes)

2006-10-18 Thread Martin Pool
Still failing for me with 2.0-4.2ubuntu1 -- qiv fails to start: Gdk-ERROR **: BadMatch (invalid parameter attributes) https://launchpad.net/bugs/41056 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 68116] test bug ignore

2006-10-24 Thread Martin Pool
Public bug reported: staging is broken ** Affects: bzr (upstream) Importance: Undecided Status: Unconfirmed ** Affects: bzr (Ubuntu) Importance: Undecided Status: Unconfirmed ** Changed in: Ubuntu Sourcepackagename: None = bzr ** Also affects: bzr (upstream)

[Bug 65224] pmount is needed by gnome, but not installed by ubuntu-desktop

2006-10-10 Thread Martin Pool
Public bug reported: I've just done a fresh install of edgy by debootstrap and then installing ubuntu-desktop. When I insert a CF card, gnome complains that it can't run pmount. In fact, pmount isn't installed. Shouldn't it be required by gnome-desktop to provide mounting of removable devices?

[Bug 65224] Re: pmount is needed by gnome, but not installed by ubuntu-desktop

2006-10-10 Thread Martin Pool
nevermind, i was just confused - my account wasn't added to plugdev... ** Changed in: Ubuntu Status: Unconfirmed = Rejected -- pmount is needed by gnome, but not installed by ubuntu-desktop https://launchpad.net/bugs/65224 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 62249] Re: [Bug 62249] merge from bundles should support io redirection

2006-09-25 Thread Martin Pool
Are you saying that the default should be to merge from stdin? I don't think merging from the remembered location is very important: it's probably less commonly useful than for push or pull. So I don't mind removing it. However, commands that default to reading from stdin can be a bit

[Bug 158070] would be nice to search for uninstalled ubuntu packages

2007-10-28 Thread Martin Pool
Public bug reported: Binary package hint: deskbar-applet It would be nice if a deskbar search for e.g. 'gobby' would suggest installing the package if it's not already installed. ** Affects: deskbar-applet (Ubuntu) Importance: Undecided Status: New -- would be nice to search for

[Bug 296110] Re: bzr should install launchpad ssh host keys

2008-11-09 Thread Martin Pool
** Also affects: bzr (Ubuntu) Importance: Undecided Status: New ** Changed in: bzr Importance: Undecided = Low -- bzr should install launchpad ssh host keys https://bugs.launchpad.net/bugs/296110 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 296110] Re: bzr should install launchpad ssh host keys

2008-11-09 Thread Martin Pool
** Also affects: launchpad-bazaar Importance: Undecided Status: New -- bzr should install launchpad ssh host keys https://bugs.launchpad.net/bugs/296110 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

Re: [Bug 271138] Re: mouse and keyboard unresponsive when gdm first runs

2008-10-31 Thread Martin Pool
On Fri, Oct 31, 2008 at 11:46 PM, Ovidiu Rosoiu [EMAIL PROTECTED] wrote: Actually now my startup config is: /etc/rc0.d/K01kdm /etc/rc1.d/K01kdm /etc/rc2.d/S99kdm /etc/rc3.d/S99kdm /etc/rc4.d/S99kdm /etc/rc5.d/S99kdm /etc/rc6.d/K01kdm which I had to set mannualy, because an `update-rc.d

Re: [Bug 193550] Re: [hardy] traceback when plugging in usb-audio device

2008-11-04 Thread Martin Pool
This is consistently ok for me in intrepid. -- [hardy] traceback when plugging in usb-audio device https://bugs.launchpad.net/bugs/193550 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 276684] Re: iwl3945 no scanning 2.6.27-4

2008-10-19 Thread Martin Pool
I'm also experiencing this problem on an X61s Thinkpad running intrepid updated on about last Friday. linux-restricted-modules-common does not contain the firmware (and in fact does not contain any modules at all as far as I can see: [EMAIL PROTECTED] dpkg -L

[Bug 276684] Re: iwl3945 no scanning 2.6.27-4

2008-10-19 Thread Martin Pool
I'm also experiencing this problem on an X61s Thinkpad running intrepid updated on about last Friday. linux-restricted-modules-common does not contain the firmware (and in fact does not contain any modules at all as far as I can see: [EMAIL PROTECTED] dpkg -L

Re: [Bug 263782] Re: intrepid hang with screen corruption during boot with 2.6.27-2-generic on x61

2008-10-19 Thread Martin Pool
On Fri, Oct 17, 2008 at 4:43 AM, J. Bruce Fields [EMAIL PROTECTED] wrote: Switching to the first virtual console (alt-ctl-F1) early in the boot works around the problem for me. This doesn't reliably fix it for me. Because the problem is intermittent it's hard to make a definitive statement.

[Bug 277203] Re: gnome-sound-properties setting to disable login sound not honored

2008-10-14 Thread Martin Pool
Confirmed for me too. -- gnome-sound-properties setting to disable login sound not honored https://bugs.launchpad.net/bugs/277203 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 284722] [NEW] places menu opens eog image viewer, not nautilus

2008-10-16 Thread Martin Pool
Public bug reported: On one intrepid machine, choosing eg the Home or Desktop option, or any of the bookmarks, from the Places menu opens the eog Image Viewer, displaying the images present in that folder. If there are no images in the folder, eog comes up with an error saying so. If I click

Re: [Bug 263782] Re: intrepid hang with screen corruption during boot with 2.6.27-2-generic on x61

2008-10-12 Thread Martin Pool
It was still happening on my X61s as of last Friday. -- Martin http://launchpad.net/~mbp/ -- intrepid hang with screen corruption during boot with 2.6.27-2-generic on x61 https://bugs.launchpad.net/bugs/263782 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 271138] Re: mouse and keyboard unresponsive when gdm first runs

2008-10-12 Thread Martin Pool
Importance is only medium??!? Yes, I think it's pretty severe for people who hit it. -- mouse and keyboard unresponsive when gdm first runs https://bugs.launchpad.net/bugs/271138 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

Re: [Bug 146136] Re: package linux-image-generic 2.6.22.12.15 failed to install/upgrade: dependency problems - leaving unconfigured

2008-10-26 Thread Martin Pool
On Sun, Oct 26, 2008 at 12:58 AM, Jean-Baptiste Lallement [EMAIL PROTECTED] wrote: thanks for your report. I'm closing this report because the installation has failed due to no space left on device. Ok. It does seem like it would be good to make the error visible to the user other than

Re: [Bug 276684] Re: iwl3945 no scanning 2.6.27-4

2008-10-26 Thread Martin Pool
As of yesterday's Intrepid updates, it is working ok for me. -- iwl3945 no scanning 2.6.27-4 https://bugs.launchpad.net/bugs/276684 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

Re: [Bug 263782] Re: intrepid hang with screen corruption during boot with 2.6.27-2-generic on x61

2008-10-26 Thread Martin Pool
On Sun, Oct 26, 2008 at 3:51 PM, Leann Ogasawara [EMAIL PROTECTED] wrote: Hi Martin, Since you are the original bug reporter, can you comment if this is resolved with a 2.6.27-7.12 or newer kernel? 2.6.27-7.12 booted successfully on the one time I've tried it so far. -- Martin

[Bug 271138] Re: mouse and keyboard unresponsive when gdm first runs

2008-10-26 Thread Martin Pool
I installed xorg 1:7.4~5ubuntu3 (and everything else from Intrepid's updates this morning), and the problem persists. ** Changed in: xorg (Ubuntu Intrepid) Status: Fix Released = Confirmed -- mouse and keyboard unresponsive when gdm first runs https://bugs.launchpad.net/bugs/271138 You

[Bug 271097] Re: wireless password is not being saved (intrepid)

2008-10-28 Thread Martin Pool
This is working for me in current Intrepid. -- wireless password is not being saved (intrepid) https://bugs.launchpad.net/bugs/271097 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 271138] Re: mouse and keyboard unresponsive when gdm first runs

2008-10-30 Thread Martin Pool
Moving gdm to run at priority 40 fixes this. Well done Ovidiu! -- mouse and keyboard unresponsive when gdm first runs https://bugs.launchpad.net/bugs/271138 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 218086] Re: cannot proceed through dist-upgrade if some packages are unsigned

2008-10-30 Thread Martin Pool
** Changed in: synaptic (Ubuntu) Status: New = Confirmed -- cannot proceed through dist-upgrade if some packages are unsigned https://bugs.launchpad.net/bugs/218086 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 218474] [NEW] please update bzr to 1.3.1final in hardy

2008-04-16 Thread Martin Pool
Public bug reported: bzr 1.3.1final has been released. Hardy currently has 1.3.1rc1. There are no code changes between the rc and the final, but it would be nice if hardy would update to the final to allay user concern about using an rc version. ** Affects: bzr (Ubuntu) Importance:

[Bug 90662] Re: bzr diff --prefix lilegal_value

2008-04-16 Thread Martin Pool
** Changed in: bzr (Ubuntu) Status: Confirmed = Fix Released -- bzr diff --prefix lilegal_value https://bugs.launchpad.net/bugs/90662 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list

[Bug 70045] Re: bzr commit complains about check_signatures/create_signatures

2008-04-16 Thread Martin Pool
** Changed in: bzr (Ubuntu) Status: New = Invalid -- bzr commit complains about check_signatures/create_signatures https://bugs.launchpad.net/bugs/70045 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 63324] Re: exceptions.UnicodeEncodeError: 'ascii' codec can't encode character

2008-04-16 Thread Martin Pool
Upstream bug ** Changed in: bzr (Ubuntu) Status: New = Invalid -- exceptions.UnicodeEncodeError: 'ascii' codec can't encode character https://bugs.launchpad.net/bugs/63324 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 62905] Re: smart server is noisy on disconnection

2008-04-16 Thread Martin Pool
** Changed in: bzr (Ubuntu) Status: Incomplete = Invalid -- smart server is noisy on disconnection https://bugs.launchpad.net/bugs/62905 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 62904] Re: merge from bundle should allow revision specification

2008-04-16 Thread Martin Pool
upstream bug ** Changed in: bzr (Ubuntu) Status: Incomplete = Invalid ** Also affects: bzr Importance: Undecided Status: New ** Changed in: bzr Importance: Undecided = Low Status: New = Confirmed -- merge from bundle should allow revision specification

[Bug 62521] Re: bzr should run without bzrlib.tests installed.

2008-04-16 Thread Martin Pool
not a package bug ** Changed in: bzr (Ubuntu) Status: Incomplete = Invalid -- bzr should run without bzrlib.tests installed. https://bugs.launchpad.net/bugs/62521 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 50478] Re: UnicodeDecodeError exception while trying to set up a new repository

2008-04-16 Thread Martin Pool
** Changed in: bzr (Ubuntu) Status: Incomplete = Fix Released -- UnicodeDecodeError exception while trying to set up a new repository https://bugs.launchpad.net/bugs/50478 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 116371] Re: bzr doc-base directs to wrong index page

2008-04-16 Thread Martin Pool
doc-base/bzr now has ' Document: bzr Title: Bazaar documentation Abstract: Documentation for Bazaar in text and HTML form. Section: Apps/Programming Format: Text Files: /usr/share/doc/bzr/txt/index.txt Format: HTML Index: /usr/share/doc/bzr/html/index.html Files: /usr/share/doc/bzr/html/*.html

[Bug 86919] Re: transport shouldn't indirect through control_files

2008-04-16 Thread Martin Pool
** Also affects: bzr Importance: Undecided Status: New ** Changed in: bzr Importance: Undecided = Medium Assignee: (unassigned) = Martin Pool (mbp) Status: New = Confirmed -- transport shouldn't indirect through control_files https://bugs.launchpad.net/bugs/86919 You

[Bug 86917] Re: option help text grammar is inconsistent

2008-04-16 Thread Martin Pool
** Also affects: bzr Importance: Undecided Status: New ** Changed in: bzr Importance: Undecided = Wishlist Status: New = Confirmed -- option help text grammar is inconsistent https://bugs.launchpad.net/bugs/86917 You received this bug notification because you are a member of

[Bug 83867] Re: branch hooks need documentation

2008-04-16 Thread Martin Pool
** Changed in: bzr (Ubuntu) Status: New = Invalid -- branch hooks need documentation https://bugs.launchpad.net/bugs/83867 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 77753] Re: bzr break-lock should take --local argument

2008-04-16 Thread Martin Pool
** Also affects: bzr Importance: Undecided Status: New ** Changed in: bzr Importance: Undecided = Medium Status: New = Confirmed -- bzr break-lock should take --local argument https://bugs.launchpad.net/bugs/77753 You received this bug notification because you are a member

[Bug 62905] Re: smart server is noisy on disconnection

2008-04-16 Thread Martin Pool
** Also affects: bzr Importance: Undecided Status: New ** Changed in: bzr Importance: Undecided = Medium Status: New = Confirmed -- smart server is noisy on disconnection https://bugs.launchpad.net/bugs/62905 You received this bug notification because you are a member of

[Bug 218474] Re: please update bzr to 1.3.1final in hardy

2008-04-16 Thread Martin Pool
*** This bug is a duplicate of bug 218257 *** https://bugs.launchpad.net/bugs/218257 ** This bug has been marked a duplicate of bug 218257 Update bzr package to a non-release-candiate version number -- please update bzr to 1.3.1final in hardy https://bugs.launchpad.net/bugs/218474 You

[Bug 208017] Re: bzr error message for http 500 series error codes is invalid

2008-04-16 Thread Martin Pool
upstream bug ** Also affects: bzr Importance: Undecided Status: New ** Changed in: bzr Importance: Undecided = Low Status: New = Confirmed ** Changed in: bzr (Ubuntu) Status: New = Invalid -- bzr error message for http 500 series error codes is invalid

[Bug 201907] Re: bzr crashed with NoSuchFile in _translate_error()

2008-04-16 Thread Martin Pool
This is an upstream bug ** Also affects: bzr Importance: Undecided Status: New ** Changed in: bzr (Ubuntu) Status: New = Invalid -- bzr crashed with NoSuchFile in _translate_error() https://bugs.launchpad.net/bugs/201907 You received this bug notification because you are a

[Bug 201907] Re: bzr crashed with NoSuchFile in _translate_error()

2008-04-16 Thread Martin Pool
The problem is a NoSuchFile while trying to open a pack file. I would guess that while vis was running, a write operation was done on the repository which caused it to repack. bzr should either re-read the index if this has happened, or look in the obsolete_packs direcotry. I think this is a

[Bug 83867] Re: branch hooks need documentation

2008-04-16 Thread Martin Pool
** Tags added: doc hook -- branch hooks need documentation https://bugs.launchpad.net/bugs/83867 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

Re: [Bug 186465] Re: distribution upgrade hangs during update to hardy

2008-04-21 Thread Martin Pool
I'm pretty sure my occurrence of this was not due to unreachable mirrors, because I saw nothing on the network or in netstat while it was hung. (It's possible I didn't wait long enough for a retransmission but I don't think so.) Of course there may be other problems with the same symptom. --

Re: [Bug 203793] Re: [hardy][iwl3945] 3945ABG cannot associate to public WPA2 PSK network

2008-03-19 Thread Martin Pool
When I brought my laptop back from suspend, nm showed the network in the menu. I selected it and syslog showed stage 2 complete. iwconfig at that point shows it *not* associated with an AP. I disabled NM, unloaded and reloaded the iwl3945 module, and restarted NM through /etc/dbus/event.d etc.

[Bug 129913] Re: cannot change brightness in Gutsy with thinkpad X61s

2008-04-07 Thread Martin Pool
This is working again with today's hardy updates (Linux lithe 2.6.24-15-generic #1 SMP Fri Apr 4 03:48:31 UTC 2008 i686 GNU/Linux). Thanks! -- cannot change brightness in Gutsy with thinkpad X61s https://bugs.launchpad.net/bugs/129913 You received this bug notification because you are a member

[Bug 203793] Re: [hardy][iwl3945] 3945ABG cannot associate to public WPA2 PSK network

2008-03-25 Thread Martin Pool
Still not fixed for me. -- [hardy][iwl3945] 3945ABG cannot associate to public WPA2 PSK network https://bugs.launchpad.net/bugs/203793 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 200950] Re: [iwl3945] network manager not able to associate to hidden SSID (scan_capa = 0x0)

2008-03-25 Thread Martin Pool
Works for me, thanks very much! Note to others who may be testing this: you will get an error at the end of the debuild due to being unable to sign the packages; you can still install them though. -- [iwl3945] network manager not able to associate to hidden SSID (scan_capa = 0x0)

[Bug 200950] Re: [iwl3945] network manager not able to associate to hidden SSID (scan_capa = 0x0)

2008-03-27 Thread Martin Pool
My previous message was unclear: with the version I installed I could connect to an advertised wpa2 psk network, but _not_ to a hidden non- encrypted network. I was also unable to connect to a wired network, but rebooting fixed that and it might be a different problem. -- [iwl3945] network

[Bug 199419] Re: epiphany-gecko crashed with SIGSEGV

2008-04-15 Thread Martin Pool
I'm not sure how to reproduce it so can't specifically test it. But let's assume it's fixed, and I'll reopen if it crashes again. ** Changed in: epiphany-browser (Ubuntu) Status: Invalid = Fix Released -- epiphany-gecko crashed with SIGSEGV https://bugs.launchpad.net/bugs/199419 You

[Bug 218086] [NEW] cannot proceed through dist-upgrade if some packages are unsigned

2008-04-16 Thread Martin Pool
Public bug reported: I'm running Hardy, and I also have bzr installed from a PPA. Software Update recently prompted me to do a partial distribution upgrade. Because of bug 125103, packages from PPAs are not signed. So I get this error:

Re: [Bug 186465] Re: distribution upgrade hangs during update to hardy

2008-04-16 Thread Martin Pool
mvo asked if I could reproduce this. I don't have any more gutsy systems, and I'm not sure how I could test for it otherwise. -- distribution upgrade hangs during update to hardy https://bugs.launchpad.net/bugs/186465 You received this bug notification because you are a member of Ubuntu Bugs,

  1   2   3   4   5   6   7   8   9   10   >