[Bug 211252] Re: Cannot recieve files using bluetooth

2008-05-22 Thread Jyrki Muukkonen
The CVS change mentioned in comment #51 seems to fix the problem for me. Sending files from Nokia E65 to Ubuntu Hardy works now (on amd64, no chance to test it on i386 right now). http://bluez.cvs.sourceforge.net/bluez/utils/sdpd/request.c?r1=1.22&r2=1.23&view=patch Patch is included in bluez-uti

[Bug 88617] Re: incremental backup does not work

2007-05-29 Thread Jyrki Muukkonen
There's something really evil going on with duplicity and python2.5. Unfortunately the duplicity codebase seems to be a bit messy, and it was easier to just fix the build scripts :) Here's a fix debian/{rules,control} and friends which forces a build against python2.4. It also uses "$(PYTHON)" ins

[Bug 109250] Re: /etc/init.d/apache2 doesn't do "chown www-data /var/lock/apache2" after directory creation

2007-05-20 Thread Jyrki Muukkonen
** Bug watch added: Debian Bug tracker #420101 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420101 ** Also affects: apache2 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420101 Importance: Unknown Status: Unknown -- /etc/init.d/apache2 doesn't do "chown www-da

[Bug 109250] /etc/init.d/apache2 doesn't do "chown www-data /var/lock/apache2" after directory creation

2007-04-23 Thread Jyrki Muukkonen
Public bug reported: Binary package hint: apache2.2-common It looks like /etc/init.d/apache2 has a one-liner to fix missing /var/lock/apache2 directory. This is useful for example when /var/lock is on tmpfs. However, the init script doesn't change the ownership of newly created /var/lock/apache2

[Bug 68267] Re: x11-common loop asking 'Please enter an integer between -20 and 19.' at debconf medium or higher

2007-03-14 Thread Jyrki Muukkonen
My earlier patch (in this thread), replaces the contents of validate_nice_value() function with a single line: test "$1" -ge -20 -a "$1" -le 19 2> /dev/null The patch I submitted was against the broken version (7.2.0ubuntu4 with "$? -ne 1"), but the same idea works with the not-so-broken one. BT

[Bug 68267] Re: x11-common have an important debconf bug

2007-03-07 Thread Jyrki Muukkonen
Something like this (install at least build-essential and fakeroot packages first): apt-get source x11-common cd xorg-7.2 patch -p1 -i /path/to/thefix.diff (or edit the debian/x11-common.config.in by hand) dpkg-buildpackage -rfakeroot -uc -us -b - install the .deb with dpkg -i x11-common-XYZ.de

[Bug 68267] Re: x11-common have an important debconf bug

2007-03-07 Thread Jyrki Muukkonen
Oh my.. I just replaced that validate_nice_value() function with a one- liner using /usr/bin/test. Works for me on Feisty (server install, but eg. java and gd requires x11-common). The attached patch can also be found at https://no.spoon.fi/~jvtm/patches/ubuntu/ubuntu-feisty-x11-common .config-va

[Bug 68267] Re: x11-common have an important debconf bug

2007-03-07 Thread Jyrki Muukkonen
How about just using /usr/bin/test and get rid of the expr. AFAIK, it should whine if the input is not numeric, eg: [EMAIL PROTECTED]:~$ i=4; test "$i" -ge -20 -a "$i" -lt 10 2> /dev/null; echo $? 0 [EMAIL PROTECTED]:~$ i=abc; test "$i" -ge -20 -a "$i" -lt 10 2> /dev/null; echo $? 2 [EMAIL PROTEC

[Bug 75681] Re: boot-time race condition initializing md

2007-03-02 Thread Jyrki Muukkonen
Can confirm this with a fresh installation from daily/20070301/feisty- server-amd64.iso. Setup: - only one disk - md0 raid1 mounted as / (/dev/sda1 + other mirror missing, the installation ui actually permits this) - md1 raid1 unused (/dev/sda3 + other mirror missing) On the first boot I got to

[Bug 76438] skin-default.html missing from ldaptor-webui

2006-12-19 Thread Jyrki Muukkonen
Public bug reported: ldaptor-webui seems to be unusable, since it's missing /usr/lib/python */site-packages/ldaptor/apps/webui/skin-default.html file. Here's the traceback from ldaptor-webui, triggered by the first http request: 2006/12/19 16:33 EET [HTTPChannel,0,127.0.0.1] Unhandled error in D

[Bug 71746] Re: patch for compression type priority (gz, bz2, possibly others)

2006-11-15 Thread Jyrki Muukkonen
** Also affects: apt (Debian) Importance: Undecided Status: Unconfirmed -- patch for compression type priority (gz, bz2, possibly others) https://launchpad.net/bugs/71746 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 71746] patch for compression type priority (gz, bz2, possibly others)

2006-11-14 Thread Jyrki Muukkonen
Public bug reported: The current apt version defaults to {Packages,Sources,Whatever}.bz2 and fallbacks to .gz. The .bz2 files are around 20% smaller than .gz files, but uncompression takes about five times longer. That's something you don't want on slow machines with fast network connections. Thi

[Bug 71746] Re: patch for compression type priority (gz, bz2, possibly others)

2006-11-14 Thread Jyrki Muukkonen
the patch as attachment ** Attachment added: "patch to add compression type priority" http://librarian.launchpad.net/5067467/apt-compression-priority-0.6.46.3_001.patch -- patch for compression type priority (gz, bz2, possibly others) https://launchpad.net/bugs/71746 -- ubuntu-bugs mailing