[Bug 340020] Re: Logcheck rule for dovecot does not ignore valid Maildir mailboxes

2009-03-09 Thread Darren Warner
** Attachment added: "Allow '&', '#', and ' ' in mailbox names to be passed by the logcheck dovecot filter" http://launchpadlibrarian.net/23662853/dovecot-1.2.63_deliver-foldernames.diff -- Logcheck rule for dovecot does not ignore valid Maildir mailboxes https://bugs.launchpad.net/bugs/340

[Bug 340020] [NEW] Logcheck rule for dovecot does not ignore valid Maildir mailboxes

2009-03-09 Thread Darren Warner
Public bug reported: Binary package hint: logcheck Certain valid mailbox filenames cause logcheck to report a questionable event when using dovecot's deliver LDA. Specifically, according to RFC2060 (IMAP), the '&' character is allowed, but I'm allowed to put various other characters in a mailbox

[Bug 47388] Re: gksuexec doesn't work in dapper !

2008-10-02 Thread Darren Warner
Still the same result in hardy final. I'll install intrepid in a VM and let you know what happens. -- gksuexec doesn't work in dapper ! https://bugs.launchpad.net/bugs/47388 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs

[Bug 214226] Re: lomoco udev rule not working

2008-10-03 Thread Darren Warner
Confirmed in intrepid beta 1 using a Logitech MX310 I worked around it by commenting out the SUBSYSTEM != "usb_device" line at the top of /etc/udev/lomoco.rules A few other points: - According to /etc/udev/rules.d/README, files in this directory should not be symlinks. - The README seems to ind

[Bug 47388] Re: gksuexec doesn't work in dapper !

2008-10-09 Thread Darren Warner
Just tried intrepid (beta 1, updated as of 2008/10/08) - same result :) -- gksuexec doesn't work in dapper ! https://bugs.launchpad.net/bugs/47388 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 47388] Re: gksuexec doesn't work in dapper !

2008-10-10 Thread Darren Warner
I must have been happy inside. Should have said :( though. -- gksuexec doesn't work in dapper ! https://bugs.launchpad.net/bugs/47388 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.co

[Bug 47388] Re: gksuexec doesn't work in dapper !

2008-12-23 Thread Darren Warner
Still there in 8.10 (I don't have 9.04, and am a little reluctant to install it yet given that the status of this bug hasn't changed since dapper - unless you think something has changed that might help, or there's something I can try?) (I entered the wrong password on the first attempt, but I've

[Bug 59046] Fails to start (option '--invalidate' requires an argument)

2006-09-05 Thread Darren Warner
Public bug reported: Binary package hint: nscd After installing 2.4-1ubuntu9 from edgy, nscd starts Ok. However, on subsequent reboots, it will fail to start with the above error message. ** Affects: glibc (Ubuntu) Importance: Untriaged Status: Unconfirmed -- Fails to start (opti

[Bug 59046] Re: Fails to start (option '--invalidate' requires an argument)

2006-09-05 Thread Darren Warner
Actually, the bootup problem is different - running '/etc/init.d/nscd start' will silently fail - the following messages appear in syslog: /var/run/nscd/nscd.pid: No such file or directory /var/run/nscd/socket: No such file or directory Creating /var/run/nscd fixes this problem, but this needs to

[Bug 188754] Re: rules for amavisd-new are not catching all mails

2008-04-21 Thread Darren Warner
I have a very similar problem with hardy beta (logcheck-database v1.2.63) - it looks like the log files have changed again. The attached patch works for me (though I only had 'CLEAN' emails to test with) ** Attachment added: "Fix logcheck rule for amavisd-new in hardy beta" http://launchpadlib

[Bug 188754] Re: rules for amavisd-new are not catching all mails

2008-04-21 Thread Darren Warner
There are a couple more changes that I didn't catch in the last patch - there's now an IPv6 identifier, and the 'Hits:' value may not have a '-' prefix. ** Attachment added: "Fix logcheck rule #2 (supersedes previous version)" http://launchpadlibrarian.net/13772188/amavisd-new-hardy.patch --

[Bug 188754] Re: rules for amavisd-new are not catching all mails

2008-04-22 Thread Darren Warner
Sorry, I forgot diff -u :) I've re-attached the patch (to /etc/logcheck/ignore.d.server/amavisd- new), based on the original from amavisd-new v2.5.3. ** Attachment added: "Fix logcheck rule (same as previous patch, but as a unified diff)" http://launchpadlibrarian.net/13830047/amavisd-new-ha

[Bug 188754] Re: rules for amavisd-new are not catching all mails

2008-04-23 Thread Darren Warner
The patch was made against amavisd-new_2.5.3-1ubuntu3 - is this what you meant? -- rules for amavisd-new are not catching all mails https://bugs.launchpad.net/bugs/188754 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs m

[Bug 47388] Re: gksuexec doesn't work in dapper !

2007-09-10 Thread Darren Warner
This bug has no assignee - just wondering if it's dropped off the radar, as it still affects gutsy. I'm affected by this bug too (though it's now gksu, no gksuexec) - let me know if there's anything I can do to help debug things. -- gksuexec doesn't work in dapper ! https://bugs.launchpad.net/bu

[Bug 162579] Eats CPU after DBus connection lost

2007-11-13 Thread Darren Warner
Public bug reported: trackerd frequently eats CPU after opening a desktop session. I've just debugged this once, but it appears to be stuck at the following: (gdb) where #0 0xe410 in __kernel_vsyscall () #1 0xb7c539f6 in ?? () from /lib/tls/i686/cmov/libpthread.so.0 #2 0xb7cee962 in g_usle

[Bug 172633] -listen hangs after accepting a connection

2007-11-28 Thread Darren Warner
Public bug reported: Since upgrading to gutsy, vncviewer -listen fails to pop up a window after accepting a connection. Here's the command line output: [EMAIL PROTECTED]:~$ vncviewer -log '*:stderr:100' -listen VNC Viewer Free Edition 4.1.1 for X - built Sep 10 2007 17:17:04 Copyright (C) 2002-

[Bug 172633] Re: -listen hangs after accepting a connection

2007-11-28 Thread Darren Warner
I hacked ConnParams::readVersion() to always assume "RFB 003.003" is sent by the server and the problem goes away (the viewer window appears). This should confirm Dave's comment above about it being an RFB version problem. Unfortunately, this also means the bug actually lies in UltraVNC SingleClic

[Bug 172633] Re: -listen hangs after accepting a connection

2007-11-29 Thread Darren Warner
*** This bug is a duplicate of bug 123631 *** https://bugs.launchpad.net/bugs/123631 Sorry, I reported this against the wrong package. After finding a thread about this problem on the UltraVNC forums (http://forum.ultravnc.info/viewtopic.php?t=10451), I found the same bug report filed against

[Bug 155947] Re: ldap config causes Ubuntu to hang at a reboot

2008-03-28 Thread Darren Warner
Given that Hardy defaults to roaming network mode and that any use of libnss-ldap will result in a non-bootable machine, shouldn't the importance of this bug be made critical? Sorry, I'm not trying to rant - I just want to make sure appropriate resources are made available to fix this for an LTS r

[Bug 208695] [NEW] Cannot upgrade to mysql-server-5.0

2008-03-29 Thread Darren Warner
Public bug reported: Binary package hint: mysql-client-5.0 Trying to upgrade MySQL 4.1 to 5.0 (just after a dapper -> hardy LTS upgrade): Preconfiguring packages ... (Reading database ... 140431 files and directories currently installed.) Unpacking mysql-client-5.0 (from .../mysql-client-5.0_5.

[Bug 47388] Re: gksuexec doesn't work in dapper !

2008-04-05 Thread Darren Warner
I'm not actually running anything from an application. My use case is that I have two accounts (one for work, one for personal use). Occasionally, I'm in one session and want to run a program as my other account. It seems that the -u option neither works in gksu, or gksudo. I'm now running Hardy

[Bug 85608] Re: trash lists / content due to .trash_entry_cache value

2007-06-18 Thread Darren Warner
I had a similar problem, except instead of /, Trash listed /var/run (an entry in my .trash_entry_cache said '/var/run /var/run'). I have to agree with Alex, "GNOME deleting files on my hard-disk" doesn't seem like a low priority issue. libgnomevfs2-0 is 1:2.18.1-0ubuntu1 (Feisty) -- trash lists

[Bug 64396] Re: core dump for shells using ldap for passwd information

2007-04-03 Thread Darren Warner
Same problem here. However, even after installing nscd the problem returned after a short while (about 30 seconds). Restarting nscd solve the problem (for another 30 seconds anyway!). -- core dump for shells using ldap for passwd information https://bugs.launchpad.net/bugs/64396 You received this

[Bug 72049] Re: Modules won't load under python-dbg

2007-04-04 Thread Darren Warner
I'd like to second the above comment that a failure should be reported. Actually, there seems to be a number of problems mixing debug and non- debug versions of python modules and not all of them are straightforward to resolve. While debugging a python application (gramps), I fixed a number of miss

[Bug 55172] Re: gksu dies on first run

2007-01-03 Thread Darren Warner
** Also affects: gksu (Baltix) Importance: Undecided Status: Unconfirmed -- gksu dies on first run https://launchpad.net/bugs/55172 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 570908] [NEW] Unable to build for PPA when there are patches to vala source

2010-04-27 Thread Darren Warner
Public bug reported: When source code changes have been made to the vala compiler, it will fail to build in a clean (pbuilder) environment because a pre-existing valac is not available. Trying to resolve this using the existing method of including the generated C files and relying on timestamps to

[Bug 570908] Re: Unable to build for PPA when there are patches to vala source

2010-04-27 Thread Darren Warner
** Patch added: "02_fix_vapi_dirs" http://launchpadlibrarian.net/45783375/02_fix_vapi_dirs -- Unable to build for PPA when there are patches to vala source https://bugs.launchpad.net/bugs/570908 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 47388] Re: gksuexec doesn't work in dapper !

2009-11-25 Thread Darren Warner
Many thanks Anders - I can now finally use gksu again! However, while I think I understand the technical reasons for the way things are, from a more holistic perspective I disagree that this bug should be marked invalid for the following reasons: - It requires _more_ steps to run programs as anot

[Bug 396055] Re: Lighttpd web application development disturbance through aliasing on 127.0.0.1

2009-11-29 Thread Darren Warner
I should mention I'm using 9.10 (Karmic), lighttpd 1.4.22-1ububtu4 -- Lighttpd web application development disturbance through aliasing on 127.0.0.1 https://bugs.launchpad.net/bugs/396055 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -

[Bug 396055] Re: Lighttpd web application development disturbance through aliasing on 127.0.0.1

2009-11-29 Thread Darren Warner
Same problem here, however the suggested problem wouldn't work for me (or other projects that use path aliases - which is most projects that currently configure apache). The following does work, but you'd probably need a combination of this and the above solution to cover all situations: $HTTP["r

[Bug 570908] Re: Unable to build for PPA when there are patches to vala source

2010-05-29 Thread Darren Warner
Thanks Sebastian - I've created a GNOME bug here: https://bugzilla.gnome.org/show_bug.cgi?id=620048. As the problem only manifests itself in Ubuntu's sanitized build environment, I felt the issue originally belonged here. The problem is that valac requires valac to build. I'm sure the same thi

[Bug 47388] Re: gksuexec doesn't work in dapper !

2009-10-08 Thread Darren Warner
Still there in Karmic: warn...@washington:~$ lsb_release -c Codename: karmic warn...@washington:~$ gksu -u darrenw firefox No protocol specifiedNo protocol specified Error: cannot open display: :0.0 -- gksuexec doesn't work in dapper ! https://bugs.launchpad.net/bugs/47388 You received thi

[Bug 162579] Re: Eats CPU after DBus connection lost

2009-11-05 Thread Darren Warner
Well, I've been running trackerd for a few weeks now and can no longer reproduce the problem - marking invalid. ** Changed in: tracker (Ubuntu) Status: Incomplete => Invalid -- Eats CPU after DBus connection lost https://bugs.launchpad.net/bugs/162579 You received this bug notification be

[Bug 474948] [NEW] Missing dependency libx264.so.65 on amd64 platform

2009-11-04 Thread Darren Warner
Public bug reported: Binary package hint: mediatomb Mediatomb doesn't start after upgrading to Karmic, and a reinstall results in the following error: r...@chicago:/etc/mediatomb# apt-get install mediatomb Reading package lists... Done Building dependency tree Reading state information...

[Bug 162579] Re: Eats CPU after DBus connection lost

2009-10-19 Thread Darren Warner
I abandoned tracker long ago, but just re-installed to see what happens. Thanks -- Eats CPU after DBus connection lost https://bugs.launchpad.net/bugs/162579 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list u

[Bug 570908] Re: Unable to build for PPA when there are patches to vala source

2010-07-20 Thread Darren Warner
Upstream doesn't maintain the debian control files, so it did not include the Build-Depends fix I mentioned in comment #1. I've attached a patch to debian/control here against 10.04 (maverick valac source package doesn't appear to be available for some reason). ** Patch added: "03_add_valac_build_

[Bug 570908] Re: Unable to build for PPA when there are patches to vala source

2010-07-20 Thread Darren Warner
Same patch as above, except it applies cleanly to Maverick Alpha 1 ** Patch added: "03_add_valac_build_depends.patch" http://launchpadlibrarian.net/52242684/03_add_valac_build_depends.patch -- Unable to build for PPA when there are patches to vala source https://bugs.launchpad.net/bugs/570908