[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_depends.patch
   http://launchpadlibrarian.net/52237381/03_add_valac_build_depends.patch

-- 
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 Ubuntu.

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


[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
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 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
thing applies to gcc, except that either I haven't been able to trace
the chain of dependencies in the gcc package, or it 'just works' because
gcc is always there. I also looked at mono-gmcs, which appears to
include a pre-built mcs.exe for building itself - which is Ok for a
platform-independent tool but obviously no good for a self-hosting
compiler that builds native object files. So, my solution works and the
fact that it adds itself to Build-Depends is technically correct, even
if 'wrong' in another, bigger, sense. Any better solution would be
welcome.

This is not a wishlist bug - it is a functional problem with the
current, documented, Launchpad toolchain and otherwise correct source
package. Could you please change this?


** Bug watch added: GNOME Bug Tracker #620048
   https://bugzilla.gnome.org/show_bug.cgi?id=620048

-- 
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 Ubuntu.

-- 
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 avoid
rebuilds is very cumbersome to workaround (and requires a nasty hack in
debian/rules because the patch process updates timestamps anyway - I
found 'find . -name *.vala.stamp -exec touch {} \;' was needed).

I've resolved the problem by applying the attached patch
(02_fix_vapi_dirs), and adding valac (= 0.7.0) to Build-Depends. The
cyclical reference appears to be Ok with the build environment.

This patch was applied against vala-0.8.0-0ubuntu1 on Lucid.

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

-- 
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 Ubuntu.

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


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

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


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

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


[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[remoteip] =~ 127.0.0.1 {
alias.url += (
^doc/ = /usr/share/doc/,
^images/ = /usr/share/images/
)
$HTTP[url] =~ ^/doc/|^/images/ {
dir-listing.activate = enable
}
}

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

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


[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 another user compared with 
running programs as root (this just seems wrong)
- I don't think people running GNOME should need to be concerned about the 
details of X security (GNOME is not UNIX argument)
- gksu fails to run as documented with no discernible reason why (at the very 
least, a note with the above solution should be added to man 
pages/documentation)

I don't enter the other users password when running the program as that
user - gksu asks me for my own password (in the same way that it asks me
for my own password when running a program as root)

I'm aware of the fast user switcher, but gksu serves a different (and
often more convenient) purpose. One could argue the same for running
anything else as root.

-Darren

-- 
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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 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... Done
The following packages were automatically installed and are no longer required:
  libavutil-unstripped-49
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  mediatomb-common mediatomb-daemon
The following NEW packages will be installed:
  mediatomb mediatomb-common mediatomb-daemon
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/1,129kB of archives.
After this operation, 3,088kB of additional disk space will be used.
Do you want to continue [Y/n]? 
Selecting previously deselected package mediatomb-common.
(Reading database ... 161828 files and directories currently installed.)
Unpacking mediatomb-common (from 
.../mediatomb-common_0.12.0~svn2018-4ubuntu1_amd64.deb) ...
Selecting previously deselected package mediatomb-daemon.
Unpacking mediatomb-daemon (from 
.../mediatomb-daemon_0.12.0~svn2018-4ubuntu1_all.deb) ...
Selecting previously deselected package mediatomb.
Unpacking mediatomb (from .../mediatomb_0.12.0~svn2018-4ubuntu1_all.deb) ...
Processing triggers for man-db ...
Processing triggers for menu ...
Setting up mediatomb-common (0.12.0~svn2018-4ubuntu1) ...
Setting up mediatomb-daemon (0.12.0~svn2018-4ubuntu1) ...
 * Starting upnp media server mediatomb 
/usr/bin/mediatomb: error while loading shared libraries: libx264.so.65: cannot 
open shared object file: No such file or directory
 [fail]

Setting up mediatomb (0.12.0~svn2018-4ubuntu1) ...

Processing triggers for menu ...
r...@chicago:/etc/mediatomb# 

Symlinking to libx264.so.67 (which does exist) appears to fix the
problem.

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

-- 
Missing dependency libx264.so.65 on amd64 platform
https://bugs.launchpad.net/bugs/474948
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 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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 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/340020
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 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 name when using a regular MUA
(thunderbird) which cause the same problem.

I've attached a patch to address to allow '', '#', and ' ' (space). I'm
not really sure where a definitive list should/can come from but the
rule should probably be even less restrictive than this.

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

-- 
Logcheck rule for dovecot does not ignore valid Maildir mailboxes
https://bugs.launchpad.net/bugs/340020
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 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 pasted the
entire output to show what happens after the password has been cached):

warn...@washington:~$ gksu -u darrenw thunderbird
GNOME_SUDO_PASS
sudo: 1 incorrect password attempt

(thunderbird-bin:452): Gtk-WARNING **: cannot open display: :0.0
swarn...@washington:~$
 
warn...@washington:~$ 
warn...@washington:~$ 
warn...@washington:~$ gksu -u darrenw thunderbird
No protocol specified
(thunderbird-bin:477): Gtk-WARNING **: cannot open display: :0.0
warn...@washington:~$ 


** Changed in: gksu (Ubuntu)
   Status: Incomplete = New

-- 
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 indicate that the rule should be run at 80, not 25 (I'm 
certainly no udev expert though).

-- 
lomoco udev rule not working
https://bugs.launchpad.net/bugs/214226
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 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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
Server Team, which is subscribed to amavisd-new in ubuntu.

-- 
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 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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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-hardy.patch

-- 
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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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://launchpadlibrarian.net/13708481/amavisd-new-hardy.patch

-- 
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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

-- 
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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 beta. Running gksudo with -u resulted in the
following output after asking me for my password:

[EMAIL PROTECTED]:~$ gksu -u warnerd thunderbird

(thunderbird-bin:10508): Gtk-WARNING **: cannot open display: :0.0
[EMAIL PROTECTED]:~$

Then running gksudo came straight back to the command prompt (though it
looks like an application window popped up for an instant). Running gksu
again results in the same behaviour. Running gksu or gksudo without -u
works Ok.


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

-- 
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.0.51a-3ubuntu5_amd64.deb) ...
dpkg: error processing 
/var/cache/apt/archives/mysql-client-5.0_5.0.51a-3ubuntu5_amd64.deb (--unpack):
 trying to overwrite `/usr/bin/myisam_ftdump', which is also in package 
mysql-client-4.1
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Unpacking mysql-server-5.0 (from 
.../mysql-server-5.0_5.0.51a-3ubuntu5_amd64.deb) ...
Stopping MySQL database server: mysqld.
dpkg: error processing 
/var/cache/apt/archives/mysql-server-5.0_5.0.51a-3ubuntu5_amd64.deb (--unpack):
 trying to overwrite `/usr/bin/comp_err', which is also in package 
mysql-server-4.1
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/mysql-client-5.0_5.0.51a-3ubuntu5_amd64.deb
 /var/cache/apt/archives/mysql-server-5.0_5.0.51a-3ubuntu5_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Cannot upgrade to mysql-server-5.0
https://bugs.launchpad.net/bugs/208695
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 155947] Re: ldap config causes Ubuntu to hang at a reboot

2008-03-29 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 release :)

-- 
ldap config  causes Ubuntu to hang at a reboot
https://bugs.launchpad.net/bugs/155947
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 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.0.51a-3ubuntu5_amd64.deb) ...
dpkg: error processing 
/var/cache/apt/archives/mysql-client-5.0_5.0.51a-3ubuntu5_amd64.deb (--unpack):
 trying to overwrite `/usr/bin/myisam_ftdump', which is also in package 
mysql-client-4.1
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Unpacking mysql-server-5.0 (from 
.../mysql-server-5.0_5.0.51a-3ubuntu5_amd64.deb) ...
Stopping MySQL database server: mysqld.
dpkg: error processing 
/var/cache/apt/archives/mysql-server-5.0_5.0.51a-3ubuntu5_amd64.deb (--unpack):
 trying to overwrite `/usr/bin/comp_err', which is also in package 
mysql-server-4.1
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/mysql-client-5.0_5.0.51a-3ubuntu5_amd64.deb
 /var/cache/apt/archives/mysql-server-5.0_5.0.51a-3ubuntu5_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Cannot upgrade to mysql-server-5.0
https://bugs.launchpad.net/bugs/208695
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 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 vnc4.


** This bug has been marked a duplicate of bug 123631
   vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window

-- 
-listen hangs after accepting a connection
https://bugs.launchpad.net/bugs/172633
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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-2005 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.

Wed Nov 28 11:21:43 2007
 Config:  set listen(Bool) to 1
 main:Listening on port 5500


Wed Nov 28 11:21:47 2007
 CConn:   Accepted connection from 192.168.6.4::1343
 CConnection: reading protocol version
 CConnection: Server supports RFB protocol version 3.16
 CConnection: Using RFB protocol version 3.8
 CConnection: processing security types message

I can't seem to get any useful information from GDB about where it's
hanging as SIGINT is getting passed to vnc (there have been some reports
about this being a kernel 2.6 problem).

The problem has been reports by several people (see
http://ubuntuforums.org/showthread.php?t=299489page=6), but I haven't
seen it in launchpad yet.

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

-- 
-listen hangs after accepting a connection
https://bugs.launchpad.net/bugs/172633
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
SingleClick (I used v20.3, which is based on RC23 according to the
ultravnc web-site), which sends RFB 003.016 as a version string.

I'm looking at RFB for the first time also, so maybe someone can confirm
this?

-- 
-listen hangs after accepting a connection
https://bugs.launchpad.net/bugs/172633
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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_usleep () from /usr/lib/libglib-2.0.so.0
#3  0x0804e9ec in do_cleanup (sig_msg=0x8093249 DBus connection lost)
at trackerd.c:239
#4  0x0805039a in local_dbus_connection_monitoring_message_func (
connection=0x80f3058, message=0x80f3688, data=0x0) at trackerd.c:1890
#5  0xb7ea462b in ?? () from /usr/lib/libdbus-1.so.3
#6  0x080f3058 in ?? ()
#7  0x080f3688 in ?? ()
#8  0x in ?? ()

I don't know much about DBus, but it appears to be running:
$ ps -ef | grep dbus
darrenw   2460  1860  0 23:06 pts/100:00:00 grep dbus
103   7122 1  0 16:53 ?00:00:00 /usr/bin/dbus-daemon --system
root  7178  7177  0 16:53 ?00:00:00 dbus-daemon --session 
--print-address --nofork
darrenw  16323 1  0 18:12 ?00:00:00 dbus-daemon --fork 
--print-address 29 --print-pid 31 --session
darrenw  16377 1  0 18:12 ?00:00:00 /usr/bin/dbus-daemon --fork 
--print-pid 11 --print-address 13 --session
darrenw  16378 1  0 18:12 ?00:00:00 dbus-launch --autolaunch 
bc8d5bc16e612742c86e050045ccf000 --binary-syntax --close-stderr

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

-- 
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 the bug contact for Ubuntu.

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


[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/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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 / content due to .trash_entry_cache value
https://bugs.launchpad.net/bugs/85608
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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 (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

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


[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 be done
every time the system boots. Executing '/etc/init.d/nscd restart' fails
regardless.

-- 
Fails to start (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

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