Bug#291040: NMU uploaded

2006-09-09 Thread Antti-Juhani Kaijanaho
Bart Martens wrote:
 On Fri, 2006-09-08 at 23:21 +0200, Andreas Barth wrote:
 I uploaded an NMU of your package.
 
 Please remove that upload.

I'm not Andreas, but I'd like to note that it has already been ACCEPTed
to the archive; I doubt removing it is an option any more.

 The bug was reported on 5 september.  I
 asked my sponsor to upload my updated package on 7 september.  We are
 now 8 september.  Please give my sponsor the time to process my request
 to upload.

Might I suggest that you tag pending any bugs that you have fixed in
your sources (and sent to your sponsor), so that others see that it is
in the process of being fixed?  It might help avoid these sorts of
misunderstandings.

(Personally, I tag a bug pending immediately after making the changelog
entry for the fix in my own sources.)

Antti-Juhani


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



Bug#386653: jabberd2-ldap-mysql: Mysql connection failure in sm component when creating user

2006-09-09 Thread Matt Petteys
Package: jabberd2-ldap-mysql
Version: 2.0s11-1
Severity: normal

I have the following packages installed:
ii  mysql-client-5.05.0.24-1   mysql database client binaries
ii  mysql-common5.0.24-1   mysql database common files (e.g.
/etc/mysql
ii  mysql-server-5.05.0.24-1   mysql database server binaries
ii  jabberd2-ldap-mysql 2.0s11-1

My current configuration is..

Authentication is via ldap.  Sessions are saved to mysql.

Mysql is configured in the sm.  Sm connects to the mysql instance via
TCP socket on a network address.  Valid mysql user credentials are
defined in the config.  Transactions are enabled.

Session manager is configured to automatically create users using the
auto-create/ directive.

When the sm service starts, no errors are generated..

== /var/log/jabberd2/sm.log ==
Sat Sep  9 01:22:19 2006 [notice] starting up
Sat Sep  9 01:22:19 2006 [notice] id: yellowguppy.com
Sat Sep  9 01:22:19 2006 [info] process id is 22982, written to
/var/run/jabberd2/sm.pid
Sat Sep  9 01:22:19 2006 [notice] initialised storage driver 'mysql'
Sat Sep  9 01:22:19 2006 [notice] version: jabberd sm 2.0s11
Sat Sep  9 01:22:19 2006 [notice] attempting connection to router at
127.0.0.1, port=5347
Sat Sep  9 01:22:19 2006 [notice] connection to router established
Sat Sep  9 01:22:19 2006 [notice] ready for sessions

During the init, I can see the sm component connect to mysql through the
mysql logging which is enabled..

060909  1:22:191113 Connect [EMAIL PROTECTED] on jabberd2

when i attempt to send a message the authentication is successful in the
c2s component but the sm component generates the following errors are
generated..

== /var/log/jabberd2/sm.log ==
Fri Sep  8 23:36:21 2006 [error] mysql: connection to database lost
Fri Sep  8 23:36:21 2006 [error] mysql: connection to database lost
Fri Sep  8 23:36:21 2006 [error] mysql: connection to database lost
Fri Sep  8 23:36:21 2006 [notice] created user:
[EMAIL PROTECTED]
Fri Sep  8 23:36:21 2006 [error] mysql: connection to database lost
Fri Sep  8 23:36:21 2006 [notice] couldn't load user, can't start
session: [EMAIL PROTECTED]/DaemonMonitor

No additional mysql activity is logged via Mysql.  I ran the sm process
in debug mode through strace but I did not find any obvious errors.
Below is a subset of the strace.

time(NULL)  = 1157697480
write(2, Fri Sep  8 02:38:00 2006 sess.c:..., 87Fri Sep  8 02:38:00
2006 sess.c:105 session requested for [EMAIL PROTECTED]/Gaim) =
87
write(2, \n, 1
)   = 1
time(NULL)  = 1157697480
write(2, Fri Sep  8 02:38:00 2006 mm.c:62..., 61Fri Sep  8 02:38:00
2006 mm.c:624 dispatching user-load chain) = 61
write(2, \n, 1
)   = 1
time(NULL)  = 1157697480
write(2, Fri Sep  8 02:38:00 2006 mm.c:63..., 55Fri Sep  8 02:38:00
2006 mm.c:633 calling module active) = 55
write(2, \n, 1
)   = 1
time(NULL)  = 1157697480
write(2, Fri Sep  8 02:38:00 2006 storage..., 108Fri Sep  8 02:38:00
2006 storage.c:270 storage_get: type=active
[EMAIL PROTECTED] filter=(null)) = 108
write(2, \n, 1
)   = 1
time(NULL)  = 1157697480
write(2, Fri Sep  8 02:38:00 2006 storage..., 77Fri Sep  8 02:38:00
2006 storage.c:171 adding type 'active' to driver 'mysql') = 77
write(2, \n, 1
)   = 1
time(NULL)  = 1157697480
write(3, Fri Sep  8 02:38:00 2006 [error]..., 68) = 68
write(1, Fri Sep  8 02:38:00 2006 [error]..., 68Fri Sep  8 02:38:00
2006 [error] mysql: connection to database lost
) = 68
time(NULL)  = 1157697480
write(2, Fri Sep  8 02:38:00 2006 mm.c:64..., 61Fri Sep  8 02:38:00
2006 mm.c:640 user-load chain returning 1) = 61
write(2, \n, 1
)   = 1
time(NULL)  = 1157697480
write(2, Fri Sep  8 02:38:00 2006 user.c:..., 88Fri Sep  8 02:38:00
2006 user.c:67 modules failed user load for [EMAIL PROTECTED]) =
88
write(2, \n, 1
)   = 1
time(NULL)  = 1157697480
write(2, Fri Sep  8 02:38:00 2006 sess.c:..., 79Fri Sep  8 02:38:00
2006 sess.c:117 auto-creating user [EMAIL PROTECTED]) = 79
write(2, \n, 1
)   = 1
time(NULL)  = 1157697480
write(2, Fri Sep  8 02:38:00 2006 user.c:..., 83Fri Sep  8 02:38:00
2006 user.c:91 create user request for [EMAIL PROTECTED]) = 83
write(2, \n, 1
)   = 1
time(NULL)  = 1157697480
write(2, Fri Sep  8 02:38:00 2006 mm.c:62..., 61Fri Sep  8 02:38:00
2006 mm.c:624 dispatching user-load chain) = 61
write(2, \n, 1
)   = 1
time(NULL)  = 1157697480
write(2, Fri Sep  8 02:38:00 2006 mm.c:63..., 55Fri Sep  8 02:38:00
2006 mm.c:633 calling module active) = 55
write(2, \n, 1
)   

Bug#366184: libghc6-c2hs-dev: should pre-depend on ghc6

2006-09-09 Thread Arjan Oosting
Op vr, 08-09-2006 te 16:31 -0700, schreef Andrew Pimlott:
 On Fri, Sep 08, 2006 at 05:05:11PM +0200, Arjan Oosting wrote:
  Sorry for the long delay and thanks for the extra information, it has
  been useful. 
 
 Thanks to you for coming back to this--I meant to and just haven't
 gotten around to it.
Well I procrastinating as it meant reading policy again and the package
was removed anyway. :-)

  So because ghc6 is being upgraded /usr/bin/ghc-pkg is not available and
  the prerm script of libghc6-c2hs-dev fails. This can be fixed by
  calling /usr/lib/ghc-6.4.1/bin/ghc-pkg or calling /usr/bin/ghc-pkg6 in
  the prerm script. 
  
  So the bug has been found. As libghc6-c2hs-dev is not available in
  unstable anymore I am closing this bug.
 
 Sounds good.  I assume that the same issue would arise for any Debian
 package containing a GHC package, right?  If so, I guess this should be
 advertised as the correct way to register/deregister GHC packages.
I have downloaded all the source packages which build ghc packages [1]
and looked at their postinst and prerm scripts and they are al doing
fine. Most use dh_haskell anyway which generates correct postinst and
prerm code as well.

Greetings Arjan Oosting

[1] for p in `grep-aptavail -P libghc6- -s Source | uniq -u | cut -f2 -d ` 
; do apt-get -t unstable source $p || true ; done


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Bug#291040: NMU uploaded

2006-09-09 Thread Bart Martens
On Sat, 2006-09-09 at 09:03 +0300, Antti-Juhani Kaijanaho wrote:
 Bart Martens wrote:
  On Fri, 2006-09-08 at 23:21 +0200, Andreas Barth wrote:
  I uploaded an NMU of your package.
  
  Please remove that upload.
 
 I'm not Andreas, but I'd like to note that it has already been ACCEPTed
 to the archive; I doubt removing it is an option any more.

Yes, I've received the automatic e-mails just now.

 
  The bug was reported on 5 september.  I
  asked my sponsor to upload my updated package on 7 september.  We are
  now 8 september.  Please give my sponsor the time to process my request
  to upload.
 
 Might I suggest that you tag pending any bugs that you have fixed in
 your sources (and sent to your sponsor), so that others see that it is
 in the process of being fixed?  It might help avoid these sorts of
 misunderstandings.
 
 (Personally, I tag a bug pending immediately after making the changelog
 entry for the fix in my own sources.)

Good suggestion, thanks.

Regards,

Bart Martens



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


Bug#386655: Devices are not created after upgrading to udev 0.100-1

2006-09-09 Thread Thue Janus Kristensen
Package: udev
Version: 0.098-2
Severity: important

After upgrading from 0.098-2 to 0.100-1 my system stopped working.

My /etc/init.d/networking did not work (it said the device did not
exist), and my USB keyboard did not work (I assume that device was not
created either). The internal keyboard (it is a laptop) did work,
however.

Xorg failed to start with the error
(EE) I810(0): Failed to allocate framebuffer. Is your VideoRAM set too low ??

I can't find anything interesting in the log files, so please ask for
any extra information required. As said, the internal keyboard works,
so if I reinstall .100-1 I can extract any needed information.

Regards, Thue

-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 8
lrwxrwxrwx 1 root root  20 Mar  8  2006 020_permissions.rules - 
../permissions.rules
lrwxrwxrwx 1 root root  19 Mar  8  2006 025_libgphoto2.rules - 
../libgphoto2.rules
lrwxrwxrwx 1 root root  16 Aug  4 09:30 025_libsane.rules - ../libsane.rules
lrwxrwxrwx 1 root root  22 Mar  8  2006 025_logitechmouse.rules - 
../logitechmouse.rules
lrwxrwxrwx 1 root root  15 Mar  8  2006 85-pcmcia.rules - ../pcmcia.rules
lrwxrwxrwx 1 root root  15 Aug 23 22:35 libnjb.rules - ../libnjb.rules
lrwxrwxrwx 1 root root  13 Mar  8  2006 udev.rules - ../udev.rules
lrwxrwxrwx 1 root root  25 Mar 30 14:24 z20_persistent-input.rules - 
../persistent-input.rules
lrwxrwxrwx 1 root root  19 Mar  8  2006 z20_persistent.rules - 
../persistent.rules
-rw-r--r-- 1 root root 671 Aug 28 22:37 z25_persistent-cd.rules
-rw-r--r-- 1 root root 450 Aug 28 22:37 z25_persistent-net.rules
lrwxrwxrwx 1 root root  33 Apr 22 19:05 z45_persistent-net-generator.rules - 
../persistent-net-generator.rules
lrwxrwxrwx 1 root root  12 Mar  8  2006 z50_run.rules - ../run.rules
lrwxrwxrwx 1 root root  16 Mar  8  2006 z55_hotplug.rules - ../hotplug.rules
lrwxrwxrwx 1 root root  19 Mar  8  2006 z60_alsa-utils.rules - 
../alsa-utils.rules
lrwxrwxrwx 1 root root  15 Apr 30 22:06 z60_hdparm.rules - ../hdparm.rules
lrwxrwxrwx 1 root root  33 May 10 15:21 z60_xserver-xorg-input-wacom.rules - 
../xserver-xorg-input-wacom.rules
lrwxrwxrwx 1 root root  29 Aug 22 18:44 z75_cd-aliases-generator.rules - 
../cd-aliases-generator.rules
lrwxrwxrwx 1 root root  12 Aug 22 18:44 z99_hal.rules - ../hal.rules

-- /sys/:
/sys/block/hda/dev
/sys/block/hda/hda1/dev
/sys/block/hda/hda2/dev
/sys/block/hda/hda3/dev
/sys/block/hda/hda4/dev
/sys/block/hda/hda5/dev
/sys/block/hdb/dev
/sys/block/ram0/dev
/sys/block/ram1/dev
/sys/block/ram10/dev
/sys/block/ram11/dev
/sys/block/ram12/dev
/sys/block/ram13/dev
/sys/block/ram14/dev
/sys/block/ram15/dev
/sys/block/ram2/dev
/sys/block/ram3/dev
/sys/block/ram4/dev
/sys/block/ram5/dev
/sys/block/ram6/dev
/sys/block/ram7/dev
/sys/block/ram8/dev
/sys/block/ram9/dev
/sys/class/input/input0/event0/dev
/sys/class/input/input1/event1/dev
/sys/class/input/input1/mouse0/dev
/sys/class/input/input1/ts0/dev
/sys/class/input/input2/event2/dev
/sys/class/input/input2/mouse1/dev
/sys/class/input/input2/ts1/dev
/sys/class/input/input3/event3/dev
/sys/class/input/input4/event4/dev
/sys/class/input/mice/dev
/sys/class/misc/agpgart/dev
/sys/class/misc/fuse/dev
/sys/class/misc/hpet/dev
/sys/class/misc/hw_random/dev
/sys/class/misc/psaux/dev
/sys/class/misc/rtc/dev
/sys/class/sound/adsp/dev
/sys/class/sound/audio/dev
/sys/class/sound/audio1/dev
/sys/class/sound/controlC0/dev
/sys/class/sound/controlC1/dev
/sys/class/sound/dsp/dev
/sys/class/sound/dsp1/dev
/sys/class/sound/mixer/dev
/sys/class/sound/mixer1/dev
/sys/class/sound/pcmC0D0c/dev
/sys/class/sound/pcmC0D0p/dev
/sys/class/sound/pcmC0D1c/dev
/sys/class/sound/pcmC0D2c/dev
/sys/class/sound/pcmC0D3c/dev
/sys/class/sound/pcmC0D4p/dev
/sys/class/sound/pcmC1D0c/dev
/sys/class/sound/pcmC1D0p/dev
/sys/class/sound/timer/dev
/sys/class/usb_device/usbdev1.1/dev
/sys/class/usb_device/usbdev1.4/dev
/sys/class/usb_device/usbdev2.1/dev
/sys/class/usb_device/usbdev3.1/dev
/sys/class/usb_device/usbdev4.1/dev
/sys/class/usb_device/usbdev4.2/dev
/sys/class/usb_device/usbdev5.1/dev

-- Kernel configuration:
 isapnp_init not present.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.27
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages udev depends on:
ii  initscripts  2.86.ds1-17 Scripts for initializing and shutt
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libselinux1  1.30.27-2   SELinux shared libraries
ii  libvolume-id00.100-1 libvolume_id shared library
ii  lsb-base 3.1-15  Linux Standard Base 3.1 init scrip

udev recommends no packages.

-- no debconf information


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



Bug#386580: Adding warning message and suppressed footnote marker

2006-09-09 Thread Michael(tm) Smith
The manpages stylesheet does not yet support output for footnote.
The reason the footnote marker was being output is because the
HTML stylesheets (which the manpages stylesheet) output it and I
had not overridden that.

The footnote marker is now suppressed, and if a refenty contains a
footnote, the stylesheets will now output a message during
processing that says:

  Warn: Output for footnote element is not yet supported.  Foo

..where Foo is the refname of the refentry.

You can test it with the latest snapshot.

I will try to add complete footnote support in the next-next
release (either 1.71.1 or 1.72.0, after the 1.71.0 release).



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



Bug#386399: tasksel: [INTL:it] Translation update

2006-09-09 Thread Christian Perrier
tags 386399 pending
thanks

 This bug report should be closed as I have commit access to tasksel 
 repository. Sorry for the inconvenience.


To be completely precise, the exact actions here should be to add a
Closes: #386399 statement in the changelog entry where you explain
the change you made (see in the SVN), then tag the bug as pending by
doing what I'm doing (this mail being BCC'ed to
[EMAIL PROTECTED] is what will take the actions listed at
the beginning of the mail).



signature.asc
Description: Digital signature


Bug#386654: geda: new upstream version available

2006-09-09 Thread Ramakrishnan Muthukrishnan
Package: geda
Version: 20060123-1
Severity: wishlist

A newer version of geda is available. It will be nice if the geda package
can be updated with this newer versions.

http://geda.seul.org/devel/20060906/gaf-20060906-relnotes.html

Thanks
Ramakrishnan, VU3RDD

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)

Versions of packages geda depends on:
ii  geda-doc 20060123-1  Documentation for GNU EDA -- Elect
ii  geda-gnetlist20060123-1  GNU EDA -- Electronics design soft
ii  geda-gschem  20060123-1  GNU EDA -- Electronics design soft
ii  libatk1.0-0  1.12.1-1The ATK accessibility toolkit
ii  libc62.3.6-4 GNU C Library: Shared libraries an
ii  libcairo21.2.4-1 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-7 generic font configuration library
ii  libglib2.0-0 2.10.3-1The GLib library of C routines
ii  libgtk2.0-0  2.8.20-1The GTK+ graphical user interface 
ii  libpango1.0-01.12.3-1+b1 Layout and rendering of internatio
ii  libx11-6 2:1.0.0-6   X11 client-side library
ii  libxcursor1  1.1.5.2-5   X cursor management library
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxi6   1:1.0.0-5   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.0.2-4 X Rendering Extension client libra

geda recommends no packages.

-- no debconf information


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



Bug#386656: Please provide vserver flavour(s) for sparc

2006-09-09 Thread Jurij Smakov

Package: linux-2.6
Severity: wishlist

On Fri, 8 Sep 2006, Maciej Jan Broniarz wrote:


Hi,

Where can I find linux kernel packages with vserver enabled ?
There none of those in etch/sid.


I've discussed it with some other members of the kernel team, and it 
turned out that vserver patches are supported on sparc, and there are 
other people who are interested in it. It seems that there is no good 
reason not to provide a vserver-enabled kernel, so I'm filing this 
wishlist bug to keep track of the progress (I'll try to look into it in 
the nearest future).


Best regards,

Jurij Smakov[EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CC


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



Bug#386369: locales not installable?

2006-09-09 Thread Saku Ytti
I had experimental(?) version 2.3.999.2, but not experiemental locales.
I rolled back to 2.3.6.ds1-4, and it worked fine (as expected).

Thanks,
-- 
  ++ytti


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



Bug#377511: menu: [INTL:th] Thai translations

2006-09-09 Thread Christian Perrier
  I'm pretty sure that we already discussed about this and that POT
 
 We did not.
 
  files being generated from source you probably don't want to keep
  generated stuff in CVS, but this gives the result you have now.
 
 I suppose adding menu.pot to the CVS would address the issue ?


Absolutely. Sorry for the mini-rant, Bill. Apparently, I was under the
false impression that we did discuss this already in the past and you
were among people we do not want to have generated files in the VCS.

You clearly stated that you are not (thank you) so please accept
my apologies for the rant again and, yes, I'd be delighted if you (or
I actually, as I can commit) add the POT file.

So, taking the above as an agreement by you, I will add the menu POT
file to the CVS AND update all existing PO files.

This will expose them to translators which will be able to pick them
up easily in the progressive D-I translation effort (which is more a
progressive effort to translate the default desktop system, now).



signature.asc
Description: Digital signature


Bug#386642: oss-compat: don't work if /usr is separated from /

2006-09-09 Thread Robert Millan
tags 386642 moreinfo
thanks

On Sat, Sep 09, 2006 at 03:48:04AM +0200, Francesco Namuri wrote:
 Package: oss-compat
 Version: 0.0.2
 Severity: important
 
 Hello,
 I have found that if you have a separate partition for /usr, the script
 don't work because, in fact, there is a broken symlink
 (/etc/modprobe.d/oss-compat) that points to a file in the /usr partition
 not still mounted.

What do you mean with not still mounted?  And how does the script fail
exactly?

-- 
Robert Millan

My spam trap is [EMAIL PROTECTED]  Note: this address is only intended for
spam harvesters.  Writing to it will get you added to my black list.


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



Bug#385732: downgrade severity?

2006-09-09 Thread Peter Moulder
Can this bug's title be changed to Source package contains useless
files, and accordingly its severity be reduced to minor or wishlist ?

pjrm.


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



Bug#386657: /etc/rcS.d/S05keymap.sh removed upon upgrade

2006-09-09 Thread Josselin Mouette
Package: console-common
Version: 0.7.61
Severity: grave

09:18 [EMAIL PROTECTED] ~  ls /etc/rcS.d/*key*
/etc/rcS.d/S05keymap.sh
09:20 [EMAIL PROTECTED] ~  sudo dpkg -i 
/var/cache/apt/archives/console-common_0.7.61_all.deb
Password:
(Lecture de la base de données... 95199 fichiers et répertoires déjà installés.)
Préparation du remplacement de console-common 0.7.61 (en utilisant 
.../console-common_0.7.61_all.deb) ...
Dépaquetage de la mise à jour de console-common ...
Paramétrage de console-common (0.7.61) ...
Looking for keymap to install:
fr-latin9
assuming iso-8859-1 cedilla
assuming iso-8859-1 acute
assuming iso-8859-1 diaeresis
assuming iso-8859-1 brokenbar
assuming iso-8859-1 threequarters
assuming iso-8859-1 currency
assuming iso-8859-1 onehalf
assuming iso-8859-1 onequarter

09:21 [EMAIL PROTECTED] ~  ls /etc/rcS.d/*key*
ls: /etc/rcS.d/*key*: Aucun fichier ou répertoire de ce type

Upon upgrade, the /etc/rcS.d/S05keymap.sh file is removed, even when
only reinstalling the package. The weird thing is, the postinst script
seems to be working flawlessly:

09:21 [EMAIL PROTECTED] ~  sudo /var/lib/dpkg/info/console-common.postinst
09:25 [EMAIL PROTECTED] ~  ls /etc/rcS.d/*key*
/etc/rcS.d/S05keymap.sh

Whoo ?!?

I don't understand what happens at all, but nevertheless console-common
isn't usable if it doesn't have an init script.

Reverting to 0.7.60 fixes the issue.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#316529: Bug#316528 closed by Goswin von Brederlow [EMAIL PROTECTED] (Bug#316528: fixed in debmirror 20060907)

2006-09-09 Thread Baurzhan Ismagulov
On Fri, Sep 08, 2006 at 03:04:46PM -0700, Debian Bug Tracking System wrote:
 We believe that the bug you reported is fixed in the latest version of
 debmirror, which is due to be installed in the Debian FTP archive:

Thanks!

With kind regards,
Baurzhan.


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



Bug#384467: Please close this bug

2006-09-09 Thread B. Zhang
Sorry. Please close this bug.
I just need add some lines in /etc/ivman/IvmConfigActions.xml to not
mount /dev/hda1[2378].

Thanks,
Bin


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



Bug#333305: Intent to NMU

2006-09-09 Thread Margarita Manterola
tags 05 + pending
thanks

I have prepared an NMU for thttpd that fixes this bug and many others (11
bugs are closed in the changelog).

Most of the bugs are really important, even though not all of them were
severity: important.

I'm attaching the full interdiff output for the changes that I've applied.
As you might see, for 11 bugs in the closing, it's a short diff.

I'm going to upload to the 5-day delayed queue, in order to allow the other
NMU to go into testing before this one is in unstable.

I'm also going to notify the other bugs about the Intent to NMU, but I'm
only going to attach the patch for this one.

-- 
Love,
Marga.
diff -u thttpd-2.23beta1/libhttpd.c thttpd-2.23beta1/libhttpd.c
--- thttpd-2.23beta1/libhttpd.c
+++ thttpd-2.23beta1/libhttpd.c
@@ -77,6 +77,10 @@
 # endif
 #endif
 
+#ifndef MAXPATHLEN
+#define MAXPATHLEN 4096
+#endif
+
 extern char* crypt( const char* key, const char* setting );
 
 #include libhttpd.h
diff -u thttpd-2.23beta1/thttpd.c thttpd-2.23beta1/thttpd.c
--- thttpd-2.23beta1/thttpd.c
+++ thttpd-2.23beta1/thttpd.c
@@ -63,6 +63,9 @@
 #define SHUT_WR 1
 #endif
 
+#ifndef MAXPATHLEN
+#define MAXPATHLEN 4096
+#endif
 
 static char* argv0;
 static int debug;
diff -u thttpd-2.23beta1/debian/prerm thttpd-2.23beta1/debian/prerm
--- thttpd-2.23beta1/debian/prerm
+++ thttpd-2.23beta1/debian/prerm
@@ -7,7 +7,11 @@
#
#   Stop the daemon
#
-   invoke-rc.d thttpd stop
+   if [ -x /usr/sbin/invoke-rc.d ]; then
+   invoke-rc.d thttpd stop
+   else
+   /etc/init.d/thttpd stop
+   fi
[ -L /usr/doc/thttpd ]  rm -f /usr/doc/thttpd
;;
failed-upgrade)
diff -u thttpd-2.23beta1/debian/changelog thttpd-2.23beta1/debian/changelog
--- thttpd-2.23beta1/debian/changelog
+++ thttpd-2.23beta1/debian/changelog
@@ -1,3 +1,22 @@
+thttpd (2.23beta1-4.2) unstable; urgency=low
+
+  * Non-maintainer upload to fix a policy issue and other bugs.
+  * Patched config, postinst, prerm and logrotate so that invoke-rc.d is used
+whenever needed.  Also fixed problems with redirecting stderr.
+Thanks to Rodrigo Campos for the patch.
+(Closes: #05, #237617)
+  * Patched libhttpd.c and thttpd.c so that MAXPATHLEN gets define in Hurd.
+Thanks to Michael Banck for the patch.  (Closes: #308681)
+  * Added check to be sure that the PIDFILE is not a stale file. Thanks to
+Bastian Kleineidam for the patch.  
+(Closes: #385055, #334610, #247930, #384738)
+  * Added a sleep 1 line in the restart option of the init script.
+(Closes: #236329, #379850, #301719)
+  * Added quotes to debian/config test for the PORT variable, to fix problems
+with IPv6 ports. (Closes: #350960)
+
+ -- Margarita Manterola [EMAIL PROTECTED]  Sat,  9 Sep 2006 03:39:45 -0300
+
 thttpd (2.23beta1-4.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u thttpd-2.23beta1/debian/postinst thttpd-2.23beta1/debian/postinst
--- thttpd-2.23beta1/debian/postinst
+++ thttpd-2.23beta1/debian/postinst
@@ -7,7 +7,11 @@
echo Updating rc.d symbolic links to start thttpd upon 
booting.
update-rc.d thttpd defaults 20  /dev/null
echo Starting thttpd ...
-   /etc/init.d/thttpd start   /dev/null || true
+   if [ -x /usr/sbin/invoke-rc.d ]; then
+   invoke-rc.d thttpd start   /dev/null || true
+   else
+   /etc/init.d/thttpd start   /dev/null || true
+   fi  
;;
*)
#
diff -u thttpd-2.23beta1/debian/config thttpd-2.23beta1/debian/config
--- thttpd-2.23beta1/debian/config
+++ thttpd-2.23beta1/debian/config
@@ -97,7 +97,7 @@
 db_get thttpd/select_port
 PORT=$RET
 
-if [ -z $PORT ]; then
+if [ -z $PORT ]; then
 PORT=$DEFPORT
 fi
 }
@@ -120,7 +120,11 @@
 
 if [ $INSTALL_STAT = installed ]; then
 if [ -x /etc/init.d/thttpd ]; then
-/etc/init.d/thttpd stop 12 /dev/null || true
+if [ -x /usr/sbin/invoke-rc.d ]; then
+invoke-rc.d thttpd stop  /dev/null 21 || true
+else
+/etc/init.d/thttpd stop  /dev/null 21 || true
+fi
 fi
 fi
 
diff -u thttpd-2.23beta1/debian/thttpd.rc thttpd-2.23beta1/debian/thttpd.rc
--- thttpd-2.23beta1/debian/thttpd.rc
+++ thttpd-2.23beta1/debian/thttpd.rc
@@ -23,7 +23,14 @@
 start)
 echo -n Starting web server: 
 if [ -f $PIDFILE ]; then
-echo $DAEMON already running.
+PID=`cat $PIDFILE`
+if ps ax | grep -q ^$PID; then
+echo $DAEMON already running.
+else
+rm -f $PIDFILE
+$DAEMON -C $CONFFILE -i $PIDFILE
+echo $NAME. 
+fi
 else
 $DAEMON -C $CONFFILE -i $PIDFILE
 echo $NAME. 
@@ 

Bug#386512: iso-codes: [INTL:sv] Swedish debconf template translation

2006-09-09 Thread Tobias Toedter
On Saturday 09 September 2006 00:18, Christian Perrier wrote:
   Daniel probably used a template of his and thus ended up using the
   very same, here inaccurate, text than the one he uses in other D-I
   related stuff, which is often po-debconf stuff...
 
  I have just updated the old Swedish iso-codes translation. Is there
  something wrong?

 Nothing actually, except that, as Tobias wrote, this translation is
 not technically speaking a debconf translation. That's why I was
 assuming that you're using a standardized template for things you
 report for D-I translations...:)

Hi,

the Swedish translation was perfectly ok, and it's already committed, as I 
said. I was just wondering why Daniel was talking about debconf templates, 
as iso-codes does not use debconf. I didn't know that iso-codes belongs to 
the level 2 files in D-I and is available from that website for 
translation. That explains why Daniel thought that the files are debconf 
templates.

In summary: Don't worry, Daniel, everything is alright, and you're welcome 
to send any updates for translations of iso-codes' debconf templates to 
us ... ;-)

Regards,
Tobias

-- 
Tobias Toedter   | Recursion: n., see Recursion.
Hamburg, Germany |


pgpNMkEm6XklT.pgp
Description: PGP signature


Bug#386655: Problems with udev 0.100-1

2006-09-09 Thread Josselin Mouette
notfound 386655 0.098-2
found 386655 0.100-1
thanks

I'm also experiencing some problems with udev 0.100-1.

First, my PS/2 mouse isn't detected. With udev 0.098-2, it is correctly
detected as the following:
input: ImExPS/2 Logitech Wheel Mouse as /class/input/input2

Second, my network gigabit device is properly detected, but the network
isn't setup. I have to run ifup eth0 by hand. It uses the skge
module and is listed as the following:
00:0a.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit 
Ethernet Controller (rev 13)

Looking at the logs, the sound device may also have not been detected,
but I haven't tried it.

Downgrading to 0.098-2 fixes these issues.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#386272: Processed: Re: Bug#386272: bittornado won't start

2006-09-09 Thread Josselin Mouette
(forgot to Cc the bug, re-sending for the record)

Le samedi 09 septembre 2006 à 01:41 +0200, Josselin Mouette a écrit :
 Le vendredi 08 septembre 2006 à 15:48 -0700, Debian Bug Tracking System
 a écrit :
  Processing commands for [EMAIL PROTECTED]:
  
   reassign 386272 python-support
  Bug#386272: bittornado won't start
  Bug reassigned from package `bittornado' to `python-support'.
 
 Looks like a duplicate of #383799.
 
 Could you please send me the result of:
   ls -l /var/lib/python-support/python2.4
 
 Does running 'update-python-modules' as root fix the issue?
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#377264: new upstream sources for mpg123

2006-09-09 Thread Thomas Perl
Upstream has released a new version (0.60) on August 29th 2006.

Its website (http://www.mpg123.de/) states it's now released under LGPL.
The new release also fixes this bug and seems to incorporate (at least
some) patchsets from Debian.

Quoted from the announcement:

This version is the result of merging 0.59r by Michael Hipp and parts of
his development tree with the 0.59r-gpl from sourceforge and mpg123-thor
(both including patchsets from Debian) as well as continued work on the
source of both Nicholas and myself as well as enthusiastic testers who
gave us a purpose (thanks for being with us after that long time!).

Guess it's better to package new upstream version than patching this old
(non-free) release.



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



Bug#386658: wajig: want a verify command (debsums)

2006-09-09 Thread Francesco Potorti
Package: wajig
Version: 2.0.34
Severity: wishlist

Wajig is missing a `verify' command (à la rpm -K) for checking a
packagés sum using debsums or whatever.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-amd64-k8-smp
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set 
to C)

Versions of packages wajig depends on:
ii  apt   0.6.45 Advanced front-end for dpkg
ii  python2.4.3-11   An interactive high-level object-o
ii  python-apt0.6.19 Python interface to libapt-pkg

wajig recommends no packages.

-- no debconf information




Bug#386659: reportbug crashes due to some codec/byte issues

2006-09-09 Thread jean-michel
Package: reportbug
Version: 3.29.3
Severity: normal


While intenting to provide extrainformation, a stack trace was reported
frome reportbug:


  xserver-xorg/config/null_string_error:
  shared/multiple_possible_x-servers:
* xserver-xorg/config/device/bus_id: PCI:1:0:0
  xserver-xorg/config/write_files_section: true
* xserver-xorg/autodetect_video_card: true
  xserver-xorg/config/monitor/mode-list: 1280x1024 @ 60Hz
* xserver-xorg/config/inputdevice/keyboard/rules: xorg
Include these settings in your report [Y|n|q|?]? Y

Please provide a subject for your response; no subject will stop
reportbug.
 missing font on a new installed system.
Does this bug still exist in version 1:7.0.22 of this package?
[y|N|q|?]? y
Rewriting subject to 'xserver-xorg: missing font on a new installed
system.'
Traceback (most recent call last):
  File /usr/bin/reportbug, line 1726, in ?
main()
  File /usr/bin/reportbug, line 759, in main
return iface.user_interface()
  File /usr/bin/reportbug, line 1624, in user_interface
klass, subject, tags, body, mode, pseudos)
  File /usr/share/reportbug/reportbug.py, line 724, in
generate_blank_report
return %s%s%s
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc9 in position
1114: ordinal not in range(128)


-- Package-specific info:
** Environment settings:
INTERFACE=text

** /home/jmg/.reportbugrc:
reportbug_version 3.29.3
mode standard
ui text
email [EMAIL PROTECTED]

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-3-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages reportbug depends on:
ii  python2.4.3-11   An interactive high-level object-o
ii  python-central0.5.5  register and build utility for Pyt

Versions of packages reportbug recommends:
pn  python-cjkcodecs | python-ico none (no description available)

-- no debconf information


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



Bug#386662: lyx-qt: Missing tex2lyx, cannot import latex files

2006-09-09 Thread Guy Stan
Package: lyx-qt
Version: 1.4.2-4
Severity: important


tex2lyx and maybe other files are missing in the 
package so LaTeX files cannot be imported for editing.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686-pte
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages lyx-qt depends on:
ii  libaiksaurus-1.2-0c2a 1.2.1+dev-0.12-2.1 an English-language thesaurus (dev
ii  libaspell15   0.60.4-4   GNU Aspell spell-checker runtime l
ii  libaudio2 1.8-2  The Network Audio System (NAS). (s
ii  libc6 2.3.6.ds1-4GNU C Library: Shared libraries
ii  libfontconfig12.3.2-7generic font configuration library
ii  libfreetype6  2.2.1-2FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-13 GCC support library
ii  libice6   1:1.0.0-3  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.8rel-5.2   PNG library - runtime
ii  libqt3-mt 3:3.3.6-4  Qt GUI Library (Threaded runtime v
ii  libsm61:1.0.0-4  X11 Session Management library
ii  libstdc++64.1.1-13   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.0-8  X11 client-side library
ii  libxcursor1   1.1.5.2-5  X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxi61:1.0.1-3  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxrandr22:1.1.0.2-4X11 RandR extension library
ii  libxrender1   1:0.9.0.2-4X Rendering Extension client libra
ii  libxt61:1.0.0-5  X11 toolkit intrinsics library
ii  lyx-common1.4.2-4High Level Word Processor - common
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages lyx-qt recommends:
pn  latex-xft-fonts   none (no description available)

-- no debconf information


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



Bug#386660: sysv-rc: Configuration file `/etc/init.d/rc.local'

2006-09-09 Thread Olaf van der Spek
Package: sysv-rc
Version: 2.86.ds1-18
Severity: normal

Hi,

The script asked about this file although I haven't changed it.
Could you change the script so it detects the file isn't changed (although it 
wasn't a conffile)?

Setting up initscripts (2.86.ds1-18) ...

Configuration file `/etc/init.d/rc.local'
 == File on system created by you or by a script.
 == File also in package provided by package maintainer.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686-smp
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)

-- no debconf information


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



Bug#385864: Downgrading

2006-09-09 Thread Mario Iseli
tags 385864 +unreproducible
severity 385864 important
thanks

Ok, as I already announced i can't reproduce this bug. Tobias Klauser
and Steve Langasek also can't. So i tag it now as unreproducible and set
the severity to important, to just let it in the BTS.

Mario


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



Bug#386643: mutt segfaults with libgnutls13-1.4.3-1

2006-09-09 Thread Andreas Metzler
severity 386643 normal
tags 386643 moreinfo
thanks

On 2006-09-09 jacob [EMAIL PROTECTED] wrote:
 Package: libgnutls13
 Version: 1.4.3-1
 Severity: normal

 With libgnutls13-1.4.3-1 accessing IMAPS mailboxen with mutt causes an
 immediate segfault. Reverting to 1.4.2-1 fixes the problem.

Hello,
I need further help on diagnosing this. I cannot reproduce this, it
works fine against dovecot running on m26s25.vlinux.de.

Do I need to actually login to experience the error? I am asking
because connecting to imaps on heider.homelinux.net *also* works fine,
I just fail to login and actually open a folder, because I have not
got any access data.

thanks, cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Bug#386649: [Pkg-sysvinit-devel] Bug#386649: sysvinit: Dangerous instructions in NEWS.Debian, removes packages

2006-09-09 Thread Petter Reinholdtsen
[Adrian Irving-Beer]
 The NEWS.Debian has these instructions on how to fix the broken init.d
 links caused by bug #386500:
 
 for p in `dpkg -S /etc/init.d/*|cut -d: -f1|sort -u`; do
   apt-get --reinstall install -y $p
 done
 
 This fails to check if a package has been removed but not purged -- hence
 its init.d script exists, but the package is no longer on the system.

Yes.  I discovered that last night when people complained about scary
unrelated removals.  I am truely sorry that I rushed the sysvinit
update out without discovering this problem.  Here is a safer script:

for p in `dpkg -S /etc/init.d/*|cut -d: -f1|sort -u`; do
  if dpkg --get-selections $p | grep -qw install ; then
echo reinstalling $p
apt-get --reinstall install $p
  fi
done

I've also been told about the file /var/log/dpkg.log a log of
installs, upgrades and removals.  I guess that can be used to recover?

 (Please let me know if this is the correct severity,

I agree on the severity.  This breakage has been horrible for a lot of
people, and really earned unstable its name.

Friendly,
-- 
Petter Reinholdtsen


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



Bug#386655: Problems with udev 0.100-1

2006-09-09 Thread Marco d'Itri
On Sep 09, Josselin Mouette [EMAIL PROTECTED] wrote:

 I'm also experiencing some problems with udev 0.100-1.
I wonder if you did read debian-devel@ in the last few days.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#386661: sysv-rc: Quick way out: exim4 - exim?

2006-09-09 Thread Olaf van der Spek
Package: sysv-rc
Version: 2.86.ds1-18
Severity: normal

Hi,

The quick way out fix doesn't appear to be safe. :(

BTW, this is send from another system as my reportbug is also broken.

# for p in `dpkg -S /etc/init.d/*|cut -d: -f1|sort -u`; do
echo -- apt-get --reinstall install -y $p
  done
dpkg: /etc/init.d/nagios.dpkg-old not found.
dpkg: /etc/init.d/nagios2.dpkg-old not found.
dpkg: /etc/init.d/ntp-server.dpkg-old not found.
dpkg: /etc/init.d/rc.local.dpkg-dist not found.
dpkg: /etc/init.d/xfree86-common not found.
dpkg: /etc/init.d/xwgrs not found.
dpkg: /etc/init.d/xwis1 not found.
dpkg: /etc/init.d/xwis2 not found.
dpkg: /etc/init.d/xwsvs not found.
-- apt-get --reinstall install -y apache2-common
-- apt-get --reinstall install -y at
-- apt-get --reinstall install -y console-common
-- apt-get --reinstall install -y console-tools
-- apt-get --reinstall install -y courier-authdaemon
-- apt-get --reinstall install -y courier-imap
-- apt-get --reinstall install -y courier-imap-ssl
-- apt-get --reinstall install -y courier-pop
-- apt-get --reinstall install -y courier-pop-ssl
-- apt-get --reinstall install -y cron
-- apt-get --reinstall install -y discover1
-- apt-get --reinstall install -y exim
-- apt-get --reinstall install -y exim4-base
-- apt-get --reinstall install -y fam
-- apt-get --reinstall install -y fetchmail
-- apt-get --reinstall install -y hotplug
-- apt-get --reinstall install -y ifupdown
-- apt-get --reinstall install -y initrd-tools
-- apt-get --reinstall install -y initscripts
-- apt-get --reinstall install -y klogd
-- apt-get --reinstall install -y libc6
-- apt-get --reinstall install -y libdevmapper1.02
-- apt-get --reinstall install -y lpr
-- apt-get --reinstall install -y makedev
-- apt-get --reinstall install -y module-init-tools
-- apt-get --reinstall install -y modutils
-- apt-get --reinstall install -y mysql-server-5.0
-- apt-get --reinstall install -y nagios-common
-- apt-get --reinstall install -y nagios2-common
-- apt-get --reinstall install -y netbase
-- apt-get --reinstall install -y nfs-common
-- apt-get --reinstall install -y ntp
-- apt-get --reinstall install -y ntp-server
-- apt-get --reinstall install -y ntpdate
-- apt-get --reinstall install -y nvi
-- apt-get --reinstall install -y openbsd-inetd
-- apt-get --reinstall install -y openssh-server
-- apt-get --reinstall install -y portmap
-- apt-get --reinstall install -y ppp
-- apt-get --reinstall install -y pppconfig
-- apt-get --reinstall install -y procps
-- apt-get --reinstall install -y rsync
-- apt-get --reinstall install -y samba
-- apt-get --reinstall install -y setserial
-- apt-get --reinstall install -y snmpd
-- apt-get --reinstall install -y sudo
-- apt-get --reinstall install -y sysklogd
-- apt-get --reinstall install -y sysv-rc
-- apt-get --reinstall install -y util-linux
-- apt-get --reinstall install -y x11-common
# 

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686-smp
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)

-- no debconf information


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



Bug#386347: [Pkg-sysvinit-devel] Bug#386347: initscripts 2.86.ds1-18 didn't fix my boot problem

2006-09-09 Thread Petter Reinholdtsen
[Michael Heldebrant]
 I tried upgrading my broken system directly to the 2.86.ds1-18
 version to try and fix my boot process.  Didn't work.  Had to take
 it down to 2.86.ds1-15 to fix it.

Can you provide more information, error messages, observed behaviour
or other things that help us debug it?  As it stands, this bug report
is unsolvable as there is nothing in it to work on.

Friendly,
-- 
Petter Reinholdtsen


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



Bug#386434: module-init-tools: depmod -a core dumps -- Bus error

2006-09-09 Thread Matej Cepl
On Sat 9. September 2006 04:04, you wrote:
  A stack trace without debugging symbols is useless. Please
  download and run http://www.bofh.it/~md/depmod.gz .

 Are there any news about this?

After running -rc5 for a while, I tried just now -rc6 again and 
everything works perfectly. I haven't changed anything, but 
suddenly it works. Which is the same list of symptoms as with 
the previous kernel versions -- first it doesn't work, then 
without any explanation it does work (and it was after more than 
just one reboot, there were multiple reboots in meantime).

Weird,

Matěj

-- 
http://matej.ceplovi.cz/blog/
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
 
We can tell our level of faith in what God wants to do for us by
our level of enthusiasm for what we want God to do for other.
   -- Dave Schmelzer



Bug#386663: New version available

2006-09-09 Thread Patrick Matthäi

Package: alsa-base
Version: 1.0.11-5

Hello,
I've got a little question, could you please update the current alsa 
version up to the newest release 1.0.12?



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



Bug#386664: qpsmtpd: queue_smtp_proxy_destination needs a space instead of a colon

2006-09-09 Thread Tobias Diedrich
Package: qpsmtpd
Version: 0.32-3
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


When using a non-default port for SMTP proxy delivery, the configure
help says You can optionally add a port number after a colon, such as
\localhost:25\.

But qpsmtpd complains loudly about this:
Starting qpsmtpd: Bad data in smtp server: localhost:587 at
/usr/share/qpsmtpd/plugins/queue/smtp-forward line 32.

According to the source, the optional port should be separated by a
space instead of a colon.

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-rc2
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages qpsmtpd depends on:
ii  adduser  3.97Add and remove users and groups
ii  debconf  1.5.3   Debian configuration management sy
ii  libdigest-hmac-perl  1.01-3  create standard message integrity 
ii  libmail-spf-query-perl   1:1.999.1-2 query SPF (Sender Policy Framework
ii  libmailtools-perl1.74-0.1Manipulate email in perl programs
ii  libnet-dns-perl  0.57-1  Perform DNS queries from a Perl sc
ii  libnet-perl  1:1.19-3Implementation of Internet protoco
ii  perl 5.8.8-6.1   Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl]   5.8.8-6.1   Core Perl modules

qpsmtpd recommends no packages.

- -- debconf information:
* qpsmtpd/queue_smtp_proxy_destination: localhost 587
  qpsmtpd/queue_maildir_destination: /var/spool/qpsmtpd/Maildir
* qpsmtpd/listen_interfaces: 0.0.0.0
* qpsmtpd/rcpthosts: yamamaya.is-a-geek.org tdiedrich.de uguu.de 
ranmachan.dyndns.org
* qpsmtpd/startup_enabled: true
* qpsmtpd/queue_plugin: proxy
  qpsmtpd/queue_none_confirm:

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

iD8DBQFFAnxaWeSjpYPhJEoRAjM5AKCbJfmhrqZeL0AP4gGj81hSOGP/sQCfbfEL
MsbQMNQKk76ylR4NNXYkhuA=
=ETpb
-END PGP SIGNATURE-


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



Bug#367675: xserver-xorg-input-aiptek: The X driver don't work with hyperpen 1200 U

2006-09-09 Thread guy
Drew wrote :
 Guy wrote:
  When i launch gaiptek (manualy compiled), i get this message :
  There is no XServer Input Driver associated with the tablet
 
 Hello Guy.  The Xorg log is located at /var/log/Xorg.0.log. Look inside
 it for aiptek, it will probably contain clues to what's going wrong.
 
 Drew

Hello Drew, sorry Drew for the very late answer, i was on holidays ...

When i launch gaiptek, i get the previous message and 
these 3 lines at the end of /var/log/Xorg.0.log :

xf86AiptekControlProc
xf86AiptekControlProc
ProcXCloseDevice to close or not ?


Here, some extracts from /var/log/Xorg.0.log, 
all seems correct, isnt'it ?

Thank you.

Guy

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.17-1-686 i686
Current Operating System: Linux elin 2.6.16-2-k7 #1 Fri Aug 18 19:48:42
UTC 2006 i686
Build Date: 16 March 2006

...

(II) LoadModule: aiptek
(II) Loading /usr/lib/xorg/modules/input/aiptek_drv.so
(II) Module aiptek: vendor=X.Org Foundation
compiled for 7.0.0, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5

...

(II) xf86AiptekInit(): begins
(**) xf86AiptekConfig: device not shared btw stylusC and stylusC
(**) xf86AiptekConfig: device not shared btw stylusC and NVIDIA Event
Handler
(**) Option AlwaysCore
(**) stylusC: always reports core events
(**) Option Device /dev/input/event4
(==) HID Device name: Aiptek
(==) HID Driver Version: 1.0.0
(==) HID Driver knows it has 1 devices configured
(==) HID Driver is using 10 as the fd
From ioctl() xCapacity=5999
From ioctl() yCapacity=4499
(**) stylusC device is /dev/input/event4
(**) Option DebugLevel 10
(**) Debug level set to 10
(**) stylusC is in absolute mode
(**) Option USB on
(**) stylusC: reading USB link
(**) Option KeepShape on
(**) stylusC: keeps shape
(**) Option ZMax 512
(**) stylusC: ZMax/MaxZ = 512
(**) Option ZMin 0
(**) stylusC: ZMin/MinZ = 0
(**) Option BaudRate 9600
(**) stylusC: BaudRate 9600
(**) stylusC: xf86AiptekInit() finished
(**) Option CoreKeyboard
(**) Generic Keyboard: Core Keyboard
(**) Option Protocol standard
(**) Generic Keyboard: Protocol: standard
(**) Option AutoRepeat 500 30
(**) Option XkbRules xorg
(**) Generic Keyboard: XkbRules: xorg
(**) Option XkbModel pc105
(**) Generic Keyboard: XkbModel: pc105
(**) Option XkbLayout fr
(**) Generic Keyboard: XkbLayout: fr
(**) Option XkbVariant latin9
(**) Generic Keyboard: XkbVariant: latin9
(**) Option CustomKeycodes off
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option Protocol ExplorerPS/2
(**) Configured Mouse: Device: /dev/input/mice
(**) Configured Mouse: Protocol: ExplorerPS/2
(**) Option CorePointer
(**) Configured Mouse: Core Pointer
(**) Option Device /dev/input/mice
(**) Option Emulate3Buttons true
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Configured Mouse: Buttons: 11
(II) XINPUT: Adding extended input device Configured Mouse (type:
MOUSE)
(II) XINPUT: Adding extended input device Generic Keyboard (type:
KEYBOARD)
(II) XINPUT: Adding extended input device stylusC (type: Stylus)
(II) XINPUT: Adding extended input device NVIDIA Event Handler (type:
Other)
xf86AiptekProc() type=stylus flags=193 request=0
xf86AiptekProc request=INIT
xf86AiptekControlProc
In xf86AiptekOpenDevice, with fd=-1
(**) xTop invalid; adjusted to 0
(**) yTop invalid; adjusted to 0
(**) xBottom invalid; adjusted to 5999
(**) yBottom invalid; adjusted to 4499
(**) ScreenNo invalid; adjusted to 0
Screen 0: screenRatio = 1.33, tabletRatio = 1.33
Screen 0: 'X' Gap of 0 computed
xf86AiptekProc Success request=0
xf86AiptekProc() type=stylus flags=193 request=1
xf86AiptekProc request=ON
In xf86AiptekOpenDevice, with fd=-1
(==) HID Device name: Aiptek
(==) HID Driver Version: 1.0.0
(==) HID Driver knows it has 1 devices configured
(==) HID Driver is using 10 as the fd
From ioctl() xCapacity=5999
From ioctl() yCapacity=4499
Screen 0: screenRatio = 1.33, tabletRatio = 1.33
Screen 0: 'X' Gap of 0 computed
Able to open aiptek device
xf86AiptekProc Success request=1
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/X11/TTF/, removing
from list!
Could not init font path element /usr/share/fonts/X11/OTF, removing from
list!
Could not init font path element /usr/share/fonts/X11/CID/, removing
from list!
AUDIT: Sat Sep  9 09:59:04 2006: 6763 X: client 2 rejected from local
host
AUDIT: Sat Sep  9 09:59:04 2006: 6763 X: client 4 rejected from local
host
AUDIT: Sat Sep  9 09:59:04 2006: 6763 X: client 3 rejected from local
host
AUDIT: Sat Sep  9 09:59:04 2006: 6763 X: client 2 rejected from local
host
ProcXCloseDevice to close or not ?




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



Bug#291040: NMU uploaded

2006-09-09 Thread Andreas Barth
Hi,

* Bart Martens ([EMAIL PROTECTED]) [060909 07:41]:
 On Fri, 2006-09-08 at 23:21 +0200, Andreas Barth wrote:
  I uploaded an NMU of your package.
 
 Please remove that upload.  The bug was reported on 5 september.  I
 asked my sponsor to upload my updated package on 7 september.  We are
 now 8 september.  Please give my sponsor the time to process my request
 to upload.

I'm sorry, I didn't know that you asked your sponsor. Otherwise, I
wouldn't have uploaded the package. If you would have set the bug report
to pending with new package on $location send to the sponsor, I would
never have NMUed it (but perhaps asked after some more time should I
sponsor it instead).

For me, the bug was opened some time ago, but yes, the severity was set
to serious only very recently so it might have been in deed better to
not upload it tonight.


   This was necessary to make a FTBFS to go
  away.
 
 I don't see an FTBFS.

right. That was the wrong text. It should have been possible
usability issues.


Please take my word that I didn't intend to step on your toes. I'm sorry
to not have known that you already prepared an fixed package which is at
your sponsor currently.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#386500: [Pkg-sysvinit-devel] Bug#386500: Failed to recover

2006-09-09 Thread Petter Reinholdtsen
[Stevie]
 This problem also occurred on my machine when I upgraded udev to 0.100-1.

Sorry about that.

 The purge/reinstall did not work for me. During installation I get the
 following error

Be aware that the script fragment proposed in the NEWS file is
dangerous.  It fail to cope with removed but not purged packages.  Use
this instead, but see below for the udev issue.

for p in `dpkg -S /etc/init.d/*|cut -d: -f1|sort -u`; do
  if dpkg --get-selections $p | grep -qw install ; then
echo reinstalling $p
apt-get --reinstall install $p
  fi
done

 The `/dev/.static/dev/.static/' path looks odd but I've no clue as to
 how to fix it.

This sounds like an half-configured udev system.  The
/dev/.static/dev/ path is where udev move away the original /dev/ with
static devices upon startup.  Does it help to run this?

  update-rc.d -f udev start 03 S .
  update-rc.d -f udev-mtab start 36 S .

The symlinks should look like this:

  # ls -l /etc/rc*/*udev*
  lrwxrwxrwx 1 root root 14 Sep  8 11:29 /etc/rcS.d/S03udev - ../init.d/udev
  lrwxrwxrwx 1 root root 19 Sep  9 10:33 /etc/rcS.d/S36udev-mtab - 
../init.d/udev-mtab
  #

I've recently been told about the /var/log/dpkg.log file.  It include
the list of installs, upgrades and removals.  You should be able to
use it to figure out what packages that need a reinstall.  I have not
yet a script fragment to do this.

Sorry for the mess.

Friendly,
-- 
Petter Reinholdtsen


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



Bug#384471: Reproducible

2006-09-09 Thread Tobias Klauser
I can reproduce this bug here on sid. Your patch seems to work for me,
but I'm not sure whether it's the best solution to just put the process
in the background. The attached patch uses a additional dcop call to
check whether kscreensaver is already running and only calls 'lock' in
case it's not.

Cheers, Tobias

--- lock.orig   2006-09-09 10:39:56.0 +0200
+++ lock2006-09-09 10:42:10.0 +0200
@@ -46,8 +46,12 @@
 # send the lock command to all sessions
 for session in $avail_sessions; do
vecho 1 Locking $session
-   # dev/null because dcop warns if it can't connect to X (this is normal!)
-   dcop --session $session --all-users kdesktop KScreensaverIface lock  
/dev/null 21
+
+   already_blanked=`dcop --session $session --all-users kdesktop 
KScreensaverIface isBlanked`
+   if [ x$already_blanked != xfalse ] ; then
+   # dev/null because dcop warns if it can't connect to X (this is 
normal!)
+   dcop --session $session --all-users kdesktop 
KScreensaverIface lock  /dev/null 21
+   fi
 done
 
 # returning 0 because dcop warns if it can't connect to X (this is normal!)


Bug#386661: [Pkg-sysvinit-devel] Bug#386661: sysv-rc: Quick way out: exim4 - exim?

2006-09-09 Thread Petter Reinholdtsen
[Olaf van der Spek]
 The quick way out fix doesn't appear to be safe. :(

Yes.  Terribly sorry I did not discover its problem with removed but
not purged packages before uploading it.  This script is safer:


for p in `dpkg -S /etc/init.d/*|cut -d: -f1|sort -u`; do
  if dpkg --get-selections $p | grep -qw install ; then
echo reinstalling $p
apt-get --reinstall install $p
  fi
done

You might also want to use /var/log/dpkg.log to find out which
packages were upgraded in the dangerous period.  This script fragment
should give you the list of upgraded and installed period while
update-rc.d was broken.

  sed -n /installed sysvinit 2.86.ds1-16/,/installed sysvinit 2.86.ds1-18/p 
/var/log/dpkg.log |
   awk '/ upgrade / { print $4 } / installed / { print $5 }' | sort -u

Friendly,
-- 
Petter Reinholdtsen


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



Bug#386665: + operator handled incorrectly (at package)

2006-09-09 Thread e l
Package: atVersion: 3.1.10Severity: important[EMAIL PROTECTED]:~$ dateSat Sep 9 10:24:33 CEST 2006[EMAIL PROTECTED]:~$ at 23.55warning: commands will be executed using /bin/shat lsat EOTjob 49 at Sat Sep 9 23:55:00 2006[EMAIL PROTECTED]:~$ at 23.55 + 7 minuteswarning: commands will be executed using /bin/shat lsat EOTjob 50 at Mon Sep 11 00:02:00 2006[EMAIL PROTECTED]:~$The first at command gives the correct result, but it seems the second one does not.I think the starting time of the last at command should have been Sep 10 00:02:00, not Sep 11 00:02:00.It seems the program adds 7 minutes and 24 hours, not 7 minutes.-- System Information:Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing')Architecture: i386 (i686)Shell: /bin/sh linked to /bin/bashKernel: Linux 2.6.16-2-686Locale:
 LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)Versions of packages at depends on:ii exim4-daemon-light [mail-tra 4.63-3 lightweight exim MTA (v4) daemonii libc6 2.3.6.ds1-4 GNU C Library: Shared librariesii libpam0g 0.79-3.1 Pluggable Authentication Modules lii lsb-base 3.1-15 Linux Standard Base 3.1 init scripat recommends no packages.-- no debconf information 
		Stay in the know. Pulse on the new Yahoo.com.  Check it out. 


Bug#386500: [Pkg-sysvinit-devel] Bug#386500: Upgrade to 0.100-1 removes links from /etc/rcS.d; udev doesn't start

2006-09-09 Thread Petter Reinholdtsen
[Shobhit Jindal]
 just back from a scare of udev
 i too confirm the above missing links ... after linking
 update-rc.d -f udev start 03 S .
 update-rc.d -f udev-mtab start 36 S .
 everything seems to be working fine

Thank you for letting me know.   Again, sorry for the mess.

Friendly,
-- 
Petter Reinholdtsen - registerd Linux User #14


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



Bug#386528:

2006-09-09 Thread Lior Kaplan
forwarded 386528 http://bugs.kde.org/show_bug.cgi?id=98099
Thanks

Diego Iastrubni told me this bug is already reported upsteam for about a
year now. Marking it as forwarded.

-- 
Lior Kaplan


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



Bug#386661: [Pkg-sysvinit-devel] Bug#386661: sysv-rc: Quick way out: exim4 - exim?

2006-09-09 Thread Olaf van der Spek

Petter Reinholdtsen wrote:

[Olaf van der Spek]

The quick way out fix doesn't appear to be safe. :(


Yes.  Terribly sorry I did not discover its problem with removed but
not purged packages before uploading it.  This script is safer:


for p in `dpkg -S /etc/init.d/*|cut -d: -f1|sort -u`; do
  if dpkg --get-selections $p | grep -qw install ; then
echo reinstalling $p
apt-get --reinstall install $p
  fi
done


Isn't it possible to just run the postinst scripts of these packages again?

 Bcc: Petter Reinholdtsen [EMAIL PROTECTED]

Just wondering, isn't Bcc supposed to be invisible?


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



Bug#379657: tcpreplay_2.99+3.0.beta9-1(ia64/unstable): FTBFS: compile errors (no field ipbuff)

2006-09-09 Thread Tobias Klauser
On 2006-08-20 at 21:27:09 +0200, Noèl Köthe [EMAIL PROTECTED] wrote:
 forwarded 379657 http://tcpreplay.synfin.net/trac/ticket/81
 tags 379657 + upstream confirmed
 thanks
 
 Am Sonntag, den 20.08.2006, 02:12 +0200 schrieb Tobias Klauser:
  This seems to be caused by code enclosed in #ifdef FORCE_ALIGN which,
  according to configure.in is defined on ia64. Though this code doesn't
  seem to be maintained. Upstream's lack of the architectures in question
  maybe?
  
  FORCE_ALIGN is also defined on alpha, arm*, hp*, mips* and sparc*. Does
  the error also show up on these architectures?
 
 Yes. The build daemons had these problems, too.
 
  I'm trying to investigate this further, but the lack of an ia64 machine 
  makes
  it a bit hard. :-/
 
 Thx for your feedback.
 I reported it upstream some days ago:
 http://tcpreplay.synfin.net/trac/ticket/81

The 'ipbuff issue' seems to have been fixed upstream but there still
exist another error if you look at the buildd log.

When looking a bit more deeply at the according section in the source
all seem to be ported from an old version of tcprelay, containing
variables which are not defined anymore.

Excerpt from src/tcpedit/tcpedit.c

  #ifdef FORCE_ALIGN
  /*
   * put back the layer 3 and above back in the pkt.data buffer
   * we can't edit the packet at layer 3 or above beyond this point
   */
  memcpy(newpkt[l2len], ip_hdr, pkthdr_ptr-caplen - l2len);
  #endif

The variables newpkt and pkthdr_ptr are non-existent (grep -r across the
source showed nothing else). I'm really not sure but it might be
possible to just delete the section in question?

Cheers, Tobias

P.S. I might get access to a mips in the next week so I could
investigate this bug there.



Bug#386666: reportbug checkes for newer pacakges, but claims I have packages newer than debian

2006-09-09 Thread randhol
Package: reportbug
Version: 3.29.4
Severity: normal


Hi

I wanted to report a bug for reportbug about the syntax error. It has
already been reported so I left it, but I keep getting this message from
reportbug:

Getting status for reportbug...
Checking for newer versions at packages.debian.org...
Your version of reportbug (3.29.4) is newer than that in Debian! Do you still
want to file a report [y|N|q|?]? 

I'm updating from the uk and no debian mirrors, so I don't understand
this. I got same message when trying to report for udev.



-- Package-specific info:
** Environment settings:
EDITOR=gvim

** /home/randhol/.reportbugrc:
submit
query-bts
cc
config-files
compress
email [EMAIL PROTECTED]
editor gvim
verify
mode standard

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

Versions of packages reportbug depends on:
ii  python2.4.3-11   An interactive high-level object-o
ii  python-central0.5.5  register and build utility for Pyt

Versions of packages reportbug recommends:
pn  python-cjkcodecs | python-ico none (no description available)

-- no debconf information


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



Bug#386468: mdadm: cannot mount root filesystem after upgrade (system unbootable)

2006-09-09 Thread Cyrille Bollu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

martin f krafft wrote:
 
 I think it's all due to your chroot. What happens is that mdadm
 decides that /dev/md3 (which probably is your stable root
 filesystem) holds the root filesystem, so it decides to bring it up
 during boot. Your grub configuration, however, is expecting
 /dev/md2...
 
 What happens if you change the INITRDSTART parameter in
 /etc/default/mdadm to /dev/md2 (in the testing chroot) and run
 
   update-initramfs -u -k all
 
 ?
 
 Can you then boot?
 

Hi Martin,

thanks for the help: It is working now!

...

But, still with /dev/md3 as root filesystem and not /dev/md2 (my
debian stable is on /dev/md1)... ;-)

Do you have any clue as why the name of my RAID arrays were changed
during the upgrade?

Also, there is still this problem that mdadm --examine --scan reports
2 /dev/md4 array:

ARRAY /dev/md4 level=raid1 num-devices=2
UUID=8cfd7b3f:f44097e3:010d5bfc:5a080252
ARRAY /dev/md1 level=raid1 num-devices=2
UUID=c9d8a15d:69fcfbf6:b89fb943:69968fad
ARRAY /dev/md2 level=raid1 num-devices=2
UUID=947adb2e:9b939d79:1998a9c0:14891ae4
ARRAY /dev/md3 level=raid1 num-devices=2
UUID=8ac60f9b:d74f9589:c2bf554b:0cad9b87
ARRAY /dev/md4 level=raid1 num-devices=2
UUID=811eaa24:c9694dbc:5fa24ebc:83dc003d
ARRAY /dev/md5 level=raid1 num-devices=2
UUID=fe7cbc7c:00b73704:1321a79d:dcfcd580
ARRAY /dev/md6 level=raid1 num-devices=2
UUID=aaedc3a2:78e89542:bcc7b974:19ab8fa3

I guess this will lead to another problematic upgrade one day in the future?

Also, what is the difference between update-initramfs -u -k all and
dpkg-reconfigure -plow mdadm. Isn't the second command calling the
first? Because I had tried the 2nd command already without success...
But maybe I did forgot something else at that time...

Thanks again,

Cyrille

- --
 .''`.   Cyrille
: :'  :  proud Debian user and debugger
`. `'`   http://people.debian.org/~madduck
  `-







-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFFAoeNego27Gyd61kRAgIWAKCCarqTWo7NP6mL+2JsQd/rWAHduwCeNTyx
r1x6SzFGGHDE0sxzgyqjf+Y=
=wA8m
-END PGP SIGNATURE-


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



Bug#386667: apcupsd: Causes kernel oops

2006-09-09 Thread Peter Dey
Package: apcupsd
Version: 3.10.17-2
Severity: critical
Justification: breaks the whole system

The kernel on my system has Oopses, on average, twice a month, since installing 
apcupsd.
In all Oops cases, apcupsd has been listed as the process in kern.log.

Since the instructions its oopsing on are fairly generic (sys_ioctl and 
exit_sighand), I'm guessing apcupsd is somehow 
managing to cause the oops...

ksymoops report follows

Sep  9 18:42:34 saturn kernel: Unable to handle kernel NULL pointer dereference 
at virtual address 000a
Sep  9 18:42:34 saturn kernel: c014ced1
Sep  9 18:42:34 saturn kernel: *pde = 
Sep  9 18:42:34 saturn kernel: Oops: 
Sep  9 18:42:34 saturn kernel: CPU:0
Sep  9 18:42:34 saturn kernel: EIP:0010:[sys_ioctl+97/608]Not tainted
Sep  9 18:42:34 saturn kernel: EFLAGS: 00010282
Sep  9 18:42:34 saturn kernel: eax: 0002   ebx: 0004   ecx: 0004   
edx: c025d400
Sep  9 18:42:34 saturn kernel: esi: c018480b   edi: ffe7   ebp: c025d400   
esp: cbb67f98
Sep  9 18:42:34 saturn kernel: ds: 0018   es: 0018   ss: 0018
Sep  9 18:42:34 saturn kernel: Process apcupsd (pid: 2379, stackpage=cbb67000)
Sep  9 18:42:34 saturn kernel: Stack: cbaf80e0 cbf46340 400c4807 bbd0 
c011fe5b cbb67fb0 cbb66000 0808bc60 
Sep  9 18:42:34 saturn kernel:08084e60 bd08 c0108c0b 0004 
c018480b 0808bc74 0808bc60 08084e60 
Sep  9 18:42:34 saturn kernel:bd08 0036 c010002b 002b 
0036 402a8614 0023 0246 
Sep  9 18:42:35 saturn kernel: Call Trace:[sys_time+27/96] 
[system_call+51/56] [acpi_ps_next_parse_state+86/197]
Sep  9 18:42:35 saturn kernel: Code: 8b 40 08 0f b7 40 32 25 00 f0 00 00 3d 00 
80 00 00 74 60 8b 
Using defaults from ksymoops -t elf32-i386 -a i386


edx; c025d400 ident_map+0/80
esi; c018480b acpi_ps_next_parse_state+56/c5
ebp; c025d400 ident_map+0/80
esp; cbb67f98 _end+b86b498/10510560

Code;   Before first symbol
 _EIP:
Code;   Before first symbol
   0:   8b 40 08  mov0x8(%eax),%eax
Code;  0003 Before first symbol
   3:   0f b7 40 32   movzwl 0x32(%eax),%eax
Code;  0007 Before first symbol
   7:   25 00 f0 00 00and$0xf000,%eax
Code;  000c Before first symbol
   c:   3d 00 80 00 00cmp$0x8000,%eax
Code;  0011 Before first symbol
  11:   74 60 je 73 _EIP+0x73
Code;  0013 Before first symbol
  13:   8b 00 mov(%eax),%eax

Sep  9 18:42:35 saturn kernel:  1Unable to handle kernel NULL pointer 
dereference at virtual address 0001
Sep  9 18:42:35 saturn kernel: c0124f9e
Sep  9 18:42:35 saturn kernel: *pde = 
Sep  9 18:42:35 saturn kernel: Oops: 0002
Sep  9 18:42:35 saturn kernel: CPU:0
Sep  9 18:42:35 saturn kernel: EIP:0010:[exit_sighand+30/96]Not tainted
Sep  9 18:42:35 saturn kernel: EFLAGS: 00010046
Sep  9 18:42:35 saturn kernel: eax:    ebx: cbb66000   ecx:    
edx: 0001
Sep  9 18:42:35 saturn kernel: esi:    edi: cbb66000   ebp: 000b   
esp: cbb67e60
Sep  9 18:42:35 saturn kernel: ds: 0018   es: 0018   ss: 0018
Sep  9 18:42:35 saturn kernel: Process apcupsd (pid: 2379, stackpage=cbb67000)
Sep  9 18:42:35 saturn kernel: Stack: cd518d40 cbb66000 cfba22c0 c011f324 
cbb66000 cd518d40 cbb67f64 cd518d40 
Sep  9 18:42:35 saturn kernel:cfb9959c 000a c0109293 000b 
c0238858   c011870b 
Sep  9 18:42:35 saturn kernel:c0238858 cbb67f64  0001 
c025eb40 c01365db c01ded90 1875 
Sep  9 18:42:35 saturn kernel: Call Trace:[do_exit+228/624] [die+115/128] 
[do_page_fault+763/1337] 
[__alloc_pages+107/640] [ip_rcv_finish+0/592]
Sep  9 18:42:35 saturn kernel: Code: ff 0a 0f 94 c0 84 c0 75 1e c7 43 08 00 00 
00 00 8d 83 68 05 


ebx; cbb66000 _end+b869500/10510560
edi; cbb66000 _end+b869500/10510560
esp; cbb67e60 _end+b86b360/10510560

Code;   Before first symbol
 _EIP:
Code;   Before first symbol
   0:   ff 0a decl   (%edx)
Code;  0002 Before first symbol
   2:   0f 94 c0  sete   %al
Code;  0005 Before first symbol
   5:   84 c0 test   %al,%al
Code;  0007 Before first symbol
   7:   75 1e jne27 _EIP+0x27
Code;  0009 Before first symbol
   9:   c7 43 08 00 00 00 00  movl   $0x0,0x8(%ebx)
Code;  0010 Before first symbol
  10:   8d 83 68 05 00 00 lea0x568(%ebx),%eax





-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages apcupsd depends on:
ii  libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an
ii  libncurses5   5.4-4  Shared libraries for terminal hand
ii  libsnmp4.24.2.5-5NET SNMP (Simple Network Managemen
ii  libssl0.9.7   

Bug#386660: [Pkg-sysvinit-devel] Bug#386660: sysv-rc: Configuration file `/etc/init.d/rc.local'

2006-09-09 Thread Petter Reinholdtsen
[Olaf van der Spek]
 The script asked about this file although I haven't changed it.
 Could you change the script so it detects the file isn't changed
 (although it wasn't a conffile)?

That sound like a good idea, but I am not sure how to do that.  It
only affect those upgrading from 2.86.ds1-16 and 2.86.ds1-17, so I
hope it does not bother too many people.


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



Bug#386668: FTBFS on arm

2006-09-09 Thread Andreas Barth
Package: arts
Version: 1.5.4-1
Severity: serious

[...]
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I/build/buildd/arts-1.5.4/./mcop -I.. -I. -I../artsc 
-I/build/buildd/arts-1.5.4/./libltdl -I/usr/include/kde 
-I/usr/share/qt3/include -I.  -I/build/buildd/arts-1.5.4/./libltdl 
-DEXTENSION_DIR='/usr/lib' -DTRADER_DIR='/usr/lib/mcop' -DQT_THREAD_SUPPORT 
 -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 
-g -Wall -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor 
-fno-exceptions -fno-check-new -fno-common  -ftemplate-depth-99  -c -o 
libmcop_la.all_cc.lo libmcop_la.all_cc.cc
 g++ -DHAVE_CONFIG_H -I. -I/build/buildd/arts-1.5.4/./mcop -I.. -I. -I../artsc 
-I/build/buildd/arts-1.5.4/./libltdl -I/usr/include/kde 
-I/usr/share/qt3/include -I. -I/build/buildd/arts-1.5.4/./libltdl 
-DEXTENSION_DIR=\/usr/lib\ -DTRADER_DIR=\/usr/lib/mcop\ -DQT_THREAD_SUPPORT 
-D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 
-g -Wall -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor 
-fno-exceptions -fno-check-new -fno-common -ftemplate-depth-99 -c 
libmcop_la.all_cc.cc  -fPIC -DPIC -o .libs/libmcop_la.all_cc.o
/build/buildd/arts-1.5.4/./mcop/buffer.cc:150: warning: unused parameter 'l'
/build/buildd/arts-1.5.4/./mcop/buffer.cc: In member function 'void 
Arts::Buffer::patchLong(long int, long int)':
/build/buildd/arts-1.5.4/./mcop/buffer.cc:321: warning: unused variable 'len'
/build/buildd/arts-1.5.4/./mcop/socketconnection.cc: At global scope:
/build/buildd/arts-1.5.4/./mcop/socketconnection.cc:124: warning: unused 
parameter '_fd'
/build/buildd/arts-1.5.4/./mcop/tcpconnection.cc: In function 'sockaddr_in* 
parse_tcp_url(const char*)':
/build/buildd/arts-1.5.4/./mcop/tcpconnection.cc:81: warning: cast from 'char*' 
to 'u_long*' increases required alignment of target type
/build/buildd/arts-1.5.4/./mcop/tcpserver.cc: In member function 'virtual void 
Arts::TCPServer::notifyIO(int, int)':
/build/buildd/arts-1.5.4/./mcop/tcpserver.cc:182: warning: unused variable 
'nbl_result'
/build/buildd/arts-1.5.4/./mcop/unixserver.cc: In member function 'virtual void 
Arts::UnixServer::notifyIO(int, int)':
/build/buildd/arts-1.5.4/./mcop/unixserver.cc:142: warning: unused variable 
'nbl_result'
/build/buildd/arts-1.5.4/./mcop/tmpglobalcomm.cc: In member function 'virtual 
bool Arts::TmpGlobalComm_impl::put(const std::stringamp;, const 
std::stringamp;)':
/build/buildd/arts-1.5.4/./mcop/tmpglobalcomm.cc:43: warning: unused variable 
'result'
/build/buildd/arts-1.5.4/./mcop/loopback.cc: In member function 'virtual void 
Arts::LoopbackConnection::qSendBuffer(Arts::Buffer*)':
/build/buildd/arts-1.5.4/./mcop/loopback.cc:39: warning: unused variable 'magic'
/usr/lib/gcc/arm-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.h:
 In member function 'std::basic_stringlt;_CharT, _Traits, _Allocgt;::_Rep* 
std::basic_stringlt;_CharT, _Traits, _Allocgt;::_M_rep() const [with _CharT = 
char, _Traits = std::char_traitslt;chargt;, _Alloc = 
std::allocatorlt;chargt;]':
/usr/lib/gcc/arm-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.h:591:
   instantiated from 'typename _Alloc::rebindlt;_CharTgt;::other::size_type 
std::basic_stringlt;_CharT, _Traits, _Allocgt;::size() const [with _CharT = 
char, _Traits = std::char_traitslt;chargt;, _Alloc = 
std::allocatorlt;chargt;]'
/build/buildd/arts-1.5.4/./mcop/buffer.cc:102:   instantiated from here
/usr/lib/gcc/arm-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.h:283:
 warning: cast from 'char*' to 'std::basic_stringlt;char, 
std::char_traitslt;chargt;, std::allocatorlt;chargt; gt;::_Rep*' increases 
required alignment of target type
 g++ -DHAVE_CONFIG_H -I. -I/build/buildd/arts-1.5.4/./mcop -I.. -I. -I../artsc 
-I/build/buildd/arts-1.5.4/./libltdl -I/usr/include/kde 
-I/usr/share/qt3/include -I. -I/build/buildd/arts-1.5.4/./libltdl 
-DEXTENSION_DIR=\/usr/lib\ -DTRADER_DIR=\/usr/lib/mcop\ -DQT_THREAD_SUPPORT 
-D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 
-g -Wall -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor 
-fno-exceptions -fno-check-new -fno-common -ftemplate-depth-99 -c 
libmcop_la.all_cc.cc -o libmcop_la.all_cc.o gt;/dev/null 2gt;amp;1
make[4]: *** [libmcop_la.all_cc.lo] Error 1
make[4]: Leaving directory `/build/buildd/arts-1.5.4/obj-arm-linux-gnu/mcop'
make[3]: *** [all] Error 2
make[3]: Leaving directory 

Bug#386661: sysv-rc: Quick way out: exim4 - exim?

2006-09-09 Thread Petter Reinholdtsen
severity 386661 important
merge 386649 386661
thanks

[Olaf van der Spek]
 Isn't it possible to just run the postinst scripts of these packages again?

Probably, but I did not want to bypass dpkg.  Perhaps it is a good
idea in this case, to avoid having to pull in new versions of the
packages.

Something along these lines might work:

#!/bin/sh

# Set to true to bypass dpkg and run postinst directly.
bypass=false

if [ -f /var/log/dpkg.log ] ; then
packages=`sed -n /installed sysvinit 2.86.ds1-16/,/installed sysvinit 
2.86.ds1-18/p /var/log/dpkg.log | awk '/ upgrade / { print $4 } / installed / 
{ print $5 }' | sort -u`
else
packages=`dpkg -S /etc/init.d/*|cut -d: -f1|sort -u`
fi

for p in $packages ; do
# Make sure it is installed
if dpkg --get-selections $p | grep -qw install ; then
# Only fix packages with init.d scripts
if dpkg -L $p | grep -q /etc/init.d/ ; then
brokenpackages=$brokenpackages $p
fi
fi
done

if [ true = $bypass ] ; then
for p in $brokenpackages ; do
echo Running package $p postinst
/var/lib/dpkg/info/$p.postinst configure
done
else
echo
echo  Reinstalling these packages 
echo   $brokenpackages
echo
apt-get --reinstall -u install $brokenpackages
fi

 Just wondering, isn't Bcc supposed to be invisible?

Yeah.  Bug in mutt on the machine where I read my email.


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



Bug#386670: leaves configuration files after purge

2006-09-09 Thread martin f krafft
Package: apache
Version: 1.3.34-4
Severity: normal
Tags: patch

I have not actually verified this, but just by looking at the code
in postrm:

if [ -x `which ucf` ]; then
ucf --purge /etc/apache/httpd.conf
ucf --purge /etc/apache/access.conf
ucf --purge /etc/apache/srm.conf
ucf --purge /etc/apache/modules.conf
else
rm -f /etc/apache/httpd.conf
rm -f /etc/apache/access.conf
rm -f /etc/apache/srm.conf
rm -f /etc/apache/modules.conf
fi

The ucf manpage says:

  Note: ucf  does  not actually  touch  the file on disk in this
  operation, so any file removals are still the responsibility of
  the calling package.

So the rm calls should be outside the if.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (750, 'unstable'), (500, 'testing'), (250, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

-- 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, author, administrator, and user
`. `'` http://people.debian.org/~madduck http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


signature.asc
Description: Digital signature (GPG/PGP)


Bug#386669: confusing use of ucf

2006-09-09 Thread martin f krafft
Package: apache
Version: 1.3.34-4
Severity: normal

If I Include httpd.conf.local from httpd.conf and set ServerName in
the .local file, debconf will correctly preseed dpkg-reconfigure,
and furthermore, it also writes the change to .local, which is nice.

However, then ucf is run asking me whether to install the new
version of httpd.conf.local. I think that's mighty confusing. ucf is
intended to be used for package-provided files, not just any
configuration file, I think.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (750, 'unstable'), (500, 'testing'), (250, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

-- 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, author, administrator, and user
`. `'` http://people.debian.org/~madduck http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


signature.asc
Description: Digital signature (GPG/PGP)


Bug#386671: udev 0.100 breaks firmware loading

2006-09-09 Thread Tobias Knieper
Package: udev
Version: 0.100-1

Hello,
upgrading from udev_0.098-2_i386.deb to udev_0.100-1_i386.deb breaks firmware 
loading for ipw2100 wireless driver.

syslog output:
Sep  9 11:33:01 spack kernel: ipw2100: Detected Intel PRO/Wireless 2100 
Network Connection
Sep  9 11:33:11 spack kernel: ipw2100: eth1: Firmware 'ipw2100-1.3.fw' not 
available or load failed.
Sep  9 11:33:11 spack kernel: ipw2100: eth1: ipw2100_get_firmware failed: -2
Sep  9 11:33:11 spack kernel: ipw2100: eth1: Failed to power on the adapter.
Sep  9 11:33:11 spack kernel: ipw2100: eth1: Failed to start the firmware.
Sep  9 11:33:11 spack kernel: ipw2100Error calling register_netdev.
Sep  9 11:33:11 spack kernel: ACPI: PCI interrupt for device :02:06.0 
disabled
Sep  9 11:33:11 spack kernel: ipw2100: probe of :02:06.0 failed with 
error -5

The changelog says nothing about a changed firmware location. I have the 
firmware at /etc/firmware, /lib/firmware and /usr/lib/hotplug/firmware. So I 
assume it's an udev bug. Downgrading to udev_0.098-2 resolvs this issue.

I'm using debian unstable with kernel 2.6.16.

Regards,
Tobias Knieper


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



Bug#386544: some overrides are wrong or outdated

2006-09-09 Thread Peter Eisentraut
Petter Reinholdtsen wrote:
 There are two processes at work here.  One is me asking every package
 maintainer to add dependency info into their init.d scripts.  When
 they do that, I try to update the override files with the ones in the
 scripts, assuming they know their package better then I do.  To make
 this a bit easier, a lintian test to check init.d scripts was
 recently added.

Shouldn't the overrides be removed once the package maintainer's version 
is satisfactory?  Otherwise I don't see the point of me maintaining 
this at all.


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



Bug#385643: NMU patch for pympd

2006-09-09 Thread Alexander Wirt
Hi, 

attached is the diff for pympd_0.07-1.1 NMU. Its just a one liner to take
sure that pympd will only  compiled against the current python version. 

Alex

diff -u pympd-0.07/debian/changelog pympd-0.07/debian/changelog
--- pympd-0.07/debian/changelog
+++ pympd-0.07/debian/changelog
@@ -1,3 +1,10 @@
+pympd (0.07-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+- Change XB-Python-Version to current (Closes: #385643) 
+
+ -- Alexander Wirt [EMAIL PROTECTED]  Sat,  9 Sep 2006 11:47:39 +0200
+
 pympd (0.07-1) unstable; urgency=low
 
   * New upstream release.
diff -u pympd-0.07/debian/control pympd-0.07/debian/control
--- pympd-0.07/debian/control
+++ pympd-0.07/debian/control
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Franz Pletz [EMAIL PROTECTED]
 Build-Depends: debhelper (= 5.0.37.2), dpatch
-Build-Depends-Indep: python-all-dev (= 2.3), python-central (= 0.4.17), 
docbook-to-man
+Build-Depends-Indep: python-all-dev (= 2.3), python-central (= 0.5), 
docbook-to-man
 Standards-Version: 3.7.2
-XS-Python-Version: all
+XS-Python-Version: current
 
 Package: pympd
 Architecture: all


Bug#354192: bind9: lsb-ized init script output missing daemon name

2006-09-09 Thread Josip Rodin
severity 354192 normal
thanks

On Fri, Feb 24, 2006 at 09:27:43AM +0100, Marc Haber wrote:
 Package: bind9
 Version: 9.3.2-2
 Severity: minor
 
 Hi,
 
 $ sudo /etc/init.d/bind9 start
 Starting domain name service...:.
 $ 
 
 With Debian experience, this looks like a failed start attempt since
 the output should look like Starting domain name service...: bind9
 (see also Policy 9.4).

Policy on init scripts has been clear on this since the beginning of time,
and this output is just wrong and confusing.

-- 
 2. That which causes joy or happiness.


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



Bug#385574: Dom0 crashes with linux-image-2.6.16-2-xen-686

2006-09-09 Thread Samuel Thibault
Hi,

Same problem here, version 2.6.16-18 gets the same trace as posted to
the bug before. Version 2.6.16-16 works fine.

Samuel


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



Bug#380312: azureus still not installable

2006-09-09 Thread alex


Hello,

	I lost my azureus because dependencies on unstable :-( I have read 
bugreports and I saw that this is because libswt-gtk-3.2-java that now it 
is uploaded onto repositories, but this library requires another that's 
missing


[EMAIL PROTECTED]:/home/z0mbie/downloads# apt-get install libswt-gtk-3.2-java
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  libswt-gtk-3.2-java: Depends: libswt-gtk-3.2-jni (= 3.2-1) but it is not 
going to be installed

E: Broken packages
[EMAIL PROTECTED]:/home/z0mbie/downloads#

	While the complete dependencies will not be satisfied, azureus 
continue broken and will fail to install


	I am using debian / unstable and I have update/dist-upgaded a few 
minutes ago...




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



Bug#386673: electricsheep: FTBFS on powerpc: undefined reference to `constants'

2006-09-09 Thread Yves-Alexis Perez
Package: electricsheep
Version: 2.6.6-1
Severity: serious

electricsheep FTBFS on powerpc, both on the buildd ([0]) and on my
pbuilder, with this error:

powerpc-linux-gnu-gcc  -Wall -g -O2   -o mpeg2dec_onroot
mpeg2dec_onroot.o getopt.o ../libmpeg2/libmpeg2.a ../libvo/libvo.a
-lSM -lICE  -lX11  -lXext -lXv libcpuaccel.a -lpng
.../libmpeg2/libmpeg2.a(idct_altivec.o): In function
`mpeg2_idct_copy_altivec':
/tmp/buildd/electricsheep-2.6.8/mpeg2dec/libmpeg2/idct_altivec.c:60:
undefined reference to `constants'
/tmp/buildd/electricsheep-2.6.8/mpeg2dec/libmpeg2/idct_altivec.c:60:
undefined reference to `constants'
.../libmpeg2/libmpeg2.a(idct_altivec.o): In function
`mpeg2_idct_add_altivec':
/tmp/buildd/electricsheep-2.6.8/mpeg2dec/libmpeg2/idct_altivec.c:251:
undefined reference to `constants'
/tmp/buildd/electricsheep-2.6.8/mpeg2dec/libmpeg2/idct_altivec.c:251:
undefined reference to `constants'
collect2: ld returned 1 exit status
make[4]: *** [mpeg2dec_onroot] Error 1
make[4]: Leaving directory
`/tmp/buildd/electricsheep-2.6.8/mpeg2dec/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/electricsheep-2.6.8/mpeg2dec'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/electricsheep-2.6.8'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/electricsheep-2.6.8'
make: *** [build-stamp] Error 2
pbuilder: Failed autobuilding of package

It ftbfs on both 2.6.6 and 2.6.8 (testing and unstable versions), so the
bug may be elsewhere.

Regards,

--
Yves-Alexis Perez

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-rc6
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages electricsheep depends on:
ii  curl7.15.5-1 Get a file from an HTTP, HTTPS, FT
ii  debconf 1.5.3Debian configuration management sy
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libexpat1   1.95.8-3.3   XML parsing C library - runtime li
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libjpeg-progs   6b-13Programs for manipulating JPEG fil
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libsm6  1:1.0.1-2X11 Session Management library
ii  libx11-62:1.0.0-8X11 client-side library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxv1  1:1.0.1-5X11 Video extension library
ii  xloadimage  4.1-16   Graphics file viewer under X11
ii  zlib1g  1:1.2.3-13   compression library - runtime

electricsheep recommends no packages.

-- no debconf information


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



Bug#386662: [Pkg-lyx-devel] Bug#386662: lyx-qt: Missing tex2lyx, cannot import latex files

2006-09-09 Thread Per Olofsson
severity 386662 normal
merge 386662 382674
thanks

Guy Stan:
 tex2lyx and maybe other files are missing in the 
 package so LaTeX files cannot be imported for editing.

They're in the lyx package.

-- 
Pelle


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



Bug#386642: oss-compat: don't work if /usr is separated from /

2006-09-09 Thread Francesco Namuri
On Sat, Sep 09, 2006 at 09:04:30AM +0200, Robert Millan wrote:
 
 What do you mean with not still mounted?  And how does the script fail
 exactly?
 

FATAL: Failed to open config file /etc/modprobe.d/oss-compat: No such file or 
directory

I think that it's because when the system loads the sound module the
/usr partition has not been mounted yet and therefore the
/etc/modprobe.d/oss-compat file points to a file not still accessible.

regards
francesco


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



Bug#382345: schedutils: Does not work on amd64/em64t

2006-09-09 Thread Ludovic Drolez


Guus Sliepen wrote:
 Hm, I cannot reproduce it. On a dual core AMD64 machine running
 2.6.17.11 and Debian unstable:

Ok, so I'll try a 2.6.17.11 to know if the bug is caused by the kernel or by
Sarge.

Cheers,

-- 
Ludovic Drolez.

http://zaurus.palmopensource.com- The Zaurus Open Source Portal
http://www.drolez.com  - Personal site - Linux and PalmOS stuff


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



Bug#381376: Status of CVE-2006-3918 #381376

2006-09-09 Thread Loïc Minier
Hi,

 I think only apache was uploaded for CVE-2006-3918, and not apache2.
 Do you intend to issue a DSA for apache2 as well?  Or isn't it affected
 by the vulnerability?

 This is fixed in apache2 = 2.0.55-4.1 in unstable.

   Thanks,
-- 
Loïc Minier [EMAIL PROTECTED]



Bug#386507: Please add a Tools-Options menu item like in Windows Firefox for the benefit of frequent Windows users

2006-09-09 Thread mickaël leduque
The problem is that Tools-Options tend to confuse... I would say linux 
users, but I won't talk for others without their consent, so I'll say it 
confuses me.

So I don't think it would be a good idea

Mickaël



Bug#325588: Reproducible in sid

2006-09-09 Thread Tobias Klauser
This is reproducible with the current version of Kile in sid (1:1.9.2-1)
when having at least one prebviously unsaved document. It is working
though when editing documents which have already been saved before.

Let me know if I can give more information.

Cheers, Tobias


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



Bug#386042: subscriptions-file

2006-09-09 Thread Kristian Wernersson

Hello,

here is the contents of my subscriptions-file:


http://www.twit.tv/bm/rss.php?i=6   twit.tv
http://www.2600.com/rss.xml 2600
http://feeds.feedburner.com/openalpha/h264  openalpha
http://www.hak5.org/blogtorrent/rss.php hak5
http://revision3.com/diggnation/feed/small.mov.xml  diggnation
http://revision3.com/systm/feed/small.h264.mov.torrent.xml  systm
http://revision3.com/twit/feed/small.theora.ogg.torrent.xml twit
http://rssnewsapps.ziffdavis.com/audioblogs/DLTV.xvid.xml   dl.tv
http://www.mobuzz.com/rss/uk_index.xml  mobuzz
http://leo.am/podcasts/sn   sn
http://www.labrats.tv/feed.xml  labrats
http://channel9.msdn.com/rss.aspx?ShowID=1  channel9
http://rssnewsapps.ziffdavis.com/audioblogs/crankygeeks/cg.h.264.xml
crankygeeks

http://www.pbs.org/cringely/nerdtv/rss/nerdtv-mp3.xml   nerdtv
http://www.podtech.net/wp-feed.php/?cat=80submit.x=11submit.y=10 
Robert_Scoble
http://www.podtech.net/wp-feed.php/?cat=9submit.x=15submit.y=12 
podtech/OpenSource
http://www.podtech.net/wp-feed.php/?cat=1submit.x=11submit.y=10 
podtech/Technoligy

http://radio.kde.org/pub/konqcast/konqcast.rss  KDE_radio
http://feeds.feedburner.com/satriani/2006road/video Satch
http://www.1up.com/flat/Podcasts/vodcasts.xml 1up.com

/Kristian Wernersson


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



Bug#386672: System.DllNotFoundException: /usr/lib/cli/evolution-sharp-2.0/libevolutionglue.so

2006-09-09 Thread Maximilian Mehnert
Package: beagle-backend-evolution
Version: 0.2.9-1
Severity: grave
Justification: renders package unusable

I have just installed evolution 2.8.0-0ubuntu1. So I may not be behaving the
right way filing a report here. However, libevolution2.0-cil, beagle and
beagle-backend-evolution are packages from the debian repositories on my
machine...
So I thought this report may contain some useful information...

beagle crashes giving the following output while accessing evolution data:


System.DllNotFoundException: 
/usr/lib/cli/evolution-sharp-2.0/libevolutionglue.so
in (wrapper managed-to-native) Evolution.Book:e_book_glue_ebook_get_changes 
(intptr,string,intptr,intptr,intptr,intptr)
in 0x00051 Evolution.Book:GetChanges (System.String changeid, 
Evolution.Contact[] newcontacts, Evolution.Contact[] updated, System.String[] 
removed)
in 0x000fb 
Beagle.Daemon.EvolutionDataServerQueryable.BookContainer:IndexChanges ()
Debug: Skipping remote addressbook 
ldap://localhost:389/ou=contacts,dc=nemesis??sub
Debug: Getting calendar changes for 
file:///home/max/.evolution/calendar/local/system
Warn: Unable to get changes for 
file:///home/max/.evolution/calendar/local/system:
System.DllNotFoundException: 
/usr/lib/cli/evolution-sharp-2.0/libevolutionglue.so
in (wrapper managed-to-native) Evolution.Cal:e_cal_glue_ecal_get_changes 
(intptr,string,intptr,intptr,intptr,intptr)
in 0x0006e Evolution.Cal:GetChanges (System.String change_id, 
Evolution.CalComponent[] newitems, Evolution.CalComponent[] updated, 
System.String[] removed)
in 0x000d8 
Beagle.Daemon.EvolutionDataServerQueryable.CalContainer:IndexChanges ()
Debug: Getting calendar changes for 
file:///home/max/.evolution/calendar/local/[EMAIL PROTECTED]
Warn: Unable to get changes for 
file:///home/max/.evolution/calendar/local/[EMAIL PROTECTED]:
System.DllNotFoundException: 
/usr/lib/cli/evolution-sharp-2.0/libevolutionglue.so
in (wrapper managed-to-native) Evolution.Cal:e_cal_glue_ecal_get_changes 
(intptr,string,intptr,intptr,intptr,intptr)
in 0x0006e Evolution.Cal:GetChanges (System.String change_id, 
Evolution.CalComponent[] newitems, Evolution.CalComponent[] updated, 
System.String[] removed)
in 0x000d8 
Beagle.Daemon.EvolutionDataServerQueryable.CalContainer:IndexChanges ()
Debug: Getting calendar changes for 
file:///home/max/.evolution/calendar/local/[EMAIL PROTECTED]
Warn: Unable to get changes for 
file:///home/max/.evolution/calendar/local/[EMAIL PROTECTED]:
System.DllNotFoundException: 
/usr/lib/cli/evolution-sharp-2.0/libevolutionglue.so
in (wrapper managed-to-native) Evolution.Cal:e_cal_glue_ecal_get_changes 
(intptr,string,intptr,intptr,intptr,intptr)
in 0x0006e Evolution.Cal:GetChanges (System.String change_id, 
Evolution.CalComponent[] newitems, Evolution.CalComponent[] updated, 
System.String[] removed)
in 0x000d8 
Beagle.Daemon.EvolutionDataServerQueryable.CalContainer:IndexChanges ()
Debug: Getting calendar changes for 
file:///home/max/.evolution/calendar/local/[EMAIL PROTECTED]
Warn: Unable to get changes for 
file:///home/max/.evolution/calendar/local/[EMAIL PROTECTED]:
System.DllNotFoundException: 
/usr/lib/cli/evolution-sharp-2.0/libevolutionglue.so
in (wrapper managed-to-native) Evolution.Cal:e_cal_glue_ecal_get_changes 
(intptr,string,intptr,intptr,intptr,intptr)
in 0x0006e Evolution.Cal:GetChanges (System.String change_id, 
Evolution.CalComponent[] newitems, Evolution.CalComponent[] updated, 
System.String[] removed)
in 0x000d8 
Beagle.Daemon.EvolutionDataServerQueryable.CalContainer:IndexChanges ()
Debug: Getting calendar changes for contacts:///
Warn: Unable to get changes for contacts:///:
System.DllNotFoundException: 
/usr/lib/cli/evolution-sharp-2.0/libevolutionglue.so
in (wrapper managed-to-native) Evolution.Cal:e_cal_glue_ecal_get_changes 
(intptr,string,intptr,intptr,intptr,intptr)
in 0x0006e Evolution.Cal:GetChanges (System.String change_id, 
Evolution.CalComponent[] newitems, Evolution.CalComponent[] updated, 
System.String[] removed)
in 0x000d8 
Beagle.Daemon.EvolutionDataServerQueryable.CalContainer:IndexChanges ()
Debug: Scanned addressbooks and calendars in 1.36s
Error: Unhandled exception thrown.  Exiting immediately.
System.DllNotFoundException: 
/usr/lib/cli/evolution-sharp-2.0/libevolutionglue.so

## (Comment:  /usr/lib/cli/evolution-sharp-2.0/libevolutionglue.so 
exists!)###

in (wrapper managed-to-native) 
Evolution.CalUtil:e_cal_glue_from_objects_to_glue_components (intptr)
in 0x00017 Evolution.CalUtil:CalCompFromICal (IntPtr ical_objects, 
Evolution.Cal ecal)
in 0x0004b 
Beagle.Daemon.EvolutionDataServerQueryable.CalContainer:OnObjectsAdded 
(System.Object o, Evolution.ObjectsAddedArgs args)
in (wrapper delegate-invoke) 
System.MulticastDelegate:invoke_void_object_ObjectsAddedArgs 
(object,Evolution.ObjectsAddedArgs)
in 0x0012b Evolution.CalView:ObjectsAddedSignalCallback (IntPtr arg0, IntPtr 
arg1, IntPtr gch)
in (wrapper native-to-managed) Evolution.CalView:ObjectsAddedSignalCallback 

Bug#386674: Dom0 crashes with linux-image-2.6.17-2-xen-686=2.6.17-8

2006-09-09 Thread Samuel Thibault
Package: linux-image-2.6.17-2-xen-686
Version: 2.6.17-8
Severity: important

Hi,

I can't boot linux-image-2.6.17-2-xen-686=2.6.17-8 as Dom0 with
hypervisor xen-hypervisor-3.0-i386=3.0.2+hg9697-2.  I get a crash very
early (seemingly before Linux prints anything).  Unfortunately, I don't
have any mean to get the output: the last thing I can see is the Guest
stack trace, full of .

Regards,
Samuel

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-xen-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages linux-image-2.6.17-2-xen-686 depends on:
ii  initramfs-tools   0.77b  tools for generating an initramfs
ii  linux-modules-2.6.17-2-xen-68 2.6.17-8   Linux 2.6.17 modules on PPro/Celer

Versions of packages linux-image-2.6.17-2-xen-686 recommends:
ii  libc6-xen2.3.6.ds1-4 GNU C Library: Shared libraries [X

-- no debconf information

-- 
Samuel Thibault [EMAIL PROTECTED]
$ du temp.iso 
2,0Ttemp.iso
$ ls temp.iso -l
-r-xr-xr-x1 samy thibault  16E 2003-03-22 14:44 temp.iso*
 -+- je vous dirai pas la marque de mon disque dur, na :p -+- 


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



Bug#386544: some overrides are wrong or outdated

2006-09-09 Thread Petter Reinholdtsen
[Peter Eisentraut]
 Shouldn't the overrides be removed once the package maintainer's
 version is satisfactory?  Otherwise I don't see the point of me
 maintaining this at all.

Yes.  But currently I do some of my work on this in etch, so the plan
is to remove the override files as soon as a fixed version is in etch.
But I have not started on removing override files yet.  To much other
things with higher priority at the moment, like the broken sysv-rc. :/


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



Bug#385080: NMU Diff

2006-09-09 Thread Daniel Baumann

Hi,

this is the NMU Diff.
diff -Naur swig-1.3.29-2/debian/changelog swig-1.3.29-2.1/debian/changelog
--- swig-1.3.29-2/debian/changelog  2006-09-09 10:53:56.0 +
+++ swig-1.3.29-2.1/debian/changelog2006-09-09 10:53:33.0 +
@@ -1,3 +1,12 @@
+swig1.3 (1.3.29-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload, BSP Zurich/Switzerland.
+  * Moving quilt from build-depends to build-depends-indep
+(Closes: #382096, #385080).
+  * Added kfreebsd-amd64 to build-depends ignores (Closes: #361482).
+
+ -- Daniel Baumann [EMAIL PROTECTED]  Sat,  9 Sep 2006 12:41:00 +0200
+
 swig1.3 (1.3.29-2) unstable; urgency=medium
 
   * Adopt to new default python version (closes: #384212).
diff -Naur swig-1.3.29-2/debian/control swig-1.3.29-2.1/debian/control
--- swig-1.3.29-2/debian/control2006-09-09 10:53:56.0 +
+++ swig-1.3.29-2.1/debian/control  2006-09-09 10:53:33.0 +
@@ -3,8 +3,7 @@
 Priority: optional
 Maintainer: Torsten Landschoff [EMAIL PROTECTED]
 Standards-Version: 3.6.2
-Build-Depends-Indep: quilt (= 0.40-1)
-Build-Depends: debhelper (= 4.0), tcl8.4-dev, tk8.4-dev, libperl-dev, bison, 
python-dev (= 2.4), python-dev ( 2.5), ruby1.8, ruby1.8-dev, guile-1.6-dev, 
php4-dev, php4-cgi, pike7.6, pike7.6-dev, ocaml, libchicken-dev [!m68k !mips 
!mipsel], libpcre3-dev [!m68k !mips !mipsel], gcj [!hppa !mips !mipsel 
!kfreebsd-i386], gij [!hppa !mips !mipsel !kfreebsd-i386]
+Build-Depends: debhelper (= 4.0), quilt (= 0.40-1), tcl8.4-dev, tk8.4-dev, 
libperl-dev, bison, python-dev (= 2.4), python-dev ( 2.5), ruby1.8, 
ruby1.8-dev, guile-1.6-dev, php4-dev, php4-cgi, pike7.6, pike7.6-dev, ocaml, 
libchicken-dev [!m68k !mips !mipsel], libpcre3-dev [!m68k !mips !mipsel], gcj 
[!hppa !mips !mipsel !kfreebsd-amd64 !kfreebsd-i386], gij [!hppa !mips !mipsel 
!kfreebsd-amd64 !kfreebsd-i386]
 
 Package: swig
 Architecture: any


Bug#386676: ITP: librtas -- Libraries for PowerPC64 Run-Time Abstraction Services (RTAS)

2006-09-09 Thread Aurélien GÉRÔME
Package: wnpp
Severity: wishlist
Owner: Aurélien GÉRÔME [EMAIL PROTECTED]

* Package name: librtas
  Version : 1.3.0
  Upstream Authors: Nathan Fontenot [EMAIL PROTECTED]
John Rose [EMAIL PROTECTED]
Michael Strosaker [EMAIL PROTECTED]
* URL : http://librtas.ozlabs.org/
  Licence : IBM Common Public License
  Programming Lang: C
  Description : Libraries for PowerPC64 Run-Time Abstraction
Services (RTAS)

Librtas provides a set of libraries for user-space access to the
Run-Time Abstraction Services (RTAS) on the PowerPC64 architecture.

* librtas.so
  This library allows user-space programs to make RTAS calls which
  provide support for low-level system hardware configuration and
  operations, such as retrieving hardware sensor (temp, fan speed,
  etc.) data, setting the operator panel LEDs, getting hardware
  error logs, injecting artificial hardware errors (for testing),
  getting VPD (Vital Product Data), and loading new firmware.

* librtasevent.so
  This library provides a set of definitions and useful routines
  for analyzing RTAS events, such as parsing out sections of an RTAS
  event and printing their contents.

Cheers,
-- 
 .''`.   Aurélien GÉRÔME
: :'  :
`. `'`   Free Software Developer
  `- Unix Sys  Net Admin


signature.asc
Description: Digital signature


Bug#386667: apcupsd: Causes kernel oops

2006-09-09 Thread Steve Langasek
reassign 386667 kernel-image-2.4.27-i386
severity 386667 important
thanks

On Sat, Sep 09, 2006 at 07:15:56PM +1000, Peter Dey wrote:
 Package: apcupsd
 Version: 3.10.17-2
 Severity: critical
 Justification: breaks the whole system

 The kernel on my system has Oopses, on average, twice a month, since 
 installing apcupsd.
 In all Oops cases, apcupsd has been listed as the process in kern.log.

 Since the instructions its oopsing on are fairly generic (sys_ioctl and 
 exit_sighand), I'm guessing apcupsd is somehow 
 managing to cause the oops...

However, a kernel oops is always a kernel bug.  Given that apcupsd doesn't
contain any kernel modules, I'm reassigning this to the corresponding kernel
package.

I'm also lowering the severity, since from the kernel POV this bug doesn't
make the kernel unusable, it just makes it impossible to use apcupsd with
this kernel.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#386675: ITP: powerpc-ibm-utils -- Utilities for maintenance of IBM PowerPC platforms

2006-09-09 Thread Aurélien GÉRÔME
Package: wnpp
Severity: wishlist
Owner: Aurélien GÉRÔME [EMAIL PROTECTED]

* Package name: powerpc-ibm-utils
  Version : 1.0.2
  Upstream Authors: Nathan Fontenot [EMAIL PROTECTED]
Todd Inglett [EMAIL PROTECTED]
Michael Strosaker [EMAIL PROTECTED]
* URL : http://powerpc-utils.ozlabs.org/
  Licence : IBM Common Public License
  Programming Lang: C, Perl, Bash
  Description : Utilities for maintenance of IBM PowerPC platforms

The powerpc-ibm-utils package provides the utilities listed below
which are intended for the maintenance of PowerPC platforms. Further
documentation for each of the utilities is available from their
respective man pages.

* nvram - NVRAM access utility
  A utility to view and format the contents of the system's
  non-volatile RAM, which contains configuration variables for Open
  Firmware and the system's Service Processor (if any), as well as
  error records and Vital Product Data (VPD).

* bootlist - boot configuration utility
  A script to view and set the list of devices with which the system
  will attempt to boot. Both the normal and service mode lists
  can be manipulated.

* ofpathname - translate logical device names to OF names
  Used by bootlist to convert between Linux logical device names and
  Open Firmware names.

* snap - system configuration snapshot
  A script to gather significant system configuration information. The
  script creates snap.tar.gz in the working directory which can be
  used for problem determination.

Cheers,
-- 
 .''`.   Aurélien GÉRÔME
: :'  :
`. `'`   Free Software Developer
  `- Unix Sys  Net Admin


signature.asc
Description: Digital signature


Bug#386677: ITP: powerpc-ibm-utils-papr -- Utilities for maintenance of IBM PowerPC platforms

2006-09-09 Thread Aurélien GÉRÔME
Package: wnpp
Severity: wishlist
Owner: Aurélien GÉRÔME [EMAIL PROTECTED]

* Package name: powerpc-ibm-utils-papr
  Version : 1.0.2
  Upstream Authors: Ryan Arnold [EMAIL PROTECTED]
Nathan Fontenot [EMAIL PROTECTED]
Jake Moilanen [EMAIL PROTECTED]
John Rose [EMAIL PROTECTED]
Martin Schwenke [EMAIL PROTECTED]
Michael Strosaker [EMAIL PROTECTED]
* URL : http://powerpc-utils.ozlabs.org/
  Licence : IBM Common Public License
  Programming Lang: C, Perl, Bash
  Description : Utilities for maintenance of IBM PowerPC platforms

The powerpc-ibm-utils-papr package provides the utilities listed below
which are intended for the maintenance of IBM PowerPC platforms that
follow the POWER Architecture Platform Reference (sorry, still an IBM
internal document). Further documentation for each of the utilities is
available from their respective man pages and doxygen design documents.

* activate_firmware - concurrent firmware activation
  Used during concurrent firmware update operations to activate the
  new firmware image locally. This utility is invoked automatically
  when necessary.

* hvcsadmin - HVCS driver administration utility
  This is the hvcs driver administration utility which simplifies hvcs
  administration by providing a set of options for such functions
  as closing adapter targets using device mapping, querying console
  adapters, querying adapters based upon device node, gathering status,
  and closing all open adapters.

* ibmvscsis.sh - IBMVSCSIS driver init script
  When symlinked into start and stop run levels this script can provide
  vscsi server operation automation. It supports the standard array
  of init script options {start|stop|status|restart}. By design this
  script executes operations in silent mode. For extended vscsi server
  operations the vscsisadmin script should be used instead.

* rtas_dump - dump the contents of a rtas event
  A small script to front end rtas_event_decode. Just because pulling
  rtas events out of files is easier in a script.

* rtas_event_decode - dump the contents of a rtas event
  This is the back-end tool used by rtas_dump to actually parse out
  and print rtas events.

* rtas_ibm_get_vpd
  Used by the lsvpd utility to gather Vital Product Data that changes
  dynamically.

* serv_config/uspchrp - configure service processor settings
  A series of menus that can be used to update system service settings
  stored in NVRAM, which are used by the system's service processor.
  These settings include surveillance, boot, and remote maintenance
  policies. This utility is only usable on systems equipped with a
  service processor.

* set_poweron_time - configure time for system power-on
  A utility to set a time in the future for the system to automatically
  power on, if the system is powered off at that time.

* uesensor
  A utility to view the state of environental sensors on powerpc
  machines.

* update_flash - system firmware update utility
  A script that uses the rtas_flash kernel module to flash firmware.

* usysattn, usysfault - attention indicator utility
  A utility to view the status of the system attention (fault)
  indicators (LEDs), and to turn the indicators off when after an
  event has been serviced.

* usysident - identification indicator utility
  A utility to view the status of device identification indicators
  (LEDs), and to turn the indicators on and off.

* vscsisadmin - IBM Virtual SCSI Server (ibmvscsis) administration
  utilities
  This is the virtual scsi server administration utility which
  simplifies configuration, starting, and stopping of an IBM virtual
  SCSI server.  This script can be run standalone or it can be invoked
  via the ibmvscsis.sh init script. Configuration script documentation
  is provided in ibmvscsis.conf (8) and outlines the proper method
  for writing a well formed ibmvscsis configuration file.

Cheers,
-- 
 .''`.   Aurélien GÉRÔME
: :'  :
`. `'`   Free Software Developer
  `- Unix Sys  Net Admin


signature.asc
Description: Digital signature


Bug#380466: NMU uploaded

2006-09-09 Thread Andreas Barth
Hi,

I uploaded an NMU of your package. Please consider this as help to make
the package releaseable again, and to help the transition to xulrunner.
Please find the used diff below.


Cheers,
Andi

diff -Nur kazehakase-0.3.9~/debian/changelog kazehakase-0.3.9/debian/changelog
--- kazehakase-0.3.9~/debian/changelog  2006-09-09 12:49:56.757104894 +0200
+++ kazehakase-0.3.9/debian/changelog   2006-09-09 12:49:38.418020054 +0200
@@ -1,3 +1,15 @@
+kazehakase (0.3.9-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/50_passwordmgr.dpatch: Fixed crasher in
+GtkPromptService.cpp when signon.rememberSignons is not set, which
+happens to be the case with xulrunner but not with mozilla.  Also
+set it if not already user set. Closes:#380466
+Thanks to Gerfried Fuchs and Yavor Doganov for their help.
+Thanks to Mike Hommey for the fix.
+
+ -- Andreas Barth [EMAIL PROTECTED]  Sat,  9 Sep 2006 12:46:39 +0200
+
 kazehakase (0.3.9-1) unstable; urgency=low
 
   * New upstream release.
diff -Nur kazehakase-0.3.9~/debian/patches/00list 
kazehakase-0.3.9/debian/patches/00list
--- kazehakase-0.3.9~/debian/patches/00list 2006-09-09 12:49:56.736105942 
+0200
+++ kazehakase-0.3.9/debian/patches/00list  2006-09-09 12:48:32.554306795 
+0200
@@ -1,3 +1,4 @@
 05_add_missing
 20_user_agent_tag
 30_bookmarkbar_DSA
+50_passwordmgr
diff -Nur kazehakase-0.3.9~/debian/patches/50_passwordmgr.dpatch 
kazehakase-0.3.9/debian/patches/50_passwordmgr.dpatch
--- kazehakase-0.3.9~/debian/patches/50_passwordmgr.dpatch  1970-01-01 
01:00:00.0 +0100
+++ kazehakase-0.3.9/debian/patches/50_passwordmgr.dpatch   2006-09-09 
12:48:32.555306745 +0200
@@ -0,0 +1,45 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50_passwordmgr.dpatch by  [EMAIL PROTECTED]
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fixed crasher in GtkPromptService.cpp when signon.rememberSignons is 
not set,
+## DP: which happens to be the case with xulrunner but not with mozilla. Also 
set it
+## DP: if not already user set.
+## DP: Thanks to Gerfried Fuchs and Yavor Doganov for their help.
+
[EMAIL PROTECTED]@
+
+--- kazehakase/src/mozilla/GtkPromptService.cpp.orig   2006-08-26 
08:50:40.906614000 +0200
 kazehakase/src/mozilla/GtkPromptService.cpp2006-08-26 
11:10:20.130282750 +0200
+@@ -344,7 +344,7 @@
+   kz_prompt_dialog_set_message_text(prompt, cText.get());
+   kz_prompt_dialog_set_user(prompt, cUser.get());
+   kz_prompt_dialog_set_password(prompt, cPass.get());
+-  if (aCheckMsg)
++  if (aCheckValue)
+   {
+   kz_prompt_dialog_set_check_message(prompt, cCheckMsg.get());
+   kz_prompt_dialog_set_check_value(prompt, *aCheckValue);
+--- kazehakase/src/mozilla/mozilla-prefs.cpp.orig  2006-08-26 
11:10:04.545308750 +0200
 kazehakase/src/mozilla/mozilla-prefs.cpp   2006-08-26 11:10:26.526682500 
+0200
+@@ -95,6 +95,7 @@
+   gboolean override = FALSE, use_proxy = FALSE;
+   gchar proxy_name[1024];
+   gboolean conf_exist = FALSE, use_proxy_exist = FALSE;
++  gboolean signon_remember;
+   KzProxyItem *item = NULL;
+ 
+   // set user agent name
+@@ -132,6 +133,12 @@
+   g_free(value);
+   }
+   
++  if (!mozilla_prefs_get_boolean(signon.rememberSignons, 
signon_remember))
++  {
++  mozilla_prefs_set_boolean(signon.rememberSignons,
++   true);
++  }
++
+   use_proxy_exist = KZ_CONF_GET(Global, use_proxy, use_proxy, BOOL);
+   
+   conf_exist = KZ_CONF_GET(Global, proxy_name,
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#377394: Investigations

2006-09-09 Thread Steinar H. Gunderson
On Wed, Aug 30, 2006 at 02:47:31PM +0200, Torsten Marek wrote:
 is there any ARM machine I could log into to find out what the source of 
 errors
 is? All ARM machines are either locked down or I can't log into them, and I do
 not have any other possibility to get hold of one.

leisner.debian.org is available; I've already asked debian-admin to install
the required build-deps in its sid dchroot, but it seems to be taking a
little more time than usual.

I'm a bit stomped on the bug, though; the issue seems to be that
qUncompress() returns QByteArray* instead of QByteArray, which g++ refuses to
make a new QByteArray out of. The relevant snippet is this one:

 11194 QByteArray *sipRes;
 11195 
 11196 sipRes = new QByteArray(qUncompress(a0,a1));
 11197 
 11198 return 
sipConvertFromNewInstance(sipRes,sipClass_QByteArray,NULL);

(I might be deceived, though -- this file is autogenerated, and I'm looking at
it on an i386 since I don't have a suitable arm available yet... perhaps it
might be differently generated on arm?)

OTOH, this works fine on all other platforms, without as much as a warning,
and the code _looks_ correct enough...

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



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



Bug#386595: cscope segfaults when using the -q option

2006-09-09 Thread Tobias Klauser
tags 386595 + confirmed
thanks

On 2006-09-08 at 23:38:14 +0200, Björn Steinbrink [EMAIL PROTECTED] wrote:
 On 2006.09.08 21:30:46 +0200, Tobias Klauser wrote:
  On 2006-09-08 at 19:54:40 +0200, Björn Steinbrink [EMAIL PROTECTED] wrote:
   Package: cscope
   Version: 15.5+cvs20060902-2
   Severity: normal
   
   When I try to build a cscope index using the -q option, cscope
   segfaults. If the -q option is not used, it works. This seems to require
   a rather big project to be seen, a kernel source tree is sufficient to
   trigger it here.
  
  Is wasn't able to reproduce this here with a kernel source tree. Can you
  describe the steps you followed in detail please, so I might be able to
  reproduce this bug?
 
 This is with an up-to-date git tree of linux-2.6:
 [EMAIL PROTECTED]:~/src/kernel/linux-2.6$ cscope -qbkRp2
 Segmentation fault
 
 Leaving out most options:
 [EMAIL PROTECTED]:~/src/kernel/linux-2.6$ cscope -qbR
 Segmentation fault
 
 Leaving out -q:
 [EMAIL PROTECTED]:~/src/kernel/linux-2.6$ cscope -bR
 [EMAIL PROTECTED]:~/src/kernel/linux-2.6$

I could now also reproduce this, an strace log can be found on [1] if
anybody wants to look at it. I'm investigating this further.

[1] http://distanz.ch/tmp/cscope.strace.bz2

Thanks, Tobias



Bug#359265: 2.1.28 (was: 2.1.26)

2006-09-09 Thread gregor herrmann
On Tue, 22 Aug 2006 20:24:55 +0200, gregor herrmann wrote:

   The new version 2.1.20 was released two days ago.
   Please consider upgrading the Debian package.
   http://ftp.indexdata.dk/pub/yaz/
  The new version 2.1.22 (released yesterday) is available under the
  same URL.
 In August the version 2.1.24 and 2.1.26 were released. Both can be
 found at the above URL.

In the meantime 2.1.28 has been released - see the above URL.

gregor
 
-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  debian: the universal operating system - http://www.debian.org/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-NP: The Cranberries: I Still Do


signature.asc
Description: Digital signature


Bug#380843: Patch for python transition

2006-09-09 Thread Martin Wuertele
Find attached a patch for the python transition.

yours Martin
-- 
[EMAIL PROTECTED]  Debian GNU/Linux - The Universal Operation System


signature.asc
Description: Digital signature


Bug#386679: Please clean discover1 init.d script

2006-09-09 Thread Lior Kaplan
Package: discover
Version: 2.1.0-1
Severity: normal

Hi,

I've installed Etch (d-i beta 3) and ended with discover1 package. I've upgraded
to discover (2.1.0-1) and in the next reboot I've notice a lot of error during 
the boot.

It seems that since discover stopped shiping the init.d script, /etc/init.d
still has the init.d script from discover1. Since discover conflicts with 
discover1 that package is removed but not purged. The init.d script stay in 
the system till the purge.

Please clean the discover1 init.d script.

Thanks.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-amd64-generic
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages discover depends on:
ii  libdiscover2  2.1.0-1hardware identification library

discover recommends no packages.

-- no debconf information


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



Bug#377097: ITP powerpc-ibm-utils with Bug#386675 needed to solve Yaboot Bug#377097

2006-09-09 Thread Aurélien GÉRÔME
block 377097 with 386675
thanks

After investigating on Sven's Power5, we need ofpathname from the
powerpc-ibm-utils package to solve the Yaboot booting failure on
Power5.

Cheers,
-- 
 .''`.   Aurélien GÉRÔME
: :'  :
`. `'`   Free Software Developer
  `- Unix Sys  Net Admin


signature.asc
Description: Digital signature


Bug#386678: [easyworksheet@NOSPAM.com: cgiwrap] Use debconf to ask the use what directory the programs are in

2006-09-09 Thread Pierre Machard
package: cgiwrap
severity: whishlist

- Forwarded message from Easy Worksheet [EMAIL PROTECTED] -

Delivery-date: Sat, 02 Sep 2006 23:58:29 +0200
From: Easy Worksheet easyworksheet[NO-SPAM]@NO-SPAMyahoo.com
Subject: cgiwrap
To: [EMAIL PROTECTED]

There is really only one reason I needed to reconfigure cgiwrap from what you 
did -- we keep our cgi scripts in a totally different directlry than the web 
can access. I know it sounds weird, but then we never risk someone looking at 
our programs :)

I would love it if the next time you set up cgiwrap if you could ask what 
directory the programs are in. 

A typical user's directory looks like:
main directory
  |   \
public_html  public_cgi 

with all the programs under public_cgi and all the web pages under public_html 

thanks for considering this!!
-Amy


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



Bug#348481: here an strace

2006-09-09 Thread Bastian Venthur
After aptitude hanged again I did a backtrace with the same results as
posted in my last mail. Additionally I did an strace:

$ sudo strace -p `pidof aptitude`
Process 4041 attached - interrupt to quit
futex(0x82ba9ec, FUTEX_WAIT, 1545, NULL unfinished ...
Process 4041 detached



Cheers,

Bastian


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



Bug#381376: Status of CVE-2006-3918 #381376

2006-09-09 Thread Stefan Fritsch
On Saturday 09 September 2006 12:35, Loïc Minier wrote:
  I think only apache was uploaded for CVE-2006-3918, and not
 apache2. Do you intend to issue a DSA for apache2 as well?  Or
 isn't it affected by the vulnerability?

  This is fixed in apache2 = 2.0.55-4.1 in unstable.

The issue is less severe for apache2 because it is much more difficult 
to exploit: apache2 will first wait for the request timeout (usually 
5 minutes) before sending the problematic error message.

Cheers,
Stefan



Bug#343821: fail2ban: Additional info (debug log dump)

2006-09-09 Thread Claus Christensen
Package: fail2ban
Version: 0.6.1-7bpo2
Followup-For: Bug #343821

2006-09-09 13:19:02,854 WARNING: Verbose level is 3
2006-09-09 13:19:02,866 WARNING: DEBUG MODE: FIREWALL COMMANDS ARE _NOT_ 
EXECUTED BUT ONLY DISPLAYED IN THE LOG MESSAGES
2006-09-09 13:19:02,867 DEBUG: Created PID lock (10605) in /var/run/fail2ban.pid
2006-09-09 13:19:02,867 DEBUG: ConfFile is /etc/fail2ban.conf
2006-09-09 13:19:02,867 DEBUG: BanTime is 600
2006-09-09 13:19:02,868 DEBUG: FindTime is 600
2006-09-09 13:19:02,868 DEBUG: MaxFailure is 5
2006-09-09 13:19:02,868 DEBUG: MAIL: Accepted value enabled=False
2006-09-09 13:19:02,869 DEBUG: MAIL: Accepted value host='localhost'
2006-09-09 13:19:02,869 DEBUG: MAIL: Accepted value port=25
2006-09-09 13:19:02,869 DEBUG: MAIL: Accepted value from='[EMAIL PROTECTED]'
2006-09-09 13:19:02,869 DEBUG: MAIL: Accepted value to='[EMAIL PROTECTED]'
2006-09-09 13:19:02,870 DEBUG: MAIL: Accepted value user=''
2006-09-09 13:19:02,870 DEBUG: MAIL: Accepted value password=''
2006-09-09 13:19:02,870 DEBUG: MAIL: Accepted value localtime=True
2006-09-09 13:19:02,871 DEBUG: MAIL: Accepted value subject='[Fail2Ban] 
section: Banned ip'
2006-09-09 13:19:02,871 DEBUG: MAIL: Accepted value message='Hi,br\nThe IP 
ip has just been banned by Fail2Ban after\nfailures attempts against 
section.br\nRegards,br\nFail2Ban'
2006-09-09 13:19:02,871 INFO: Fail2Ban v0.6.1 is running
2006-09-09 13:19:02,872 DEBUG: Found sections: ['VSFTPD', 'PROFTPD', 
'ApacheAttacks', 'SSH', 'SASL', 'Apache']
2006-09-09 13:19:02,872 DEBUG: VSFTPD: Accepted value enabled=False
2006-09-09 13:19:02,872 DEBUG: VSFTPD: Accepted value 
logfile='/var/log/vsftpd.log'
2006-09-09 13:19:02,872 DEBUG: VSFTPD: Accepted value maxfailures=5
2006-09-09 13:19:02,873 DEBUG: VSFTPD: Accepted value bantime=600
2006-09-09 13:19:02,873 DEBUG: VSFTPD: Accepted value findtime=600
2006-09-09 13:19:02,873 DEBUG: VSFTPD: Accepted value 
timeregex='\\S{3}\\s{1,2}\\d{1,2} \\d{2}:\\d{2}:\\d{2}'
2006-09-09 13:19:02,874 DEBUG: VSFTPD: Accepted value timepattern='%b %d 
%H:%M:%S'
2006-09-09 13:19:02,874 DEBUG: VSFTPD: Accepted value failregex='\\[.+\\] FAIL 
LOGIN: Client (?Phost\\S+)$'
2006-09-09 13:19:02,874 DEBUG: VSFTPD: Accepted value fwstart='iptables -N 
fail2ban-VSFTPD\niptables -A fail2ban-VSFTPD -j RETURN\niptables -I INPUT -p 
tcp --dport ftp -j fail2ban-VSFTPD'
2006-09-09 13:19:02,875 DEBUG: VSFTPD: Accepted value fwend='iptables -D INPUT 
-p tcp --dport ftp -j fail2ban-VSFTPD\niptables -F fail2ban-VSFTPD\niptables -X 
fail2ban-VSFTPD'
2006-09-09 13:19:02,875 DEBUG: VSFTPD: Accepted value fwban='iptables -I 
fail2ban-VSFTPD 1 -s ip -j DROP'
2006-09-09 13:19:02,875 DEBUG: VSFTPD: Accepted value fwunban='iptables -D 
fail2ban-VSFTPD -s ip -j DROP'
2006-09-09 13:19:02,876 DEBUG: VSFTPD: Accepted value fwcheck='iptables -L 
INPUT | grep -q fail2ban-VSFTPD'
2006-09-09 13:19:02,876 DEBUG: PROFTPD: Accepted value enabled=False
2006-09-09 13:19:02,876 DEBUG: PROFTPD: Accepted value 
logfile='/var/log/proftpd/proftpd.log'
2006-09-09 13:19:02,877 DEBUG: PROFTPD: Accepted value maxfailures=5
2006-09-09 13:19:02,877 DEBUG: PROFTPD: Accepted value bantime=600
2006-09-09 13:19:02,877 DEBUG: PROFTPD: Accepted value findtime=600
2006-09-09 13:19:02,878 DEBUG: PROFTPD: Accepted value 
timeregex='\\S{3}\\s{1,2}\\d{1,2} \\d{2}:\\d{2}:\\d{2}'
2006-09-09 13:19:02,878 DEBUG: PROFTPD: Accepted value timepattern='%b %d 
%H:%M:%S'
2006-09-09 13:19:02,878 DEBUG: PROFTPD: Accepted value failregex='USER \\S+: no 
such user found from \\S* ?\\[(?Phost\\S+)\\] to \\S+\\s*$'
2006-09-09 13:19:02,879 DEBUG: PROFTPD: Accepted value fwstart='iptables -N 
fail2ban-PROFTPD\niptables -A fail2ban-PROFTPD -j RETURN\niptables -I INPUT -p 
tcp --dport ftp -j fail2ban-PROFTPD'
2006-09-09 13:19:02,879 DEBUG: PROFTPD: Accepted value fwend='iptables -D INPUT 
-p tcp --dport ftp -j fail2ban-PROFTPD\niptables -F fail2ban-PROFTPD\niptables 
-X fail2ban-PROFTPD'
2006-09-09 13:19:02,879 DEBUG: PROFTPD: Accepted value fwban='iptables -I 
fail2ban-PROFTPD 1 -s ip -j DROP'
2006-09-09 13:19:02,880 DEBUG: PROFTPD: Accepted value fwunban='iptables -D 
fail2ban-PROFTPD -s ip -j DROP'
2006-09-09 13:19:02,880 DEBUG: PROFTPD: Accepted value fwcheck='iptables -L 
INPUT | grep -q fail2ban-PROFTPD'
2006-09-09 13:19:02,880 DEBUG: ApacheAttacks: Accepted value enabled=False
2006-09-09 13:19:02,881 DEBUG: ApacheAttacks: Accepted value 
logfile='/var/log/apache/access.log'
2006-09-09 13:19:02,881 DEBUG: ApacheAttacks: Accepted value maxfailures=2
2006-09-09 13:19:02,881 DEBUG: ApacheAttacks: Accepted value bantime=600
2006-09-09 13:19:02,882 DEBUG: ApacheAttacks: Accepted value findtime=600
2006-09-09 13:19:02,882 DEBUG: ApacheAttacks: Accepted value 
timeregex='\\d{2}/\\S{3}/\\d{4}:\\d{2}:\\d{2}:\\d{2}'
2006-09-09 13:19:02,882 DEBUG: ApacheAttacks: Accepted value 
timepattern='%d/%b/%Y:%H:%M:%S'
2006-09-09 13:19:02,883 DEBUG: ApacheAttacks: Accepted value 
failregex='^(?Phost\\S*) -.*GET 

Bug#382632:

2006-09-09 Thread Lukas Fittl

diff -u pnet-assemblies-0.7.4/debian/changelog pnet-assemblies-0.7.4/debian/changelog
--- pnet-assemblies-0.7.4/debian/changelog
+++ pnet-assemblies-0.7.4/debian/changelog
@@ -1,3 +1,13 @@
+pnet-assemblies (0.7.4-1.1) unstable; urgency=medium
+
+  * Non-Maintainer Upload.
+  * Fix unversioned DllImport / dlopen of gnutls (Closes: #382632)
+- debian/control: Depend on libgnutls13 (pnet-assemblies)
+- debian/rules: Replace DllImport after configure (pnet-assemblies)
+- Don't forget to update the version if libgnutls changes soname!
+
+ -- Lukas Fittl [EMAIL PROTECTED]  Sat,  9 Sep 2006 11:27:14 +0200
+
 pnet-assemblies (0.7.4-1) unstable; urgency=low
 
   * New upstream release
diff -u pnet-assemblies-0.7.4/debian/control pnet-assemblies-0.7.4/debian/control
--- pnet-assemblies-0.7.4/debian/control
+++ pnet-assemblies-0.7.4/debian/control
@@ -23,7 +23,7 @@
 
 Package: pnet-assemblies
 Architecture: all
-Depends: ${shlibs:Depends}, pnet-interpreter (= 0.7.4), libxsharp0, libgnutls12, libjpeg62
+Depends: ${shlibs:Depends}, pnet-interpreter (= 0.7.4), libxsharp0, libgnutls13, libjpeg62
 Description: DotGNU C# class libraries 
  A set of C# class libraries built to support the DotGNU Portable.NET 
  interpreter. These are required for running most C# programs with the 
diff -u pnet-assemblies-0.7.4/debian/rules pnet-assemblies-0.7.4/debian/rules
--- pnet-assemblies-0.7.4/debian/rules
+++ pnet-assemblies-0.7.4/debian/rules
@@ -14,4 +14,9 @@
 DEB_CONFIGURE_EXTRA_FLAGS := --with-profile=default1.1
 
+GNUTLS_SONAME = libgnutls.so.13
+
+pre-build::
+	sed -i 's/DllImport(gnutls)/DllImport($(GNUTLS_SONAME))/' $(DEB_SRCDIR)/DotGNU.SSL/GNUTLS.cs
+
 clean::
 	rm -f compat/sysglobl.dll


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


Bug#384340: apache: postinst fails when ucf isn't installed

2006-09-09 Thread Gerfried Fuchs
reopen 384340
thanks

* martin f krafft [EMAIL PROTECTED] [2006-09-09 11:42]:
 Version: 1.3.34-4
 
 The version in sid only calls ucf if the binary can be found
 (determined with `which`). I think this bug is thus closed.

 That the version in sid is fixed is nice and useful information, but
that doesn't solve the problem in stable. As you are propably aware
bugfixes from unstable (and testing) don't flow automatically into
stable, so I really would like to see this fixed in a stable update.

 Thank in advance,
Alfie
-- 
Dessen NOC erklaerte uns aber, dass das Mailproblem nicht an ihnen liegen
koennte der ihr Router habe gar keinen Port 25. Der habe nur 16 Ports.
Also kann Mails nichts mit Port 25 zu tun haben.
 -- Ulli Horlacher in [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#386658: wajig: want a verify command (debsums)

2006-09-09 Thread Graham Williams
Thanks for the suggestion.  I'll look into including it with the next
release.

Regards,
Graham


Received Sat 09 Sep 2006  6:04pm +1000 from Francesco Potorti:
 Package: wajig
 Version: 2.0.34
 Severity: wishlist
 
 Wajig is missing a `verify' command (? la rpm -K) for checking a
 packag?s sum using debsums or whatever.
 
 -- System Information:
 Debian Release: testing/unstable
   APT prefers testing
   APT policy: (990, 'testing'), (500, 'testing-proposed-updates')
 Architecture: amd64 (x86_64)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.15-1-amd64-k8-smp
 Locale: LANG=C, [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
 set to C)
 
 Versions of packages wajig depends on:
 ii  apt   0.6.45 Advanced front-end for dpkg
 ii  python2.4.3-11   An interactive high-level 
 object-o
 ii  python-apt0.6.19 Python interface to libapt-pkg
 
 wajig recommends no packages.
 
 -- no debconf information
 
 
 


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



Bug#386680: libgnutls13: SEGV in asn1_read_value

2006-09-09 Thread Philipp Kern
Package: libgnutls13
Severity: important
Version: 1.4.3-1

Hi there,

I just upgraded to libgnutls13 to 1.4.3-1 and got problems in
conjunction with libtasn1-3 0.3.5-2 and libldap2 2.1.30-13+b1.

I use LDAP for authentication and thus both sshd and sudo broke. (PAM
and NSS.)

See the following backtrace as an example:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1478748480 (LWP 22966)]
0xa7c21fad in asn1_read_value () from /usr/lib/libtasn1.so.3
(gdb) bt
#0  0xa7c21fad in asn1_read_value () from /usr/lib/libtasn1.so.3
#1  0xa7c74b9f in gnutls_x509_crt_check_issuer () from
/usr/lib/libgnutls.so.13
#2  0xa7c74d76 in _gnutls_x509_verify_signature ()
   from /usr/lib/libgnutls.so.13
#3  0xa7c755bf in gnutls_x509_crl_verify () from /usr/lib/libgnutls.so.13
#4  0xa7c75a87 in gnutls_x509_crt_list_verify () from
/usr/lib/libgnutls.so.13
#5  0xa7c5da88 in _gnutls_x509_cert_verify_peers ()
   from /usr/lib/libgnutls.so.13
#6  0xa7c509a5 in gnutls_certificate_verify_peers2 ()
   from /usr/lib/libgnutls.so.13
#7  0xa7c509d9 in gnutls_certificate_verify_peers ()
   from /usr/lib/libgnutls.so.13
#8  0xa7cf6438 in gnutls_SSL_shutdown () from /usr/lib/libldap_r.so.2
#9  0xa7cf5ba5 in ldap_int_tls_start () from /usr/lib/libldap_r.so.2
#10 0xa7cd515b in ldap_int_open_connection () from /usr/lib/libldap_r.so.2
#11 0xa7ce74f3 in ldap_new_connection () from /usr/lib/libldap_r.so.2
#12 0xa7cd4f51 in ldap_open_defconn () from /usr/lib/libldap_r.so.2
#13 0xa7ce7c68 in ldap_send_initial_request () from /usr/lib/libldap_r.so.2
#14 0xa7cdd999 in ldap_sasl_bind () from /usr/lib/libldap_r.so.2
#15 0xa7cdde34 in ldap_simple_bind () from /usr/lib/libldap_r.so.2

I am confident that this is an libgnutls13 issue, as the segfaults
started immediately after the upgrade.

Kind regards,
Philipp Kern


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



Bug#298121: mutt: header cache patch should use realpath for maildir

2006-09-09 Thread Lionel Elie Mamane
On Thu, Mar 10, 2005 at 03:00:53PM +0100, Thomas Glanzmann wrote:
 * Adeodato Simó [EMAIL PROTECTED] [050310 07:10]:
   Just in case you didn't spot it already.

 I described from the lists.

 If I open a maildir using mutt's mailboxes list, and then open it
 using mutt -f Mail/drow, the header cache creates a second
 cache.  They're the same mailbox, but one is Mail/drow and the
 other is /home/drow/Mail/drow.

 I could hack something up next monday to prepend cwd if mailbox path
 doesn't start with a '/'.

That's not enough: I now hit the problem when opening the same Maildir
folder as foo and foo/; again two different caches are created.

(I typically use foo with the bash mutt-specific autocompletion
 because that's what it gives me and foo/ with the internal mutt
 autocompletion on open mailbox, because that's what it gives me.)

Also consider symlinks in the path, etc. Really, your best approach as
far as I understand is to use realpath() on the filename/path of the
mailbox before md5-ing it.

-- 
Lionel


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



Bug#386679: Please clean discover1 init.d script

2006-09-09 Thread Petter Reinholdtsen
reassign 386679 discover1
thanks

[Lior Kaplan]
 I've installed Etch (d-i beta 3) and ended with discover1
 package. I've upgraded to discover (2.1.0-1) and in the next reboot
 I've notice a lot of error during the boot.

If the init.d script in discover1 can't run properly after the package
is removed but before it is purged, then I believe that is a bug in
the discover1 package, and it need to be fixed there.  I am not sure
if it make sense to let the discover package purge files for the
discover1 package.

Great to hear that you are testing discover v2. :)


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



Bug#384346: fonts seem seriously broken

2006-09-09 Thread Roland Rosenfeld
On Wed, 23 Aug 2006, martin f krafft wrote:

 also sprach Roland Rosenfeld [EMAIL PROTECTED] [2006.08.23.1920 +0100]:
  If I understand the above output right, you neither have installed
  gsfonts-x11 to your font path nor do you have scaled pixel fonts
  (xfonts-75dpi and/or xfonts-100dpi) in your font path (for more
  information about font path order see
  /usr/share/doc/gsfonts-x11/README).
 
 But I do:
 gsfonts-x11 install

 And Xorg is configured like you said:
 
 Section Files
   FontPath  /usr/share/fonts/X11/misc
   FontPath  /usr/share/fonts/X11/cyrillic
   FontPath  /usr/share/fonts/X11/100dpi/:unscaled
   FontPath  /usr/share/fonts/X11/75dpi/:unscaled
   FontPath  /usr/share/fonts/X11/Type1
   FontPath  /usr/share/fonts/X11/CID
   FontPath  /usr/share/fonts/X11/100dpi
   FontPath  /usr/share/fonts/X11/75dpi
   FontPath /var/lib/defoma/x-ttcidfont-conf.d/dirs/CID
   FontPath /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
 EndSection

Hmmm, that's really strange.  Did you do a xset fp rehash (or a
restart of your X server) after installing gsfonts-x11?

Anyway, does 
 xlsfonts -fn '-*-helvetica-medium-r-normal--36-*-*-*-*-*-ISO8859-*'
display fonts on your system?

When I run this command with a size wildcard like this:
 xlsfonts -fn '-*-helvetica-medium-r-normal--*-*-*-*-*-*-ISO8859-*'
I only see some discrete sizes from the pixel fonts (8, 10, 11, 12,
14, 17, 18, 20, 24, 25, 38) but also some scalable fonts with size
0:

-adobe-helvetica-medium-r-normal--0-0-0-0-p-0-iso8859-1
-adobe-helvetica-medium-r-normal--0-0-100-100-p-0-iso8859-1
-adobe-helvetica-medium-r-normal--0-0-75-75-p-0-iso8859-1

As far as I can see this is the gsfonts-x11 font as well as the 100dpi
and the 75dpi pixel font (both via the scalable font path line).

But if I run xlsfonts with -fn and a concrete size, which isn't listed
above, xlsfonts offers me this font too:

$ xlsfonts -fn '-*-helvetica-medium-r-normal--113-*-*-*-*-*-ISO8859-1' | uniq
-adobe-helvetica-medium-r-normal--113-818-100-100-p-0-iso8859-1

Maybe you can try to find out, whether/why this behaves different on
your system.

Tscho

Roland

-- 
 * [EMAIL PROTECTED] * http://www.spinnaker.de/ *


signature.asc
Description: Digital signature


Bug#386643: libgnutls13: confirmed here

2006-09-09 Thread Paul Martin
Package: libgnutls13
Followup-For: Bug #386643

I have

set folder=imap://[EMAIL PROTECTED]/

with TLS running on top of IMAP, not IMAPS.

I get a segfault with muttng. The backtrace is:

#0  0xa7c99fad in asn1_read_value () from /usr/lib/libtasn1.so.3
#1  0xa7eb0b9f in gnutls_x509_crt_check_issuer () from /usr/lib/libgnutls.so.13
#2  0xa7eb0d76 in _gnutls_x509_verify_signature ()
   from /usr/lib/libgnutls.so.13
#3  0xa7eb15bf in gnutls_x509_crl_verify () from /usr/lib/libgnutls.so.13
#4  0xa7eb1a87 in gnutls_x509_crt_list_verify () from /usr/lib/libgnutls.so.13
#5  0xa7e99a88 in _gnutls_x509_cert_verify_peers ()
   from /usr/lib/libgnutls.so.13
#6  0xa7e8c9a5 in gnutls_certificate_verify_peers ()
   from /usr/lib/libgnutls.so.13
#7  0xa7e8c9d9 in gnutls_certificate_verify_peers ()
   from /usr/lib/libgnutls.so.13
#8  0x080da6ed in ?? ()
etc...

Reverting to 1.4.2-1 fixes the problem.


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



Bug#386682: imagemagick: montage causes assertion `images-signature == 0xabacadabUL' failed

2006-09-09 Thread Matthias Grimm

Package: imagemagick
Version: 7:6.2.4.5.dfsg1-0.9
Severity: normal

Compiling own programs using montage functionality of ImageMagick caused
an error message:
  MontageImages: Assertion `images-signature == 0xabacadabUL' failed.

This error seems to be known upstream, becasue my programs work
without changes with the latest version 6.2.9 of ImageMagick.

Please update to a more recent version.

Best Regards
  Matthias Grimm

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.11
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages imagemagick depends on:
ii  libbz2-1.0   1.0.3-3 high-quality block-sorting file co
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libfreetype6 2.2.1-2 FreeType 2 font engine, shared lib
ii  libice6  1:1.0.0-3   X11 Inter-Client Exchange library
ii  libjasper-1.701-11.701.0-2   The JasPer JPEG-2000 runtime libra
ii  libjpeg626b-13   The Independent JPEG Group's JPEG 
ii  liblcms1 1.15-1  Color management library
ii  libmagick9   7:6.2.4.5.dfsg1-0.9 Image manipulation library
ii  libpng12-0   1.2.8rel-5.2PNG library - runtime
ii  libsm6   1:1.0.0-4   X11 Session Management library
ii  libtiff4 3.8.2-6 Tag Image File Format (TIFF) libra
ii  libx11-6 2:1.0.0-8   X11 client-side library
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxml2  2.6.26.dfsg-3   GNOME XML library
ii  zlib1g   1:1.2.3-13  compression library - runtime

imagemagick recommends no packages.

-- no debconf information



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



Bug#386595: cscope segfaults when using the -q option

2006-09-09 Thread [EMAIL PROTECTED]
Package: cscope
Version: 15.5+cvs20060902-2
Debian Release: testing/unstable
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.17.11
libc6 : 2.3.999.2-12

I've found this same problem some days ago,but I've found it een without the -q 
option,this is the bt :

cscope -bkRp2
(gdb) bt
#0  0x2b4fcc889b39 in strncpy () from /lib/libc.so.6
#1  0x2b4fcc5b6f9f in strncpy () from /lib/libsafe.so.2
#2  0x00411d3e in invnewterm () at invlib.c:494
#3  0x00412543 in invmake (invname=0x56ff50 ncscope.in.out,
invpost=0x2b4fccb5a3a0 \017\003ª\005, infile=0x684840) at invlib.c:216
#4  0x00408544 in build () at build.c:462
#5  0x004133dc in main (argc=0, argv=0x7fffde60fdd0) at main.c:576
(gdb)


cscope -qbkRp2
(gdb) bt
#0  0x2b957c57fb39 in strncpy () from /lib/libc.so.6
#1  0x2b957c2acf9f in strncpy () from /lib/libsafe.so.2
#2  0x00411d3e in invnewterm () at invlib.c:494
#3  0x00412543 in invmake (invname=0x56ff50 ncscope.in.out,
invpost=0x2b957c8503a0 \017\003ª\005, infile=0x684840) at invlib.c:216
#4  0x00408544 in build () at build.c:462
#5  0x004133dc in main (argc=0, argv=0x7fff2e91a0d0) at main.c:576
(gdb)

I've not studied the code so much to understand it,but at a first look I 
thought that invlib should work only if you wanted the inverted index,but Iwas 
wrong because it's functions are called anyway.If you change the following 
define at invlib.c:49 :
#define BLOCKSIZE   2 * BUFSIZ  /* logical block size */
to this define :
#define BLOCKSIZE   4 * BUFSIZ  /* logical block size */
then cscope does not segfaults anymore, with or without the -q option,and 
that's not too strange looking at the bt and looking at the code line the cause 
the segfault, i.e. invlib.c:494 :
strncpy(logicalblk.chrblk + lastinblk, thisterm, len);
there is some bug here,maybe I'll try to find it,or I'll try to rewrite the 
entire function,Ifyou have some hints they could be precious.
In the meantime I looked just some lines above and I found this :
/* HBB 20010501: Fixed bug by replacing magic number '8' by
 * what it actually represents. */
lastinblk -= (numwilluse - 2 * sizeof(long));
I looked at the version of this file of cscpe 15.1,and I thought well this 
should be a change to be more readable and understandable and even portable,but 
shouldn't it be rewritten this way
lastinblk -= (numwilluse - (2 * sizeof(long)));
anyway,even if this is true it does not solve the main problem.
bye,
Giangiacomo Mariotti







Bug#386683: automake1.4: aclocal link to /etc/alternatives/aclocal missing

2006-09-09 Thread Matthias Grimm

Package: automake1.4
Version: 1:1.4-p6-11
Severity: grave
Justification: renders package unusable

Hi,

The reportbug tool grabs automake1.4 but I think this is related to all
versions of automake. I have automake1.4 and automake1.9 installed on my
system.

Following link is missing:
  /usr/bin/aclocal - /etc/alternatives/aclocal

The script update-alternatives update the links in /etc/alternatives but
doesn't check if the links to /etc/alternatives exist.

 Best Regards
   Matthias Grimm

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.11
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages automake1.4 depends on:
ii  autoconf  2.60-1 automatic configure script builder
ii  autotools-dev 20060702.1 Update infrastructure for config.{

automake1.4 recommends no packages.

-- no debconf information



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



Bug#386681: udev 0.100-1 breaks pbbuttonsd

2006-09-09 Thread Daniel Glassey

Package: pbbuttonsd
Version: 0.75-2
Severity: grave

Hi,
After I upgraded to the latest udev pbbuttonsd stopped working. The
system also spontaneously rebooted after the unstable upgrade so I can
only suspect it was related (udev problem).

This is udev version 0.100-1
Severity grave because this means I can barely read the screen.

It's probably not your fault but if you understand the reason for the
error message it would be helpful to pass it onto Marco to get udev
fixed or make the necessary changes yourself  to pbbuttonsd.

When I try to run pbbuttonsd I get:

---
# pbbuttonsd
WARNING: No event devices available. Please check your configuration.
ERROR: Can't attach card 'default': No such device
INFO: Soundsystem requested: ALSA and at least activated: none.
INFO: saving of config enabled to /etc/pbbuttonsd.conf.
pbbuttonsd 0.7.5: iBook/G3 PB Pismo/G4 PB Titanium (PMU version: 12)
INFO: Script '/etc/power/pmcs-pbbuttonsd performance ac ' launched and
exited normally

WARNING: No event devices available. Please check your configuration.
---

This is on an Ibook G4.

Regards,
Daniel


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



Bug#382867: exiv2: library renaming

2006-09-09 Thread David Schmitt
tags 339163 + patch
tags 382867 + patch
thanks

Hi!

I have updated Steve's patch to rename to libexiv2-0.10 as well as fixing two 
minor things with the deps.

Here is the changelog:

  * Change package name from libexiv2 to libexiv2-0.10 to encode the full
SONAME as well as for the C++ mt allocator ABI change, and 
conflict/replace
libexiv2 accordingly.  Closes: #339163, #382867.
  * Remove unnecessary libexiv2.{postinst,postrm} scripts, as they don't do
anything that debhelper doesn't already do for us.
  * replace shlibs.local by dh_makeshlibs -V
  * make package bin-NMU-able by using ${binary:Version} and B-D on dpkg-dev
(= 1.13.19)


Regards, David
-- 
As a general rule, if end users want to smash something repeatedly with a 
sledgehammer, that's a sign of bad UI.
-- Bran Cohen (bittorrent)
diff -uwrbN exiv2-0.10/debian/changelog exiv2-0.10.new/debian/changelog
--- exiv2-0.10/debian/changelog	2006-09-09 14:04:34.0 +0200
+++ exiv2-0.10.new/debian/changelog	2006-09-09 14:07:00.0 +0200
@@ -1,3 +1,18 @@
+exiv2 (0.10-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Medium-urgency upload for RC bugfix.
+  * Change package name from libexiv2 to libexiv2-0.10 to encode the full
+SONAME as well as for the C++ mt allocator ABI change, and conflict/replace
+libexiv2 accordingly.  Closes: #339163, #382867.
+  * Remove unnecessary libexiv2.{postinst,postrm} scripts, as they don't do
+anything that debhelper doesn't already do for us.
+  * replace shlibs.local by dh_makeshlibs -V
+  * make package bin-NMU-able by using ${binary:Version} and B-D on dpkg-dev
+(= 1.13.19)
+
+ -- David Schmitt [EMAIL PROTECTED]  Sat,  9 Sep 2006 13:51:51 +0200
+
 exiv2 (0.10-1) unstable; urgency=low
 
   * New Upstream Release. (Fixes: #370151)
diff -uwrbN exiv2-0.10/debian/control exiv2-0.10.new/debian/control
--- exiv2-0.10/debian/control	2006-09-09 14:04:34.0 +0200
+++ exiv2-0.10.new/debian/control	2006-09-09 13:16:53.0 +0200
@@ -2,13 +2,13 @@
 Section: graphics
 Priority: optional
 Maintainer: KELEMEN Peter [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.0), g++ (= 4.0.0), autotools-dev, chrpath
+Build-Depends: debhelper (= 4.0.0), g++ (= 4.0.0), autotools-dev, chrpath, dpkg-dev (= 1.13.19)
 Standards-Version: 3.7.2
 
 Package: exiv2
 Section: graphics
 Architecture: any
-Depends: libexiv2 (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: EXIF/IPTC metadata manipulation tool
  Exiv2 can:
   * print the EXIF metadata of JPEG images as summary info, interpreted values,
@@ -23,7 +23,7 @@
   * extract the thumbnail image embedded in the EXIF metadata
   * delete the thumbnail or the complete EXIF metadata from an image
 
-Package: libexiv2
+Package: libexiv2-0.10
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -48,7 +48,7 @@
 Package: libexiv2-dev
 Section: libdevel
 Architecture: any
-Depends: libexiv2 (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libexiv2-0.10 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Suggests: libexiv2-doc
 Description: EXIF/IPTC metadata manipulation library - development files
  Exiv2 C++ header files.
@@ -56,6 +56,6 @@
 Package: libexiv2-doc
 Section: doc
 Architecture: all
-Depends: libexiv2 (= ${Source-Version})
+Suggests: libexiv2-0.10
 Description: EXIF/IPTC metadata manipulation library - HTML documentation
  Exiv2 HTML documentation.
diff -uwrbN exiv2-0.10/debian/libexiv2.postinst exiv2-0.10.new/debian/libexiv2.postinst
--- exiv2-0.10/debian/libexiv2.postinst	2006-09-09 14:04:34.0 +0200
+++ exiv2-0.10.new/debian/libexiv2.postinst	1970-01-01 01:00:00.0 +0100
@@ -1,42 +0,0 @@
-#! /bin/sh
-# postinst script for exiv2
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#* postinst `configure' most-recently-configured-version
-#* old-postinst `abort-upgrade' new version
-#* conflictor's-postinst `abort-remove' `in-favour' package
-#  new-version
-#* deconfigured's-postinst `abort-deconfigure' `in-favour'
-#  failed-install-package version `removing'
-#  conflicting-package version
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-
-case $1 in
-configure)
-	:
-;;
-
-abort-upgrade|abort-remove|abort-deconfigure)
-
-;;
-
-*)
-echo postinst called with unknown argument \`$1' 2
-exit 1
-;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
diff -uwrbN exiv2-0.10/debian/libexiv2.postrm exiv2-0.10.new/debian/libexiv2.postrm
--- exiv2-0.10/debian/libexiv2.postrm	2006-09-09 14:04:34.0 +0200
+++ exiv2-0.10.new/debian/libexiv2.postrm	1970-01-01 01:00:00.0 +0100
@@ -1,36 +0,0 @@
-#! /bin/sh
-# 

Bug#383300: ddpo: missing source packages from t-p-u

2006-09-09 Thread Christoph Berg
Re: Daniel Baumann 2006-08-16 [EMAIL PROTECTED]
 developer.php does not list source packages which are only in
 testing-proposed-updates, e.g. squashfs-2.6.16/unionfs-2.6.16. It would
 be nice, if you could add it.

At present ddpo pulls all information from unstable and experimental,
i.e. it doesn't even know about other packages, nor does it know who
maintains them. Only in stable packages have the same problem.

I'll look into how to change that.

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#386684: wodim: strange warning-messages

2006-09-09 Thread Johannes Bittner
Package: wodim
Version: 5:1.0~pre4-1
Severity: normal

hi there

when trying wodim, i get the following warningmessages

---snip---
Warning: This version of libscg has not been configured via the standard
autoconfiguration method of the Schily makefile system. There is a high
risk
that the code is not configured correctly and for this reason will not
behave
as expected.

wodim: Warning: using inofficial version of libscg (debburn
project-0.8ubuntu1+debburn1 '@(#)scsitransp.c   1.91 04/06/17
Copyright 1988,1995,2000-2004 J. Schilling').

wodim: Warning: using inofficial libscg transport code version
(cdrkit-team-scsi-linux-sg.c-1.86 '@(#)scsi-linux-sg.c   1.86 05/11/22
Copyright 1997 J. Schilling').
---snip---

do we really need this warnings? i thought wodim is a fork based
on the latest GPL version of cdrecord, therefore we are free to
change/remove this warnings?

bye
johannes

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.11
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages wodim depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libcap1  1:1.10-14   support for getting/setting POSIX.

Versions of packages wodim recommends:
ii  mkisofs   4:2.01+01a03-5 Creates ISO-9660 CD-ROM filesystem

-- no debconf information


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



  1   2   3   4   >