Bug#306885: poppler: ftbfs [sparc] Package gdk-pixbuf-2.0 was not found

2005-04-29 Thread Blars Blarson
Package: poppler
Version: 0.3.0-1
Severity: serious
Tags: sid
Justification: fails to build from source

poppler fails to build from source on sparc and other buildds, duplicated
on sparc buildd.

checking for cairo = 0.4.0 fontconfig... yes
checking CAIRO_CFLAGS... -I/usr/include/freetype2 -I/usr/include/cairo 
-I/usr/X11R6/include -I/usr/include/libpng12  
checking CAIRO_LIBS... -L/usr/X11R6/lib -lfreetype -lz -lcairo -lpixman 
-lXrender -lX11 -lpng12 -lfontconfig  
checking for gdk-pixbuf-2.0 fontconfig... Package gdk-pixbuf-2.0 was not found 
in the pkg-config search path. Perhaps you should add the directory containing 
`gdk-pixbuf-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 
'gdk-pixbuf-2.0' found
configure: error: Library requirements (gdk-pixbuf-2.0 fontconfig) not met; 
consider adjusting the PKG_CONFIG_PATH environment variable if your libraries 
are in a nonstandard prefix so pkg-config can find them.
make: *** [config.status] Error 1



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



Bug#306883: krb5: Should not use say yes in debconf templates

2005-04-29 Thread Christian Perrier
Package: krb5
Severity: normal

Debconf templates should avoid using constructions like this because of the
various interfaces used by debconf. Depending for instance on translation,
some of these may present the user with a choice different from a Yes/No
choiceand some may not.

If you want to see this, just try to choose the gnome interface for
debconf, then dpkg-reconfigure your-package under X (you may need
some lib* packages installed for the gnome interface to work).

So the only solution for avoiding strange templates is by reformulating,
for instance :

If you choose this option instead of If you say yes here.

(or you should not use this option instead of you should answer no here)


If you correct this, please run debconf-updatepo after updating the
templates, then use the podebconf-report-po utility to warn translators
that they need to update their translations (anyway, this is already needed
because of the added template).

At the minimum, please send me the new debian/po/templates.pot file as I'm
currently working to update the French translation.

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


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



Bug#306884: modutils update conflicts with module-init-tools

2005-04-29 Thread Matthias Faulstich
Package:  modutils 
Version: 2.4.27.0-3
Subject: modutils update conflicts with module-init-tools 
Severity: important

Hello!
I have installed modutils in version 2.4.27.0-1 and want to upgrade to version  
2.4.27.0-3, which is actual in sid.
Also I have installed module-init-tools in version 3.2-pre1-2

In this combination the update of modutils fails with the error message

Error while unpacking 
/export/mirror/debian/pool/main/m/modutils/modutils_2.4.27.0-3_i386.deb 
(--unpack):
trying to overwrite 
»/usr/share/man/man5/modules.5.gz« which is also included in package
module-init-tools

This is a retranslation from the german error message so it might be not 100% 
correctly.


Regards
Matthias



Bug#306882: Please, separate Ex Falso if it's possible

2005-04-29 Thread Joe Wreschnig
On Fri, 2005-04-29 at 09:15 +0400, Dan Korostelev wrote:
 Package: quodlibet
 Version: 0.10.1-1
 Severity: wishlist
 
 I like Ex Falso very much, but I still prefer using Rhythmbox for
 playing my music. Can you (if it is possible) please separate Ex Falso
 tag editor from the quodlibet package, so I can install it w/o
 installing quodlibet? Thanks.

The quick answer is No, it's not possible. Probably 90% of the source
code is shared between the two programs (most UI code and all the file
loaders). It's certainly not going to be done before 0.12.

To do this, I'd have to split off much of QL into a quodlibet-common
package (containing all the code), quodlibet (containing the
quodlibet.py executable, and player images), and exfalso (containing the
exfalso.py executable). The total size of Quod Libet, that isn't parts
of Ex Falso, is under 100k.

I can drop the dependency on quodlibet-ext to a recommends or suggests,
which would bring the space down to about 20k, noise on a drive (but
100k is pretty much noise on a drive these days, especially the kinds of
drives that store audio). Splitting the package would probably take
*more* space than that, in the end. But I've been taking shit from other
people to tighten the dependencies to include python-pyao, because
apparently users can't be bothered to read Recommends: before installing
something.

So I guess the long answer is Yes, it's possible, but it doesn't really
gain anything and will probably just create more problems.
-- 
Joe Wreschnig [EMAIL PROTECTED]


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


Bug#306786: Debian-Installer installation report: failed on Dell PowerEdge 2850 with Perc 4e/Di RAID with 2.6 kernel

2005-04-29 Thread Christian Perrier


 Output of lspci and lspci -n: not available



 Installer doesn't detect hard drives. Other distros detect hard drives, 
 so no physical fault.
 
 Poking around the 'net suggests that the error is because the 2.6.8 
 kernel doesn't have the required drivers for the RAID controller card 
 used in the Dell PE 2850 (Perc 4e/Di, which is some LSI card, which 
 requires the megaraid_mbox, megaraid_mm drivers).


Could you provide us with the output of (lspci ; lspci -n)|sort from
another distribution?

OF course, if neither 2.6.8 nor 2.4.27 have the required drivers, then
we're stucked as kernels are now frozen for D-I.




Bug#305951: lpr: fails to start on read-only root

2005-04-29 Thread Adam Majer
Dmitry Potapov wrote:

lpd fails to start on a read-only root filesystem system because 
it cannot create /dev/printer socket. There are two possible ways
to fix this bug:
1. To change the default location of the control socket, for example,
   to /var/run/printer, which is used in NetBSD.
2. Add a new option for lpd that will allow to specify different
   location for this socket. In this case, anyone who uses a read-only
   filesystem will able to specify different location for this socket
   and make /dev/printer as a symbol link to this location.
  


I will look into making the changes as proposed in #2. I don't want to
change the default location of the lpd socket since one of the changelog
entries states (and changing default parameters without a good reason is
not good anyway),

lpr (1:0.46-1-3) unstable; urgency=low

  * Moved socket back to /dev/printer after rereading the relevant
passage in the FHS

 -- Adam Klein [EMAIL PROTECTED]  Wed,  8 Dec 1999 15:37:01 -0800

Adam, do you know what passage you were talking about in 1999? :)


- Adam (the other one :)




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



Bug#306857: mozilla-thunderbird: I can't open anything

2005-04-29 Thread Alexander Sack
Arno wrote:
 
 I've made an apt-get update : apt-get dist-upgrade with my debian sarge. The 
 package mozilla-thunderbird-enigmail
  has been removed and  

Hmmm, sorry I can't tell you why the release managers decided to move the latest
thunderbird to testing and keep the enigmail package out. I expect it to be
available too in a day or so.

-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org/


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



Bug#306530: powernowd: the same bug ...

2005-04-29 Thread Bin Zhang
Package: powernowd
Version: 0.95-1
Followup-For: Bug #306530

...with the default config, i get 

# /etc/init.d/powernowd restart
Restarting powernowd: Couldn't open file: No such file or directory 
powernowd.

Regards,
Bin Z

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.11.20050410
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages powernowd 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#306886: Disk info says Appendable: No

2005-04-29 Thread Neil Levine
Package: k3b
Version: 0.11.20-2

Posted this to the k3b-user mailing list with no joy. Running 2.6.11.

Under Disk Info, k3b reports any blank disk I put in as being
Appendable: No, even though cdrecord doesn't seem to have any problems
burning from the command line.

My CD device is on /dev/hdc. This from a strace:

open(/dev/hdc, O_RDONLY|O_NONBLOCK)   = 11

The debug window in k3b doesn't show any errors at all.

k3b did work for me once but then suddenly stopped and I am not sure
what changed. Same issues with 2.6.10. Getting kinda frustrated so any
help much appreciated.

Thanks,

Neil

-- 

--
Neil Levine http://www.yoyo.org
--


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



Bug#306887: libksba8: New upstream release 0.9.11

2005-04-29 Thread Jan-Oliver Wagner
Package: libksba8
Version: 0.9.9-2
Severity: normal

There is a new upstream release 0.9.11 that contains
an important fix for Sphinx compliance.

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

Versions of packages libksba8 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#306888: dirmngr: New upstream release 0.9.2

2005-04-29 Thread Jan-Oliver Wagner
Package: dirmngr
Version: 0.9.1-1
Severity: normal

There is a new upstream release 0.9.2 that fixes a number
of little problems.

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

Versions of packages dirmngr depends on:
ii  adduser 3.59 Add and remove users and groups
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgcrypt11 1.2.0-4  LGPL Crypto library - runtime libr
ii  libgpg-error0   1.0-1library for common error values an
ii  libksba80.9.9-2  X.509 and CMS support library
ii  libldap22.1.30-3 OpenLDAP libraries
ii  libpth2 2.0.1-2  The GNU Portable Threads

-- no debconf information


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



Bug#306889: GRUB not installable on SATA drive

2005-04-29 Thread stefan.schmidt
Title: GRUB not installable on SATA drive






Package: GRUB


Debian-installer-version: http://www.debian.org/devel/debian-installer/ 23. Mär 2005 

network-CD-Image, i386
uname -a: 
Date: 28.04.2005
Method: booting with network CD

Machine: AMD64 Machine with ASUS A8V deluxe)
Processor: Athlon 64 3500+
Memory: 1 GB
Root Device: SATA connected to onboard promise chipset hda
Root Size/partition table: Fügen Sie einfach die komplette Partitions-
 Tabelle ein, mit Notizen, welche Partition wo eingebunden wurde.
Output of lspci and lspci -n:

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

Initial boot worked: [O, except USB (I had to switch off USB in the BIOS ]
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: [E ]
Reboot: [ ]

Comments/Problems:

booth GRUB and LILO could not be installed. I tried with with a standard ATA harddisk. This works very good. Something with Serial ATA must be the reason, that GRUB and LILO are not installable.





Bug#303661: logcheck: More openntpd improvements

2005-04-29 Thread Ralf Hildebrandt
Package: logcheck
Version: 1.2.39
Followup-For: Bug #303661


Attached is another entry that suppresses the adjustment messages


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

Versions of packages logcheck depends on:
ii  adduser  3.63Add and remove users and groups
ii  cron 3.0pl1-87   management of regular background p
ii  debconf [debconf 1.4.48  Debian configuration management sy
ii  debianutils  2.13.2  Miscellaneous utilities specific t
ii  lockfile-progs   0.1.10  Programs for locking and unlocking
ii  logcheck-databas 1.2.39  A database of system log rules for
ii  logtail  1.2.39  Print log file lines that have not
ii  mailx1:8.1.2-0.20040524cvs-4 A simple mail user agent
ii  postfix [mail-tr 2.2.2-2 A high-performance mail transport 
ii  sysklogd [system 1.4.1-16System Logging Daemon

-- debconf information:
  logcheck/changes:
* logcheck/install-note:
ntpd\[[0-9]+\]: adjust time server .* offset
ntpd\[[0-9]+\]: peer .* now (in)?valid
ntpd\[[0-9]+\]: adjusting local clock by [0-9.]+s$


Bug#306608: This report (itself) IS (now) a bug!

2005-04-29 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Am Fr den 29. Apr 2005 um  3:37 schriebst Du:
 Award yourself one red nose for every factually incorrect premise
 in the above paragraph.

I did no premise there...

 And an even bigger one if you still think we can legally distribute
 wx2.5.3.2

I did wrote you that I have no thought in using anythink for python
except that there ARE applications using it.

 When you've got them all properly fitted, then tell me what the
 problem for Sarge is here?  There is no problem in unstable that
 justifies interfering with that.

Don't see only sarge. There are also woody, sid and the older ones
beeing part of the distribution Debian GNU/Linux. If there is a
Package public available and if there are several conflicts they have to
be marked in the package who has the conflict otherwise the package is
buggy.

 Someone asked me the other day if I thought they should use unstable
 instead of testing.  It's a bit like asking 'who should I marry', but
 I think I'm going to point people to this thread in future as an
 example of the sort of people who should definitely be using testing.

Do you realy know the kind of what the different Releases are? For
people who want a stable distribution there is only stable ak woody
as this is the only Release were you will have security updates near to
the report. For people using sid or sarge this iss a mess as sarge get
fixed at the latest point. So sarge (ak testing) is nothing for normal
users. Also sarge could have sometimes also unstabilities than sid. For
using sid. you are right that there can be unstabilitities or
packageproblemes. But there is the bug tracking system to report such
and have the maintainer give a chance to fix it for making it better. If
everybody whould use sarge then critical and important bugs whould be
found in this release and not in sid.

So, just open your eyes for bugs and just fix it (It is only ONE line in
the control file Do I have to write it for you?) There is nothing about
what quality a other package has there is only the issue of a conflict
which is not written down in the control file and so apt cannot see this
error when selecting packages and, moreover, the upgrade stopps with
this package and let several other packages stay unconfigured (So the
bug has to be severity critical!)

Gruß
   Klaus

Ps. Lets have also some offtoppic here: I think when people ask me why
NOT using debian I whould show them this thread to see how
hoity-toity the distribution is and how elitist some maintainers are.
- -- 
Klaus Ethgenhttp://www.ethgen.de/
pub  2048R/D1A4EDE5 2000-02-26 Klaus Ethgen [EMAIL PROTECTED]
Fingerprint: D7 67 71 C4 99 A6 D4 FE  EA 40 30 57 3C 88 26 2B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iQEVAwUBQnHWFZ+OKpjRpO3lAQJBiwf+OHWskhKsZ3fuOPJ9+gGyTeuq/YVbRri5
M5w5YXx00rABd3ggCenzgidUPaQ0suEUPO2sCo1PWiO85QtGvHCqW9QKHHFWmKr7
dXpHn642EscfD4ANoYZ0y61z0OPn45ah93lELdvbe7ohhKfiJv5omRNDpDoBn/rU
Hxjk1lumnh7X6MQfkndRvPfpbearxYzxTdKy/wJJUaZ9XInhUuqfdxB6Adw4745H
SE7hNibc2FjA6PszNSlRf7FGTFuuHFhLQKjjZ1afMyFpOo7Bd2CiZreUhCczscwx
sH6bECVJwp5qtiOgQ7CnZ7OKga9YXrizBYgq84j3f9C9q35g96IdoA==
=xyhl
-END PGP SIGNATURE-


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



Bug#306756: ftbfs is serious

2005-04-29 Thread Blars Blarson
severity 306756 serious
thanks
happens on all buildds, duplicated on sparc pbuilder.


-- 
Blars Blarson   [EMAIL PROTECTED]
http://www.blars.org/blars.html
With Microsoft, failure is not an option.  It is a standard feature.


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



Bug#306890: gnupg2: New upstream release 1.9.16.

2005-04-29 Thread Jan-Oliver Wagner
Package: gnupg2
Version: 1.9.15-6
Severity: normal

There is a new upstream release 1.9.16.
It contains important fixes for Sphinx compliance
and some new interesting features.

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

Versions of packages gnupg2 depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgcrypt11 1.2.0-4  LGPL Crypto library - runtime libr
ii  libgpg-error0   1.0-1library for common error values an
ii  libksba80.9.9-2  X.509 and CMS support library
ii  makedev 2.3.1-75 Creates device files in /dev
ii  zlib1g  1:1.2.2-3compression library - runtime

-- no debconf information


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



Bug#306891: gtk2-engines-smooth built against experimental version of libatk1.0-0

2005-04-29 Thread Don Armstrong
Package: gtk2-engines-smooth
Severity: serious
Version: 0.6.0.1-2

The subject basically says it all. A binary NMU of this package
against real live unstable packages (like in a pbuilder chroot) should
fix it up nicely.

 Depends: libatk1.0-0 (= 1.9.0), libc6 (= 2.3.2.ds1-21),
   libglib2.0-0 (= 2.6.0), libgtk2.0-0 (= 2.6.0), libpango1.0-0 (= 1.8.1)


Don Armstrong

-- 
[Panama, 1989. The U.S. government called it Operation Just Cause.]
I think they misspelled this. Shouldn't it be Operation Just 'Cause?
 -- TekPolitik http://slashdot.org/comments.pl?sid=59669cid=5664907

http://www.donarmstrong.com  http://rzlab.ucr.edu


signature.asc
Description: Digital signature


Bug#301598: bootcd: cd cannot boot -- /sbin/init cannot open dev/console

2005-04-29 Thread Marc Brandes
Hi,

the new version (bootcd 2.48) is now working for me fine with the auto
option in CDDEV .

Thanks to Bernd for this great tool.

Smiles,
Marc Brandes


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



Bug#306865: pcscd: Does not work with SCM335 reader

2005-04-29 Thread Ludovic Rousseau
reassign 306865 libccid
thanks

Le Friday 29 April 2005 à 02:28:39, Steinar H. Gunderson a écrit:
 Hi,

Hello,

 I'm trying to get pcscd to work with my (brand new) SCM335 reader, but I
 can't get it to work at all:
[...]
 I'm unsure if this is a bug of libccid or pcscd; please reassing as
 needed.

Done

 Or am I doing something wrong? Googling seemed to show problems
 like this for some variants with disconnecting and reconnecting, but
 nothing seems to change the behaviour of this bug for me. (I can
 reproduce it every time, with or without a card in the reader, with or
 without the reader plugged in when I start pcscd -- of course, it
 doesn't show up in the latter case until I actually plug it in :-) )

Do you have a /etc/reader.conf file?
It yes then please remove it and retry.

Bye,

-- 
 Dr. Ludovic Rousseau[EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --


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



Bug#306800: jta: Please allow building with sun-j2sdk1.5 and recognize the JAVA_HOME directories used by java-package

2005-04-29 Thread Kalle Kivimaa
Barry Hawkins [EMAIL PROTECTED] writes:
 The JDKs are packaged by make-jpkg are non-free, and as such, we do not
 tamper with the javac, java, etc. commands of any vendor's JRE/JDK.
 People expect that sort of thing to be left the way the vendor made it,
 and currently (for better or worse) a java command from any of them does
 not attempt to set JAVA_HOME or other environmental variables itself.

Basically what I'm wondering is what should our Java packaging policy
be related to packages requiring java2-compiler to build. Should they
check for the existence of a non-free compiler which requires the
JAVA_HOME or can they just assume the behaviour of say jikes? I think
this should be consistent and documented in the policy so that both
the maintainers and users are on the same page.

Currently the situation is that I could blindly go and close the same
bug against JSPWiki by simply saying that java2-compiler should not
require any extra environment to work and if some non-free
implementation does require that, it is not a problem of a free Debian
package. I'm not entirely comfortable with that and that's why I would
like it be consistently either JAVA_HOME supported or not.

-- 
* Sufficiently advanced magic is indistinguishable from technology (T.P)  *
*   PGP public key available @ http://www.iki.fi/killer   *



Bug#241918: kismet-current: Certain wepkey lengths are rejected

2005-04-29 Thread Francois Gurin


wep keys can only be 5, 13, or 16 bytes (40, 104, or 128 bits) in length

the next upload of the kismet package will document this clearly

--francois



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



Bug#306891: gtk2-engines-smooth built against experimental version of libatk1.0-0

2005-04-29 Thread Don Armstrong
On Fri, 29 Apr 2005, Josselin Mouette wrote:
 Le jeudi 28 avril 2005 à 23:44 -0700, Don Armstrong a écrit :
   Depends: libatk1.0-0 (= 1.9.0), libc6 (= 2.3.2.ds1-21),
   libglib2.0-0 (= 2.6.0), libgtk2.0-0 (= 2.6.0), libpango1.0-0
   (= 1.8.1)
 
 D'uh, I'm too stupid. I'll do it this weekend if no one uploads this
 before.

Heh. No biggie. ;-)

I would have done the binary NMU myself if I knew enough about this
package to actually test it reasonably...


Don Armstrong

-- 
In all matters of government, the correct answer is usually: Do
nothing
 -- Robert Heinlein _Time Enough For Love_ p428

http://www.donarmstrong.com  http://rzlab.ucr.edu


signature.asc
Description: Digital signature


Bug#306891: gtk2-engines-smooth built against experimental version of libatk1.0-0

2005-04-29 Thread Josselin Mouette
Le jeudi 28 avril 2005 à 23:44 -0700, Don Armstrong a écrit :
 Package: gtk2-engines-smooth
 Severity: serious
 Version: 0.6.0.1-2
 
 The subject basically says it all. A binary NMU of this package
 against real live unstable packages (like in a pbuilder chroot) should
 fix it up nicely.
 
  Depends: libatk1.0-0 (= 1.9.0), libc6 (= 2.3.2.ds1-21),
libglib2.0-0 (= 2.6.0), libgtk2.0-0 (= 2.6.0), libpango1.0-0 (= 1.8.1)

D'uh, I'm too stupid. I'll do it this weekend if no one uploads this
before.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
   `-  Debian GNU/Linux -- The power of freedom




Bug#294645: mozilla-thunderbird: More useful output from thunderbird

2005-04-29 Thread Alexander Sack
Penny Leach wrote:

 |
 | Is this issue gone for you?
 
 
 Yes; After the problems post upgrade, I moved ~/.mozilla-thunderbird and
 it started working again fine straight away.
 

Do you still have the old .mozilla-thunderbird directory somewhere? Maybe you
can try if the latest thunderbird (1.0.2-2) works when you reinstantiate the
original profile directory?

Thanks

-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org/


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



Bug#306746: Package: installation-reports

2005-04-29 Thread Krishna Pagadala
 What happens if you boot the installer with
 linux26?

That worked. Thanks.

BTW I want to donate $25 to Debian, do you know of
(and would you recommend) any other Free Software
organisation/project that is more in need of funds?

-Krishna


--- Frans Pop [EMAIL PROTECTED] wrote:
 On Thursday 28 April 2005 10:27, Krishna Pagadala
 wrote:
  Detect hard drives: [E]
It says cant find hard disk. Ubuntu installs
  perfectly well though.
 
 This is probably because Ubuntu uses a 2.6 kernel by
 default and Debian 
 uses a 2.4 kernel.
 What happens if you boot the installer with
 linux26?
 
 Note: the Ubuntu and Debian 2.6 kernels are not
 identical, so you may 
 still run into differences.
 
 Cheers,
 FJP
 

=
To Reflect, to Inspire and to Empower
http://www.employees.org/~krishnap/

The great moral question of the twenty-first century is: If all knowledge, 
all culture, all art, all useful information, can be costlessly given to 
everyone at the same price that it is given to anyone -- if everyone can have 
everything, everywhere, all the time, why is it ever moral to exclude anyone 
from anything? -Eben Moglen

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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



Bug#306800: jta: Please allow building with sun-j2sdk1.5 and recognize the JAVA_HOME directories used by java-package

2005-04-29 Thread Michael Koch
On Fri, Apr 29, 2005 at 10:10:09AM +0300, Kalle Kivimaa wrote:
 Barry Hawkins [EMAIL PROTECTED] writes:
  The JDKs are packaged by make-jpkg are non-free, and as such, we do not
  tamper with the javac, java, etc. commands of any vendor's JRE/JDK.
  People expect that sort of thing to be left the way the vendor made it,
  and currently (for better or worse) a java command from any of them does
  not attempt to set JAVA_HOME or other environmental variables itself.
 
 Basically what I'm wondering is what should our Java packaging policy
 be related to packages requiring java2-compiler to build. Should they
 check for the existence of a non-free compiler which requires the
 JAVA_HOME or can they just assume the behaviour of say jikes? I think
 this should be consistent and documented in the policy so that both
 the maintainers and users are on the same page.
 
 Currently the situation is that I could blindly go and close the same
 bug against JSPWiki by simply saying that java2-compiler should not
 require any extra environment to work and if some non-free
 implementation does require that, it is not a problem of a free Debian
 package. I'm not entirely comfortable with that and that's why I would
 like it be consistently either JAVA_HOME supported or not.

The Debian Policy § 9.9 clearly says:

A program must not depend on environment variables to get reasonable defaults.

Setting an environment variable in debian/rules for build is okay but no 
software
should depend on them during runtime. If it does we need to provide a wrapper.


Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/



Bug#306877: mysql-server: debian-sys-maint shouldn't have ALL PRIVILEGES

2005-04-29 Thread Christian Hammers
severity 306877 wishlist
retitle 306877 README.Debian: clarify use of debian-sys-maint
thanks

Hello

On 2005-04-28 The Anarcat wrote:
 The debian-sys-maint user is setup in the postinst to have mostly ALL
 PRIVILEGES, WITH GRANT, even. As I understand it (and as the
 README.Debian documents), the debian-sys-maint user is mainly used to
 stop the server as they would require knowledge of the mysql root users
 password else.
That was correct in the past where this user really only had the RELOAD
and SHUTDOWN privileges but nowadays it also serves as a more general user
for e.g. packages that ask the user if they may create a database during
installation and the script that runs when starting the mysql server and
does a CHECK TABLES which also requires additional privileges.

 If we give all privileges, with grant, to the debian-sys-maint, why have
 such a user at all? Why not simply put the root password there, as there
 is not a big difference between the two users anyways?
But it's very likely that the admin of the machine will change the root
password and keep the new one secret to himself!

So thanks at least for reporting something that looked like a security
problem but as the user really requires those privileges I downgrade it
to withlist to remind me to update the description in README.Debian.

bye,

-christian-


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



Bug#298601: possible inetd DoS patch

2005-04-29 Thread Kaare Hviid
I cannot reproduce the reported crash, but given that

1) it appears from the debian-amd64 mailing list to have something to
do with the daytime service,
2) time() is incorrectly declared, which generally causes major problems
on all 64-bit archs,

could you please try out this patch and report back if it helps?

diff -Naur netkit-base-0.10/inetd/inetd.c netkit-base-0.10.fixed/inetd/inetd.c
--- netkit-base-0.10/inetd/inetd.c  2005-04-29 09:33:20.363988319 +0200
+++ netkit-base-0.10.fixed/inetd/inetd.c2005-04-29 09:13:48.282667028 
+0200
@@ -153,6 +153,7 @@
 #include string.h
 #include getopt.h
 #include unistd.h
+#include time.h
 
 #ifdef RPC
 /* work around a compiler warning in rpc.h */


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



Bug#306892: mailutils: frm segfaults

2005-04-29 Thread Mike Ricketts
Package: mailutils
Version: 1:0.6.1-1
Severity: important


frm always segfaults for any user who has mail.  If the user has no 
mail, it works correctly.

frm -d gives:
mbox_open (/var/mail/phil, 0x1)
mbox_scan (/var/mail/phil)
mbox_get_message (/var/mail/phil, 1)
Segmentation fault (core dumped)

The last few lines of strace are:
open(/etc/mailutils.rc, O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64(/home/phil/.mailutils, 0xbb1c) = -1 ENOENT (No such file or 
directory)
open(/home/phil/.mailutils, O_RDONLY) = -1 ENOENT (No such file or 
directory)
open(/home/phil/.mu.frmrc, O_RDONLY)  = -1 ENOENT (No such file or 
directory)
stat64(/var/mail/phil, {st_mode=S_IFREG|0600, st_size=4833, ...}) = 0
stat64(/var/mail/phil, {st_mode=S_IFREG|0600, st_size=4833, ...}) = 0
open(/var/mail/phil, O_RDONLY)= 3
fstat64(3, {st_mode=S_IFREG|0600, st_size=4833, ...}) = 0
mmap2(NULL, 4833, PROT_READ, MAP_SHARED, 3, 0) = 0x40018000
lstat64(/var/mail/phil, {st_mode=S_IFREG|0600, st_size=4833, ...}) = 0
fstat64(3, {st_mode=S_IFREG|0600, st_size=4833, ...}) = 0
fstat64(3, {st_mode=S_IFREG|0600, st_size=4833, ...}) = 0
access(/var/mail/phil, W_OK)  = 0
open(/var/mail/phil, O_RDONLY)= 4
lstat64(/var/mail/phil, {st_mode=S_IFREG|0600, st_size=4833, ...}) = 0
fstat64(4, {st_mode=S_IFREG|0600, st_size=4833, ...}) = 0
close(4)= 0
access(/var/mail, W_OK)   = -1 EACCES (Permission denied)
open(/var/mail/phil, O_RDWR)  = 4
fcntl64(4, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++


gdb -c core /usr/bin/frm claims the stack is corrupt.

-- 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 mailutils depends on:
ii  guile-1.6-libs  1.6.7-1  Main Guile libraries
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libcomerr2  1.35-6   The Common Error Description libra
ii  libgcrypt11 1.2.0-4  LGPL Crypto library - runtime libr
ii  libgdbm31.8.3-2  GNU dbm database routines (runtime
ii  libgnutls11 1.0.16-9 GNU TLS library - runtime library
ii  libgpg-error0   1.0-1library for common error values an
ii  libgsasl7   0.2.5-1  GNU SASL library
ii  libguile-ltdl-1 1.6.7-1  Guile's patched version of libtool
ii  libidn110.5.13-1.0   GNU libidn library, implementation
ii  libkrb531.3.6-2  MIT Kerberos runtime libraries
ii  libmailutils0   1:0.6.1-1GNU Mail abstraction library
ii  libmysqlclient124.0.24-5 mysql database client library
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libpam0g0.76-22  Pluggable Authentication Modules l
ii  libqthreads-12  1.6.7-1  QuickThreads library for Guile
ii  libreadline55.0-10   GNU readline and history libraries
ii  libtasn1-2  0.2.10-3 Manage ASN.1 structures (runtime)
ii  zlib1g  1:1.2.2-3compression library - runtime

-- no debconf information


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



Bug#304100: xmms: crash on scrolling, playing, etc

2005-04-29 Thread Peter Gervai
Package: xmms
Version: 1.2.10+cvs20050209-2
Followup-For: Bug #304100

Some more info.

For me it crashes on various occasions when xmms 
want to display mp3 tag info: 
* scrolling the playlist with mouse (3 out of 10 scrolls)
* jumping to the next song which wasn't displayed before.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1242379344 (LWP 15716)]
0xb6db1f40 in id3_get_content () from /usr/lib/xmms/Input/libmpg123.so
(gdb) bg
Undefined command: bg.  Try help.
(gdb) bt
#0  0xb6db1f40 in id3_get_content () from /usr/lib/xmms/Input/libmpg123.so
#1  0xb6d9298c in mpg123_id3v2_get () from /usr/lib/xmms/Input/libmpg123.so
#2  0xb6d93f35 in get_iplugin_info () from /usr/lib/xmms/Input/libmpg123.so
#3  0xb6d93611 in get_iplugin_info () from /usr/lib/xmms/Input/libmpg123.so
#4  0x08060e0c in input_get_song_info ()
#5  0x0806b177 in playlist_get_songtime ()
#6  0x0806d6e5 in playlist_set_shuffle ()
#7  0xb7deab63 in start_thread () from /lib/tls/libpthread.so.0
#8  0xb7c5518a in clone () from /lib/tls/libc.so.6

Sometimes I got a message about bad X11 async reply or
similar, but right now I only get simple segfaults, it happened
every time at scrolling the playlist w/mouse.



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7-narya
Locale: LANG=C, LC_CTYPE=hu_HU (charmap=ISO-8859-2)

Versions of packages xmms depends on:
ii  libc62.3.2.ds1-21GNU C Library: Shared libraries an
ii  libglib1.2   1.2.10-9The GLib library of C routines
ii  libgtk1.21.2.10-17   The GIMP Toolkit set of widgets fo
ii  libice6  4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  libsm6   4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii  libssl0.9.7  0.9.7e-3SSL shared libraries
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  libxi6   4.3.0.dfsg.1-12.0.1 X Window System Input extension li
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#259547:

2005-04-29 Thread Sven Riedel
Hi,
I can verify this behaviour of syslinux. To create bootable
CDs under debian, we have a chroot-woody installed.

Any bootimage burned to a CD using unstables syslinux (as of
the time of this writing: 2.11-0.1) makes the CDs non-bootable.

The symptoms are either an empty screen with the cursor blinking
in the upper left hand corner after the boot process started
(iso generated with mkisofs burned directly) or the boot process
loads the boot image, starts unpacking the kernel and then 
displays colorful ANSI junk on screen (if the ISO has been
padded with a megabyte of binary 0's from /dev/zero before
burning). In the later case the bootprocess doesn't seem to be 
able to finish extracting the kernel before exploding.

Since this seems to be reproduceable, I can supply more 
information if needed. 

Regs,
Sven

--

BAGHUS GmbH
EDV und Internetdienstleistungen

Staffelseestr. 2
81477 München

Tel.: 0 89 / 8 71 81 - 4 84
Fax.: 0 89 / 8 71 81 - 4 88

www.baghus.net, [EMAIL PROTECTED]
HRB: 144283, USt-IdNr: DE224865405

--
 



Bug#306894: ipmitool: missing manpage for ipmievd, minor spelling mistake

2005-04-29 Thread Philipp Matthias Hahn
Package: ipmitool
Version: 1.8.1-1
Severity: minor
Tags: patch

ipmievd is missing a manual page. I created one, which is attached.
When included upstream, the change to debian/rules can be reverted.

There is also a minor spelling mistake in src/ipmievd.c: in the
synopsis, the option to not daemonize was '-d', but should be '-s'.

During compile, there's also a warning about IPMI_CHANNEL_MEDIUM_IPMB
being redefined. This is because include/ipmitool/ipmi_intf.h is
included *before* linux/include/linux/ipmi.h, so the #undef is useless.
A fix could be to only include the files condifionally or wrap them in
an '#ifndef SOME_IPMI_SYMBOL ... #endif' block.

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

Versions of packages ipmitool depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libreadline44.3-15   GNU readline and history libraries
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries
--- ipmitool-1.8.1/src/ipmievd.c~   2005-04-06 22:49:48.0 +0200
+++ ipmitool-1.8.1/src/ipmievd.c2005-04-29 09:52:09.0 +0200
@@ -240,7 +240,7 @@ static int do_exit(struct ipmi_intf * in
 
 static void usage(void)
 {
-   fprintf(stderr, usage: ipmievd [-hvd]\n);
+   fprintf(stderr, usage: ipmievd [-hvs]\n);
fprintf(stderr, \n);
fprintf(stderr,-hThis help\n);
fprintf(stderr,-vVerbose (can use multiple times)\n);
--- ipmitool-1.8.1/debian/rules~2005-04-04 03:01:10.0 +0200
+++ ipmitool-1.8.1/debian/rules 2005-04-29 09:55:04.0 +0200
@@ -91,6 +91,7 @@ binary-common:
dh_testroot
dh_installdocs
dh_installchangelogs 
+   dh_installman debian/ipmievd.8
dh_link
dh_strip
dh_compress 
--- ipmitool-1.8.1/debian/ipmievd.8~2005-04-27 15:17:29.357014424 +0200
+++ ipmitool-1.8.1/debian/ipmievd.8 2005-04-29 09:53:26.0 +0200
@@ -0,0 +1,38 @@
+.TH ipmitevd 8  Duncan Laurie 
+.SH NAME
+.LP
+ipmievd \- IPMI event daemon
+.SH SYNOPSIS
+.LP
+\fBipmitool\fP [\fB-hvs\fP]
+.SH DESCRIPTION
+.LP
+\fBipmievd\fP is a daemon which will listen for events from the BMC that are 
being sent to the SEL and also log those messages to syslog.
+By default when run (as root) with no arguments it will daemonize and poll on 
the OpenIPMI device waiting for an event notification.
+Upon receipt of an event it will log it to syslog with the \fILOG_LOCAL4\fP 
facility.
+.SH OPTIONS
+.LP
+.TP
+\fB\-h\fR
+Get basic usage help from the command line.
+.TP
+\fB\-v\fR
+Increase verbose output level.
+This option may be specified multiple times to increase the level of debug 
output.
+.TP
+\fB-s\fR
+Do not daemonize.
+Without this option, \fBipmievd\fP will fork to become a background process.
+.SH FILES
+.TP
+.I /dev/ipmi0
+This character device file is used by the OpenIPMI kernel driver.
+.SH AUTHOR
+.LP
+Duncan Laurie [EMAIL PROTECTED]
+.SH SEE ALSO
+.LP
+.BR ipmitool (1)
+.TP
+IPMItool Homepage
+http://ipmitool.sourceforge.net


Bug#306895: Wrong charset in myspell-bg causing thunderbird spellcheck crashes

2005-04-29 Thread Damyan Ivanov (at work)
Package: myspell-bg
Version: 3.0-3
Severity: normal

Hi,

After experiencing repeated crashes in mozilla-thunderburd's
spellchecker when choosing bulgarian dictionary, I've tracked it down to
this:

https://bugzilla.mozilla.org/show_bug.cgi?id=256292

The reason of the crash appears to be bad charset setting in
/usr/share/myspell/dicts/bg_BG.aff

Cyrrently it states:

SET microsoft-cp1251

But this should be:

SET cp1251


After making the above change (manually), mozila-thunderbird's
spellchecker stops crashing when chosing bg-BG dictionary.

Ah, and OO.o's spellcheck continues to work just fine after the change.


Thanks for packaging myspell-bg,
dam


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11+dam.1
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)

Versions of packages myspell-bg depends on:
ii  dictionaries-common [openoffi 0.25.8 Common utilities for spelling dict

-- no debconf information


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



Bug#298601: inetd DoS

2005-04-29 Thread Kaare Hviid
tags 298601 patch
thanks

OK, inetd indeed crashes if:

1) running on amd64
2) daytime is enabled

It can easily be reproduced on the affected system with telnet
localhost daytime.  The patch I sent appears to take of the problem.

-ukh


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



Bug#306711: Current buildd output/logs

2005-04-29 Thread Peter Van Eynde
Kurt Roeckx wrote:
 On Thu, Apr 28, 2005 at 09:36:26PM +1000, Steve Smith wrote:
 
Hi,

I've reported a bug in the building of AMD64 port of SBCL and the
maintainer has asked me the buildd logs.  Are these available online?
 
 
 The log is available at:
 http://debian-amd64.alioth.debian.org/pure64/buildd-logs/sbcl_1:0.9.0.0-1_20050427-0343


I found the problem: during the build the system does a self-test that uses
/dev/log, this fails with a connection refused:

Test SB-BSD-SOCKETS-TEST::SIMPLE-LOCAL-CLIENT failed
Form: (PROGN
   (WHEN
   (AND (PROBE-FILE /dev/log)
(SB-POSIX:S-ISSOCK
 (SB-POSIX:STAT-MODE (SB-POSIX:STAT /dev/log
...
 (FORMAT STREAM
 7bsd-sockets: Don't panic.  We're testing
local-domain client code; this message can safely be ignored
   T)
Expected value: T
Actual value: #SB-BSD-SOCKETS:CONNECTION-REFUSED-ERROR {10011C4841}.

I have no idea how to write a build-depends on a /dev/log file. Nor for
that matter on a working TCP/UDP echo service needed for another test.

Groetjes, Peter



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



Bug#306900: planner conflicts with mrproject, which depends on planner

2005-04-29 Thread Steve Langasek
Package: planner
Version: 0.13-0.3
Severity: grave

The current version of planner has a Conflicts: with mproject; and the
mrproject package is a transition package that depends on planner.  Do not
conflict with your own transition packages!  This renders the transition
package (mrproject) completely useless, as it will never be installable
(upgradable) with apt and therefore will never pull in planner.

mrproject has been removed from testing because of this conflict, because
the new planner was needed for a library transition; however, this is a
planner bug that should definitely be fixed before release.  If there's some
good reason not to fix this, then mrproject should be removed from unstable.

Cc:ed to the NMUer who appears to have introduced this breakage.

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


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



Bug#306897: libpoppler-glib-dev doesn't depend on libpoppler0-glib ?!

2005-04-29 Thread Julien PUYDT
Package: libpoppler-glib-dev
Version: 0.3.0-1
This -dev package really should depend on the corresponding library package.
Snark on #gnomefr
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#306898: approx: detach option proposal

2005-04-29 Thread KaalH!
Package: approx
Version: 1.12
Severity: wishlist


runit based systems requires to not detach daemon.
see my hack below.


diff -ru approx-1.12/approx.conf approx-1.12new/approx.conf
--- approx-1.12/approx.conf 2005-04-17 18:50:49.0 +0200
+++ approx-1.12new/approx.conf  2005-04-29 09:57:29.0 +0200
@@ -5,6 +5,7 @@
 #cache /var/cache/approx
 #interval  720
 #debug false
+#detachtrue

 # Here are some examples of remote repository mappings.

diff -ru approx-1.12/approx.conf.5 approx-1.12new/approx.conf.5
--- approx-1.12/approx.conf.5   2005-04-08 20:59:28.0 +0200
+++ approx-1.12new/approx.conf.52005-04-29 09:58:34.0
+0200
@@ -35,6 +35,10 @@
 Specifies whether debugging messages should be printed
 (default:
 .BR false )
+.IP detach
+Specifies whether detaching approx daemon
+(default:
+.BR true )
 .PP
 The other name/value pairs  are used to map distribution names
 to remote repositories.  For example,
diff -ru approx-1.12/approx.ml approx-1.12new/approx.ml
--- approx-1.12/approx.ml   2005-04-25 15:54:00.0 +0200
+++ approx-1.12new/approx.ml2005-04-29 09:45:02.0 +0200
@@ -339,6 +339,11 @@
   message %s (Printexc.to_string e)

 let () =
-  (* double fork to detach daemon *)
-  if Unix.fork () = 0  Unix.fork () = 0 then
-daemon ()
+  if detach then
+  begin
+  (* double fork to detach daemon *)
+  if Unix.fork () = 0  Unix.fork () = 0 then
+  daemon ()
+  end
+  else
+  daemon ()
diff -ru approx-1.12/default_config.ml approx-1.12new/default_config.ml
--- approx-1.12/default_config.ml   2005-04-08 20:59:28.0
+0200
+++ approx-1.12new/default_config.ml2005-04-29 02:26:12.0
+0200
@@ -12,3 +12,4 @@
 let port = get_int port ~default: 
 let interval = get_int interval ~default: 720 (* minutes *)
 let debug = get_bool debug ~default: false
+let detach = get_bool detach ~default: true
diff -ru approx-1.12/default_config.mli
approx-1.12new/default_config.mli
--- approx-1.12/default_config.mli  2005-04-08 20:59:28.0
+0200
+++ approx-1.12new/default_config.mli   2005-04-29 02:25:59.0
+0200
@@ -7,3 +7,4 @@
 val port : int
 val interval : int
 val debug : bool
+val detach : bool


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

Versions of packages approx depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libcurl37.13.2-2 Multi-protocol file transfer libra
ii  libidn110.5.13-1.0   GNU libidn library, implementation
ii  libpcre34.5-1.1  Perl 5 Compatible Regular Expressi
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries
ii  wget1.9.1-8  retrieves files from the web
ii  zlib1g  1:1.2.2-3compression library - runtime

-- no debconf information


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



Bug#306899: grub-set-default referenced in info pages but not available

2005-04-29 Thread Phil Reynolds
Package: grub
Version: 0.95+cvs20040624-16
Severity: normal


In the info pages for grub, reference is made to invoking
grub-set-default. This is not supplied and is proving difficult to find.
This makes it difficult to set up one-time booting of a specific menu
entry.

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

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

-- no debconf information


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



Bug#306254: axe: FTBFS: Failed to satisfy Build-Depends dependency for axe: libxaw-dev

2005-04-29 Thread Thibaut VARENE
Steve Langasek wrote:
 On Thu, Apr 28, 2005 at 12:21:44PM -0700, H. S. Teoh wrote:
  On Mon, Apr 25, 2005 at 11:42:50AM +0200, Andreas Jochens wrote:
 
 Have you asked the porter lists?  The last three non-free packages
that I
 asked people to build for RC bugfixes were all brought up-to-date in
just a
 couple of days.  Cc:ed to the lists for the archs in question.

uploaded hppa, ia64 and powerpc.

HTH

T-Bone

-- 
Thibaut VARENE
Debian, Ubuntu and Kernel hacker
http://www.pateam.org/



Bug#306901: revelation: can not be upgraded due to an error on removal

2005-04-29 Thread Kai Weber
Package: revelation
Version: 0.4.0-1
Severity: important

$ dpkg --remove revelation
(Reading database ... 70338 files and directories currently installed.)
Removing revelation ...
Resolved address xml::/etc/gconf/gconf.xml.defaults to a writable 
configuration source at position 0
I/O warning : failed to load external entity 
/etc/gconf/schemas/revelation.schemas
Failed to open `/etc/gconf/schemas/revelation.schemas': No such file or 
directory
dpkg: error processing revelation (--remove):
 subprocess pre-removal script returned error exit status 1
Errors were encountered while processing:
 revelation

So upgrades fail, too.

Regards, Kai

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

Versions of packages revelation depends on:
ii  gconf2 2.8.1-5   GNOME configuration database syste
ii  gnome-icon-theme   2.8.0-4   GNOME Desktop icon theme
ii  libglib2.0-0   2.6.4-1   The GLib library of C routines
ii  libgnomeui-0   2.8.1-3   The GNOME 2 libraries (User Interf
ii  libgtk2.0-02.6.4-1   The GTK+ graphical user interface 
ii  python 2.3.5-2   An interactive high-level object-o
ii  python-gnome2  2.6.1-1   Python bindings for the GNOME desk
ii  python-gtk22.6.1-2   Python bindings for the GTK+ widge
ii  python2.3-crypto   2.0+dp1-2 cryptographic algorithms and proto
ii  python2.3-libxml2 [libxml2 2.6.16-7  Python 2.3 bindings for the GNOME 
ii  shared-mime-info   0.16-1debian1 FreeDesktop.org shared MIME databa

-- no debconf information


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



Bug#305793: twiki: Attach files to TWiki topics fails after update

2005-04-29 Thread Lars Wirzenius
severity 305793 important
thanks

It is possible (and I would in fact say typical) to use twiki in a
manner that does not involve file attachments at all. So unless I
misunderstand the bug report, it should not be grave, but important,
thus I'm downgrading it.



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



Bug#306902: O: ltsp-utils

2005-04-29 Thread Robert Millan
Package: wnpp
Severity: normal

I don't have time to maintain this package.

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


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



Bug#306903: zope-mysqlda: Blob support broken

2005-04-29 Thread Daniel Knauth
Package: zope-mysqlda
Version: 2.0.8-2
Severity: normal


Blobs are not usable from Zope due to changed behaviour of python2.2-mysqldb.
See http://mail.zope.org/pipermail/zope/2005-February/156947.html for 
a detailed description including a one-line fix.

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

Versions of packages zope-mysqlda depends on:
ii  python2.22.2.3dfsg-1 An interactive high-level object-o
ii  python2.2-mysqldb1.1.6-1.2   A Python interface to MySQL
ii  zope 2.6.4-1.7   open source web application server

-- no debconf information


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



Bug#306904: msmtp: new configuration can't script password

2005-04-29 Thread gambarimasu+reportbug
Package: msmtp
Version: 1.4.0-1
Severity: normal


Please allow the first line of input to be a password.  There seems to
be no way to script msmtp.

We used to be able to do msmtp -F (echo host ...) ... to kludge a
config file.  Now msmtp complains about that not being a real file.

So we use -F (-C now), on a created temporary file with the config in
it.  Doesn't work (auth problems), even though the identical file
worked in the old version.  Tried various auth settings to no avail.

So we use args identical to the file.  It works perfectly, if the user
is present.  There is no way to provide the password programmatically.

Result: can't use msmtp.

Thanks.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.11--from-2.6.9-proc-config-and-menuconfig
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages msmtp depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libgsasl7   0.2.5-1  GNU SASL library
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries

-- no debconf information


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



Bug#305751: keepalived: does not work with current sarge kernel

2005-04-29 Thread Steve Langasek
Hi Marcin,

So far, I am not able to reproduce this bug against 2.4.27-2-686 or
2.6.8-2-686-smp, using either the sarge or sid version of keepalived.  Is
there a simple keepalived.conf I could configure in order to trigger it?

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#306326: perforate: No nodup executable

2005-04-29 Thread Amaya
Hi there!

Sorry it took me this long to get back to you...
Please see: #293790 regarding the lack of nodup in perforate.
The new version of finddup replaces nodup and fixes several issues, as
well as a full rewrite from shell in favor of perl, which makes my life
much easier :)

I think I have failed to document this change properly, and have been
reported to break many people's scripts :)

Well, Thanks for using perforate!

-- 
 .''`.   Dormir contigo es estar solo dos veces, es la soledad al cuadrado.
: :' :   -- Sabina
`. `'Proudly running Debian GNU/Linux (Sid 2.6.10 Ext3)  
  `- www.amayita.com  www.malapecora.com  www.chicasduras.com


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



Bug#306730: blam: doesn't handle RTL characters gracefully

2005-04-29 Thread Johan Svedberg
* Apr 28 09:08 Wouter Verhelst [EMAIL PROTECTED]:
 Blam doesn't appear to handle RTL character sets gracefully, as can be
 seen in the attached screenshot. In addition to the display corruption
 that has already been documented in #291002, you should take note of the
 difference between the title of the currently selected article as it
 appears in the list of articles, and as it appears in the entry display
 window; they are not the same.

Yes, upstream also reads that feed. :-) There is an open bug for it at
http://bugzilla.gnome.org/show_bug.cgi?id=170644

-- 
Johan Svedberg, [EMAIL PROTECTED], http://johan.svedberg.com/


pgpqO49Oed9r6.pgp
Description: PGP signature


Bug#294577: Nautilus crashes on multiple mounts

2005-04-29 Thread Stewart Jeacocke
On Fri, 2005-04-29 at 10:24 +0200, Andreas Schmidt wrote:
 lately I noticed that nautilus crashes when I mount a device on a mount  
 point where another device has been mounted on before:
 
 [EMAIL PROTECTED]:~# mount | grep win
 /dev/hdb7 on /win type vfat (rw,uid=1000)
 [EMAIL PROTECTED]:~# mount /win/
 [EMAIL PROTECTED]:~# mount | grep win
 /dev/hdb7 on /win type vfat (rw,uid=1000)
 /dev/hde5 on /win type ntfs  
 (ro,noexec,nosuid,nodev,uid=1000,gid=1003,umask=0227,utf8)
 
 The expected behavior (which works on the command line) is that after  
 mounting /dev/hde5, access to /win will operate on this device until I  
 umount /win, when it will operate on the contents of /dev/hdb7 again.  
 It used to work even with Gnome until some time ago (not sure what was  
 changed then). Lately, however, once I have 2 mounts on the same mount  
 point, nautilus will crash, restart, crash...

Hi,

Looks like bug 294577. Can you provide the version of the nautilus
package that you are using?

This bug already has a backtrace attached to it. Would someone familiar
with nautilus internals take a look at it and see if they can work out
what is going on?

Thanks

Stewart



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



Bug#301093: [bug #12875] creates empty file duplicates in incoming after originals removed

2005-04-29 Thread Amorphous

Update of bug #12875 (project mldonkey):

  Status:None = Invalid

___

Follow-up Comment #2:

you should remove the .torrent from torrents/seeded and then issue the
command reshare_torrents (the core will print BT-Tracker return: stopped
NAME in the log) and then you can remove the file.

I'm not sure if the empty files still can occur for other networks such as
edonkey, but i think they don't (just issue reshare after removing the
file).

However it would be nice if the core could be notified by file-changes and do
this automatically... (opening a new wishlist-bug for that)

___

Reply to this item at:

  http://savannah.nongnu.org/bugs/?func=detailitemitem_id=12875

___
  Message sent via/by Savannah
  http://savannah.nongnu.org/



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



Bug#306906: python2.2-mysqldb: Connection leak

2005-04-29 Thread Daniel Knauth
Package: python2.2-mysqldb
Version: 1.1.6-1.2
Severity: grave
Justification: renders package unusable


The mysql-python version shipped with Debian 3.1 has a connection leak
that makes the database unusable if any Python client is under load.

Obviously, this affects *all* mysql clients, not just Python clients.
It has been fixed in the upstream mysql-python 1.2.0 release.

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

Versions of packages python2.2-mysqldb depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libmysqlclient124.0.24-5 mysql database client library
ii  python2.2   2.2.3dfsg-1  An interactive high-level object-o
ii  zlib1g  1:1.2.2-3compression library - runtime

-- no debconf information


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



Bug#301592: chrony: [sparc] Fails to read RTC and floods logfiles

2005-04-29 Thread Frans Pop
Hello John,

You had me confused for a bit with your very quick patched version of 
chrony because suddenly a default installation no longer reproduced the 
problems :-)

This issue has also been been discussed extensively on the debian-sparc 
list [1]. There are some false starts in that thread, but I think this 
[2] post and the thread following it contains relevant information.

One problem is that the Mostek RTC driver currently does not support the 
RTC_(RD/SET)_TIME. However, the thread contains a patch that will fix 
this. I am not completely sure if this patch is final yet or if has will 
be (has been) submitted for inclusion in the kernel.
Please let us know your/upstream's thoughts on this.

From an strace [3] I ran on chrony when it fails and floods the logs, it 
seems that the main problem is in the use of RTC_UIE_ON, RTC_UIE_OFF 
calls as the clock chip does not have an interrupt node.
Perhaps some error handling can be added there.

I hope this helps.

Cheers,
Frans Pop

[1] http://lists.debian.org/debian-sparc/2005/04/msg00115.html
[2] http://lists.debian.org/debian-sparc/2005/04/msg00149.html
[3] http://lists.debian.org/debian-sparc/2005/04/msg00170.html



Bug#306907: libpam-ldap: Package upgrade corrupts bindpw password in configuration file

2005-04-29 Thread Stefan Schmidt
Package: libpam-ldap
Version: 178-1
Severity: normal

After the last upgrade of libpam-ldap (as well as libnss-ldap), the bindpw
passwords saved in my configuration files, pam_ldap.conf and libnss-ldap.conf, 
got corrupted. In my case they contained an '@' character. After upgrading,
the @ sign and the remainder of the passwords were truncated. 
I already encountered a similar problem when first configuring the packages
using debconf. I had to enter the passwords manually in the config files.

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

Versions of packages libpam-ldap depends on:
ii  debconf 1.4.30.13Debian configuration management sy
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libldap22.1.30-3 OpenLDAP libraries
ii  libpam0g0.76-22  Pluggable Authentication Modules l

-- debconf information excluded


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



Bug#306153: dependency removed: please recompile

2005-04-29 Thread Lars Wirzenius
Did the NMU. Attached is the patch.


diff -ruN orig/debian/changelog grcm-0.1.5/debian/changelog
--- orig/debian/changelog	2005-04-28 18:45:37.0 +0300
+++ grcm-0.1.5/debian/changelog	2005-04-29 12:47:46.0 +0300
@@ -1,3 +1,14 @@
+grcm (0.1.5-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Rebuilding to get rid of linc dependency. Closes: #306153
+(which is release critical, hence high urgency).
+  * Changed Jeff Bailey's (initial packager's) e-mail address in this
+file from [EMAIL PROTECTED] (which is invalid) to
+[EMAIL PROTECTED] (which Jeff asked me to use).
+
+ -- Lars Wirzenius [EMAIL PROTECTED]  Fri, 29 Apr 2005 12:39:00 +0300
+
 grcm (0.1.5-1) unstable; urgency=low
 
   * New upstream release.
@@ -8,5 +19,5 @@
 
   * Initian Package
 
- -- Jeff Bailey [EMAIL PROTECTED]  Wed, 19 Feb 2003 16:49:54 -0500
+ -- Jeff Bailey [EMAIL PROTECTED]  Wed, 19 Feb 2003 16:49:54 -0500
 


Bug#306865: pcscd: Does not work with SCM335 reader

2005-04-29 Thread Steinar H. Gunderson
On Fri, Apr 29, 2005 at 09:02:20AM +0200, Ludovic Rousseau wrote:
 Do you have a /etc/reader.conf file?

It appears one was created for me during install, yes.

 It yes then please remove it and retry.

Done, same problem.

/* Steinar */
-- 
Homepage: http://www.sesse.net/


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



Bug#306154: quark: dependency removed: please recompile

2005-04-29 Thread Lars Wirzenius
I did an NMU now, just in case sarge happens to freeze soon. Patch
attached.

Happy hacking.

diff -ruN orig/debian/changelog quark-3.21/debian/changelog
--- orig/debian/changelog	2005-04-29 12:17:46.0 +0300
+++ quark-3.21/debian/changelog	2005-04-29 12:19:57.0 +0300
@@ -1,3 +1,12 @@
+quark (3.21-2.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Rebuild to get rid of a linc dependency, since linc has been removed
+from the distribution. Closes: #306154 (which is release critical,
+hence the high urgency).
+
+ -- Lars Wirzenius [EMAIL PROTECTED]  Fri, 29 Apr 2005 12:18:00 +0300
+
 quark (3.21-2) unstable; urgency=low
 
   * Did build with xfree86 4.3.0, wrong xlibs dependencies.


Bug#285825: netkit-base: Fix for amd64 DOS vulnerability and assorted warnings

2005-04-29 Thread Goswin Brederlow
Package: netkit-base
Version: 10.0-10.1
Followup-For: Bug #285825

Hi,

minor revision. Forgot to save changelog before the diff thus
forgetting to close some bugs.

MfG
Goswin

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-frosties-1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
diff -Nurd netkit-base-0.10-10.1/debian/changelog netkit-base-0.10-10.2/debian/changelog
--- netkit-base-0.10-10.1/debian/changelog	2005-04-29 11:48:29.690682501 +0200
+++ netkit-base-0.10-10.2/debian/changelog	2005-04-29 11:48:45.364062351 +0200
@@ -1,3 +1,16 @@
+netkit-base (0.10-10.2) unstable; urgency=low
+
+  * Non-maintainer upload
+  * fixed variable types to proper typedefed names
+  * added cast to rlim_t format strings
+  * added missing header file for time() (Closes: #298601, #285825)
+  * added code for end of compound statements (Closes: #260728)
+  * removed deprecated dh_testversion
+  * remove dh_make boilerplate from copyright
+  * added lintian overrides
+
+ -- Goswin von Brederlow [EMAIL PROTECTED]  Fri, 29 Apr 2005 10:23:14 +0200
+
 netkit-base (0.10-10.1) unstable; urgency=low
 
   * Non-maintainer upload
diff -Nurd netkit-base-0.10-10.1/debian/copyright netkit-base-0.10-10.2/debian/copyright
--- netkit-base-0.10-10.1/debian/copyright	2005-04-29 11:48:29.693682000 +0200
+++ netkit-base-0.10-10.2/debian/copyright	2005-04-29 11:48:45.367061850 +0200
@@ -3,7 +3,7 @@
 
 It was downloaded from ftp://ftp.uk.linux.org/pub/linux/Networking/base/
 
-Upstream Author(s): David A. Holland
+Upstream Author: David A. Holland
 
 Copyright:
 
diff -Nurd netkit-base-0.10-10.1/debian/dirs netkit-base-0.10-10.2/debian/dirs
--- netkit-base-0.10-10.1/debian/dirs	2005-04-29 11:48:29.693682000 +0200
+++ netkit-base-0.10-10.2/debian/dirs	2005-04-29 11:48:45.364062351 +0200
@@ -5,3 +5,4 @@
 usr/share/man/man1
 usr/share/man/man5
 usr/share/man/man8
+usr/share/lintian/overrides
diff -Nurd netkit-base-0.10-10.1/debian/netkit-inetd.lintian netkit-base-0.10-10.2/debian/netkit-inetd.lintian
--- netkit-base-0.10-10.1/debian/netkit-inetd.lintian	1970-01-01 01:00:00.0 +0100
+++ netkit-base-0.10-10.2/debian/netkit-inetd.lintian	2005-04-29 11:48:45.368061683 +0200
@@ -0,0 +1 @@
+netkit-inetd: missing-debconf-dependency
diff -Nurd netkit-base-0.10-10.1/debian/netkit-ping.files netkit-base-0.10-10.2/debian/netkit-ping.files
--- netkit-base-0.10-10.1/debian/netkit-ping.files	2005-04-29 11:48:29.693682000 +0200
+++ netkit-base-0.10-10.2/debian/netkit-ping.files	2005-04-29 11:48:45.367061850 +0200
@@ -1,2 +1,3 @@
 bin/ping
 usr/share/man/man8/ping.8
+usr/share/lintian/overrides/netkit-ping
diff -Nurd netkit-base-0.10-10.1/debian/netkit-ping.lintian netkit-base-0.10-10.2/debian/netkit-ping.lintian
--- netkit-base-0.10-10.1/debian/netkit-ping.lintian	1970-01-01 01:00:00.0 +0100
+++ netkit-base-0.10-10.2/debian/netkit-ping.lintian	2005-04-29 11:48:45.368061683 +0200
@@ -0,0 +1 @@
+netkit-ping: setuid-binary bin/ping 4755 root/root
diff -Nurd netkit-base-0.10-10.1/debian/rules netkit-base-0.10-10.2/debian/rules
--- netkit-base-0.10-10.1/debian/rules	2005-04-29 11:48:29.693682000 +0200
+++ netkit-base-0.10-10.2/debian/rules	2005-04-29 11:48:45.368061683 +0200
@@ -52,6 +52,8 @@
 	rm debian/tmp/usr/share/man/man1/rpcgen.1
 	install -o root -g root -m 644 debian/inetd.conf.5 debian/tmp/usr/share/man/man5/inetd.conf.5
 	install -o root -g root -m 755 debian/inetd.init.d debian/tmp/etc/init.d/inetd
+	install -o root -g root -m 0644 debian/netkit-ping.lintian debian/tmp/usr/share/lintian/overrides/netkit-ping
+	install -o root -g root -m 0644 debian/netkit-inetd.lintian debian/tmp/usr/share/lintian/overrides/netkit-inetd
 	dh_movefiles
 	rmdir --ignore-fail-on-non-empty `find debian/tmp/ -type d`
 
@@ -59,8 +61,6 @@
 # Pass -i to all debhelper commands in this target to reduce clutter.
 binary-indep: DH_OPTIONS=-i
 binary-indep: build install
-	# Need this version of debhelper for DH_OPTIONS to work.
-	dh_testversion 1.1.17
 	dh_testdir
 	dh_testroot
 #	dh_installdebconf
@@ -89,8 +89,6 @@
 # Pass -a to all debhelper commands in this target to reduce clutter.
 binary-arch: DH_OPTIONS=-a
 binary-arch: build install
-	# Need this version of debhelper for DH_OPTIONS to work.
-	dh_testversion 1.1.17
 	dh_testdir
 	dh_testroot
 	dh_installdebconf
diff -Nurd netkit-base-0.10-10.1/inetd/inetd.c netkit-base-0.10-10.2/inetd/inetd.c
--- netkit-base-0.10-10.1/inetd/inetd.c	2005-04-29 11:48:29.689682668 +0200
+++ netkit-base-0.10-10.2/inetd/inetd.c	2005-04-29 11:48:45.362062686 +0200
@@ -121,6 +121,7 @@
 #include sys/wait.h
 #include sys/time.h
 #include sys/resource.h
+#include time.h
 
 #ifndef __linux__
 #ifndef RLIMIT_NOFILE
@@ -203,7 +204,7 @@
 
 /* Reserve some descriptors, 3 stdio + at least: 1 log, 1 conf. file */
 #define FD_MARGIN	(8)
-int	rlim_ofile_cur = OPEN_MAX;
+rlim_t	rlim_ofile_cur = OPEN_MAX;
 
 #ifdef RLIMIT_NOFILE
 struct rlimit	rlim_ofile;
@@ -934,7 +935,7 @@
 	nsock++;
 	

Bug#306265: nstx_1.1-beta6-2(powerpc/unstable): FTBFS: assumes signedness of chars

2005-04-29 Thread Lars Wirzenius
pe, 2005-04-29 kello 00:30 +0100, Matthew Garrett kirjoitti:
 On Thu, Apr 28, 2005 at 07:46:36PM +0300, Lars Wirzenius wrote:
  The attached patch fixes the build problem.
  
  I may do an NMU tomorrow or next week, since we're close to a sarge
  freeze (and in a 0-day NMU phase). Should be an innocent enough change.
 
 No problem - I'm the wrong side of a thin piece of string at the moment, 
 so an NMU would be helpful.
 
 Thanks,

Did the NMU. Patch attached.

diff -ruN orig/debian/changelog nstx-1.1-beta6/debian/changelog
--- orig/debian/changelog	2005-04-28 19:29:02.0 +0300
+++ nstx-1.1-beta6/debian/changelog	2005-04-28 19:40:45.0 +0300
@@ -1,3 +1,12 @@
+nstx (1.1-beta6-2.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * nstxcd.c: changed the variable ch to be an int instead of a char, since
+that is what it must be when it gets the return value from getopt.
+Closes: #306265 (which is release critical, hence a high severity).
+
+ -- Lars Wirzenius [EMAIL PROTECTED]  Thu, 28 Apr 2005 19:39:00 +0300
+
 nstx (1.1-beta6-2) unstable; urgency=low
 
   * don't cast things to signed chars if you want numbers greater than 128
diff -ruN orig/nstxcd.c nstx-1.1-beta6/nstxcd.c
--- orig/nstxcd.c	2005-04-28 19:29:02.0 +0300
+++ nstx-1.1-beta6/nstxcd.c	2005-04-28 19:38:58.0 +0300
@@ -63,7 +63,7 @@
 int main (int argc, char * argv[]) {
   struct nstxmsg *msg;
   const char	*device = NULL;
-  char		 ch;
+  int 		 ch;
 
   nsid = time(NULL);
  


Bug#306908: polygen: Typo in description: s/seriuos/serious

2005-04-29 Thread Bill Allombert
Package: polygen
Version: 1.0.6-7
Severity: minor

Hello Enrico,

There is a typo in polygen long description:
 Though PolyGen is quite a seriuos piece of software then, what else would be
   ^^^
That should probably be 'serious' instead.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


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



Bug#252467: squid is down during (dist-)upgrades

2005-04-29 Thread Richard Lamont

I noticed this bug (again) this morning while upgrading to squid 2.5.9-6 
(on a sarge box).

On a previous occasion, I got caught by this when an apt-get upgrade 
replaced exim4 and squid packages at the same time. The exim4 upgrade 
invariably stops to ask which config file to use. Until answered, squid 
remains down. Now if the phone rings and you get called away from your 
desk in the middle of this, squid can be down for a long time and by 
the time you get back people are screaming the internet is down!.

IMHO this bug should be uprated from wishlist to at least normal and 
preferably important.

TIA.


-- 
Richard Lamont
[EMAIL PROTECTED]


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



Bug#285825: netkit-base: Fix for amd64 DOS vulnerability and assorted warnings

2005-04-29 Thread Goswin Brederlow
Package: netkit-base
Version: 10.0-10.1
Followup-For: Bug #285825

Hi,

the attached patch fixes the amd64 DOS vulnerability (inetd segfaults
on daytime). It also cleans up most warnings from gcc, the deprecated
dh_testversion and overrides 2 lintian warnings.

Attached to this bug as the segfault is the most serious bug.

MfG
Goswin

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-frosties-1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
diff -Nurd netkit-base-0.10-10.1/debian/changelog netkit-base-0.10-10.2/debian/changelog
--- netkit-base-0.10-10.1/debian/changelog	2005-04-29 11:48:29.690682501 +0200
+++ netkit-base-0.10-10.2/debian/changelog	2005-04-29 11:48:45.364062351 +0200
@@ -1,3 +1,15 @@
+netkit-base (0.10-10.2) unstable; urgency=low
+
+  * Non-maintainer upload
+  * fixed variable types to proper typedefed names
+  * added cast to rlim_t format strings
+  * added missing header file for time() (Closes: #298601)
+  * removed deprecated dh_testversion
+  * remove dh_make boilerplate from copyright
+  * added lintian overrides
+
+ -- Goswin von Brederlow [EMAIL PROTECTED]  Fri, 29 Apr 2005 10:23:14 +0200
+
 netkit-base (0.10-10.1) unstable; urgency=low
 
   * Non-maintainer upload
diff -Nurd netkit-base-0.10-10.1/debian/copyright netkit-base-0.10-10.2/debian/copyright
--- netkit-base-0.10-10.1/debian/copyright	2005-04-29 11:48:29.693682000 +0200
+++ netkit-base-0.10-10.2/debian/copyright	2005-04-29 11:48:45.367061850 +0200
@@ -3,7 +3,7 @@
 
 It was downloaded from ftp://ftp.uk.linux.org/pub/linux/Networking/base/
 
-Upstream Author(s): David A. Holland
+Upstream Author: David A. Holland
 
 Copyright:
 
diff -Nurd netkit-base-0.10-10.1/debian/dirs netkit-base-0.10-10.2/debian/dirs
--- netkit-base-0.10-10.1/debian/dirs	2005-04-29 11:48:29.693682000 +0200
+++ netkit-base-0.10-10.2/debian/dirs	2005-04-29 11:48:45.364062351 +0200
@@ -5,3 +5,4 @@
 usr/share/man/man1
 usr/share/man/man5
 usr/share/man/man8
+usr/share/lintian/overrides
diff -Nurd netkit-base-0.10-10.1/debian/netkit-inetd.lintian netkit-base-0.10-10.2/debian/netkit-inetd.lintian
--- netkit-base-0.10-10.1/debian/netkit-inetd.lintian	1970-01-01 01:00:00.0 +0100
+++ netkit-base-0.10-10.2/debian/netkit-inetd.lintian	2005-04-29 11:48:45.368061683 +0200
@@ -0,0 +1 @@
+netkit-inetd: missing-debconf-dependency
diff -Nurd netkit-base-0.10-10.1/debian/netkit-ping.files netkit-base-0.10-10.2/debian/netkit-ping.files
--- netkit-base-0.10-10.1/debian/netkit-ping.files	2005-04-29 11:48:29.693682000 +0200
+++ netkit-base-0.10-10.2/debian/netkit-ping.files	2005-04-29 11:48:45.367061850 +0200
@@ -1,2 +1,3 @@
 bin/ping
 usr/share/man/man8/ping.8
+usr/share/lintian/overrides/netkit-ping
diff -Nurd netkit-base-0.10-10.1/debian/netkit-ping.lintian netkit-base-0.10-10.2/debian/netkit-ping.lintian
--- netkit-base-0.10-10.1/debian/netkit-ping.lintian	1970-01-01 01:00:00.0 +0100
+++ netkit-base-0.10-10.2/debian/netkit-ping.lintian	2005-04-29 11:48:45.368061683 +0200
@@ -0,0 +1 @@
+netkit-ping: setuid-binary bin/ping 4755 root/root
diff -Nurd netkit-base-0.10-10.1/debian/rules netkit-base-0.10-10.2/debian/rules
--- netkit-base-0.10-10.1/debian/rules	2005-04-29 11:48:29.693682000 +0200
+++ netkit-base-0.10-10.2/debian/rules	2005-04-29 11:48:45.368061683 +0200
@@ -52,6 +52,8 @@
 	rm debian/tmp/usr/share/man/man1/rpcgen.1
 	install -o root -g root -m 644 debian/inetd.conf.5 debian/tmp/usr/share/man/man5/inetd.conf.5
 	install -o root -g root -m 755 debian/inetd.init.d debian/tmp/etc/init.d/inetd
+	install -o root -g root -m 0644 debian/netkit-ping.lintian debian/tmp/usr/share/lintian/overrides/netkit-ping
+	install -o root -g root -m 0644 debian/netkit-inetd.lintian debian/tmp/usr/share/lintian/overrides/netkit-inetd
 	dh_movefiles
 	rmdir --ignore-fail-on-non-empty `find debian/tmp/ -type d`
 
@@ -59,8 +61,6 @@
 # Pass -i to all debhelper commands in this target to reduce clutter.
 binary-indep: DH_OPTIONS=-i
 binary-indep: build install
-	# Need this version of debhelper for DH_OPTIONS to work.
-	dh_testversion 1.1.17
 	dh_testdir
 	dh_testroot
 #	dh_installdebconf
@@ -89,8 +89,6 @@
 # Pass -a to all debhelper commands in this target to reduce clutter.
 binary-arch: DH_OPTIONS=-a
 binary-arch: build install
-	# Need this version of debhelper for DH_OPTIONS to work.
-	dh_testversion 1.1.17
 	dh_testdir
 	dh_testroot
 	dh_installdebconf
diff -Nurd netkit-base-0.10-10.1/inetd/inetd.c netkit-base-0.10-10.2/inetd/inetd.c
--- netkit-base-0.10-10.1/inetd/inetd.c	2005-04-29 11:48:29.689682668 +0200
+++ netkit-base-0.10-10.2/inetd/inetd.c	2005-04-29 11:48:45.362062686 +0200
@@ -121,6 +121,7 @@
 #include sys/wait.h
 #include sys/time.h
 #include sys/resource.h
+#include time.h
 
 #ifndef __linux__
 #ifndef RLIMIT_NOFILE
@@ -203,7 +204,7 @@
 
 /* Reserve some descriptors, 3 stdio + at least: 1 log, 1 conf. file */
 #define FD_MARGIN	(8)
-int	rlim_ofile_cur = OPEN_MAX;
+rlim_t	rlim_ofile_cur = 

Bug#306546: login fails with nscd linux-2.6

2005-04-29 Thread Robin Farine
Hi,

I am also experiencing login problems with nscd (2.3.2.ds1-21) on 
machines running 2.6 kernels (kernel-image-2.6.10-i386 2.6.10-6). 
They use libpam-ldap (178-1)  libnss-ldap (238-1) to access 
authentification and accounting information for normal users and 
etc files for root.

When nscd is running, users cannot login on a machine running a 2.6 
kernel, even as root on the console but they can through ssh from a 
machine running a 2.4 kernel. No problem on the machines running 
2.4. If I stop the nscd daemon on the machines running 2.6, then 
everything seems fine again.

The attached file shows the strace output of a failing 'su' while 
nscd is running.

Robin
execve(/bin/su, [su], [/* 31 vars */]) = 0
uname({sys=Linux, node=halftrack, ...}) = 0
brk(0)  = 0x8055000
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fe9000
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=60718, ...}) = 0
old_mmap(NULL, 60718, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fda000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/tls/libcrypt.so.1, 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\360\t\0..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=18876, ...}) = 0
old_mmap(NULL, 181692, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7fad000
old_mmap(0xb7fb2000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x4000) = 0xb7fb2000
old_mmap(0xb7fb3000, 157116, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7fb3000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/libpam.so.0, 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`\25\0\000..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=30360, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fac000
old_mmap(NULL, 29324, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7fa4000
old_mmap(0xb7fab000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x7000) = 0xb7fab000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/libpam_misc.so.0, 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\260\16..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=8800, ...}) = 0
old_mmap(NULL, 11880, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7fa1000
old_mmap(0xb7fa3000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x1000) = 0xb7fa3000
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`Z\1\000..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1254468, ...}) = 0
old_mmap(NULL, 1264780, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7e6c000
old_mmap(0xb7f96000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x129000) = 0xb7f96000
old_mmap(0xb7f9f000, 7308, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f9f000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/tls/libdl.so.2, 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\320\32..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=9872, ...}) = 0
old_mmap(NULL, 8632, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7e69000
old_mmap(0xb7e6b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x2000) = 0xb7e6b000
close(3)= 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e68000
set_thread_area({entry_number:-1 - 6, base_addr:0xb7e682a0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
munmap(0xb7fda000, 60718)   = 0
brk(0)  = 0x8055000
brk(0x8076000)  = 0x8076000
brk(0)  = 0x8076000
getuid32()  = 1001
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
readlink(/proc/self/fd/0, 0x8055080, 4095) = -1 EACCES (Permission denied)
fstat64(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 4), ...}) = 0
stat64(/dev/pts, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
open(/dev/pts, O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0

Bug#306797: ifplugd: sometimes does not wait for initial interface configuration to finish before booting continues

2005-04-29 Thread Martin Steigerwald
Am Donnerstag 28 April 2005 18:57 schrieb Oliver Kurth:

  But sometimes - I do not yet get when and why - it doesn't wait. In this
  case it starts guessnet, but then goes on immediately without waiting
  for guessnet to complete the detection of the network environment. This
  looks like this:

 Well, this is not a bug. ifplugd's purpose is to run as a daemon, and
 bring up an interface whenever you plug in a cable. This means your
 setup should also work when you boot your laptop without a cable plugged
 in, and plug it in some time later - at that time it should do your
 guessnet work, which in turn does pppoe or dhcp. It won't work, right?
 So if you solve that problem, you will also solve your original
 problem ;-).

Hello Oliver,

hmmm, of course. Now I remember placing some chrony script 
in /etc/network/if-up.d in order to switch chrony online when a network is 
detected on my private laptop.

But still I do not understand why usually /etc/init.d/ifplugd waits until ifup 
has finished the interface configuration and sometimes it does not. Given 
your explaination it shouldn't wait at all or when -w is given not longer 
than the time required to complete the link beat detection. Well I tried it 
quite often and usually /etc/init.d/ifplugd actually waits till that 15 
seconds have passed before it exits. So I see some inconsistency in the 
behavior of /etc/init.d/ifplugd / ifplugd that is not well explained.

As outlined below about ntpdate such a waiting behaviour might still be quite 
nice as an option. At least it would ease transition to ifplugd (as most 
Debian packages are not prepared to place scripts in /etc/network/if-up.d it 
seems), but then it has the drawback that one has to wait for timeouts, so I 
understand it when ifplugd doesn't wait. 

Well it seems this issue really needs some thought. Probably it would be good 
to file bug reports for network service related packages that have 
no /etc/init.d/if-up.d and /etc/init.d/if-down.d scripts that operate well 
with the usual boot sequence init script calling procedure. 

 ifplugd calls (by default) ifup iface. ifup will use the scripts
 in /etc/network/if-up.d/ and *that* is where you have to start all
 services that depend on that interface. This will also work at boot
 time.

Ok, I understand. But there is still some problems as the notebook setup I 
work on is a little bit more complex:

1) Time synchronisation is done by first running ntpdate (from ntp-simple) on 
startup, so that bigger gaps are corrected immediately and then ntpd to keep 
the time up-to-date. Now putting this into /etc/network/if-up.d/ is not that 
nice as there might occur bigger time adjustments when a network cable is 
inserted in the case the system time of the notebook and the ntp time differ 
quite much. Restarting ntpd should be no problem, but for ntpdate I would 
need a different solution so that it is only started during boot up, but 
after network interface configuration has finished and before ntpd is 
started.

2) As I understand when I start a service that depend on the interface 
in /etc/network/if-up.d I probably should remove its start on boot up via 
update-rc.d. But what with services like cups that also work without a 
network. Best would probably to start them at boot time and restart them when 
a network interface has been upped.

Regards,
-- 
Martin SteigerwaldMail: [EMAIL PROTECTED]
Systemadministrator   Fon:  +49 (0)911 30999-0
team(ix) GmbH Fax:  +49 (0)911 30999-99
Süd-West-Park 35, 90449 Nürnberg, Deutschland



Bug#306865: pcscd: Does not work with SCM335 reader

2005-04-29 Thread Ludovic Rousseau
Le Friday 29 April 2005 à 11:50:43, Steinar H. Gunderson a écrit:
 On Fri, Apr 29, 2005 at 09:02:20AM +0200, Ludovic Rousseau wrote:
  Do you have a /etc/reader.conf file?
 
 It appears one was created for me during install, yes.

But will all the lines commented out I imagine.
You can recreate it using (as root)
# update-reader.conf

  It yes then please remove it and retry.
 
 Done, same problem.

Edit /usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist,
change ifdLogLevel from 0x0003 to 0x000B and restart
# pcscd --foreground

I rechecked my SCM335 and it works.

Bye,

-- 
 Dr. Ludovic Rousseau[EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --


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



Bug#306813: konqueror: Right-click bookmark in menu; 'copy link address' only half works.

2005-04-29 Thread Kevin Krammer
On Thursday 28 April 2005 19:21, Adrian Irving-Beer wrote:
 Package: konqueror
 Version: 4:3.3.2-1
 Severity: normal

 If I right-click on a bookmark and select 'copy link address', I can
 paste it into Konqueror.  However, the X clipboard is not updated; in
 fact, it's blanked.  So I cannot paste the address into another
 application, e.g. a shell.

Can you try to paste into a different application which uses the standard 
paste shortcut, e.g. not a terminal window as those tend to have different 
copypaste shortcuts due to the need to have CTRL+C for sending the interrupt 
signal.

Or, if you use Konsole as the terminal, use Edit-paste or Konsole's shortcut 
SHIFT+INS

Cheers,
Kevin


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



Bug#303733: html file: lowercase doctype misidentified as exported sgml (should be html)

2005-04-29 Thread Paul Arzul
liam quinn appears to agree that the formal public identifier is the
only case sensitive part of the doctype. in his validator's faq
example[1] he writes:
!doctype html public -//W3C//DTD HTML 4.0 Transitional//EN
as valid.
- p
1.
http://www.htmlhelp.com/tools/validator/problems.html.en#doctype-case

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


Bug#306910: htmldoc: Patch for preserving launch paths and updated debian stuff

2005-04-29 Thread Jan-Oliver Wagner
Package: htmldoc
Version: 1.8.23-1.2
Severity: normal

Hello,

I prepared a patch the preserves the paths for
launch. I also submitted it to
htmldoc.org:
http://www.htmldoc.org/str.php?L83+P0+S-2+C0+I0+E0+Q


While doing the patch I changed the following:
  * added include for /usr/share/cdbs/1/rules/simple-patchsys.mk in
  * rules
  * added cdbs to Build-Depends in control
  * added debian/patches directory
  * added patch launch-with-full-path.patch

I made all the files available here:
ftp://ftp.intevation.de/users/jan/htmldoc/

Best

Jan

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

Versions of packages htmldoc depends on:
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfltk1.1c102   1.1.6-2 Fast Light Toolkit shared librarie
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libstdc++5   1:3.3.5-5   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


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



Bug#306909: jpilot: UTF8/cp1251(pilot) - KOI8-R host: contacts sorting broken

2005-04-29 Thread Vassilii Khachaturov
Package: jpilot
Version: 0.99.7-0.99.8-pre8-1
Severity: normal
Tags: l10n

I have tried out the new GTK2-enabled jpilot on a laptop, where
I tried to sync with my pilot. 

There, I have observed wrong sorting order of the contacts
is wrong in the Russian part of my contacts. The Latin contacts
are sorted OK.

Also, I keep getting a lot repeated errors like this

charset_p2j: buffer too small - string had to be truncated to
[\u043f\u044f\u250c\u044f\u2524\u043f\u2563\u044f\u2502\u044f\u250c\u043f\u2561\u043f]

in the transcript window of jpilot.

My pilot localization settings are 
UTF: Cyrillic (CP1251)
and the Linux locale (as you can see below) is KOI8-R.


-- 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=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages jpilot depends on:
ii  debconf 1.4.30.13Debian configuration management sy
ii  libatk1.0-0 1.8.0-4  The ATK accessibility toolkit
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libglib2.0-02.6.4-1  The GLib library of C routines
ii  libgtk2.0-0 2.6.4-1  The GTK+ graphical user interface 
ii  libpango1.0-0   1.8.1-1  Layout and rendering of internatio
ii  libpisock8  0.11.8-10Library for communicating with a P

-- debconf information:
* shared/pilot/port: ircomm0




Bug#306906: python2.2-mysqldb: Connection leak

2005-04-29 Thread Steve Langasek
On Fri, Apr 29, 2005 at 11:47:37AM +0200, Daniel Knauth wrote:
 Package: python2.2-mysqldb
 Version: 1.1.6-1.2
 Severity: grave
 Justification: renders package unusable

 The mysql-python version shipped with Debian 3.1 has a connection leak
 that makes the database unusable if any Python client is under load.

 Obviously, this affects *all* mysql clients, not just Python clients.
 It has been fixed in the upstream mysql-python 1.2.0 release.

Uh... what?  How is a bug that's fixed in mysql-python's new upstream 
release something that makes non-Python mysql clients buggy?

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#188561: link broken, any news?

2005-04-29 Thread martin f krafft
The link quoted in the reply to the original bug report does not
work anymore. I could also not find a comparable option anywhere on
the web interface of b.d.o. Are you still working on a fancy (no
header) version of b.d.o? If so, where can I see/use it?

-- 
 .''`. 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!
 
never speak disrespectfully of society.
 only people who can't get into it do that.
-- oscar wilde


signature.asc
Description: Digital signature


Bug#134758: /usr/bin/dpkg: #134758: 'dpkg -S' and symlinks

2005-04-29 Thread Rolf Leggewie
Package: dpkg
Version: 1.10.27
Followup-For: Bug #134758

Hi,

I do not know much about realpath, I have never used it previously.  
I assume that using which instead of realpath would not solve the 
speed problem, would it?

Regards

Rolf

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

Versions of packages dpkg depends on:
ii  dselect 1.10.27  a user tool to manage Debian packa
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#306911: jdresolve: Random crashes without explicit error message

2005-04-29 Thread Cyril Bouthors
Package: jdresolve
Version: 0.6.1-4
Severity: important

Hi,

jdresolve crashed from time to time with the following error message:

Can't use an undefined value as an ARRAY reference at 
/usr/lib/perl5/Net/DNS/Packet.pm line 333, FILE line 10044.

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

Versions of packages jdresolve depends on:
ii  libnet-dns-perl   0.48-1 Perform DNS queries from a Perl sc
ii  perl  5.8.4-8Larry Wall's Practical Extraction 

-- no debconf information
#secure method=pgpmime mode=sign

-- 
Cyril Bouthors


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



Bug#294577: [Fwd: Re: Nautilus crashes on multiple mounts]

2005-04-29 Thread Stewart Jeacocke

---BeginMessage---
On 2005.04.29 11:16, Stewart Jeacocke wrote:
Looks like bug 294577. Can you provide the version of the nautilus
package that you are using?
Should be 2.8.2-2. Here's the nautilus-related stuff I've installed:
[EMAIL PROTECTED]:~# COLUMNS=130 dpkg -l | grep nautilus | grep ^ii
ii  gstreamer-player-nautilus  0.6.0-1.2
ii  libnautilus-burn0  2.8.7-3
ii  libnautilus2-2 2.8.2-2
ii  nautilus   2.8.2-2
ii  nautilus-cd-burner 2.8.7-3
ii  nautilus-data  2.8.2-2
ii  nautilus-gtkhtml   0.3.2-7
ii  nautilus-media 0.8.1-2
Best regards,
Andreas


pgpyQjAfWr3CB.pgp
Description: PGP signature
---End Message---


Bug#306913: logcheck: please allow @ in hostname part of logs

2005-04-29 Thread Peter Palfrader
Package: logcheck
Version: 1.2.37
Severity: normal

When using with syslog-ng configured to also log the source of the log
entry log lines look like:

| Apr 24 06:47:01 [EMAIL PROTECTED] CRON[13878]: (pam_unix) session opened for 
user root by (uid=0)

Now logcheck doesn't usually allo for the @ in logs which results in
bascially no ignore line matching.  Please add @ to the regexes, thanks.

| System Events
| =-=-=-=-=-=-=
| Apr 24 06:47:01 [EMAIL PROTECTED] CRON[13878]: (pam_unix) session opened for 
user root by (uid=0)
| Apr 24 06:47:01 [EMAIL PROTECTED] su[13895]: + ??? root:nobody
| Apr 24 06:47:01 [EMAIL PROTECTED] su[13895]: (pam_unix) session opened for 
user nobody by (uid=0)
| Apr 24 06:47:06 [EMAIL PROTECTED] CRON[13878]: (pam_unix) session closed for 
user root
[..]


Peter


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



Bug#306409: mysql-server: Security upgrade to package broke delete operations

2005-04-29 Thread Christian Hammers
Hello

 mysql delete from tbl_Country;
 ERROR 1: Can't create/write to file './journals/tbl_Country.ISM'
 (Errcode: 17)

First update: The offending changes are within the big 
  debian/patches/SECURITY__CAN-2005-0709,0710,0711.diff
file. Unpatching just this one makes mysqld work again. From looking at 
it the 
  my_create(.., O_NOFOLLOW,..)
seems suspicious, maybe a DELETE uses symlinks for temporary tables or
something like that.

(more later, lunch break is over now...)

bye,

-christian-



pgpHUhJ6vB1Ky.pgp
Description: PGP signature


Bug#305870: backupninja: Patch implementing the clean way

2005-04-29 Thread daniel
Package: backupninja
Followup-For: Bug #305870


Hi,

Here is a patch that solves this problem, by using 
--defaults-file=/etc/mysql/debian.cnf as suggested. Additionally, it 
means users don't need to specify the database password. One more thing 
that will 'Just Work' (tm).

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.6-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
--- /var/tmp/mysql  2005-04-17 21:33:00.0 +0200
+++ /usr/share/backupninja/mysql2005-04-29 13:04:36.0 +0200
@@ -5,8 +5,6 @@
 getconf backupdir /var/backups/mysql
 getconf databases all
 getconf compress yes
-getconf dbusername
-getconf dbpassword
 getconf dbhost localhost
 getconf hotcopy no
 getconf sqldump no
@@ -21,45 +19,11 @@
 [ $sqldump == no -o -d $dumpdir ] || mkdir -p $dumpdir
 [ $hotcopy == no -o -d $hotdir ] || mkdir -p $hotdir
 
-# create .my.cnf
- # (we do this because we don't want to have to specify the password on the 
command line
- # because then anyone would be able to see it with a 'ps aux'. instead, we 
create a 
- # temporary ~/.my.cnf in root's home directory).
-
-if [ $dbusername !=  ]; then
-   home=`grep '^root:' /etc/passwd | awk -F: '{print $6}'`
-   [ -d $home ] || fatal Can't find root's home directory ($home).
-   mycnf=$home/.my.cnf
-   if [ -f $mycnf ]; then
-   # rename temporarily
-   tmpcnf=$home/my.cnf.disable
-   debug mv $mycnf $tmpcnf
-   mv $mycnf $tmpcnf
-   fi
-   oldmask=`umask`
-   umask 077
-   cat  $mycnf EOF
-# auto generated backupninja mysql conf
-[mysql]
-user=$dbusername
-password=$dbpassword
-
-[mysqldump]
-user=$dbusername
-password=$dbpassword
-
-[mysqlhotcopy]
-user=$dbusername
-password=$dbpassword
-EOF
-   umask $oldmask
-fi
-   
 ## HOT COPY
 
 if [ $hotcopy == yes ]; then 
if [ $databases == all ]; then
-   execstr=$MYSQLHOTCOPY --quiet --allowold --regexp /.\*/./.\*/ 
$hotdir
+   execstr=$MYSQLHOTCOPY --defaults-file=/etc/mysql/debian.cnf 
--quiet --allowold --regexp /.\*/./.\*/ $hotdir
debug su $user -c '$execstr'
if [ ! $test ]; then
output=`su $user -c $execstr 21`
@@ -74,7 +38,7 @@
fi
else
for db in $databases; do
-   execstr=$MYSQLHOTCOPY --allowold $db $hotdir
+   execstr=$MYSQLHOTCOPY 
--defaults-file=/etc/mysql/debian.cnf --allowold $db $hotdir
debug su $user -c '$execstr'
if [ ! $test ]; then
output=`su $user -c $execstr 21`
@@ -95,11 +59,11 @@
 
 if [ $sqldump == yes ]; then
if [ $databases == all ]; then
-   databases=`echo 'show databases' | su $user -c $MYSQL | grep 
-v Database`
+   databases=`echo 'show databases' | su $user -c $MYSQL 
--defaults-file=/etc/mysql/debian.cnf | grep -v Database`
fi
 
for db in $databases; do
-   execstr=$MYSQLDUMP --lock-tables --complete-insert 
--add-drop-table --quick --quote-names $db  $dumpdir/${db}.sql
+   execstr=$MYSQLDUMP --defaults-file=/etc/mysql/debian.cnf 
--lock-tables --complete-insert --add-drop-table --quick --quote-names $db  
$dumpdir/${db}.sql
debug su $user -c '$execstr'
if [ ! $test ]; then
output=`su $user -c $execstr 21`
@@ -120,14 +84,4 @@
fi
 fi
 
-if [ $dbusername !=  ]; then
-   ## clean up tmp config file
-   debug rm $mycnf
-   rm $mycnf
-   if [ -f $tmpcnf ]; then
-   debug mv $tmpcnf $mycnf
-   mv $tmpcnf $mycnf
-   fi
-fi
-
 return 0


Bug#306909: jpilot: UTF8/cp1251(pilot) - KOI8-R host: contacts sorting broken

2005-04-29 Thread Ludovic Rousseau
Le Friday 29 April 2005 à 13:04:54, Vassilii Khachaturov a écrit:
 Package: jpilot
 Version: 0.99.7-0.99.8-pre8-1
 Severity: normal
 Tags: l10n
 
 I have tried out the new GTK2-enabled jpilot on a laptop, where
 I tried to sync with my pilot. 
 
 There, I have observed wrong sorting order of the contacts
 is wrong in the Russian part of my contacts. The Latin contacts
 are sorted OK.

I don't know if that will be easy to correct this feature.

 Also, I keep getting a lot repeated errors like this
 
 charset_p2j: buffer too small - string had to be truncated to
 [\u043f?\u044f\u250c\u044f\u2524\u043f\u2563\u044f\u2502\u044f\u250c\u043f\u2561\u043f]

What kind of information is truncated? a category name? a memo text?
etc.

 My pilot localization settings are 
   UTF: Cyrillic (CP1251)

Your pilot or J-Pilot configuration?

Bye,

-- 
 Dr. Ludovic Rousseau[EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --


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



Bug#306915: ITP: libapache-sessionmanager-perl -- mod_perl 1.0/2.0 session manager extension to manage sessions over HTTP requests

2005-04-29 Thread Stephen Quinney
Package: wnpp
Severity: wishlist
Owner: Stephen Quinney [EMAIL PROTECTED]

* Package name: libapache-sessionmanager-perl
  Version : 1.03
  Upstream Author : Enrico Sorcinelli [EMAIL PROTECTED]
* URL : 
http://search.cpan.org/CPAN/authors/id/E/EN/ENRYS/Apache-SessionManager-1.03.tar.gz
* License : GPL (= 1) or Perl Artistic
  Description : mod_perl 1.0/2.0 session manager extension to manage 
sessions over HTTP requests

 This is an Apache mod_perl (1.0 and 2.0) module that helps session
 management of a web application. This module is a wrapper around
 Apache::Session persistence framework for session data. It creates a
 session object and makes it available to all other handlers
 transparently by putting it in pnotes.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11
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#306914: debmirror does not take IPv6 addresses

2005-04-29 Thread Frederic Lehobey
Package: debmirror
Version: 20050207
Severity: wishlist

Hi,

Current debmirror does not seem to support IPv6 addresses:

Mirroring to /var/www/debian/ from 
http://anonymous:[2002:52e7:94bd:0:2e0:4cff:fed2:d8c1]//debian/
Arches: powerpc
Dists: sarge
Sections: main
Attempting to get lock, this might take 2 minutes before it fails.
Get Release files.
Getting: dists/sarge/Release... dists/sarge/Release failed 500 Can't connect to 
[2002:52e7:94bd:0:2e0:4cff:fed2:d8c1]:80 (Bad hostname 
'[2002:52e7:94bd:0:2e0:4cff:fed2:d8c1]')
dists/sarge/Release failed md5sum check, removing
Getting: dists/sarge/Release.gpg... dists/sarge/Release.gpg failed 500 Can't 
connect to [2002:52e7:94bd:0:2e0:4cff:fed2:d8c1]:80 (Bad hostname 
'[2002:52e7:94bd:0:2e0:4cff:fed2:d8c1]')
...

I have looked at its code but am not skilled enough in perl libraries
to add relevant parts.

Thanks and best regards,
Frederic Lehobey

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

Versions of packages debmirror depends on:
ii  bzip2 1.0.2-5high-quality block-sorting file co
ii  libcompress-zlib-perl 1.34-1 Perl module for creation and manip
ii  liblockfile-simple-perl   0.2.5-7Simple advisory file locking
ii  libwww-perl   5.803-4WWW client/server library for Perl
ii  perl [libdigest-md5-perl] 5.8.4-6Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl]5.8.4-6Core Perl modules
ii  rsync 2.6.3-2fast remote file copy program (lik

-- no debconf information


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



Bug#306865: pcscd: Does not work with SCM335 reader

2005-04-29 Thread Steinar H. Gunderson
On Fri, Apr 29, 2005 at 01:25:19PM +0200, Ludovic Rousseau wrote:
 You also have to use
 # pcscd --foreground --debug
 to get the debug messages

No big difference:

trofast:~# pcscd --foreground --debug   
pcscdaemon.c:242:main() pcscd set to foreground with debug send to stderr
debuglog.c:143:DebugLogSetLevel() debug level=debug
pcscdaemon.c:446:main() pcsc-lite 1.2.9-beta7 daemon ready.
hotplug_libusb.c:371:HPAddHotPluggable() Adding USB device: 004:010
readerfactory.c:1066:RFInitializeReader() Attempting startup of SCR 335 00 00.
readerfactory.c:940:RFBindFunctions() Loading IFD Handler 3.0
ifdhandler.c:998:init_driver LogLevel: 0x000B
ifdhandler.c:1009:init_driver DriverOptions: 0x
ifdhandler.c:67:IFDHCreateChannelByName lun: 0, device: 
usb:04e6/5115:libusb:004:010
ccid_usb.c:149:OpenUSBByName Reader index: 0, Device: 
usb:04e6/5115:libusb:004:010
ccid_usb.c:225:OpenUSBByName Manufacturer: Ludovic Rousseau ([EMAIL PROTECTED])
ccid_usb.c:235:OpenUSBByName ProductString: Generic CCID reader v0.9.3
ccid_usb.c:241:OpenUSBByName Copyright: This driver is protected by terms of 
the GNU General Public License version 2, or (at your option) any later version.
ccid_usb.c:333:OpenUSBByName Trying to open USB bus/device: 004/010
ccid_usb.c:376:OpenUSBByName Found Vendor/Product: 04E6/5115 (SCR 335)
ccid_usb.c:378:OpenUSBByName Using USB bus/device: 004/010
ccid_usb.c:450:WriteUSB usb_bulk_write(004/010): No such file or directory
ifdwrapper.c:480:IFDStatusICC() Card not transacted: 612
eventhandler.c:162:EHSpawnEventHandler() Initial Check Failed on SCR 335 00 00

/* Steinar */
-- 
Homepage: http://www.sesse.net/


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



Bug#150636: Status of this bug?

2005-04-29 Thread Andreas Tille
Hi,
any news aboout this package?
Kind regards
Andreas.
--
http://fam-tille.de
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#306917: shared-mime-info: new version cause wrong icon and menu on zip file in nautilus

2005-04-29 Thread Carlos Liu
Package: shared-mime-info
Version: 0.16-1debian1
Severity: normal

I upgraded shared-mime-info to 0.16-1debian1 yesterday. After that, if
I do a single click on a zip file in nautilus window, the icon of that
file will become OpenOffice.Org, and the Extract Here entry in right
click menu was disappeared.

Could you fix it ASAP? It's really annoying to have problems on such a
important file type. It affect both GNOME 2.8 and 2.10.


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

Versions of packages shared-mime-info depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libglib2.0-02.6.4-1  The GLib library of C routines
ii  libxml2 2.6.16-7 GNOME XML library
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information

-- 
 Best Regards,
 Carlos


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



Bug#306916: myodbc(GNU/k*BSD): FTBFS: out of date libtool scripts

2005-04-29 Thread Aurelien Jarno
Package: myodbc
Version: N/A
Severity: wishlist


Hello,


The current version of myodbc fails to build on
GNU/kFreeBSD, because of outdated libtool.

The version of libtool in myodbc is too old to correctly 
support Debian GNU/k*BSD.  libtool 1.5.2-1 or later is need.

Here is how to update the libtool in your package (Make sure you
are using libtool 1.5.2-1 or later:
  libtoolize -c -f
  aclocal (-Im4 might be needed if there's an m4 template dir)
  autoconf

It would also be nice if you can ask upstream to update libtool 
in their next release.


Thanks for your cooperation.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i686)
Kernel: GNU/kFreeBSD 5.3-9
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


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



Bug#306865: pcscd: Does not work with SCM335 reader

2005-04-29 Thread Steinar H. Gunderson
On Fri, Apr 29, 2005 at 01:40:53PM +0200, Ludovic Rousseau wrote:
 Send me the output of lsusb -v (only the section regarding the
 smart card reader).

Bus 004 Device 010: ID 04e6:5115 SCM Microsystems, Inc. SCR335 SmartCard Reader
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0 
  bDeviceProtocol 0 
  bMaxPacketSize016
  idVendor   0x04e6 SCM Microsystems, Inc.
  idProduct  0x5115 SCR335 SmartCard Reader
  bcdDevice5.14
  iManufacturer   1 SCM Microsystems Inc.
  iProduct2 SCR33x USB Smart Card Reader
  iSerial 5 6050004a
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   93
bNumInterfaces  1
bConfigurationValue 1
iConfiguration  3 CCID Class
bmAttributes 0xa0
  Remote Wakeup
MaxPower  100mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   3
  bInterfaceClass11 Chip/SmartCard
  bInterfaceSubClass  0 
  bInterfaceProtocol  0 
  iInterface  4 CCID Interface
  ChipCard Interface Descriptor:
bLength54
bDescriptorType33
bcdCCID  1.00
nMaxSlotIndex   0
bVoltageSupport 1  5.0V
dwProtocols 3  T=0 T=1
dwDefaultClock   4000
dwMaxiumumClock 12000
bNumClockSupported  0
dwDataRate   9600 bps
dwMaxDataRate  307200 bps
bNumDataRatesSupp.  0
dwMaxIFSD 252
dwSyncProtocols   
dwMechanical  
dwFeatures   000100BA
  Auto configuration based on ATR
  Auto voltage selection
  Auto clock change
  Auto baud rate change
  Auto PPS made by CCID
  TPDU level exchange
dwMaxCCIDMsgLen   263
bClassGetResponseecho
bClassEnvelope   echo
wlcdLayout   none
bPINSupport 0 
bMaxCCIDBusySlots   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01  EP 1 OUT
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82  EP 2 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83  EP 3 IN
bmAttributes3
  Transfer TypeInterrupt
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0010  1x 16 bytes
bInterval  16

This is the reader sold together with the GnuPG smart cards, BTW, if that helps 
you any.

/* Steinar */
-- 
Homepage: http://www.sesse.net/


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



Bug#306911: jdresolve: Random crashes without explicit error message

2005-04-29 Thread Cyril Bouthors
On 29 Apr 2005, Frederic Peters wrote:
 You can't pinpoint this to a specific log line ?  Do you have a file
 exhibiting the bug ?  Could you send it to the bug report ?

The logfile is 8.7GB big.

It does not seem to be reproducible with a specific log line. I guess
it's rather a bug in the DNS code or something.

What if jdresolve runs on a machine where the resolver sometimes
fails?
-- 
Cyril Bouthors


pgpOM15LTXisD.pgp
Description: PGP signature


Bug#170814: Adding information

2005-04-29 Thread Andreas Tille
Hello,
the WNPP bug was missing some evident information which will be added
here.
* Package name: imagej
  Version : 1.34
* URL : http://rsb.info.nih.gov/ij/
* License : Not mentioned at the web site
Unfortunately I was not able to find out the license from the web page.
I expect problems because it is shipped with Sun's JRE 1.4.2.
So also the information in the merged bug #75078 .
It would be nice to hear about your plans to package imagej.
Kind regards
 Andreas.
--
http://fam-tille.de
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#281243: does not detect IDE disks on SB100

2005-04-29 Thread Clint Adams
  modprobe -k  alim15x3  /dev/null 21

 would be nice to know which one of the aboves ide modules
 you really need, could you narrow it down?

alim15x3

 also an lspci of your machine would be nice.

Attached.

 what's your partition scheme, where is your /boot and / on?
 could you post fstab?

Attached.

 you seem to have mulitple disks on different controllers?

No.  One disk, one IDE controller.  The logical volumes are all on the
same disk.
:00:00.0 Host bridge: Sun Microsystems Computer Corp. Ultra IIe
:00:03.0 Non-VGA unclassified device: ALi Corporation M7101 Power 
Management Controller [PMU]
:00:05.0 PCI bridge: Digital Equipment Corporation DECchip 21152 (rev 03)
:00:07.0 ISA bridge: ALi Corporation M1533 PCI to ISA Bridge [Aladdin IV]
:00:08.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link 
Controller Audio Device (rev 01)
:00:0c.0 Bridge: Sun Microsystems Computer Corp. RIO EBUS (rev 01)
:00:0c.1 Ethernet controller: Sun Microsystems Computer Corp. RIO GEM (rev 
01)
:00:0c.2 FireWire (IEEE 1394): Sun Microsystems Computer Corp. RIO 1394 
(rev 01)
:00:0c.3 USB Controller: Sun Microsystems Computer Corp. RIO USB (rev 01)
:00:0d.0 IDE interface: ALi Corporation M5229 IDE (rev c3)
:00:13.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 65)
:01:00.0 Display controller: 3DLabs Permedia II 2D+3D (rev 01)
:01:01.0 Display controller: 3DLabs Permedia II 2D+3D (rev 01)
# /etc/fstab: static file system information.
#
# file system mount point   type  options   dump  pass
/dev/hda1   /   ext3errors=remount-ro   0   1
/dev/sb100/usr  /usrext3errors=remount-ro   0   1
/dev/sb100/var  /varext3errors=remount-ro   0   1
/dev/sb100/home /home   ext3errors=remount-ro   0   1
proc/proc   procdefaults0   0
/dev/fd0/floppy autouser,noauto 0   0
/dev/cdrom  /cdrom  iso9660 ro,user,noauto  0   0
/dev/hda4   noneswapsw  0   0
none/tmptmpfs   defaults0   0


Bug#306919: sudo: -k/-K don't work correctly/at all when using tty_tickets

2005-04-29 Thread James Troup
Package: sudo
Version: 1.6.8p7-1
Severity: important

When using tty_tickets sudo -k/-K doesn't act on all timestamps, only
the current tty.  This is particularly problematic when sudo -k/-K is
invoked from a script not attached to a tty.

-- 
James


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



Bug#289070: I meet the same issue

2005-04-29 Thread Mark Brown
On Fri, Apr 29, 2005 at 09:17:25AM +0800, Guanghui Yu wrote:

I also have a apache-ssl with php, libmm. After upgraded to 6.3,
 the apache-ssl will suspend every 1-2 days. When it stoped, this error
 displayed in the apache-ssl's error.log, semget: No space left on

This looks like a completely unrelated problem.  The original reporter
didn't have a sufficiently large shared memory segment to start apache
at all while you are starting it but running into problems later on.

Please file a separate bug for this problem, including information about
which architecure you are running and the versions of all the relevant
packages you are using (including the PHP and Apache versions).

Thanks.

-- 
You grabbed my hand and we fell into it, like a daydream - or a fever.


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



Bug#306917: shared-mime-info: new version cause wrong icon and menu on zip file in nautilus

2005-04-29 Thread Stewart Jeacocke
On Fri, 2005-04-29 at 23:43 +1200, Carlos Liu wrote:
 Package: shared-mime-info
 Version: 0.16-1debian1
 Severity: normal
 
 I upgraded shared-mime-info to 0.16-1debian1 yesterday. After that, if
 I do a single click on a zip file in nautilus window, the icon of that
 file will become OpenOffice.Org

The magic for application/vnd.sun.xml.calc matches zip files (since OOo
files are zip files). We should be able to use the string
mimetypeapplication/vnd.sun.xml.calc that appears at offset 0x1E to
identify the files but this doesn't seem to work for me


magic priority=80
  match value=mimetypeapplication/vnd.sun.xml.calc type=string
offset=0x1E/
/magic




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



Bug#306877: mysql-server: debian-sys-maint shouldn't have ALL PRIVILEGES

2005-04-29 Thread Christian Hammers
Hello

On 2005-04-29 sean finney wrote:
 On Fri, Apr 29, 2005 at 09:36:00AM +0200, Christian Hammers wrote:
  That was correct in the past where this user really only had the RELOAD
  and SHUTDOWN privileges but nowadays it also serves as a more general user
  for e.g. packages that ask the user if they may create a database during
  installation and the script that runs when starting the mysql server and
  does a CHECK TABLES which also requires additional privileges.
 
 i think after sarge is out we should revist this and see about stripping
 away those extra privileges.  hopefully by then my dbconfig-common
 project will be catching on and everyone using the debian-sys-maint
 account for package installation can be pointed at something easier.

Using an abstraction layer instead of directly communicating with the
mysql admin tools might be a good idea - but, uhm, how does your
dbconfig-common package access mysql if not via something like the full
privileged debian-sys-maint account?

bye,

-christian-


pgp2W5NkbXP4R.pgp
Description: PGP signature


Bug#306865: pcscd: Does not work with SCM335 reader

2005-04-29 Thread Ludovic Rousseau
Le Friday 29 April 2005 à 13:21:19, Steinar H. Gunderson a écrit:
  Edit /usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist,
  change ifdLogLevel from 0x0003 to 0x000B and restart
  # pcscd --foreground
 
 trofast:~# pcscd --foreground

Sorry I forgot.

You also have to use
# pcscd --foreground --debug
to get the debug messages

-- 
 Dr. Ludovic Rousseau[EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --



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



Bug#306865: pcscd: Does not work with SCM335 reader

2005-04-29 Thread Ludovic Rousseau
Le Friday 29 April 2005 à 13:32:26, Steinar H. Gunderson a écrit:
[...]

Send me the output of lsusb -v (only the section regarding the
smart card reader).

Bye,

-- 
 Dr. Ludovic Rousseau[EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --



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



Bug#305054: gnucash does not start

2005-04-29 Thread Norbert
After a upgrading against the latest debian sarge packages today the  
same errors occure during the upgrading process. The errors are:

ERROR: In procedure assq:
ERROR: Wrong type argument in position 2 (expecting association list):
Gnucash was upgraded to version 1.8.10-12
Norbert

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


Bug#306921: interdiff: does not respect $TMPDIR

2005-04-29 Thread Steve Langasek
Package: patchutils
Version: 0.2.30-1
Severity: minor

Trying to use debdiff on a system with a small root partition can fail,
because interdiff -z does not respect the TMPDIR environment setting:

$ TMPDIR=/var/tmp debdiff gcc-3.4_3.4.3-12{,.1}.dsc
interdiff: writing temp file: No space left on device
debdiff: fatal error at line 365:
interdiff -z /home/devel/release/gcc-3.4_3.4.3-12.diff.gz 
/home/devel/release/gcc-3.4_3.4.3-12.1.diff.gz failed!
$

It would be helpful if it did respect this standard variable.

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

Versions of packages patchutils depends on:
ii  debianutils 2.13.2   Miscellaneous utilities specific t
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  patch   2.5.9-2  Apply a diff file to an original
ii  perl5.8.4-8  Larry Wall's Practical Extraction 

-- no debconf information


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



Bug#306920: with LANG=it_IT.UTF-8 gnucash doesn't show accented vowel

2005-04-29 Thread Matteo D'Alfonso
Package: gnucash
Version: 1.8.10-12
Severity: minor
Tags: l10n

Hi,
I'm switching from LANG [EMAIL PROTECTED] to it_IT.UFT-8, and gnucash doesn't
show accented vocal, and the character are biggest and ugly.
If in a shell I do:
$ [EMAIL PROTECTED]; gnumeric
all works fine. Yes, I don't have antialiasing, but this is another
problem.

Thanks,
Matteo.

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

Versions of packages gnucash depends on:
ii  bonobo   1.0.22-2.2  The GNOME Bonobo System.
ii  gdk-imlib1   1.9.14-16.2 imaging library for use with gtk (
ii  gnucash-common   1.8.10-12   A personal finance tracking progra
ii  guile-1.6-libs   1.6.7-1 Main Guile libraries
ii  guile-1.6-slib   1.6.7-1 Guile SLIB support
ii  libart2  1.4.2-19The GNOME canvas widget - runtime 
ii  libaudiofile00.2.6-6 Open-source version of SGI's audio
ii  libbonobo2   1.0.22-2.2  The GNOME Bonobo library.
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libdate-manip-perl   5.42a-3 a perl library for manipulating da
ii  libdb3   3.2.9-22Berkeley v3 Database Libraries [ru
ii  libesd-alsa0 [libesd0]   0.2.35-2Enlightened Sound Daemon (ALSA) - 
ii  libfinance-quote-perl1.08-1  Perl module for retrieving stock q
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgal23 0.24-1.4G App Libs (run time library)
ii  libgconf11   1.0.9-7 GNOME configuration database syste
ii  libgdk-pixbuf-gnome2 0.22.0-7.1  The GNOME1 Canvas pixbuf library
ii  libgdk-pixbuf2   0.22.0-7.1  The GdkPixBuf image library, gtk+ 
ii  libghttp11.0.9-15original GNOME HTTP client library
ii  libglade-gnome0  1:0.17-3Library to load .glade files at ru
ii  libglade01:0.17-3Library to load .glade files at ru
ii  libglib1.2   1.2.10-9The GLib library of C routines
ii  libgnome32   1.4.2-19The GNOME libraries
ii  libgnomeprint15  0.37-5  The GNOME Print architecture - run
ii  libgnomesupport0 1.4.2-19The GNOME libraries (Support libra
ii  libgnomeui32 1.4.2-19The GNOME libraries (User Interfac
ii  libgtk1.21.2.10-17   The GIMP Toolkit set of widgets fo
ii  libgtkhtml1.1-3  1.1.10-4HTML rendering/editing library - r
ii  libguile-ltdl-1  1.6.7-1 Guile's patched version of libtool
ii  libguppi16   0.40.3-11   GNOME graph and plot component
ii  libgwrapguile1   1.3.4-12g-wrap: Tool for exporting C libra
ii  libice6  4.3.0.dfsg.1-12 Inter-Client Exchange library
ii  libltdl3 1.5.6-6 A system independent dlopen wrappe
ii  liboaf0  0.6.10-3The GNOME Object Activation Framew
ii  libofx1  1:0.7.0-7   library to support Open Financial 
ii  liborbit00.5.17-9Libraries for ORBit - a CORBA ORB
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-12 X Window System Session Management
ii  libstdc++5   1:3.3.5-12  The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-12 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-12 X Window System miscellaneous exte
ii  libxi6   4.3.0.dfsg.1-12 X Window System Input extension li
ii  libxml1  1:1.8.17-10 GNOME XML library
ii  libzvt2  1.4.2-19The GNOME zvt (zterm) widget
ii  oaf  0.6.10-3The GNOME Object Activation Framew
ii  psfontmgr0.11.8-0.1  PostScript font manager -- part of
ii  slib 3a1-4.2 Portable Scheme library
ii  x-ttcidfont-conf 17  Configure TrueType and CID fonts f
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

-- 
\  /\  /
 \/  \/  Matteo D'Alfonso
 /\  /\  werewolf(at)linux.it
/  \/  \


signature.asc
Description: Digital signature


Bug#305605: CAN-2005-0718: remote DoS in Squid -- any progress?

2005-04-29 Thread Christian Hammers
Hello

The bug has been reported more than a week ago and the last status from
the same date is that the Woody package is beeing investigated.

Are there any news regarding the vulnerability status of the Woody
package or the preparation of a DSA?

bye,

-christian-

-- 
Christian Hammers WESTEND GmbH  |  Internet-Business-Provider
Technik   CISCO Systems Partner - Authorized Reseller
  Lütticher Straße 10  Tel 0241/701333-11
[EMAIL PROTECTED]D-52064 Aachen  Fax 0241/911879




Bug#301592: chrony: [sparc] Fails to read RTC and floods logfiles

2005-04-29 Thread John Hasler
Frans Pop writes:
 This issue has also been been discussed extensively on the debian-sparc
 list [1]. There are some false starts in that thread, but I think this
 [2] post and the thread following it contains relevant information.

Thank you.  I'll take a look at this.  I'm probably going to have to leave
rtc disabled by default unless someone comes up with a solution to the HPET
problem soon, though.

We also need to add throttling to the log.
-- 
John Hasler 
[EMAIL PROTECTED]
Elmwood, WI USA


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



Bug#306917: shared-mime-info: new version cause wrong icon and menu on zip file in nautilus

2005-04-29 Thread Christophe Fergeau
2005/4/29, Stewart Jeacocke [EMAIL PROTECTED]:
 
 The magic for application/vnd.sun.xml.calc matches zip files (since OOo
 files are zip files).

zip files were special-cased in gnome-vfs last time I looked to make
it use the mime type returned by an extension match when a file is
sniffed as a zip file.

Christophe



Bug#268702: kgeography

2005-04-29 Thread Andreas Tille
Hi,
I just detected this ITP.  I guess a sponsor would be needed...
Kind regards
 Andreas.
--
http://fam-tille.de
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


  1   2   3   4   >