[Bug 445108] Re: UbuntuStudio amd64 install asks for Linux command-line and default linux command line during install.

2009-10-07 Thread Colin Watson
The problem here is that something is installing grub-pc before grub- installer runs. This shouldn't happen. I think it's because the audio seed contains linux-rt. Can we figure out a better way to do that, perhaps using custom preseeding for Ubuntu Studio? ** Package changed: grub2 (Ubuntu) =

Re: [Bug 445416] [NEW] grub-setup: warn: Attempting to install GRUB to a partition instead of the MBR. This is a BAD idea.

2009-10-07 Thread Colin Watson
On Wed, Oct 07, 2009 at 01:09:01PM -, philinux wrote: This error message gets spitted out everytime grub gets updated. Similar message from installer when installing grub2 to a partition. Setting up grub-common (1.97~beta3-1ubuntu8) ... Installing new version of config file

Re: [Bug 428570] Re: Default grub2 configuration won't boot through to default OS

2009-10-07 Thread Colin Watson
The grub2 package itself contains nothing of any note. grub-common and grub-pc are the packages it depends on that actually do something, and you'd need to upgrade those. If you saw any effect from upgrading grub2 on its own, it was coincidental. Package: grub2 Depends: grub-pc Description: GRand

Re: [Bug 428570] Re: Default grub2 configuration won't boot through to default OS

2009-10-08 Thread Colin Watson
On Thu, Oct 08, 2009 at 02:32:00AM -, Patrick Goetz wrote: Yes, I understand, that's the point. If grub2 depends on grub-pc, shouldn't this have updated as well when I updated grub2? It's an unversioned dependency, so the old version satisfies the dependency just as well and therefore apt

[Bug 447725] Re: grub nice 'recordfail' feature doesn't work for hibernation

2009-10-12 Thread Colin Watson
** Changed in: grub2 (Ubuntu) Status: New = Fix Committed ** Changed in: grub2 (Ubuntu) Assignee: (unassigned) = Colin Watson (cjwatson) -- grub nice 'recordfail' feature doesn't work for hibernation https://bugs.launchpad.net/bugs/447725 You received this bug notification because

[Bug 439784] Re: invalid: environment block

2009-10-12 Thread Colin Watson
** Changed in: grub2 (Ubuntu) Status: Confirmed = Fix Committed ** Changed in: grub2 (Ubuntu) Assignee: (unassigned) = Colin Watson (cjwatson) ** Changed in: grub2 (Ubuntu) Importance: Undecided = High -- invalid: environment block https://bugs.launchpad.net/bugs/439784 You

[Bug 448413] Re: grub2 parses kernel parameters with $ as shell variables

2009-10-12 Thread Colin Watson
Thanks, fixed for my next upload. Bug 445952 is in fact entirely unrelated. ** Changed in: grub2 (Ubuntu) Importance: Undecided = Medium ** Changed in: grub2 (Ubuntu) Status: New = Fix Committed ** Changed in: grub2 (Ubuntu) Assignee: (unassigned) = Colin Watson (cjwatson

[Bug 445952] Re: grub2 does not work with kernel comandline arguments containing spaces

2009-10-12 Thread Colin Watson
** Changed in: grub2 (Ubuntu) Importance: Undecided = High -- grub2 does not work with kernel comandline arguments containing spaces https://bugs.launchpad.net/bugs/445952 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

Re: [Bug 439784] Re: invalid: environment block

2009-10-13 Thread Colin Watson
FWIW, if you change /etc/grub.d/10_linux, you don't need to make grub.cfg unwritable - /etc/grub.d/10_linux is an input to update-grub, not an output from it, and furthermore it's a conffile so changes to it are preserved on upgrade. -- invalid: environment block

Re: [Bug 439784] Re: invalid: environment block

2009-10-13 Thread Colin Watson
On Tue, Oct 13, 2009 at 05:29:10PM -, Jordan wrote: I have not confirmed this yet by looking at any code, but the reason that grubenv is ending up zero bytes is likely that some code is writing to grubenv ( from linux, not grub itself ) by doing something like: write file grubenv.tmp;

Re: [Bug 439784] Re: invalid: environment block

2009-10-13 Thread Colin Watson
1.97~beta4. :-) 2009-10-01 Colin Watson cjwat...@ubuntu.com * util/grub-editenv.c (create_envblk_file): Write new block with a .new suffix and then rename it into place, to ensure atomic creation. -- invalid: environment block https://bugs.launchpad.net/bugs/439784 You

Re: [Bug 450615] [NEW] grub welcon scree fail

2009-10-13 Thread Colin Watson
This is by design, per: https://wiki.ubuntu.com/DesktopExperienceTeam/KarmicBootExperienceDesignSpec#Bootloader Hold down Shift at boot time to get to the menu. Alternatively, if booting into Ubuntu fails, the next boot will show you the menu automatically. status wontfix ** Changed in:

Re: [Bug 439784] Re: invalid: environment block

2009-10-14 Thread Colin Watson
On Wed, Oct 14, 2009 at 01:55:37PM -, Kamus wrote: one hour ago I tried to upgrade Karmic (to date) and I get this issue too, I don't think you gave it a chance to build and get to the mirrors. -- invalid: environment block https://bugs.launchpad.net/bugs/439784 You received this bug

Re: [Bug 451585] [NEW] grub2-mkconfig omits part_gpt module

2009-10-14 Thread Colin Watson
Do you by any chance have one disk that uses GPT and another disk that uses the traditional DOS partition table format? (A partition management tool would probably tell you, if you don't know offhand - e.g. 'sudo parted -l'). -- grub2-mkconfig omits part_gpt module

[Bug 447765] Re: Can't switch to console mode when booting from grub2

2009-10-15 Thread Colin Watson
gfxmode/gfxpayload in grub2 doesn't really work properly with the kernel yet. vga= works but only if you use linux16/initrd16 rather than the linux/initrd commands. However, when you installed grub1 instead, did you have to use vga= as suggested in a previous comment? If so, then to be honest

[Bug 429943] Re: startupmanager has incorrect dependencies

2009-10-15 Thread Colin Watson
Marco, thanks, but could you make that dependency be grub-pc rather than grub2? grub2 is just a transitional package depending on grub-pc. -- startupmanager has incorrect dependencies https://bugs.launchpad.net/bugs/429943 You received this bug notification because you are a member of Ubuntu

[Bug 451526] Re: [ubuntu karmic] kernel upgrades fail

2009-10-15 Thread Colin Watson
*** This bug is a duplicate of bug 429943 *** https://bugs.launchpad.net/bugs/429943 Do you by any chance have startupmanager installed? See bug 429943. To restore your system, install the grub-pc package. Please let us know which packages are removed when you do so. ** Package changed:

[Bug 451526] Re: [ubuntu karmic] kernel upgrades fail

2009-10-15 Thread Colin Watson
*** This bug is a duplicate of bug 429943 *** https://bugs.launchpad.net/bugs/429943 Aha, you mentioned startupmanager in your bug description. As such, I'll mark this as a duplicate. As before, reinstall grub-pc to fix things. ** This bug has been marked a duplicate of bug 429943

Re: [Bug 439784] Re: invalid: environment block

2009-10-17 Thread Colin Watson
On Sat, Oct 17, 2009 at 05:02:45AM -, Wayne McDougall wrote: How do I check what version of Grub2 I have installed? I have experienced this bug on an up-to-date system, but it's possible the mirror was out of date. It is still at this moment telling me I am completely up to date. You

[Bug 454993] Re: vga=799 is a deprecated boot option

2009-10-19 Thread Colin Watson
grub-installer doesn't add it automatically. The user must have this configured from GRUB Legacy days, or otherwise manually in /etc/default/grub. Maybe we should filter this out, or automatically convert it to gfxpayload; it's not high-priority for now though because the kernel can't quite deal

Re: [Bug 454993] Re: vga=799 is a deprecated boot option

2009-10-19 Thread Colin Watson
Huh, that's odd. Could you attach /var/log/installer/syslog, /etc/default/grub, and /boot/grub/grub.cfg, please? -- vga=799 is a deprecated boot option https://bugs.launchpad.net/bugs/454993 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 453442] Re: karmic: missing grub.info install from docs/grub.texi

2009-10-19 Thread Colin Watson
) = Colin Watson (cjwatson) ** Changed in: grub2 (Ubuntu Karmic) Milestone: None = ubuntu-9.10 -- karmic: missing grub.info install from docs/grub.texi https://bugs.launchpad.net/bugs/453442 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 477703] Re: grub2 is autistic, i.e. no input, no output

2009-11-09 Thread Colin Watson
I'm afraid this is beyond my control. The design team have instructed me to make GRUB as silent as possible (https://wiki.ubuntu.com/DesktopExperienceTeam/KarmicBootExperienceDesignSpec#Bootloader). The Shift thing was the best I could manage. -- grub2 is autistic, i.e. no input, no output

[Bug 478806] Re: authentication accepts wrong passwords

2009-11-09 Thread Colin Watson
** Bug watch added: Debian Bug tracker #555195 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555195 ** Also affects: grub2 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555195 Importance: Unknown Status: Unknown ** Changed in: grub2 (Ubuntu) Status: New

[Bug 480042] Re: option GRUB_DEFAULT=SAVED doesn't work

2009-11-10 Thread Colin Watson
*** This bug is a duplicate of bug 478035 *** https://bugs.launchpad.net/bugs/478035 Thanks. Since you have a separate /boot, I'm pretty sure that this is a consequence of bug 478035. ** This bug has been marked a duplicate of bug 478035 grubenv isn't loaded with a separate /boot --

[Bug 478035] Re: grubenv isn't loaded with a separate /boot

2009-11-10 Thread Colin Watson
** Changed in: grub2 (Ubuntu) Importance: Undecided = High ** Changed in: grub2 (Ubuntu) Status: New = Triaged ** Changed in: grub2 (Ubuntu) Assignee: (unassigned) = Colin Watson (cjwatson) -- grubenv isn't loaded with a separate /boot https://bugs.launchpad.net/bugs/478035 You

[Bug 472692] Sync givaro 3.2.13-1 (universe) from Debian squeeze (main)

2009-11-11 Thread Colin Watson
[Updating] givaro (3.2.10-1ubuntu1 [Ubuntu] 3.2.13-1 [Debian]) * Trying to add givaro... - givaro_3.2.13.orig.tar.gz: downloading from http://ftp.debian.org/debian/ - givaro_3.2.13-1.dsc: downloading from http://ftp.debian.org/debian/ - givaro_3.2.13-1.diff.gz: downloading from

[Bug 472669] Sync gimp-gap 2.6.0+dfsg-1 (universe) from Debian squeeze (main)

2009-11-11 Thread Colin Watson
[Updating] gimp-gap (2.4.0-2ubuntu1 [Ubuntu] 2.6.0+dfsg-1 [Debian]) * Trying to add gimp-gap... - gimp-gap_2.6.0+dfsg-1.dsc: downloading from http://ftp.debian.org/debian/ - gimp-gap_2.6.0+dfsg.orig.tar.gz: downloading from http://ftp.debian.org/debian/ - gimp-gap_2.6.0+dfsg-1.diff.gz:

[Bug 400481] Please sync zynaddsubfx (2.4.0-1) from Debian testing

2009-11-11 Thread Colin Watson
[Updating] zynaddsubfx (2.2.1-4.1ubuntu1 [Ubuntu] 2.4.0-1 [Debian]) * Trying to add zynaddsubfx... - zynaddsubfx_2.4.0-1.dsc: downloading from http://ftp.debian.org/debian/ - zynaddsubfx_2.4.0.orig.tar.gz: downloading from http://ftp.debian.org/debian/ - zynaddsubfx_2.4.0-1.diff.gz:

[Bug 473111] Sync pybluez 0.17-1 (universe) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] pybluez (0.16-1ubuntu1 [Ubuntu] 0.17-1 [Debian]) * Trying to add pybluez... - pybluez_0.17-1.diff.gz: downloading from http://ftp.debian.org/debian/ - pybluez_0.17.orig.tar.gz: downloading from http://ftp.debian.org/debian/ - pybluez_0.17-1.dsc: downloading from

[Bug 473008] Sync mixxx 1.6.1-1.1 (universe) from Debian squeeze (main)

2009-11-11 Thread Colin Watson
[Updating] mixxx (1.6.1-1ubuntu2 [Ubuntu] 1.6.1-1.1 [Debian]) * Trying to add mixxx... - mixxx_1.6.1-1.1.dsc: downloading from http://ftp.debian.org/debian/ - mixxx_1.6.1.orig.tar.gz: already in distro - downloading from librarian - mixxx_1.6.1-1.1.diff.gz: downloading from

[Bug 472936] Please sync dar 2.3.9-2 (universe) from Debian testing (main).

2009-11-11 Thread Colin Watson
[Updating] dar (2.3.9-1ubuntu1 [Ubuntu] 2.3.9-2 [Debian]) * Trying to add dar... - dar_2.3.9-2.diff.gz: downloading from http://ftp.debian.org/debian/ - dar_2.3.9-2.dsc: downloading from http://ftp.debian.org/debian/ - dar_2.3.9.orig.tar.gz: already in distro - downloading from librarian

[Bug 472725] Sync modest 1.0+svn1091.debian-3 (universe) from Debian squeeze (main)

2009-11-11 Thread Colin Watson
[Updating] modest (1.0+svn1091.debian-2ubuntu1 [Ubuntu] 1.0+svn1091.debian-3 [Debian]) * Trying to add modest... - modest_1.0+svn1091.debian.orig.tar.gz: already in distro - downloading from librarian - modest_1.0+svn1091.debian-3.diff.gz: downloading from http://ftp.debian.org/debian/

[Bug 472738] Sync partimage 0.6.8-1 (universe) from Debian squeeze (main)

2009-11-11 Thread Colin Watson
[Updating] partimage (0.6.7-2ubuntu2 [Ubuntu] 0.6.8-1 [Debian]) * Trying to add partimage... - partimage_0.6.8-1.diff.gz: downloading from http://ftp.debian.org/debian/ - partimage_0.6.8.orig.tar.gz: downloading from http://ftp.debian.org/debian/ - partimage_0.6.8-1.dsc: downloading from

[Bug 472755] Sync svgalib 1:1.4.3-28 (universe) from Debian squeeze (main)

2009-11-11 Thread Colin Watson
[Updating] svgalib (1:1.4.3-27ubuntu1 [Ubuntu] 1:1.4.3-28 [Debian]) * Trying to add svgalib... - svgalib_1.4.3.orig.tar.gz: already in distro - downloading from librarian - svgalib_1.4.3-28.diff.gz: downloading from http://ftp.debian.org/debian/ - svgalib_1.4.3-28.dsc: downloading from

[Bug 475100] Sync libbinio 1.4-14 (universe) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] libbinio (1.4-12ubuntu1 [Ubuntu] 1.4-14 [Debian]) * Trying to add libbinio... - libbinio_1.4.orig.tar.gz: already in distro - downloading from librarian - libbinio_1.4-14.diff.gz: downloading from http://ftp.debian.org/debian/ - libbinio_1.4-14.dsc: downloading from

[Bug 473520] Sync boa-constructor 0.6.1-7 (universe) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] boa-constructor (0.6.1-6ubuntu1 [Ubuntu] 0.6.1-7 [Debian]) * Trying to add boa-constructor... - boa-constructor_0.6.1-7.dsc: downloading from http://ftp.debian.org/debian/ - boa-constructor_0.6.1-7.diff.gz: downloading from http://ftp.debian.org/debian/ -

[Bug 473391] Please sync xfce4-goodies 4.6.1 (universe) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] xfce4-goodies (4.4.2.2ubuntu1 [Ubuntu] 4.6.1 [Debian]) * Trying to add xfce4-goodies... - xfce4-goodies_4.6.1.dsc: downloading from http://ftp.debian.org/debian/ - xfce4-goodies_4.6.1.tar.gz: downloading from http://ftp.debian.org/debian/ I: xfce4-goodies [universe] -

[Bug 475931] Re: Sync lxmusic 0.4.0-1 (universe) from Debian testing (main)

2009-11-11 Thread Colin Watson
We can't automatically sync this because the .orig.tar.gz you uploaded to Ubuntu is not the same as that which was uploaded to Debian. Please upload a fake sync with the Debian diff but the Ubuntu orig, and we'll sort it out at the next upstream release. (Unsubscribing ubuntu-archive.)

[Bug 475962] Sync zshdb 0.03+git20090920-1 (universe) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] zshdb (0.03+git20090704-1ubuntu1 [Ubuntu] 0.03+git20090920-1 [Debian]) * Trying to add zshdb... - zshdb_0.03+git20090920.orig.tar.gz: downloading from http://ftp.debian.org/debian/ - zshdb_0.03+git20090920-1.diff.gz: downloading from http://ftp.debian.org/debian/ -

[Bug 476159] Sync dotconf 1.0.13-3 (main) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] dotconf (1.0.13-2ubuntu1 [Ubuntu] 1.0.13-3 [Debian]) * Trying to add dotconf... - dotconf_1.0.13.orig.tar.gz: already in distro - downloading from librarian - dotconf_1.0.13-3.dsc: downloading from http://ftp.debian.org/debian/ - dotconf_1.0.13-3.diff.gz: downloading from

[Bug 476179] Sync checkstyle 4.4+dfsg-4 (universe) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] checkstyle (4.4+dfsg-2ubuntu1 [Ubuntu] 4.4+dfsg-4 [Debian]) * Trying to add checkstyle... - checkstyle_4.4+dfsg-4.dsc: downloading from http://ftp.debian.org/debian/ - checkstyle_4.4+dfsg.orig.tar.gz: already in distro - downloading from librarian -

[Bug 419307] Please sync vips 7.18.2-3 (universe) from Debian testing (main).

2009-11-11 Thread Colin Watson
[Updating] vips (7.18.1-1ubuntu3 [Ubuntu] 7.18.2-3 [Debian]) * Trying to add vips... - vips_7.18.2-3.dsc: downloading from http://ftp.debian.org/debian/ - vips_7.18.2-3.diff.gz: downloading from http://ftp.debian.org/debian/ - vips_7.18.2.orig.tar.gz: downloading from

[Bug 476246] Sync simage 1.6.1-4 (universe) from Debian squeeze (main)

2009-11-11 Thread Colin Watson
[Updating] simage (1.6.1-3ubuntu1 [Ubuntu] 1.6.1-4 [Debian]) * Trying to add simage... - simage_1.6.1-4.diff.gz: downloading from http://ftp.debian.org/debian/ - simage_1.6.1.orig.tar.gz: already in distro - downloading from librarian - simage_1.6.1-4.dsc: downloading from

[Bug 476647] Sync ocaml-bjack 0.1.3-1 (universe) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] ocaml-bjack (0.1.2-2ubuntu1 [Ubuntu] 0.1.3-1 [Debian]) * Trying to add ocaml-bjack... - ocaml-bjack_0.1.3.orig.tar.gz: downloading from http://ftp.debian.org/debian/ - ocaml-bjack_0.1.3-1.diff.gz: downloading from http://ftp.debian.org/debian/ - ocaml-bjack_0.1.3-1.dsc:

[Bug 476288] Sync bmagic 3.5.4-2 (universe) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] bmagic (3.5.0-1ubuntu1 [Ubuntu] 3.6.0-1 [Debian]) * Trying to add bmagic... - bmagic_3.6.0-1.diff.gz: downloading from http://ftp.debian.org/debian/ - bmagic_3.6.0-1.dsc: downloading from http://ftp.debian.org/debian/ - bmagic_3.6.0.orig.tar.gz: downloading from

[Bug 476248] Sync webalizer 2.01.10-32.6 (universe) from Debian squeeze (main)

2009-11-11 Thread Colin Watson
[Updating] webalizer (2.01.10-32.5ubuntu1 [Ubuntu] 2.01.10-32.6 [Debian]) * Trying to add webalizer... - webalizer_2.01.10.orig.tar.gz: already in distro - downloading from librarian - webalizer_2.01.10-32.6.diff.gz: downloading from http://ftp.debian.org/debian/ -

[Bug 476376] Sync flamerobin 0.9.2-2 (universe) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] flamerobin (0.9.2-1ubuntu1 [Ubuntu] 0.9.2-2 [Debian]) * Trying to add flamerobin... - flamerobin_0.9.2.orig.tar.gz: already in distro - downloading from librarian - flamerobin_0.9.2-2.diff.gz: downloading from http://ftp.debian.org/debian/ - flamerobin_0.9.2-2.dsc: downloading

[Bug 476541] Sync ufraw 0.16-1 (universe) from Debian squeeze (main)

2009-11-11 Thread Colin Watson
[Updating] ufraw (0.15-2ubuntu1 [Ubuntu] 0.16-1 [Debian]) * Trying to add ufraw... - ufraw_0.16-1.dsc: downloading from http://ftp.debian.org/debian/ - ufraw_0.16.orig.tar.gz: downloading from http://ftp.debian.org/debian/ - ufraw_0.16-1.diff.gz: downloading from

[Bug 476203] Sync codeville 0.8.0-1.1 (universe) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] codeville (0.8.0-1ubuntu1 [Ubuntu] 0.8.0-1.1 [Debian]) * Trying to add codeville... - codeville_0.8.0.orig.tar.gz: already in distro - downloading from librarian - codeville_0.8.0-1.1.diff.gz: downloading from http://ftp.debian.org/debian/ - codeville_0.8.0-1.1.dsc:

[Bug 476807] Sync wicd 1.6.2.2-1 (universe) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] wicd (1.6.1-3ubuntu1 [Ubuntu] 1.6.2.2-2 [Debian]) * Trying to add wicd... - wicd_1.6.2.2.orig.tar.gz: downloading from http://ftp.debian.org/debian/ - wicd_1.6.2.2-2.diff.gz: downloading from http://ftp.debian.org/debian/ - wicd_1.6.2.2-2.dsc: downloading from

[Bug 476933] Sync libcommons-openpgp-java 0+svn533492-2 (universe) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] libcommons-openpgp-java (0+svn533492-1ubuntu1 [Ubuntu] 0+svn533492-2 [Debian]) * Trying to add libcommons-openpgp-java... - libcommons-openpgp-java_0+svn533492-2.diff.gz: downloading from http://ftp.debian.org/debian/ - libcommons-openpgp-java_0+svn533492.orig.tar.gz: already in

[Bug 477015] Sync upx-ucl 3.04-1 (main) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] upx-ucl (3.01-3ubuntu1 [Ubuntu] 3.04-1 [Debian]) * Trying to add upx-ucl... - upx-ucl_3.04.orig.tar.gz: downloading from http://ftp.debian.org/debian/ - upx-ucl_3.04-1.dsc: downloading from http://ftp.debian.org/debian/ - upx-ucl_3.04-1.diff.gz: downloading from

[Bug 479770] Re: Sync sputnik 9.03.13+1-3 (universe) from Debian unstable (main)

2009-11-11 Thread Colin Watson
*** This bug is a duplicate of bug 477729 *** https://bugs.launchpad.net/bugs/477729 ** This bug has been marked a duplicate of bug 477729 Sync sputnik 9.03.13+1-3 (universe) from Debian testing (main) -- Sync sputnik 9.03.13+1-3 (universe) from Debian unstable (main)

[Bug 479270] Re: Sync elfutils 0.143-1 (main) from Debian unstable (main)

2009-11-11 Thread Colin Watson
*** This bug is a duplicate of bug 479261 *** https://bugs.launchpad.net/bugs/479261 ** This bug has been marked a duplicate of bug 479261 Sync elfutils 0.143-1 (main) from Debian unstable (main) -- Sync elfutils 0.143-1 (main) from Debian unstable (main)

[Bug 478372] Sync python-httplib2 0.5.0-1 (main) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] python-httplib2 (0.4.0-0ubuntu2 [Ubuntu] 0.5.0-1 [Debian]) * Trying to add python-httplib2... - python-httplib2_0.5.0-1.diff.gz: downloading from http://ftp.debian.org/debian/ - python-httplib2_0.5.0.orig.tar.gz: downloading from http://ftp.debian.org/debian/ -

[Bug 479774] Re: Sync sqlrelay 1:0.39.4-9 (universe) from Debian unstable (main)

2009-11-11 Thread Colin Watson
*** This bug is a duplicate of bug 477713 *** https://bugs.launchpad.net/bugs/477713 ** This bug has been marked a duplicate of bug 477713 Sync sqlrelay 1:0.39.4-9 (universe) from Debian testing (main) -- Sync sqlrelay 1:0.39.4-9 (universe) from Debian unstable (main)

[Bug 479762] Re: Sync skstream 0.3.6-5 or later (universe) from Debian unstable (main)

2009-11-11 Thread Colin Watson
*** This bug is a duplicate of bug 45 *** https://bugs.launchpad.net/bugs/45 ** This bug has been marked a duplicate of bug 45 Sync skstream 0.3.6-5 (universe) from Debian testing (main) -- Sync skstream 0.3.6-5 or later (universe) from Debian unstable (main)

[Bug 477597] Sync trac 0.11.5-5 (universe) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] trac (0.11.5-2ubuntu1 [Ubuntu] 0.11.5-5 [Debian]) * Trying to add trac... - trac_0.11.5-5.dsc: downloading from http://ftp.debian.org/debian/ - trac_0.11.5.orig.tar.gz: already in distro - downloading from librarian - trac_0.11.5-5.diff.gz: downloading from

[Bug 477588] Sync transfermii 1:0.6.1-2 (universe) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] transfermii (1:0.6.1-1ubuntu1 [Ubuntu] 1:0.6.1-2 [Debian]) * Trying to add transfermii... - transfermii_0.6.1-2.diff.gz: downloading from http://ftp.debian.org/debian/ - transfermii_0.6.1.orig.tar.gz: already in distro - downloading from librarian - transfermii_0.6.1-2.dsc:

[Bug 477496] Sync pylint 0.18.1-1 (universe) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] pylint (0.18.0-1ubuntu1 [Ubuntu] 0.18.1-1 [Debian]) * Trying to add pylint... - pylint_0.18.1.orig.tar.gz: downloading from http://ftp.debian.org/debian/ - pylint_0.18.1-1.diff.gz: downloading from http://ftp.debian.org/debian/ - pylint_0.18.1-1.dsc: downloading from

[Bug 477578] Sync turbogears 1.1-1 (universe) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] turbogears (1.0.8-2ubuntu1 [Ubuntu] 1.1-1 [Debian]) * Trying to add turbogears... - turbogears_1.1-1.dsc: downloading from http://ftp.debian.org/debian/ - turbogears_1.1.orig.tar.gz: downloading from http://ftp.debian.org/debian/ - turbogears_1.1-1.diff.gz: downloading from

[Bug 477464] Sync upnp-inspector 0.2.2+dfsg-2 (universe) from Debian testing (main)

2009-11-11 Thread Colin Watson
[Updating] upnp-inspector (0.2.2+dfsg-1ubuntu2 [Ubuntu] 0.2.2+dfsg-2 [Debian]) * Trying to add upnp-inspector... - upnp-inspector_0.2.2+dfsg.orig.tar.gz: already in distro - downloading from librarian - upnp-inspector_0.2.2+dfsg-2.dsc: downloading from http://ftp.debian.org/debian/ -

Re: [Bug 480571] [NEW] Man page for grub-install missing.

2009-11-11 Thread Colin Watson
I've fixed the incorrect headers of grub-reboot and grub-set-default for my next upload (to lucid), although a proper manual page for grub-install will take longer so I won't close this bug yet. Felix: this is a bug specific to the Ubuntu patch. If you have problems with man-db, please work with

[Bug 473117] Re: [karmic] grubenv written to root instead of /boot filesystem

2009-11-11 Thread Colin Watson
*** This bug is a duplicate of bug 478035 *** https://bugs.launchpad.net/bugs/478035 Thanks. Bug 478035 has a patch, so I'll make this one a duplicate of that. ** This bug has been marked a duplicate of bug 478035 grubenv isn't loaded with a separate /boot -- [karmic] grubenv written to

Re: [Bug 392158] Re: grub2 doesn't support security features, such as password

2009-11-11 Thread Colin Watson
Hashed passwords are still being discussed / worked on upstream. -- grub2 doesn't support security features, such as password https://bugs.launchpad.net/bugs/392158 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing

Re: [Bug 480571] Re: Man page for grub-install missing.

2009-11-11 Thread Colin Watson
On Wed, Nov 11, 2009 at 04:50:30PM -, Felix Zielcke wrote: Now that grub-reboot and grub-set-default are in experimental branch I suggest you merge the fix there. Will do. Felix: this is a bug specific to the Ubuntu patch. If you have problems with man-db, please work with me as the

[Bug 426187] Re: [karmic] insserv 1.12.0-11 conflicts against Upstart

2009-09-17 Thread Colin Watson
Karmic now has sysv-rc 2.87dsf-4ubuntu3, so I think this bug is fixed. ** Changed in: sysvinit (Ubuntu) Status: New = Fix Released ** Changed in: insserv (Ubuntu) Status: New = Fix Released -- [karmic] insserv 1.12.0-11 conflicts against Upstart

Re: [Bug 431179] [NEW] [Karmic] grub2 - GRUB_DEFAULT=label is ignored

2009-09-17 Thread Colin Watson
On Thu, Sep 17, 2009 at 08:38:41AM -, Felix Zielcke wrote: I don't know why Colin told you to use a label or if you misunderstood him, but this isn't supported. Could you please try not to confuse my bug reporters? ;-) This is supposed to be supported by my savedefault patch. I'll debug it

Re: [Bug 431179] [NEW] [Karmic] grub2 - GRUB_DEFAULT=label is ignored

2009-09-17 Thread Colin Watson
Thanks, good catch - I'll fix this properly in the next Ubuntu grub2 upload, and include it in the savedefault patch slated to go upstream after 1.97. -- [Karmic] grub2 - GRUB_DEFAULT=label is ignored https://bugs.launchpad.net/bugs/431179 You received this bug notification because you are a

[Bug 431179] Re: [Karmic] grub2 - GRUB_DEFAULT=label is ignored

2009-09-17 Thread Colin Watson
** Changed in: grub2 (Ubuntu) Status: New = Fix Committed ** Changed in: grub2 (Ubuntu) Assignee: (unassigned) = Colin Watson (cjwatson) -- [Karmic] grub2 - GRUB_DEFAULT=label is ignored https://bugs.launchpad.net/bugs/431179 You received this bug notification because you

[Bug 412437] Re: kgrubeditor does not support GRUB 2

2009-09-18 Thread Colin Watson
** Summary changed: - /boot/grub/menu.lst does not exist + kgrubeditor does not support GRUB 2 -- kgrubeditor does not support GRUB 2 https://bugs.launchpad.net/bugs/412437 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 430141] Re: No second OS is shown up in grub2

2009-09-18 Thread Colin Watson
Guys, could you please file a separate bug about os-prober being missing - it's not at all obvious that you have the same problem as Dave. In general, I find it's much better to file a new bug and risk it being a duplicate, than to jump into an existing bug. -- No second OS is shown up in grub2

[Bug 430141] Re: No second OS is shown up in grub2

2009-09-18 Thread Colin Watson
In particular, DBF, you're talking about upgrades which isn't the case for Dave. os-prober is only a Recommends - recommends are installed by default, but perhaps you ignored the recommendation intentionally. (Don't do that. :-) ) -- No second OS is shown up in grub2

[Bug 402177] Re: glXGetProcAddress implicitly converted to pointer

2009-09-18 Thread Colin Watson
Uploaded, thanks. -- glXGetProcAddress implicitly converted to pointer https://bugs.launchpad.net/bugs/402177 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-b...@lists.ubuntu.com

[Bug 430141] Re: Vista is not showing up in grub2

2009-09-18 Thread Colin Watson
** Summary changed: - No second OS is shown up in grub2 + Vista is not showing up in grub2 -- Vista is not showing up in grub2 https://bugs.launchpad.net/bugs/430141 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 430141] Re: Vista is not showing up in grub2

2009-09-18 Thread Colin Watson
the value assigned to 'default', in case it contains spaces (LP: #431179). * debian/patches/964_os-prober_errors.diff: Don't throw away errors from os-prober; it makes things hard to debug. -- Colin Watson cjwat...@ubuntu.com Fri, 18 Sep 2009 18:47:06 +0100 -- Vista is not showing up

[Bug 430141] Re: Vista is not showing up in grub2

2009-09-21 Thread Colin Watson
This is thoroughly baffling. It appears to be falling over at 'chmod 400 ${grub_cfg.new}' in grub-mkconfig. Since that has an || guard, I can't think of any reason that might happen short of the shell crashing. I'm wondering at this point if the syslog is lying to me! -- Vista is not showing up

[Bug 434362] Re: Grub shows a blinking cursor during start up

2009-09-22 Thread Colin Watson
** Changed in: grub2 (Ubuntu) Status: New = Triaged ** Changed in: grub2 (Ubuntu) Assignee: (unassigned) = Colin Watson (cjwatson) -- Grub shows a blinking cursor during start up https://bugs.launchpad.net/bugs/434362 You received this bug notification because you are a member

[Bug 434362] Re: Grub shows a blinking cursor during start up

2009-09-22 Thread Colin Watson
I tried to turn this off but it seemed to make no difference. I wonder if the kernel is immediately turning it back on at boot? -- Grub shows a blinking cursor during start up https://bugs.launchpad.net/bugs/434362 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 434943] FFe: Sync config-manager 0.4-2 (universe) from Debian unstable (main)

2009-09-23 Thread Colin Watson
[Updating] config-manager (0 [Ubuntu] 0.4-2 [Debian]) * Trying to add config-manager... - config-manager_0.4-2.diff.gz: downloading from http://ftp.debian.org/debian/ - config-manager_0.4.orig.tar.gz: downloading from http://ftp.debian.org/debian/ - config-manager_0.4-2.dsc: downloading

[Bug 434927] FFe: Sync libgetopt++ 0.0.2-p22-3 (universe) from Debian unstable (main)

2009-09-23 Thread Colin Watson
[Updating] libgetopt++ (0 [Ubuntu] 0.0.2-p22-3 [Debian]) * Trying to add libgetopt++... - libgetopt++_0.0.2-p22.orig.tar.gz: already in distro - downloading from librarian - libgetopt++_0.0.2-p22-3.diff.gz: downloading from http://ftp.debian.org/debian/ - libgetopt++_0.0.2-p22-3.dsc:

[Bug 434905] sync request (unstable - universe)

2009-09-23 Thread Colin Watson
[Updating] zope.dottedname (3.4.5-2 [Ubuntu] 3.4.6-1 [Debian]) * Trying to add zope.dottedname... - zope.dottedname_3.4.6-1.dsc: downloading from http://ftp.debian.org/debian/ - zope.dottedname_3.4.6.orig.tar.gz: downloading from http://ftp.debian.org/debian/ -

[Bug 434301] sync request (unstable - universe)

2009-09-23 Thread Colin Watson
[Updating] zope.testing (3.8.1-3 [Ubuntu] 3.8.2-1 [Debian]) * Trying to add zope.testing... - zope.testing_3.8.2-1.diff.gz: downloading from http://ftp.debian.org/debian/ - zope.testing_3.8.2.orig.tar.gz: downloading from http://ftp.debian.org/debian/ - zope.testing_3.8.2-1.dsc:

[Bug 431189] Sync trac 0.11.5-2 (universe) from Debian unstable (main)

2009-09-23 Thread Colin Watson
[Updating] trac (0.11.1-2.1 [Ubuntu] 0.11.5-2 [Debian]) * Trying to add trac... - trac_0.11.5.orig.tar.gz: downloading from http://ftp.debian.org/debian/ - trac_0.11.5-2.diff.gz: downloading from http://ftp.debian.org/debian/ - trac_0.11.5-2.dsc: downloading from

[Bug 428213] Please sync eric 4.3.7.1-1 with Debian unstable

2009-09-23 Thread Colin Watson
[Updating] eric (4.3.5-1 [Ubuntu] 4.3.7.1-1 [Debian]) * Trying to add eric... - eric_4.3.7.1-1.dsc: downloading from http://ftp.debian.org/debian/ - eric_4.3.7.1.orig.tar.gz: downloading from http://ftp.debian.org/debian/ - eric_4.3.7.1-1.diff.gz: downloading from

[Bug 421790] Sync upgrade-system 1.2.0.0 (universe) from Debian unstable (main).

2009-09-23 Thread Colin Watson
[Updating] upgrade-system (1.1.7.1 [Ubuntu] 1.2.0.0 [Debian]) * Trying to add upgrade-system... - upgrade-system_1.2.0.0.dsc: downloading from http://ftp.debian.org/debian/ - upgrade-system_1.2.0.0.tar.gz: downloading from http://ftp.debian.org/debian/ I: upgrade-system [universe] -

[Bug 434545] Sync wesnoth 1:1.6.5-1 (universe) from Debian unstable (main).

2009-09-23 Thread Colin Watson
[Updating] wesnoth (1:1.6.4-1ubuntu1 [Ubuntu] 1:1.6.5-1 [Debian]) * Trying to add wesnoth... - wesnoth_1.6.5-1.diff.gz: downloading from http://ftp.debian.org/debian/ - wesnoth_1.6.5.orig.tar.gz: downloading from http://ftp.debian.org/debian/ - wesnoth_1.6.5-1.dsc: downloading from

[Bug 435019] Sync testresources 0.2-1 (universe) from Debian unstable (main)

2009-09-23 Thread Colin Watson
[Updating] testresources (0.2-0ubuntu2 [Ubuntu] 0.2-1 [Debian]) * Trying to add testresources... - testresources_0.2-1.diff.gz: downloading from http://ftp.debian.org/debian/ - testresources_0.2.orig.tar.gz: already in distro - downloading from librarian - testresources_0.2-1.dsc:

[Bug 434543] Sync telepathy-sofiasip 0.5.18-1 (universe) from Debian unstable (main)

2009-09-23 Thread Colin Watson
[Updating] telepathy-sofiasip (0.5.17-1 [Ubuntu] 0.5.18-1 [Debian]) * Trying to add telepathy-sofiasip... - telepathy-sofiasip_0.5.18-1.dsc: downloading from http://ftp.debian.org/debian/ - telepathy-sofiasip_0.5.18.orig.tar.gz: downloading from http://ftp.debian.org/debian/ -

[Bug 364630] [FFe] Clutter 0.8 - 1.0 transition

2009-09-23 Thread Colin Watson
[Updating] geeqie (1.0~beta2-1 [Ubuntu] 1.0~beta2-2 [Debian]) * Trying to add geeqie... - geeqie_1.0~beta2-2.diff.gz: downloading from http://ftp.debian.org/debian/ - geeqie_1.0~beta2.orig.tar.gz: already in distro - downloading from librarian - geeqie_1.0~beta2-2.dsc: downloading from

[Bug 364630] Re: [FFe] Clutter 0.8 - 1.0 transition

2009-09-23 Thread Colin Watson
Done, unsubscribing ubuntu-archive again. (This is very awkward; in future, individual sync bugs are easier to handle ...) -- [FFe] Clutter 0.8 - 1.0 transition https://bugs.launchpad.net/bugs/364630 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 435145] Sync excalibur-logger 2.1-1 (universe) from Debian unstable (main).

2009-09-23 Thread Colin Watson
[Updating] excalibur-logger (2.1-0ubuntu1 [Ubuntu] 2.1-1 [Debian]) * Trying to add excalibur-logger... - excalibur-logger_2.1.orig.tar.gz: already in distro - downloading from librarian - excalibur-logger_2.1-1.dsc: downloading from http://ftp.debian.org/debian/ -

[Bug 435091] Please sync gnome-mplayer 0.9.8-1 (multiverse) from Debian unstable (main).

2009-09-23 Thread Colin Watson
[Updating] gnome-mplayer (0.9.7-1 [Ubuntu] 0.9.8-1 [Debian]) * Trying to add gnome-mplayer... - gnome-mplayer_0.9.8-1.diff.gz: downloading from http://ftp.debian.org/debian/ - gnome-mplayer_0.9.8.orig.tar.gz: downloading from http://ftp.debian.org/debian/ - gnome-mplayer_0.9.8-1.dsc:

[Bug 435170] Sync muine 0.8.11-1 (universe) from Debian unstable (main)

2009-09-23 Thread Colin Watson
[Updating] muine (0.8.10-5 [Ubuntu] 0.8.11-1 [Debian]) * Trying to add muine... - muine_0.8.11-1.dsc: downloading from http://ftp.debian.org/debian/ - muine_0.8.11-1.diff.gz: downloading from http://ftp.debian.org/debian/ - muine_0.8.11.orig.tar.gz: downloading from

[Bug 432119] Re: Remove from archive.

2009-09-23 Thread Colin Watson
-09-23 10:53:51 INFOdestar 0.2.2-5.2ubuntu1 in karmic sparc 2009-09-23 10:53:51 INFORemoved-by: Colin Watson 2009-09-23 10:53:51 INFOComment: requested by davewalker; unmaintained upstream, serious security issues (LP: #432119) 2009-09-23 10:53:51 INFO8 packages successfully

[Bug 392529] Re: grub2 does not detect other operating systems

2009-09-23 Thread Colin Watson
This is a problem that occurs on fresh installs, so it's not necessarily sufficient to observe that upgrades fix it. However, this may well be the same thing as bug 430141, for which I committed a fix today. I'd appreciate people re-testing fresh installs with the 9.10 beta when it's released.

[Bug 434697] Re: [MIR] euca2ools

2009-09-24 Thread Colin Watson
Promoted to main. I fixed the priority in the overrides as well, though it still ought to be fixed in the package at some point. ** Changed in: euca2ools (Ubuntu Karmic) Status: Fix Committed = Fix Released -- [MIR] euca2ools https://bugs.launchpad.net/bugs/434697 You received this bug

[Bug 434701] Re: Main Inclusion Request: python-boto

2009-09-24 Thread Colin Watson
Promoted to main. ** Changed in: python-boto (Ubuntu) Status: Fix Committed = Fix Released -- Main Inclusion Request: python-boto https://bugs.launchpad.net/bugs/434701 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 434723] Re: Main Inclusion Request: m2crypto

2009-09-25 Thread Colin Watson
I've promoted this as a blocker, but am leaving this bug open as release-critical to ensure that it gets addressed. ** Also affects: m2crypto (Ubuntu Karmic) Importance: High Status: Incomplete ** Changed in: m2crypto (Ubuntu Karmic) Milestone: None = ubuntu-9.10 -- Main

  1   2   3   4   5   6   7   8   >