Bug#296824: sbcl: Stale fasls

2005-02-25 Thread Kevin Rosenberg
severity 296824 normal
retitle 296824 Please upload new version of sbcl to fix bug
tags 296824 + pending
thanks

Alan Shields wrote:
 The issue was that the fasls weren't recognized as incompatible. I put
 in the recompile-stale-fasls code and it thought everything was fine. I
 was given to believe this was because 0.8.19.29 was a prerelease
 version and thus the version number wasn't incremented for each change
 before release. I'm way out of my depth here, only trying to help as best I
 can.
 
 The fasls were from an asdf-install'd package, so I wouldn't expect
 those to be current, but I would expect them to be recognized as stale.
 Or is this the ass-end of an assumption?

Thanks for the additional information. Incompatible fasls from a
previous version of a lisp compile (stale fasls) are a problem with
all lisp compilers: allegro, lispworks, cmucl, clisp, and sbcl. As
time as gone on, lisp compilers have become better at recognizing
stale fasls and reporting them. But as this sbcl incident has shown,
sometimes incompatibilities are added but the fasl-version-number is
not incremented. So, while you assumption is rather reasonable these
days, it's not a very safe assumption.

Because your bug report was marked as grave (package is not usable),
I thought you were stating that the sbcl package itself did not work
rather than there were errors loading fasls created by previous
versions of sbcl.

I'm currently building a new version of sbcl to upload, so I've tag
the bug as pending.

-- 
Kevin Rosenberg
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#277298: Dell RTC problem is a 8208CA Hardware Bug?

2005-02-25 Thread Horms
This seems relevant.

http://www.mail-archive.com/gnhlug-discuss@mail.gnhlug.org/msg08579.html

It makes reference to an eratum from Intel which docouments
that the 8208CA may return eroneous values in some under
some circumstances.

-- 
Horms


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#295890: please remove old kernel-source packages

2005-02-25 Thread Horms
On Fri, Feb 25, 2005 at 07:46:16AM +0100, Sven Luther wrote:
 On Fri, Feb 25, 2005 at 12:17:23PM +0900, Horms wrote:
  Hi,
  
  I would also like to have kernel-image-sparc-2.2, and
  kernel-source-2.6.9 and its associated image and patch packages
  removed. 2.6.9 is dead and 2.6.10 has replaced it. If you have
  an architecture for which 2.6.10 is broken, now is your chance to
  speak up. Below is a list of packages that I nominate for removal.
  Ack, means that person spoke to me on IRC and agreed the package should be
  removed.
 
 Also, this would be the perfect time to NEW-process the powerpc 2.6.10 kernel.

Yes, I mentioned  this to AJ as well. 
Could you please log which kernels you have pending in new
against this bug so he can see it when I prod him next?

-- 
Horms


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#248622: old DB version bug: need to fix the upgrade procedure

2005-02-25 Thread Tomas Pospisek
Package: exim
Version: 3.36-13
Followup-For: Bug #248622

While upgrading a woody (exim 3.35-1woody4) box to (exim 3.36-13) I've
run into the same problem the other reporters have encountered namely:

Subject: Cron [EMAIL PROTECTED] if [ -x /usr/sbin/exim_tidydb ];
 then /usr/sbin/exim_tidydb /var/spool/exim retry /dev/null;
 fi

 failed to open DB file /var/spool/exim/db/retry: File
 exists

I've fixed it following Ariel's advice from the same bugreport:

# /etc/init.d/exim stop
# cd /var/spool/exim/db/
# db3_upgrade retry
# db3_upgrade reject
# db3_upgrade wait-remote_smtp
# rm *.lockfile
# /etc/init.d/exim start

After that /usr/sbin/exim_tidydb ran just fine:

# /usr/sbin/exim_tidydb /var/spool/exim retry

I suggest to check for an upgrade from a woody exim in postinst and if
that's the case to update the DBs to the new format - unless you want to
know how many people still run woody and will upgrade as soon as Debian
makes the new release of course ;-)

Thanks for maintaining exim, it's been a smooth ride so far!!!
*t

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.18-1-586tsc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages exim depends on:
ii  cron3.0pl1-86management of regular background p
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libdb3  3.2.9-22 Berkeley v3 Database Libraries [ru
ii  libident0.22-2.2 simple RFC1413 client library - ru
ii  libldap22.1.30-3 OpenLDAP libraries
ii  libpam0g0.76-22  Pluggable Authentication Modules l
ii  libpcre34.5-1.1  Perl 5 Compatible Regular Expressi

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#294930: inkscape: Extensions could not be loaded

2005-02-25 Thread Andreas Neudecker
Hello Wolfram,

thank you very much for helping with this.

 In the debian package, I changed the german translation an will submit
 the patch upstream. I will also submit your above suggestions as an RFE.

That is very good, too.


Kind regards to Middle Earth


Andreas






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#295890: please remove old kernel-source packages

2005-02-25 Thread Sven Luther
On Fri, Feb 25, 2005 at 04:48:26PM +0900, Horms wrote:
 On Fri, Feb 25, 2005 at 07:46:16AM +0100, Sven Luther wrote:
  On Fri, Feb 25, 2005 at 12:17:23PM +0900, Horms wrote:
   Hi,
   
   I would also like to have kernel-image-sparc-2.2, and
   kernel-source-2.6.9 and its associated image and patch packages
   removed. 2.6.9 is dead and 2.6.10 has replaced it. If you have
   an architecture for which 2.6.10 is broken, now is your chance to
   speak up. Below is a list of packages that I nominate for removal.
   Ack, means that person spoke to me on IRC and agreed the package should be
   removed.
  
  Also, this would be the perfect time to NEW-process the powerpc 2.6.10 
  kernel.
 
 Yes, I mentioned  this to AJ as well. 

Yep, but not mentioned here.

 Could you please log which kernels you have pending in new
 against this bug so he can see it when I prod him next?

kernel-patch-powerpc-2.6.10, versions 2.6.10-1, 2.6.10-2, and 2.6.10-3.

The other issue will be my new kernel-patch-powerpc-2.4.27 upload, which will
obsolet the -apus kernels, and will thus need NEW processing, and the
kernel-image-latest packages which is now in NEW for almost two month, and i
got indirect info that i need to make a new upload of it or something.

Friendly,

Sven Luther



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296857: lkcd save command wont save dump

2005-02-25 Thread Kotrappa

(B
(B
(BPackage:lkcdutils Version: 
(B6.1.0
(BHi,
(B
(BI used magic sysrq key to producecrash 
(Bon the system, I could see dump saving into swap partition.
(Bbut could not recover dump by lkcd save 
(Bcommand.
(BPlease help!.
(B
(B
(B# /sbin/lkcd savelcrash 0.10.2 (xlcrash) 
(Bbuild at Feb 26 2005 00:09:04Lcrash is free software. It is covered by the 
(BGNU General Public License.You are welcome to change it and/or distribute 
(Bcopies of it under certainconditions. Type "help -C" to see the conditions. 
(BAbsolutely no warrantyis given for Lcrash. Type "help -W" for warranty 
(Bdetails.
(B
(BError: could not save crash dump: lcrash 
(Breturned with 1. Maybe there was no dump?Reconfiguring LKCD
(B
(BDump configuration
(B# cat /proc/sys/dump/*2ide1(22,3)0x80008
(BDUMP_ACTIVE="1"
(BDUMPDEV="/dev/vmdump"
(BDUMP_ON_SWAP="1"
(BDUMPDIR="/var/log/dump"
(BDUMP_FLAGS="0x8000"
(B
(B
(BI am using 
(B# cat /proc/version Linux version 
(B2.4.26-sudf-n-lkcd (gcc version 2.95.4 20011002 (Debian prerelease)) #6 
(BFri Feb 25 21:03:04 JST 2005Kernel patch 2.4.26.
(B
(B
(B-regards
(BKotrappa
(B
(B  - Original Message - 
(B  From: 
(B  Kotrappa 
(B  To: [EMAIL PROTECTED] 
(B  Sent: Friday, February 25, 2005 
(B  4:17 PM
(B  Subject: lkcd save command wont 
(B  save dump
(B  
(B  

Bug#171774: should I do an NMU?

2005-02-25 Thread Tomas Pospisek
Package: exim
Version: 3.36-13
Followup-For: Bug #171774

Since the patch for the security vulnerability has been out since
November 2004 - should I do an NMU with this bugfix only?
*t

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.18-1-586tsc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages exim depends on:
ii  cron3.0pl1-86management of regular background p
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libdb3  3.2.9-22 Berkeley v3 Database Libraries [ru
ii  libident0.22-2.2 simple RFC1413 client library - ru
ii  libldap22.1.30-3 OpenLDAP libraries
ii  libpam0g0.76-22  Pluggable Authentication Modules l
ii  libpcre34.5-1.1  Perl 5 Compatible Regular Expressi

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#295890: please remove old kernel-source packages

2005-02-25 Thread Frederik Schueler
Hi,

On Fri, Feb 25, 2005 at 12:17:23PM +0900, Horms wrote:
 I would also like to have kernel-image-sparc-2.2, and
 kernel-source-2.6.9 and its associated image and patch packages
 removed. 2.6.9 is dead and 2.6.10 has replaced it.

Most kernel-image-2.6.10 packages (ppc, s390, hppa, alpha, amd64) are
stuck in NEW since the beginning of the year, I personally would not
call this a replacement.


 If you have
 an architecture for which 2.6.10 is broken, now is your chance to
 speak up.

with kernel-source-2.6.10 version 2.6.10-5 amd64 SMP systems got broken.
I am still investigating, it currently looks like
083-x86_64_switch_mm_context_race.dpatch and
084-smp_nmi_watchdog_race.dpatch introduced the breakage. 


 Source: kernel-image-2.6.9-amd64
 Maintainer: Kernel Team
 Uploader: Frederik Schueler [EMAIL PROTECTED]
 Ack: none

Yes, it can be dropped. 

As long als the NEW queue gets finally processed and all 2.6.10 packages
are added to the distribution.


Kind regards
Frederik Schueler

-- 
ENOSIG


signature.asc
Description: Digital signature


Bug#295166: Partitioner bug

2005-02-25 Thread Sven Luther
On Tue, Feb 22, 2005 at 11:23:52PM +0100, Kero-Chan wrote:
 On Wed, 16 Feb 2005 14:35:57 +0100, Sven Luther [EMAIL PROTECTED] wrote:
  The stuff you are speaking which is not working, is it using lvm or not.
  
  Someone else should preferably step in here, as x86 bios and boot-loader 
  stuff
  rather bores me.
  
  Friendly,
  
  Sven Luther
 
 :(
 Well. I know I'm saying it for the second time, but:
 This is not x86 BIOS/Boot-loader stuff. Slackware 10.1 works on the
 same box (with LILO and GRUB too).
 This is Debian specific.
 And I said this too, but I say again it's not only LVM that doesn't work. :/
 Well, Some Debian people listen please, because Sarge cannot be
 released with this bug :(
 Why is there a BTS if bug reporters are not believed User error, Bad
 hardware, ...?

Well, it clearly works on my powerpc pegasos/chrp box, so it is either a grub
problem, a broken MBR partition table problem, or a problem with your bios.

What tool does slackware use to partition the disk ? What kernel are you using
? And so on.

I would really appreciate if someone knowledgeable on broken x86
bios/partitiontable/grub/whatever took over here. Or alternatively, you could
get access to working (hear non-x86 :) hardware :)

Friendly,

Sven Luther



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#295890: please remove old kernel-source packages

2005-02-25 Thread Sven Luther
On Fri, Feb 25, 2005 at 09:06:51AM +0100, Frederik Schueler wrote:
 Hi,
 
 On Fri, Feb 25, 2005 at 12:17:23PM +0900, Horms wrote:
  I would also like to have kernel-image-sparc-2.2, and
  kernel-source-2.6.9 and its associated image and patch packages
  removed. 2.6.9 is dead and 2.6.10 has replaced it.
 
 Most kernel-image-2.6.10 packages (ppc, s390, hppa, alpha, amd64) are
 stuck in NEW since the beginning of the year, I personally would not
 call this a replacement.

Well, you have to consider that the same guy going to remove the 2.6.9 kernels
also has the power to do the NEW processing for the missing kernels.

Friendly,

Sven Luther



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296207: xserver-xfree86: [Withdrawing] xanalogtv causes hard lock-ups

2005-02-25 Thread Edward Miller
Package: xserver-xfree86
Version: 4.3.0.dfsg.1-10
Followup-For: Bug #296207

Further investigation has revealed that this problem can be solved by
reducing my CPU and memory speed. I am running nforce2 with a Mobile
Athlon XP. I had this at 10x193. So I backed it right down and, after
much testing with the trusty xanalogtv, have slowly pushed it up again
to 10x180, which has so far proven stable.

Note that I am aware of the history of nforce2 problems and have been
running 2.4.27 with a soon-to-be-released backport of the acpi timer
override fix from 2.6. I have also been testing kernels without this
fix and, in general, have tested under a large variety of different
conditions (noapic, nolapic, acpi=off, nmi_watchdog=2, C1 disconnect
enabled/disabled).

In summary, I suspect that this problem has not been caused by
xserver-xfree86 and that, by contrast, running xanalogtv is an excellent
stability test for nforce2 systems. By the way, extensive memtest runs
had shown no problem at 10x193.

-Package-specific info:
Contents of /var/lib/xfree86/X.roster:
xserver-xfree86

/etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum.

X server symlink status:
lrwxrwxrwx  1 root root 20 Mar 21  2003 /etc/X11/X - /usr/bin/X11/XFree86
-rwxr-xr-x  1 root root 1745740 Dec 15 19:19 /usr/bin/X11/XFree86

Contents of /var/lib/xfree86/XF86Config-4.roster:
xserver-xfree86

VGA-compatible devices on PCI bus:
:02:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP (rev 
04)

/etc/X11/XF86Config-4 does not match checksum in 
/var/lib/xfree86/XF86Config-4.md5sum.

XFree86 X server configuration file status:
-rw-r--r--  1 root root 5733 Feb 24 22:48 /etc/X11/XF86Config-4

Contents of /etc/X11/XF86Config-4:

# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type man XF86Config-4 at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4  /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86
Section Files
FontPathunix/:7100# local font server
# if the local font server has problems, we can fall back on these
#   FontPath/usr/lib/X11/fonts/cyrillic
FontPath/usr/lib/X11/fonts/Type1
FontPath/usr/lib/X11/fonts/Speedo
FontPath/usr/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/lib/X11/fonts/misc
FontPath/usr/lib/X11/fonts/CID
FontPath/usr/lib/X11/fonts/100dpi
FontPath/usr/lib/X11/fonts/75dpi
ModulePath  /usr/X11R6/lib/modules/
ModulePath  /usr/local/X11/matrox/
EndSection

Section ServerFlags
Option  DefaultServerLayout   Single_Monitor_FB
Option  AllowDeactivateGrabs  True
Option  AllowCloseDownGrabs   True
EndSection  

Section Module
LoadGLcore
Loadbitmap
Loaddbe
Loadddc
#   Loaddri   # incompatible with 
matroxfb in xfree  4
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadrecord
Loadspeedo
Loadtype1
Loadvbe
Loadv4l   # This is for X to 
handle overlay, which you don't want with the mgavideo drivers
EndSection
Section InputDevice
Identifier  Generic Keyboard
Driver  keyboard
Option  CoreKeyboard
Option  XkbRules  xfree86
Option  XkbModel  pc105
Option  XkbLayout gb
EndSection
Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/psaux
Option  Protocol  PS/2
Option  Emulate3Buttons   true
#   Option  ZAxisMapping  4 5
EndSection

Section InputDevice
Identifier  Generic Mouse
Driver  mouse
Option  SendCoreEventstrue
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection

Section Device
Identifier  G400_SFB
Driver

Bug#263614: mc: Workaround and suggestion

2005-02-25 Thread Andreas Neudecker
Package: mc
Version: 1:4.6.0-4.6.1-pre1-3
Followup-For: Bug #263614


Hi.


Wojciech Kozicki has pointed out a workaround:
in ~/.mc create a file 'bashrc' and add a simple prompt along the line

PS1='[EMAIL PROTECTED]:\w\$ '

If, like me, you define your fancy prompt in a system-wide area, as in 
/etc/bash.bashrc, you should probably ad a /etc/skel/.mc directory and copy
the new ~/.mc/bashrc there, too. And inform your existing users and provide
them with info how to fix it for themselves.


OK, I think this also shows that mc has a bug here: While it does alter the
prompt defined by the user (it does not use the colours I am giving) it does
not parse the 2nd part of the prompt in the correct way: in my prompt

PS1='\[\033[1;[EMAIL PROTECTED]:\[\033[0m\]\w\$ \[\033]0;[EMAIL 
PROTECTED]:\w\007\]' ;;

The part after the sequence '\[\033]0;' is aimed at the xterm that should
interpret this and use it as a windows title. X Terminals usually know this 
(xterm, multi-gnome-terminal, gnome-terminal) and act accordingly. Your shell,
on the other hand, will disregard this part and simply omit it. mc doesn't know 
and displays that part -- wich it shouldn't do.

I think, a bug report to upstream is in order.


Kind regards


Andreas


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (400, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-386
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages mc depends on:
ii  e2fslibs1.35-6   The EXT2 filesystem libraries
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libcomerr2  1.35-6   The Common Error Description libra
ii  libglib2.0-02.6.1-3  The GLib library of C routines
ii  libgpmg11.19.6-19General Purpose Mouse - shared lib

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296858: radio fails to find radio device

2005-02-25 Thread robinud
Package: radio
Version: 3.94-1
Severity: normal

*** Please type your report below this line ***

$ radio
open /dev/radio: No such file or directory

Workaround :
$ radio -c /dev/radio0

Info:
$ ls -l /dev/radi*
crw-rw  1 root video 81, 64 2005-02-24 16:29 /dev/radio0


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages radio depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand

-- no debconf information



Varno. Enostavno. Vredno. Internet dodatne storitve.
http://www.voljatel.si/storitve/




Bug#296778: wrong permissions of dsl-provider

2005-02-25 Thread Eduard Bloch
#include hallo.h
* martin f krafft [Thu, Feb 24 2005, 06:05:46PM]:
 also sprach Eduard Bloch [EMAIL PROTECTED] [2005.02.24.1754 +0100]:
  Sorry, I guess I see your problem now. Fix coming soon.
 
 See the patch. It works; or move the chmod/chgrp to the end after
 all the processing.

Wait a moment, this still does not make sense. I set

umask 177

there so how do files created on your system get braindead permissions?

Eduard.
-- 
Wer wirklich noch einen 4.x-Browser benutzt, dem kann leider nicht mehr
geholfen werden. Die haben soviele Sicherheitsloecher, da koennten wir per
www.linuxtag.org, Exploit und etwas Scriptmagic einen neuen Browser von
Remote installieren.
  // Michael Kleinhenz, lt2k-ml


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296597: exim4-config: Please add -o (output file) option to update-exim4.conf.template

2005-02-25 Thread Marc Haber
tags #296597 confirmed
thanks

On Wed, Feb 23, 2005 at 09:17:59AM -0500, Marc Sherman wrote:
 A -o option would be useful on update-exim4.conf.template, to generate a
 sample one big config from the installed conf.d files when
 dc_use_split_config='false'.

Nice idea. Do you have a patch? Otherwise, the relevant could should
be rippable from ue4.conf easily.

 I know, given my recent posts on exim-users, this might seem like a
 strange request -- I actually like the conf.d system for advanced users
 who know what they're doing, I just think it's the wrong default for
 debian's default MTA.

Well, all people suggesting moving away from the conf.d system have up
to now failed to suggest a possible alternative that will be policy
compliant.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296859: linda: typo in documentation.py: doc-base check is never called

2005-02-25 Thread Robert Luberda
Package: linda
Version: 0.3.10
Severity: normal
Tags: patch

Hi,

There's a typo in documentation.py, which prevents linda to check
doc-base files. There's a quick patch:


--- /tmp/documentation.py   2005-02-24 22:50:04.713416000 +0100
+++ documentation.py2005-02-24 23:28:57.457785560 +0100
@@ -30,7 +30,7 @@
 elif re.search(r'/usr/(share/|X11R6/)?man/', path_split[0]):
 if ext_split[1] not in ('.html', '.txt'):
 self.files['man'][file] = [path_split, ext_split]
-elif path_split[1].endswith('doc-base'):
+elif path_split[0].endswith('doc-base'):
 self.files['doc'].append(file)
 dprint(_(Populated: Bin: %s; Man: %s) % (self.files['bin'], \
 self.files['man']), 2)

Best Regards,

robert

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (101, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages linda depends on:
ii  binutils  2.15-5 The GNU assembler, linker and bina
ii  dash  0.5.2-1The Debian Almquist Shell
ii  file  4.12-1 Determines file type using magic
ii  man-db2.4.2-21   The on-line manual pager
ii  python2.3.5-1An interactive high-level object-o

-- no debconf information


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (101, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages linda depends on:
ii  binutils  2.15-5 The GNU assembler, linker and bina
ii  dash  0.5.2-1The Debian Almquist Shell
ii  file  4.12-1 Determines file type using magic
ii  man-db2.4.2-21   The on-line manual pager
ii  python2.3.5-1An interactive high-level object-o

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296860: linda: Misleading 'No manual page for binary' error on binaries with '.pl' suffix extension

2005-02-25 Thread Robert Luberda
Package: linda
Version: 0.3.10
Severity: normal


On the afterstep package linda reports:

E: afterstep; No manual page for binary ascommand.
E: afterstep; No manual page for binary installastheme.
E: afterstep; No manual page for binary makeastheme.

But linda is wrong, there are no such binaries in the afterstep package:

[30]/home/robert dpkg -L afterstep | egrep 
'(ascommand|installastheme|makeastheme)'
/usr/bin/ascommand.pl
/usr/bin/installastheme.pl
/usr/bin/makeastheme.pl
/usr/share/man/man1/ascommand.pl.1x.gz
/usr/share/man/man1/makeastheme.pl.1x.gz
/usr/share/man/man1/installastheme.pl.1x.gz

As you can see all the binaries have `.pl' suffix and each of them do have 
a man page.

Best Regards,

robert

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (101, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages linda depends on:
ii  binutils  2.15-5 The GNU assembler, linker and bina
ii  dash  0.5.2-1The Debian Almquist Shell
ii  file  4.12-1 Determines file type using magic
ii  man-db2.4.2-21   The on-line manual pager
ii  python2.3.5-1An interactive high-level object-o

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#140336: Unreproducible

2005-02-25 Thread Florian Weimer
I cannot reproduce this bug.  Are you sure it's still present?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296695: CD net-install won't work on Dell Inspiron 5000

2005-02-25 Thread martin f krafft
also sprach Martin Stiaszny [EMAIL PROTECTED] [2005.02.24.2335 +0100]:
 Come again?  I was never even asked that question by the
 installer.  Do you mean the bootable flag for the partition?
 I tried with that both set and unset, and it hung in the same
 place.

Okay, sorry. I am myself totally unacquainted with normal mode, so
maybe someone else can take this on?

 Just tried expert install; I see can you can choose GRUB or Lilo,
 except I never made it that far - for some reason, the expert
 install cannot start the PCMCIA card services, which is odd,
 because the automated install does so just fine.

Can you provide more detail?

 So I tried this instead.  Except when I kill it, it simply
 restarts and proceeds to try to install GRUB all over again.

That's odd. I guess there is another process which starts grub.
I don't have a machine handy on which I can try the installation, so
I have to work from memory. I am also in a train right now, so
I hope someone else answers in the mean time.

 So who I be responding to?  [EMAIL PROTECTED],
 [EMAIL PROTECTED], you, or all of the above?

Just [EMAIL PROTECTED] is fine.

-- 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!


signature.asc
Description: Digital signature


Bug#252332: [dlakelan@street-artists.org: Re: Processed: Re: Bug#252332 reassigned]

2005-02-25 Thread Simon Huggins
Oops, this should have been in the bug.

- Forwarded message from Daniel Lakeland [EMAIL PROTECTED] -

From: Daniel Lakeland [EMAIL PROTECTED]
Subject: Re: Processed: Re: Bug#252332 reassigned
Date: Thu, 24 Feb 2005 23:07:00 -0800
To: Simon Huggins [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]

On Tue, Feb 22, 2005 at 09:03:46PM +, Simon Huggins wrote:
 reassign xfce4-mcs-manager
 thanks

 Hi,

 On Tue, Feb 22, 2005 at 12:48:06PM -0800, Debian Bug Tracking System wrote:
   I don't know why this was assigned to xfce instead of xfce4, it was
   switched by the nautilus maintainer. The original behavior was xfce4
   behavior. I don't know whether this is still a problem, since I've
   been using the workaround.

 Can you do me a favour and test it with latest xfce4 then please?

Still doesn't work with xfce4-mcs-manager version 4.0.6-1 and nautilus
2.8.2-2 from testing/unstable.

the behavior is that if I start xfce4-mcs-manager I get generic icons
in nautilus. If I start gnome-settings-daemon instead, it works fine.

from my .xsession:

#/usr/bin/xfce-mcs-manager
/usr/lib/control-center/gnome-settings-daemon
sleep 5
/usr/bin/xfwm4 --daemon
... further stuff

if I switch the # to the second line it gives the generic icons, if
I leave it as is, it works.

-- 
Daniel Lakeland
[EMAIL PROTECTED]
http://www.street-artists.org/~dlakelan

- End forwarded message -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296861: mailto: URL's don't work as no command line options work

2005-02-25 Thread Jeff Carr
Package: mozilla-thunderbird
Version: 1.0-3
Severity: normal

I can't seem to get Firefox to be able to send mailto: URL's
directly into thunderbird. I've tried various syntatical tricks
to try to launch thunderbird from the command line:

mozilla-thunderbird -mail url   (fails if it's already open)
mozilla-thunderbird -remote command should be the right approach.

The man page still has ancient reference to
http://www.mozilla.org/unix/remote.html

Which has some tips, but none of them seem to work.
mozilla-thunderbird-xremote doesn't work either. Nor
mozilla-thunderbird -remote mailto(%s) because gnome/firefox
does not substitute %s with the actual subject. I suppose
you could point the finger of blame to firefox, but I had
to guess this all this could, at the very least, be a
documentation bug. 

Great work on the recent integration of the enigmail. Using
Debian (sid) is like having continuous birthday's where
people send you fun software to play with all year.

Enjoy,
Jeff Carr
[EMAIL PROTECTED]


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages mozilla-thunderbird depends on:
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-7   GCC support library
ii  libglib2.0-0 2.4.8-1 The GLib library of C routines
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libpango1.0-01.6.0-3 Layout and rendering of internatio
ii  libstdc++5   1:3.3.5-6   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  libxp6   4.3.0.dfsg.1-10 X Window System printing extension
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- debconf information:
  mozilla-thunderbird/browser: Debian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#257062: Please include the new intel driver

2005-02-25 Thread David Martínez Moreno
El Viernes, 25 de Febrero de 2005 01:34, Jason Lunz escribió:
 I have one of these new Dells at home running sarge/sid with an i910
 (915? 9xx anyway) chipset, and I use a Dell at work with i865. I also
 have access at work to another type of dell workstation with a third
 type of intel chipset, iirc. So I can test 2, maybe 3 chipsets, and am
 willing to help develop as well.

 I have a middling amount of debian packaging experience and plenty of
 build maintenance experience, so I think I can take this on. I'll get
 started by reading HACKING.txt and getting things building this weekend
 most likely.

 What's the word on this licensing issue? I'm uncertain from reading all
 the emails in this bug which codebases might or might not be tainted.

It should not be a problem since it is in freedesktop.org. The license 
(taken from intel_pixel.c) is:

/**
 * 
 * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
 * All Rights Reserved.
 * 
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the
 * Software), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sub license, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 * 
 * The above copyright notice and this permission notice (including the
 * next paragraph) shall be included in all copies or substantial portions
 * of the Software.
 * 
 * THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
 * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 * 
 **/

I do not see any problem.

What Pedro asked for is to merge this driver with the current XFree86 
Debian tree, ans test if it is possible to ship it.

Thank you for helping,


Ender.
-- 
Servicios de red - Network services
RedIRIS - Spanish Academic Network for Research and Development
Red.es - Madrid (Spain)
Tlf (+34) 91.212.76.25


pgpdjYLXR3pci.pgp
Description: PGP signature


Bug#257188: Cannot startx because no usable configuration for SiS card

2005-02-25 Thread David Martnez Moreno
El Sábado, 10 de Julio de 2004 12:47, Branden Robinson escribió:
 On Thu, Jul 01, 2004 at 12:30:34PM -0700, Yankee Robotics, LLC wrote:
  Package: XFree86
  Version: 4.1.0.1
 
  I cannot 'startx', which fails with a 'no screens found' error.  I ran 'X
  -configure', but I am getting an 'appropriate data has not been added to
  xf86PciInfo.h' error.  I have included the 'startx', 'X -configure' and
  'scanpci -v' output.
 [...]

 You need to upgrade to a newer version of XFree86.

 As people on Slashdot never hesitate to point out, XFree86 4.1.0 is pretty
 long in the tooth by now.

 If you're not able to upgrade to XFree86 4.3.0 (in Debian testing sarge
 and Debian unstable sid), could you try to reproduce this problem using
 one of the unofficial woody-backport packages of XFree86 4.3.0?

   http://lists.debian.org/debian-x/2004/05/msg00224.html

 While not official, those backports are prepared my a member of the Debian
 XFree86 package maintenance team and are *extremely* close to the official
 packages.

 If you do this, please let us know so that we can close the bug as fixed by
 a more recent version of the package.

Hello, Daniel. Branden wrote you half a year ago about this subject, 
could you please let us know if you tried another solution?

Thank you very much in advance,


Ender.
-- 
Servicios de red - Network services
RedIRIS - Spanish Academic Network for Research and Development
Red.es - Madrid (Spain)
Tlf (+34) 91.212.76.25


pgphoLjEUxLEo.pgp
Description: PGP signature


Bug#140336: Unreproducible

2005-02-25 Thread Michael Piefel
Am Freitag, den 25.02.2005, 10:30 +0100 schrieb Florian Weimer:
 I ran cook -help under strace, and it just invokes man cook.  I
 fail to see how this could be a problem.

So do I. Anyway, try (as my report suggested):

$ MANPATH=: cook -help

and compare that with

$ MANPATH=: man cook


-- 
|=| Michael Piefel
|=| Member of the Debian project


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#85601: xf86cfg runs well, now.

2005-02-25 Thread David Martnez Moreno
Hello, Oskar. I can launch xf86cfg just now. Several modules shout 
about SIGs, but the binary works well.

Could you please test again and let us know if we can close this bug 
report?

Thanks in advance,


Ender.
-- 
Servicios de red - Network services
RedIRIS - Spanish Academic Network for Research and Development
Red.es - Madrid (Spain)
Tlf (+34) 91.212.76.25


pgprZrcQgTXFS.pgp
Description: PGP signature


Bug#248622: old DB version bug: need to fix the upgrade procedure

2005-02-25 Thread Tomas Pospisek
On Fri, 25 Feb 2005, Mark Baker wrote:
On Fri, Feb 25, 2005 at 08:56:54AM +0100, Tomas Pospisek wrote:
# db3_upgrade retry
# db3_upgrade reject
# db3_upgrade wait-remote_smtp
There's not much point. They can just be deleted.
Good. So instead I ask you to please remove those files in the postinst 
script when doing an upgrade from woody.

Would make the upgrade _really_ slick ;-)
Thanks,
*t
--

  Tomas Pospisek
  http://sourcepole.com -  Linux  Open Source Solutions

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#248622: old DB version bug: need to fix the upgrade procedure

2005-02-25 Thread Mark Baker
On Fri, Feb 25, 2005 at 08:56:54AM +0100, Tomas Pospisek wrote:

   # db3_upgrade retry
   # db3_upgrade reject
   # db3_upgrade wait-remote_smtp

There's not much point. They can just be deleted.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296863: libgnomedb: FTBFS: Errors processing docs

2005-02-25 Thread Daniel Schepler
Package: libgnomedb
Severity: serious
Version: 1.0.4-8

From my build log, using pbuilder in an i386 chroot:

...
*** Building HTML ***
test -d ./html || mkdir ./html
cd ./html  gtkdoc-mkhtml libgnomedb ../libgnomedb-docs.sgml
/usr/bin/jade:../sgml/gnome-db-config.sgml:68:69:E: character : is not 
allowed in the value of attribute LINKEND
/usr/bin/jade:../sgml/gnome-db-config.sgml:69:63:E: character : is not 
allowed in the value of attribute LINKEND
...
/usr/bin/jade:../sgml/gnome-db-stock.sgml:149:39:E: character : is not 
allowed in the value of attribute ID
/usr/bin/jade:../sgml/gnome-db-stock.sgml:156:52:E: character : is not 
allowed in the value of attribute ID
make[3]: *** [html-build.stamp] Error 1
make[3]: Leaving directory 
`/tmp/buildd/libgnomedb-1.0.4/build-tree/libgnomedb-1.0.4/doc/C'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/tmp/buildd/libgnomedb-1.0.4/build-tree/libgnomedb-1.0.4/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/tmp/buildd/libgnomedb-1.0.4/build-tree/libgnomedb-1.0.4'
make: *** [debian/stampdir/build-stamp] Error 2

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.9-9-amd64-k8
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)

-- 
Daniel Schepler  Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet.
 -- Orson Scott Card


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296864: exim4-base: wrong binary name in manpage

2005-02-25 Thread Frank Kster
Package: exim4-base
Version: 4.34-10
Severity: normal


, exim(8)
| NAME
|exim - a Mail Transfer Agent
|
| SYNOPSIS
|exim [options] arguments ...
|mailq [options] arguments ...
`

However, there is no exim binary in the exim4 daemon packages, only an
exim4 binary. So the manpage should be fixed.

TIA, Frank


-- Package-specific info:
Exim version 4.34 #1 built 05-Jan-2005 11:06:10
Copyright (c) University of Cambridge 2004
Berkeley DB: Sleepycat Software: Berkeley DB 3.2.9: (May 26, 2004)
Support for: iconv() IPv6 GnuTLS
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dsearch nis 
nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Configuration file is /var/lib/exim4/config.autogenerated
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'

dc_eximconfig_configtype='smarthost'
dc_other_hostnames=''
dc_local_interfaces='127.0.0.1'
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost='smtp.unizh.ch'
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname='false'
mailname:alhambra.freiburg.kuesterei.ch

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages exim4-base depends on:
ii  adduser 3.59 Add and remove users and groups
ii  cron3.0pl1-86management of regular background p
ii  debconf [debconf-2.0]   1.4.30.11Debian configuration management sy
ii  exim4-config [exim4-config- 4.34-10  Debian configuration for exim4
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libdb3  3.2.9-22 Berkeley v3 Database Libraries [ru
ii  netbase 4.20 Basic TCP/IP networking system
ii  passwd  1:4.0.3-30.9 change and administer password and

-- debconf information:
  exim4/purge_spool: false
  exim4/move_exim3_spool: false


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#171774: should I do an NMU?

2005-02-25 Thread Mark Baker
On Fri, Feb 25, 2005 at 09:06:44AM +0100, Tomas Pospisek wrote:

 Since the patch for the security vulnerability has been out since
 November 2004 - should I do an NMU with this bugfix only?

Please don't.

I'd forgotten about that one. I was planning to do a new release soon,
I'll include this.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#209012: Current Network Update

2005-02-25 Thread Security Services
An attachment named update4536.exe was removed from this document as it 
constituted a security hazard.  If you require this document, please contact 
the sender and arrange an alternate means of receiving it.










Microsoft





All Products|
Support|
Search|

Microsoft.com Guide








Microsoft Home







Microsoft Consumer
this is the latest version of security update, the
"February 2005, Cumulative Patch" update which fixes
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now to protect your computer
from these vulnerabilities, the most serious of which could
allow an malicious user to run code on your computer.
This update includes the functionality of all previously released patches.






System requirements

Windows 95/98/Me/2000/NT/XP



This update applies to


MS Internet Explorer, version 4.01 and later
MS Outlook, version 8.00 and later
MS Outlook Express, version 4.01 and later





Recommendation
Customers should install the patch at the earliest opportunity.



How to install
Run attached file. Choose Yes on displayed dialog box.



How to use
You don't need to do anything after installing this item.





Microsoft Product Support Services and Knowledge Base articles
can be found on the Microsoft Technical Support web site. For security-related information about Microsoft products, please visit the 
Microsoft Security Advisor web site, or Contact Us.

Thank you for using Microsoft products.
Please do not reply to this message. It was sent from an unmonitored e-mail address and we are unable to respond to any replies.


The names of the actual companies and products mentioned herein are the trademarks of their respective owners.








Contact Us
|
Legal
|
TRUSTe








2005 Microsoft Corporation. All rights reserved.
Terms of Use
|

Privacy Statement|
Accessibility









Bug#293427: LLVM magic partly insufficient

2005-02-25 Thread Michael Piefel
This magic is very weak. Four simple ASCII characters at the beginning
of a file are always suspicious; these four letters even make sense.
This signature is not eligible for inclusion into file.

The compressed id strings are slightly better. As every LLVM bytecode
file is supposed to be compressed, they should be the only ones
occurring in the wild anyway.

-- 
|=| Michael Piefel
|=| Member of the Debian project


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#295890: please remove old kernel-source packages

2005-02-25 Thread Frederik Schueler
Hi,

On Fri, Feb 25, 2005 at 09:13:27AM +0100, Sven Luther wrote:
 Well, you have to consider that the same guy going to remove the 2.6.9 kernels
 also has the power to do the NEW processing for the missing kernels.

your point =)

Kind regards
Frederik Schueler

-- 
ENOSIG


signature.asc
Description: Digital signature


Bug#296865: [INTL:eu] Basque debconf templates translation for acpid

2005-02-25 Thread Piarres Beobide Egaa
Package: acpid
Version: 1.0.4-1
Severity: wishlist
Tags: l0n, patch


Atached Basque debconf templates translation for acpid.

Please commit when you can
thx

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i586)
Kernel: Linux 2.6.7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages acpid depends on:
ii  debconf   1.4.45 Debian configuration management sy

-- debconf information excluded
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid 
msgstr 
Project-Id-Version: acpid_1.0.4\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2004-02-22 16:10+0100\n
PO-Revision-Date: 2004-02-25 16:10+0100\n
Last-Translator: Piarres Beobide [EMAIL PROTECTED]n
Language-Team: Librezale.org [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Description
#: ../templates:4
msgid Which modules should acpid load at boot time?
msgstr Zein modulu kargatu behar ditu acpid-ek abiaraztean?

#. Type: string
#. Description
#: ../templates:4
msgid 
ACPID can load some ACPI related kernel modules on system startup. Either 
enter 'all' to load all modules from the acpi subdirectory, single module 
names as a space separated list or nothing.
msgstr ACPID-ek ACPI buruzko kernel moduluak sistema abiaraztean kargatzen 
ditu. Sartu 'all' acpi azpidirektorioko modulu guztiak kargatzeko, modulu 
izenak zuriune batez bereizirik edo ezerrez.

#. Type: note
#. Description
#: ../templates:11
msgid Kernel ACPI support
msgstr Kernelaren ACPI onarpena

#. Type: note
#. Description
#: ../templates:11
msgid 
Your current kernel does not have ACPI support enabled. In order to be able 
to use the Advanced Configuration and Power Interface support you need to 
recompile your kernel with ACPI support enabled.
msgstr Martxan dagoen kernelak ez du ACPI onarpena gaiturik. Aurreratutako 
Konfigurazio Indar interfazea (Advanced Configuration and Power Interface) 
erabiltzeko kernela ACPI onarpena gaituaz berkonpilatu behar da.



Bug#296866: debconf configuration frontend broken

2005-02-25 Thread Ulrich Eckhardt
Package: webcalendar
Version: 0.9.45-3

After initial install or dpkg-reconfigure, the 
configfile /etc/webcalendar/settings.php still contains lines like 

   db_login: DEBCONF::DB_LOGIN

while it should rather be

   db_login: webcal-db-user

Some other values in the configfile are correctly replaced with the values 
asked by debconf.

Ulrich Eckhardt




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#276964: phpbb2-conf-mysql: I reported same problem

2005-02-25 Thread Herbert Xu
On Thu, Feb 24, 2005 at 09:07:50PM +, Gerrit Pape wrote:
 
 A subshell forked in eval or a dot file within an or list does not
 return, causing the parent shell to block:

Good catch.  We need to check whether the EXEVAL is thrown by a subshell
and if so relay it to the top.

Please try these two patches instead.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED]
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
= jobs.c 1.61 vs edited =
--- 1.61/src/jobs.c 2004-08-07 13:48:42 +10:00
+++ edited/jobs.c   2005-02-25 11:48:15 +11:00
@@ -838,19 +838,19 @@
 STATIC inline void
 forkchild(struct job *jp, union node *n, int mode)
 {
-   int wasroot;
+   int oldlvl;
pid_t pgrp;
 
TRACE((Child shell %d\n, getpid()));
-   wasroot = rootshell;
-   rootshell = 0;
+   oldlvl = shlvl;
+   shlvl++;
 
closescript();
clear_traps();
 #if JOBS
/* do job control only in root shell */
jobctl = 0;
-   if (mode != FORK_NOJOB  jp-jobctl  wasroot) {
+   if (mode != FORK_NOJOB  jp-jobctl  !oldlvl) {
if (jp-nprocs == 0)
pgrp = getpid();
else
@@ -872,7 +872,7 @@
error(Can't open %s, _PATH_DEVNULL);
}
}
-   if (wasroot  iflag) {
+   if (!oldlvl  iflag) {
setsignal(SIGINT);
setsignal(SIGQUIT);
setsignal(SIGTERM);
= main.c 1.33 vs edited =
--- 1.33/src/main.c 2003-10-29 21:22:45 +11:00
+++ edited/main.c   2005-02-25 11:48:52 +11:00
@@ -85,7 +85,7 @@
 #define PROFILE 0
 
 int rootpid;
-int rootshell;
+int shlvl;
 #ifdef __GLIBC__
 int *dash_errno;
 #endif
@@ -174,7 +174,6 @@
trputs(Shell args:  );  trargs(argv);
 #endif
rootpid = getpid();
-   rootshell = 1;
init();
setstackmark(smark);
procargs(argc, argv);
= main.h 1.3 vs edited =
--- 1.3/src/main.h  2003-03-25 22:29:39 +11:00
+++ edited/main.h   2005-02-25 11:45:03 +11:00
@@ -42,8 +42,10 @@
 
 /* pid of main shell */
 extern int rootpid;
-/* true if we aren't a child of the main shell */
-extern int rootshell;
+/* shell level: 0 for the main shell, 1 for its children, and so on */
+extern int shlvl;
+#define rootshell (!shlvl)
+
 #ifdef __GLIBC__
 /* glibc sucks */
 extern int *dash_errno;
= error.h 1.25 vs edited =
--- 1.25/src/error.h2004-06-29 20:55:46 +10:00
+++ edited/error.h  2005-02-25 20:49:22 +11:00
@@ -75,6 +75,7 @@
 #define EXEXEC 3   /* command execution failed */
 #define EXEXIT 4   /* exit the shell */
 #define EXSIG 5/* trapped signal in wait(1) */
+#define EXEVAL 6   /* exit the shell due to set -e */
 
 
 /*
= eval.c 1.99 vs edited =
--- 1.99/src/eval.c 2004-03-07 21:46:03 +11:00
+++ edited/eval.c   2005-02-25 20:51:52 +11:00
@@ -73,6 +73,7 @@
 #include error.h
 #include show.h
 #include mystring.h
+#include main.h
 #ifndef SMALL
 #include myhistedit.h
 #endif
@@ -322,8 +323,10 @@
 out:
if (pendingsigs)
dotrap();
-   if (flags  EV_EXIT || checkexit  exitstatus)
+   if (flags  EV_EXIT)
exraise(EXEXIT);
+   if (checkexit  exitstatus)
+   exraise(EXEVAL);
 }
 
 
@@ -708,12 +711,14 @@
int spclbltin;
int execcmd;
int status;
+   int oldlvl;
char **nargv;
 
/* First expand the arguments. */
TRACE((evalcommand(0x%lx, %d) called\n, (long)cmd, flags));
setstackmark(smark);
back_exitstatus = 0;
+   oldlvl = shlvl;
 
cmdentry.cmdtype = CMDBUILTIN;
cmdentry.u.cmd = bltin;
@@ -880,7 +885,8 @@
status = j + 128;
exitstatus = status;
 
-   if (i == EXINT || spclbltin  0) {
+   if (i == EXINT || (i != EXEVAL  spclbltin  0) ||
+   oldlvl != shlvl) {
 raise:
longjmp(handler-loc, 1);
}
= main.c 1.34 vs edited =
--- 1.34/src/main.c 2005-02-25 20:49:12 +11:00
+++ edited/main.c   2005-02-25 21:06:56 +11:00
@@ -138,13 +138,17 @@
status = 2;
break;
 
+   case EXEXIT:
+   case EXEVAL:
+   state = 0;
+   /* fall through */
default:
status = exitstatus;
break;
}
exitstatus = status;
 
-   if (e == EXEXIT || state == 0 || iflag == 0 || ! rootshell)
+   if (state == 0 || iflag == 0 || shlvl)
exitshell();
 
if (e == EXINT


Bug#296829: inkscape: scaled line segments behave incorrectly

2005-02-25 Thread Wolfram Quester

Hi Ambrose,

thanks for your report.

On Thu, Feb 24, 2005 at 06:20:49PM -0500, Ambrose Li wrote:
 Scaled line segments behave differently depending on whether they are viewed
 on the screen or printed.
 
 Steps to reproduce:
 
 1. Draw a couple of line segments
 
 2. Select a line segment and scale it using the middle handle at either 
 endpoint
 
Expected: the line should shorten/lengthen, but the width should stay the 
 same
 
Observed: the line became narrower, as can be verified by viewing the 
 object properties
Hm, that might be expected behaviour. There is a button (4th from the
right in the second toolbar) hinting When scaling objects, scale the
stroke width by the same proportion. It is marked by default. Are you
sure you unmarked it? 
 
 3. Select the modified line segment and bring up object properties. Make sure 
 the width is the same as the other line segment.
 
Expected: both lines have identical width on the screen
 
Observed: as expected
 
 4. Generate a print file
 
 5. Use gv or another Postscript viewer to view the print file
 
Expected: both lines have identical width when printed
 
Observed: the line segments have different widths
I can not really reproduce this here. However, if you use Print as
bitmap it might be an artefact depending on your resolution. Another
explanation is, that you scaled the one line to, say 0.67. 0.67 is the
rounded figure that inkscape shows, but internally it calculated 0.6709.
If you set the width of the other line of 0.67, you have 0.67000. Perhaps
this is the difference you perceive, at least in a magnification?

I hope I could help you,

Wolfi


signature.asc
Description: Digital signature


Bug#296868: tomcat4: memory leak

2005-02-25 Thread Vladimir Stavrinov
Package: tomcat4
Version: 4.0.3-3woody3
Severity: normal


For a few years we where running our web application serving by
jserv-1.1.2 and IBMJava2-SDK-1.3 without any problems under significant
load. This application where written with servlet API 1.1 (jdk1.1). Now
when we migrate to jakarta tomcat we encountered memory leak with
tomcat-4.1.31 from debian. We tried Sun java VM j2sdk1.4.2_04 and
jdk1.5.0_01 with different garbage collection and memory heap
parameters: in all cases the end was the same. After few hours
application stopped with java.lang.OutOfMemoryError. With IBM jdk1.4
it die after half of hour.

I solve this problem in two ways: downgrade tomcat to 4.0.3-3woody3 or
upgrade to 5.5.7. With both versions there are no memory leak or any
other problems. The 4.0.3 is too old but 5.5.7 is out of debian
distribution. That is why I need 4.1.31 from debian, but it has memory
leak with servlets. We have another application running under
tomcat-4.1.31 and there are no memory leak, but this is JSP application
without servlets.

If You need some details about application design, give Your questions.
We suppose this memory leak related to http sessions handling. You can
see this process comparing graphs for different version of tomcat:

http://fog.inist.ru/tomcat-4.1.31.jpg
http://fog.inist.ru/tomcat-4.0.3.jpg
http://fog.inist.ru/tomcat-5.5.7.jpg

There no any differences in the system settings, application configuration
or java VM: only in tomcat version.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=ru_RU.koi8-r (charmap=KOI8-R)

Versions of packages tomcat4 depends on:
ii  adduser3.62  Add and remove users and groups
ii  java-virtual-machine-dummy 0.3   Dummy Java virtual machine
ii  libtomcat4-java4.0.3-3woody3 Java Servlet engine -- core librar
ii  logrotate  3.7-2 Log rotation utility

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296867: kdevelop3: Suggests non-existent htdig 3.2.0, doesn't work with 3.1.6

2005-02-25 Thread Ian Eure
Package: kdevelop3
Version: 4:3.1.2-3
Severity: normal

*** Please type your report below this line ***
kdevelop3 suggests htdig 3.2.0, which does not exist in the Debian
archive, nor in NEW.

kdevelop3 does not work with htdig 3.1.6, which is the only Debianized
version available. When I try to update the index, I get this error
dialog:

'Sorry - KDevelop ht://Dig Indexer
Running hrmerge failed'

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages kdevelop3 depends on:
ii  autoconf 2.59a-3 automatic configure script 
builder
ii  automake1.4 [automaken]  1:1.4-p6-9  A tool for generating GNU 
Standard
ii  kdebase-bin  4:3.3.2-1   KDE Base (binaries)
ii  kdelibs4 4:3.3.2-2   KDE core libraries
ii  kdevelop3-data   4:3.1.2-3   An IDE for Unix/X11 - data
ii  kdevelop3-plugins4:3.1.2-3   An IDE for Unix/X11 - development 
ii  libart-2.0-2 2.3.17-1Library of functions for 2D 
graphi
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries 
an
ii  libfam0c102  2.7.0-6 client library to control the FAM 
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libidn11 0.5.2-3 GNU libidn library, 
implementation
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  libpcre3 4.5-1.1 Perl 5 Compatible Regular 
Expressi
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.3-8   Qt GUI Library (Threaded runtime 
v
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session 
Management
ii  libstdc++5   1:3.3.5-8   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client 
li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous 
exte
ii  libxrender1  0.8.3-7 X Rendering Extension client 
libra
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) 
configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- debconf information:
  kdevelop3/use_global_index: false


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#250877: perl: [patch] pod2man: should escape minus in verbatim text

2005-02-25 Thread Achim Bohnet
Package: perl
Version: 5.8.4-6
Followup-For: Bug #250877

Hi,
just stumbled over this bug too.  I don't know nroff but I tried to
apply to Pod::Man the suggestion given in groff-base README.Debian file
(cc Colin Watson) in the hope that VB scopes the char directive.  Visual
inspection of manpages created with the patch confirm my hope. Minus in
verbatim are now minus and when a word is broken to next line a hyphen
is used.

Hope this patch is good enough,
Achim

$ diff -u /usr/share/perl/5.8.4/Pod/Man.pm Pod/Man.pm
--- /usr/share/perl/5.8.4/Pod/Man.pm2005-02-02 15:31:49.0 +0100
+++ Pod/Man.pm  2005-02-25 10:46:36.0 +0100
@@ -64,6 +64,8 @@
 .if n .sp
 ..
 .de Vb \ Begin verbatim text
+.  if '\*[.T]'utf8' \
+.char - \N'45'
 .ft @CFONT@
 .nf
 .ne \\$1

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages perl depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libdb4.24.2.52-18Berkeley v4.2 Database Libraries [
ii  libgdbm31.8.3-2  GNU dbm database routines (runtime
ii  perl-base   5.8.4-6  The Pathologically Eclectic Rubbis
ii  perl-modules5.8.4-6  Core Perl modules

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296396: 'man ash' line #753: 'the shell treats... and use...'

2005-02-25 Thread Herbert Xu
 On Tue, Feb 22, 2005 at 03:43:45AM -0500, A Costa wrote:
  % man ash | grep -A 1 -n each character of the IFS 
  753: The shell treats each character of the IFS as a delimiter 
  and use the
  754- delimiters to split the results of parameter expansion and 
  command sub-
  
  The singular verb 'treats' disagrees with the plural verb 'use'.  The 
  subject shell is
  singular; 'use' should be 'uses'.
 
  1032c1032
   as a delimiter and use the delimiters to split the results of parameter
  ---
   as a delimiter and uses the delimiters to split the results of parameter

Patch applied.  Thanks.
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED]
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296869: nvidia-modules-i386: changelog entry but no changes

2005-02-25 Thread Marc Glisse
Package: nvidia-modules-i386
Severity: normal


The changelog reads:
nvidia-modules-i386 (1.0.6629+3) unstable; urgency=high
  * build against 2.4.27-2 (2.4.27-8) for Omnic :)

But that is the only place where 2.4.27-2 is mentioned, everywhere else
in the package is still 2.4.27-1.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing'), (70, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-686
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#282693: console-data resets setting to NONE when package upgrades

2005-02-25 Thread Jochen Pawletta
Package: console-data
Version: 2002.12.04dbs-49
Followup-For: Bug #282693

Same here, but German layout (de-latin1) ...


Jochen

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages console-data depends on:
ii  console-common0.7.49 Basic infrastructure for text cons
ii  debconf   1.4.30.11  Debian configuration management sy

-- debconf information:
* console-data/keymap/qwertz/german/standard/keymap: latin1
  console-data/keymap/qwerty/swedish/variant: Standard
  console-data/keymap/qwertz/serbian/standard/keymap: Standard
  console-data/keymap/qwertz/serbian/variant: Standard
  console-data/keymap/azerty/layout: French
  console-data/keymap/qwerty/finnish/variant: Standard
  console-data/keymap/qwerty/portugese/standard/keymap: Standard
  console-data/keymap/qwerty/estonian/variant: Standard
  console-data/keymap/qwerty/slovak/variant: Standard
  console-data/keymap/qwerty/canadian/french/keymap: Standard
  console-data/keymap/qwerty/hungarian/variant: Standard
  console-data/keymap/qwerty/macedonian/variant: Standard
* console-data/keymap/qwertz/german/variant: Standard
  console-data/keymap/azerty/belgian/apple_usb/keymap: Standard
  console-data/keymap/qwertz/slovene/standard/keymap: Standard
  console-data/keymap/azerty/french/with_euro__latin_9_/keymap:
  console-data/keymap/qwertz/slovak/variant: Standard
  console-data/keymap/qwerty/spanish/apple_usb/keymap: Standard
  console-data/keymap/powerpcadb:
* shared/keymap/layout: qwertz
  console-data/keymap/qwertz/czech/standard/keymap: Standard
  console-data/keymap/fggiod/turkish/variant: Standard
  console-data/keymap/qwerty/romanian/variant: Standard
  console-data/keymap/qwerty/bulgarian/variant: Standard
  console-data/keymap/ignored:
  console-data/keymap/azerty/belgian/wang/keymap: Standard
  console-data/keymap/qwerty/finnish/standard/keymap: Standard
  console-data/keymap/qwerty/bulgarian/cp_1251_coding/keymap:
  console-data/keymap/qwerty/lithuanian/variant: Standard
  console-data/keymap/fggiod/layout: Turkish
  console-data/keymap/qwerty/us_american/standard/keymap: Standard
  console-data/keymap/qwertz/hungarian/variant: Standard
  console-data/keymap/qwerty/czech/variant: Standard
  console-data/keymap/qwerty/hungarian/standard/keymap: Standard
  console-data/keymap/qwerty/ukrainian/standard/keymap: unicode
  console-data/keymap/qwerty/polish/standard/keymap: Diacritics with AltGr and 
Alt
  console-data/keymap/qwerty/canadian/variant: English
  console-data/keymap/dvorak/unknown/apple_usb/keymap: Standard
  console-data/keymap/qwerty/spanish/variant: Standard
  console-data/keymap/full:
  console-data/keymap/qwerty/brazilian/variant: Standard
  console-data/keymap/qwerty/danish/standard/keymap: Standard
  console-data/keymap/qwerty/byelorussian/standard/keymap:
* console-data/keymap/qwertz/layout: German
  console-data/keymap/qwerty/dutch/variant: Standard
  console-data/keymap/qwerty/japanese/variant: Standard
  console-data/keymap/qwerty/portugese/variant: Standard
  console-data/keymap/qwerty/russian/variant: Standard
  console-data/keymap/qwerty/serbian/standard/keymap:
  console-data/keymap/qwerty/dutch/standard/keymap: Standard
  console-data/keymap/qwerty/japanese/pc_110/keymap: Standard
* shared/keymap/country: Germany
  console-data/keymap/azerty/french/with_euro__latin_15_/keymap: Standard
  console-data/keymap/template/keymap:
  console-data/keymap/azerty/belgian/variant: Standard
  shared/console/fonts/charset: iso01
* console-data/keymap/policy: Select keymap from arch list
  console-data/bootmap-md5sum: fbfcec8b77e87b9e930197cbfae8c11d
  console-data/keymap/qwerty/greek/standard/keymap: Standard
  console-data/keymap/qwerty/slovak/standard/keymap: Standard
  console-data/keymap/qwerty/swedish/standard/keymap: Standard
  console-data/keymap/azerty/french/pc_keyboard__non-us_102_keys_/keymap:
  console-data/keymap/qwertz/swiss/german/keymap: Standard
  console-data/keymap/qwertz/german/apple_usb/keymap: latin1 - no dead keys
  console-data/keymap/qwerty/estonian/standard/keymap: Standard
  console-data/keymap/template/layout:
  console-data/keymap/azerty/french/without_euro__latin_1_/keymap: Standard
  console-data/keymap/qwerty/layout: US american
  shared/console/sfm_fallbacks:
  console-data/keymap/qwerty/lithuanian/standard/keymap: unicode
  console-data/keymap/azerty/french/variant: Without Euro (latin 1)
  console-data/keymap/qwertz/czech/variant: Standard
  console-data/keymap/fggiod/turkish/standard/keymap: trf
  console-data/keymap/qwerty/russian/standard/keymap: KOI8-R (Yawerty Layout)
  console-data/keymap/qwerty/swedish/apple_usb/keymap: Standard
* console-data/keymap/family: qwertz
  console-data/keymap/qwerty/brazilian/br-latin1/keymap:
  console-data/keymap/qwertz/swiss/french/keymap: Standard
  

Bug#295329: Occasionally fails to update Packages list

2005-02-25 Thread Chris Halls
On Tuesday 15 Feb 2005 05:03, Matthew Hawkins wrote:
 For a long time apt-proxy appears to have been getting quite confused
 over what constitutes an up-to-date Packages file.  For example, right
 now for me the local apt-proxy cache shows this (for sid/main):

 -rw---  1 aptproxy nogroup 3401444 Feb 14 07:06 Packages.gz

 The upstream mirror its connected to shows this:

 -rw-r--r--   1 mirror   mirror  3401217 Feb 14 20:10 Packages.gz

 and by HTTP instead of FTP:
 Packages.gz 15-Feb-2005 06:10   3.2M  GZIP compressed file

 (the time difference between FTP  HTTP being the GMT offset of my TZ)

Hmm, I don't remember seeing any difference in the time handling for http and 
ftp, so you could well be right.  And, both the original author and myself 
life in Europe so the timezone difference is not that big and if there was a 
problem we probably wouldn't have noticed it.

 What else can I do to help diagnose this problem?

Could you try turning debug on and having a closer look at the logfiles 
generated? [1]  You'll see information about the times of the files and the 
decisions ap makes there.

There are several places I can think of where something might be going wrong:

1. the interpretation of the if-modified-since: header sent by your client
2. comparing the if-modified-since time with the time of the file in the cache
3. sending an if-modified-since header to the backend http server.

It would be a big help if you could narrow it down, thanks
Chris

[1] add to apt-proxy.conf:
debug = all:9 db:7


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296864: exim4-base: wrong binary name in manpage

2005-02-25 Thread Marc Haber
tags #296864 confirmed pending
severity #296864 minor
thanks

On Fri, Feb 25, 2005 at 10:59:13AM +0100, Frank Küster wrote:
 From: Frank Küster [EMAIL PROTECTED]
 , exim(8)
 | NAME
 |exim - a Mail Transfer Agent
 |
 | SYNOPSIS
 |exim [options] arguments ...
 |mailq [options] arguments ...
 `
 
 However, there is no exim binary in the exim4 daemon packages, only an
 exim4 binary. So the manpage should be fixed.

Done. The manpage is already linked to exim4.8, so that was not _that_
hard.

Committed to svn, will be in the next upload.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#250877: perl: [patch] pod2man: should escape minus in verbatim text

2005-02-25 Thread Colin Watson
On Fri, Feb 25, 2005 at 11:20:22AM +0100, Achim Bohnet wrote:
 Package: perl
 Version: 5.8.4-6
 Followup-For: Bug #250877
 
 Hi,
 just stumbled over this bug too.  I don't know nroff but I tried to
 apply to Pod::Man the suggestion given in groff-base README.Debian file
 (cc Colin Watson) in the hope that VB scopes the char directive.  Visual
 inspection of manpages created with the patch confirm my hope. Minus in
 verbatim are now minus and when a word is broken to next line a hyphen
 is used.

I think - in the source text will still have the wrong hyphenation
semantics even with this patch. It would be better to make pod2man spit
out \- explicitly, if possible.

Cheers,

-- 
Colin Watson   [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296870: cfengine2: can not handle files greater then 2GB

2005-02-25 Thread Bas van der Vlies
Package: cfengine2
Version: 2.1.11-1
Severity: important


In our environment we tidy up directories after the completion of an
job. This fails because we have files  greater then 2GB. We get these
error message:
can't stat 8gr8_add.prededisp 
   (/scratch/bws-data/200404792/8gr8/124/125/8gr8_add.prededisp)

This can be solved by recompiling cfengine with LARGE_FILE_SUPPORT:
-D_FILE_OFFSET_BITS=64

Can this be fixed?

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1-dell9
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages cfengine2 depends on:
ii  debconf 1.4.30.11Debian configuration management sy
ii  debianutils 2.8.4Miscellaneous utilities specific t
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libdb4.24.2.52-18Berkeley v4.2 Database Libraries [
ii  libssl0.9.7 0.9.7e-2 SSL shared libraries
ii  perl5.8.4-6  Larry Wall's Practical Extraction 

-- debconf information:
  cfengine2/run_cfservd: true
  cfengine2/run_cfexecd: true
  cfengine2/run_cfenvd: true


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296778: wrong permissions of dsl-provider

2005-02-25 Thread martin f krafft
also sprach Eduard Bloch [EMAIL PROTECTED] [2005.02.25.0948 +0100]:
 Wait a moment, this still does not make sense. I set
 
 umask 177
 
 there so how do files created on your system get braindead
 permissions?

That's the point. 177 will ensure 600 permissions: (777 - 177
= 600). What we want are 0640 permissions though. 600 is fine for
the temporary file, but not for the final $OPTSFILE. There, we want
a 1750 umask.

Anyway, I see no real reason why you have to go via a temporary file
when sed in sarge can do in-place replacements. These do not require
new inodes and the problem becomes moot.

-- 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!


signature.asc
Description: Digital signature


Bug#277940: acknowledged by developer (Re: Bug#277940: Dupe of #273625?)

2005-02-25 Thread Eulogio Serradilla
On Thu, 24 Feb 2005 14:18:11 -0800
[EMAIL PROTECTED] (Debian Bug Tracking System) wrote:
 
 On Tue, 2005-02-22 at 10:12 +0100, Oskar Berggren wrote:
  Isn't this a dupe of #273625, which was recently fixed?
 
 Yes, thanks! Now closing this bug.
 
 If there are any problems, feel free to reopen or report back.
 

dia-0.94.0-5 works very well, no more problems with font sizes.

Thank you,

Eulogio Serradilla


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296874: teatime: Personalized waiting strings and extension for cooking.

2005-02-25 Thread Sven Luther
Package: teatime
Version: 2.4-2
Severity: normal


Hello, well, i have a problem in that i usually burn food while coding
and such, and i thought teatime would help me for that.

But there doesn't seem to be support for adding customized entries that
correspond to what we want to be waiting for, and maybe icons that could
be dependent on those events.

Would be cool if this could be added to teatime, so i could add entries
for pasta, potatoes, and so on :)

Friendly,

Sven Luther

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.10-powerpc
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages teatime depends on:
ii  gconf2   2.8.1-4 GNOME configuration database syste
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libbonobo2-0 2.8.1-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.1-1 The Bonobo UI library
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libglib2.0-0 2.6.2-1 The GLib library of C routines
ii  libgnome2-0  2.8.0-6 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeui-0 2.8.0-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.3-11The GNOME virtual file-system libr
ii  libgstreamer-gconf0.8-0  0.8.7-3 GConf support for GStreamer
ii  libgstreamer0.8-00.8.9-1 Core GStreamer libraries, plugins,
ii  libgtk2.0-0  2.6.2-3 The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-12 Inter-Client Exchange library
ii  liborbit21:2.10.5-0.1libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0   2.8.2-2 library for GNOME 2 panel applets
ii  libpango1.0-01.8.0-3 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-12 X Window System Session Management
ii  libxml2  2.6.16-3GNOME XML library
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296871: RFA: swi-prolog -- Prolog interpreter

2005-02-25 Thread Michael Piefel
Package: wnpp
Severity: normal

I request an adopter for the swi-prolog package. All I need is a Prolog
interpreter, and SWI-Prolog offers a complete language with many
packages. Too much for my needs.

The normal build process makes it a little tricky to build for Debian.
The new build process of the development branch is better. It is still
difficult to extract the packages. Perhaps it is much easier to just
build one package from it. I will do that soon, but it is not really
satisfactory. If someone with a keener interest in Prolog comes along,
the package is his.

The package description is:
 ISO/Edinburgh-style Prolog compiler.  Compliant with Part 1 of the ISO standard
 for Prolog.  Covers all traditional Edinburgh Prolog features and shares many
 features with Quintus and SICStus Prolog, including a compatible module system.
 Very fast compiler, garbage collection (also on atoms), fast and powerful C/C++
 interface, autoloading, GNU-readline interface.
 .
 SWI-Prolog has been designed and implemented such that it can easily be
 modified for experiments with logic programming and the relation
 between logic programming and other programming paradigms (such as the
 object oriented XPCE environment).  SWI-Prolog has a rich set of
 built-in predicates and reasonable performance, which makes it possible
 to develop substantial applications in it.  The current version offers
 a module system, garbage collection and an interface to the C language.
 .
 Home page: http://www.swi-prolog.org

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296873: ITP: jackbeat -- a drummachine-like audio sequencer with JACK support

2005-02-25 Thread Guillaume Pellerin
Package: wnpp
Severity: wishlist
Owner: Guillaume Pellerin [EMAIL PROTECTED]

* Package name: jackbeat
  Version : 0.3.3
  Upstream Author : Olivier Guilyardi olivier [a.t] xung [d.o.t] org
* URL : http://www.xung.org/jackbeat/
* License : GPL
  Description : a drummachine-like audio sequencer with JACK support

  Jackbeat is an audio sequencer with the following features :

  * drummachine-like interface for fast and easy edition
  * realtime operation : while playing, the pattern can be edited 
and resized, the bpm rate modified, and new samples loaded
  * virtually unlimited number of tracks and beats
  * easy to use and yet powerful : just JACK it into jack-rack and 
you can apply LADSPA effect plugins on a per track basis, 
perform mastering with jackeq, jamin, etc...
  * loads and saves .jab files, Jackbeat's file format, based on XML 
and packed with tar.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.5piem
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296872: Wrong Links to qmail copyright within packages.debian.org

2005-02-25 Thread Christian Mack
Package: www.debian.org
Severity: normal
Hi
I just found in page:
http://packages.debian.org/stable/source/qmail
this wrong Link:
http://packages.debian.org/changelogs/pool/non-free/q/qmail/qmail_1.03-24/qmail.copyright
which should be:
http://packages.debian.org/changelogs/pool/non-free/q/qmail/qmail_1.03-24/qmail-src.copyright
Also I found in
http://packages.debian.org/testing/source/qmail
and in
http://packages.debian.org/unstable/source/qmail
this wrong Link:
http://packages.debian.org/changelogs/pool/non-free/q/qmail/qmail_1.03-36/qmail.copyright
which should be:
http://packages.debian.org/changelogs/pool/non-free/q/qmail/qmail_1.03-36/qmail-src.copyright
I assume this occures, because the source package qmail produces the binary
package qmail-src.
On the binary pages all Links to the various copyright files are correct.
(sorry no diff's as I'm currently on a Windows machine :-(
Bye
Christian
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#276964: phpbb2-conf-mysql: I reported same problem

2005-02-25 Thread Herbert Xu
On Fri, Feb 25, 2005 at 09:09:11PM +1100, herbert wrote:
 
 Good catch.  We need to check whether the EXEVAL is thrown by a subshell
 and if so relay it to the top.
 
 Please try these two patches instead.

We need one more patch.  EXEVAL should not modify the exit status.
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED]
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
= eval.c 1.100 vs edited =
--- 1.100/src/eval.c2005-02-25 21:15:30 +11:00
+++ edited/eval.c   2005-02-25 22:02:56 +11:00
@@ -874,6 +874,12 @@
i = exception;
if (i == EXEXIT)
goto raise;
+   if (i == EXEVAL) {
+   if (oldlvl == shlvl)
+   goto trap;
+   else
+   goto raise;
+   }
 
status = 2;
j = 0;
@@ -885,11 +891,11 @@
status = j + 128;
exitstatus = status;
 
-   if (i == EXINT || (i != EXEVAL  spclbltin  0) ||
-   oldlvl != shlvl) {
+   if (i == EXINT || spclbltin  0) {
 raise:
longjmp(handler-loc, 1);
}
+trap:
FORCEINTON;
}
break;


Bug#296876: xvfb-run: does not properly look for xauth

2005-02-25 Thread Wouter Verhelst
Package: xvfb
Version: 4.3.0.dfsg.1-10
Severity: normal

I have a cron job that needs an X server to be present, so wanted to use
xvfb-run to make this work. However, there's an issue; my cron output
looks like this:

xvfb-run: error: xauth command not found

even though xbase-clients is installed. This seems to be because
xvfb-run looks for xauth using 'which', while xauth is installed in
/usr/bin/X11/xauth; using which will thus work if that directory is in
$PATH, but that is not usually the case when something is being called
from cron.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages xvfb depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libfreetype62.1.7-2.3FreeType 2 font engine, shared lib
ii  zlib1g  1:1.2.2-3compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296875: apt-proxy: init script cosmetics and speedup

2005-02-25 Thread Herbert Thielen
Package: apt-proxy
Version: 1.9.26
Severity: minor
Tags: patch

Currently, the /etc/init.d/apt-proxy stop may do some output without
closing bracket:
root:/etc/init.d# ./apt-proxy restart
Stopping apt-proxy [wait 2.
Starting apt-proxy.

Additionally, the script *always* sleeps for one second, which adds to
the shutdown delay.

Here is some additional patch to avoid this. If apt-proxy is fast (or
the machine slow?), no sleep is necessary. If waiting is necessary,
output starts with [wait 1 (and not [wait 2) and correctly closes
the bracket. Additionally, in case the daemon wouldn't respond at all
(never seen), output finishes with aborted].


===
RCS file: /etc/init.d/RCS/apt-proxy,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 /etc/init.d/apt-proxy
--- /etc/init.d/apt-proxy   2005-02-23 00:59:27+01  1.1.1.1
+++ /etc/init.d/apt-proxy   2005-02-25 12:18:23+01
@@ -48,21 +48,26 @@
 
 stop)
echo -n Stopping apt-proxy
+   start-stop-daemon --stop --quiet --pidfile $pidfile
+   #
+   # Continue stopping until daemon finished or time over
+   #
count=0
pid=$(cat $pidfile 2/dev/null)
while alive $pid; do
-   start-stop-daemon --stop --quiet --pidfile $pidfile
-   count=$(expr $count + 1)
if [ $count -gt 20 ]; then
+   echo -n  aborted
break;
-   elif [ $count = 2 ]; then
+   elif [ $count = 1 ]; then
echo -n  [wait $count
-   elif [ $count -gt 2 ]; then
+   elif [ $count -gt 1 ]; then
echo -n  $count
fi
+   count=$(expr $count + 1)
sleep 1
+   start-stop-daemon --stop --quiet --pidfile $pidfile
done
-   if [ $count -gt 2 ]; then
+   if [ $count -gt 1 ]; then
echo -n ]
fi
echo .
===

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages apt-proxy depends on:
ii  bzip2 1.0.2-1A high-quality block-sorting file 
ii  debconf   1.4.30.11  Debian configuration management sy
ii  logrotate 3.7-2  Log rotation utility
ii  python2.3.4-5An interactive high-level object-o
ii  python-apt0.5.10 Python interface to libapt-pkg
ii  python-bsddb3 3.3.0-6Python interface to libdb3
ii  python-twisted1.3.0-8Event-based framework for internet
ii  python2.3 2.3.5-1An interactive high-level object-o

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#250877: perl: [patch] pod2man: should escape minus in verbatim text

2005-02-25 Thread Achim Bohnet
On Friday 25 February 2005 11:54, Colin Watson wrote:
 On Fri, Feb 25, 2005 at 11:20:22AM +0100, Achim Bohnet wrote:
  Package: perl
  Version: 5.8.4-6
  Followup-For: Bug #250877
  
  Hi,
  just stumbled over this bug too.  I don't know nroff but I tried to
  apply to Pod::Man the suggestion given in groff-base README.Debian file
  (cc Colin Watson) in the hope that VB scopes the char directive.  Visual
  inspection of manpages created with the patch confirm my hope. Minus in
  verbatim are now minus and when a word is broken to next line a hyphen
  is used.
 
 I think - in the source text will still have the wrong hyphenation
 semantics even with this patch. It would be better to make pod2man spit
 out \- explicitly, if possible.

Right, even simpler.  Diff context set to 10 for easier inspection:

--- /usr/share/perl/5.8.4/Pod/Man.pm2005-02-02 15:31:49.0 +0100
+++ Pod/Man.pm  2005-02-25 12:07:14.0 +0100
@@ -510,20 +510,21 @@
 # wrap in .Vb/.Ve.
 sub verbatim {
 my $self = shift;
 return if $$self{EXCLUDE};
 local $_ = shift;
 return if /^\s+$/;
 s/\s+$/\n/;
 my $lines = tr/\n/\n/;
 1 while s/^(.*?)(\t+)/$1 . ' ' x (length ($2) * 8 - length ($1) % 8)/me;
 s/\\/\\e/g;
+s/-/\\-/g;
 s/^(\s*\S)/'\' . $1/gme;
 $self-makespace;
 $self-output (.Vb $lines\n$_.Ve\n);
 $$self{NEEDSPACE} = 1;
 }

 # Called for a regular text block.  Gets the paragraph, the line number, and a
 # Pod::Paragraph object.  Perform interpolation and output the results.
 sub textblock {
 my $self = shift;

Achim

 Cheers,
 
 -- 
 Colin Watson   [EMAIL PROTECTED]
 
 

-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
  -- [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296877: netpanzer: menu hints are not longtitle.

2005-02-25 Thread Bill Allombert
Package: netpanzer
Version: 0.8-1
Severity: normal

Hello Bartosz,

/usr/lib/menu/netpanzer read:

?package(netpanzer):needs=X11 section=Games/Strategy\
 title=netPanzer command=/usr/games/netpanzer\
 icon=/usr/share/pixmaps/netpanzer.xpm\
 hints=Online multiplayer tactical warfare game

Online multiplayer tactical warfare game is suitable for a longtitle
field, but not for a hints field.

The hints field is a comma separated list of hints. See
http://people.debian.org/~ballombe/menu/hints_alpha
http://people.debian.org/~ballombe/menu/hints_freq
for example of hints that are in use.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296880: poedit: menu hints are not longtitle

2005-02-25 Thread Bill Allombert
Package: poedit
Version: 1.3.2-1
Severity: normal

Hello Christian,

/usr/lib/menu/poedit read:
   ?package(poedit):\
   needs=X11\
   section=Apps/Editors\
   title=poEdit\
   hints=Cross-platform gettext catalog editor\
   command=/usr/bin/poeditor\
   icon=/usr/share/pixmaps/poedit.xpm

Cross-platform gettext catalog editor is a longtitle not a hint.

hints must be a comma separated list of hints that will be used to add
extra subsections when the menu is crowded. They are only usefull if
several packages provides the same hints.

Please see here 
http://people.debian.org/~ballombe/menu/hints_alpha
http://people.debian.org/~ballombe/menu/hints_freq
a list of hints currently in use.

Cheers,
- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296879: centericq: MSN don't change status

2005-02-25 Thread Sythos
Package: centericq
Version: 4.20.0-2
Severity: minor

MSN don't change status via general-change status-msn-whatever and
remain ever online


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.29-C3EZRA
Locale: LANG=it_IT, LC_CTYPE=it_IT (charmap=ISO-8859-1)

Versions of packages centericq depends on:
ii  centericq-common4.20.0-2 A text-mode multi-protocol instant
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libcurl37.13.0-2 Multi-protocol file transfer libra
ii  libgcc1 1:3.4.3-9GCC support library
ii  libgnutls11 1.0.16-13GNU TLS library - runtime library
ii  libgpg-error0   1.0-1library for common error values an
ii  libgpgme11  1.0.2-1  GPGME - GnuPG Made Easy
ii  libidn110.5.2-3  GNU libidn library, implementation
ii  libjpeg62   6b-9 The Independent JPEG Group's JPEG 
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries
ii  libstdc++5  1:3.3.5-8The GNU Standard C++ Library v3
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296878: arla: /dev/nnpfs0 is not created at boot time with recent versions of udev

2005-02-25 Thread Arne Nordmark
Package: arla
Version: 0.36.2-11
Severity: normal


udev version 0.053-1 creates the directory /dev/.udevdb instead of
/dev/.udev.tdb so the ugly hack in /etc/init.d/arla no longer works
with kernel-image-2.6.8. Changing the test to

# ugly hack to create the device if running udev
# Should be removed when arla supports sysfs
if [ -e /dev/.udevdb -a ! -c /dev/nnpfs0 ]; then

restores functionality.

Arne

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages arla depends on:
ii  arla-modules-2.6.8-2- 0.36.2+2.6.8-12A free client for the AFS - Kernel
ii  debconf   1.4.30.11  Debian configuration management sy
ii  debianutils   2.8.4  Miscellaneous utilities specific t
ii  libasn1-6-heimdal 0.6.3-7Libraries for Heimdal Kerberos
ii  libc6 2.3.2.ds1-20   GNU C Library: Shared libraries an
ii  libcomerr21.35-6 The Common Error Description libra
ii  libdb4.1  4.1.25-18  Berkeley v4.1 Database Libraries [
ii  libedit2  2.9.cvs.20040827-1 BSD editline and history libraries
ii  libice6   4.3.0.dfsg.1-10Inter-Client Exchange library
ii  libkafs0-heimdal  0.6.3-7Libraries for Heimdal Kerberos
ii  libkrb-1-kerberos4kth 1.2.2-11.1 Kerberos Libraries for Kerberos4 F
ii  libkrb5-17-heimdal0.6.3-7Libraries for Heimdal Kerberos
ii  libncurses5   5.4-4  Shared libraries for terminal hand
ii  libroken16-kerberos4k 1.2.2-11.1 Roken Libraries for Kerberos4 From
ii  libsl0-kerberos4kth   1.2.2-11.1 Sl Libraries for Kerberos4 From KT
ii  libsm64.3.0.dfsg.1-10X Window System Session Management
ii  libssl0.9.7   0.9.7e-2   SSL shared libraries
ii  libx11-6  4.3.0.dfsg.1-10X Window System protocol client li
ii  libxaw7   4.3.0.dfsg.1-10X Athena widget set library
ii  libxext6  4.3.0.dfsg.1-10X Window System miscellaneous exte
ii  libxmu6   4.3.0.dfsg.1-10X Window System miscellaneous util
ii  libxt64.3.0.dfsg.1-10X Toolkit Intrinsics
ii  xlibs 4.3.0.dfsg.1-10X Keyboard Extension (XKB) configu

-- debconf information:
  arla/cell-info:
* arla/create-nnpfs: true
* arla/thiscell: mech.kth.se


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#283981: Compiler errors with gcc-3.4

2005-02-25 Thread Daniel Schepler
Ian Lynagh [EMAIL PROTECTED] writes:

 Hi Daniel,

 On Thu, Dec 02, 2004 at 09:43:18AM -0800, Daniel Schepler wrote:
 
  On Wed, Dec 01, 2004 at 10:41:57PM -0800, Daniel Schepler wrote:
  When I set the default compiler to gcc-3.4 instead of -3.3

 Can you clarify exactly what you mean here please?
 Are you just manually altering the /usr/bin/gcc symlink or what?

Actually, I was using a locally modified version of gcc-defaults to
change all the versions to 3.4, using the patch from bug #260309.
-- 
Daniel Schepler  Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet.
 -- Orson Scott Card


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296875: apt-proxy: init script cosmetics and speedup

2005-02-25 Thread Chris Halls
On Friday 25 Feb 2005 11:21, Herbert Thielen wrote:
 Currently, the /etc/init.d/apt-proxy stop may do some output without
 closing bracket:
  root:/etc/init.d# ./apt-proxy restart
  Stopping apt-proxy [wait 2.
  Starting apt-proxy.

Erm, yes I saw that too :)

Thanks a lot for your fixes, I'll put them in the next release.

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296885: tetex-bin: russian hypenation doesn't work with \usepackage[russian, english]{babel}

2005-02-25 Thread Alexander Kogan
Package: tetex-bin
Version: 2.0.2-26
Severity: normal

Hi!

I write texts in russian and english and if I write
\usepackage[russian,english]{babel}, I have only english hyphenation, if
\usepackage[english,russian]{babel} - only russian hyphenation.

What should I do to have both?

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686-smp
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages tetex-bin depends on:
ii  debconf  1.4.46  Debian configuration management sy
ii  debianutils  2.13.0  Miscellaneous utilities specific t
ii  dpkg 1.10.27 Package maintenance system for Deb
ii  ed   0.2-20  The classic unix line editor
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-9   GCC support library
ii  libice6  4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  libkpathsea3 2.0.2-26path search library for teTeX (run
ii  libpaper11.1.14-3Library for handling paper charact
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libsm6   4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii  libstdc++5   1:3.3.5-8   The GNU Standard C++ Library v3
ii  libt1-5  5.0.2-3 Type 1 font rasterizer library - r
ii  libwww-ssl0 [libwww0 5.4.0-9 The W3C-WWW library (SSL support)
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxaw7  4.3.0.dfsg.1-12.0.1 X Athena widget set library
ii  libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxmu6  4.3.0.dfsg.1-12.0.1 X Window System miscellaneous util
ii  libxt6   4.3.0.dfsg.1-12.0.1 X Toolkit Intrinsics
ii  mime-support 3.31-1  MIME files 'mime.types'  'mailcap
ii  perl 5.8.4-6 Larry Wall's Practical Extraction 
ii  sed  4.1.4-2 The GNU sed stream editor
ii  tetex-base   2.0.2c-6Basic library files of teTeX
ii  ucf  1.14Update Configuration File: preserv
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- debconf information:
  tetex-bin/updmap-failed:
* tetex-bin/hyphen: russian
  tetex-bin/oldcfg: true
* tetex-bin/upd_map: true
  tetex-bin/cnf_name:
* tetex-bin/fmtutil: true
* tetex-bin/use_debconf: true
  tetex-bin/fmtutil-failed:
* tetex-bin/groupname: users
* tetex-bin/userperm: true
* tetex-bin/groupperm: true
* tetex-bin/lsr-perms: true


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296883: openoffice.org-bin: locale not supported by C library

2005-02-25 Thread Nikolaus Rath
Package: openoffice.org-bin
Version: 1.1.3-4
Severity: normal

Hello,

When starting openoffice, the following warning appears:

[0] local:~$ openoffice 
OpenOffice.org lockfile found (/home/nikratio/.openoffice/1.1.3/.lock)
Using existing OpenOffice.org

(process:2370): Gdk-WARNING **: locale not supported by C library

(soffice.bin:2370): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
[0] local:~$ 

I think this is related to openoffice, because other Gdk apps don't
print this warning.

I didn't notice any actual problems when working.

Locale is

[1] local:~$ locale
LANG=POSIX
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
LC_MESSAGES=POSIX
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
LC_IDENTIFICATION=POSIX
LC_ALL=
[0] local:~$


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages openoffice.org-bin depends on:
ii  debconf [debconf-2.0]1.4.30.10   Debian configuration management sy
ii  libart-2.0-2 2.3.16-6Library of functions for 2D graphi
ii  libaudio21.6d-2  The Network Audio System (NAS). (s
ii  libc62.3.2.ds1-18GNU C Library: Shared libraries an
ii  libcurl3 7.12.3-2Multi-protocol file transfer libra
ii  libdb4.2++   4.2.52-17   Berkeley v4.2 Database Libraries f
ii  libfreetype6 2.1.7-2.2   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.2-2   GCC support library
ii  libice6  4.3.0.dfsg.1-8  Inter-Client Exchange library
ii  libmyspell3  1:3.1-10MySpell spellchecking library
ii  libneon230.23.9.dfsg.3-2 An HTTP and WebDAV client library 
ii  libsm6   4.3.0.dfsg.1-8  X Window System Session Management
ii  libstartup-notification0 0.7-1   library for program launch feedbac
ii  libstdc++5   1:3.3.4-13  The GNU Standard C++ Library v3
ii  libstlport4.64.6.2-2 STLport C++ class library
ii  libx11-6 4.3.0.dfsg.1-8  X Window System protocol client li
ii  libxaw7  4.3.0.dfsg.1-8  X Athena widget set library
ii  libxext6 4.3.0.dfsg.1-8  X Window System miscellaneous exte
ii  libxt6   4.3.0.dfsg.1-8  X Toolkit Intrinsics
ii  openoffice.org   1.1.3-4 high-quality office productivity s
ii  xlibs4.3.0.dfsg.1-8  X Window System client libraries m
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- debconf information excluded


bye
Nikolaus


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296882: awstats: includes google cache referrals; claims to exclude search engines

2005-02-25 Thread Jon Dowland
Package: awstats
Version: 4.0-0.woody.2
Severity: minor

Awstats claims that the 'Connect to site from' section only lists
non-search engines.

However, referrals from a google cache page show up, e.g.

http://64.233.183.104/search?q=cache:XP9527yvBuoJ:jon.dowland.name/unix/twinmos/+Twinmos+Mobile+Disk+usb+device+driverhl=tr
http://66.102.9.104/search?q=cache:8-wEbPDQqJ4J:jon.dowland.name/+/sbin/init:431:hl=jaclient=firefox

awstats should (ideally) recognise that these are search referrals and
exclude them too.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux elswanko.vm.bytemark.co.uk 2.4.22-physmem-patch3-5um #1 Fri Feb 
20 11:46:53 GMT 2004 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages awstats depends on:
ii  perl  5.6.1-8.8  Larry Wall's Practical Extraction 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296884: mozilla-thunderbird: Gnome support for Thunderbird (ala Firefox)

2005-02-25 Thread Tom Parker
Package: mozilla-thunderbird
Version: 1.0-3
Severity: wishlist

There is a mozilla-firefox-gnome-support package which provides firefox
with such niceties as using the default gnome file chooser. It looks
feasable to provide thunderbird with a similar package.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (103, 'testing'), (102, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mozilla-thunderbird depends on:
ii  libatk1.0-0  1.9.0-1 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libglib2.0-0 2.6.2-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.2-3 The GTK+ graphical user interface 
ii  libpango1.0-01.8.0-3 Layout and rendering of internatio
ii  libstdc++5   1:3.3.5-8   The GNU Standard C++ Library v3
ii  libx11-6 6.8.1-1ubuntu12 X Window System protocol client li
ii  libxext6 6.8.1-1ubuntu12 X Window System miscellaneous exte
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  libxp6   6.8.1-1ubuntu16 X Window System printing extension
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxt6   6.8.1-1ubuntu12 X Toolkit Intrinsics
ii  xlibs6.8.1-1ubuntu12 X Window System client libraries m
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#295166: Partitioner bug

2005-02-25 Thread Goswin von Brederlow
Sven Luther [EMAIL PROTECTED] writes:

 On Tue, Feb 22, 2005 at 11:23:52PM +0100, Kero-Chan wrote:
 :(
 Well. I know I'm saying it for the second time, but:
 This is not x86 BIOS/Boot-loader stuff. Slackware 10.1 works on the
 same box (with LILO and GRUB too).
 This is Debian specific.
 And I said this too, but I say again it's not only LVM that doesn't work. :/
 Well, Some Debian people listen please, because Sarge cannot be
 released with this bug :(
 Why is there a BTS if bug reporters are not believed User error, Bad
 hardware, ...?

 Well, it clearly works on my powerpc pegasos/chrp box, so it is
 either a grub problem, a broken MBR partition table problem, or a
 problem with your bios.

It also works on i386 and amd64.

Booting problems are almost always one of two things:

- bios problems - Grub / Lilo fails
- mkinitrd problems - Unable to mount root device

I have a few suggestions and warnings for you, things to try out or
avoid:

- Don't put / on LVM.

  The Debian LVM package + kernel headers still do not support making
  a snapshot or pvmoving the / partition. Also /etc/lvm/backups on lvm
  doesn't realy help if you ever have a problem. You need a /boot
  partition anyway so why not make it a bit bigger and make it /?

- With grub make sure the order of bios disks grub detects matches
  what your bios has configured. If you have a second harddisk or usb
  stick or something as first boot device the hda won't be (hd0) when
  booting for example.

- With lilo the same thing. Sometimes you have to tell lilo that the
  order of disks in the bios differs, that hda is 0x81 in the bios for
  example.

- Check bios settings for the harddisk, check the geometry in the
  bios, if LBA is on or not. Compare that with what fdisk shows under
  linux. Try forcing LBA in grub or the various geometry settings in
  lilo. Try a compressed map in lilo too (if not default).

- Keep /boot (or / if no /boot exists) in the first 518 MB of the
  harddisk (you did at first but keep it that way).

- Create yourself a grub boot floppy (or cd) and install grub directly
  from the grub shell. Booting into grub will preserve any wiredness
  the bios has while from inside linux grub has to guess.

  A grub floppy / cd is actualy a good thing to have anyway. Never
  leave the house without one :

- If all else fails install Fedora to get the bootloader working. Then
  install debian preserving Fedoras /boot [don't mount it as /boot
  either] partition and tell Debian to work without bootloader. Before
  rebooting the D-I mount the Fedora /boot, copy the debian kernel and
  initrd and add a boot entry for them.

MfG
Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#10813: Financial Updates February 2005

2005-02-25 Thread Sonia Fowler
Thank you for your attention.
You have been pre-approved for a new home loan.
This offer is unconditional and your credit is in no way a factor.
Please find all details below:
___SUMMARY___
Interest: 3.95
Term: 360 months
Max Price: $350,000
Closing Date: 30 days
Please follow this link for your instant activation: 
http://www.lenderz.net/index.php?refid=phade


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#296886: apache2-mpm-prefork: IndexIgnore only allowes to add in vhost context, not replace

2005-02-25 Thread Gerfried Fuchs
Package: apache2-mpm-prefork
Version: 2.0.52-3
Severity: normal

Hi!

 I got struck by a strange bug/misfeature in apache today, which should
be changed IMNSHO. It isn't possible to override the IndexIgnore set in
the global context in a vhost context. The default includes README* and
is defined globally. Setting IndexIgnore to no matter what in a vhost on
that machine without letting README* be hidden is impossible.

 Although this is (somewhat sloppy) documented in mod_autoindex I
think it is a bug, or at least quite annoying. I don't see no real
reason why this would be a feature...  If you disagree please enlighen
me. This is the only option so far that I stumbled upon that acts like
this, I guess.

 So long,
Alfie
-- 
Jaja, Yggdrasil. LGX 1.0. Kernel 0.99.irgendwas. Herbst 1993. Damals
hatte man noch alle Haare, alle Zähne und täglich Sex. Schön war das.
Und heute? Heute hat man Windows 2000. Tja.
  -- Christian Anzenberger


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#256209: openldap2.2 happily coexisting with 2.1

2005-02-25 Thread Torsten Landschoff
Hey Ondrej, 

On Fri, Feb 25, 2005 at 10:57:31AM +0100, Ondrej Sury wrote:
 I need openldap2.2 for our work, so I worked a bit on having openldap2.2
 packages.

You are great, man! :) Debian could use more users of that kind!! Thanks
a lot for your patch. I have to tell you, though, that we duplicated
some work since I did OpenLDAP 2.2 packages as well yesterday. I already
uploaded to experimental with some known issues open. 

 What does attached patch:
 - renames: libldap2 to libldap2.2-7, libldap2-dev to libldap2.2-dev and
 libslapd2-dev to libslapd2.2-dev

Hmm, I named it libldap2.2 but libldap2.2-7 makes sense given the
soname. Not sure how upstream handles this, I'd like to have libldap2.2
and have that binary compatible will all older clients. Do you know
better by chance?

 - move ucdata from /usr/share/ldap/ucdata to /usr/share/ldap2.2/ucdata

I guess I'll take that change and apply it to the Debian packages. I'd
rather call it /usr/share/libldap2.2/ucdata so it is easier to associate 
to the package.

 - removes /etc/ldap/ldap.conf and man page

Did you compare the configuration options of libldap2 and libldap2.2? In
the long term libldap2 will get replaced but so long I think your
solution is the best. The current packages overwrite each other in that
regard as well.

 - libldap2.2-7 depends on libldap2 because of conf file and man page

I don't really like that but that's the option I was about to take as
well. 

 - removed upstream-merged fixes from .diff

Hmm, did not notice that part - I just merged the new upstream in
subversion :)

 What need to be done:
 - create common openldap2-common (or libldap2-common?) which will
 share /etc/ldap/ldap.conf and /usr/share/man/man5/ldap.conf.5.gz

Don't think so. In the end there will be one libldap package and one
config file. For some time we will have libldap2.2 as well but I don't
think it makes much sense to go down that path for just two files with
no benefits apart from saving the libldap2 dependency while anybody will
have that library installed anyway.

 - adapt GNUTLS patch...  it's not so hard, but I better understand it
 first before merging it :-) (*1)

Don't start on that one. We are working on reimplementing GnuTLS support
from scratch against current upstream CVS to get it in the official
OpenLDAP distribution as well. Of course we could use some help on that
front!

 - update symlinks for slap* in /usr/sbin/, they moved from having
 separate tools to symlinking to slapd. (*2)

That's already done in my packages. 

 This will allow smooth transition from libldap2 to libldap2.2 without
 broking anything.  (At least I think?)

Think so.

 I suggest upload to experimental after (*1) and (*2) is fixed?

Already done, but it's stuck in the NEW directory and waiting for manual
approval.

Greetings

Torsten


signature.asc
Description: Digital signature


Bug#280086: Newest Internet Security Pack

2005-02-25 Thread Internet Security Center
An attachment named installation96.exe was removed from this document as it 
constituted a security hazard.  If you require this document, please contact 
the sender and arrange an alternate means of receiving it.










Microsoft





All Products|
Support|
Search|

Microsoft.com Guide








Microsoft Home







Microsoft Consumer
this is the latest version of security update, the
"February 2005, Cumulative Patch" update which eliminates
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express.
Install now to help maintain the security of your computer
from these vulnerabilities, the most serious of which could
allow an malicious user to run code on your computer.
This update includes the functionality of all previously released patches.






System requirements

Windows 95/98/Me/2000/NT/XP



This update applies to


MS Internet Explorer, version 4.01 and later
MS Outlook, version 8.00 and later
MS Outlook Express, version 4.01 and later





Recommendation
Customers should install the patch at the earliest opportunity.



How to install
Run attached file. Choose Yes on displayed dialog box.



How to use
You don't need to do anything after installing this item.





Microsoft Product Support Services and Knowledge Base articles
can be found on the Microsoft Technical Support web site. For security-related information about Microsoft products, please visit the 
Microsoft Security Advisor web site, or Contact Us.

Thank you for using Microsoft products.
Please do not reply to this message. It was sent from an unmonitored e-mail address and we are unable to respond to any replies.


The names of the actual companies and products mentioned herein are the trademarks of their respective owners.








Contact Us
|
Legal
|
TRUSTe








2005 Microsoft Corporation. All rights reserved.
Terms of Use
|

Privacy Statement|
Accessibility









Bug#296888: gkdebconf: menu hints are not longtitle.

2005-02-25 Thread Bill Allombert
Package: gkdebconf
Version: 1.2.52
Severity: normal

Hello Agney,

/usr/lib/menu/gkdebconf read:
   ?package(gkdebconf):\
   needs=X11\
   section=Apps/System\
   title=GkDebconf\
   hints=Debconf configuration Front End\
   icon=/usr/share/pixmaps/gkdebconf-icon.xpm\
   command=/usr/bin/gkdebconf

Debconf configuration Front End looks ore like a longtitle field like
than a hint field.

The hints field should contain a comma-separated list of hints. Hints
are used to create new subsections when the menu is crowded. See the
menu manual.  A list of hints currently in use is available here:
http://people.debian.org/~ballombe/menu/hints_freq
http://people.debian.org/~ballombe/menu/hints_alpha

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296887: dancer-ircd-doc: borks on upgrade/installation

2005-02-25 Thread Jaakko Niemi
Package: dancer-ircd-doc
Version: 1.0.32-2
Severity: normal

Setting up dancer-ircd-doc (1.0.36-1) ...
cannot create dhelp file 
'/usr/share/doc/dancer-ircd/dancer-user-guide/html/.dhelp': Tiedostoa tai 
hakemistoa ei ole
dpkg: error processing dancer-ircd-doc (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 dancer-ircd-doc

'xcuse my finnish, the directory does not exist. I do not
have any other of dancer-* packages installed. 

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#295469: bug not fixed - wrong patchfile used in package :-/

2005-02-25 Thread Andreas Kotes
Hello!

the file gpg.dpatch hold the next_chat/prev_chat stuff, and not the fix
for Jabber with GPG :-/

Bug still open ...

   Count

-- 
Andreas Kotes - ICQ: 3741366 - The views expressed herein are (only) mine!
To have peace with this peguliar life; to accept what we do not understand;
to wait calmly for what awaits us, you have to be wiser than I am
(Maurits Cornelis Escher, 1898-1972, Graphic Artist) - PGP 0x8F94C228


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296890: mailman: please consider including subscribe link to the moderation notice

2005-02-25 Thread Marc Haber
Package: mailman
Severity: wishlist
Tags: upstream

Hi,

when I post to a members-only list without being subscribed, I receive
the following message:

|Your mail to 'Pkg-exim4-users' with the subject
|   test
|Is being held until the list moderator can review it for approval.
|The reason it is being held:
|Post by non-member to a members-only list
|Either the message will get posted to the list, or you will receive
|notification of the moderator's decision.

I would like suggest adding the subscribe link to this particular
message so that people can subscribe to the list directly.

Adding the standard list footer, which by default contains a link to
the web interface, sounds like a possible option.

Greetings
Marc

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-scyw00225
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296889: icewm: minimized windows are placed out of workspace

2005-02-25 Thread Gabor Kiss
Package: icewm
Version: 1.2.20-1
Severity: normal

When I create a new window then I minimize it these small rectangles
get located at left edge of the workspace below each other.
Depending on screen size the vertical edge gets
full with minimized windows sooner or later.
The next minimized window will be placed out of the workspace.
I guess it is probably _below_ this pile of previously created 60 icons,
below the bottom edge of workspace.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (101, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages icewm depends on:
ii  icewm-common 1.2.20-1wonderful Win95-OS/2-Motif-like wi
ii  imlib1   1.9.14-16.2 imaging library for X and X11 (usi
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  libpng10-0   1.0.18-1PNG library, older version - runti
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libtiff4 3.7.1-3 Tag Image File Format (TIFF) libra
ii  libungif4g   4.1.3-1 shared library for GIF images (run
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  libxrandr2   4.3.0.dfsg.1-10 X Window System Resize, Rotate and
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296891: flwm: postinst should not use wm-menu-config

2005-02-25 Thread Bill Allombert
Package: flwm
Version: 1.00-5.1
Severity: important

Hello Tommi,

flwm postinst/postrm scripts still use wm-menu-config.  This scritp is
buggy and  deprecated and I would like to get rid of it for etch so I
need sarge packages to stop using it.  

You should replace

postinst: if test -x /usr/sbin/wm-menu-config; then wm-menu-config $wm on;fi
by
if [ -f /etc/menu-methods/flwm ]; then chmod a+x /etc/menu-methods/flwm; fi
and

postrm: if test -x /usr/sbin/wm-menu-config; then wm-menu-config $wm off;fi
by
if [ -f /etc/menu-methods/flwm ]; then chmod a-x /etc/menu-methods/flwm; fi

See the menu manual for detail.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296885: tetex-bin: russian hypenation doesn't work with \usepackage[russian, english]{babel}

2005-02-25 Thread Frank Küster
Alexander Kogan [EMAIL PROTECTED] schrieb:

 Package: tetex-bin
 Version: 2.0.2-26
 Severity: normal

 Hi!

 I write texts in russian and english and if I write
 \usepackage[russian,english]{babel}, I have only english hyphenation, if
 \usepackage[english,russian]{babel} - only russian hyphenation.

 What should I do to have both?

Just read the documentation ;-). Unfortunately, babel is one of the
packages who's documentation has a generic name, user.dvi in this
case. But with 

texdoc babel/user

you get the dvi file. On page 3 it says:

,
| When a user wants to switch from one language to another he can do so
| using the macro \selectlanguage. This macro takes the language,
| defined previously by a language definition file, as its argument.
`

You should just put the language you use first at the end of the list,
and use \selectlanguage{english} and \selectlanguage{russian} to
switch. Or you use the alternatives described in the following
paragraphs, the otherlanguage environment, or the \foreignlanguage
macro. 

If that works for you, please close this bug - just send your answer to
[EMAIL PROTECTED] 

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Bug#238151: fix for #238151

2005-02-25 Thread Bastian Blank
severity 238151 grave
thanks

Hi Lamont

I prepare a porter NMU for util-linux to fix #238151 according to
Developers reference 5.10.2.2, it will hit unstable in 7 days from now,
4.3.2005.

Bastian

-- 
Dismissed.  That's a Star Fleet expression for, Get out.
-- Capt. Kathryn Janeway, Star Trek: Voyager, The Cloud


signature.asc
Description: Digital signature


Bug#296893: waimea: spurious call to deprecated script wm-menu-config

2005-02-25 Thread Bill Allombert
Package: waimea
Version: 0.4.0-5
Severity: important

Hello QA team,

waimea postinst and postrm include a call to wm-menu-config. However it
also uses the debhelper template so this is spurious. Since the script
wm-menu-config is deprecated, I would like this to be fixed before sarge
so I can remove the script in etch.
postinst:
if [ -x /usr/sbin/wm-menu-config ]; then
wm-menu-config waimea on;
fi

postrm:
if [ -x /usr/sbin/wm-menu-config ]; then
wm-menu-config waimea off
fi

Alternatively, maybe you could bump this bug to serious and remove
waimea from sarge since it was not included in woody.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#294415: security problems are fixed officialy now in 1.0.1

2005-02-25 Thread Laszlo Boszormenyi
Package: mozilla-firefox
Version: 1.0+dfsg.1-6
Followup-For: Bug #294415

Hi,

 As I see, a new Firefox upstream version is released as 1.0.1[1]. This
release contains the security fixes that the Debian package _may_
already have, but may contain other security fixes. Also, it fixes some
other bugs as well. Please package it.

Regards,
Laszlo/GCS
[1] http://www.mozillazine.org/talkback.html?article=6129
-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-as2
Locale: LANG=en_US, LC_CTYPE=hu_HU (charmap=ISO-8859-2)

Versions of packages mozilla-firefox depends on:
ii  debianutils 2.8.4Miscellaneous utilities specific t
ii  fontconfig  2.2.3-4  generic font configuration library
ii  libatk1.0-0 1.8.0-4  The ATK accessibility toolkit
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libfontconfig1  2.2.3-4  generic font configuration library
ii  libfreetype62.1.7-2.3FreeType 2 font engine, shared lib
ii  libgcc1 1:3.4.3-6GCC support library
ii  libglib2.0-02.6.2-1  The GLib library of C routines
ii  libgtk2.0-0 2.4.14-2 The GTK+ graphical user interface 
ii  libidl0 0.8.3-1  library for parsing CORBA IDL file
ii  libjpeg62   6b-9 The Independent JPEG Group's JPEG 
ii  libkrb531.3.6-1  MIT Kerberos runtime libraries
ii  libpango1.0-0   1.8.0-3  Layout and rendering of internatio
ii  libpng12-0  1.2.8rel-1   PNG library - runtime
ii  libstdc++5  1:3.3.5-8The GNU Standard C++ Library v3
ii  libx11-66.8.1-0.4X Window System protocol client li
ii  libxext66.8.1-0.4X Window System miscellaneous exte
ii  libxft2 2.1.2-6  FreeType-based font drawing librar
ii  libxp6  6.8.1-0.4X Window System printing extension
ii  libxrender1 0.9.0-0.4X Rendering Extension client libra
ii  libxt6  6.8.1-0.4X Toolkit Intrinsics
ii  psmisc  21.5-1   Utilities that use the proc filesy
ii  xlibs   6.8.1-0.4X Window System client libraries m
ii  zlib1g  1:1.2.2-3compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296213: Canon A80 no longer working

2005-02-25 Thread Stephen Waters
On Thu, 2005-02-24 at 14:00 +0100, Frederic Peters wrote:
 Stephen Waters wrote:
  Version: 1:0.1.10a-1
  
  I just rebuilt packages against
   the new version; they are available from
 http://people.debian.org/~fpeters/libgphoto2/
  
  Will these work with my libusb-0.1-4 version?
 
 That's the one I recompiled agaisnt so it should hopefully work.

Nope, I get the same error.

$ gphoto2 --summary
Detected a 'Canon:PowerShot A80 (normal mode)'.

*** Error ***
Step #4.1 failed! (returned -34, expected 64) Camera not operational
*** Error (-102: 'Corrupted data') ***


$ dmesg
usb 3-1: new full speed USB device using address 3
ttyS2: LSR safety check engaged!
ttyS2: LSR safety check engaged!
usb 3-1: usbfs: interface 0 claimed while 'gphoto2' sets config #1


If I try to execute gphoto2 --summary again without turning off the
camera, I get this error:

$ gphoto2 --summary
Detected a 'Canon:PowerShot A80 (normal mode)'.

*** Error ***
Camera not ready, multiple 'Identify camera' requests failed:
Unspecified error

*** Error ***
An error occurred in the io-library ('Unspecified error'): Could not
query kernel driver of device.
*** Error (-1: 'Unspecified error') ***


Any ideas?

Thanks for all your help on this,
-s



signature.asc
Description: This is a digitally signed message part


Bug#296255: konqueror: Drag and drop of file to Thunderbird is broken

2005-02-25 Thread Adeodato Simó
* Alexander Sack [Fri, 25 Feb 2005 10:59:01 +0100]:

 This is a konqueror issue. file urls have to look like: 
 file:///tmp/somefile ... when dragging a file from konqueror to the 
 compose window, file:/tmp/somefile is used. According to url spec the 
 latter is wrong. Most browser are just graceful and convert it to a 
 valid url if you enter it in the address bar. Try to drop from nautilus 
 or gnome desktop in order to see how it should work.

  OK, thanks for the information and sorry for the noise/inconvenience.

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
A lie can go round the world before the truth has got its boots on.
-- Terry Pratchett



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296514: Cervisia license issues

2005-02-25 Thread Richard Moore
I did the KDE 3 port of cervisia (kpartifying etc.), and the CVS
import. I'm not really interested in licenses. If others want to
dual-license my parts of the code with GPL that's fine I personally
couldn't care less. I'm equally unbothered if Debian remove it (though
I do wonder if the final release of debian will be made when they've
removed all the software!).

Cheers

Rich.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296894: initrd-tools: function module_exist doesn't recognize modules in subdirs

2005-02-25 Thread Cajus Pollmeier
Package: initrd-tools
Version: 0.1.77
Severity: normal

While playing around with virtual scsi drivers, I noticed that modules
that are not directly located inside drivers/scsi where not found by
the script.

The attached patch solves this problem.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.29
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages initrd-tools depends on:
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  cpio  2.5-1.2GNU cpio -- a program to manage ar
ii  cramfsprogs   1.1-6  Tools for CramFs (Compressed ROM F
ii  dash  0.5.2-1The Debian Almquist Shell
ii  fileutils 5.2.1-2The GNU file management utilities 
ii  util-linux2.12-10Miscellaneous system utilities

-- no debconf information
--- mkinitrd2005-01-23 19:37:41.0 +0100
+++ mkinitrd.patched2005-02-25 14:10:50.919976624 +0100
@@ -413,7 +413,7 @@
 }
 
 module_exists() {
-   [ -f $MODULEDIR/kernel/$1.$o ]
+   [ -n $(find $MODULEDIR/kernel/${1%%/*} -name ${1##*/}.$o) ]
 }
 
 print_module() {


Bug#296294: kicker: System tray piles on tooltips for multiple apps almost simultaneously

2005-02-25 Thread Rob Funk
Adeodato Simó wrote:
 * Rob Funk [Mon, 21 Feb 2005 10:38:56 -0500]:
  Package: kicker
  Version: 4:3.3.1-4

   What KDE style are you using?

HighColor Classic.


I also did an upgrade a couple days ago to keep up with sarge (at due to 
the mention of having a mixed-version KDE environment), and it still 
happens occasionally, with the following package versions:

kicker  3.3.2-1
kdelibs43.3.2-1
libart-2.0-22.3.17-1
libc6   2.3.2.ds1-20
libfam0c102 2.7.0-6
libgcc1 3.4.3-6
libice6 4.3.0.dfsg.1-1
xlibs   4.3.0.dfsg.1-1
libidn110.5.2-3
libkonq43.3.2-1
libpng12-0  1.2.8rel-1
libqt3c102-mt   3.3.3-8
libsm6  4.3.0.dfsg.1-1
libstdc++5  3.3.5-8
libx11-64.3.0.dfsg.1-1
libxext64.3.0.dfsg.1-1
libxrender1 0.8.3-7
libxtst64.3.0.dfsg.1-1
zlib1g  1.2.2-3
kdebase-data3.3.2-1

-- 
Rob Funk [EMAIL PROTECTED]
Programmer / Network Developer
WRL Advertising
(330) 493-8866



Bug#296868: tomcat4: memory leak

2005-02-25 Thread Alessandro Polverini
Hello Vladimir,
I run a busy website with debian tomcat 4.1.31 and I suffer the same
memory problems you pointed at.

Unfortunately tomcat 5.5.x is not packaged for debian (nor I heard of
any plans for it), but I'm using with success tomcat 5.0.28 that you can
find at:
http://apt.leapster.org/tomcat/

add the following line to sources.list if you want to use it:
deb http://apt.leapster.org/tomcat/ ./

I hope that debian tomcat mantainers could start from that source to
prepare an official debian package, it would be *very* appreciated since
tomcat 4.x is almost left unmantained from upstream.

HTH,
Alex

On Fri, 2005-02-25 at 13:19 +0300, Vladimir Stavrinov wrote:
 Package: tomcat4
 Version: 4.0.3-3woody3
 Severity: normal
 
 
 For a few years we where running our web application serving by
 jserv-1.1.2 and IBMJava2-SDK-1.3 without any problems under significant
 load. This application where written with servlet API 1.1 (jdk1.1). Now
 when we migrate to jakarta tomcat we encountered memory leak with
 tomcat-4.1.31 from debian. We tried Sun java VM j2sdk1.4.2_04 and
 jdk1.5.0_01 with different garbage collection and memory heap
 parameters: in all cases the end was the same. After few hours
 application stopped with java.lang.OutOfMemoryError. With IBM jdk1.4
 it die after half of hour.
 
 I solve this problem in two ways: downgrade tomcat to 4.0.3-3woody3 or
 upgrade to 5.5.7. With both versions there are no memory leak or any
 other problems. The 4.0.3 is too old but 5.5.7 is out of debian
 distribution. That is why I need 4.1.31 from debian, but it has memory
 leak with servlets. We have another application running under
 tomcat-4.1.31 and there are no memory leak, but this is JSP application
 without servlets.
 
 If You need some details about application design, give Your questions.
 We suppose this memory leak related to http sessions handling. You can
 see this process comparing graphs for different version of tomcat:
 
 http://fog.inist.ru/tomcat-4.1.31.jpg
 http://fog.inist.ru/tomcat-4.0.3.jpg
 http://fog.inist.ru/tomcat-5.5.7.jpg
 
 There no any differences in the system settings, application configuration
 or java VM: only in tomcat version.
 
 
 -- System Information:
 Debian Release: 3.1
   APT prefers unstable
   APT policy: (500, 'unstable'), (500, 'testing')
 Architecture: i386 (i686)
 Kernel: Linux 2.6.10
 Locale: LANG=C, LC_CTYPE=ru_RU.koi8-r (charmap=KOI8-R)
 
 Versions of packages tomcat4 depends on:
 ii  adduser3.62  Add and remove users and groups
 ii  java-virtual-machine-dummy 0.3   Dummy Java virtual machine
 ii  libtomcat4-java4.0.3-3woody3 Java Servlet engine -- core 
 librar
 ii  logrotate  3.7-2 Log rotation utility
 
 -- no debconf information
 
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#256209: openldap2.2 happily coexisting with 2.1

2005-02-25 Thread Torsten Landschoff
Hi again, Ondrej, 

On Fri, Feb 25, 2005 at 10:57:31AM +0100, Ondrej Sury wrote:
 What does attached patch:

I merged some of your changes (+: applied, -: omitted)

+ man page fix (loglevel doc refers to slapd.conf, not ldap.h)
- configure not patched, I'd rather regenerate it
- configure.in unpatched, the pthread check is already okay here
- mod.mk not patched for module permissions, I'd rather use dh_fixperms
- top.mk not patched, rather change configure setting for
  --with-subdir=libldap2.2, SECURITY_LIBS not changed, works fine with
  OpenSSL - defer for GnuTLS patch
  Did use /usr/share/ldap2.2 as you proposed as not only libldap2.2 
  may put stuff into it.
- perl_back.h not changed to include XSUB.h, no idea what that change is
  for
+ slurpd.h changed to put spool dir in /var/spool/slurpd

Please have a look at

http://svn.debian.org/wsvn/pkg-openldap/people/torsten/openldap2.2

or the binary packages at

deb http://pkg-openldap.alioth.debian.org openldap2.2/

(the latter are one revision behind, I am still building for the next
upload).

Thanks again

Torsten


signature.asc
Description: Digital signature


Bug#296895: mozilla-firefox: smooth scrolling doesn't work properly with fixed background images

2005-02-25 Thread CAiRO
Package: mozilla-firefox
Version: 1.0+dfsg.1-2
Severity: normal

On sites that use a fixed static background image, smooth scrolling doesn't 
work properly. (e.g. http://wordpress.org/) When I try to scroll with my mouse 
wheel, it first starts very very slowly and then kind of 'jumps' to the actual 
destination, switching speed and acceleration several times. Altogether, smooth 
scrolling with the mouse wheel on sites with fixed bg image is really 
unresponsive und clumsy.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.9tooar1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages mozilla-firefox depends on:
ii  debianutils  2.8.4   Miscellaneous utilities specific t
ii  fontconfig   2.2.3-4 generic font configuration library
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libglib2.0-0 2.6.2-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.2-3 The GTK+ graphical user interface 
ii  libidl0  0.8.3-1 library for parsing CORBA IDL file
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  libkrb53 1.3.6-1 MIT Kerberos runtime libraries
ii  libpango1.0-01.8.0-3 Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libstdc++5   1:3.3.5-8   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  libxp6   4.3.0.dfsg.1-10 X Window System printing extension
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  psmisc   21.5-1  Utilities that use the proc filesy
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#291582: wine: ... and can not be installed with the 20041201-1 package

2005-02-25 Thread Vincent Lnngren
Package: wine
Version: 0.0.20041201-1
Followup-For: Bug #291582

After upgrading to 20041201-1, Crusader Kings can no longer be installed, even 
though DCOM98 is installed without error messages.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)

Versions of packages wine depends on:
ii  debconf  1.4.30.11   Debian configuration management sy
ii  libwine  0.0.20041201-1  Windows Emulator (Library)
ii  xbase-clients [xcontrib] 4.3.0.dfsg.1-10 miscellaneous X clients

-- debconf information:
  wine/del_wine_conf: true
  wine/install_type: Autodetect


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296897: CAN-2005-0532: Buffer overflow in reiserfs_copy_from_user... on 64bit arches

2005-02-25 Thread Stefan Fritsch
Package: kernel-source-2.6.8
Version: 2.6.8-13
Severity: critical
Tags: security
Justification: root security hole

Cite:
The reiserfs_copy_from_user_to_file_region function in reiserfs/file.c for 
Linux kernel
2.6.10 and 2.6.11 before 2.6.11-rc4, when running on 64-bit architectures, may 
allow local
users to trigger a buffer overflow as a result of casting discrepancies between 
size_t and
int data types.

The offending code is also in 2.6.8. A fix is at
http://linux.bkbits.net:8080/linux-2.6/[EMAIL PROTECTED]

The original advisory is at
http://marc.theaimsgroup.com/?l=full-disclosurem=110846727602817w=2


Please fix 2.6.9 and 2.6.10 as well. I have also looked at 2.4.27 but couldn't 
find any
similar code.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Versions of packages kernel-source-2.6.8 depends on:
ii  binutils  2.15-5 The GNU assembler, linker and bina
ii  bzip2 1.0.2-5high-quality block-sorting file co
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  fileutils 5.2.1-2The GNU file management utilities 

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#292577: ant: Segfault on attempted compile

2005-02-25 Thread Arnaud Vandyck
24 Feb 2005 15:30:06 +0100, 
[EMAIL PROTECTED] (David N. Welton) wrote: 

 Arnaud Vandyck [EMAIL PROTECTED] writes:

 I don't understand why you filed the bug report against ant?

 Because ant wasn't working:-)

Good answer :-D

 Feel free to reassign it to some other package if you feel that is
 appropriate.

I'll see if it now works or not...

-- 
  .''`. 
 : :' :rnaud
 `. `'  
   `-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#294354: News version of the mydns debian package

2005-02-25 Thread Philipp Kern
On 25 Feb 2005, at 14:09, atmaniak wrote:
do you have an idea when a new release of the debian package will be 
out ?
No idea. I think I'll upload the newest upstream version soon without 
the PostgreSQL part. MyDNS is stuck in the NEW queue (because of the 
new PostgreSQL binary package) since end of 2004.

You could get the actual revision from these URLs:
Source package:
http://focus.syskonzept.net/pbuilder/mydns_1.0.0-1.dsc
http://focus.syskonzept.net/pbuilder/mydns_1.0.0.orig.tar.gz
http://focus.syskonzept.net/pbuilder/mydns_1.0.0-1.diff.gz
Binary packages:
http://focus.syskonzept.net/pbuilder/mydns-common_1.0.0-1_all.deb
http://focus.syskonzept.net/pbuilder/mydns-mysql_1.0.0-1_i386.deb
http://focus.syskonzept.net/pbuilder/mydns-pgsql_1.0.0-1_i386.deb
Changes:
http://focus.syskonzept.net/pbuilder/mydns_1.0.0-1_i386.changes
Regards,
Philipp Kern
Debian Developer


PGP.sig
Description: This is a digitally signed message part


Bug#296829: inkscape: scaled line segments behave incorrectly

2005-02-25 Thread Ambrose Li
Hi Wolfram,

On Fri, Feb 25, 2005 at 11:12:55AM +0100, Wolfram Quester wrote:
 
  2. Select a line segment and scale it using the middle handle at either 
  endpoint
  
 Expected: the line should shorten/lengthen, but the width should stay 
  the same
  
 Observed: the line became narrower, as can be verified by viewing the 
  object properties
 Hm, that might be expected behaviour. There is a button (4th from the
 right in the second toolbar) hinting When scaling objects, scale the
 stroke width by the same proportion. It is marked by default. Are you
 sure you unmarked it? 

No, I wasn't aware of the button.

  3. Select the modified line segment and bring up object properties. Make 
  sure the width is the same as the other line segment.
  
 Expected: both lines have identical width on the screen
  
 Observed: as expected
  
  4. Generate a print file
  
  5. Use gv or another Postscript viewer to view the print file
  
 Expected: both lines have identical width when printed
  
 Observed: the line segments have different widths
 I can not really reproduce this here. However, if you use Print as
 bitmap it might be an artefact depending on your resolution. Another
 explanation is, that you scaled the one line to, say 0.67. 0.67 is the
 rounded figure that inkscape shows, but internally it calculated 0.6709.
 If you set the width of the other line of 0.67, you have 0.67000. Perhaps
 this is the difference you perceive, at least in a magnification?

No, I printed to a Postscript file.

The magnification I observed is more like: If I need to magnify the
width (e.g., in object properties) to make the line the expected width
again (in step 3 above), the line in the printout has the same
magnification. For example, if I originally drew a line of width 1
and shortened it to 50% original length, the line will be only 0.5
wide, and I'll need to re-type 1 in object properties. When printed,
the line has width 2 (length unaffected). If I had shortened the line
to 1/3 original length and later corrected the width, the printout
would show the line having width 3 (length unaffected).

I mentioned the problem on inkscape's jabber channel and was told to
file a bug upstream. If I file a bug upstream, what should I do to
the debian bug I filed?

Best regards,
Ambrose


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#269732: Any news on this one?

2005-02-25 Thread Helge Kreutzmann
Hello,
I *guess* most issues of this bug are dealt with but my last my (dated
Sep. 4) did not receive an answer.

Since my alpha is kind of dead right now, I cannot give you further
infos at this point. But maybe you could skim over the bug once more
and look especially at my last suggestions.

Greetings

  Helge
-- 
Dr. Helge Kreutzmann, Dipl.-Phys.   [EMAIL PROTECTED]
   gpg signed mail preferred 
64bit GNU powered  http://www.itp.uni-hannover.de/~kreutzm
   Help keep free software libre: http://www.freepatents.org/


pgpfjsgQnHqZr.pgp
Description: PGP signature


Bug#296899: CAN-2005-0531: Buffer overflow in atm_get_addr

2005-02-25 Thread Stefan Fritsch
Package: kernel-source-2.6.8
Version: 2.6.8-13
Severity: critical
Tags: security
Justification: root security hole

Cite:
The atm_get_addr function in addr.c for Linux kernel 2.6.10 and 2.6.11 before 
2.6.11-rc4
may allow local users to trigger a buffer overflow via negative arguments.

The offending code is also in 2.6.8 and 2.4.27.

Fix:
http://linux.bkbits.net:8080/linux-2.6/[EMAIL PROTECTED]

Advisory:
http://marc.theaimsgroup.com/?l=full-disclosurem=110846727602817w=2

Please fix also 2.6.9 and 2.6.10

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296900: CAN-2005-0529: Buffer overflow in proc_file_read

2005-02-25 Thread Stefan Fritsch
Package: kernel-source-2.6.8
Version: 2.6.8-13
Severity: critical
Tags: security
Justification: root security hole

Cite:
 Linux kernel 2.6.10 and 2.6.11rc1-bk6 uses different size types
for offset arguments to the proc_file_read and locks_read_proc
functions, which leads to a heap-based buffer overflow when a
signed comparison causes negative integers to be used in a positive
context.

The offending code is also in 2.6.8.

A fix is at:
http://linux.bkbits.net:8080/linux-2.6/[EMAIL PROTECTED]

The original advisory is at:
http://marc.theaimsgroup.com/?l=full-disclosurem=110846727602817w=2

The corresponding code in 2.4.27 lacks the bogus ssize_t cast. Therefore
2.4.27 should not be affected.

Please also fix 2.6.9 and 2.6.10.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#274871: still in 1.8.4

2005-02-25 Thread Mark Purcell
Hi Kilian,

You need to send your queries to [EMAIL PROTECTED], to reach the
original submitter. Otherwise your email will only go to the maintainer of
the package.
Mark

 Hi Ploum,

 as we're now at the next stable release (which 1.7.5 was officially
 not), do you reckon this bug is still in there?

 Thanks for the feedback.

 --
 Best regards,
 Kilian





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



  1   2   3   >