[Bug 1060404] Re: update-grub runs and fails in containers

2013-01-09 Thread Henning Eggers
What is the work-around that I might be missing? Trying out juju with
LXC by following https://juju.ubuntu.com/docs/getting-started.html will
make you run directly into this bug. Quite a let-down as everything else
runs so smoothly with juju ...

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1060404

Title:
  update-grub runs and fails in containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1060404/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1060404] Re: update-grub runs and fails in containers

2013-01-09 Thread Henning Eggers
What is the work-around that I might be missing? Trying out juju with
LXC by following https://juju.ubuntu.com/docs/getting-started.html will
make you run directly into this bug. Quite a let-down as everything else
runs so smoothly with juju ...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1060404

Title:
  update-grub runs and fails in containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1060404/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 760576] Re: weather applet crashes when trying to add cities that have diacritics (or not) in the name, works ok with london, alba iulia but crashes onTimişoara and baia mar (dublin fails)

2011-06-28 Thread Henning Eggers
My interesting observation for Ireland: No city in Leinster or Conaught
can be added while any city from Ulster or Munster can. ;-)

Common to all failing entries is that the Name the location dialog
does not suggest the city name but the text field is empty.

Also, the application does not crash but clicking the Apply button
will simply do nothing, the dialog remains and no city is added. Going
back through the wizard and trying to add a city that would otherwise
work will now fail in the same way. The wizard needs to be restarted.

This is Weather Indicator 11.04.10 'Cloudy' in German but I just
observed the identical behavior on the English version.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/760576

Title:
  weather applet crashes when trying to add cities that have diacritics
  (or not) in the name, works ok with london, alba iulia but crashes
  onTimişoara and baia mar (dublin fails)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/760576/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 788685] Re: Enable translating selected Ubuntu universe packages in Launchpad

2011-06-15 Thread Henning Eggers
The actual change maybe as simple as this but I don't know if that is
all. Also, we'd want a test for this.


=== modified file 'lib/lp/soyuz/model/queue.py'
--- lib/lp/soyuz/model/queue.py 2011-06-13 18:17:37 +
+++ lib/lp/soyuz/model/queue.py 2011-06-15 09:13:41 +
@@ -1165,7 +1165,7 @@
 valid_pockets = (
 PackagePublishingPocket.RELEASE, PackagePublishingPocket.SECURITY,
 PackagePublishingPocket.UPDATES, PackagePublishingPocket.PROPOSED)
-valid_component_names = ('main', 'restricted')
+valid_component_names = ('main', 'restricted', 'universe')
 if (self.packageupload.pocket not in valid_pockets or
 sourcepackagerelease.component.name not in valid_component_names):
 # XXX: CarlosPerelloMarin 2006-02-16 bug=31665:

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/788685

Title:
  Enable translating selected Ubuntu universe packages in Launchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/788685/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 255477] Re: /dev/mapper/Ubuntu-root is missing

2010-10-08 Thread Henning Eggers
*** This bug is a duplicate of bug 29858 ***
https://bugs.launchpad.net/bugs/29858

** This bug has been marked a duplicate of bug 29858
   root on lvm fails to boot.
 * You can subscribe to bug 29858 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/initramfs-tools/+bug/29858/+subscribe

-- 
/dev/mapper/Ubuntu-root is missing
https://bugs.launchpad.net/bugs/255477
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 29858] Re: root on lvm fails to boot.

2010-10-08 Thread Henning Eggers
I marked bug 255477 as a duplicate of this. I anyone disagrees, please
change it back.

This bug has been hanging around for a long time and for those who get
bitten by it it means server down time at console level (which is always
a pain) and the need to repair the system with an alternate boot media.
Here is what happened to me and how I fixed it:

1. Installed a fresh Ubuntu 10.04.1 (i386) through the network because the box 
has no optical drive and the BIOS is too old for USB booting. I install it with 
an LVM root.
2. A few weeks later I install updates (apt-get update; apt-get upgrade) which 
pull in a new kernel. I admit, I did not watch the update closely.
3. As requested by the update, I eventually reboot.
4. The box remains as silent as a brick on the network.
5. I pull it out, attach a console, boot it and see the ALERT! 
/dev/mapper/...-root does not exist. and drop to a shell in the initrd.
6. In the initrd I see no sign of lvm tools. I also don't see the /boot 
partition but that's besides the point, I think.
7. I reboot and go to the grub menu - I don't have an old kernel to chose from 
!!!
8. I start the installation (through the network) again and enter rescue mode.
9. Eventually I end up on the rescue shell with my root partition mounted.
10. Dpkg-query tells me that lvm2 is not installed. What?
11. I apt-get install lvm2 which automatically runs update-initramfs ... That 
looks promising.
12. I reboot and all is well! Woohoo!
13. The box goes back into its corner, headless.

I described this in so much detail to make it clear that this little bug
means a lot of work for somebody running an Ubuntu server and is a big
annoyance. I don't think something like this should happen and something
needs to be figured out. It is not a bug in initramfs-tools AFAICT but
more in the dependencies as somebody on bug 255477 already mentioned.
Can somebody please add the right project or package that this needs to
be fixed in, then mark the bug invalid for initramfs-tools?

I will set this bug to critical in Ubuntu because I think it really is
and also to maybe draw some attention to it. Whoever downgrades it
should please be so kind to explain why it is not. Thank you. ;-)

-- 
root on lvm fails to boot.
https://bugs.launchpad.net/bugs/29858
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 29858] Re: root on lvm fails to boot.

2010-10-08 Thread Henning Eggers
Rats, cannot do that. ;)

-- 
root on lvm fails to boot.
https://bugs.launchpad.net/bugs/29858
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 255477] Re: /dev/mapper/Ubuntu-root is missing

2010-10-04 Thread Henning Eggers
This just happened to me with a fresh server 10.04.1 install when I
pulled in the normal updates (which included a new kernel).

Why is this not a critical bug??? I run a headless Ubuntu server, I
update it, and it does not reboot? I find that highly critical. Luckily
my server itself is not critical at all, though.

-- 
/dev/mapper/Ubuntu-root is missing
https://bugs.launchpad.net/bugs/255477
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 550329] Re: software-center crashed with DatabaseModifiedError in get_xapian_document()

2010-09-10 Thread Henning Eggers
Just happened to me on Maverick when quickly scrolling through the
software list for a PPA.

-- 
software-center crashed with DatabaseModifiedError in get_xapian_document()
https://bugs.launchpad.net/bugs/550329
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 630772] Re: Error in german translation Kein solche Job

2010-09-08 Thread Henning Eggers
The correct translation is already in upstream, just not in the released
package (yet):

http://translationproject.org/PO-files/de/bash-4.1.de.po

The translation is Kein solcher job, so I will update the Ubuntu
translation to use the same.


** Changed in: gnubash
   Status: New = Fix Committed

-- 
Error in german translation Kein solche Job
https://bugs.launchpad.net/bugs/630772
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 630772] Re: Error in german translation Kein solche Job

2010-09-08 Thread Henning Eggers
** Changed in: bash (Ubuntu)
   Status: New = Fix Committed

-- 
Error in german translation Kein solche Job
https://bugs.launchpad.net/bugs/630772
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 630772] Re: Error in german translation Kein solche Job

2010-09-07 Thread Henning Eggers
As an exercise I am reporting this bug upstream and will fix it directly
in Launchpad.

-- 
Error in german translation Kein solche Job
https://bugs.launchpad.net/bugs/630772
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 630772] Re: Error in german translation Kein solche Job

2010-09-07 Thread Henning Eggers
Oops, should have refreshed the page ... but nothing has happened yet.

Dennis, will you be reporting this bug upstream, too? I checked and the
translation is still wrong in the current bash sources. I think this is
important, especially for such a central package like bash.

-- 
Error in german translation Kein solche Job
https://bugs.launchpad.net/bugs/630772
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 565294] Re: Plural translations are broken for Lithuanian language

2010-08-20 Thread Henning Eggers
David,
I am not sure about languagepack creation here. Does Launchpad export po files 
or mo files? Does the mo creation happen on Launchpad or is that part of 
langpack-o-matic's job?

Henning

-- 
Plural translations are broken for Lithuanian language
https://bugs.launchpad.net/bugs/565294
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 565294] Re: Plural translations are broken for Lithuanian language

2010-08-12 Thread Henning Eggers
Andrius, can you please explain what you mean by the actual number of
plural forms is still cut down to 3?

-- 
Plural translations are broken for Lithuanian language
https://bugs.launchpad.net/bugs/565294
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562586] Re: German translation of message during installation incorrect

2010-06-15 Thread Henning Eggers
** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

-- 
German translation of message during installation incorrect
https://bugs.launchpad.net/bugs/562586
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562586] Re: German translation of message during installation incorrect

2010-06-15 Thread Henning Eggers
Dominik, you are referring to dselect but the English string uses
deselected (note the extra e after the initial d).

I don't think the English string is a reference to the dselect utility
which is just a frontend to dpkg. Why should dpkg care how a package was
selected?

The only issue I have with this is vormals which sound a bit old.
Maybe vorher would be better?


** Changed in: dpkg (Ubuntu)
 Assignee: Ubuntu German Translators (ubuntu-l10n-de) = (unassigned)

** Changed in: ubuntu-translations
 Assignee: (unassigned) = Ubuntu German Translators (ubuntu-l10n-de)

** Changed in: dpkg (Ubuntu)
   Status: New = Invalid

-- 
German translation of message during installation incorrect
https://bugs.launchpad.net/bugs/562586
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 565294] Re: Plural translations are broken for Lithuanian language

2010-04-28 Thread Henning Eggers
** Tags added: qa-ok
** Tags removed: qa-needstesting

-- 
Plural translations are broken for Lithuanian language
https://bugs.launchpad.net/bugs/565294
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 570206] Re: Messages need to be changed for proper translation

2010-04-27 Thread Henning Eggers
Although the suggested solution would be ideal, there are ways to work
around this. Please see my suggested German translations for these two
messages.

-- 
Messages need to be changed for proper translation
https://bugs.launchpad.net/bugs/570206
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 570206] Re: Messages need to be changed for proper translation

2010-04-27 Thread Henning Eggers
Argh, had to fix the second suggestions. These are really just work-
arounds, so fixing this bug would be great!

-- 
Messages need to be changed for proper translation
https://bugs.launchpad.net/bugs/570206
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 565294] Re: Plural translations are broken for Lithuanian language

2010-04-23 Thread Henning Eggers
** Branch linked: lp:~henninge/launchpad/bug-565294-devel

-- 
Plural translations are broken for Lithuanian language
https://bugs.launchpad.net/bugs/565294
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 565294] Re: Plural translations are broken for Lithuanian language

2010-04-21 Thread Henning Eggers
** Changed in: rosetta
 Assignee: (unassigned) = Henning Eggers (henninge)

** Changed in: rosetta
   Status: Triaged = In Progress

-- 
Plural translations are broken for Lithuanian language
https://bugs.launchpad.net/bugs/565294
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 565294] Re: Plural translations are broken for Lithuanian language

2010-04-21 Thread Henning Eggers
** Branch linked: lp:~henninge/launchpad/bug-565294-nplurals

** Changed in: rosetta
Milestone: None = 10.04

-- 
Plural translations are broken for Lithuanian language
https://bugs.launchpad.net/bugs/565294
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554432] Re: kernel BUG at /build/buildd/linux-2.6.32/drivers/gpu/drm/i915/intel_display.c:1917!

2010-04-12 Thread Henning Eggers
** This bug is no longer a duplicate of bug 79
   kernel BUG at 
/build/buildd/linux-2.6.32/drivers/gpu/drm/i915/intel_display.c:1917!

-- 
kernel BUG at 
/build/buildd/linux-2.6.32/drivers/gpu/drm/i915/intel_display.c:1917!
https://bugs.launchpad.net/bugs/554432
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 518422] Re: [MASTER] Firefox does not start with certain addons installed

2010-03-29 Thread Henning Eggers
Architecture: i386
DistroRelease: Ubuntu 10.04
EcryptfsInUse: Yes
FirefoxPackages:
 firefox 3.6+nobinonly-0ubuntu6
 firefox-gnome-support 3.6+nobinonly-0ubuntu6
 firefox-branding 3.6+nobinonly-0ubuntu6
 abroswer N/A
 abrowser-branding N/A
Package: firefox 3.6+nobinonly-0ubuntu6
PackageArchitecture: i386
ProcEnviron:
 LANGUAGE=de_DE:de:en_GB:en
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
Tags: lucid lucid
Uname: Linux 2.6.32-17-generic i686
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev sambashare scanner video zope


** Tags added: apport-collected

-- 
[MASTER] Firefox does not start with certain addons installed
https://bugs.launchpad.net/bugs/518422
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 518422] Dependencies.txt

2010-03-29 Thread Henning Eggers
apport information

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42418076/Dependencies.txt

-- 
[MASTER] Firefox does not start with certain addons installed
https://bugs.launchpad.net/bugs/518422
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 518422] profile_default_pluginreg.dat.txt

2010-03-29 Thread Henning Eggers
apport information

** Attachment added: profile_default_pluginreg.dat.txt
   http://launchpadlibrarian.net/42418087/profile_default_pluginreg.dat.txt

-- 
[MASTER] Firefox does not start with certain addons installed
https://bugs.launchpad.net/bugs/518422
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 518422] profiles.ini.txt

2010-03-29 Thread Henning Eggers
apport information

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/42418093/profiles.ini.txt

-- 
[MASTER] Firefox does not start with certain addons installed
https://bugs.launchpad.net/bugs/518422
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 518422] ExtensionSummary.txt

2010-03-29 Thread Henning Eggers
apport information

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/42418085/ExtensionSummary.txt

-- 
[MASTER] Firefox does not start with certain addons installed
https://bugs.launchpad.net/bugs/518422
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 482372] Re: Sync Tomboy notes lose bullet-list structure. :-(

2010-01-13 Thread Henning Eggers
Yes, it means it's in the source tree but has not been deployed yet.
Fix Released is what you are waiting for.

-- 
Sync Tomboy notes lose bullet-list structure. :-(
https://bugs.launchpad.net/bugs/482372
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 482372] Re: Sync Tomboy notes lose bullet-list structure. :-(

2009-12-06 Thread Henning Eggers
I very strongly agree with Sandy about not converting notes back-and-
forth when storing to and retrieving from U1. The converter should only
be used when displaying and editing the notes through the web UI. This
is especially important as you are implying that there are more issues
with the converter that have not been fixed yet.

Can you please confirm that the behavior on the server is as Sandy
guessed? Or has that bug already been filed against the servers?

-- 
Sync Tomboy notes lose bullet-list structure. :-(
https://bugs.launchpad.net/bugs/482372
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 482372] Re: Sync Tomboy notes lose bullet-list structure. :-(

2009-11-19 Thread Henning Eggers
This bug affects me, too, and it looks even worse than the screen shot.
See may attached screen shots.

It seems that it happens upon de-indention. Looking at source code of
the first web version of the note, I see li tags outside an ul. Does
not look to hard to fix ... ;-)

** Attachment added: How the note was entered.
   http://launchpadlibrarian.net/35855581/u1-broken-bullets-before.png

-- 
Sync Tomboy notes lose bullet-list structure. :-(
https://bugs.launchpad.net/bugs/482372
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 482372] Re: Sync Tomboy notes lose bullet-list structure. :-(

2009-11-19 Thread Henning Eggers

** Attachment added: How the note appeared on the web after syncing.
   http://launchpadlibrarian.net/35855588/u1-broken-bullet-list-web.png

-- 
Sync Tomboy notes lose bullet-list structure. :-(
https://bugs.launchpad.net/bugs/482372
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 482372] Re: Sync Tomboy notes lose bullet-list structure. :-(

2009-11-19 Thread Henning Eggers

** Attachment added: How the note appeared when it was synced to another 
computer.
   http://launchpadlibrarian.net/35855619/u1-broken-bullet-list-after.png

-- 
Sync Tomboy notes lose bullet-list structure. :-(
https://bugs.launchpad.net/bugs/482372
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453147] Re: Templates list for OO.o have redundant Russian entry

2009-10-19 Thread Henning Eggers
This issue is how being tracked here:
https://answers.edge.launchpad.net/rosetta/+question/86007

** Changed in: ubiquity-slideshow-ubuntu (Ubuntu)
   Status: New = Invalid

-- 
Templates list for OO.o have redundant Russian entry
https://bugs.launchpad.net/bugs/453147
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 425218] Re: german tooltip for system menu missing

2009-09-09 Thread Henning Eggers
** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

-- 
german tooltip for system menu missing
https://bugs.launchpad.net/bugs/425218
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 373379] Re: german translation for evolution icon missing

2009-09-07 Thread Henning Eggers
I reviewed the translation.
https://translations.edge.launchpad.net/ubuntu/jaunty/+source/evolution/+pots/evolution/de/2344/+translate

-- 
german translation for evolution icon missing
https://bugs.launchpad.net/bugs/373379
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293832] Re: printer prints page at wrong position, page cut

2009-08-07 Thread Henning Eggers
I am having the same regression on a Brother MFC-7820N on a current
Jaunty.

-- 
printer prints page at wrong position, page cut
https://bugs.launchpad.net/bugs/293832
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 328425] Re: Wrong translation in clock applet

2009-07-02 Thread Henning Eggers
From what I can see, this is released. (Wanna get this off my assigned
bugs list ... ;-)

** Changed in: language-pack-gnome-de (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Wrong translation in clock applet
https://bugs.launchpad.net/bugs/328425
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362329] Re: gnome-screenshot crashed with SIGSEGV in screenshot_get_pixbuf()

2009-04-22 Thread Henning Eggers
I have not (yet) found a way to reproduce this error, I am sorry. It was
a one-time thing.

-- 
gnome-screenshot crashed with SIGSEGV in screenshot_get_pixbuf()
https://bugs.launchpad.net/bugs/362329
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 359392] Re: [i965] X freezes starting on April 3rd

2009-04-18 Thread Henning Eggers
My current situation:
After upgrading to jaunty I first experienced a heavy drop in video 
performance. Later I experienced the first freeze, related to maximizing an 
application window, I think. A few days later the screen froze again,  twice 
within about two hours. I was given the hint to disable compiz which I did. No 
more freezes since then.

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 317999] Re: Translation in evince is wrong, Properties schould be Eigenschaften, not Einstellungen

2009-04-08 Thread Henning Eggers
Ok, it is clear which one is the Gnome Version, so I picked that one
now.

** Changed in: language-pack-gnome-de (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
Translation in evince is wrong, Properties schould be Eigenschaften, not 
Einstellungen
https://bugs.launchpad.net/bugs/317999
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 317999] Re: Translation in evince is wrong, Properties schould be Eigenschaften, not Einstellungen

2009-04-08 Thread Henning Eggers
It seems this is really not fixed:
https://translations.edge.launchpad.net/ubuntu/jaunty/+source/evince/+pots/evince/de/167/+translate

I don't know if the one with the accelerator (_Eigenschaften) is the
right choice or the one without. Moritz, please select the correct one
for this.

-- 
Translation in evince is wrong, Properties schould be Eigenschaften, not 
Einstellungen
https://bugs.launchpad.net/bugs/317999
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 356137] [NEW] zope3 fails on start-up

2009-04-06 Thread Henning Eggers
Public bug reported:

Binary package hint: zope3

Description:Ubuntu jaunty (development branch)
Release:9.04

After upgrading to Jaunty beta, zope3 won't start anymore. I even purged
and re-installed zope3 and zope3-sandbox but when I try to  start it,
the init script just fails:

 * Zope3: starting sandbox instance
[fail]

I cannot find any error output. /var/log/zope3/sandbox is empty apart
from the README.txt.

Is Zope 3 known to run on either pyhton 2.5. or 2.6?

zope3:
  Installed: 3.4.0-0ubuntu3
  Candidate: 3.4.0-0ubuntu3
  Version table:
 *** 3.4.0-0ubuntu3 0
500 http://de.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

zope3-sandbox:
  Installed: 3.4.0-0ubuntu3
  Candidate: 3.4.0-0ubuntu3
  Version table:
 *** 3.4.0-0ubuntu3 0
500 http://de.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

** Affects: zope3 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
zope3 fails on start-up
https://bugs.launchpad.net/bugs/356137
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 3] Re: Custom information for each translation team

2009-02-27 Thread Henning Eggers
Fixed in 2.2.2.

** Changed in: rosetta
   Status: Triaged = Fix Released

-- 
Custom information for each translation team
https://bugs.launchpad.net/bugs/3
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 328425] Re: Wrong translation in clock applet

2009-02-12 Thread Henning Eggers
Actually, the current term was Zeit-Einstellungen. It was translated
and reviewed a few week before upstream translations were imported,
about a year ago. Upstream (Pacakged) translations contained the correct
term Zeiteinstellungen. I reverted the translation to the packaged
string.

This may just be the tip of the iceberg, it would be best to check all
of gnome-panel to see which other older translations override packaged
translations. If  the packaged translations are correct, they should
always be preferred!

** Changed in: language-pack-gnome-de (Ubuntu)
 Assignee: (unassigned) = Henning Eggers (henninge)
   Status: New = Fix Committed

-- 
Wrong translation in clock applet
https://bugs.launchpad.net/bugs/328425
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 248322] Re: Gnumeric does not offer open dialog

2008-11-03 Thread Henning Eggers
I cannot confirm this bug on Intrepid, using a German locale. Maybe the
bug has been fixed in 1.8.3, which is what comes with Intrepid.

-- 
Gnumeric does not offer open dialog
https://bugs.launchpad.net/bugs/248322
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283517] Re: ubufox 0.6pre lacks translations for new strings

2008-10-15 Thread Henning Eggers
German translation, but I guess Alexander did that himself ... ;-)

** Attachment added: German translation for new ubufox strings
   http://launchpadlibrarian.net/18553199/ubufox-new-de.tar.gz

-- 
ubufox 0.6pre lacks translations for new strings
https://bugs.launchpad.net/bugs/283517
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221874] Re: Hardy needs reconfiguring network every boot-up

2008-06-28 Thread Henning Eggers
Reporter cannot reproduce the bug anymore.

** Changed in: ubuntu
   Status: Incomplete = Invalid

-- 
Hardy needs reconfiguring network every boot-up
https://bugs.launchpad.net/bugs/221874
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2008-06-21 Thread Henning Eggers
Actually, it's not up to me to decide ... ;-)

From what I could find out (on #canonical-sysadmins) there seem to be no
definite plans for IPv6 connectivity of the repository servers. I will
create an entry on the request tracker (https://rt.ubuntu.com
usr/pw:ubuntu) to make sure this request will be remembered as soon as
possible.

-- 
security.ubuntu.com not accessible in IPv6 ( record missing in the DNS)
https://bugs.launchpad.net/bugs/241305
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2008-06-21 Thread Henning Eggers
A ticket concerning this issue has been opened on the request tracker
(#2485). It is not a software bug.

** Changed in: update-manager (Ubuntu)
   Status: Confirmed = Invalid

-- 
security.ubuntu.com not accessible in IPv6 ( record missing in the DNS)
https://bugs.launchpad.net/bugs/241305
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 173482] Re: Ubuntu 7.10 almost freeze when net cable is unplugged

2008-06-21 Thread Henning Eggers
This is has nothing to do with the resolvconf package. It's likely
this should be fixed in the installer.

** Changed in: debian-installer (Ubuntu)
Sourcepackagename: resolvconf = debian-installer

** Summary changed:

- Ubuntu 7.10 almost freeze when net cable is unplugged
+ hostname not found in /etc/hosts

-- 
hostname not found in /etc/hosts
https://bugs.launchpad.net/bugs/173482
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197156] Re: DNS problems when running VPN connections

2008-06-20 Thread Henning Eggers
Is network manager aware of resolvconf at all? On installation
resolvconf hooks itself into /etc/network, /etc/ppp and others. It seems
like network manager and resolvconf interfere with each others'
modifications on /etc/resolv.conf.

So the solution might be to either mark those two packages as mutually
exclusive or make the two aware of each other.

-- 
DNS problems when running  VPN connections
https://bugs.launchpad.net/bugs/197156
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] IPv6 connectivity of ubuntu servers

2008-06-19 Thread Henning Eggers
I would not call this a security vulnerability. No computer sytem is at
this point in time expected to use *only* IPv6 but to use *dual stacks*
for the transition process. All IPv6-enabled system will still speak
IPv4 and be able to reach the update servers.

I would not even call this a bug but a feature request but I do not know
what to do about it. Should it be set to invalid?

-- 
security.ubuntu.com not accessible in IPv6 ( record missing in the DNS)
https://bugs.launchpad.net/bugs/241305
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 241305] IPv6 connectivity of ubuntu servers

2008-06-19 Thread Henning Eggers
You are aware, though, that IPv6-only hosts are still a rare exception
on the open internet and that you must expect not being able to connect
to all services - like Ubuntu updates.

I am not saying that it wouldn't be a good idea to have at least one
update server accessible via IPv6 but it is neither a bug nor a security
vulnerabilty.

As a solution: Setup an apt mirror on a dual-stacked host in your
network. Look at the apt-mirror package for this purpose, it is quite
easy to do.

-- 
security.ubuntu.com not accessible in IPv6 ( record missing in the DNS)
https://bugs.launchpad.net/bugs/241305
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221874] Re: Hardy needs reconfiguring network every boot-up

2008-06-19 Thread Henning Eggers
Is this still an issue? If so, please post your routing table after a
rebot but *before* you enter those commands. You can list your routing
table with the following command:

netstat -rn


** Changed in: ubuntu
   Status: New = Incomplete

-- 
Hardy needs reconfiguring network every boot-up
https://bugs.launchpad.net/bugs/221874
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197156] Re: DNS problems when running VPN connections

2008-06-19 Thread Henning Eggers
Did you have a look at the man page of interface-order(5)? That should
be what you are looking for.

-- 
DNS problems when running  VPN connections
https://bugs.launchpad.net/bugs/197156
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197156] Re: DNS problems when running VPN connections

2008-06-19 Thread Henning Eggers
Just affects resolvconf (if at all.)

** Changed in: resolvconf (Ubuntu)
Sourcepackagename: network-manager-pptp = resolvconf
   Status: New = Incomplete

** Changed in: network-manager-openvpn (Ubuntu)
   Status: New = Invalid

-- 
DNS problems when running  VPN connections
https://bugs.launchpad.net/bugs/197156
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs