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
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 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
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
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
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
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
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
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
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
** 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
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
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
13 matches
Mail list logo