[Bug 1103195] Re: MAAS WebUI crashes when installing maas-region-controller only

2013-01-24 Thread Jeroen T. Vermeulen
(FWIW somebody landed a fix recently to suppress the initialization of NodeGroup.maas_url if the given URL had localhost as its hostname. It seems like a better way to deal with the maas_url part of the problem.) -- You received this bug notification because you are a member of Ubuntu Server

[Bug 1103195] Re: MAAS WebUI crashes when installing maas-region-controller only

2013-01-24 Thread Jeroen T. Vermeulen
(Correction: I meant to say that AIUI, that fix suppresses _any_ initialization of maas_url, regardless of whether the calling code thinks it's dealing with the master cluster) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in

[Bug 1134036] Re: Package install hangs if LC_ALL is not set

2013-04-22 Thread Jeroen T. Vermeulen
Looks like this was caused by a missing en_US entry in Julian's /usr/share/locale. I'm seeing another, but possibly related failure where the error is that the database is not running; filed as bug 1171696. -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1059485] Re: maas_local_celeryconfig.py is world readable

2012-10-01 Thread Jeroen T. Vermeulen
** Changed in: maas (Ubuntu) Assignee: (unassigned) = Jeroen T. Vermeulen (jtv) ** Changed in: maas (Ubuntu) Status: Triaged = In Progress ** Branch linked: lp:~jtv/maas/pkg-bug-1059485 -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 1059973] Re: purging packages can't remove files because dirs are not empty

2012-10-02 Thread Jeroen T. Vermeulen
I do believe it tries to be careful not to delete other packages' files in the process. Did you see any files left in those locations? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu.

[Bug 1059453] Re: The celery cluster worker is not properly stopped

2012-10-02 Thread Jeroen T. Vermeulen
Update for the record. As we have since found out, it's much worse than just needing an expect fork. Somewhere along the line, before it gets around to running the start-cluster-controller code proper, maas- provision does a whole bunch of other forks. The question is whether we can make

[Bug 1059453] Re: The celery cluster worker is not properly stopped

2012-10-03 Thread Jeroen T. Vermeulen
** Changed in: maas Assignee: (unassigned) = Jeroen T. Vermeulen (jtv) ** Changed in: maas Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1062031] Re: pserv is oopsing: exceptions.TypeError: not all arguments converted during string formatting

2012-10-05 Thread Jeroen T. Vermeulen
The same patch as in the merge-proposal diff also needs to be applied in the package. Two of those three instances of the problem have already been fixed upstream though. ** Also affects: python-tx-tftp (Ubuntu) Importance: Undecided Status: New -- You received this bug notification

[Bug 1065055] Re: celeryconfig_cluster.py imports utility method from maas (import_settings)

2012-10-11 Thread Jeroen T. Vermeulen
Stealing this bug from Julian since he's packing, not packaging right now. :) ** Changed in: maas (Ubuntu) Assignee: Julian Edwards (julian-edwards) = Jeroen T. Vermeulen (jtv) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 1070774] Re: The hostname of a node can still be changed once the node is in use

2012-11-09 Thread Jeroen T. Vermeulen
** Changed in: maas Assignee: (unassigned) = Jeroen T. Vermeulen (jtv) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1070774 Title: The hostname of a node can still be changed

[Bug 1070775] Re: The zone name (attached to a cluster controller) can still be changed when it contains in-use nodes and DNS is managed.

2012-11-09 Thread Jeroen T. Vermeulen
Small Q/A failure: renaming an accepted nodegroup that has no interfaces will oops. See bug 1077075 (and don't get confused by the similarity in bug numbers...) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu.

[Bug 1070775] Re: The zone name (attached to a cluster controller) can still be changed when it contains in-use nodes and DNS is managed.

2012-11-09 Thread Jeroen T. Vermeulen
The Q/A failure has been fixed in both the trunk and 1.2 branches. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1070775 Title: The zone name (attached to a cluster controller) can

[Bug 1079229] [NEW] Error reported to stdout instead of stderr

2012-11-15 Thread Jeroen T. Vermeulen
Public bug reported: I just created a keyfile on a new machine by running euca-add-keypair and directing its output into a key file. The key didn't work, for no immediately clear reason. Turns out my keyfile now contains this text: KeyPairExists: Key pair '...' already exists. Would have

[Bug 1236361] Re: need new simple streams based maas-import-ephemerals

2013-10-08 Thread Jeroen T. Vermeulen
** Changed in: maas Milestone: None = 13.10 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1236361 Title: need new simple streams based maas-import-ephemerals To manage

[Bug 1236361] Re: need new simple streams based maas-import-ephemerals

2013-10-09 Thread Jeroen T. Vermeulen
** Changed in: maas Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1236361 Title: need new simple streams based maas-import-ephemerals To

[Bug 1237615] Re: python-bson-ext does not encode binary in Apache with mod_wsgi

2013-10-10 Thread Jeroen T. Vermeulen
Don't know if this matters, but... The blog article suggests WSGIProcessGroup %{GLOBAL}. We have WSGIApplicationGroup %{GLOBAL}, but WSGIProcessGroup maas. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to pymongo in Ubuntu.

[Bug 1243917] Re: 'maas createsuperuser' errors out if no email address is entered.

2013-10-23 Thread Jeroen T. Vermeulen
** Changed in: maas Milestone: None = 14.04 ** Changed in: maas Assignee: (unassigned) = Jeroen T. Vermeulen (jtv) ** Changed in: maas Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas

[Bug 1243917] Re: 'maas createsuperuser' errors out if no email address is entered.

2013-10-23 Thread Jeroen T. Vermeulen
For the historical record: * createsuperuser is a Django built-in command, not our code. * We have our own MAAS-tailored version, createadmin. * The email field must be unique and non-null, but can be empty. * MAAS already creates a system user with empty email address. * A null email

[Bug 1081660] Re: If maas-enlist fails to reach a DNS server, the node will be named ; ; connection timed out; no servers could be reached

2014-02-26 Thread Jeroen T. Vermeulen
See bug 1284964 for a possible explanation: the enlist_userdata calls dig to look up a hostname, but does not check for errors — and dig prints the error message to stdout, not stderr, so it ends up in the hostname field. -- You received this bug notification because you are a member of Ubuntu

[Bug 1299989] Re: maas-dns fails to install without python-seamicroclient

2014-03-30 Thread Jeroen T. Vermeulen
** Project changed: maas = maas (Ubuntu) ** Changed in: maas (Ubuntu) Milestone: 14.04 = None -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1299989 Title: maas-dns fails to

[Bug 1300026] [NEW] Enlistment/commissioning boot no longer works

2014-03-31 Thread Jeroen T. Vermeulen
Public bug reported: In my MAAS test setup, nodes now fail to enlist or commission. They used to work, I think before we changed to the new import script. Both for enlistment and commissioning the nodes netboot properly, as far as I can see, but they fail to do what they booted for. They never

[Bug 1300026] Re: Enlistment/commissioning boot no longer works

2014-03-31 Thread Jeroen T. Vermeulen
I wasn't getting any new files from the import script. Am now re- running the entire import from scratch. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1300026 Title:

[Bug 1300026] Re: Enlistment/commissioning boot no longer works

2014-03-31 Thread Jeroen T. Vermeulen
Yay! A fresh import solved it. ** Changed in: maas Status: Incomplete = Invalid ** Changed in: maas (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu.

[Bug 1300026] Re: Enlistment/commissioning boot no longer works

2014-04-04 Thread Jeroen T. Vermeulen
That sounds as if it's probably just bug 1300548, which is already fixed. Definitely not the same thing that this bug is about. ** Changed in: maas Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1302772] Re: update of maas-cluster-controller on trusty dumps traceback and crashes

2014-04-07 Thread Jeroen T. Vermeulen
** Changed in: maas/1.5 Milestone: None = 14.04 ** Changed in: maas Milestone: None = 14.10 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1302772 Title: update of

[Bug 1302772] Re: update of maas-cluster-controller on trusty dumps traceback and crashes

2014-04-08 Thread Jeroen T. Vermeulen
The latest build in ppa:maas-maintainers/dailybuilds should have the fix. Could you try again, but with that package? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1302772 Title:

[Bug 1302772] Re: update of maas-cluster-controller on trusty dumps traceback and crashes

2014-04-08 Thread Jeroen T. Vermeulen
** Changed in: maas Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1302772 Title: update of maas-cluster-controller on trusty dumps

[Bug 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-04-21 Thread Jeroen T. Vermeulen
I am attaching a fix for the part of the problem that's in maas/preseeds/curtin_userdata, in the maas source tree. This won't be enough to fix the whole problem, so I am not marking the branch as “fixing” this bug. ** Branch linked: lp:~jtv/maas/use-main-archive-for-intel-arches -- You

[Bug 1310082] Re: d-i with precise+hwe-s stops at Architecture not supported

2014-04-21 Thread Jeroen T. Vermeulen
** Branch linked: lp:~jtv/maas/use-main-archive-for-intel-arches -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1310082 Title: d-i with precise+hwe-s stops at Architecture not

[Bug 1311433] Re: REGRESSION: AttributeError: 'functools.partial' object has no attribute '__module__'

2014-04-22 Thread Jeroen T. Vermeulen
Upstream bug seems to be https://code.djangoproject.com/ticket/22486 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-django in Ubuntu. https://bugs.launchpad.net/bugs/1311433 Title: REGRESSION: AttributeError:

[Bug 1310082] Re: d-i with precise+hwe-s stops at Architecture not supported

2014-04-22 Thread Jeroen T. Vermeulen
** Branch linked: lp:~jtv/maas/1.5-use-main-archive-for-intel-arches -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1310082 Title: d-i with precise+hwe-s stops at Architecture not

[Bug 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-04-22 Thread Jeroen T. Vermeulen
** Branch linked: lp:~jtv/maas/1.5-use-main-archive-for-intel-arches -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1310076 Title: lost connectivity to a node when using

[Bug 1311433] Re: REGRESSION: AttributeError: 'functools.partial' object has no attribute '__module__'

2014-04-22 Thread Jeroen T. Vermeulen
** Changed in: maas Assignee: (unassigned) = Jeroen T. Vermeulen (jtv) ** Changed in: maas/1.5 Assignee: (unassigned) = Jeroen T. Vermeulen (jtv) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-django in Ubuntu. https

[Bug 1308069] Re: test_prepare_holds_startup_lock() fails spuriously

2014-05-08 Thread Jeroen T. Vermeulen
** Description changed: + [Test Case] + No test case; the code that's being patched is only a test and does not actually appear in the package. + + + [Description of the problem] + This happened when trying to land a documentation-only branch:

[Bug 1311433] Re: REGRESSION: AttributeError: 'functools.partial' object has no attribute '__module__'

2014-05-09 Thread Jeroen T. Vermeulen
** Branch linked: lp:~jtv/maas/revert-bug-1311433 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1311433 Title: REGRESSION: AttributeError: 'functools.partial' object has no

[Bug 1311433] Re: REGRESSION: AttributeError: 'functools.partial' object has no attribute '__module__'

2014-05-09 Thread Jeroen T. Vermeulen
** Branch linked: lp:~jtv/maas/1.5-revert-bug-1311433 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1311433 Title: REGRESSION: AttributeError: 'functools.partial' object has no

[Bug 1308069] Re: test_prepare_holds_startup_lock() fails spuriously

2014-05-30 Thread Jeroen T. Vermeulen
It happened again. I suspect that it may be a matter of ordering of decorators: RegionAdvertisingService.prepare is decorated as @synchronous, and *then* as taking two locks. Given decorators' wrapping behaviour, which reverses the order of entrance, I understand that to mean: grab these two

[Bug 1308069] Re: test_prepare_holds_startup_lock() fails spuriously

2014-06-02 Thread Jeroen T. Vermeulen
No, my hypothesis doesn't look correct. We don't see anything that would make prepare() jump into the reactor thread. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1308069 Title:

[Bug 1308069] Re: test_prepare_holds_startup_lock() fails spuriously

2014-06-02 Thread Jeroen T. Vermeulen
New hypothesis: the code in DatabaseLock opens, and closes, a cursor for each locking/unlocking command. Do we actually know that these cursors will be in the same database session? If the command failed, do we know that we would see an error? -- You received this bug notification because you

[Bug 1184914] Re: dhcpd sometimes says Can't create new lease file: Permission denied

2014-09-08 Thread Jeroen T. Vermeulen
Could this be bug 1186662? The main packaging branch has a workaround for that which is worth a try. It's a matter of adding this line to /etc/apparmor.d/dhcpd.d/maas: capability dac_override, ...and then reloading the apparmor config. -- You received this bug notification because you

[Bug 1379624] [NEW] Can't build package: 01-fix-database-settings.patch no longer applies

2014-10-09 Thread Jeroen T. Vermeulen
Public bug reported: When I “make package” (with trunk r3227 and packaging r317) I get this error: « patching file contrib/maas_local_settings.py Hunk #2 FAILED at 81. 1 out of 2 hunks FAILED dpkg-source: info: fuzz is not allowed when applying patches dpkg-source: info: if patch

[Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-17 Thread Jeroen T. Vermeulen
I agree: this is a clear-cut case for the request-an-address API, but we still lack a request-a-hostname API. Out of curiosity, how did the existing setup(s) obtain these generated hostnames in the first place? To my knowledge they were neither exposed nor documented. MAAS never had much

[Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-17 Thread Jeroen T. Vermeulen
Ah, I see that using the IP address is not an option in this case. So we'll have to add a way to manage DNS entries. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1382190 Title:

[Bug 1373261] Re: pserv.yaml rewrite breaks when MAAS URL uses IPv6 address

2014-11-05 Thread Jeroen T. Vermeulen
now contains... generator: http://10.9.9.1:caf5:2922:8b1f::1]/MAAS/api/1.0/pxeconfig/ Note how the first part of the netloc, up to the first colon, is replaced with the new address — but the rest of the netloc is still there. ** Changed in: maas Assignee: Jeroen T. Vermeulen (jtv

[Bug 1373261] Re: pserv.yaml rewrite breaks when MAAS URL uses IPv6 address

2014-11-06 Thread Jeroen T. Vermeulen
** Description changed: - Reconfiguring between an IPv4-based and an IPv6-based MAAS_URL broke the - ‘generator’ setting in my pserv.yaml: it ended up being the full IPv4 - netloc, with most of the IPv6 netloc tacked onto it. + Reconfiguring when the existing MAAS_URL used an IPv6 host address

[Bug 1373261] Re: pserv.yaml rewrite breaks when previous generator URL uses IPv6 address

2014-11-07 Thread Jeroen T. Vermeulen
** Changed in: maas Assignee: (unassigned) = Jeroen T. Vermeulen (jtv) ** Changed in: maas Status: Triaged = In Progress ** Branch linked: lp:~jtv/maas/bug-1373261 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas

[Bug 1373261] Re: pserv.yaml rewrite breaks when previous generator URL uses IPv6 address

2014-11-07 Thread Jeroen T. Vermeulen
** Changed in: maas (Ubuntu) Assignee: (unassigned) = Jeroen T. Vermeulen (jtv) ** Changed in: maas (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https

[Bug 1373261] Re: pserv.yaml rewrite breaks when previous generator URL uses IPv6 address

2014-11-11 Thread Jeroen T. Vermeulen
** Changed in: maas Status: In Progress = Fix Committed ** Changed in: maas (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu.

[Bug 283641] Re: Translation template not imported, seems stuck

2008-10-16 Thread Jeroen T. Vermeulen
As far as I can see they've already been imported. The problem is simply the enormous amount of data that the server needs to process. You can see the full list of Approved entries here: https://translations.launchpad.net/+imports/+index?field.filter_status=APPROVED (You'll often see very old

[Bug 275099] Re: launchpad isn't setup to import the strings for empathty for translation

2008-10-16 Thread Jeroen T. Vermeulen
The empathy package is in universe. Ubuntu does not translate packages from universe, but you can consider talking to the upstream authors about setting up their translations in Launchpad. This is not an issue with Launchpad Translations. ** Changed in: rosetta Status: New = Invalid --

[Bug 278634] Re: [Intrepid Beta] KDE does not use the language selected during install

2008-10-10 Thread Jeroen T. Vermeulen
Closing the Launchpad Translations side of this, since it turns out to be a KDE issue. (Don't be put off by the message about the bug being marked as Invalid; that's only as a Rosetta bug, not the bug as a whole). ** Changed in: rosetta Status: New = Invalid -- [Intrepid Beta] KDE does

[Bug 278634] Re: [Intrepid Beta] KDE does not use the language selected during install

2008-10-10 Thread Jeroen T. Vermeulen
Jonathan: are you saying that the absent translations triggered KDE to ignore the en_CA locale setting? Or are these two separate problems—translations not being imported and KDE ignoring the locale? By the way, I don't see any Canadian-English KDE translations in the queue, and no imported

[Bug 123920] Re: Bluetooth Logitech Dinovo Keyboard/Mouse don't work

2008-04-08 Thread Jeroen T. Vermeulen
Still doesn't work for me: bluetooth-properties still crashes with that D-Bus out of memory error after a fairly long wait (during which I see no noticeable rise in memory usage): process 11360: arguments to dbus_message_new_method_call() were incorrect, assertion _dbus_check_is_valid_path

[Bug 202820] Re: Bluetooth in Hardy not working with Logitech diNovo keyboard

2008-03-17 Thread Jeroen T. Vermeulen
I get the same thing with an aluminum Apple keyboard, on amd64 builds of both Gutsy and Hardy. Attempts to connect using hidd in Gutsy always timed out without prompting for a passkey (I don't seem to have hidd now that I've upgraded to Hardy). -- Bluetooth in Hardy not working with Logitech

[Bug 230308] Re: [Hardy] Installing Finnish language add-on to Firefox 3 breaks address bar's feeling lucky functionality

2008-06-30 Thread Jeroen T. Vermeulen
Launchpad's XPI parser treats the double-slash in the URLs as end-of- line comment markers if they occur in a .properties file. See bug 244258. -- [Hardy] Installing Finnish language add-on to Firefox 3 breaks address bar's feeling lucky functionality https://bugs.launchpad.net/bugs/230308 You

[Bug 112] Re: Search for packages per language

2007-06-06 Thread Jeroen T. Vermeulen
** Changed in: rosetta (upstream) Target: 1.1.7 = 1.1.8 -- Search for packages per language https://bugs.launchpad.net/bugs/112 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 248639] Re: No slovenian translation of Firefox 3

2008-07-25 Thread Jeroen T. Vermeulen
AIUI this is not about the Launchpad Translations application either, so rejecting it for rosetta. ** Changed in: rosetta Status: New = Invalid -- No slovenian translation of Firefox 3 https://bugs.launchpad.net/bugs/248639 You received this bug notification because you are a member of

[Bug 242838] Re: builds ill-named PO template

2008-07-25 Thread Jeroen T. Vermeulen
Done. Could you confirm that it's the way you want it now? -- builds ill-named PO template https://bugs.launchpad.net/bugs/242838 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 242838] Re: builds ill-named PO template

2008-07-27 Thread Jeroen T. Vermeulen
The exports are not instantaneous; they are processed asynchronously and of course there may also be other requests ahead of it in the queue. -- builds ill-named PO template https://bugs.launchpad.net/bugs/242838 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 50699] Re: Launchpad should be free software (free as in freedom)

2008-07-17 Thread Jeroen T. Vermeulen
Nothing Translations-specific here, so Invalid for rosetta. ** Changed in: rosetta Status: Confirmed = Invalid -- Launchpad should be free software (free as in freedom) https://bugs.launchpad.net/bugs/50699 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 75351] Re: Support Glib context

2008-08-06 Thread Jeroen T. Vermeulen
GLib's context markers are just a vertical bar. Trying to recognize that would risk false positives, potentially messing up other people's translations. ** Changed in: rosetta Status: Confirmed = Won't Fix -- Support Glib context https://bugs.launchpad.net/bugs/75351 You received this

[Bug 230308] Re: [Hardy] Installing Finnish language add-on to Firefox 3 breaks address bar's feeling lucky functionality

2008-08-06 Thread Jeroen T. Vermeulen
** Changed in: rosetta Status: Incomplete = Fix Released -- [Hardy] Installing Finnish language add-on to Firefox 3 breaks address bar's feeling lucky functionality https://bugs.launchpad.net/bugs/230308 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 71482] Re: Missing translations in language-pack-kde-fr-base package

2008-08-06 Thread Jeroen T. Vermeulen
** Changed in: rosetta Status: Confirmed = Won't Fix -- Missing translations in language-pack-kde-fr-base package https://bugs.launchpad.net/bugs/71482 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list

[Bug 123020] Re: support shipping verbatim files in the exported tarballs

2008-08-07 Thread Jeroen T. Vermeulen
This would be a lot of work. It would not solve the problem fully (e.g. we couldn't generate those PNG files), and the intermediate step of exporting XML files and such untranslated wouldn't be all that helpful. For this use case, it should definitely be done outside Launchpad. Where we find a

[Bug 123020] Re: support shipping verbatim files in the exported tarballs

2008-08-07 Thread Jeroen T. Vermeulen
I don't even think we ever keep the uploaded tarballs per se in Librarian. A lot relies on us treating the individual translation files inside the tarball as separate files, and we don't have a single other reason to keep the tarball around. This is not a generic file-sharing application!

[Bug 146289] Re: Translations for non main packages are discarded

2008-08-07 Thread Jeroen T. Vermeulen
Translations for non-main packages are not imported or exported as a matter of Ubuntu policy. There are good reasons for that policy, but if it's ever changed, this problem will also go away. Another option would be to make the scripts on the Ubuntu side include KDE's upstream translations for

[Bug 205644] Re: Please add diff-ext to the rosetta (Launchpad translations)

2008-08-07 Thread Jeroen T. Vermeulen
In Ubuntu, diff-ext is part of universe which we don't translate ourselves. If you are interested in translating the project in Launchpad, you could consider talking to its authors and seeing if they would like to use the site. ** Changed in: rosetta Status: New = Won't Fix -- Please

[Bug 214732] Re: applet.py crashed with TypeError in get_description()

2008-08-07 Thread Jeroen T. Vermeulen
As far as we can tell, this bug is gone with our server upgrade. The message is checked and rejected if it lacks the formatting item. We suspect it was an old gettext version that caused the problem. ** Changed in: rosetta Status: New = Invalid -- applet.py crashed with TypeError in

[Bug 242838] Re: builds ill-named PO template

2008-08-08 Thread Jeroen T. Vermeulen
** Changed in: rosetta Status: Incomplete = Fix Released Target: None = 2.1.8 -- builds ill-named PO template https://bugs.launchpad.net/bugs/242838 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 240925] Re: Launchpad says current translation focus for Gutsy

2008-08-08 Thread Jeroen T. Vermeulen
** Changed in: rosetta Status: Confirmed = Fix Released Target: None = 2.1.8 -- Launchpad says current translation focus for Gutsy https://bugs.launchpad.net/bugs/240925 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 247412] Re: Difficult to find (partly-)untranslated templates in high-coverage languages

2008-08-08 Thread Jeroen T. Vermeulen
*** This bug is a duplicate of bug 112 *** https://bugs.launchpad.net/bugs/112 ** This bug has been marked a duplicate of bug 112 Search for packages per language -- Difficult to find (partly-)untranslated templates in high-coverage languages https://bugs.launchpad.net/bugs/247412 You

[Bug 249487] Re: RSS feed for new translations added/modifed to a project

2008-08-08 Thread Jeroen T. Vermeulen
This exactly covers an existing spec: https://blueprints.launchpad.net/rosetta/+spec/notify-maintainer-on- translation-updates -- RSS feed for new translations added/modifed to a project https://bugs.launchpad.net/bugs/249487 You received this bug notification because you are a member of Ubuntu

[Bug 252137] Re: Change Syriac language direction to RTL

2008-08-04 Thread Jeroen T. Vermeulen
Done. ** Changed in: rosetta Status: Confirmed = Fix Released -- Change Syriac language direction to RTL https://bugs.launchpad.net/bugs/252137 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 243658] Re: Report bug without subscribing

2008-07-11 Thread Jeroen T. Vermeulen
** Changed in: malone Product: Launchpad Translations = Launchpad Bugs -- Report bug without subscribing https://bugs.launchpad.net/bugs/243658 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 258698] Re: malayalam translation error.

2008-08-19 Thread Jeroen T. Vermeulen
This is a bug in a specific translation in Ubuntu, not in the Launchpad Translations application, so I'm moving it there. Try looking up the problematic translation using the Search function and entering a better suggestion. ** Also affects: ubuntu Importance: Undecided Status: New **

[Bug 258598] Re: Wrong traslation / Ad attempt

2008-08-19 Thread Jeroen T. Vermeulen
This is a problem with a translation in Ubuntu, not with the Launchpad Translations application, so I'm moving the bug there. (Don't be put off by the Invalid message; moving the bug involves adding it in one place and removing it in another). ** Also affects: ubuntu Importance: Undecided

[Bug 227282] Re: [hardy] Can't install any updates at all from Update Manager or Synaptic

2008-05-07 Thread Jeroen T. Vermeulen
I'm getting the same thing. Install Updates prompts me for my password, then a progress bar dialog that says Reading package information, which spends most of its time saying Reading state information underneath the progress bar, then back to the original UI and nothing's been installed. FWIW, I

[Bug 112] Re: Search for packages per language

2007-10-30 Thread Jeroen T. Vermeulen
** Changed in: rosetta Target: 1.1.11 = None -- Search for packages per language https://bugs.launchpad.net/bugs/112 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 44] Re: Translations should be searchable

2007-10-30 Thread Jeroen T. Vermeulen
** Changed in: rosetta Target: 1.1.11 = 1.2.1 -- Translations should be searchable https://bugs.launchpad.net/bugs/44 You received this bug notification because you are a member of Ubuntu Bugs, which is a subscriber of a duplicate bug. -- ubuntu-bugs mailing list

[Bug 112] Re: Search for packages per language

2007-09-20 Thread Jeroen T. Vermeulen
** Changed in: rosetta Target: 1.1.10 = 1.1.11 -- Search for packages per language https://bugs.launchpad.net/bugs/112 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 341741] [NEW] New characters in Lao keymap

2009-03-12 Thread Jeroen T. Vermeulen
Public bug reported: There are two new characters in the Lao keyboard layout that Ubuntu does not yet support. They are both combined characters. From Unicode: 0EDC ໝLAO HO NO = 0EAB ຫ 0E99 ນ 0EDD ໜ LAO HO MO = 0EAB ຫ 0EA1 ມ I'm attaching a picture of the new keyboard layout

[Bug 341741] Re: New characters in Lao keymap

2009-03-12 Thread Jeroen T. Vermeulen
** Attachment added: lao_new_keyboard.gif http://launchpadlibrarian.net/23780581/lao_new_keyboard.gif ** Changed in: ubuntu Assignee: (unassigned) = Arne Goetje (arnegoetje) -- New characters in Lao keymap https://bugs.launchpad.net/bugs/341741 You received this bug notification

[Bug 364973] [NEW] Mute sound on resume

2009-04-21 Thread Jeroen T. Vermeulen
Public bug reported: It seems some of us have managed to embarrass ourselves at one time or another by putting their laptop to sleep while playing music in the evening, then opening it up again in a classroom or conference presentation the next morning. Instant attention as the music

[Bug 133817] Re: Make KDE translation credits nicer

2008-11-19 Thread Jeroen T. Vermeulen
** Changed in: rosetta Status: Fix Committed = Fix Released -- Make KDE translation credits nicer https://bugs.launchpad.net/bugs/133817 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 279248] Re: Soyuz: AssertionError: Python-apt no longer creates bad SHA256 sums

2008-12-09 Thread Jeroen T. Vermeulen
** Tags added: spurious-test-failure -- Soyuz: AssertionError: Python-apt no longer creates bad SHA256 sums https://bugs.launchpad.net/bugs/279248 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 112] Re: Search for packages per language

2009-01-08 Thread Jeroen T. Vermeulen
** Changed in: rosetta Assignee: Jeroen T. Vermeulen (jtv) = (unassigned) -- Search for packages per language https://bugs.launchpad.net/bugs/112 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu

[Bug 484643] Re: Broadcom STA driver not working on 2.6.31-14-generic kernel

2010-01-10 Thread Jeroen T. Vermeulen
The trick of uninstalling the backports modules and then re-installing bcmwl-kernel-source now works for me. Yay! -- Broadcom STA driver not working on 2.6.31-14-generic kernel https://bugs.launchpad.net/bugs/484643 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 484643] Re: Broadcom STA driver not working on 2.6.31-14-generic kernel

2009-11-25 Thread Jeroen T. Vermeulen
Not for me. Still broken. :-( -- Broadcom STA driver not working on 2.6.31-14-generic kernel https://bugs.launchpad.net/bugs/484643 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 484643] [NEW] Broadcom STA driver not working on 2.6.31-14-generic kernel

2009-11-18 Thread Jeroen T. Vermeulen
Public bug reported: On a June 2009 MacBook Pro, wifi does not work with a 2.6.31-14-generic kernel. It does work with 2.6.31-13-generic. I tried apt-get install --reinstall bcmwl-kernel-source again (IIRC this solved problems getting wifi to work in the first place), but to no avail. The

[Bug 484643] Re: Broadcom STA driver not working on 2.6.31-14-generic kernel

2009-11-18 Thread Jeroen T. Vermeulen
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/35816869/Dependencies.txt ** Attachment added: XsessionErrors.txt http://launchpadlibrarian.net/35816870/XsessionErrors.txt -- Broadcom STA driver not working on 2.6.31-14-generic kernel

[Bug 454751] Re: Bad colour in any video after running totem

2009-11-18 Thread Jeroen T. Vermeulen
I'm seeing the same thing on a June 2009 MacBook Pro (though in my case the comparison base was mplayer, not kaffeine). If I play a video in mplayer after boot, it comes up in normal colours. If I then play it in totem, it comes up in weird colours, and after that mplayer does the same thing.

[Bug 393791] [NEW] Same keyboard shortcut for Open in new Tab and Cut

2009-06-30 Thread Jeroen T. Vermeulen
Public bug reported: Binary package hint: firefox-3.0 In Firefox 3.0.11 on Jaunty, I frequently open links by right-clicking them (the middle button stopped working in the Jaunty upgrade) and hitting t for Open Link in New Tab. I'm used to doing this in Firefox and Galeon. In Galeon it works

[Bug 393791] Re: Same keyboard shortcut for Open in new Tab and Cut

2009-07-04 Thread Jeroen T. Vermeulen
Yes. That's the problem. The option to open a link in a new tab is 't' elsewhere, but in this place, the 't' shortcut means basically delete this bookmark with minimal chances of recovery instead. -- Same keyboard shortcut for Open in new Tab and Cut https://bugs.launchpad.net/bugs/393791 You

[Bug 383483] [NEW] WPD import destroys - (minus/dash/hyphen)

2009-06-04 Thread Jeroen T. Vermeulen
Public bug reported: Binary package hint: openoffice.org When importing a WordPerfect document into Writer, almost all dashes are stripped out. The version of WP we have at least (4, don't laugh, got a serious body of work to convert here) represents most dashes as a 0xa9 byte. It's something

[Bug 383487] [NEW] WPD import loses index entries

2009-06-04 Thread Jeroen T. Vermeulen
Public bug reported: Binary package hint: openoffice.org I'm in the process of converting some large WordPerfect 4 files to ODT. One thing that's lost is index entries. In the WP file, these look like: 0xeatext0xffmore text0xea (Where 0xea is the single byte with value 234). In our case,

[Bug 341741] Re: New characters in Lao keymap

2009-06-02 Thread Jeroen T. Vermeulen
Os555 sent me a whole bunch of documentation, attached here. ** Attachment added: Documentation for new layout http://launchpadlibrarian.net/27409838/newlayout_of_laokeyboard.zip -- New characters in Lao keymap https://bugs.launchpad.net/bugs/341741 You received this bug notification because

[Bug 273489] Re: Remaining Intrepid template approvals

2008-10-02 Thread Jeroen T. Vermeulen
Auto-approval has done its work. Lots more imported now! ** Changed in: rosetta Status: Fix Committed = Fix Released -- Remaining Intrepid template approvals https://bugs.launchpad.net/bugs/273489 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 273489] Re: Remaining Intrepid template approvals

2008-09-26 Thread Jeroen T. Vermeulen
** Changed in: rosetta Status: In Progress = Fix Committed -- Remaining Intrepid template approvals https://bugs.launchpad.net/bugs/273489 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 273489] Re: Remaining Intrepid template approvals

2008-10-01 Thread Jeroen T. Vermeulen
The KDE changes also triggered a problem with auto-approval; templates had moved between packages, and the new ones were conflicting with the old ones for the same translation domain. We solved that by renaming and disabling the old ones. We're now waiting for approval to pick up, but the server

[Bug 273489] Re: Remaining Intrepid template approvals

2008-09-25 Thread Jeroen T. Vermeulen
The script has been run; the bulk is approved and importing. -- Remaining Intrepid template approvals https://bugs.launchpad.net/bugs/273489 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

  1   2   3   4   5   6   >