Bug#304490: mail-notification: Unable to parse Gmail data

2005-04-20 Thread Pascal Giard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andrea Briganti wrote:
| Today mail-notificaion applet is unable to check my gmail account.
|
| In the popup I can read: [EMAIL PROTECTED]: unable to parse Gmail
| data.
do you still have that problem?
it works fine for me...
| I'm using Gmail with italian language, this shall provoke this problem?
i doubt it.
- -Pascal
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCZe/w1Lfd97FsypURAlbFAKCDw8f2D98q5lBid6i/z3MD6KWjlgCfZ8ki
1ptoFD4YHEza1UUg8+rBRH4=
=9dUQ
-END PGP SIGNATURE-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#305074: icewm: return focus after leaving xpdf

2005-04-20 Thread Marko Macek
Dan Jacobson wrote:
E A-Ha. Hint for the future: Please, follow the general rules about filing
E bugs? (environment description, exact version data of all involved
First lets see if you can reproduce it before I bog things up with
distracting wads.
E Let me see if we mean the same thing:
E  - start xpdf
E  - open the Zoom menu, not closing it
E  - try to do quickswitch (alt-tab), does no work
Nope:
- start xpdf from a shell window: $ xpdf
- open the Zoom menu, pick any magnification, release the mouse, now
  the new magnification % appears in the bottom of the window.
- type q quitting xpdf.
- now the shell cursor is hollow. We cannot type into the shell.
  We must switch again to the shell window to continue typing to it!
 

Please post your icewm (focus related) settings.
Is your machine relatively fast or slow?
Regards,
   Mark
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#305468: libdbd-pg-perl leaks memory when using execute()

2005-04-20 Thread Kevin Brown
Package: libdbd-pg-perl
Version: 1.41-1
Severity: important


libdbd-pg-perl leaks memory when using the execute() statement handle
method.  Attached is a program that clearly illustrates the problem.
Simply run it (subsitute whatever you need in the connect string) and,
using 'top', watch as it eats more and more memory over time.

I discovered this because I run a nighly job which does a stat() on
all the files in my filesystem and sticks the results into a table.
Normally the process takes perhaps a couple of hours, but today it
took about 6, and the system was paging much more than usual.  Top
showed the process eating a gigabyte of memory when all was said and
done (it had inserted, via the execute(), some 2.5 million rows by
then).


The amount of memory leaked per execute() action appears to be related
to the size of the prepared statement, or perhaps to the number of
arguments needed.  I haven't bothered to empirically determine which
is the case here, but it's why the prepared statement in the sample
code is as large as it is (given what it's doing) -- it makes the
memory leak a bit more obvious.


I haven't tested whether or not the memory gets freed when the
statement handle is closed.  I figured it would probably be sufficient
to submit the bug with a program that shows it in action.




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

Versions of packages libdbd-pg-perl depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libdbi-perl 1.46-6   Perl5 database interface by Tim Bu
ii  libpq3  7.4.7-5  PostgreSQL C client library
ii  perl5.8.4-8  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.4]   5.8.4-8  The Pathologically Eclectic Rubbis

-- no debconf information

-- 
Kevin Brown   [EMAIL PROTECTED]
#!/usr/bin/perl

use strict;

use DBI;


my $dbh;
my $sth;
my $n = 0;

select(STDOUT);
$| = 1;

$dbh = DBI-connect(DBI:Pg:dbname=kevin, undef, undef, {AutoCommit = 0}) || die blah!;
$dbh-do(CREATE TABLE footemp (x integer, y integer));
$sth = $dbh-prepare(UPDATE footemp SET x = 1 WHERE y = ? AND x = ? AND y = ? AND x = ? AND y = ? AND x = ? AND y = ? AND x = ? AND y = ? AND x = ? AND y = ? AND x = ?);
while (1) {
	$sth-execute(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);
	$n++;
	print . if ($n % 1000 == 0);
	print \n if ($n % 75000 == 0);
}



Bug#303920: FW: Bug#303920: libc6: Nicaragua introduces DST at 12:00pm 09/04/ 2005

2005-04-20 Thread Paul Eggert
[EMAIL PROTECTED] writes:

 How can I stay in sync with this issue?

For the tz database, you can visit ftp://elsie.nci.nih.gov/pub/.
You can also subscribe to the tz mailing list as described in
http://www.twinsun.com/tz/tz-link.htm (look for subscribe).

For Debian, you can visit
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=303920.
(I think you get copies of all further bug reports sent there.)


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



Bug#305469: cupsys: /usr/lib/cups/backend/http missing

2005-04-20 Thread Phil Dibowitz
Package: cupsys
Version: 1.1.23-9
Severity: grave
Justification: renders package unusable


When starting up cuspsys and attempting to print, this shows up in the
logs:

I [19/Apr/2005:22:53:36 -0700] Started backend /usr/lib/cups/backend/http (PID 
17285) for job 67.
E [19/Apr/2005:22:53:36 -0700] PID 17285 stopped with status 22!
I [19/Apr/2005:22:53:36 -0700] Hint: Try setting the LogLevel to debug to 
find out more.
I [19/Apr/2005:22:53:36 -0700] Saving printers.conf...

Interestingly:

[EMAIL PROTECTED] cups]# ls -l /usr/lib/cups/backend/http
ls: /usr/lib/cups/backend/http: No such file or directory
[EMAIL PROTECTED] cups]# 

It's not there (anymore?). Printing on this host is completely unusable
now. I tried an apt-get --reinstall install cupsys but that didn't
help.

-Phil


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

Versions of packages cupsys depends on:
ii  adduser 3.63 Add and remove users and groups
ii  debconf 1.4.48   Debian configuration management sy
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libcupsimage2   1.1.23-9 Common UNIX Printing System(tm) - 
ii  libcupsys2-gnutls10 1.1.23-9 Common UNIX Printing System(tm) - 
ii  libgnutls11 1.0.16-13GNU TLS library - runtime library
ii  libpam0g0.76-22  Pluggable Authentication Modules l
ii  libpaper1   1.1.14-3 Library for handling paper charact
ii  libslp1 1.0.11a-2OpenSLP libraries
ii  patch   2.5.9-2  Apply a diff file to an original
ii  perl-modules5.8.4-8  Core Perl modules
ii  xpdf-utils  3.00-13  Portable Document Format (PDF) sui
ii  zlib1g  1:1.2.2-4compression library - runtime

-- debconf information:
  cupsys/raw-print: true
  cupsys/backend: ipp, lpd, parallel, socket, usb


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



Bug#283747: martmontools: program smartd is using a deprecated SCSI ioctl, please convert it to SG_IO

2005-04-20 Thread Bruce Allen
I'm indicating in the man page that the 2.6 kernel series is stopping
support for the /dev/sdX devices.  You have to use /dev/tweX or /dev/twaX.

Cheers,
Bruce



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



Bug#289982: ACPI problems with kernel 2.6.x for Dell Inspiron 4100

2005-04-20 Thread maximilian attems
quick note that's a dup of #289990.
solved by append=pci=acpi or append=acpi=noirq
and newer acpi since kernel-image-2.6.10.

--
maks


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



Bug#283715: kernel-image-2.6.9-1-k7: Removes /initrd.img, makes system unbootable

2005-04-20 Thread maximilian attems
reassign 283715 kernel-package
stop

On Tue, 30 Nov 2004, Mikael Hedin wrote:

 The install script removed my /initrd.img link to the, sayin removing
 dangling symlink. It was perfectly working, pointing to the img from
 the last installed version. This happened when upgrading to version -3
 from -2.

that also happened to me in that timeframe,
since then it never happened again.
may be fixed in kernel-package.  therefor reassigning.

--
maks


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



Bug#292478: oops on boot with usb cdburner attached

2005-04-20 Thread inkwire
Works fine for me booting with Kernel 2.6.8-2, IBM ThinkPad R40e type
2684, external USB Plextor PX-S2410TU using USB 1.1.





Bug#305387: Keeps crashing

2005-04-20 Thread Ralf Hildebrandt
I downloaded the new package from incoming, and now squid crases all
the time, with:

assertion failed: store_swapout.c:232: mem-inmem_lo == 0

See the log:

2005/04/20 08:54:32|   Took 5.7 seconds (108280.6 objects/sec).
2005/04/20 08:54:32| Beginning Validation Procedure
2005/04/20 08:54:32|262144 Entries Validated so far.
2005/04/20 08:54:32|524288 Entries Validated so far.
2005/04/20 08:54:32|   Completed Validation Procedure
2005/04/20 08:54:32|   Validated 613851 Entries
2005/04/20 08:54:32|   store_swap_size = 11068752k
2005/04/20 08:54:32| storeLateRelease: released 13 objects
2005/04/20 08:54:34| WARNING: 1 swapin MD5 mismatches
2005/04/20 08:54:44| assertion failed: store_swapout.c:232: mem-inmem_lo == 0
shmctl IPC_RMID: Invalid argument
shmctl IPC_RMID: Invalid argument
2005/04/20 08:54:46| Starting Squid Cache version 2.5.STABLE9 for 
i386-debian-linux-gnu...
2005/04/20 08:54:46| Process ID 9955
2005/04/20 08:54:46| With 4096 file descriptors available
2005/04/20 08:54:46| Performing DNS Tests...
2005/04/20 08:54:46| Successful DNS name lookup tests...
2005/04/20 08:54:46| DNS Socket created at 0.0.0.0, port 32895, FD 5
2005/04/20 08:54:46| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2005/04/20 08:54:46| User-Agent logging is disabled.
2005/04/20 08:54:46| Referer logging is disabled.
2005/04/20 08:54:46| Unlinkd pipe opened on FD 10
2005/04/20 08:54:46| Swap maxSize 32768000 KB, estimated 4096000 objects
2005/04/20 08:54:46| Target number of buckets: 204800
2005/04/20 08:54:46| Using 262144 Store buckets
2005/04/20 08:54:46| Max Mem  size: 131072 KB
2005/04/20 08:54:46| Max Swap size: 32768000 KB
2005/04/20 08:54:46| Local cache digest enabled; rebuild/rewrite every 
3600/3600 sec
2005/04/20 08:54:46| Rebuilding storage in /squid-cache0 (DIRTY)
2005/04/20 08:54:46| Rebuilding storage in /squid-cache1 (DIRTY)
2005/04/20 08:54:46| Using Least Load store dir selection
2005/04/20 08:54:46| Current Directory is /squid-cache0
2005/04/20 08:54:46| Loaded Icons.
2005/04/20 08:54:46| Accepting HTTP connections at 0.0.0.0, port 888, FD 15.
2005/04/20 08:54:46| Accepting ICP messages at 0.0.0.0, port 3130, FD 17.
2005/04/20 08:54:46| HTCP Disabled.
2005/04/20 08:54:46| Accepting SNMP messages on port 3401, FD 18.
2005/04/20 08:54:46| WCCP Disabled.
2005/04/20 08:54:46| Ready to serve requests.
2005/04/20 08:54:46| Store rebuilding is  1.3% complete
2005/04/20 08:54:46| WARNING: newer swaplog entry for dirno 0, fileno 0032
2005/04/20 08:54:47| WARNING: newer swaplog entry for dirno 1, fileno 002D
2005/04/20 08:54:47| WARNING: newer swaplog entry for dirno 0, fileno 003A
2005/04/20 08:54:47| WARNING: newer swaplog entry for dirno 1, fileno 003E
2005/04/20 08:54:47| WARNING: newer swaplog entry for dirno 1, fileno 005B
2005/04/20 08:54:49| WARNING: newer swaplog entry for dirno 1, fileno 0135
2005/04/20 08:54:50| WARNING: newer swaplog entry for dirno 0, fileno 0115
2005/04/20 08:54:50| WARNING: newer swaplog entry for dirno 0, fileno 0116
2005/04/20 08:54:50| WARNING: newer swaplog entry for dirno 1, fileno 0159
2005/04/20 08:54:50| assertion failed: store_swapout.c:232: mem-inmem_lo == 0

-- 
Ralf Hildebrandt (i.A. des IT-Zentrum)  [EMAIL PROTECTED]
Charite - Universitätsmedizin BerlinTel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-BerlinFax.  +49 (0)30-450 570-962
IT-Zentrum Standort CBF send no mail to [EMAIL PROTECTED]



Bug#293048: RFP: apt-mirror -- Mirror APT repositories easily

2005-04-20 Thread Jari Aalto
| Hi Jari,
| 
| On lun, ene 31, 2005 at 11:30:55 +0200, Jari Aalto wrote:
|  A small tool that provides ability to mirror any parts of Debian
|  GNU/Linux distribution and any apt oriented sources. It takes config
|  similar to apt's sources.list and creates local mirror for given
|  sources.
|  
|  See http://apt-mirror.sourceforge.net/ for better description.
| 
| I've checked that program and it is a 15K perl script. There is even a deb
| package available in the sf site.
| 
| I think a whole debian package for a 15K script is not needed. Maybe you
| could move that bug to a whishlist bug against any package that script
| could be part of.

I don't think the size is the problem. Debian's philosophy is to break
even the program chunks into doc, libs, executables in order for user
to be able to put together tools that he needs.

As I'm not familiar with Debian packaging - and if there are already
debs - I invite any DD to adopt this utility and upload it into
experimental.

Jari


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



Bug#235653: Status of Bug 235653?

2005-04-20 Thread Adam Conrad
Mike McCallister wrote:
 What is the status of bug 235653 (http://bugs.debian.org/235653), to
 enable mod_auth_ldap to use TLS/SSL?  Based on the response from March 1
 2004, it sounds like it was intended to be fixed in short order, but
 this bug is still open.  Is it likely to be fixed any time soon?

Note that the page you pointed to states that SSL is supported via the
Netscape SDK *OR* TLS is supported via OpenLDAP.  I would read that to
mean that the LDAP: SSL support unavailable message would be expected
when using OpenLDAP.

Have you tried the LDAPTrustedCA and LDAPTrustedCAType directives which
are pointed out at:

http://httpd.apache.org/docs-2.0/mod/mod_auth_ldap.html#usingtls

The way I read that would be that you shouldn't use ldaps:// with
OpenLDAP, but rather just ldap://; with the two directives above.

If you can try that out and let me know if it works out of the box, then
perhaps I can close this bug. :)

... Adam




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



Bug#305470: freeciv-client-gtk: Package Suggests freeciv-sound which does not exist

2005-04-20 Thread Ben Eastep
Package: freeciv-client-gtk
Version: 2.0.0-1
Severity: normal

All current versions of this package suggest freeciv-sound which does not
exist.

Ben Eastep

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

Versions of packages freeciv-client-gtk depends on:
ii  freeciv-data  2.0.0-1Civilization turn based strategy g
ii  libasound21.0.8-3ALSA library
ii  libatk1.0-0   1.9.0-1The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-5Open-source version of SGI's audio
ii  libc6 2.3.2.ds1-20   GNU C Library: Shared libraries an
ii  libesd0   0.2.35-2   Enlightened Sound Daemon - Shared 
ii  libglib2.0-0  2.6.3-1The GLib library of C routines
ii  libgtk2.0-0   2.6.2-4The GTK+ graphical user interface 
ii  libpango1.0-0 1.8.1-1Layout and rendering of internatio
ii  libsdl-mixer1 1.2.6-1mixer library for Simple DirectMed
ii  libsdl1.2debi 1.2.7+1.2.8cvs20041007-4.1 Simple DirectMedia Layer
ii  zlib1g1: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#305467: smbclient: Accented characters on W98SE filenames incorrectly translated

2005-04-20 Thread Steve Langasek
Hi Arthur,

On Wed, Apr 20, 2005 at 03:13:08PM +0930, Arthur Marsh wrote:
 Accented characters on Win98SE filenames translate into 2 characters on 
 Linux side using smbmount. Worked fine on previous Debian Unstable 
 smbmount (3.0.11?). 

You filed this bug against smbclient.  Are you using smbmount or smbclient?
The smbmount command is from the smbfs package.

Were you using smbmount 3.0.11 with kernel 2.6.11 as well, or did you have a
different kernel installed when you had this working?

What was the command line you used when mounting the share?

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#268697: dist-upgrade not explained in manpage

2005-04-20 Thread Branden Robinson
tag 268697 + patch
thanks

On Mon, Apr 18, 2005 at 08:07:30AM -0400, Daniel Burrows wrote:
   The main problem is that aptitude's dist-upgrade is not terribly well 
 defined (neither is apt-get's dist-upgrade, if it comes to that).  It 
 basically means try hard to upgrade stuff, even if you have to install new 
 packages or remove packages, but the decisions about how to resolve 
 dependency problems are made by apt's dependency resolver, which is fairly 
 deep black magic.
 
   Basically what happens is that everything is marked for upgrade, and then 
 apt is called in to fix any remaining problems.  apt is told to avoid 
 breaking holds and to preserve deletions.  It looks like it doesn't give 
 instructions to preserve currently-installed packages or to preserve 
 upgrades, but neither does apt's dist-upgrade (there's probably a reason for 
 that, but if I ever knew it I've forgotten it).  It's actually somewhat 
 obscure to me why they produce different results at all.
 
   So to sum up, the only way I can see to document it that doesn't get into 
 hairy technical details is dist-upgrade will try harder than upgrade to 
 upgrade all installed packages, installing or removing packages as 
 necessary.  aptitude's dist-upgrade has the additional feature that you can 
 specify extra package actions, like this:
 
   aptitude dist-upgrade pkg1+ pkg2- ...

Well, attached is my best effort at a patch, given the difficult situation.
:)

-- 
G. Branden Robinson|  The National Security Agency is
Debian GNU/Linux   |  working on the Fourth Amendment
[EMAIL PROTECTED] |  thing.
http://people.debian.org/~branden/ |  -- Phil Lago, Deputy XD, CIA
diff -urN aptitude-0.2.15.9.OFFICIAL/debian/changelog 
aptitude-0.2.15.9/debian/changelog
--- aptitude-0.2.15.9.OFFICIAL/debian/changelog 2005-04-19 23:40:18.366248220 
-0500
+++ aptitude-0.2.15.9/debian/changelog  2005-04-20 00:15:52.206638461 -0500
@@ -1,3 +1,13 @@
+aptitude (0.2.15.9-2.1) local; urgency=low
+
+  * Local version to implement manpage patch.
+
+  * doc/en/manpage.xml: Document dist-upgrade command, note its
+not-well-understood status, and advise apt-get refugees to use upgrade
+instead.  (Closes: #268697)
+
+ -- Branden Robinson [EMAIL PROTECTED]  Tue, 19 Apr 2005 23:41:35 -0500
+
 aptitude (0.2.15.9-2) unstable; urgency=low
 
   * Merge from upstream to svn HEAD (r2931):
diff -urN aptitude-0.2.15.9.OFFICIAL/doc/en/manpage.xml 
aptitude-0.2.15.9/doc/en/manpage.xml
--- aptitude-0.2.15.9.OFFICIAL/doc/en/manpage.xml   2004-12-03 
19:40:48.0 -0500
+++ aptitude-0.2.15.9/doc/en/manpage.xml2005-04-20 01:20:45.994701006 
-0500
@@ -269,11 +269,11 @@
   /varlistentry
 
   varlistentry
-   termliteralupgrade/literal/term
+   termliteralupgrade, dist-upgrade/literal/term
 
listitem
  para
-   Upgrades installed packages to their most recent
+   Upgrade installed packages to the most recent available
version.  Installed packages will not be removed
unless they are unused (see the section quotelink
linkend='secAutoInstall'Managing Automatically
@@ -287,6 +287,15 @@
these constraints, it will be kept at its current
version.
  /para
+
+ para
+   literaldist-upgrade/literal tries harder to upgrade
+   packages; applicationapt-get/application users accustomed
+   to its literaldist-upgrade/literal command will likely want
+   to use aptitude;'s literalupgrade/literal command instead;
+   see quotelink linkend='secManBugs'Bugs/link/quote
+   below.
+ /para
/listitem
   /varlistentry
 
@@ -768,6 +777,15 @@
 /variablelist
   /refsect1
 
+  refsect1 id='secManBugs'
+titleBugs/title
+
+paraliteraldist-upgrade/literal does not behave in a terribly
+well-defined fashion.  The decisions about how to resolve dependency
+problems are made by apt;'s problem resolver, which is fairly deep
+black magic./para
+  /refsect1
+
   refsect1
 titleSee Also/title
 


signature.asc
Description: Digital signature


Bug#291775: any progress on this?

2005-04-20 Thread Filip Sneppe
Hi Sean,

On Fri, 2005-04-15 at 19:34 -0400, sean finney wrote:
 i don't think i'd be making a gross assumption to assume that this can
 be distributed under the same terms as nagios (since the nagios is GPL'd
 and the GPL says it has to be), but it would be nice to have it from
 the author himself.  but anyway, i won't let that get in the way of
 including it in the package in the meantime.  

I've mailed the author about this, and this is his
anwser (email address protected):

Is this sufficient for this patch's inclusion ?

Regards,
Filip

From: Fredrik Wänglund [EMAIL PROTECTED]
To: Filip Sneppe 
Date: Apr 18, 2005 9:25 AM
Subject: Re: Is your grouplist patch licenced under the GPL ?

It's freeware. No license, no warranty. Use it As-Is.

/FredrikW
- Hide quoted text -


Filip Sneppe wrote:
 Hi,

 I have asked the Debian maintainers of the Nagios package to
 include your grouplist patch, as I, and potentially a lot of other
 Nagios users, find it very useful.

 See the Debian wishlist/bugreport at:

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=291775

 The maintainer asked me if your patch is licenced under
 the GPL ? I see from the sourceforge page that APAN is
 GPL licenced, but it doesn't explicitly state that the grouplist
 patch is GPL licenced.

 Could you clear that out for me ?

 Thanks in advance,
 Filip




Bug#265468: smbmount: option noauto causes options iocharset+codepage to be ignored

2005-04-20 Thread Maximiliano Pin
It seems this won't be fixed soon:

http://lists.samba.org/archive/samba/2002-August/049020.html

(the problem was already known by samba 3 years ago!)

I have a quick and dirty fix to this:

cd /usr/bin
Move smbmount to smbmount.real

Edit smbmount:

8-
#!/bin/sh

params=`echo $* | sed 's/noauto,//'`
exec smbmount.real $params
8-

It works, but I don't know what will happen when smbfs is updated.


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



Bug#305005: slapd: [slapd.postinst] FATAL ERROR: integer expression expected

2005-04-20 Thread Jari Aalto
|  Right now I'm in the chicken and egg situation where I cannot re/install
|  new slapd cleanly, because it always dies with this error. 
| 
| It will fail in a different place then. The whole problem is that the
| maintainer scripts always try to load the database contents in 2.3.23-2
| wether the database was dumped or not.
|
| Work around in your case:
| 
| - back up the configuration
| - purge the slapd package
| - reinstall the package and omit the configuration
| - copy the database files and configuration back in place
|   (db files from /var/backups/basedn-2.3.23-1.ldapdb to /var/lib/ldap)

I managed to make the upgrade happen, but I think this si not
satisfactory. I think the package should recover from a case like:

  apt-get --purge remove x
  apt-get install x

I think, at minimum there should be better error handling and
a message displayed to a user what might be the reason for the
failure and how to fix it. After looking at the code, the
error handling is lacking now.

Could that be improved?

I'm not still sure what is the real problem with the upgrade, so the
cause may be deeper.

Jari




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



Bug#292870: clamav-daemon: [debconf] Add support for LogFileMaxSize

2005-04-20 Thread Jari Aalto

[LogFileMaxSize]

|  Yes, the behavior of 0 is explained there. The confusion arose, when
|  it was explicitly set. I waould have expected the manual page's
|  default value. Thus the question: Why the defaul configuration uses
|  0?
|
| I have to think in terms of what is a sane
| default on first install, and then respect user changes to those defaults
| on upgrade.

Fair enough.

| The problem is that adding commented explanations for every file option
| and combination will create a huge maintenance nightmare, it would seem
| to me.  Again, I am willing to accept patches to make it happen.  But,
| I want to caution - this should be done for all directives, or none.
| A partial patch will just lead to more people asking for the same thing
| for other directives, and a piecework approach seems wrong.  If you want
| a heavily commented config file, choose no to debconf configuration,
| and take a look at the one in /usr/share/doc/clamav-base/examples/.

I would like to propose another solution.

- Add a comment to the beginning of clamd.conf to point people to read
  /usr/share/doc/README.DEbian for changes to variables that
  differ from the defaults outlined in the manual page / upstream.

- In /usr/share/doc/README.DEbian there would be section
  clamd.conf changes to upstream and list of only those variables,
  whose values have been changed accompanied with a brief reasoning
  why changes were made.
 
|  Other than that, I do not have expertise on how the upgrade works, or
|  how the confguration files are managed, so I'm unable to make better
|  suggestions.
| 
| I am not sure what to do.  I would like to close it outright, since I
| see this as a misunderstanding about the features of the debconf
| configuration, rather than a bug.  However, if you feel strongly enough
| about this issue to supply a patch, let me know.  I will in that case
| leave the bug open until the patch is merged in and uploaded.

A misunderstanding may be bug as well if the medium may not have
communicated the idea to the end user well enough :-)

Let me know if the above would work from maintenance point of view.
In any case I'm out of ideas, so you can close this bug. If I were
competent with the packaging I would have provided patches, but
as it is now, I cannot suggest anything creative for it.

Jari



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



Bug#305472: FTBFS in experimental

2005-04-20 Thread Andreas Barth
Package: ekg2
Version: 20050419+0101-1
Severity: serious
Tags: experimental

Hi,
please see http://experimental.ftbfs.de/build.php?arch=pkg=ekg2
for the full build log

This bug may be connected to the fact that mips* builds with sudo
instead of fakeroot.

Cheers,
Andi

Automatic build of ekg2_20050419+0101-1 on sigrun by sbuild/mips 1.170.5
Build started at 20050420-0911
**
[...]
Checking correctness of source dependencies...
Toolchain package versions: libc6-dev_2.3.2.ds1-20 
linux-kernel-headers_2.5.999-test7-bk-17 gcc-3.3_1:3.3.5-12 g++-3.3_1:3.3.5-12 
binutils_2.15-5 libstdc++5_1:3.3.5-12 libstdc++5-3.3-dev_1:3.3.5-12
--
dpkg-source: extracting ekg2 in ekg2-20050419+0101
su: Authentication service cannot retrieve authentication info.
(Ignored)
dpkg-buildpackage: source package is ekg2
dpkg-buildpackage: source version is 20050419+0101-1
dpkg-buildpackage: host architecture is mips
 /usr/bin/sudo debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp 
/usr/bin/make -C docs/ekg2book
make[1]: Entering directory `/build/buildd/ekg2-20050419+0101/docs/ekg2book'
rm -rf book
./generate.sh
xsltproc sheet.xsl book.xml
Writing userbook-sources.html for sect1(userbook-sources)
Writing userbook-install.html for sect1(userbook-install)
Writing userbook-sessions.html for sect1(userbook-sessions)
Writing userbook-networks.html for sect1(userbook-networks)
Writing userbook-connecting.html for sect1(userbook-connecting)
Writing userbook-status.html for sect1(userbook-status)
Writing userbook-userlist.html for sect1(userbook-userlist)
Writing userbook-user.html for sect1(userbook-user)
Writing userbook-contacts.html for sect1(userbook-contacts)
Writing userbook.html for chapter(userbook)
Writing plugin-ioctld.html for sect1(plugin-ioctld)
Writing plugin-irc.html for sect1(plugin-irc)
Writing plugin-jabber.html for sect1(plugin-jabber)
Writing plugin-logs.html for sect1(plugin-logs)
Writing plugin-logsqlite.html for sect1(plugin-logsqlite)
Writing plugin-ncurses.html for sect1(plugin-ncurses)
Writing plugin-python.html for sect1(plugin-python)
Writing plugin-rc.html for sect1(plugin-rc)
Writing plugin-sim.html for sect1(plugin-sim)
Writing plugin-sms.html for sect1(plugin-sms)
Writing plugin-xosd.html for sect1(plugin-xosd)
Writing plugins.html for chapter(plugins)
Writing develbook-files.html for sect1(develbook-files)
Writing develbook-debugging.html for sect1(develbook-debugging)
Writing develbook-themes.html for sect1(develbook-themes)
Writing develbook-plugins.html for sect1(develbook-plugins)
Writing develbook.html for chapter(develbook)
Writing faq-usage.html for sect1(faq-usage)
Writing faq.html for chapter(faq)
Writing index.html for book
mkdir book
mv *.html book/
make[1]: Leaving directory `/build/buildd/ekg2-20050419+0101/docs/ekg2book'
/usr/bin/make distclean
make[1]: Entering directory `/build/buildd/ekg2-20050419+0101'
make[1]: *** No rule to make target `distclean'.  Stop.
make[1]: Leaving directory `/build/buildd/ekg2-20050419+0101'
[...]
0 translated messages, 497 untranslated messages.
make[3]: Leaving directory `/build/buildd/ekg2-20050419+0101/po'
make[3]: Entering directory `/build/buildd/ekg2-20050419+0101'
make[3]: Leaving directory `/build/buildd/ekg2-20050419+0101'
make[2]: Leaving directory `/build/buildd/ekg2-20050419+0101'
make[1]: Leaving directory `/build/buildd/ekg2-20050419+0101'
/usr/bin/make -C docs/ekg2book
make[1]: Entering directory `/build/buildd/ekg2-20050419+0101/docs/ekg2book'
rm -rf book
rm: cannot remove `book/develbook-debugging.html': Permission denied
rm: cannot remove `book/develbook-files.html': Permission denied
rm: cannot remove `book/develbook-plugins.html': Permission denied
rm: cannot remove `book/develbook-themes.html': Permission denied
rm: cannot remove `book/develbook.html': Permission denied
rm: cannot remove `book/faq-usage.html': Permission denied
rm: cannot remove `book/faq.html': Permission denied
rm: cannot remove `book/index.html': Permission denied
rm: cannot remove `book/plugin-ioctld.html': Permission denied
rm: cannot remove `book/plugin-irc.html': Permission denied
rm: cannot remove `book/plugin-jabber.html': Permission denied
rm: cannot remove `book/plugin-logs.html': Permission denied
rm: cannot remove `book/plugin-logsqlite.html': Permission denied
rm: cannot remove `book/plugin-ncurses.html': Permission denied
rm: cannot remove `book/plugin-python.html': Permission denied
rm: cannot remove `book/plugin-rc.html': Permission denied
rm: cannot remove `book/plugin-sim.html': Permission denied
rm: cannot remove `book/plugin-sms.html': Permission denied
rm: cannot remove `book/plugin-xosd.html': Permission denied
rm: cannot remove `book/plugins.html': Permission denied
rm: cannot remove `book/userbook-connecting.html': Permission denied
rm: cannot remove `book/userbook-contacts.html': Permission

Bug#305471: gnome-session: gnome logout don't logout

2005-04-20 Thread Josselin Mouette
Le mercredi 20 avril 2005 à 10:53 +0300, Petteri a écrit :
 Package: gnome-session
 Version: 2.8.1-6
 Severity: important
 
 When trying to logout from gnome system don't return to loginscreen 
 (gdm). I can confirm logout but after that nothing happens. Only option 
 to close gnome and return to gdm is to push ctrl+alt+backspace

Some program is probably keeping the session manager alive. Could you
please send the list of running processes at that moment?
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
   `-  Debian GNU/Linux -- The power of freedom




Bug#305477: digikam: will be installed again and again on every upgrade

2005-04-20 Thread Martin Steigerwald
Package: digikam
Version: 0.7.2-2
Severity: normal

Hello,

Since today the same version of digikam will be installed on every
apt-get upgrade. Installation seems to work properly but still apt insists
on installing it another time when I start apt-get upgrade again.

I am using Debian Sarge, with some parts from Sid und from
kalyxo.org. It should use the package from sarge however. 
Anyway, they are all the same version.

[EMAIL PROTECTED]:~ - apt-cache policy digikam
digikam:
  Installiert:0.7.2-2
  Mögliche Pakete:0.7.2-2
  Versions-Tabelle:
 0.7.2-2 0
500 http://archive.kalyxo.org staging/main Packages
 0.7.2-2 0
990 http://debian.n-ix.net sarge/main Packages
 0.7.2-2 0
500 http://ftp.freenet.de sid/main Packages
 *** 0.7.2-2 0
100 /var/lib/dpkg/status

Regards,
Martin Steigerwald

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7-tp23-acpi-2005-03-09
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages digikam depends on:
ii  kdelibs4  4:3.4.0-0pre4  core libraries for all KDE applica
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libaudio2 1.7-2  The Network Audio System (NAS). (s
ii  libc6 2.3.2.ds1-20   GNU C Library: Shared libraries an
ii  libexif10 0.6.9-6library to parse EXIF files
ii  libfontconfig12.3.1-2generic font configuration library
ii  libfreetype6  2.1.7-2.3  FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0c10 0.0.21-1   Library for the gamin file and dir
ii  libgcc1   1:4.0-0pre6ubuntu7 GCC support library
ii  libgdbm3  1.8.3-2GNU dbm database routines (runtime
ii  libgphoto2-2  2.1.5-4gphoto2 digital camera library
ii  libgphoto2-port0  2.1.5-4gphoto2 digital camera port librar
ii  libice6   6.8.2-7debian1 Inter-Client Exchange library
ii  libidn11  0.5.13-1.0 GNU libidn library, implementation
ii  libimlib2 1.2.0-2.2  powerful image loading and renderi
ii  libimlib2-dev 1.2.0-2.2  Imlib2 development files
ii  libjpeg62 6b-9   The Independent JPEG Group's JPEG 
ii  libkexif1 0.2.1-2library for KDE to read/display/ed
ii  libkipi0  0.1.1-2library for apps that want to use 
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libqt3c102-mt 3:3.3.4-2  Qt GUI Library (Threaded runtime v
ii  libsm66.8.2-7debian1 X Window System Session Management
ii  libstdc++51:3.3.5-8  The GNU Standard C++ Library v3
ii  libtiff4  3.7.2-2Tag Image File Format (TIFF) libra
ii  libx11-6  6.8.2-7debian1 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2-7debian1 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxrandr26.8.2-7debian1 X Window System Resize, Rotate and
ii  libxrender1   0.9.0-0xdebian4.1  X Rendering Extension client libra
ii  libxt66.8.2-7debian1 X Toolkit Intrinsics
ii  xlibs 6.8.2-7debian1 X Window System client libraries m
ii  zlib1g1:1.2.2-3  compression library - runtime

-- no debconf information



Bug#295131: scorched3d: libsdl1.2debian-all depends on glib/gmodule/gthread 2.0

2005-04-20 Thread Bartosz Fenski aka fEnIo
On Mon, Apr 18, 2005 at 12:57:40PM -0500, [EMAIL PROTECTED] wrote:
 the libSDL-1.2.so.0 in libsdl1.2debian-all depends on glib 2.0,
 which conflicts the glib 1.2 loaded via wxgtk2.4, causing very
 erratic behavior, including crashes, buttons not working, text
 not drawing, etc.  I don't know which package this bug report
 should go to, so I filed it against this one.  libsdl1.2debian-alsa,
 which I also tried, does not have this problem; I haven't tried
 the others.  I'm assuming the orignal bug is caused by the same
 issue, since the presence of a .gtkrc will almost always cause
 a segfault immediately on startup in this configuration.

Yep it's certainly related to original report, and as in original report
I have no idea how to fix it now.

Either wx2.4 will be rebuilt against gtk2.0, or scorched3d against
wx2.5, but the latter won't make scorched3d in releasable state for sarge,
cause wx2.5 can't be installed with wx2.4 at the same time.

regards
fEnIo

-- 
  ,''`.  Bartosz Fenski | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | irc:fEnIo
 : :' :   32-050 Skawina - Glowackiego 3/15 - w. malopolskie - Poland
 `. `'   phone:+48602383548 | proud Debian maintainer and user
   `-  http://skawina.eu.org | jid:[EMAIL PROTECTED] | rlu:172001


signature.asc
Description: Digital signature


Bug#305476: libkipi0: will be installed again and again on every upgrade

2005-04-20 Thread Martin Steigerwald
Package: libkipi0
Version: 0.1.1-2
Severity: normal

Hello,

Since two weeks or the same version of libkipi0 will be installed on every
apt-get upgrade. Installation seems to work properly but still apt insists
on installing it another time when I start apt-get upgrade again.

I am using Debian Sarge, with some parts from Sid und from
kalyxo.org.

# apt-cache policy libkipi0
libkipi0:
  Installiert:0.1.1-2
  Mögliche Pakete:0.1.1-2
  Versions-Tabelle:
 0.1.1-2 0
500 http://archive.kalyxo.org staging/main Packages
 0.1.1-2 0
990 http://debian.n-ix.net sarge/main Packages
 0.1.1-2 0
500 http://ftp.freenet.de sid/main Packages
 *** 0.1.1-2 0
100 /var/lib/dpkg/status

Regards,
Martin Steigerwald

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7-tp23-acpi-2005-03-09
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libkipi0 depends on:
ii  kdelibs4  4:3.4.0-0pre4  core libraries for all KDE applica
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libc6 2.3.2.ds1-20   GNU C Library: Shared libraries an
ii  libgamin0 [libfam0c10 0.0.21-1   Library for the gamin file and dir
ii  libgcc1   1:4.0-0pre6ubuntu7 GCC support library
ii  libice6   6.8.2-7debian1 Inter-Client Exchange library
ii  libidn11  0.5.13-1.0 GNU libidn library, implementation
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libqt3c102-mt 3:3.3.4-2  Qt GUI Library (Threaded runtime v
ii  libsm66.8.2-7debian1 X Window System Session Management
ii  libstdc++51:3.3.5-8  The GNU Standard C++ Library v3
ii  libx11-6  6.8.2-7debian1 X Window System protocol client li
ii  libxext6  6.8.2-7debian1 X Window System miscellaneous exte
ii  libxrender1   0.9.0-0xdebian4.1  X Rendering Extension client libra
ii  xlibs 6.8.2-7debian1 X Window System client libraries m
ii  zlib1g1:1.2.2-3  compression library - runtime

-- no debconf information



Bug#305473: please consider logging the exact command line to /etc/ppp/ip-up

2005-04-20 Thread Marc Haber
Package: ppp
Version: 2.4.3-20050321+1
Severity: wishlist

Hi,

for debugging, it would be nice if the log would explcitly say which
parameters were passed to the ip-up script.

Greetings
Marc

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7-scyw00225
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages ppp depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libpam-modules  0.76-22  Pluggable Authentication Modules f
ii  libpam-runtime  0.76-22  Runtime support for the PAM librar
ii  libpam0g0.76-22  Pluggable Authentication Modules l
ii  libpcap0.7  0.7.2-7  System interface for user-level pa
ii  makedev 2.3.1-78 creates device files in /dev
ii  netbase 4.21 Basic TCP/IP networking system
ii  procps  1:3.2.5-1/proc file system utilities
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#305474: please consider adding support for /etc/cron-apt/refrain

2005-04-20 Thread Marc Haber
Package: cron-apt
Version: 0.2.3
Severity: wishlist
Tags: patch

Hi,

please consider adding support for a file - if exists - stops cron-apt
from doing its work when called. This is important for mobile
computers which might intermittently be connected via connections
which are very expensive. In these situations, it might be desireable
to keep cron-apt from downloading anything from the Internet.

If such a connection is up, the file /etc/cron-apt/refrain would be
created, and cron-apt will silently terminate if that file exists.

The attached patch implements this. Please consider applying.

Greetings
Marc

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7-scyw00225
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages cron-apt depends on:
ii  apt  0.5.28.6Advanced front-end for dpkg
ii  bash 3.0-14  The GNU Bourne Again SHell
ii  debianutils  2.13.2  Miscellaneous utilities specific t
ii  mailx1:8.1.2-0.20040524cvs-4 A simple mail user agent

-- no debconf information
--- /usr/sbin/cron-apt  2005-02-27 15:47:51.0 +0100
+++ cron-apt2005-04-20 09:25:04.121607832 +0200
@@ -357,6 +357,12 @@
 mkdir -p $MAILCHDIR
 fi
 
+## terminate if /etc/cron-apt/refrain exists ##
+
+if [ -e /etc/cron-apt/refrain ]; then
+  exit 0
+fi
+
 ### sleep #
 
 echo CRON-APT RUN [$CONFIG]: $(date)  $INITLOG


Bug#305475: backuppc: Typo in french translation

2005-04-20 Thread Emmanuel Lacour
Package: backuppc
Version: 2.1.1-2
Severity: minor


See attached patch.

(and thanks for this packaging :))

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

--- /usr/share/backuppc/lib/BackupPC/Lang/fr.pm.orig2005-04-20 
10:18:44.001867300 +0200
+++ /usr/share/backuppc/lib/BackupPC/Lang/fr.pm 2005-04-20 10:19:05.137796177 
+0200
@@ -1189,8 +1189,8 @@
 $Lang{Status_idle} = inactif;
 $Lang{Status_backup_starting} = début de la sauvegarde;
 $Lang{Status_backup_in_progress} = sauvegarde en cours;
-$Lang{Status_restore_starting} = début de la restoration;
-$Lang{Status_restore_in_progress} = restoration en cours;
+$Lang{Status_restore_starting} = début de la restauration;
+$Lang{Status_restore_in_progress} = restauration en cours;
 $Lang{Status_link_pending} = en attente de l'édition de liens;
 $Lang{Status_link_running} = édition de liens en cours;
 


Bug#305239: #305239 mailscanner: stops scanning email

2005-04-20 Thread Michael Setzer
Yeah, same problem over here.

I have several machines installed under Debian/Testing and all of them show 
the same symptoms.

Here are some of the last few lines from the syslog:

Apr 20 00:08:34 mordor MailScanner[4312]: New Batch: Scanning 1 messages, 1560 
bytes
Apr 20 00:08:40 mordor MailScanner[4312]: Virus and Content Scanning: Starting
Apr 20 00:08:43 mordor MailScanner[4312]: Requeue: D2768617F.92D89 to 
DF99664B8
Apr 20 00:08:43 mordor MailScanner[4312]: Uninfected: Delivered 1 messages
Apr 20 00:08:43 mordor MailScanner[4312]: MailScanner child dying of old age
Apr 20 00:08:45 mordor MailScanner[5931]: MailScanner E-Mail Virus Scanner 
version 4.40.11 starting...
Apr 20 00:08:46 mordor MailScanner[5931]: Read 108 hostnames from the phishing 
whitelist
Apr 20 00:08:48 mordor MailScanner[5931]: Enabling SpamAssassin auto-whitelist 
functionality...
Apr 20 00:08:58 mordor MailScanner[5931]: ClamAV scanner using unrar 
command /usr/bin/unrar
Apr 20 00:08:58 mordor MailScanner[5931]: Using locktype = flock
Apr 20 01:00:01 mordor /USR/SBIN/CRON[6066]: (root) CMD ([ -f $LOCKFILE ]  
exit 0; run_mailscanner=0; run_nice=0; if [ -f /etc/default/mailscanner ]; 
then . /etc/default/mailscanner; fi; [ $run_mailscanner = 0 ]  exit 0; trap 
rm -f $LOCKFILE EXIT; touch $LOCKFILE; /usr/bin/nice 
-$run_nice /usr/sbin/check_mailscanner /dev/null 21; exit 0)

Everytime MailScanner stops working the same child dying of old age message 
appears. Because of the mailscanner process seems to be still alive (even if 
it's not but still appears in the process list) the mailscanner cronjob isn't 
able to restart it.

Regards, Michael


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



Bug#305435: bazaar: ftbfs [sparc] test-framework: line 28: 13580 Bus error

2005-04-20 Thread Rob Weir
package bazaar
tags 305435 confirmed
thanks

On Tue, Apr 19, 2005 at 04:48:25PM -0700, Blars Blarson said
 Package: bazaar
 Version: 1.3.2-1
 Severity: serious
 Tags: sid
 Justification: fails to build from source
 
 bazaar fails to build from source on sparc, duplicated on sparc pbuilder.
 
 === TESTING: id-tagging-defaults ===
 Test 1: id-tagging-defaults
 Test 1: PASS
 /tmp/buildd/bazaar-1.3.2/src/baz/tests/test-framework: line 28: 13580 Bus 
 error 
   $DEBUGPREFIX ${builddir}/../baz/baz $@
 make[3]: *** [tests-timestamp] Error 138
 make[3]: Leaving directory `/tmp/buildd/bazaar-1.3.2/debian/build/baz/tests'
 make[2]: *** [test] Error 2

Yup, Joshua Kwan confirmed it, too.  Do one of you guys have time to
help us debug this by running the test suite under gdb?

-rob

-- 
Words of the day:   Freeh BCCI Kosovo anarchy MD2 Kosovo ANC monarchist MP5K-SD


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



Bug#304562: FATAL: Error inserting fuse

2005-04-20 Thread Bartosz Fenski aka fEnIo
On Wed, Apr 13, 2005 at 05:29:22PM -0700, Nick Willson wrote:

Hello Nick and Miklos.

 I built the module using m-a a-i fuse.  The module does not install:
 
 blackbird:/usr/src/linux# modprobe fuse
 FATAL: Error inserting fuse (/lib/modules/2.6.11/kernel/fs/fuse/fuse.ko): 
 Unknown symbol in module, or unknown parameter (see dmesg)
 
 blackbird:/usr/src/linux# dmesg | tail -4
 ip_tables: (C) 2000-2002 Netfilter core team
 fuse: Unknown symbol vfs_permission
 fuse: Unknown symbol vfs_permission
 fuse: Unknown symbol vfs_permission

Since I'm not using 2.6 kernels I'm not quite sure what causes this
problem. I'm CC'ing this message to Miklos (upstream author), maybe he will
have some idea.

In the meantime you can check whether new pre-version[1] fixes this bug. If
yes I'll upload new package.

Miklos I'd be very happy if you could comment it.

regards
fEnIo

[1] - http://prdownloads.sourceforge.net/fuse/fuse-2.3-pre4.tar.gz?download

-- 
  ,''`.  Bartosz Fenski | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | irc:fEnIo
 : :' :   32-050 Skawina - Glowackiego 3/15 - w. malopolskie - Poland
 `. `'   phone:+48602383548 | proud Debian maintainer and user
   `-  http://skawina.eu.org | jid:[EMAIL PROTECTED] | rlu:172001


signature.asc
Description: Digital signature


Bug#304519: 'edit-log' command

2005-04-20 Thread Rob Weir
On Fri, Apr 15, 2005 at 10:42:10AM +0200, martin f krafft said
 also sprach Rob Weir [EMAIL PROTECTED] [2005.04.15.0924 +0200]:
  How about vim ++ `baz make-log` then?  It won't overwrite an existing
  logfile, and it returns the same filename everytime you run it.
 
 yeah, that is nice. Now I wish I could just save some typing and
 simply run `baz edit-log` ... sort of like I can run dch to edit
 debian/changelog.

How about 'make-log -e' or such?

-rob

-- 
Words of the day:   2600 Magazine COSCO AVN Mafia JUWTF


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



Bug#305478: libkexif1: will be installed again and again on every upgrade

2005-04-20 Thread Martin Steigerwald
Package: libkexif1
Version: 0.2.1-2
Severity: normal

Hello,

Since today the same version of libkexif1 will be installed on every
apt-get upgrade. Installation seems to work properly but still apt insists
on installing it another time when I start apt-get upgrade again.

I am using Debian Sarge, with some parts from Sid und from
kalyxo.org. It should use the package from sarge however. 
Anyway, they are all the same version.

[EMAIL PROTECTED]:~ - apt-cache policy libkexif1
libkexif1:
  Installiert:0.2.1-2
  Mögliche Pakete:0.2.1-2
  Versions-Tabelle:
 0.2.1-2 0
500 http://archive.kalyxo.org staging/main Packages
 0.2.1-2 0
990 http://debian.n-ix.net sarge/main Packages
 0.2.1-2 0
500 http://ftp.freenet.de sid/main Packages
 *** 0.2.1-2 0
100 /var/lib/dpkg/status

Regards,
Martin Steigerwald

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7-tp23-acpi-2005-03-09
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libkexif1 depends on:
ii  kdelibs4   4:3.4.0-0pre4 core libraries for all KDE applica
ii  libc6  2.3.2.ds1-20  GNU C Library: Shared libraries an
ii  libexif10  0.6.9-6   library to parse EXIF files
ii  libqt3c102-mt  3:3.3.4-2 Qt GUI Library (Threaded runtime v
ii  libstdc++5 1:3.3.5-8 The GNU Standard C++ Library v3

-- no debconf information



Bug#304659: Fix is now in upstream CVS

2005-04-20 Thread Rob Weir
On Tue, Apr 19, 2005 at 09:30:00AM -0400, Len Sorensen said
 This bug has now been fixed in CVS upstream.  However until it is fixed
 in Debian (sarge specifically) gcc-3.4 is technically FTBFS in sarge.

So this is a gcc problem, not a bazaar one?

-rob

-- 
Words of the day: colonel Telex AMW Yukon counter terrorism New World Order


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



Bug#304562: FATAL: Error inserting fuse

2005-04-20 Thread Miklos Szeredi
  ip_tables: (C) 2000-2002 Netfilter core team
  fuse: Unknown symbol vfs_permission
  fuse: Unknown symbol vfs_permission
  fuse: Unknown symbol vfs_permission
 
 Since I'm not using 2.6 kernels I'm not quite sure what causes this
 problem. I'm CC'ing this message to Miklos (upstream author), maybe he will
 have some idea.
 
 In the meantime you can check whether new pre-version[1] fixes this bug. If
 yes I'll upload new package.
 
 Miklos I'd be very happy if you could comment it.

Which FUSE version?  Versions before 2.1 do not support kernels after
2.6.10.

Miklos


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



Bug#305479: netsaint-plugins: check_log plugin breaks system

2005-04-20 Thread Al Nikolov
Package: netsaint-plugins
Version: 1.2.9.4-18.1
Severity: grave
Tags: patch
Justification: causes non-serious data loss

In consequence of sh-syntax errors, the check_log script deletes
/bin/mktemp file if started as root (thus breaking an essential
package), never mind runs properly.

Unfortunately, i haven't figured out how to build that script from the
source (plugins-scripts/check_log.sh) and i submit this patch only for
information.

--- /tmp/tmp.orig/netsaint-plugins-1.2.9.4/plugins-scripts/check_log.sh Sat Apr 
14 00:19:47 2001
+++ check_log   Wed Apr 20 12:30:47 2005
@@ -62,12 +62,12 @@
 
 ECHO=/bin/echo
 GREP=/bin/grep
-DIFF=/bin/diff
-TAIL=/bin/tail
+DIFF=/usr/bin/diff
+TAIL=/usr/bin/tail
 CAT=/bin/cat
 RM=/bin/rm
 
-PROGNAME=`/bin/basename $0`
+PROGNAME=`/usr/bin/basename $0`
 PROGPATH=`echo $0 | /bin/sed -e 's,[\\/][^\\/][^\\/]*$,,'`
 REVISION=`echo '$Revision: 1.3.2.4 $' | /bin/sed -e 's/[^0-9.]//g'`
 
@@ -175,13 +175,13 @@
 
 # The temporary file that the script should use while
 # processing the log file.
-if [-x /bin/mktemp]; then
-   tempdiff=/bin/mktemp /tmp/check_log.XX
+if [ -x /bin/mktemp ]; then
+   tempdiff=`/bin/mktemp /tmp/check_log.XX`
 else
date=`/bin/date '+%H%M%S'`
tempdiff=/tmp/check_log.$date
/bin/touch $tempdiff
-   chmod 600 $tempdiff
+   /bin/chmod 600 $tempdiff
 fi
 
 $DIFF $logfile $oldlog  $tempdiff
@@ -203,6 +203,6 @@
exitstatus=${STATE_WARNING}
 fi
 
-exit exitstatus
+exit $exitstatus
 
 

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux spider 2.4.18 #1 Tue Jan 11 20:42:15 MSK 2005 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages netsaint-plugins depends on:
ii  dnsutils   1:9.2.1-2.woody.2 Clients provided with BIND
ii  libc6  2.2.5-11.8GNU C Library: Shared libraries an
ii  libssl0.9.60.9.6c-2.woody.7  SSL shared libraries
ii  netkit-ping [ping] 0.10-9The ping utility from netkit
ii  perl [perl5]   5.6.1-8.9 Larry Wall's Practical Extraction 
ii  procps 1:2.0.7-8.woody1  The /proc file system utilities.



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



Bug#305480: libgtop2: try to not break API/ABI compatibility

2005-04-20 Thread ROBERTOJIMENOCA
Package: libgtop2
Severity: wishlist

Please, try to not break API/ABI compatibility in future libgtop2
versions. It's a pain having a new library that conflicts with the old
one and needs to recompile all the packages that use libgtop2.

Just take gtk+2 as an example. They haven't broken API/ABI compatibility
since gtk+-2.0. Sure they add new functions but don't break already
established API/ABI.

Some interesting documents about the subject:
Preserving Backward Compatibility http://www.onlamp.com/lpt/a/5626
Parallel Installation http://www106.pair.com/rhp/parallel.html




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



Bug#34071: debbugs: subscribing a package/subscribing a bug

2005-04-20 Thread Richard van den Berg
Vassilii Khachaturov wrote:
 The bug seems really old, so maybe it didn't exist back when it
 was originally reported, but right now there is a possibility
 to subscribe a particular package's traffic.

The complete documentation for the PTS is at:
http://www.debian.org/doc/manuals/developers-reference/ch-resources.en.html#s-pkg-tracking-system
To best way to experience the PTS E-mail system is to use
http://packages.qa.debian.org/ and enter a package, then under
Subscription select Advanced Mode. You'll see a form at URL
http://packages.qa.debian.org/cgi-bin/pts.cgi (unfortunately, you cannot
visit this URL with a GET directly).

Since the PTS already does a lot of the work that would need to be
implemented in the BTS, why not just enhance the PTS? All that is needed
is to accept bug IDs as keywords. When the PTS sends out E-mails
concerning this bug for example, anyone with the bts keyword AND those
with the 34071 keyword selected will receive the mail.

Each page of the BTS should then link to
http://packages.qa.debian.org/cgi-bin/pts.cgi with the package name and
keyword (being the bugid) already selected. The user can then select
more keywords, or just subscribe to the bug traffic. In addition a new
tick box keep already subscribed keywords for this package should be
selected by default. IIRC the behaviour of the PTS web form right now is
to remove any keywords not present in a resubscription request.

Unsubscribing from bugs can be done using the PTS E-mail interface as
explained in the documentation.

Any comments on this idea?

Sincerely,

Richard van den Berg


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



Bug#305481: knode: Disable automatic setting of Followup-To header for cross-posted articles

2005-04-20 Thread Adam Funk
Package: knode
Version: 4:3.3.2-3
Severity: normal


Every time I reply to a cross-posted newsgroup posting, KNode
automatically sets the Followup-To header to the first group on the
list, even if I don't subscribe to it.  Usually I don't want to set
the Followup-To header at all, and I have to remember to manually
change it for each message I post.  There is no way to configure this
behaviour or to disable it completely.

I think this is a normal bug rather than a wishlist item because it
adversely affects the functionality of posting and annoys not only
KNode users but also other people reading newsgroups in which KNode
users accidentally set Followup-To headers.

Bug 68732 in the KDE bug tracking system refers to this but the
developers have been unresponsive.  I would be grateful if the Debian
developers would put pressure on them to fix this.

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

Versions of packages knode depends on:
ii  kdelibs4   4:3.3.2-4.0.2 KDE core libraries
ii  libc6  2.3.2.ds1-20  GNU C Library: Shared libraries an
ii  libgcc11:3.4.3-12GCC support library
ii  libkdenetwork2 4:3.3.2-3 KDE Network library
ii  libkdepim1 4:3.3.2-3 KDE PIM library
ii  libqt3c102-mt  3:3.3.4-2 Qt GUI Library (Threaded runtime v
ii  libstdc++5 1:3.3.5-12The GNU Standard C++ Library v3

-- no debconf information


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



Bug#304659: Fix is now in upstream CVS

2005-04-20 Thread Rob Weir
On Wed, Apr 20, 2005 at 06:34:49PM +1000, Rob Weir said
 On Tue, Apr 19, 2005 at 09:30:00AM -0400, Len Sorensen said
  This bug has now been fixed in CVS upstream.  However until it is fixed
  in Debian (sarge specifically) gcc-3.4 is technically FTBFS in sarge.
 
 So this is a gcc problem, not a bazaar one?

Oops, wrong bug.

-rob

-- 
Words of the day:mania Exon Shell JFK AMEMB Montenegro beanpole Europol


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



Bug#305484: tiger: grep usage with error

2005-04-20 Thread Christoph Martin
Package: tiger
Version: 1:3.2.1-22
Severity: normal


I get the following error message on call of check_system

grep: Invalid regular expression

it might be because I have grep from woody installed (2.4). If you really
need 2.5 you should include an explicit dependency.

Christoph

-- System Information:
Debian Release: 3.0
  APT prefers testing
  APT policy: (99, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages tiger depends on:
ii  binutils   2.12.90.0.1-4 The GNU assembler, linker and bina
ii  coreutils [fileutils]  5.2.1-2   The GNU core utilities
ii  debconf1.4.30.13 Debian configuration management sy
ii  diff   2.7-29File comparison utilities
ii  fileutils  4.1-10GNU file management utilities
ii  libc6  2.3.2.ds1-20  GNU C Library: Shared libraries an
ii  net-tools  1.60-4The NET-3 networking toolkit
ii  shellutils 2.0.11-11 The GNU shell programming utilitie
ii  textutils  2.0-12The GNU text file processing utili

-- debconf information:
* tiger/mail_rcpt: root
  tiger/remove_mess: true
* tiger/policy_adapt:


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



Bug#304562: FATAL: Error inserting fuse

2005-04-20 Thread Bartosz Fenski aka fEnIo
On Wed, Apr 20, 2005 at 10:46:13AM +0200, Miklos Szeredi wrote:
  Since I'm not using 2.6 kernels I'm not quite sure what causes this
  problem. I'm CC'ing this message to Miklos (upstream author), maybe he will
  have some idea.
  
  In the meantime you can check whether new pre-version[1] fixes this bug. If
  yes I'll upload new package.
  
  Miklos I'd be very happy if you could comment it.
 
 Which FUSE version?  Versions before 2.1 do not support kernels after
 2.6.10.

Blah I snipped relevant information.

In original bugreport there was:

Package: fuse-source
Version: 2.2.1-4
Severity: important

So he's using latest stable release, this which security fix.

regards
fEnIo

-- 
  ,''`.  Bartosz Fenski | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | irc:fEnIo
 : :' :   32-050 Skawina - Glowackiego 3/15 - w. malopolskie - Poland
 `. `'   phone:+48602383548 | proud Debian maintainer and user
   `-  http://skawina.eu.org | jid:[EMAIL PROTECTED] | rlu:172001


signature.asc
Description: Digital signature


Bug#305482: bazaar-dbg: short description wrong

2005-04-20 Thread Geoff Crompton
Package: bazaar-dbg
Severity: minor

The short description says arch revision control system debug symbols.
Should be bazaar revision control system debug symbols.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
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#305483: clamav-freshclam: world readable freshclam.conf with proxy passwd

2005-04-20 Thread Alexander Mader
Package: clamav-freshclam
Version: 0.83-5
Severity: important

During install freshclam.conf is written; including proxy configuration if
needed. The Proxy string is stored in freshclam.conf but permissions allow
group and others to read freshclam.conf hence to get the proxy password which
could even be a real users password.

Best regards,

Alexander Mader.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages clamav-freshclam depends on:
ii  clamav-base 0.83-5   base package for clamav, an anti-v
ii  debconf [debconf-2.0]   1.4.30.13Debian configuration management sy
ii  debianutils 2.8.4Miscellaneous utilities specific t
ii  libbz2-1.0  1.0.2-5  high-quality block-sorting file co
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libclamav1  0.83-5   virus scanner library
ii  libcurl37.13.1-2 Multi-protocol file transfer libra
ii  libgmp3 4.1.4-5  Multiprecision arithmetic library
ii  libidn110.5.13-1.0   GNU libidn library, implementation
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries
ii  logrotate   3.7-2Log rotation utility
ii  ucf 1.17 Update Configuration File: preserv
ii  zlib1g  1:1.2.2-3compression library - runtime

-- debconf information excluded


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



Bug#305485: bash: exec -a name does not rename $0

2005-04-20 Thread browaeys . alban
Package: bash
Version: 3.0-14
Severity: normal


as a test case i createa bash script:

#!/bin/bash
echo $0

and call it :
$ (exec -a name ./a)
the output is ./a


I fee the severity of this bug is normal though it may be a
problem having a bug in such a core function of bash.


Is it really a bug or is the feature obsolete ?

Greetings
Alban


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

Versions of packages bash depends on:
ii  base-files  3.1.2Debian base system miscellaneous f
ii  libc6   2.3.5-1  GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  passwd  1:4.0.3-31sarge3 change and administer password and

-- no debconf information



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



Bug#203123: apt-cacher does not work properly when the debian mirror is down

2005-04-20 Thread Eduard Bloch
Moin Jonathan!
Jonathan Oxer schrieb am Samstag, den 22. November 2003:

 Yes, you're right, apt-cacher currently doesn't transparently handle
 timeouts from the mirror.

Not only that, it does not deal with error codes from wget properly.
Read: wget exits with a rejected connection, but the apt-cacher child
keeps waiting for data from the (dead) process.

Further, it does not save the broken new files under their real names
which confuses the apt clients. And the next day when the mirror is up,
apt-cacher does _not_ refetch them, serving broken packages files to the
clients.

Jonathan, I think that following things need also to be implemented RSN.
Please tell us if you need help doing that, or why that changes are bad.

IMO apt-cacher should have two modes:

 - online mode: the index files (packages, sources, ...) are fetched
   by-demand, every time someone tries to access them, using the
   timestamping feature of wget (basically forwarding the same thing
   that apt-get normally does: it gets it with http with
   If-Changed-Since: old-date, so only few lines of header data are
   exchanged if the file has not been altered).
   This would be a good method for people with a persistent internet
   connection.
 
 - offline mode: no automatical refresh of index files is allowed by
   default. However, it can be triggered by some external call of
   apt-cacher.pl (a cron job, for example, every 5 hours or so). This is
   similarly to what apt-cacher currently does (however by expiration
   timer) -- an acceptable method for people that have to pay for each
   internet connection but still having the risk of desynchronisation
   with the archive.

Regards,
Eduard.
-- 
housetier isga: versuch mal 'apt-cache search girl friend'  :-) du wirst
überrascht sein



Bug#304519: 'edit-log' command

2005-04-20 Thread martin f krafft
also sprach Rob Weir [EMAIL PROTECTED] [2005.04.20.1041 +0200]:
 How about 'make-log -e' or such?

I could be silenced with that. :)

-- 
 .''`. 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!
 
all women become like their mothers. that is their tragedy. no man
 does. that's his.
-- oscar wilde


signature.asc
Description: Digital signature


Bug#305465: libnss-mdns: appears to not work on powerpc

2005-04-20 Thread Anand Kumria
On Tue, Apr 19, 2005 at 09:45:24PM -0700, [EMAIL PROTECTED] wrote:
 Package: libnss-mdns
 Version: 0.3-2
 Severity: normal
 
 I have a network composed of one Debian i386 machine, two hybrid
 Ubuntu/Debian i386 machines, and one Debian powerpc machine.
 
 libc6 on the powerpc is version 2.3.2.ds1-21
 
 Hostnames of the form foo.local do not resolve on the powerpc:
 'getent hosts ahrairah.local' returns , while on any of the i386
 machines it returns 192.168.1.42 ahrairah.local.
 
 The '/etc/nssswitch.conf' files on all machines are identical.

Hi Andy,

Thanks for your bug report. This sounds like a big versus little endian
issue.  If possible could you capture this kind of lookup and capture
the data (either using tcpdump, ethereal or tethereal) so that I can
confirm and fix this issue.

Thanks,
Anand

-- 
 `When any government, or any church for that matter, undertakes to say to
  its subjects, This you may not read, this you must not see, this you are
  forbidden to know, the end result is tyranny and oppression no matter how
  holy the motives' -- Robert A Heinlein, If this goes on --


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



Bug#305482: bazaar-dbg: short description wrong

2005-04-20 Thread Rob Weir
package bazaar-dbg
tags 305482 confirmed pending
thanks

On Wed, Apr 20, 2005 at 07:16:32PM +1000, Geoff Crompton said
 Package: bazaar-dbg
 Severity: minor
 
 The short description says arch revision control system debug symbols.
 Should be bazaar revision control system debug symbols.

Er, good point, will be fixed in the next upload.

-rob

-- 
Words of the day:  global Leuken-Baden sweep high security lock picking


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



Bug#304562: FATAL: Error inserting fuse

2005-04-20 Thread Miklos Szeredi
 On Wed, Apr 20, 2005 at 10:46:13AM +0200, Miklos Szeredi wrote:
 Package: fuse-source
 Version: 2.2.1-4
 Severity: important
 
 So he's using latest stable release, this which security fix.

OK then the problem is either

 a) the FUSE kernel module is being built for the wrong kernel
version

 b) FUSE is not detecting the kernel version correctly

I suspect it's a), but who knows.

Please check configure output, especially kernel source directory
and kernel version.  If everything seems right, then please send the
output of configure and build.

Thanks,
Miklos


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



Bug#305486: Kernel panic: Attempted to kill the iddle task!

2005-04-20 Thread Sergio
Package: installation-reports

INSTALL REPORT

Debian-installer-version: RC3
uname -a: ??? 2.6.8-2-386 / 2.4.27-2-386 (from initial msg while boot)
Date: 20 april 2005
Method: Installed from CD.

Machine: PC clone - ASUS A7V400-MX motherboard
Processor: AMD Sempron 3000+
Memory: 512 MB
Root Device: IDE Maxtor - 2 x (6B120P0)
Root Size/partition table: Not yet defined

Output of lspci: Could not arrive
Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot worked: [E]
Configure network HW:   [ ]
Config network:  [ ]
Detect CD:[ ]
Load installer modules:   [ ]
Detect hard drives: [ ]
Partition hard drives:   [ ]
Create file systems:   [ ]
Mount partitions:[ ]
Install base system:   [ ]
Install boot loader: [ ]
Reboot: [ ]

Comments/Problems:

System won't boot properly, not even arriving to a language selection screen.

I have tried to boot directly from boot prompt, and using _linux26_
parameter, and both of them end up in the same situation: Kernel
panic: Attempted to kill the iddle task.

However, there is a big difference among both boot options. While
_linux26_ always arrives to the same point, _linux24_ does NOT, which
sounds very strange to me.

I'll finish the explanation after the boot messages:



- These are ONE version of the boot messages for linux24 boot (each
boot has its own numbers):
--
(...)
Unable to handle kernel paging request at virtual address 80c08
printing eip:
c029245f
*pde=
Oops: 0002
CPU: 0
EIP: 0010: [c029245f]Not tainted
EFLAGS: 00010283
EIP is at mem_init +0x73/0x1b1Not sure?
eax: ..
esi: 
ds: ..
Process swapper (pid:1, stackpage:ddfeb000)
Stack: 
Call Trace: [c0105058] [00106ca4] [c0105051] start_kernel +0x10b/0x192
Code: c7 04 90 00 00 00 00 42 3b 15 c8 b9 29 c0 7c eb 83 fb 04 7e
0Kernel panic: Attempted to kill the iddle task!

STOP
--



- These are the boot messages for linux26 boot (each boot ends up in
the same numbers):
--
(...)
Unable to handle kernel paging request at virtual address e033e308
printing eip:
c03127b5
*pde=
Oops:  [#1]
PREEMPT
Modules linked in:
CPU: 0
EIP: 0010: [c03127b5]Not tainted
EFLAGS: 00010293 (2.6.8-2-386)
EIP is at mem_init +0x73/0x1b1
eax: ..
esi: 
ds: ..
Process swapper (pid:0, threadinfo=c0306000 task=c0288a40)
Stack: 0009 74c0 0001dff0   0004 026a 
   00039100 c033d120 00385007 c03085bf c033e5c0 c010019f
Call Trace: [c03085bf] start_kernel +0x10b/0x192
Code: 83 be f4 e2 33 c0 01 75 44 8b 86 e4 e2 33 c0 8b 96 e8 e2 33
0Kernel panic: Attempted to kill the iddle task!
In iddle task - not syncing

STOP
--




* ADDITIONAL NOTES: 
=

- System was assembled by myself from different pieces, it's not a branded PC.
- There are a couple of lines which are missing in the 2.4 kernel
(PREEMPTIVE, Modules linked in:).
- Kernel's 2.4 behavior is very strange: every boot shows different
parameters, with even different messages, but in the end, they all
finish in Attempted to kill the iddle task. Some of this mesages
include:

--
  0 Kernel panic: Attempted to kill the iddle task!
  In iddle task - not syncing
--
  Segmentation fault
  0 Kernel panic: Attempted to kill the iddle task!
--
  0 Aiee, killing interrupt handler
  In iddle task - not syncing
--

- I also tried to boot the system using a Knoppix CD, with different
results depending on the version, parameters, keyboard and monitor.



Hope this helps to debug this problem. Should you need any aditional
info which I could provide, please don't hesitate to ask for it.

Thanks for your work!

Sergio




Install logs and other status info is available in /var/log/debian-installer/.
Once you have filled out this report, mail it to [EMAIL PROTECTED]



Bug#304171: phpmyadmin: users can't login after upgrade to 2.6.2

2005-04-20 Thread MEDIAFOREST Technical Contact
Hello,
why not simply use the http authentification method 
$cfg['Servers'][$i]['auth_type'] = 'http'; ?
--
Ce message a été vérifié par MailScanner

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


Bug#305479: netsaint-plugins: check_log plugin breaks system

2005-04-20 Thread Steve Langasek
Hi Al,

On Wed, Apr 20, 2005 at 01:03:17PM +0400, Al Nikolov wrote:
 Package: netsaint-plugins
 Version: 1.2.9.4-18.1
 Severity: grave
 Tags: patch
 Justification: causes non-serious data loss

FYI, the netsaint-plugins package is only available from non-us.debian.org,
which is quite moribund and will be discontinued with the release of sarge.
This bug will not be fixed, as the netsaint package has been replaced with
nagios in the main archive.  I would strongly encourage you to install
nagios rather than fighting with any bugs in netsaint; of course, please let
us know if you find bugs (this one or others) in nagios.

Cheers,
-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#305443: smtp-auth documentation is incomplete

2005-04-20 Thread Marc Haber
severity #305443 minor
thanks

On Wed, Apr 20, 2005 at 12:29:52PM +1000, Drew Parsons wrote:
 Severity: important

NACK, this is a documentation issue.

 Does it need to be set in 30_exim4-config_examples or in
 /etc/exim4/passwd.client?  How is it set?

I am not going to duplicate the entire exim specification in the
configuration file comments.

 Please add the required comments.

Comments are never required. I'll think about giving more information.

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#305490: mozilla-firefox: Opens (frame-)links in new windows instead of mainframe, all instances crash when closing these w.

2005-04-20 Thread Thomas Ackermann
Package: mozilla-firefox
Version: 1.0.1-2
Severity: important

I've seen that many times at ogame.de (online-game). There's a navigation frame 
and a main-content-frame. When I click a link in the navigation 
frame, firefox sometimes shows the content in a new window A (without any 
tool- status- or menubar, marked with an X-Symbol in the headline) 
instead of loading it into the mainframe. This doesn't happen every time but 
maybe every 4th or 5th try. When I close this new window A, all 
running instances crash. When I click the same link (in the navogation frame) 
again, FF sometimes opens a new window B but sometimes it closes 
window A and everything runs normal again. When I close the main window, 
windows A and B are closed too and the other instances keep running.

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

Versions of packages mozilla-firefox depends on:
ii  debianutils  2.8.4   Miscellaneous utilities specific t
ii  fontconfig   2.3.1-2 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.3.1-2 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-12  GCC support library
ii  libglib2.0-0 2.6.4-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.2-4 The GTK+ graphical user interface 
ii  libidl0  0.8.5-1 library for parsing CORBA IDL file
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  libkrb53 1.3.6-2 MIT Kerberos runtime libraries
ii  libpango1.0-01.8.1-1 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-12.0.1 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxp6   4.3.0.dfsg.1-12.0.1 X Window System printing extension
ii  libxt6   4.3.0.dfsg.1-12.0.1 X Toolkit Intrinsics
ii  psmisc   21.5-1  Utilities that use the proc filesy
ii  xlibs4.3.0.dfsg.1-12 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#305489: findutils: find -mtime and reiserfs

2005-04-20 Thread juan
Package: findutils
Version: 4.1.20-6
Severity: important


On a reiserfs / partition, find -mtime +1 does not work while find -mmin +1440 
does work.
i checked the syscalls to stat with strace -v -e trace=stat, the mtimes look 
what they should be.

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

Versions of packages findutils depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#305488: cdbs: perl-modules support for debian/config auto-update

2005-04-20 Thread Jonas Smedegaard
Package: cdbs
Version: 0.4.27-4
Severity: wishlist
Tags: patch

Please apply the attached patch to support debian/config auto-update for
the perl-modules snippet.


Regards,

 - Jonas

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.12-rc1-mm3+debianlogo+squashfs
Locale: LANG=da_DK, LC_CTYPE=da_DK (charmap=ISO-8859-1)

-- no debconf information
--- perlmodule.mk.orig  2005-04-14 21:15:45.0 +0200
+++ perlmodule.mk   2005-04-20 11:51:24.0 +0200
@@ -28,6 +28,11 @@
 ifndef _cdbs_class_perlmodule
 _cdbs_class_perlmodule := 1
 
+# Dependency according to Perl policy 4.3
+# (contrary to common misunderstanding a tighter dependency on perl 5.8
+#  was only temporarily needed when 5.8 was introduced into Debian sid.)
+CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), perl (= 5.6.0-16)
+
 include $(_cdbs_class_path)/perlmodule-vars.mk$(_cdbs_makefile_suffix)
 
 include $(_cdbs_class_path)/makefile.mk$(_cdbs_makefile_suffix)


Bug#289307: new version 10.0.7-2

2005-04-20 Thread Victor Seva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Some minor change
- --
Victor Seva
[EMAIL PROTECTED]
http://www.torreviejawireless.org
http://linuxmaniac.homeip.net
jabber: [EMAIL PROTECTED]
PGP Key ID: 0xDD12F253
Socio numero 78 de ANURI
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCZg1mS/DSSd0S8lMRAizbAKCzvQTBgKhnp+TOh6VjbnCg3xFWzgCgiDrD
T9FOruEUoohq1O7h6Jfv/rU=
=vWAW
-END PGP SIGNATURE-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 20 Apr 2005 08:44:30 +0200
Source: pwc
Binary: pwc-source
Architecture: source all
Version: 10.0.7-2
Distribution: unstable
Urgency: low
Maintainer: Victor Seva [EMAIL PROTECTED]
Changed-By: Victor Seva [EMAIL PROTECTED]
Description: 
 pwc-source - source for the Philips webcams pwc driver
Changes: 
 pwc (10.0.7-2) unstable; urgency=low
 .
   * Depends revised. Package debhelper needed.
Files: 
 d5b630a1f998ae6bd297a90f81f4884f 613 x11 optional pwc_10.0.7-2.dsc
 828e4f07749b116d37038136e7c6a8ed 6754 x11 optional pwc_10.0.7-2.diff.gz
 da3f792050ce660b03837a936e66ef22 75664 x11 optional pwc-source_10.0.7-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCZgthS/DSSd0S8lMRAvCVAJ0ZOce8pwlT5HpBsAne2N70bijvrwCdFhoP
VUfgYhxBdC84/RYRbkxhB8U=
=+w2c
-END PGP SIGNATURE-


Bug#305492: unzip: Add Zip64 support

2005-04-20 Thread Daniel
Package: unzip
Version: 5.52-1
Severity: wishlist

Please, add support for the new Zip64 format. Almost everything i 
receive/download its in that format.

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

Versions of packages unzip depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#305477: digikam: will be installed again and again on every upgrade

2005-04-20 Thread Achim Bohnet
On Wednesday 20 April 2005 10:29, Martin Steigerwald wrote:
[...]
 Since today the same version of digikam will be installed on every
 apt-get upgrade. Installation seems to work properly but still apt insists
 on installing it another time when I start apt-get upgrade again.

That's strange!  Yesterday digikam 0.7.2-2 et al made the transition
from sid to sarge.   After purging and reinstalling I was able to
reproduce it.

Please remove the archive.kalyxo.rog (archive is not online for
some weeks anyway).   This fixed it for me (I had to remove my
own apt-repo with a copy of the kalyxo debs too).

Please let me know if this fix the problem for you too.

The pkgs in debian and kalyxo are build from the same source.
kalyxo pkgs build by me and the debian pkgs by Paul.
It seems that somehow not only the version but something like
the MD5sum from the packages files are used to determine if a
pkgs is already installed.  I may be totally wrong here.  It's
the first time I've seen such a loop.


Nevertheless I'll ask the kalyxo maintainers to remove the debs that
are now in debian and remove them from my archives too.

Sorry for the trouble,
Achim
 I am using Debian Sarge, with some parts from Sid und from
 kalyxo.org. It should use the package from sarge however. 
 Anyway, they are all the same version.
 
 [EMAIL PROTECTED]:~ - apt-cache policy digikam
 digikam:
   Installiert:0.7.2-2
   Mögliche Pakete:0.7.2-2
   Versions-Tabelle:
  0.7.2-2 0
 500 http://archive.kalyxo.org staging/main Packages
  0.7.2-2 0
 990 http://debian.n-ix.net sarge/main Packages
  0.7.2-2 0
 500 http://ftp.freenet.de sid/main Packages
  *** 0.7.2-2 0
 100 /var/lib/dpkg/status
 
 Regards,
 Martin Steigerwald

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



Bug#304171: phpmyadmin: users can't login after upgrade to 2.6.2

2005-04-20 Thread Piotr Roszatycki
On Wednesday 20 of April 2005 11:58, MEDIAFOREST Technical Contact wrote:
 Hello,
 why not simply use the http authentification method
 $cfg['Servers'][$i]['auth_type'] = 'http'; ?

It is less secure as far as it transfer plain text passwords through the 
network and makes more problems in shared hosting environment.

-- 
 .''`.Piotr Roszatycki, Netia SA
: :' :mailto:[EMAIL PROTECTED]
`. `' mailto:[EMAIL PROTECTED]
  `-


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



Bug#304050:

2005-04-20 Thread Csaba Keszei
Hi All,

During the evolution update to version 2.2 the addressbook and the
calendar files where converted to a new version or format. Because of
the multisync can't access the addressbook and calendar files any more.
(I'm not sure about the task files, i don't use that feature). I'm not
quit shure what exactly has changed in format, maybe it would help just
to recompile the evolution plugin with the updated evolution libraries
to the same version as the evolution uses.

Probably the file formats did not change. If I exit evolution and kill 
/usr/lib/evolution/evolution-data-server-1.2 and start multisync it
seems to be working. The trick is that multisync (especially
libmultisync-plugin-evolution 0.82-5) starts 
/usr/lib/evolution/evolution-data-server-1.0 which is the part of
evolution-data-server debian package. This is the old one probably
used by evloution 2.0. Evolution 2.2 uses evolution-data-server1.2. 

If /usr/lib/evolution/evolution-data-server-1.2 is running current
evolution plugin can not use it. Hopefully a recompile with the new
libraries will help.

BR
kecsa




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



Bug#291611: Here is the fix + a krusader_1.51-2.deb request

2005-04-20 Thread Frank Schoolmeesters
I can confirm the fix ;)

rules:

dh_compress -X.docbook  # '-X.docbook' Fixes failing to open the
Krusader documentation (Closes: 291611).


fixes the problem.
This prevents (X=exclude) the gzip compression of the
foo.docbook files to foo.docbook.gz
Now the KDEhelpcenter will display the Krusader documentation.

Thanks to Michael Tuschik for giving the hint howto fix this.

I have made an unofficial krusader_1.51-2.deb who fixes this issue
Sourceforge mirror:
http://prdownloads.sourceforge.net/krusader/krusader_1.51-2_i386.deb?download
Source:
http://users.telenet.be/franks.website/downloads/unofficial/krusader_1.51-2/

Angel, can you build the official krusader_1.51-2_i386.deb ?
More info about the changes see below in this mail.

Thanks!

regards,

Frank Schoolmeesters
Krusader Documentation
http://krusader.sourceforge.net



krusader_1.51-2_i386.deb


Changelog:
-
krusader (1.51-2) unstable; urgency=low

  * Unofficial 1.51-2 release
  * Package description and suggests update (Closes: #291617, #297991).
  * Fixes failing to open the Krusader documentation (Closes: #291611).

 -- frank schoolmeesters [EMAIL PROTECTED]  Tue, 22 Mar
 2005 20:30:12 +0100
--

Control:
--
Source: krusader
Section: kde
Priority: optional
Maintainer: Angel Ramos [EMAIL PROTECTED]
Build-Depends: debhelper ( 4.0.0), xlibs-dev, zlib1g-dev,
libjpeg62-dev, libqt3-mt-dev, kdelibs4-dev
Standards-Version: 3.6.1

Package: krusader
Architecture: any
Depends: ${shlibs:Depends}
Suggests: kedit, konsole, kmail, krename, xxdiff, kdiff3, arj, bzip2,
cpio, gzip, lha, rar, rpm, unace, unarj, unrar, unzip, zip 
Description: Twin-panel (commander-style) File Manager for KDE
 Krusader is an advanced twin-panel (commander-style) file-manager for
 KDE similar to GNU's Midnight Commander(c) or Total Commander(c) 
 but with many extras.
 It provides all the file-management features you could possibly want.
 Plus: extensive archive handling, mounted filesystem support, FTP,
 advanced search module, viewer/editor, directory synchronisation,
 file content comparisons, powerful batch renaming and much much more.
 It supports transparent handling of archives and can handle KIOSlaves
 such as ftp:// sftp:// smb:// or fish://
 It is (almost) completely customizable, very user friendly,
 fast and looks great on your desktop.
-


rules:

dh_compress -X.docbook  # '-X.docbook' Fixes failing to open the
Krusader documentation (Closes: 291611).



menu
---
?package(krusader):\
needs=X11\
section=Apps/Tools\
hints=KDE\
title=krusader (File Manager)\
command=/usr/bin/krusader 
---



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



Bug#305494: New upstream version 1.60.0

2005-04-20 Thread Frank Schoolmeesters
Package: krusader
Version: 1.51-1
Severity: wishlist


Angel, can you build krusader_1.60.0-1_i386.deb ?
So far as i know krusader-1.60.0 works only on KDE3.3 and KDE3.4
Is it needed to set a dependency = KDE3.3 manually ?

I have made an unofficial krusader_1.60.0-1_i386.deb
Sourceforge mirror
http://prdownloads.sourceforge.net/krusader/krusader_1.60.0-1_i386.deb?download
Source:
http://users.telenet.be/franks.website/downloads/unofficial/krusader-1.60.0-1/

More info about the changes see below in this mail.

Thanks.

regards,

Frank Schoolmeesters
Krusader Documentation
http://krusader.sourceforge.net



krusader_1.60.0-1_i386.deb
**

Changelog
--
krusader (1.60.0-1) unstable; urgency=low

  * Unofficial 1.60.0-1 release
  * Package description and suggests update (Closes: #291617, #297991).
  * Fixes failing to open the Krusader documentation (Closes: #291611).

 -- frank schoolmeesters [EMAIL PROTECTED]  Mon, 11 Apr
 2005 19:04:05 +0200


Control:
--
Source: krusader
Section: kde
Priority: optional
Maintainer: Angel Ramos [EMAIL PROTECTED]
Build-Depends: debhelper ( 4.0.0), xlibs-dev, zlib1g-dev,
libjpeg62-dev, libqt3-mt-dev, kdelibs4-dev
Standards-Version: 3.6.1

Package: krusader
Architecture: any
Depends: ${shlibs:Depends}
Suggests: kedit, konsole, kmail, krename, xxdiff, kdiff3, arj, bzip2,
cpio, gzip, lha, rar, rpm, unace, unarj, unrar, unzip, zip 
Description: Twin-panel (commander-style) File Manager for KDE
 Krusader is an advanced twin-panel (commander-style) file-manager for
 KDE similar to GNU's Midnight Commander(c) or Total Commander(c) 
 but with many extras.
 It provides all the file-management features you could possibly want.
 Plus: extensive archive handling, mounted filesystem support, FTP,
 advanced search module, viewer/editor, directory synchronisation,
 file content comparisons, powerful batch renaming and much much more.
 It supports transparent handling of archives and can handle KIOSlaves
 such as ftp:// sftp:// smb:// or fish://
 It is (almost) completely customizable, very user friendly,
 fast and looks great on your desktop.
-


rules:

dh_compress -X.docbook  # '-X.docbook' Fixes failing to open the
Krusader documentation (Closes: 291611).



menu
---
?package(krusader):\
needs=X11\
section=Apps/Tools\
hints=KDE\
title=krusader (File Manager)\
command=/usr/bin/krusader 
---






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




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



Bug#305493: k3b: Incorrect menu entry

2005-04-20 Thread Claude Rubinson
Package: k3b
Version: 0.11.20-1
Severity: minor

The menu entry for k3b is installed under Apps - System.  k3b isn't a
system administration or monitoring tool.  Should probably be
installed under Apps - Tools.

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

Versions of packages k3b depends on:
ii  cdparanoia   3a9.8-11An audio extraction tool for sampl
ii  cdrecord 4:2.01+01a01-2  command line CD writing tool
ii  k3blibs  0.11.20-1   The KDE cd burning application lib
ii  kcontrol 4:3.3.2-1   KDE Control Center
ii  kdebase-bin  4:3.3.2-1   KDE Base (binaries)
ii  kdelibs-data 4:3.3.2-4   KDE core shared data
ii  kdelibs4 4:3.3.2-4.0.2   KDE core libraries
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libarts1 1.3.2-3 aRts Sound system
ii  libasound2   1.0.8-3 ALSA library
ii  libaudio21.7-2   The Network Audio System (NAS). (s
ii  libaudiofile00.2.6-6 Open-source version of SGI's audio
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libesd0  0.2.35-2Enlightened Sound Daemon - Shared 
ii  libfam0c102  2.7.0-6 client library to control the FAM 
ii  libfontconfig1   2.3.1-2 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-12  GCC support library
ii  libglib2.0-0 2.6.4-1 The GLib library of C routines
ii  libice6  4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  libidn11 0.5.13-1.0  GNU libidn library, implementation
ii  libjack0.80.0-0  0.99.0-6JACK Audio Connection Kit (librari
ii  libmad0  0.15.1b-1.1 MPEG audio decoder library
ii  libogg0  1.1.2-1 Ogg Bitstream Library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.4-2   Qt GUI Library (Threaded runtime v
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  libvorbis0a  1.1.0-1 The Vorbis General Audio Compressi
ii  libvorbisenc21.1.0-1 The Vorbis General Audio Compressi
ii  libvorbisfile3   1.1.0-1 The Vorbis General Audio Compressi
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxrandr2   4.3.0.dfsg.1-12.0.1 X Window System Resize, Rotate and
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxt6   4.3.0.dfsg.1-12.0.1 X Toolkit Intrinsics
ii  mkisofs  4:2.01+01a01-2  Creates ISO-9660 CD-ROM filesystem
ii  xlibs4.3.0.dfsg.1-12 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#285089: Able to reproduce

2005-04-20 Thread Brian May
 Paul == Paul Gear [EMAIL PROTECTED] writes:

Paul I was able to reproduce this bug on amavisd-new
Paul 20030616p10-5.  It occurred when i commented out the name of
Paul the pid file in /etc/amavis/amavisd.conf and tried to
Paul restart amavisd.  Because /etc/init.d/amavis assumes that
Paul the pid file is the same as what is set in
Paul /etc/amavis/amavisd.conf by default.  Attached is a
Paul suggested patch to /etc/init.d/amavis and an example
Paul /etc/default/amavisd.

Why did you comment out / change the default pid file?

Paul This is a non-ideal solution in that it requires manual
Paul intervention.  I played with a script to automatically parse
Paul /etc/amavis/amavisd.conf appropriately, but i couldn't get
Paul one working to my satisfaction.  (On that note, if anyone
Paul can tell me how to source a perl-syntax config file without
Paul running afoul of variable scoping, i'd really like to know!
Paul :-)

Changing the configuration file in non-standard ways naturally
requires fixing any breakage that occurs...

The Debian standard PID file is /var/run/amavis/amavisd.pid, I fail to
see why Debian needs to support a different location.

Regardless, there is nothing stopping you have changing the init.d
script, it is a conffile. You can change it just the same as your
proposed /etc/default/amavis file.

If I have missed something, please let me know.
-- 
Brian May [EMAIL PROTECTED]


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



Bug#305175: better version

2005-04-20 Thread Eduard Bloch
#include hallo.h
* Eduard Bloch [Mon, Apr 18 2005, 04:11:27PM]:
 #include hallo.h
 
 A better version of that script attached.

PS: after some testing I reallized that pre-caching sucks. For example,
if person I uses packages (a,b,c) from Testing and person II uses
packages (d,e,f) from sid, they ALL are fetched in both available
versions by apt-precache.

OTOH pre-caching is still a good compromise between mirroring the whole
archive (with daily updates) and fetching on-demand.

Regards,
Eduard.
-- 
  After watching my newly-retired dad spend two weeks learning how to
  make a new folder, it became obvious that intuitive mostly means
  what the writer or speaker of intuitive likes.
- Bruce Ediger, [EMAIL PROTECTED], on X the intuitiveness of a Mac interface


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



Bug#203123: apt-cacher does not work properly when the debian mirror is down

2005-04-20 Thread Eduard Bloch
Moin Jonathan!
Eduard Bloch schrieb am Mittwoch, den 20. April 2005:

  - online mode: the index files (packages, sources, ...) are fetched
by-demand, every time someone tries to access them, using the
timestamping feature of wget (basically forwarding the same thing

PS: I just played around with wget and its timestamp handling really
sucks. However, curl is a much better replacement. With curl, you can do
the following thing:

curl -D headers.randomnumber -z cached-package-file URL -o 
tmp/new-packages-files
if curl exited with no error and no new file was created, send contents
of the old file to the client
if an error occured, return http error but keep the old copy
if a new file has been created, make a backup of the cached file (*),
lock the cached file, replace the contents with those from
headers.randomnumber (**) and new-packages-file, set the same file
modification date, then unlock it.
(etc.pp., the code is already there and just needs to be rewritten for
the different way of operation with curl).

(*): one can easily integrate a less invasive (see #305175) pre-caching
method at this point, by extracting the list of packages that are
potentially requrested by the old packages.gz file and that are
available in a new version. It would still has the trend to cache more
than neccessary but not that bad.

(**): this is also a good point to rewrite the things a bit in order to
keep the package data and headers separated on the hard disk (a feature
that people requested before, IIRC). I mean: create the subdirs:

$cachedir/data/* (where *.deb are real packages)
$cachedir/headers/* (where *.deb.head are http headers)

and if the new apt-cacher does $cachedir/foo.deb (the old format), it
looks for $cacherdir/headers/foo.deb.head and $cachedir/data/foo.deb and
returns the that headers and then the package contents.

Over time, people would migrate to this new format. Or even better, a
small perl script could separate the current .deb files into the new
files (because the current files are not real debs, they contain
headers).

Regards,
Eduard.
-- 
BigAcE^23 ja dann gib mal bitte ne addy
jjFux Eine die kewl funzen tut?
BigAcE^23 jupp


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



Bug#305497: Depends: php5 :-)

2005-04-20 Thread Alessandro De Zorzi
Package: phpldapadmin
Version: 0.9.5-3
Severity: normal


please add in control file | php5 | opportunity php5 is not official but
used in some systems...

thank
Alessandro


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



Bug#305495: apache: AddDefaultCharset breaks the non-latin1 pages

2005-04-20 Thread Piotr Roszatycki
Package: apache
Version: 1.3.33-4
Severity: minor

There is problem with AddDefaultCharset. The default charset is iso-8859-1.
That means the pages which sets other charsets (iso-8859-2, cyrilic, etc.) are
broken in the default Apache configuration. It seems to me as
English-language-centric point of view.

Everybody who I know just distable this setting after installing the package,
but it is a little annoying.

Maybe the Debconf question might help.

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

Versions of packages apache depends on:
ii  apache-common   1.3.33-4 support files for all Apache webse
ii  debconf 1.4.48   Debian configuration management sy
ii  dpkg1.10.27  Package maintenance system for Deb
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libdb4.24.2.52-18Berkeley v4.2 Database Libraries [
ii  libexpat1   1.95.8-1 XML parsing C library - runtime li
ii  libmagic1   4.12-1   File type determination library us
ii  logrotate   3.7-2Log rotation utility
ii  mime-support3.31-1   MIME files 'mime.types'  'mailcap
ii  perl5.8.4-8  Larry Wall's Practical Extraction 

-- debconf information excluded


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



Bug#305496: mailscanner: exim split spool support seems broken

2005-04-20 Thread horvath.gabor
Package: mailscanner
Version: 4.40.11-1
Severity: important


I configured a test system for checking out a few changes I am planning.
It included a migration to exim 4 and to split spool directory with exim.
I configured both exim4 and MailScanner according to the documentation.
Then I noticed that MailScanner was no picking up e-mails.
relevant setting:
Split Exim Spool = yes
Incoming Queue Dir = /var/spool/exim_incoming/input
Outgoing Queue Dir = /var/spool/exim_outgoing/input

So I changed this:
Incoming Queue Dir = /var/spool/exim_incoming/input/*

Then I created all 62 dirs in both input dirs. (exim uses 62 1 letter dir names 
when running split spooled)

After that it started working.

Still it is a suboptimal solution. It either has to be documented, or fixed.

I can send you the config files if needed.
-- 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=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mailscanner depends on:
ii  debconf   1.4.30.13  Debian configuration management sy
ii  exim4 4.50-4 metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.50-4 lightweight exim MTA (v4) daemon
ii  libarchive-zip-perl   1.14-1 Module for manipulation of ZIP arc
ii  libcompress-zlib-perl 1.34-1 Perl module for creation and manip
ii  libconvert-binhex-perl1.119-2Perl5 module for extracting data f
ii  libconvert-tnef-perl  0.17-4 Perl module to read TNEF files
ii  libhtml-parser-perl   3.45-2 A collection of modules that parse
ii  libmime-perl  5.417-1Perl5 modules for MIME-compliant m
ii  libnet-cidr-perl  0.10-1 Manipulate IPv4/IPv6 netblocks in 
ii  perl  5.8.4-8Larry Wall's Practical Extraction 
ii  spamassassin  3.0.2-1Perl-based spam filter using text 
ii  ucf   1.17   Update Configuration File: preserv
ii  unrar-nonfree [unrar] 3.3.6-2Unarchiver for .rar files (non-fre
ii  unzip 5.52-1 De-archiver for .zip files
ii  wget  1.9.1-8retrieves files from the web

-- debconf information:
  mailscanner/v3_upgrade: Don't upgrade


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



Bug#305497: Depends: php5 :-)

2005-04-20 Thread Fabio Tranchitella
severity 305497 whishlist
thanks


This version of phpldapadmin (which will be released as part of sarge)
shouldn't depend on php5, which is unavailable in that release. 

After sarge will be released, and *after* php5 will enter sarge, I'll
upload a new package depending on it.

However, thanks for the suggestion.

Ciao :)
Fabio.

Il giorno mer, 20/04/2005 alle 12.57 +0200, Alessandro De Zorzi ha
scritto:
 Severity: normal

 please add in control file | php5 | opportunity php5 is not official but
 used in some systems...

-- 
Fabio Tranchitella http://www.kobold.it
Studio Tranchitella Assoc. Professionale   http://www.tranchitella.it
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564



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


Bug#305467: smbclient: Accented characters on W98SE filenames incorrectly translated

2005-04-20 Thread Steve Langasek
reassign 305467 smbfs
thanks

On Wed, Apr 20, 2005 at 08:04:42PM +0930, Arthur Marsh wrote:
 Steve Langasek wrote:
 Hi Arthur,

 On Wed, Apr 20, 2005 at 03:13:08PM +0930, Arthur Marsh wrote:

 Accented characters on Win98SE filenames translate into 2 characters on 
 Linux side using smbmount. Worked fine on previous Debian Unstable 
 smbmount (3.0.11?). 

 You filed this bug against smbclient.  Are you using smbmount or smbclient?
 The smbmount command is from the smbfs package.

 smbmount, my /etc/fstab entries for the smbfs systems are (with the 2 
 zeros on the same line as the rest of the detail):

 //victoria/victoriac /victoriac smbfs   rw,guest,uid=1000,gid=1000  0 0
 //victoria/victoriad /victoriad smbfs   rw,guest,uid=1000,gid=1000  0 0

 Were you using smbmount 3.0.11 with kernel 2.6.11 as well, or did you have 
 a
 different kernel installed when you had this working?

 smbmount 3.0.11 was working ok with kernel 2.6.11 (accented characters 
 appeared correctly in a playlist on xmms using ISO-8859-1 fonts).

Ok.  I notice from your original report that reportbug was running in a
UTF-8 locale.  Have you always used UTF-8 as your locale?  Do the filenames
look different from the commandline than they do from xmms?  If they look
wrong on the commandline as well, could you send me the output of
ls | gzip -c  dirlisting.gz for one of these directories?

If you're in a UTF-8 locale and see accented chars as 2 chars, then it
sounds like a double conversion problem; unfortunately, I don't have access
to any Win98 machines, so I'm not sure if I'll be able to reproduce this
problem.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#305479: netsaint-plugins: check_log plugin breaks system

2005-04-20 Thread Al Nikolov
On Wednesday 20 April 2005 14:07, Steve Langasek wrote:
 FYI, the netsaint-plugins package is only available from non-us.debian.org,
 which is quite moribund and will be discontinued with the release of sarge.
 This bug will not be fixed, as the netsaint package has been replaced with
 nagios in the main archive.  I would strongly encourage you to install
 nagios rather than fighting with any bugs in netsaint; of course, please
 let us know if you find bugs (this one or others) in nagios.

Please, reconsider.

1) The debian-non-US archive was separated only in consequence of US law (the 
law of a country where not to say everybody live), not of unimportance of 
packages in it. It's just mirrored elsewhere outside US, but logically should 
be considered as part of the official archive. Think also about other forms 
of Debian distribution (on CD sets for instance).

2) There is no nagios package in Debian release. There _is_ netsaint package. 
It may be weak, buggy and uncomfortable (relatively to nagios), but it is 
released, and people use it. If one (like me) uses it for years, and one day 
just adds a new service to be monitored (and that was $subj), gets a wierd 
result, tests the plugin from the command line under root (yes, i know, i 
know, that's bad!), and gets a lot of working packages breaked.. what should 
he do? That will be not a good time to upgrade all his systems to 
nagios/sarge/whatever.

I beg to prepare NMU, if you don't object.

-- 
Regards,
Al Nikolov


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



Bug#291775: any progress on this?

2005-04-20 Thread sean finney
hi filip,

On Mon, Apr 18, 2005 at 11:14:10AM +0200, Filip Sneppe wrote:
 
 It's freeware. No license, no warranty. Use it As-Is.
 

good enough i suppose.  the patch is in the latest upload now,
i've tried it out and it seems to work.  thanks for your help
on this.


sean

-- 


signature.asc
Description: Digital signature


Bug#305500: apollon: [INTL:da] Wrong language code for Danish translation

2005-04-20 Thread Claus Hindsgaul
Package: apollon
Severity: wishlist
Tags: l10n

Please rename the Danish program translation from po/dk.po to po/da.po.
dk is not a defined locale and should never be used. da is the proper
locale code for Danish.


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



Bug#299721: xsane on epson perfection 1260 -- sometimes scanner gets wedged

2005-04-20 Thread Leech Joe
Leech Joe wrote on 04/04/05 13:22:
Same Scanner same Problem, but here _everytime_ the scanner gets wedged. 
After removing the package
  libsane-extras
everything works again. Very strange.
hth somebody else, Joachim Lechner
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#305502: linuxlogo: [INTL:da] Correct name of Danish translation and update translation

2005-04-20 Thread Claus Hindsgaul
Package: linuxlogo
Severity: wishlist
Tags: patch l10n

Please remove the existing Danish translation po/dk.po and replace it with
the attached updated Danish translation as po/da.po.

The locale dk does not exist. da is the correct locale for Danish.

Claus
# Danish (da) translation of linuxlogo
# Copyright (C) 2005 Free Software Foundation, Inc.
# FIRST Benjamin [EMAIL PROTECTED], 14-10-2002.
# Claus Hindsgaul [EMAIL PROTECTED], 2005.
#
msgid 
msgstr 
Project-Id-Version: linuxlogo\n
POT-Creation-Date: 2001-03-16 17:23-0500\n
PO-Revision-Date: 2005-04-20 13:17+0200\n
Last-Translator: Claus Hindsgaul [EMAIL PROTECTED]\n
Language-Team: Danish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=ISO-8859-1\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.9.1\n

#: ../linux_logo.c:38
msgid Zero
msgstr Nul

#: ../linux_logo.c:39
msgid One
msgstr Et

#: ../linux_logo.c:40
msgid Two
msgstr To

#: ../linux_logo.c:41
msgid Three
msgstr Tre

#: ../linux_logo.c:42
msgid Four
msgstr Fire

#: ../linux_logo.c:43
msgid Five
msgstr Fem

#: ../linux_logo.c:44
msgid Six
msgstr Seks

#: ../linux_logo.c:45
msgid Seven
msgstr Syv

#: ../linux_logo.c:46
msgid Eight
msgstr Otte

#: ../linux_logo.c:47
msgid Nine
msgstr Ni

#: ../linux_logo.c:48
msgid Many
msgstr Mange

#. This is the default format of the output file.  See the README for more *\
#. \* information on how to configure this option.
#: ../defaults.h:7
msgid 
#O Version #V, Compiled #C\n
#N #M #X #T #P, #R RAM, #B Bogomips Total\n
#H\n
msgstr 

#: ../defaults.h:8
msgid 
#O Version #V\n
Compiled #C\n
#N #M #X #T #P, #R RAM\n
#B Bogomips Total\n
#H\n
msgstr 
#O Version #V\n
Oversat #C\n
#N #M #X #T #P, #R RAM\n
#B Bogomips Total\n
#H\n

#: ../defaults.h:9
msgid Processor
msgstr Processor

#: ../defaults.h:10
msgid Processors
msgstr Processorer



Bug#305501: gnuplot: home/end keys don't work

2005-04-20 Thread Markus . Grunwald
Package: gnuplot-nox
Version: 4.0.0-2

Gnuplot can't handle cursor keys correctly: When I start gnuplot, type 
word  and press Home End Delete, I get this line in gnuplot:

gnuplot word 7~8~3~

I would expect that the cursor moves to line start, line end and delete a 
character.
It seems that this version of gnuplot is not linked against gnus 
libreadline. I suggest linking against gnu libreadline, because all the 
cursor handling is much better and even file completition is working! This 
can be done via

./configure --with-readline=gnu 

I would be very happy if this could be fixed soon, because we use gnuplot 
very often here.

Thanks,
Markus Grunwald
Softwareentwicklung

PRÜFTECHNIK Condition Monitoring GmbH
Oskar-Messter-Straße 19-21
85737 Ismaning
www.pruftechnik.com
Tel: +49 (0)89 99616177
Fax: +49 (0)89 99616200




Bug#304245: [autofs] Bug#304245: patch - NFS mounts occasionally fail

2005-04-20 Thread raven
On Tue, 19 Apr 2005, Daniel Andre Vaquero wrote:
On Wed, Apr 20, 2005 at 09:02:22AM +0800, Ian Kent wrote:
Fine, but what I'm after is what happpens when the ping fails for all
servers. Changing the host names to bogus names should be enough.
Changed /etc/auto.testing to
foo -ro,hard,intr \
   /dir/barbogus:/usr/local/bin \
   /dir/bazmorebogus:/usr/local/sbin
cd /testing/foo resulted in the part of the log that follows attached.
Cool.
That seems to work properly.
Thanks for doing that for me.
Ian

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


Bug#305477: digikam: will be installed again and again on every upgrade

2005-04-20 Thread Martin Steigerwald
Am Mittwoch 20 April 2005 12:15 schrieb Achim Bohnet:

 Please remove the archive.kalyxo.rog (archive is not online for
 some weeks anyway).   This fixed it for me (I had to remove my
 own apt-repo with a copy of the kalyxo debs too).

 Please let me know if this fix the problem for you too.

Hello Achim,

well this fixed it for me too. I already suspected something like this. 
Don't know why I didn't try it myself. I never seen such a package loop 
before, too. 

Kalyxo not online? I thought that only DNS would not be working and thus 
added the IP address to /etc/hosts. At least I get no errors on apt-get 
update.

Regards,
-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de


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



Bug#305479: netsaint-plugins: check_log plugin breaks system

2005-04-20 Thread Steve Langasek
On Wed, Apr 20, 2005 at 03:16:39PM +0400, Al Nikolov wrote:
 On Wednesday 20 April 2005 14:07, Steve Langasek wrote:
  FYI, the netsaint-plugins package is only available from non-us.debian.org,
  which is quite moribund and will be discontinued with the release of sarge.
  This bug will not be fixed, as the netsaint package has been replaced with
  nagios in the main archive.  I would strongly encourage you to install
  nagios rather than fighting with any bugs in netsaint; of course, please
  let us know if you find bugs (this one or others) in nagios.

 Please, reconsider.

 1) The debian-non-US archive was separated only in consequence of US law (the 
 law of a country where not to say everybody live), not of unimportance of 
 packages in it. It's just mirrored elsewhere outside US, but logically should 
 be considered as part of the official archive. Think also about other forms 
 of Debian distribution (on CD sets for instance).

Its unimportance comes from the fact that there are very few packages
remaining there, even in woody.  The archive scripts have never been
restored to operation after the server compromise in 2003; so although this
is a bug that affects the stable version of Debian (which I didn't
understand before, sorry), it is unlikely that this problem will be fixed if
it requires uploading a new package to non-US.

 2) There is no nagios package in Debian release. There _is_ netsaint package. 
 It may be weak, buggy and uncomfortable (relatively to nagios), but it is 
 released, and people use it. If one (like me) uses it for years, and one day 
 just adds a new service to be monitored (and that was $subj), gets a wierd 
 result, tests the plugin from the command line under root (yes, i know, i 
 know, that's bad!), and gets a lot of working packages breaked.. what should 
 he do? That will be not a good time to upgrade all his systems to 
 nagios/sarge/whatever.

 I beg to prepare NMU, if you don't object.

I have no objections, but I'm not the package maintainer.  I was merely
commenting on an RC bug that seems unlikely to get fixed.  If you feel
strongly about getting this bug fixed in woody, you will most likely need to
talk to the stable release manager about getting this fix allowed in through
main (not non-US).

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#296581: You knew that, now we also know.

2005-04-20 Thread Lukasz Pankowski
 Because I am currently merging a patched cvs snapshot of Meld with the
 latest release of Meld, and would like to produce at the end of this a
 package which actually works.

Hi,

You know this, but how we could know, if you have not tell us.

I invested a bit of may time to prepare this patch, for sure, you
invest much much more time to manage this and other packages for which
I am grateful. But for me and everyone who visits this bug, a short
note as the one cited or even shorter saying that you intend to fix it
for Sarge, but not necessarily just now, would make the situation
transparent.

May be if I explicitly said that the intention was to have it fixed in
Sarge, you would told me and others not to worry.

So it is nice to hear that you intend to fix it for Sarge. Thank you!

-- 

=*= Lukasz Pankowski =*=


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



Bug#305503: squirrelmail-locales: [INTL:da] Updated Danish twc_weather.po

2005-04-20 Thread Claus Hindsgaul
Package: squirrelmail-locales
Severity: wishlist
Tags: patch l10n

I have attached an updated Danish translation of twc_weather.po for inclusion
in the Danish locale folder (da or da_DK, see below).

Please note that the locale da_DK does not exist in the gettext system. The
correct code for Danish in gettext is da. Please check if the current
da_DK name is really the correct one for the squirrelmail-locales
system.

Claus
# This file is distributed under the same license as the PACKAGE package.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
# Stefan Andersen [EMAIL PROTECTED], 2003.
# Claus Hindsgaul [EMAIL PROTECTED], 2005.
#
msgid 
msgstr 
Project-Id-Version: twc weather v1.2\n
POT-Creation-Date: 2004-09-28 17:32-0700\n
PO-Revision-Date: 2005-04-20 13:45+0200\n
Last-Translator: Claus Hindsgaul [EMAIL PROTECTED]\n
Language-Team: Danish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=ISO-8859-1\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.9.1\n

#: ../options.php:1121
msgid nbsp;
msgstr nbsp;

#: ../options.php:784 ../options.php:789
msgid Above folder list
msgstr Over mappelisten

#: ../options.php:634
msgid Add Location
msgstr Tilføj placering

#: ../options.php:1360
msgid Add a new location to get started
msgstr Tilføj ny placering for at komme igang

#: ../options.php:767 ../options.php:832
msgid Alias:
msgstr Kaldenavn:

#: ../options.php:1018 ../weather.php:990
msgid Barometer:
msgstr Barometer:

#: ../options.php:785 ../options.php:790
msgid Below folder list
msgstr Under mappelisten

#: ../options.php:1186
msgid Box Width:
msgstr Vinduets bredde:

#: ../options.php:799
msgid Cache Time:
msgstr Holdes i sek.:

#: ../options.php:1324
msgid Cancel
msgstr Afbryd

#: ../options.php:1260
msgid Color - Background:
msgstr Farve - baggrund:

#: ../options.php:1274
msgid Color - Foreground:
msgstr Farve - forgrund:

#: ../options.php:1290
msgid Color - Labels:
msgstr Farve - ledetekster:

#: ../options.php:1304
msgid Color - Values:
msgstr Farve - felter:

#: ../options.php:913 ../weather.php:972
msgid Conditions:
msgstr Vejrforhold:

#: ../options.php:1371
msgid Delete
msgstr Slet

#: ../options.php:964 ../weather.php:981
msgid Dew Point:
msgstr Dugpunkt:

#: ../options.php:779
msgid Display Position:
msgstr Vis position:

#: ../options.php:641
msgid Done
msgstr Udført

#: ../options.php:1368
msgid Edit
msgstr Redigér

#: ../options.php:630
msgid Edit Location
msgstr Redigér placering

#: ../options.php:1071
msgid Extended Forecast Days:
msgstr Udvidet prognose i dage:

#: ../options.php:895 ../weather.php:969
msgid Feels Like:
msgstr Føles som:

#: ../options.php:711
msgid 
For the location, you can enter a US Zip code, a city, state/country (or 
some combination to search). For example you could use either: \94521\, 
\San Francisco, CA\, \New York\, \Rome, Italy\, etc.
msgstr 
Angiv en placering ved at skrive et US postnr., en by, stat/land (eller en 
kombination til søgningen). Du kan fx. prøve: \94521\, \San Francisco, CA
\, \New York\, \Stockholm, Sweden\, \Copenhagen\, etc.

#: ../options.php:1036 ../weather.php:996 ../weather.php:1000
msgid Forecast:
msgstr Prognose:

#: ../config.php:239
msgid Friday
msgstr fredag

#: ../options.php:1377
msgid Hide
msgstr Skjul

#: ../options.php:982 ../weather.php:984
msgid Humidity:
msgstr Fugtighed:

#: ../options.php:717 ../options.php:1053
msgid Location:
msgstr Placering:

#: ../options.php:1396
#, c-format
msgid Location: b%s/b
msgstr Placering: b%s/b

#: ../options.php:1244
msgid Margin - Bottom:
msgstr Bundmargen:

#: ../options.php:1214
msgid Margin - Left:
msgstr Venstre margen:

#: ../options.php:1200
msgid Margin - Right:
msgstr Højre margen:

#: ../options.php:1230
msgid Margin - Top:
msgstr Topmargen:

#: ../options.php:1092
msgid Metric SI Units:
msgstr Metriske SI-enheder:

#: ../config.php:235
msgid Monday
msgstr mandag

#: ../options.php:1161
msgid Narrow Forecast:
msgstr Miniprognose:

#: ../options.php:640
msgid New
msgstr Ny

#: ../options.php:629 ../options.php:633 ../options.php:637
msgid Options
msgstr Indstillinger

#: ../config.php:240
msgid Saturday
msgstr lørdag

#: ../options.php:826
msgid 
Select which of the following information you want displayed for this 
location:
msgstr Vælg hvilken af følgende informationer du ønsker vist for denne 
placering:

#: ../setup.php:103
msgid 
Setup the weather displaying options. You can add all the cities you want to 
monitor as well as various options to display.
msgstr 
Opsætning af indstillinger for vejrudsigten. Du kan tilføje lige så mange 
byer, du har lyst til, og tilmed angive helt individuelle indstillinger.

#: ../options.php:1382
msgid Show
msgstr Vis

#: ../options.php:1146
msgid Show this location:
msgstr Vis denne placering:

#: ../options.php:1323
msgid Submit
msgstr Gem

#: ../config.php:241
msgid Sunday
msgstr søndag

#: ../options.php:629 ../options.php:633 ../options.php:637 ../setup.php:101
msgid TWC Weather
msgstr TWC Vejrudsigt

#: 

Bug#305504: Version 1.0.1 completely insecure, Version 1.0.4 is out

2005-04-20 Thread Daniel Baumann
Package: helix-player
Version: 1.0.1-1
Severity: serious
With 1.0.2, 1.0.3[0] and today with 1.0.4[1], grave security bugs are 
fixed in helix-player. I already informed Thomas about it. Though he is 
only reachable at weekends, we will organise who will upload a new 
package soon.

Regards,
Daniel
[0] http://service.real.com/help/faq/security/050224_player
[1] http://service.real.com/help/faq/security/050419_player/EN/
--
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#299721: xsane on epson perfection 1260 -- sometimes scanner gets wedged

2005-04-20 Thread Julien BLACHE
Leech Joe [EMAIL PROTECTED] wrote:

Hi,

 Same Scanner same Problem, but here _everytime_ the scanner gets
 wedged.

 After removing the package

libsane-extras

 everything works again. Very strange.

 hth somebody else, Joachim Lechner

That's another problem. Remove libsane-extras or disable the epkowa
backend...

I should really make the extras backends come last in the list.

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - [EMAIL PROTECTED] 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


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



Bug#305443: smtp-auth documentation is incomplete

2005-04-20 Thread Drew Parsons
On Wed, 2005-04-20 at 12:10 +0200, Marc Haber wrote:

  Please add the required comments.
 
 Comments are never required. I'll think about giving more information.
 

When I say required, what I'm talking about are the ones referred to
in README.SMTP-AUTH.

Thanks for considering the issue.

Drew



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



Bug#305506: mozilla-firefox: can't download XPIs from addons.update.mozilla.org

2005-04-20 Thread Vincent Lefevre
Package: mozilla-firefox
Version: 1.0.3-1
Severity: normal

I can't download XPIs from addons.update.mozilla.org, e.g.

  
http://ftp.mozilla.org/pub/mozilla.org/extensions/flashblock/flashblock-1.2.9-fx.xpi

from

  https://addons.update.mozilla.org/extensions/moreinfo.php?id=433

When I click on the Install Now link, nothing happens (even when
using any modifier key). No problem with
  * Wget and this XPI.
  * Firefox and the extension room.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-20050318
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages mozilla-firefox depends on:
ii  debianutils  2.13.2  Miscellaneous utilities specific t
ii  fontconfig   2.3.1-2 generic font configuration library
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-21GNU C Library: Shared libraries an
ii  libfontconfig1   2.3.1-2 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-12  GCC support library
ii  libglib2.0-0 2.6.4-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.4-1 The GTK+ graphical user interface 
ii  libidl0  0.8.5-1 library for parsing CORBA IDL file
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libkrb53 1.3.6-2 MIT Kerberos runtime libraries
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libstdc++5   1:3.3.5-12  The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxp6   4.3.0.dfsg.1-12.0.1 X Window System printing extension
ii  libxt6   4.3.0.dfsg.1-12.0.1 X Toolkit Intrinsics
ii  psmisc   21.6-1  Utilities that use the proc filesy
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#305507: moin: LocalSpellingWords doesn't belong into 'underlay'

2005-04-20 Thread Michael Lamertz
Package: moin
Version: 1.3.4-1
Severity: important
Tags: l10n

Hi,

LocalSpellingWords contains a iso umlaut character, which makes moin
choke on searches.

Having checked with freenode's #moin, I was given the information, that
LocalSpellingWords doesn't belong in 'underlay' anyways.  

After removing the directory, from underlay, searching works fine.


-- 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, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages moin depends on:
ii  python2.3.5-2An interactive high-level object-o
ii  python2.3 2.3.5-2An interactive high-level object-o

-- no debconf information


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



Bug#305359: yacpi chrash

2005-04-20 Thread Martin Samuelsson
On Wed, Apr 20, 2005 at 12:10:17AM +0200, Nico Golde wrote:
 Hello Martin,

Guten tag Nico,

 Thank you.

Thank YOU for maintaining.

 Can you please give me a directory tree of your system with
 specification and if possible a dump of the files in
 /proc/acpi?

Sure, but tell me how. (:

Does the below make any sense to you? If not, please provide me the
commands to type in at my shell prompt.
--
/Martin

leka% cd /proc/acpi
leka% find .


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



Bug#305509: Instllation Report for New Debian Installer on WinXP SP2 + VMware 4.5.2

2005-04-20 Thread Izumi, Yusuke
Package: installation-reports

Debian-installer-version: On 20 Apr 2005, From 
http://cdimage.debian.org/pub/cdimage-testing/sarge_d-i/i386/rc3/
uname -a: Linux leo 2.4.27-2-386 #1 Thu Jan 20 10:55:08 JST 2005 i686 GNU/Linux
Date: 20 Apr 2005
Method: netinst CD (using ISO image file)

Machine: VMware 4.5.2 on Windows XP SP2
Processor: Pentium4 550 (3.40GHz)
Memory: 256MB
Root Device: VMware Virtual IDE Hard Drive (8GB)
Root Size/partition table: 512MB for swap (/dev/hda1) and 7.5GB for root 
partition (/dev/hda2)
Output of lspci and lspci -n:
leo:~# lspci
:00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge 
(rev 01)
:00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge 
(rev 01)
:00:07.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 08)
:00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
:00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB
:00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 08)
:00:0f.0 VGA compatible controller: VMWare Inc [VMWare SVGA II] PCI Display 
Adapter
:00:10.0 SCSI storage controller: BusLogic BT-946C (BA80C30) [MultiMaste
r 10] (rev 01)
:00:11.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet32 
LANCE] (rev 10)
:00:12.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 02)
leo:~# lspci -n
:00:00.0 0600: 8086:7190 (rev 01)
:00:01.0 0604: 8086:7191 (rev 01)
:00:07.0 0601: 8086:7110 (rev 08)
:00:07.1 0101: 8086:7111 (rev 01)
:00:07.2 0c03: 8086:7112
:00:07.3 0680: 8086:7113 (rev 08)
:00:0f.0 0300: 15ad:0405
:00:10.0 0100: 104b:1040 (rev 01)
:00:11.0 0200: 1022:2000 (rev 10)
:00:12.0 0401: 1274:1371 (rev 02)

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[O]
Reboot: [O]

Comments/Problems:
Installation has done in Japanese language.
Worked very fine.

-- 
Izumi, Yusuke / [EMAIL PROTECTED]



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



Bug#305511: dcraw: segfaults on raw file from Canon D350

2005-04-20 Thread Brian May
Package: dcraw
Version: 5.88-1
Severity: normal

Hello,

I think I read somebody that dcraw is meant to work with the RAW format
from the D350, but I can't get it to work:

[528] [scrooge:bam] ~/photos/lca2005/20050418 dcraw img_5853.cr2
zsh: segmentation fault  dcraw img_5853.cr2

[535] [scrooge:bam] ~/photos/lca2005/20050418 strace dcraw img_5853.cr2 
execve(/usr/bin/dcraw, [dcraw, img_5853.cr2], [/* 46 vars */]) = 0
uname({sys=Linux, node=scrooge, ...}) = 0
brk(0)  = 0x806e000
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40017000
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/etc/ld.so.preload, O_RDONLY)= -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
old_mmap(NULL, 57344, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40018000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/tls/libm.so.6, O_RDONLY)= 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\5\0\000..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=134464, ...}) = 0
old_mmap(NULL, 136944, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40026000
old_mmap(0x40047000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 
0x2) = 0x40047000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libjpeg.so.62, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300$\0..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=120952, ...}) = 0
old_mmap(NULL, 119916, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40048000
old_mmap(0x40065000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 
0x1d000) = 0x40065000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/tls/libc.so.6, O_RDONLY)= 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360Y\1..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1253924, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40066000
old_mmap(NULL, 1260140, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40067000
old_mmap(0x4019, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 
0x129000) = 0x4019
old_mmap(0x40198000, 10860, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40198000
close(3)= 0
set_thread_area({entry_number:-1 - 6, base_addr:0x400668a0, limit:1048575, 
seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, 
useable:1}) = 0
munmap(0x40018000, 57344)   = 0
brk(0)  = 0x806e000
brk(0x808f000)  = 0x808f000
brk(0)  = 0x808f000
open(img_5853.cr2, O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=8294415, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40018000
read(3, II*\0\20\0\0\0CR\2\0\30\301\f\0\16\0\0\1\3\0\1\0\0\0\0..., 4096) = 
4096
_llseek(3, 0, [0], SEEK_SET)= 0
read(3, II*\0\20\0\0\0CR\2\0\30\301\f\0\16\0\0\1\3\0\1\0\0\0\0..., 4096) = 
4096
fstat64(3, {st_mode=S_IFREG|0644, st_size=8294415, ...}) = 0
_llseek(3, 8294400, [8294400], SEEK_SET) = 0
read(3, \266\233o \363m}\333]\357c\337\377\331, 4096) = 15
_llseek(3, 0, [0], SEEK_SET)= 0
read(3, II*\0\20\0\0\0CR\2\0\30\301\f\0\16\0\0\1\3\0\1\0\0\0\0..., 4096) = 
4096
_llseek(3, 4096, [4096], SEEK_SET)  = 0
_llseek(3, 4096, [4096], SEEK_SET)  = 0
_llseek(3, 4096, [4096], SEEK_SET)  = 0
_llseek(3, 4096, [4096], SEEK_SET)  = 0
_llseek(3, 4096, [4096], SEEK_SET)  = 0
_llseek(3, 4096, [4096], SEEK_SET)  = 0
_llseek(3, 4096, [4096], SEEK_SET)  = 0
_llseek(3, 4096, [4096], SEEK_SET)  = 0
_llseek(3, 4096, [4096], SEEK_SET)  = 0
_llseek(3, 4096, [4096], SEEK_SET)  = 0
_llseek(3, 4096, [4096], SEEK_SET)  = 0
_llseek(3, 4096, [4096], SEEK_SET)  = 0
_llseek(3, 4096, [4096], SEEK_SET)  = 0
_llseek(3, 8192, [8192], SEEK_SET)  = 0
read(3, \5\0\5\0\310\0\6\0n\0d\0\207\0\5\0\5\0\310\0\6\0n\0d\0..., 4096) = 
4096
_llseek(3, 0, [0], SEEK_SET)= 0
read(3, II*\0\20\0\0\0CR\2\0\30\301\f\0\16\0\0\1\3\0\1\0\0\0\0..., 4096) = 
4096
_llseek(3, 4096, [4096], SEEK_SET)  = 0
_llseek(3, 4096, [4096], SEEK_SET)  = 0
_llseek(3, 520192, [520192], SEEK_SET)  = 0
read(3, G\f\7\343\336\266k\227Ta\0319\275K\242\324H\240\222H\'..., 4096) = 
4096
_llseek(3, 0, [0], SEEK_SET)= 0
read(3, II*\0\20\0\0\0CR\2\0\30\301\f\0\16\0\0\1\3\0\1\0\0\0\0..., 4096) = 
4096
_llseek(3, 4096, [4096], SEEK_SET)  = 0
_llseek(3, 4096, [4096], SEEK_SET)  = 0
_llseek(3, 4096, [4096], SEEK_SET)  = 0
_llseek(3, 4096, [4096], SEEK_SET)   

Bug#305512: conflicts with /usr/bin/kstart from kdebase-bin

2005-04-20 Thread Jan Schumacher
Package: kstart
Version: 2.3-2
Severity: normal


The file /usr/bin/kstart is also on kdebase-bin, but kstart does not
conflict with it. Would it be posssible to rename kstart's
/usr/bin/kstart to something like k4start, say, rather than including a
conflict? Thanbk You in advance.

Cheers
Jan

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

Versions of packages kstart depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libcomerr2  1.37-2   common error description library
ii  libkrb531.3.6-2  MIT Kerberos runtime libraries

-- no debconf information


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



Bug#305513: sendmail: has to depend on newer version of netbase for service submission

2005-04-20 Thread Christoph Martin
Package: sendmail
Version: 8.13.4-1
Severity: important

/etc/services from netbase from woody does not contain the submission
service. This version of sendmail needs the entry. If you install the
sarge version of sendmail on a woody system you get the error:

/etc/mail/sendmail.cf: line 270: service submission unknown: No such
file or directory

sendmail will not start. The package should depend on a newer version of
netbase.

Christoph

Ouput of /usr/share/bug/sendmail/script:

ls -alR /etc/mail:
/etc/mail:
insgesamt 232
drwxr-sr-x7 smmtasmmsp4096 20. Apr 14:28 .
drwxr-xr-x   51 root root 4096 20. Apr 14:31 ..
-rw---1 root root 4211 20. Apr 14:25 access
-rw-r-1 smmtasmmsp   12288 20. Apr 14:28 access.db
-rw-r--r--1 root root  281 28. Mär 05:35 address.resolve
lrwxrwxrwx1 root smmsp  10 20. Apr 14:25 aliases - ../aliases
-rw-r--r--1 root root 3144 20. Apr 14:28 databases
-rw-r--r--1 root root 5588 28. Mär 05:35 helpfile
-rw-r--r--1 root smmsp  38 20. Apr 14:25 local-host-names
drwxr-sr-x2 smmtasmmsp4096 20. Apr 14:25 m4
-rwxr-xr--1 root smmsp9307 20. Apr 14:28 Makefile
drwxr-xr-x2 root root 4096 20. Apr 14:25 peers
drwxr-xr-x2 root smmsp4096 28. Mär 05:35 sasl
-rw-r--r--1 root smmsp   63855 20. Apr 14:28 sendmail.cf
-rw-r--r--1 root smmsp 269 20. Apr 14:28 sendmail.cf.errors
-rw-r--r--1 root root11882 20. Apr 14:28 sendmail.conf
-rw-r--r--1 root smmsp4013 20. Apr 14:28 sendmail.mc
-rw-r--r--1 root root  149 28. Mär 05:35 service.switch
-rw-r--r--1 root root  180 28. Mär 05:35 service.switch-nodns
drwxr-sr-x2 smmtasmmsp4096 20. Apr 14:25 smrsh
-rw-r--r--1 root smmsp   43914 20. Apr 14:28 submit.cf
-rw-r--r--1 root smmsp2324 20. Apr 14:28 submit.mc
drwxr-xr-x2 smmtasmmsp4096 20. Apr 14:25 tls
-rw-r--r--1 root smmsp   0 20. Apr 14:25 trusted-users

/etc/mail/m4:
insgesamt 8
drwxr-sr-x2 smmtasmmsp4096 20. Apr 14:25 .
drwxr-sr-x7 smmtasmmsp4096 20. Apr 14:28 ..
-rw-r-1 root smmsp   0 20. Apr 14:25 dialup.m4
-rw-r-1 root smmsp   0 20. Apr 14:25 provider.m4

/etc/mail/peers:
insgesamt 12
drwxr-xr-x2 root root 4096 20. Apr 14:25 .
drwxr-sr-x7 smmtasmmsp4096 20. Apr 14:28 ..
-rw-r--r--1 root root  328 28. Mär 05:35 provider

/etc/mail/sasl:
insgesamt 8
drwxr-xr-x2 root smmsp4096 28. Mär 05:35 .
drwxr-sr-x7 smmtasmmsp4096 20. Apr 14:28 ..

/etc/mail/smrsh:
insgesamt 8
drwxr-sr-x2 smmtasmmsp4096 20. Apr 14:25 .
drwxr-sr-x7 smmtasmmsp4096 20. Apr 14:28 ..
lrwxrwxrwx1 root smmsp  26 20. Apr 14:25 mail.local - 
/usr/lib/sm.bin/mail.local
lrwxrwxrwx1 root smmsp  17 20. Apr 14:25 procmail - 
/usr/bin/procmail
lrwxrwxrwx1 root smmsp  17 20. Apr 14:25 vacation - 
/usr/bin/vacation

/etc/mail/tls:
insgesamt 44
drwxr-xr-x2 smmtasmmsp4096 20. Apr 14:25 .
drwxr-sr-x7 smmtasmmsp4096 20. Apr 14:28 ..
-rw-r--r--1 root root7 20. Apr 14:25 no_prompt
-rw---1 root root 1191 20. Apr 14:25 sendmail-client.cfg
-rw-r--r--1 root smmsp1220 20. Apr 14:25 sendmail-client.crt
-rw---1 root root 1013 20. Apr 14:25 sendmail-client.csr
-rw-r-1 root smmsp1679 20. Apr 14:25 sendmail-common.key
-rw---1 root root0 20. Apr 14:25 sendmail-common.prm
-rw---1 root root 1191 20. Apr 14:25 sendmail-server.cfg
-rw-r--r--1 root smmsp1220 20. Apr 14:25 sendmail-server.crt
-rw---1 root root 1013 20. Apr 14:25 sendmail-server.csr
-rwxr--r--1 root root 3139 20. Apr 14:28 starttls.m4

sendmail.conf:
DAEMON_NETMODE=Static;
DAEMON_NETIF=lo;
DAEMON_MODE=Daemon;
DAEMON_PARMS=;
DAEMON_HOSTSTATS=No;
DAEMON_MAILSTATS=No;
QUEUE_MODE=${DAEMON_MODE};
QUEUE_INTERVAL=10m;
QUEUE_PARMS=;
MSP_MODE=Cron;
MSP_INTERVAL=20m;
MSP_PARMS=;
MSP_MAILSTATS=${DAEMON_MAILSTATS};
MISC_PARMS=;
CRON_MAILTO=root;
CRON_PARMS=;
LOG_CMDS=No;
HANDS_OFF=No;
AGE_DATA=;
DAEMON_RUNASUSER=No;
DAEMON_STATS=${DAEMON_MAILSTATS};
MSP_STATS=${MSP_MAILSTATS};


sendmail.mc:
divert(-1)dnl
divert(0)dnl
define(`_USE_ETC_MAIL_')dnl
include(`/usr/share/sendmail/cf/m4/cf.m4')dnl
VERSIONID(`$Id: sendmail.mc, v 8.13.4-1 2005-03-28 03:33:42 cowboy Exp $')
OSTYPE(`debian')dnl
DOMAIN(`debian-mta')dnl
undefine(`confHOST_STATUS_DIRECTORY')dnl#DAEMON_HOSTSTATS=
FEATURE(`no_default_msa')dnl
DAEMON_OPTIONS(`Family=inet,  Name=MTA-v4, Port=smtp, Addr=127.0.0.1')dnl
DAEMON_OPTIONS(`Family=inet,  

Bug#305514: libcgi-formbuilder-perl: New upstream source, please package

2005-04-20 Thread Chris Sacca
Package: libcgi-formbuilder-perl
Severity: wishlist

As of April 18th, FormBuilder 3.02 was released.  It has some nice new 
featues, and I would like to see it in Debian.  However if you only wish 
to use the 2.x branch, I could somewhat understand that (in that case 
the current release is 2.14).

Anyways, if you would like help or anything, I'd be more than willing to 
build a package of FormBuilder and co-maint it with you.

Thanks,

Chris Sacca

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


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



Bug#304659: Fix is now in upstream CVS

2005-04-20 Thread Len Sorensen
On Wed, Apr 20, 2005 at 06:34:49PM +1000, Rob Weir wrote:
 On Tue, Apr 19, 2005 at 09:30:00AM -0400, Len Sorensen said
  This bug has now been fixed in CVS upstream.  However until it is fixed
  in Debian (sarge specifically) gcc-3.4 is technically FTBFS in sarge.
 
 So this is a gcc problem, not a bazaar one?

It is a bug in doxygen 1.4.2 which is now fixed in doxygen CVS.

doxygen should never segfault on any input, and it did.

If doxygen 1.4.2 stays in sarge as is however, it technically qualifies
as making gcc-3.4 FTBFS which I guess would be a problem for gcc-3.4
although not at all their fault.

Len Sorensen


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



Bug#305516: kstart: license does not seem to allow export from the us, but it is not in non-us

2005-04-20 Thread Jan Schumacher
Package: kstart
Version: 2.3-2
Severity: normal


The copyright file is ambiguous about exporting the software from the
us, but it is not in non-us. Even though the license only hints at the
necessity of an additional export license it only grants any rights to
the user if they take care of this.

Cheers
Jan

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

Versions of packages kstart depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libcomerr2  1.37-2   common error description library
ii  libkrb531.3.6-2  MIT Kerberos runtime libraries

-- no debconf information


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



Bug#305515: sendmail: has to depend on newer version of netbase for service submission

2005-04-20 Thread Christoph Martin
Package: sendmail
Version: 8.13.4-1
Severity: important

if you install sendmail from sarge on a woody system the installation
fails with:

/etc/mail/sendmail.cf: line 270: service submission unknown: No such
file or directory

the submission service is only defined in the sarge version of netbase

Ouput of /usr/share/bug/sendmail/script:

ls -alR /etc/mail:
/etc/mail:
insgesamt 244
drwxr-sr-x7 smmtasmmsp4096 20. Apr 14:48 .
drwxr-xr-x   51 root root 4096 20. Apr 14:48 ..
-rw---1 root root 4211 20. Apr 14:25 access
-rw-r-1 smmtasmmsp   12288 20. Apr 14:48 access.db
-rw-r--r--1 root root  281 28. Mär 05:35 address.resolve
lrwxrwxrwx1 root smmsp  10 20. Apr 14:25 aliases - ../aliases
-rw-r-1 smmtasmmsp   12288 20. Apr 14:48 aliases.db
-rw-r--r--1 root root 3144 20. Apr 14:48 databases
-rw-r--r--1 root root 5588 28. Mär 05:35 helpfile
-rw-r--r--1 root smmsp  38 20. Apr 14:25 local-host-names
drwxr-sr-x2 smmtasmmsp4096 20. Apr 14:25 m4
-rwxr-xr--1 root smmsp9307 20. Apr 14:48 Makefile
drwxr-xr-x2 root root 4096 20. Apr 14:25 peers
drwxr-xr-x2 root smmsp4096 28. Mär 05:35 sasl
-rw-r--r--1 root smmsp   63861 20. Apr 14:48 sendmail.cf
-rw-r--r--1 root smmsp 269 20. Apr 14:48 sendmail.cf.errors
-rw-r--r--1 root root11882 20. Apr 14:48 sendmail.conf
-rw-r--r--1 root smmsp4016 20. Apr 14:48 sendmail.mc
-rw-r--r--1 root root  149 28. Mär 05:35 service.switch
-rw-r--r--1 root root  180 28. Mär 05:35 service.switch-nodns
drwxr-sr-x2 smmtasmmsp4096 20. Apr 14:25 smrsh
-rw-r--r--1 root smmsp   43914 20. Apr 14:48 submit.cf
-rw-r--r--1 root smmsp2324 20. Apr 14:48 submit.mc
drwxr-xr-x2 smmtasmmsp4096 20. Apr 14:25 tls
-rw-r--r--1 root smmsp   0 20. Apr 14:25 trusted-users

/etc/mail/m4:
insgesamt 8
drwxr-sr-x2 smmtasmmsp4096 20. Apr 14:25 .
drwxr-sr-x7 smmtasmmsp4096 20. Apr 14:48 ..
-rw-r-1 root smmsp   0 20. Apr 14:25 dialup.m4
-rw-r-1 root smmsp   0 20. Apr 14:25 provider.m4

/etc/mail/peers:
insgesamt 12
drwxr-xr-x2 root root 4096 20. Apr 14:25 .
drwxr-sr-x7 smmtasmmsp4096 20. Apr 14:48 ..
-rw-r--r--1 root root  328 28. Mär 05:35 provider

/etc/mail/sasl:
insgesamt 8
drwxr-xr-x2 root smmsp4096 28. Mär 05:35 .
drwxr-sr-x7 smmtasmmsp4096 20. Apr 14:48 ..

/etc/mail/smrsh:
insgesamt 8
drwxr-sr-x2 smmtasmmsp4096 20. Apr 14:25 .
drwxr-sr-x7 smmtasmmsp4096 20. Apr 14:48 ..
lrwxrwxrwx1 root smmsp  26 20. Apr 14:25 mail.local - 
/usr/lib/sm.bin/mail.local
lrwxrwxrwx1 root smmsp  17 20. Apr 14:25 procmail - 
/usr/bin/procmail
lrwxrwxrwx1 root smmsp  17 20. Apr 14:25 vacation - 
/usr/bin/vacation

/etc/mail/tls:
insgesamt 44
drwxr-xr-x2 smmtasmmsp4096 20. Apr 14:25 .
drwxr-sr-x7 smmtasmmsp4096 20. Apr 14:48 ..
-rw-r--r--1 root root7 20. Apr 14:25 no_prompt
-rw---1 root root 1191 20. Apr 14:25 sendmail-client.cfg
-rw-r--r--1 root smmsp1220 20. Apr 14:25 sendmail-client.crt
-rw---1 root root 1013 20. Apr 14:25 sendmail-client.csr
-rw-r-1 root smmsp1679 20. Apr 14:25 sendmail-common.key
-rw---1 root root0 20. Apr 14:25 sendmail-common.prm
-rw---1 root root 1191 20. Apr 14:25 sendmail-server.cfg
-rw-r--r--1 root smmsp1220 20. Apr 14:25 sendmail-server.crt
-rw---1 root root 1013 20. Apr 14:25 sendmail-server.csr
-rwxr--r--1 root root 3139 20. Apr 14:48 starttls.m4

sendmail.conf:
DAEMON_NETMODE=Static;
DAEMON_NETIF=lo;
DAEMON_MODE=Daemon;
DAEMON_PARMS=;
DAEMON_HOSTSTATS=No;
DAEMON_MAILSTATS=No;
QUEUE_MODE=${DAEMON_MODE};
QUEUE_INTERVAL=10m;
QUEUE_PARMS=;
MSP_MODE=Cron;
MSP_INTERVAL=20m;
MSP_PARMS=;
MSP_MAILSTATS=${DAEMON_MAILSTATS};
MISC_PARMS=;
CRON_MAILTO=root;
CRON_PARMS=;
LOG_CMDS=No;
HANDS_OFF=No;
AGE_DATA=;
DAEMON_RUNASUSER=No;
DAEMON_STATS=${DAEMON_MAILSTATS};
MSP_STATS=${MSP_MAILSTATS};


sendmail.mc:
divert(-1)dnl
divert(0)dnl
define(`_USE_ETC_MAIL_')dnl
include(`/usr/share/sendmail/cf/m4/cf.m4')dnl
VERSIONID(`$Id: sendmail.mc, v 8.13.4-1 2005-03-28 03:33:42 cowboy Exp $')
OSTYPE(`debian')dnl
DOMAIN(`debian-mta')dnl
undefine(`confHOST_STATUS_DIRECTORY')dnl#DAEMON_HOSTSTATS=
FEATURE(`no_default_msa')dnl
DAEMON_OPTIONS(`Family=inet,  Name=MTA-v4, Port=smtp, Addr=127.0.0.1')dnl
DAEMON_OPTIONS(`Family=inet,  Name=MSP-v4, Port=submission, Addr=127.0.0.1')dnl
define(`confPRIVACY_FLAGS',dnl

Bug#305170: mol-modules-source: incompatible module format with kernel 2.6.11

2005-04-20 Thread Jens Schmalzing
tags 305170 +unreproducible
thanks

Hi,

Ingo Juergensmann writes:

 After running debian/rules and installation with dpkg of the resulting
 package, I get this: 
 
 # startmol -X
 Mac-on-Linux 0.9.70 [Mar 18 2005 11:51]
 Copyright (C) 1997-2004 Samuel Rydh
 Starting MOL session 1
 Loading Mac-on-Linux kernel module:
 insmod /lib/modules/2.6.11/misc/mol.ko
 FATAL: Error inserting mol (/lib/modules/2.6.11/misc/mol.ko): Invalid module
 format
 
   Failed to load the Mac-on-Linux kernel module -- please install
   mol-modules-source and build your own, or find a binary package
   providing mol-modules for your running kernel.
 

Unfortunately, I haven't been able to reproduce this bug.  On my
PowerPC systems, a self-compiled kernel loads the matching mol.ko just
fine.

Are you sure you are using the up-to-date mol-modules-source package?
Installing it is not enough, you also have to unpack the tarball
/usr/src/mol-modules.tar.gz.

Regards, Jens.

-- 
J'qbpbe, le m'en fquz pe j'qbpbe!
Le veux aimeb et mqubib panz je pézqbpbe je djuz tqtaj!



Bug#305503: squirrelmail-locales: [INTL:da] Updated Danish twc_weather.po

2005-04-20 Thread Thijs Kinkhorst
On Wed, April 20, 2005 13:56, Claus Hindsgaul wrote:
 I have attached an updated Danish translation of twc_weather.po for
 inclusion in the Danish locale folder (da or da_DK, see below).

Thanks. However, the twc_weather plugin is not part of the SquirrelMail
Debian package. I'll have to see how we handle this. And how we should
handle non-packaged plugins in general. I'll discuss that with Jeroen.

 Please note that the locale da_DK does not exist in the gettext system.
 The
 correct code for Danish in gettext is da. Please check if the current da_DK
 name is really the correct one for the squirrelmail-locales system.

I will check with upstream why this is.

Regards,

Thijs Kinkhorst



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



Bug#264114: Uploaded?

2005-04-20 Thread Matt Clauson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Just out of curiosity, is the 1.6.0 upstream going to be uploaded any 
time soon, or should I prepare to roll my own?  Just kinda curious, 
since this bug has been marked pending for 7-8 months now.

- --mec
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCZlLuvDNtj3aXDYkRArjrAJ9fDWt99AwHI/XOekgp/mVj5WRr9QCbBTrv
vJpzWT3IniKJrgb6bXnfEfg=
=F9Tf
-END PGP SIGNATURE-


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



  1   2   3   4   >