Bug#346212: mailscanner: Exim spool format error: one_time option treatment

2006-01-06 Thread Dominik Schramm
Package: mailscanner Version: 4.41.3-2 Severity: important *** Please type your report below this line *** Error description * The (-H) spool file format has changed with Exim version 4.10 -- Debian stable Exim version is 4.50-8 -- and this change is not reflected in

Bug#343705: emacs-snapshot: Quitting `save-buffer' can lose backup file

2006-01-06 Thread Romain Francoise
Now that your patch has been applied upstream, do you consider this bug closed? You still lose the backup file, but `buffer-backed-up' is now correctly reset to nil. -- ,''`. : :' :Romain Francoise [EMAIL PROTECTED] `. `' http://people.debian.org/~rfrancoise/ `- -- To

Bug#343989: tcl8.* and tk8.* NMUs for configure errors

2006-01-06 Thread Matthias Klose
FYI, updated versions, including the fix, are available at http://packages.ubuntu.com/dapper/interpreters/tcl8.4 http://packages.ubuntu.com/dapper/interpreters/tk8.4 no other changes. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#293939: joe + html + LANG=en_US

2006-01-06 Thread Megyaszai Sandor
Works fine with LANG=C, LANG=hu, LANG=hu_HU, and also LANG=en, but it segfaults with LANG=en_US. -- mEGYA. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#281639: Would you consider dual-licensing the sed docs?

2006-01-06 Thread Nathanael Nerode
Hello again Paulo -- and hi Ken. For the sed docs to be considered free enough for Debian main, it would be best if they were dual-licensed under the GPL as well as the GFDL (since the GFDL is problematic). This can be done in one of two ways: (1) getting the FSF to agree to it (Getting the

Bug#314271: libxklavier FTBFS

2006-01-06 Thread Daniel Schepler
It looks to me like gnome 2.10 is in testing. Is there any reason remaining for me to hold off on making an NMU for libxklavier? -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#346212: diff contains error

2006-01-06 Thread Dominik Schramm
The part $line =~ s/ (\d+),\d+#01//; if ($1) { $line = substr($line, 0, length($line)-$1-1); } should actually be: $line =~ s/ (\d+),\d+#01//; if (defined $1) { $line = substr($line, 0, length($line)-$1-1); } Otherwise length 0 for errors_to address is not handled correctly. ---

Bug#345808: laptop-mode-tools: do not mount with noatime by default

2006-01-06 Thread Bart Samwel
Clemens Buchacher wrote: Package: laptop-mode-tools Version: 1.11-1 Severity: wishlist Hi, Some applications (mutt, for example) depend on file access time updates so I think the CONTROL_NOATIME option should be disabled by default. Not knowing where to look I only found out by chance why mutt

Bug#314271: libxklavier FTBFS

2006-01-06 Thread Steve Langasek
On Fri, Jan 06, 2006 at 02:13:08PM +0100, Daniel Schepler wrote: It looks to me like gnome 2.10 is in testing. Is there any reason remaining for me to hold off on making an NMU for libxklavier? Uh... not at all. GNOME 2.10 has actually been in testing for a while -- sorry for not following

Bug#346213: apt-show-versions: Could provide bash completion

2006-01-06 Thread Andrew Ferrier
Package: apt-show-versions Version: 0.09 Severity: wishlist It would be good if apt-show-versions provided a script for /etc/bash_completion.d to complete package names, options, etc. Thanks for your work on this package, it's really handy. Regards, Andrew Ferrier. -- System Information:

Bug#346214: isakmpd might use wrong SPI for outgoing packets

2006-01-06 Thread Jochen Friedrich
Package: isakmpd Version: 20041012-1 Severity: normal When using multiple tunnels between two peers, multiple SPIs are established. However, only one SPI is used by isakmpd for all outgoing traffic. This causes problems if the peer does check incoming packets against IP addresses the SPI was

Bug#346215: bash: a kill -TERM causes the EXIT trap to be executed

2006-01-06 Thread Vincent Lefevre
Package: bash Version: 3.1-1 Severity: normal With the following script, sh trapexitbug and bash trapexitbug cause the EXIT trap to be executed, which breaks traditional sh compatibility and, IMHO, is not POSIX-compliant (see the explanations in the script). Other shells, such as dash, ksh and

Bug#346216: ITP: ussp-push -- OBEX PUSH file transfer program

2006-01-06 Thread Simon Richter
Package: wnpp Severity: wishlist Owner: Simon Richter [EMAIL PROTECTED] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * Package name: ussp-push Version : 0.5 Upstream Author : Davide Libenzi davidel@xmailserver.org * URL : http://www.xmailserver.org/ussp-push.html *

Bug#346217: clisp: FTBFS on ia64

2006-01-06 Thread Nathanael Nerode
Package: clisp Version: 1:2.36-2 Severity: serious Justification: no longer builds from source Log is at http://buildd.debian.org/fetch.php?pkg=clispver=1%3A2.36-2arch=ia64stamp=1136422835file=logas=raw ... make[1]: Leaving directory `/build/buildd/clisp-2.36/debian/build/callback' make[1]:

Bug#241526: [Logcheck-devel] Bug#241526: logcheck: Logcheck ignoring by number of occurrences

2006-01-06 Thread Todd Troxell
Hey Erich, On Thu, Jan 05, 2006 at 12:30:33AM +0100, Erich Schubert wrote: Hi, I'd also like to be able to ignore messages unless they occur too often, and maybe group certain messages when they occur very often. A typical example is postfix/smtp: connect to

Bug#244724: EXIM-AUTH

2006-01-06 Thread Marc Haber
tags #244724 upstream user [EMAIL PROTECTED] usertags #244724 valid-bug thanks On Sat, Nov 26, 2005 at 05:25:47PM +0900, Osamu Aoki wrote: I forgot to attache diff. Here is one. I have committed some changes to svn. Thanks for providing a great starting point. Relevant to this bug may also be

Bug#314271: libxklavier FTBFS

2006-01-06 Thread Daniel Schepler
Le Vendredi 06 Janvier 2006 14:16, Steve Langasek a écrit : On Fri, Jan 06, 2006 at 02:13:08PM +0100, Daniel Schepler wrote: It looks to me like gnome 2.10 is in testing. Is there any reason remaining for me to hold off on making an NMU for libxklavier? Uh... not at all. GNOME 2.10 has

Bug#314327: tagging upstream

2006-01-06 Thread Marc Haber
tags #314327 upstream user [EMAIL PROTECTED] usertags #314327 valid-bug thanks Relevant to this bug may also be the discussion following http://www.exim.org/mail-archives/exim-users/Week-of-Mon-20050221/msg00348.html, the essence of the outcome being Andreas writing: We'll need to use a

Bug#345640: xserver-xorg: New Xorg crashes with kernel 2.6.14, but not with 2.6.12

2006-01-06 Thread Michel Dänzer
On Fri, 2006-01-06 at 13:41 +0100, Luca Capello wrote: [...] what should I do for the DRI bug? There is no bug, this is the reason why Option AGPFastWrite defaults to off. -- Earthling Michel Dänzer | Debian (powerpc), X and DRI developer Libre software enthusiast|

Bug#346206: Problem booting on IBM RS6000 7043-B50

2006-01-06 Thread Attilio Fiandrotti
데이터텍 wrote: Package: installation-reports Boot method: CD Image version: debian-31r1a-powerpc-netinst.iso , 2005-12-24 debian-31r0a-powerpc-netinst.iso , 2005-6-7 Date: Since 2006-1-2 I have been trying installation for IBM RS6000 B50 machine. Machine: IBM RS6000

Bug#346117: heartbeat: use invoke-rc.d in postinst ?

2006-01-06 Thread paddy
On Fri, Jan 06, 2006 at 12:18:54PM +0900, Horms wrote: heartbeat: use invoke-rc.d in postinst ? On Thu, Jan 05, 2006 at 07:07:30PM +, paddy wrote: Package: heartbeat Version: 1.2.3-9sarge4 Severity: important See the Subject. Is there a reason why not ? snip Hi Paddy, A

Bug#331716: Re: exim4: check_local_user should reject system users?

2006-01-06 Thread Marc Haber
user [EMAIL PROTECTED] usertags #307768 pending-maintainer-discussion usertags #331716 pending-maintainer-discussion thanks -- - Marc Haber | I don't trust Computers. They | Mailadresse im Header Mannheim,

Bug#331573: Solution is obvious

2006-01-06 Thread Nathanael Nerode
However the following packages replace it: xlibmesa-gl-dev libglu1-xorg-dev Change the Build-Deps to: xlibmesa-gl-dev | libgl-dev If you actually need libglu (I doubt it, but you can test in pbuilder), then change them to xlibmesa-gl-dev | libgl-dev, libglu1-xorg-dev | libglu-dev You don't

Bug#332548: xserver-xorg: breaks dual-head on radeon: more info

2006-01-06 Thread Michel Dänzer
On Thu, 2006-01-05 at 21:51 +0100, Lionel Elie Mamane wrote: I read this too fast: What you report is exactly what this bug report is about: 6.9.0-1 with MergedFB false doesn't send signal to secondary, [...] I think that's expected, as MergedFB unifies all single-device-multiple-outputs

Bug#338047: Background of packaging decisions

2006-01-06 Thread Michel Dänzer
On Fri, 2006-01-06 at 11:12 +0100, Martin Steigerwald wrote: Alex Deucher suggest that libgl1-mesa-dri might become the official DRI driver source in the future That's correct. As of version 7.0, X.Org no longer ships a copy of the Mesa tree. I considered installing libgl1-mesa-dri, but

Bug#345521: laptop-mode-tools: Wrong path in /etc/acpi/actions/lm_battery.sh

2006-01-06 Thread Bart Samwel
Daniel Maier wrote: Package: laptop-mode-tools Version: 1.11-1 Severity: minor Wrong path to lm_battery.sh mentioned in line /etc/acpi/actions/lm_battery.sh:52. Should be '/etc/acpi/actions/lm_battery.sh' instead of '/etc/acpi/lm_battery.sh'. Ah, you're right. Will be fixed in the next

Bug#345523: laptop-mode-tools: typo in config

2006-01-06 Thread Bart Samwel
Daniel Maier wrote: Package: laptop-mode-tools Version: 1.11-1 Severity: minor In /etc/laptop-mode/laptop-mode.conf:107 'Shoudl' should be 'Should'. Thanks! --Bart -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#346204: Bug#342720: texmacs: errors and warnings during font generation

2006-01-06 Thread Ralf Treinen
On Fri, Jan 06, 2006 at 12:21:56PM +0100, Magnus Ekdahl wrote: Laurent Bonnaud wrote: Package: texmacs Version: 1:1.0.6-1 Severity: minor Hi, when I start texmacs in an account where the ~/.TeXmacs/ directory does not exist and read the full user manual, I see - error messages:

Bug#346218: pget: must close connections that already transmitted their share

2006-01-06 Thread Henrique de Moraes Holschuh
Package: lftp Version: 3.4.0-1 Severity: important At least in ftp mode, pget is not closing the connections that have already transmitted their share. This leads to absurd waste of bandwitdh when dealing with really huge files (like CD or DVD iso images) if every partition does not transfer at

Bug#275315: Please test

2006-01-06 Thread fellow
Hello, Could you please do a try using grub 0.97-2 or newer? It solved some major issues and should work. Thanks in advance, -- O T A V I OS A L V A D O R - E-mail: [EMAIL PROTECTED] UIN: 5906116 GNU/Linux User: 239058

Bug#344029: Bug #344029: Patch to fix this security bug

2006-01-06 Thread Niko Tyni
On Wed, Jan 04, 2006 at 03:27:48AM -0800, Don Armstrong wrote: Attached is the patch for the NMU that I am preparing; I will upload it to a delay queue sometime tomorrow (assuming it checks out when I've had more sleep.) Hi, and thanks for the patch. FWIW, we discussed this package a bit

Bug#345640: xserver-xorg: New Xorg crashes with kernel 2.6.14, but not with 2.6.12

2006-01-06 Thread Luca Capello
Hello Michel! On Fri, 06 Jan 2006 14:41:06 +0100, Michel Dänzer wrote: On Fri, 2006-01-06 at 13:41 +0100, Luca Capello wrote: [...] what should I do for the DRI bug? There is no bug, this is the reason why Option AGPFastWrite defaults to off. Sorry, probably I missunderstood what r300

Bug#345337: Should not set base_dir in /etc/jackrc

2006-01-06 Thread Martin Michlmayr
* Michael Banck [EMAIL PROTECTED] [2006-01-05 22:00]: I do not think that jack's general behaviour should be to rip/encode into cwd, but rather to the user's music collection. On the other hand, I concede that ~/jack is probably not the best location, but back when I introduced it, there was

Bug#346142: /var/lib/dumpdates missing in action

2006-01-06 Thread Zlatko Calusic
Bdale Garbee [EMAIL PROTECTED] writes: On Thu, 2006-01-05 at 23:55 +0100, Zlatko Calusic wrote: Somehow /var/lib/dumpdates is gone missing on all of my machines in the last few days. My fault. It was supposed to be removed on a purge, but the way the postrm is currently coded will cause

Bug#345801: main window empty

2006-01-06 Thread Brian Nelson
Hadmut Danisch [EMAIL PROTECTED] writes: On Thu, Jan 05, 2006 at 06:08:00PM -0500, Brian Nelson wrote: Does the new version, 4.1.0, which just hit unstable today, look better to you? Yup, now there is a menu bar. But shouldn't there be a status bar at the bottom as well? There

Bug#346220: xlibs-data: unable to upgrade « /etc/X11/xkb/symbols/ar »

2006-01-06 Thread Monsieur Julien
Package: xlibs-data Version: 6.9.0.dfsg.1-1 Severity: normal Préparation du remplacement de xlibs-data 6.8.2.dfsg.1-11 (en utilisant /xlibs-data_6.9.0.dfsg.1-1_all.deb) ... Dépaquetage de la mise à jour de xlibs-data ... dpkg : erreur de traitement de

Bug#346219: axyl: French debconf templates translation update

2006-01-06 Thread Jean-Luc Coulon (f5ibh)
Package: axyl Severity: wishlist Tags: l10n Hi, Please find attached the French debconf templates translation update, proofread by the debian-l10n-french mailing list contributors. Regards Jean-Luc -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy:

Bug#346221: rt2500-source: Build stops on ppc (2-6.15) because of bad directory indication

2006-01-06 Thread Richard Bonichon
Package: rt2500-source Version: 1.1.0+cvs20051217-1 Severity: serious Justification: no longer builds from source The make command to build from the source is looking for arch/powerpc directory that does not exist in the current 2.6.15 kernel (named ppc). Remark: Building from source otherwise

Bug#346211: mozilla-thunderbird: Selecting msgs with shift+click _fail_ with the slightest mouse movement

2006-01-06 Thread Alexander Sack - Debian Bugmail
On Fri, Jan 06, 2006 at 01:49:23PM +0100, Helge Hafting wrote: These days, this _fails_ often. When I click the mouse, especially when I perform this routine work _fast_, the messages aren't selected. Instead the mouse pointer turns into a stupid document icon as if I was trying to drag

Bug#213260: pine-tracker: Please use debconf for announcing new versions

2006-01-06 Thread Santiago Vila
severity 213260 important thanks On Mon, 29 Sep 2003, Oliver Bausinger wrote: Package: pine-tracker Version: 4.58-1 Severity: wishlist Having pine-tracker installed breaks non-interactive installations because of the prompt. It would be great if the prompt could be a debconf question of

Bug#326466: Is mesa actually maintained?

2006-01-06 Thread Nathanael Nerode
Hello! This is one of 5 RC bugs, apparently with no maintainer response. Apparently the list which is listed as the maintainer is rejecting messages (336752), which probably contributes to the problem. Hence the Cc: to debian-devel. This bug is trivial to fix, and because it prevents mesa

Bug#346223: FTBFS on hppa in debian/rules

2006-01-06 Thread Kilian Krause
Package: util-vserver Version: 0.30.209-1 Severity: serious While building the util-vserver package on hppa the following error occurs: $ debuild -B dpkg-buildpackage: source package is util-vserver dpkg-buildpackage: source version is 0.30.209-1 dpkg-buildpackage: source changed by Ola Lundqvist

Bug#346225: Entry in scalable-cyrfonts-tex.map points to missing font ftmr6r.pfb

2006-01-06 Thread Javor
Package: scalable-cyrfonts-tex Version: 4.8 Severity: normal There is an entry in the file /etc/texmf/map/dvips/scalable-cyrfonts-tex.map which points to font name ftmr6r.pfb. But no font with the given name is provided by this package (nor by its dependencies). The following lines illustrate

Bug#346224: eclipse-platform-common: eclipse starter script will not set JAVA_HOME found from /etc/eclipse/java_home

2006-01-06 Thread Thomas Morin
Package: eclipse-platform-common Version: 3.1.1-7 Severity: normal Tags: patch There is a small bug in eclipse starter script : export JAVA_HOME is done inside a while loop. But shell is tricky: the while actually creates a subprocess, so since the export is done there, it doesn't impact the rest

Bug#346226: txt2regex: syntax error on line 520

2006-01-06 Thread Martin Bagge / brother
Package: txt2regex Version: 0.8-2 Severity: grave Justification: renders package unusable Just installed txt2reg via apt and got the following error on the first (and for that matter second execution: [EMAIL PROTECTED]:~$ txt2regex /usr/bin/txt2regex: line 520: syntax error near unexpected

Bug#346227: libxvmc-dev: no symlinks for libXvMCW and libviaXvMC* in package

2006-01-06 Thread Henning Glawe
Package: libxvmc-dev Version: 6.9.0.dfsg.1-1 Severity: important ld does link libXvMCW statically at the moment, because the versionless symlink is missing in the xvmc development package. the same problem exists for the via XvMC shared libraries. p.s.: severity is important due to the fact it

Bug#346222: exim4-config: should probably allow ' in local parts

2006-01-06 Thread Marc Haber
Package: exim4-config Version: 4.60-1 Severity: minor this needs to be usertagged pending-maintainer-discussion We should probably allow ' in local parts by default. miles.o'[EMAIL PROTECTED] is a valid and not absurd mail address. Greetings Marc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#346231: modprobe does not like the blacklist entries in linux-sound-base_noOSS

2006-01-06 Thread Luis F. Ortiz
Package: linux-sound-base Version: 1.0.10-3 Severity: important Since linux-sound-base is using the blacklist command to modprobe, you need to require the use of module-init-tools version 3.2.1 or later. I know 3.2-pre1-2 (sarge) is not good enough. A simple dependency update should do the

Bug#346229: raggle exits with an undefined method error in draw_items

2006-01-06 Thread Thomas Poindessous
Package: raggle Version: 0.4.4-1 Severity: grave Justification: renders package unusable Hi, I got this error in raggle : /usr/bin/raggle:2937:in `draw_items': undefined method `' for nil:NilClass (NoMethodError) from /usr/bin/raggle:2933:in `draw_items' from /usr/bin/raggle:3526:in

Bug#346228: xchat: Weird behaviour with font kerning

2006-01-06 Thread Roland Mas
Package: xchat Version: 2.4.5-2 Severity: normal Using the DejaVu Sans 12 font for the text box, I get slightly weird displays. If someone whose nick contains kerned bigrams (such as To) types some text containing non-ASCII characters, the message is displayed slightly shifted to the left,

Bug#346234: samba-common: example command for the add machine script option do not work on Debian

2006-01-06 Thread Renaud Duhaut
Package: samba-common Version: 3.0.14a-3sarge1 Severity: minor Here is the example command for the add machine script option in smb.conf manpage : add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /var/lib/nobody -s /bin/false %u It do not work for two reasons : 1. Unlike Red

Bug#346232: bad symlinks in /usr/share/doc/ekg2

2006-01-06 Thread Bartosz Fenski aka fEnIo
Package: ekg2 Version: 20051219+2025-1 Severity: minor -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello. There are two bad symlinks in /usr/share/doc/ekg2 directory: ([EMAIL PROTECTED])/usr/share/doc/ekg2$find -type l ./vars.txt ./commands.txt ([EMAIL PROTECTED])/usr/share/doc/ekg2$cat

Bug#346235: libapache2-mod-auth-mysql: Depends: libmysqlclient12 but it is not installable [unmet dependencies]

2006-01-06 Thread migiel
Package: libapache2-mod-auth-mysql Severity: important using apt-get install libapache2-mod-auth-mysql in amd64 (x86_64) testing environment. The following packages have unmet dependencies: libapache2-mod-auth-mysql: Depends: libmysqlclient12 but it is not installable E: Broken packages

Bug#346230: gsm-utils: uselessly installs non-executable scripts into /usr/bin

2006-01-06 Thread Andrew Suffield
Package: gsm-utils Severity: important /usr/bin/gsmsmsspool and /usr/bin/gsmsmsrequeue are not executable -- .''`. ** Debian GNU/Linux ** | Andrew Suffield : :' : http://www.debian.org/ | `. `' | `- -- | signature.asc Description: Digital

Bug#346233: guile-gnome-platform: debuild fails, guile-gnome-gw-atk.c

2006-01-06 Thread david
Package: guile-gnome-platform Severity: serious Justification: no longer builds from source apt-get build-dep guile-gnome-platform apt-get source guile-gnome-platform cd guile-gnome-platform-2.7.99 [EMAIL PROTECTED]:/usr/src/guile-gnome-platform-2.7.99 26 $ debuild dpkg-buildpackage:

Bug#221698: Re: Bug#221698: exim4: please include support for ACLs replacing headers

2006-01-06 Thread Marc Haber
user [EMAIL PROTECTED] usertags #221698 on-upstreams-wishlist thanks On Thu, Nov 20, 2003 at 12:46:25AM +0100, Andreas Metzler wrote: Afaik currently the optimal way to do is almost the one you described. - You can do without adding the bogus X-Local-Spam-Score header by using a $acl_*

Bug#346236: Clicking the About menu crashes the app

2006-01-06 Thread Yavor Doganov
Package: muine Version: 0.8.3-7 Severity: normal When choosing About from the menu muine crashes immediately. I can reproduce this an all my x86 machines, both testing and unstable. -- Yavor Doganov -- System Information: Debian Release: testing/unstable APT prefers testing APT policy:

Bug#244724: EXIM-AUTH

2006-01-06 Thread Osamu Aoki
On Fri, Jan 06, 2006 at 02:32:39PM +0100, Marc Haber wrote: tags #244724 upstream user [EMAIL PROTECTED] usertags #244724 valid-bug thanks Relevant to this bug may also be the discussion following http://www.exim.org/mail-archives/exim-users/Week-of-Mon-20050221/msg00348.html Hi, After

Bug#346237: spamd errors (warn: preform: select returned error on server filehandle: Interrupted system call

2006-01-06 Thread Kyle Wheeler
Package: spamassassin Version: 3.1.0a-0volatile2 I am getting a lot of errors in my log about the preforking algorithm. They look like this: [25715] info: prefork: child states: BB [25715] info: spamd: server successfully spawned child process, pid 24164 [25715] info: prefork: child states:

Bug#220773: Re: exim4 won't send client-side certificates

2006-01-06 Thread Marc Haber
user [EMAIL PROTECTED] usertags close-20060430 gnutls thanks On Fri, Apr 01, 2005 at 08:11:08PM +0200, Marc Haber wrote: On Fri, Nov 14, 2003 at 09:50:14AM -0500, Noah Meyerhans wrote: Exim doesn't send a certificate when operating on the client-end of a secure SMTP conversation, even when

Bug#281572: libxine1: xvmcw in unstable

2006-01-06 Thread Henning Glawe
On Thu, Jan 05, 2006 at 05:32:18PM +0100, Henning Glawe wrote: Package: libxine1 Followup-For: Bug #281572 Hi folks, you can rebuild xinelib now with xvmc wrapper support against unstable now; the extra libxvmcw1 packages I put under http://www.physik.fu-berlin.de/~glaweh/debian should not

Bug#269806: debian-installer: hotplug configuration leaves mail in /var/mail/mail

2006-01-06 Thread Marc Haber
user [EMAIL PROTECTED] usertags #269806 valid-bug thanks Hi, the discussion regarding #269806 has somewhat stalled in March, and I'd like to revive it to have this solved for etch. On Wed, Mar 30, 2005 at 01:01:06AM +0200, Marc Haber wrote: The exim 4 maintainers are open to suggestions. The

Bug#272487: mailman: Problem solved: doesn't use VERP

2006-01-06 Thread Cord Beermann
reopen 272487 retitle 272487 mailman: Provide more information about VERP-Usage severity 272487 normal thanks Hallo! Du (Lionel Elie Mamane) hast geschrieben: You should note that mailman uses VERP-Mails to sent out Bounce-Probes, and if it not possible to run Mailman without VERP you should

Bug#288200: bug now renders package uninstallable

2006-01-06 Thread Nathanael Nerode
severity 288200 grave thanks libmusicbrainz-2.0 has been removed from unstable. This means that this bug now makes this package uninstallable in unstable, which is grave. -- Nathanael Nerode neroden at gcc.gnu.org Doom! Doom! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Bug#222540: exim4-daemon-heavy: exiscan demime facility uses improper umask

2006-01-06 Thread Marc Haber
user [EMAIL PROTECTED] usertags #222540 ping-20060228 thanks On Sun, Nov 30, 2003 at 09:01:29PM +0300, Yury Shevchuk wrote: I have noticed a small defect in exiscan part of exim4. When demime unpacks the message, the files are created with mode 0666. This is not too dangerous as the scan

Bug#315641: status of slang 2 upgrade?

2006-01-06 Thread Jim Mintha
On Thu, Jan 05, 2006 at 02:15:23AM -0500, Nathanael Nerode wrote: Hello! Any luck with this? There's only 10 source packages left using slang 1 (apart from slang 1 itself) and this is one of them. I hoped to be able to tell you that I had it working, but after a number of hours working on

Bug#331642: RFH: fetchmail -- SSL enabled POP3, APOP, IMAP mail gatherer/forwarder

2006-01-06 Thread Kurt Roeckx
Hi, This RFH seems to be open for quiet a while without any action. Several people seem to have offered being co-maintainer. Can someone please shed some light on what's going on with it? Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#308987: acknowledged by developer (Doc-base file fixed)

2006-01-06 Thread Laurent Bonnaud
On jeu, 2006-01-05 at 14:48 -0800, Debian Bug Tracking System wrote: This is an automatic notification regarding your Bug report #308987: regina-normal-doc: error in doc-base file, which was filed against the regina-normal-doc package. The doc-base file was fixed in the 4.2-2 upload on 29 Aug

Bug#306527: Re: Re: exim4-config (--configure) installation of the package fails.

2006-01-06 Thread Marc Haber
user [EMAIL PROTECTED] usertags #306527 close-20060430 thanks On Sun, May 01, 2005 at 12:54:06PM +0200, Marc Haber wrote: On Wed, Apr 27, 2005 at 10:33:49AM +0200, Marc Haber wrote: Which exim4-daemon do you have installed, and what is your version of libdb4.2? May I remind? I'm going to

Bug#314356: exim4-daemon-heavy: Spool file is locked in mainlog

2006-01-06 Thread Marc Haber
user [EMAIL PROTECTED] usertags #314356 gnutls ping-20060131 thanks On Wed, Jun 15, 2005 at 11:36:38PM +0200, Sylvain LE GALL wrote: From time to time, there is an exim4 process that eats 100% of the CPU for hours (it doesn't stop until i kill it with a kill -9 signal). The mainlog keep

Bug#302805: exim4-config: always Network is unreachable at start

2006-01-06 Thread Marc Haber
user [EMAIL PROTECTED] usertags #302805 patch-appreciated close-20060430 thanks On Tue, May 03, 2005 at 09:56:18PM +0200, Marc Haber wrote: On Mon, May 02, 2005 at 07:53:41AM +0800, Dan Jacobson wrote: Upon connection to the net, things start too fast, too fast for pdnsd or whatever, so

Bug#328391: [dpatch-maintainers] Bug#328391: debian-only patch

2006-01-06 Thread Charles Fry
In fact, this test could automatically be performed with the test: if [ $(find . -maxdepth 1 -mindepth 1 -print | egrep -v './(CVS|.svn)') = './debian' ]; then erm... you don't support arch and git ? Never used them, but would love to know how they work. ;-) I also realized that

Bug#332548: xserver-xorg: breaks dual-head on radeon: more info

2006-01-06 Thread Lionel Elie Mamane
On Fri, Jan 06, 2006 at 02:58:36PM +0100, Michel Dänzer wrote: On Thu, 2006-01-05 at 21:51 +0100, Lionel Elie Mamane wrote: I read this too fast: What you report is exactly what this bug report is about: 6.9.0-1 with MergedFB false doesn't send signal to secondary, [...] I think that's

Bug#314184: Re: Bug#314184: exim4-config: Missing macro for SMTP smarthosts which require AUTH but do not provide encrypted connection.

2006-01-06 Thread Marc Haber
user [EMAIL PROTECTED] usertags #314184 close-20060430 thanks On Wed, Jun 15, 2005 at 07:25:20AM +0200, Marc Haber wrote: hi, snip Please substantiate your proposal. No answer was received. I intend to close this bug report on 2006-04-30 if no substantiation arrives. Greetings Marc --

Bug#331642: [pkg-fetchmail-maint] Re: RFH: fetchmail -- SSL enabled POP3, APOP, IMAP mail gatherer/forwarder

2006-01-06 Thread Nico Golde
Hallo Kurt, * Kurt Roeckx [EMAIL PROTECTED] [2006-01-06 16:36]: This RFH seems to be open for quiet a while without any action. Several people seem to have offered being co-maintainer. Can someone please shed some light on what's going on with it? We will close this bug with the upload of

Bug#342608: Disable ipv6 could be harmful

2006-01-06 Thread Lorenzo Martignoni
* Jeroen van Wolffelaar [EMAIL PROTECTED]: Package: shorewall Version: 2.2.3-2 The default shorewall config says: | # Setting DISABLE_IPV6=Yes will cause Shorewall to disable IPV6 traffic | # to/from and through your firewall system. This requires that you have | # ip6tables installed.

Bug#344538: build problems on sarti (was: Bug#344538: tetex-base: tex-common to Pre-Depends, otherwise installation fails)

2006-01-06 Thread Thibaut VARENE
On 1/6/06, Martin-Éric Racine [EMAIL PROTECTED] wrote: [...] Anyhow, given how hppa is already among the architectures that did not re-qualify for Etch, I propose that, from now on, hppa be ignored for deciding whether a package is considered valid for going into Testing. I believe that you

Bug#345519: Upload fix soon?

2006-01-06 Thread Filipus Klutiero
Hi, this is not related to this bug, but posted here since this is the first blocker for getting the timezone fix in Etch. I don't know what you're waiting to upload the fix, but if it's possible, I think that doing it quickly could be useful, since it's not clear whether the glibc/util-linux

Bug#332548: xserver-xorg: breaks dual-head on radeon: more info

2006-01-06 Thread Michel Dänzer
On Fri, 2006-01-06 at 15:49 +0100, Lionel Elie Mamane wrote: I really don't think it is done on purpose: Why bother going through all the mode validation on the secondary, and _SELECT_ a mode(line) from the secondary if it is to turn off output to it? Look at the logs. The driver thinks it

Bug#344958: [Pbuilder-maint] Bug#344958: pbuilder: creates files with weird owner/group

2006-01-06 Thread Lars Wirzenius
pe, 2006-01-06 kello 21:31 +0900, Junichi Uekawa kirjoitti: Fixed up a bit more, and it's working: Excellent, thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#344032: [344032] bugfix for: bbdb: File error: Cannot open load file, bbdb-autoloads

2006-01-06 Thread Erich Waelde
Hi all, 1. The installation of bbdb fails due to a bug in /usr/share/emacs/site-lisp/bbdb/lisp/Makefile The single quotes make the ending backslashes show up in the lisp code passed to emacs. 2. The real problem is, that the install continues after throwing an error. fix for 1.

Bug#345891: needs update for new archive key

2006-01-06 Thread Joey Hess
Steve Langasek wrote: The ISO images are generated on a different machine from ftp-master, with their own Release files which must be signed by a separate key. The policy for those keys (and for keys used for signing stable in general?) probably needs to be separate from that used on the ftp

Bug#346214: isakmpd might use wrong SPI for outgoing packets

2006-01-06 Thread Jean-Francois Dive
could you check who many tunnels are setup in the kernel, the right number i believe. Does the selector (SPD) matches what's been negotiated between openswan and isakmpd ? Could you send me more details like the verbose log of isakmpd as well as the dump of the sa and spd on both side ? If the

Bug#346083: Solution

2006-01-06 Thread Dominik Schramm
The following diff fixes this issue. The problem was in fact that $msg-{to} is empty in MailScanner/Config.pm (around line 446): if ($direction =~ /t/) { # Match against every To address if (defined $tooverride) { push @matches, split( ,$value) if $tooverride =~ /$regexp/; } else {

Bug#346115: lineak-xosdplugin: doesn't print onscreen messages anymore

2006-01-06 Thread Aurelien Jarno
tag 346115 + unreproducible thanks Erik Meusel a écrit : Package: lineak-xosdplugin Version: 1:0.8.3-6 Severity: grave Justification: renders package unusable Tags: patch Hi Hi, lineak-xosdplugin doesn't print its onscreen messages. The problem seems to be in the initialize_display

Bug#346238: gsm-utils: deletes and recreates the gsmsms user on each upgrade (!?)

2006-01-06 Thread Andrew Suffield
Package: gsm-utils Severity: important gsm-utils calls deluser unconditionally on gsmsms in prerm, so that the user is removed and recreated on every upgrade. Don't do that, it's crazy. -- .''`. ** Debian GNU/Linux ** | Andrew Suffield : :' : http://www.debian.org/ | `. `'

Bug#345868: Policy should require _pic libraries for static-only libraries

2006-01-06 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathanael Nerode [EMAIL PROTECTED] writes: Gerrit Pape wrote: I can't see how you justify severity serious, not through policy AFAIK. Good point. Let's amend policy to require that a _pic.a library be provided for any static-only library; it

Bug#346240: gsm-utils: syslog support does not work

2006-01-06 Thread Andrew Suffield
Package: gsm-utils Despite being invoked with the -L option, gsmsmsd doesn't log anything to syslog. A quick glance at the source indicates that this is because it doesn't actually process the -L option at all - adding the relevant case 'L': enableSyslog = true; break; makes it work. -- .''`.

Bug#346239: Javascript and HTML injection on http://bugs.debian.org/cgi-bin/pkgreport.cgi

2006-01-06 Thread Frederik Reiss
Package: bugs.debian.org Severity: critical Tags: security Justification: root security hole On http://bugs.debian.org/cgi-bin/pkgreport.cgi it is easy possible to inject javascript and html tags:

Bug#346241: gnupg: should be able to fall back to non-smartcard subkey when smart card is not available

2006-01-06 Thread Steinar H. Gunderson
Package: gnupg Version: 1.4.2-2 Severity: normal Hi, I have an OpenGPG smart card with its own subkeys (for encryption and signing). Since I often don't have my smart card available (for instance, I might be using ssh from my laptop home, as I read all my mail there), I've set the non-smart card

Bug#346242: ftbfs: build-depends on libdb4.1++-dev

2006-01-06 Thread Blars Blarson
Package: xsim Version: 0.3.9.4-6 Severity: serious Justification: fails to build from source xsim build-depends on the no longer available libdb4.1++-dev package. Since it has multiple longstanding release-critical bugs and has never been in a stable release, I think it should be considered for

Bug#346244: freetype1: FTBFS: Build dependency on xlibs-dev

2006-01-06 Thread Kurt Roeckx
Package: freetype1 Version: 1.4pre.20050518-0.1 Severity: serious Hi, Your package still has a build dependency on xlibs-dev. This has been removed as announced on: http://lists.debian.org/debian-devel-announce/2005/11/msg00022.html This means your package is now failing to build. Kurt --

Bug#346243: libcrypto++-dev: fails to identify crypto++ release

2006-01-06 Thread sid z0n3
Package: libcrypto++-dev Version: 5.2.1c2a-2 Severity: minor Hi, new version of cryptlib.h at line 7 has a tab instead of a space. So some program ( amule etc..) that uses grep and cut to identify crypto++ version has Reference as result instead of 5.2.1. Information: Debian Release:

Bug#297915: bug 297915 is forwarded to http://www.exim.org/mail-archives/exim-dev/2005-March/msg00012.html

2006-01-06 Thread Marc Haber
user [EMAIL PROTECTED] usertags #297915 forwarded-upstream forwarded #297915 http://www.exim.org/bugzilla/show_bug.cgi?id=68 thanks -- - Marc Haber | I don't trust Computers. They | Mailadresse im Header

Bug#344032: [344032] bugfix for: bbdb: File error: Cannot open load file, bbdb-autoloads

2006-01-06 Thread Roland Mas
Erich Waelde (2006-01-06 16:05:53 +0100) : Hi all, 1. The installation of bbdb fails due to a bug in /usr/share/emacs/site-lisp/bbdb/lisp/Makefile The single quotes make the ending backslashes show up in the lisp code passed to emacs. Hmm. So it's still a bug in bbdb (or in its packaging,

Bug#346245: libxklavier: Diff for 2.0-0.3 NMU

2006-01-06 Thread Daniel Schepler
Package: libxklavier Severity: normal Version: 2.0-0.3 I've attached the patch for the 2.0-0.3 libxklavier NMU I'm uploading soon. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell:

Bug#202517: Documentation for 4.60 reworked completely

2006-01-06 Thread Marc Haber
user [EMAIL PROTECTED] usertags 202517 old-format-docs close-20060331 usertags 233925 old-format-docs close-20060331 usertags 245421 old-format-docs close-20060331 usertags 268083 old-format-docs close-20060331 usertags 271559 old-format-docs close-20060331 usertags 271561 old-format-docs

Bug#332548: xserver-xorg: breaks dual-head on radeon: more info

2006-01-06 Thread Lionel Elie Mamane
On Fri, Jan 06, 2006 at 04:27:06PM +0100, Michel Dänzer wrote: On Fri, 2006-01-06 at 15:49 +0100, Lionel Elie Mamane wrote: I really don't think it is done on purpose: Why bother going through all the mode validation on the secondary, and _SELECT_ a mode(line) from the secondary if it is to

Bug#345334: new perl-tk package

2006-01-06 Thread Michael Hartmann
Hi, Because I have to use perl-tk and gtp-programs I have created a new debian package with a patched up to date version of perlTk. You may download it from http://m19s28.vlinux.de/estel/debian/. This is my first debian package that I have build, so: It may work on x86, but ABSOLUTLEY NO

Bug#346229: raggle exits with an undefined method error in draw_items

2006-01-06 Thread Michael Ablassmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 tags 346229 + moreinfo thanks hi, On Fri, Jan 06, 2006 at 04:03:36PM +0100, Thomas Poindessous wrote: I got this error in raggle : /usr/bin/raggle:2937:in `draw_items': undefined method `' for nil:NilClass (NoMethodError) from

<    1   2   3   4   5   >