Bug#422759: grub: sorting suffixes w/ mixed numeric and non-numeric characters

2007-05-08 Thread dann frazier
Package: grub
Version: 0.97-27
Severity: normal

If a suffix has non-numeric and numeric characters, CompareVersions() will
replace the non-numeric characters with '99' but the numeric characters will
remain appended.

I ran into this issue when comparing 2.6.18-4-amd64 and 2.6.18-4-telco-amd64.
CompareVersions converted these into the following components:

  v1: 2 6 18 4 99 9964
  v2: 2 6 18 4 9964

It converted 'amd' to 99, while I think the intent was to convert 'amd64' to
99. The patch below fixes this by converting any string that contains a
non-numeric character to '99'. It seems to do what I would expect for the
various test cases I threw at it.

This table compares the sort order produced by both versions of update-grub
executing on the same set of kernel names.

originalw/ my patch
--
/boot/vmlinuz-2.6.20-1-686  /boot/vmlinuz-2.6.20-1-686
/boot/vmlinuz-2.6.18-4-amd64/boot/vmlinuz-2.6.18-4-686
/boot/vmlinuz-2.6.18-4-dannf10  /boot/vmlinuz-2.6.18-4-telco-amd64
/boot/vmlinuz-2.6.18-4-dannf2   /boot/vmlinuz-2.6.18-4-dannf10
/boot/vmlinuz-2.6.18-4-686  /boot/vmlinuz-2.6.18-4-dannf2
/boot/vmlinuz-2.6.18-4-telco-amd64  /boot/vmlinuz-2.6.18-4-amd64
/boot/vmlinuz-2.6.18-4-rc10 /boot/vmlinuz-2.6.18-4-rc10
/boot/vmlinuz-2.6.18-4-rc2  /boot/vmlinuz-2.6.18-4-rc2
/boot/vmlinuz-2.4.32/boot/vmlinuz-2.4.32

--- /usr/sbin/update-grub~  2007-03-29 23:41:47.0 -0600
+++ /usr/sbin/update-grub   2007-05-07 23:31:47.0 -0600
@@ -484,9 +484,9 @@ CompareVersions()
# rc   = -40
# test = -60
# others are given 99
-   v1=$(echo $v1 | sed -e 's! k7! 786 !g' -e 's! ac! 50 !g' -e 's! rc! -40 
!g' -e 's! pre! -50 !g' -e 's! test! -60 !g' -e 's![^-0-9 ]\+!99!g')
+   v1=$(echo $v1 | sed -e 's! k7! 786 !g' -e 's! ac! 50 !g' -e 's! rc! -40 
!g' -e 's! pre! -50 !g' -e 's! test! -60 !g' -e 's![^ ]*[^-0-9 ][^ ]*!99!g')
 
-   v2=$(echo $v2 | sed -e 's! k7! 786 !g' -e 's! ac! 50 !g' -e 's! rc! -40 
!g' -e 's! pre! -50 !g' -e 's! test! -60 !g' -e 's![^-0-9 ]\+!99!g')
+   v2=$(echo $v2 | sed -e 's! k7! 786 !g' -e 's! ac! 50 !g' -e 's! rc! -40 
!g' -e 's! pre! -50 !g' -e 's! test! -60 !g' -e 's![^ ]*[^-0-9 ][^ ]*!99!g')
 
result=0; v1finished=0; v2finished=0;
while [ $result -eq 0 ]  [ $v1finished -eq 0 ]  [ $v2finished -eq 0 
];




-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub depends on:
ii  libc6 2.5-5  GNU C Library: Shared libraries
ii  libncurses5   5.5-5  Shared libraries for terminal hand

grub recommends no packages.

-- no debconf information


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



Bug#422643: FTBFS: /usr/share/boinc-dev/lib/app_ipc.h:30:25: error: common_defs.h: No such file or directory

2007-05-08 Thread Frank S. Thomas
package boinc-app-seti
tags 422643 + confirmed pending
stop

On Monday 07 May 2007 15:27, Michael Ablassmeier wrote:
 Lucas has rebuild the archive on i386 and your package Failed to Build
 from Source with the following error:

  de/openssl -c -o seti_boinc-main.o `test -f 'main.cpp' || echo
 './'`main.cpp In file included from
 /usr/share/boinc-dev/api/boinc_api.h:107,
  from main.cpp:59:
  /usr/share/boinc-dev/lib/app_ipc.h:30:25: error: common_defs.h: No such
 file or directory /usr/share/boinc-dev/lib/app_ipc.h:233: error:
 'NGRAPHICS_MSGS' was not declared in this scope make[3]: ***
 [seti_boinc-main.o] Error 1

This is due the missing header common_defs.h in the boinc-dev package. I've 
already added it to boinc-dev in our Subversion repository so boinc-app-seti 
will be buildable again after the next boinc upload.

Grüße,
Frank


pgp6JDZaGzPWy.pgp
Description: PGP signature


Bug#422760: vlc: netsync control with http extraintf causes segfault

2007-05-08 Thread Ryan Nowakowski
Package: vlc
Version: 0.8.6.a.debian-6
Severity: normal


Running vlc like this:

vlc -vvv --intf dummy --extraintf http --http-host *: 
udp://@239.255.100.100 --control netsync --netsync-master

causes a segfault:
...
[0283] main interface debug: using interface module http
[0283] main interface debug: thread 3055758256 (interface) created
at priority 0 (interface/interface.c:231)
[0287] main interface debug: looking for interface module: 1
candidate
[0287] main interface debug: using interface module netsync
Segmentation fault


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

Versions of packages vlc depends on:
ii  libaa1  1.4p5-31 ascii art library
ii  libatk1.0-0 1.12.4-3 The ATK accessibility toolkit
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libcaca00.99.beta11.debian-2 colour ASCII art library
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libcdio60.76-1   library to read and control CD-ROM
ii  libcucul0   0.99.beta11.debian-2 low-level Unicode character drawin
ii  libdbus-1-3 1.0.2-1  simple interprocess messaging syst
ii  libdbus-glib-1-20.71-3   simple interprocess messaging syst
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.2.1-5  FreeType 2 font engine, shared lib
ii  libfribidi0 0.10.7-4 Free Implementation of the Unicode
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libgl1-mesa-glx [li 6.5.1-0.6A free implementation of the OpenG
ii  libglib2.0-02.12.6-2 The GLib library of C routines
ii  libglu1-mesa [libgl 6.5.1-0.6The OpenGL utility library (GLU)
ii  libgtk2.0-0 2.8.20-7 The GTK+ graphical user interface 
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libiso9660-40.76-1   library to work with ISO9660 files
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libnotify1  0.4.3-1  sends desktop notifications to a n
ii  libpango1.0-0   1.14.8-5 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-1   PNG library - runtime
ii  libsdl-image1.2 1.2.5-3  image loading library for Simple D
ii  libsdl1.2debian 1.2.11-8 Simple DirectMedia Layer
ii  libsm6  1:1.0.1-3X11 Session Management library
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  libtar  1.2.11-4 C library for manipulating tar arc
ii  libtiff43.8.2-7  Tag Image File Format (TIFF) libra
ii  libvcdinfo0 0.7.23-3 library to extract information fro
ii  libvlc0 0.8.6.a.debian-4 multimedia player and streamer lib
ii  libwxbase2.6-0  2.6.3.2.1.5  wxBase library (runtime) - non-GUI
ii  libwxgtk2.6-0   2.6.3.2.1.5  wxWidgets Cross-platform C++ GUI t
ii  libx11-62:1.0.3-6X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.1-5X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxosd22.2.14-1.3   X On-Screen Display library - runt
ii  libxrandr2  2:1.1.0.2-5  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra
ii  libxv1  1:1.0.2-1X11 Video extension library
ii  libxxf86vm1 1:1.0.1-2X11 XFree86 video mode extension l
ii  ttf-dejavu  2.15-1   Vera font family derivate with add
ii  vlc-nox 0.8.6.a.debian-6 multimedia player and streamer (wi
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages vlc recommends:
ii  videolan-doc  20070315-1 documentation for the VideoLAN str

-- no debconf information


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



Bug#422579: [Debconf-devel] Bug#422579: debconf displays garbage characters when locale is set to UTF-8

2007-05-08 Thread Wei Chen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Joey Hess wrote:
 Wei Chen wrote:
 Tested with konsole and gnome terminal

 How to reproduce: try the following

 # LC_ALL=en_US.UTF-8 dpkg-reconfigure locales
 or
 # LC_CTYPE=en_US.UTF-8 dpkg-reconfigure locales
 
 I don't see any problems in gnome-terminal.
 

Hi,

Attached please find two screen snapshots FYI. Thank you.

snapshot2.png is the one with garbage characters.
snapshot3.png is the clean one.

- --
Cheers,

Wei Chen
http://www.acplex.com/people/wchen/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGQBL6CIqXQV6BF28RArWkAJ9NU8z8zgJOLgam4gC48eN0bniBrgCcDPpa
okAuG3Fxd60nk7xvLQfCC2A=
=Sp2k
-END PGP SIGNATURE-
inline: snapshot2.pnginline: snapshot3.png

snapshot2.png.sig
Description: Binary data


snapshot3.png.sig
Description: Binary data


Bug#422629: FTBFS: hbf2gf: error while loading shared libraries: libkpathsea.so.4: cannot open shared object file: No such file or directory

2007-05-08 Thread Frank Küster
reassign 422629 latex-cjk-common
tags 422629 patch
thanks

Michael Ablassmeier [EMAIL PROTECTED] wrote:

  hbf2gf: error while loading shared libraries: libkpathsea.so.4: cannot open 
 shared object file: No such file or directory
  make: *** [build-stamp] Error 127
  
 the full log can be found here:

  
 http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/hbf-cns40-1_1.0-3.1_sid32.buildlog
  

This one is not a bug in the package which FTBFS, but in
latex-cjk-common:

$ ldd /usr/bin/hbf2gf 
linux-gate.so.1 =  (0xe000)
libkpathsea.so.4 = /usr/lib/libkpathsea.so.4 (0xb7ed9000)
libc.so.6 = /lib/tls/i686/cmov/libc.so.6 (0xb7da8000)
/lib/ld-linux.so.2 (0xb7f02000)
$ dlocate bin/hbf2gf
latex-cjk-common: /usr/bin/hbf2gf
$ apt-cache show latex-cjk-common | grep ^Depends
Depends: tetex-base (= 3.0) | texlive-latex-base, tetex-bin (= 3.0) | 
texlive-base-bin

The fix is easy:

--- cjk-4.7.0+cvs20061019/debian/rules.orig 2007-05-08 08:07:35.0 
+0200
+++ cjk-4.7.0+cvs20061019/debian/rules  2007-05-08 08:07:37.0 +0200
@@ -109,9 +109,7 @@
dh_strip --exclude=.pl
dh_compress
dh_fixperms
-# Really necessary?
-#  dh_makeshlibs
-#  dh_shlibdeps
+   dh_shlibdeps
dh_installdeb
dh_gencontrol
dh_md5sums

Regards, Frank


-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#422761: Should conflict with splashy

2007-05-08 Thread Mark Purcell
Package: usplash
Version: 0.4-43-1
Severity: important

Unpacking usplash (from .../usplash_0.4-43-1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/usplash_0.4-43-1_i386.deb 
(--unpack):
trying to overwrite `/etc/lsb-base-logging.sh', which is also in package splashy

Mark


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

Kernel: Linux 2.6.20-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages usplash depends on:
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  initramfs-tools   0.87b  tools for generating an initramfs
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libusplash0   0.4-43-1   userspace bootsplash library

usplash recommends no packages.


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



Bug#422762: fvwm package has 2 gdm .desktop files installed

2007-05-08 Thread Eldarion Telcontar

Package: fvwm
Version: 2.5.18

$ sudo aptitude install fvwm
comment : this will install both /usr/share/xsessions/Fvwm.desktop and
/var/lib/menu-xdg/xsessions/X-Debian-WindowManagers-fvwm.desktop
comment : the latter isn't found by search on packages.debian.org or by
dpkg -S

problem noticed when subsequent login manager (gdm) is displayed, whereby
the Session choice menu will provide 2 choices for fvwm, one
for each .desktop entry.  (removing one of the .desktop files fixes
situation, but maybe the pkg shouldn't install one of them?)

I am using Debian GNU/Linux 4.0rev0 etch, kernel 2.6.18-4-686, and libc6
2.3.6.ds1-13. (fresh netinst install)


Bug#422763: defoma: Please add OpenType category

2007-05-08 Thread Theppitak Karoonboonyanan

Package: defoma
Version: 0.11.10-0.1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


I want to package OpenType (*.otf) fonts, but defoma lacks a category for it.
Please consider adding opentype category.

- -- System Information:
Debian Release: lenny/sid
 APT prefers unstable
 APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=th_TH.UTF-8, LC_CTYPE=th_TH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages defoma depends on:
ii  dialog1.1-20070409-2 Displays user-friendly dialog boxe
ii  file  4.20-5 Determines file type using magic
ii  perl  5.8.8-7Larry Wall's Practical Extraction
ii  whiptail  0.52.2-10  Displays user-friendly dialog boxe

Versions of packages defoma recommends:
pn  libft-perlnone (no description available)

- -- no debconf information

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

iD8DBQFGQBbpqgzR7tCLR/4RAqznAJ0UMQGDJdcIOvAz1DDv0CdD86I4jgCgmR7x
5gphLsZoEFg8JwO+67jhyk0=
=dCQl
-END PGP SIGNATURE-


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



Bug#422764: awffull: Awffull fails to detect countries using GeoIP library

2007-05-08 Thread Artyom Tchebotaryov
Package: awffull
Version: 3.7.4beta1-1
Severity: normal

Awffull fails to detect countries using GeoIP library despite of 
specifying 
GeoIP   yes
GeoIPDatabase /usr/share/GeoIP/GeoIP.dat
in .conf files.
I.e. the Usage by Country graph and table contain just Unknown entry. 
When I downloaded sources from http://www.stedee.id.au/awffull/, 
configured and compiled them without modifying anything I got a working 
version of awffull without any problem with GeoIP

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.17.11-060902 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages awffull depends on:
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libgd2-xpm2.0.34~rc1-2   GD Graphics Library version 2
ii  libpcre3  6.7-1  Perl 5 Compatible Regular Expressi
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  zlib1g1:1.2.3-13 compression library - runtime

awffull recommends no packages.

-- debconf information excluded


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



Bug#422765: pm-utils: Please move arch independent files from /usr/lib to /usr/share

2007-05-08 Thread Julien Valroff
Package: pm-utils
Version: 0.99.2-1
Severity: minor

Hi,

Thanks for your work on pm-utils.

I guess the architecture independent files should be moved to /usr/share. 
/usr/lib should
only contain arch dependent files as specified in the FHS: 
http://www.pathname.com/fhs/pub/fhs-2.3.html#USRSHAREARCHITECTUREINDEPENDENTDATA

Cheers,
Julien

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pm-utils depends on:
ii  powermgmt-base1.29   Common utils and configs for power

Versions of packages pm-utils recommends:
ii  hal0.5.8.1-9 Hardware Abstraction Layer
pn  radeontool none(no description available)
ii  uswsusp0.6~cvs20070202-1 tools to use userspace software su
ii  vbetool0.7-1.1   run real-mode video BIOS code to a

-- no debconf information



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



Bug#419974: mysql-dfsg-5.0: General update after the debconf review process

2007-05-08 Thread Christian Perrier
Quoting sean finney ([EMAIL PROTECTED]):
 hey christian,
 
 On Mon, 2007-05-07 at 20:27 +0200, Christian Perrier wrote:
  
  The attached tarball contains:
  
  - debian/changelog with the list of changes
  - debian/control with rewrites of packages' descriptions
  - debian/templates with all the rewritten templates file(s)
  - debian/po/*.po with all PO files (existing ones and new ones)
 
 just last night or so i committed all of the .po files that were
 floating in the bts against mysql-dfsg-5.0.  are there any
 changes/additions from there?  i'm perfectly fine with just plopping the

No additions. The content of debian/po in my tarball should just fit
what was in the BTS. 

However, I'm not sure whether this happens for mysql-dfsg-5.0, but
typos are sometimes discovered *after* the bug report by translators
and then I fix them both in the templates file(s) AND in the PO files.

So, I really suggest you pick up both the templates file, control file
AND PO files from my tarball.

Moreover, even if no such changes happen, my PO files are all
reformatted the same way while those submitted by translators may be
in various shapes and wrapping situations.


As said in the changelog entry:

  * Debconf templates and debian/control reviewed by the debian-l10n-
english team as part of the Smith review project. Closes: #419974
  * Debconf translation updates:
- French. Closes: #422187
- Galician. Closes: #420118
- Italian. Closes: #421349
- Brazilian Portuguese. Closes: #421516
- Arabic. Closes: #421751
- Czech. Closes: #421766
- Portuguese. Closes: #422428




signature.asc
Description: Digital signature


Bug#422766: Segmention fault when selecting buttons at menu with keyboard.

2007-05-08 Thread winterknight
Package: balder2d
Version: 1.0~rc1-1

To reproduce this bug (use keyboard, not mouse):

1) Start balder2d.
2) Tab to and select Options by pressing space or enter.
3) Tab to and select Player Setup by pressing space or enter.
4) Tab down to the Either Rotate Right/Left, Stick/Push Off, or Fire.
Press space or enter.
5) segfault

These directions do not always result in a segfault. About half the
time they do for me.

Here is an output log of several different sessions. For clarity, I've
added a space between each session. This space does not actually show
up on the command line.

[EMAIL PROTECTED]:~/package-lists$ balder2d 
Loading config manager
Initializing SDL.
Audio  video initialized correctly
creating renderer
creating sound manager
creating main menu
/usr/games/balder2d: line 16:  3898 Segmentation fault  
${bin_prefix}/balder2d/balder2d $CONFIG_FILE

[EMAIL PROTECTED]:~/package-lists$
balder2d Loading config manager
Initializing SDL.
Audio  video initialized correctly
creating renderer
creating sound manager
creating main menu

[EMAIL PROTECTED]:~/package-lists$ balder2d 
Loading config manager
Initializing SDL.
Audio  video initialized correctly
creating renderer
creating sound manager
creating main menu
/usr/games/balder2d: line 16:  3904 Segmentation fault  
${bin_prefix}/balder2d/balder2d $CONFIG_FILE

[EMAIL PROTECTED]:~/package-lists$
balder2d Loading config manager
Initializing SDL.
Audio  video initialized correctly
creating renderer
creating sound manager
creating main menu
/usr/games/balder2d: line 16:  3907 Segmentation fault  
${bin_prefix}/balder2d/balder2d $CONFIG_FILE



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



Bug#422640: linux-source-2.6.20: Changelog badly formatted?

2007-05-08 Thread Vincent Lönngren
mån 2007-05-07 klockan 23:01 -0600 skrev dann frazier:
 hey Vincent,
  linux-source-2.6.20 does not provide this changelog file, so if this
 is a bug it is most likely a bug in kernel-package. However, I can not
 reproduce with my usual make-kpkg commands.
 
 Please provide the command you executed to generate this error so that
 we might reproduce.
 

I'm afraid I've done something silly: investigating the problem, I
erased my source tree and unpacked a new one from the source package. In
retrospect I should just have renamed the old one. Now everything works
as expected, and I can't do any diffs to see what changed.

In case you're still interested, the command line was: sudo make-kpkg
--stem linux --config gconfig kernel_image.
-- 
Vincent Lönngren [EMAIL PROTECTED]



Bug#422768: [INTL:nl] Dutch po-debconf translation

2007-05-08 Thread cobaco (aka Bart Cornelis)
Package: havp
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgpbRcuZrVKHu.pgp
Description: PGP signature


Bug#422695: ocsinventory-agent: [debconf_rewrite] Debconf templates review

2007-05-08 Thread Christian Perrier
 Dear Debian maintainer,
 
 On Monday, May 07, 2007, I notified you of the beginning of a review process
  ^

Obvious bug in my script..:)



signature.asc
Description: Digital signature


Bug#422767: [INTL:nl] Dutch po-debconf translation

2007-05-08 Thread cobaco (aka Bart Cornelis)
Package: openssh
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgpPg60e7afaE.pgp
Description: PGP signature


Bug#422769: Please move /usr/lib/pm-utils/defaults to /etc

2007-05-08 Thread Julien Valroff
Package: pm-utils
Version: 0.99.2-1
Severity: normal

Hi,

/usr/lib/pm-utils/defaults is hard to find, and should be moved to /etc, either 
as /etc/pm-utils.conf or as /etc/default/pm-utils.

You could choose a symbolic link, and mark the original file as conffiles so as 
to avoid the changes made by the administrator to be overridden during an 
upgrade.

By the way, I am not sure to understand why sleep.d and power.d directories are 
both in
/usr/share and /etc/ - I guess some administrators will have to aply changes to 
the scripts
shipped in the package, it would be easier and safer to put all these scripts 
in /etc.

Cheers,
Julien

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pm-utils depends on:
ii  powermgmt-base1.29   Common utils and configs for power

Versions of packages pm-utils recommends:
ii  hal0.5.8.1-9 Hardware Abstraction Layer
pn  radeontool none(no description available)
ii  uswsusp0.6~cvs20070202-1 tools to use userspace software su
ii  vbetool0.7-1.1   run real-mode video BIOS code to a

-- no debconf information



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



Bug#422770: bzr-gtk - FTBFS: python2.5: command not found

2007-05-08 Thread Bastian Blank
Package: bzr-gtk
Version: 0.15.2-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of bzr-gtk_0.15.2-1 on lxdebian.bfinv.de by sbuild/s390 98
[...]
 touch python-build-stamp-2.4
 cd .  python2.5 setup.py build 
 --build-base=/build/buildd/bzr-gtk-0.15.2/./build
 /bin/sh: python2.5: command not found
 make: *** [python-build-stamp-2.5] Error 127
 **
 Build finished at 20070507-1723
 FAILED [dpkg-buildpackage died]


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



Bug#422773: alsa-tools-gui does not include .desktop files

2007-05-08 Thread Emmet Hikory

Package: alsa-tools
Version: 1.0.13-1
Tags: patch
Severity: wishlist

   It was reported in the Ubuntu bugtracker (1) that the utilities
included in alta-tools-gui did not include .desktop files.  I have
attached a patch which includes candidate .desktop files for all
programs, and the necessary glue for installation.

(1) https://bugs.launchpad.net/ubuntu/+source/alsa-tools/+bug/58309

--
Emmet HIKORY
only in patch2:
unchanged:
--- alsa-tools-1.0.13.orig/debian/echomixer.desktop
+++ alsa-tools-1.0.13/debian/echomixer.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=Echomixer
+GenericName=
+Comment=control tool for Echoaudio soundcards
+Icon=
+Exec=echomixer
+Terminal=false
+Categories=AudioVideo;Audio;Utility;
only in patch2:
unchanged:
--- alsa-tools-1.0.13.orig/debian/envy24_control.desktop
+++ alsa-tools-1.0.13/debian/envy24_control.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=Envy24 control
+GenericName=
+Comment=control tool for Envy24 (ice1712) based soundcards
+Icon=
+Exec=envy24control
+Terminal=false
+Categories=AudioVideo;Audio;Utility;
only in patch2:
unchanged:
--- alsa-tools-1.0.13.orig/debian/hdspconf.desktop
+++ alsa-tools-1.0.13/debian/hdspconf.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=HDSPConf
+GenericName=
+Comment=GUI program to control the Hammerfall HDSP Alsa Settings
+Icon=
+Exec=hdspconf
+Terminal=false
+Categories=AudioVideo;Audio;Utility;
only in patch2:
unchanged:
--- alsa-tools-1.0.13.orig/debian/hdspmixer.desktop
+++ alsa-tools-1.0.13/debian/hdspmixer.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=HDSPMixer
+GenericName=
+Comment=tool to control the advanced routing features of the RME Hammerfall DSP
+Icon=
+Exec=hdspmixer
+Terminal=false
+Categories=AudioVideo;Audio;Utility;
only in patch2:
unchanged:
--- alsa-tools-1.0.13.orig/debian/rmedigicontrol.desktop
+++ alsa-tools-1.0.13/debian/rmedigicontrol.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=Rmedigicontrol
+GenericName=
+Comment=control tool for RME Digi32 and RME Digi96 soundcards
+Icon=
+Exec=rmedigicontrol
+Terminal=false
+Categories=AudioVideo;Audio;Utility;
only in patch2:
unchanged:
--- alsa-tools-1.0.13.orig/debian/alsa-tools-gui.install
+++ alsa-tools-1.0.13/debian/alsa-tools-gui.install
@@ -0,0 +1,5 @@
+debian/echomixer.desktop usr/share/applications
+debian/envy24_control.desktop usr/share/applications
+debian/hdspconf.desktop usr/share/applications
+debian/hdspmixer.desktop usr/share/applications
+debian/rmedigicontrol.desktop usr/share/applications
only in patch2:
unchanged:
--- alsa-tools-1.0.13.orig/debian/alsa-tools-gui.dirs
+++ alsa-tools-1.0.13/debian/alsa-tools-gui.dirs
@@ -0,0 +1 @@
+usr/share/applications


Bug#422772: qgis - FTBFS: link: `/usr/lib/libhdf5.la' is not a valid libtool archive

2007-05-08 Thread Bastian Blank
Package: qgis
Version: 0.8.0-3
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of qgis_0.8.0-3 on debian-31.osdl.marist.edu by sbuild/s390 98
[...]
 ar cru .libs/libqgis_core.a  libqgis_core_la-qgis.o 
 libqgis_core_la-qgsapplication.o libqgis_core_la-qgsbookmarkitem.o 
 libqgis_core_la-qgsclipper.o libqgis_core_la-qgscolortable.o 
 libqgis_core_la-qgscontexthelp.o libqgis_core_la-qgscustomsymbol.o 
 libqgis_core_la-qgsdatamanager.o libqgis_core_la-qgsdatasource.o 
 libqgis_core_la-qgsdistancearea.o libqgis_core_la-qgsexception.o 
 libqgis_core_la-qgsfeature.o libqgis_core_la-qgsfeatureattribute.o 
 libqgis_core_la-qgsfield.o libqgis_core_la-qgsgeometry.o 
 libqgis_core_la-qgsgeometryvertexindex.o libqgis_core_la-qgshttptransaction.o 
 libqgis_core_la-qgslabelattributes.o libqgis_core_la-qgsline.o 
 libqgis_core_la-qgslinesymbol.o libqgis_core_la-qgslogger.o 
 libqgis_core_la-qgsmaptopixel.o libqgis_core_la-qgsmarkercatalogue.o 
 libqgis_core_la-qgsmarkersymbol.o 
 libqgis_core_la-qgsnumericsortlistviewitem.o libqgis_core_la-qgspluginitem.o 
 libqgis_core_la-qgspluginregistry.o libqgis_core_la-qgspoint.o 
 libqgis_core_la-qgspolygonsymbol.o libqgis_core_la-qgsprojectproperty.o 
 libqgis_core_la-qgsprovidercountcalcevent.o 
 libqgis_core_la-qgsproviderextentcalcevent.o 
 libqgis_core_la-qgsprovidermetadata.o libqgis_core_la-qgsproviderregistry.o 
 libqgis_core_la-qgsrangerenderitem.o libqgis_core_la-qgsrasterdataprovider.o 
 libqgis_core_la-qgsrect.o libqgis_core_la-qgsrenderer.o 
 libqgis_core_la-qgsrenderitem.o libqgis_core_la-qgsscalecalculator.o 
 libqgis_core_la-qgssearchstring.o libqgis_core_la-qgssearchstringlexer.o 
 libqgis_core_la-qgssearchstringparser.o libqgis_core_la-qgssearchtreenode.o 
 libqgis_core_la-qgssymbol.o libqgis_core_la-qgssymbologyutils.o 
 libqgis_core_la-qgsvectordataprovider.o libqgis_core_la-qgscontexthelp.moc.o 
 libqgis_core_la-qgsdataprovider.moc.o 
 libqgis_core_la-qgshttptransaction.moc.o 
 libqgis_core_la-qgsrasterdataprovider.moc.o
 ranlib .libs/libqgis_core.a
 creating libqgis_core.la
 /bin/sed: can't read /usr/lib/libhdf5.la: No such file or directory
 libtool: link: `/usr/lib/libhdf5.la' is not a valid libtool archive
 make[5]: *** [libqgis_core.la] Error 1
 make[5]: Leaving directory `/build/buildd/qgis-0.8.0/src/core'
 make[4]: *** [all] Error 2
 make[4]: Leaving directory `/build/buildd/qgis-0.8.0/src/core'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory `/build/buildd/qgis-0.8.0/src'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/qgis-0.8.0'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/qgis-0.8.0'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20070504-1201
 FAILED [dpkg-buildpackage died]



Bug#422774: yate - FTBFS: cannot stat `./debian/tmp/usr/lib/yate/modules/speexcodec.yate': No such file or directory

2007-05-08 Thread Bastian Blank
Package: yate
Version: 1.2.0-1.dfsg-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of yate_1.2.0-1.dfsg-1 on debian-31.osdl.marist.edu by 
 sbuild/s390 98
[...]
 dh_install -a
 cp: cannot stat `./debian/tmp/usr/lib/yate/modules/speexcodec.yate': No such 
 file or directory
 dh_install: command returned error code 256
 make: *** [binary-arch] Error 1
 **
 Build finished at 20070507-1328
 FAILED [dpkg-buildpackage died]


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



Bug#422771: kptc - FTBFS: error: qlist.h: No such file or directory

2007-05-08 Thread Bastian Blank
Package: kptc
Version: 0.2-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of kptc_0.2-1 on lxdebian.bfinv.de by sbuild/s390 98
[...]
 if s390-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde 
 -I/usr/share/qt3/include -I.-DQT_THREAD_SUPPORT  -D_REENTRANT  
 -Wnon-virtual-dtor -Wno-long-long -Wbad-function-cast -Wundef -Wall -pedantic 
 -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi 
 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 
 -fno-exceptions -fno-check-new -MT mytermout.o -MD -MP -MF 
 .deps/mytermout.Tpo -c -o mytermout.o mytermout.cpp; \
   then mv -f .deps/mytermout.Tpo .deps/mytermout.Po; else rm -f 
 .deps/mytermout.Tpo; exit 1; fi
 cc1plus: warning: command line option -Wbad-function-cast is valid for 
 C/ObjC but not for C++
 cc1plus: warning: command line option -Wmissing-prototypes is valid for 
 Ada/C/ObjC but not for C++
 In file included from mytermout.cpp:19:
 mytermout.h:31:19: error: qlist.h: No such file or directory
 mytermout.cpp:84: warning: unused parameter 'col'
 mytermout.cpp: In member function 'void MyTermout::appendChar(char)':
 mytermout.cpp:194: warning: negative integer implicitly converted to unsigned 
 type
 mytermout.cpp:198: warning: negative integer implicitly converted to unsigned 
 type
 make[3]: *** [mytermout.o] Error 1
 make[3]: Leaving directory `/build/buildd/kptc-0.2/kptc'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/kptc-0.2'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/kptc-0.2'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20070507-1942
 FAILED [dpkg-buildpackage died]


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



Bug#353641: gaim-plugin-pack: conflicts with existing Gaim plug-ins

2007-05-08 Thread Martin-Éric Racine

On 5/7/07, Benjamin Seidenberg [EMAIL PROTECTED] wrote:

Martin-Éric Racine wrote:
 I'd like to point out that Gaim Plug-in Pack Conflicts with several
 existing separate packages, such as gaim-irchelper. This should be
 thoroughly checked and Conflicts items be inserted in the control
 file, as appropriate.


Will do. Any help on this would be appreciated.

 Additionally, the package really should be called pidgin-plugin-pack
 to reflect the upstream renaming.
Noted.

 As I already maintain gaim-irchelper, I could help package this
 Plug-in Pack, if necessary. This can be done now, as Pidgin just
 entered unstable.


I have some preliminary packaging done. There was some automagic stuff
that was sub-optimal that was fixed in a later upstream. I was waiting
for the etch freeze to end then the pidgin rename. I'm in the middle of
my exam study period right now, hopefully I'll have time to work on the
plugin pack soon. If you want to help, I'll be happy to put my work so
far online.


See Bug#422707.  Once the plug-in pack is packaged, gaim-irchelper
should be removed. This also means that pidgin-plugin-pack should
Conflicts and Provides gaim-irchelper, for users upgrading from Etch.

--
Martin-Éric Racine
http://q-funk.iki.fi


Bug#422767: [INTL:nl] Dutch po-debconf translation

2007-05-08 Thread Christian Perrier
Quoting cobaco (aka Bart Cornelis) ([EMAIL PROTECTED]):
 Package: openssh
 Severity: wishlist
 Tags: patch l10n
 
 Please find attached the dutch po-debconf translation. Please add 
 it to your next package revision, it should be inserted in your package 
 build-tree as debian/po/nl.po, TIA.
 
 Feel free to mail me if this file needs updating at some future date.


A sentence had be changed from the README.Debian fileS to the
README.Debian file.

My poor understading of Dutch shows me that you anyway didn't use the
plural in your translation so we can safely unfuzzy the file as
attached. Please confirm.




nl.po
Description: application/gettext


signature.asc
Description: Digital signature


Bug#422133: context: segfault in texshow (Perl-tk)

2007-05-08 Thread Frank Küster
Florent Rougon [EMAIL PROTECTED] wrote:

 Frank Küster [EMAIL PROTECTED] wrote:

 In order to reproduce it in a chroot, I need to set it up with X
 access.  I've done that once in my static chroot, but I can't remember
 how to do it.  Is there a HOWTO somewhere?

 I don't know if there is a HOWTO, but it was discussed recently on
 -mentors (and I posted in the thread, if that can help you find it).

Thanks - it was the bind-mounting of /tmp which was missing.

Regards, Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#422776: amsn - FTBFS: strip: Unable to recognise the format of the input file `debian/amsn/usr/lib/amsn/utils/Tclxml/libTclxml3.1.so'

2007-05-08 Thread Bastian Blank
Package: amsn
Version: 0.96+dfsg1-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of amsn_0.96+dfsg1-1 on debian-31.osdl.marist.edu by 
 sbuild/s390 98
[...]
 dh_link
 dh_strip
 strip: Unable to recognise the format of the input file 
 `debian/amsn/usr/lib/amsn/utils/Tclxml/libTclxml3.1.so'
 dh_strip: command returned error code 256
 make: *** [binary-arch] Error 1
 **
 Build finished at 20070508-0107
 FAILED [dpkg-buildpackage died]


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



Bug#422775: cron and anacron could work together better.

2007-05-08 Thread winterknight
Package: cron
Version: 3.0pl1-100
Severity: wishlist
Tags: patch

It's great that cron and anacron work well together, and that
/etc/crontab has code to defer to anacron if anacron is installed.
However, more can be done to make these programs work well
together, and it isn't very hard.

cron generally makes anacron unnecessary on computers that run for
long periods of time without shutting down or restarting. anacron
generally makes cron unnecessary on computers that are never on for
more than 24 hours.

But what about computers that are usually turned off every day, but
sometimes run for several days, or weeks straight? As it is, cron
defers to anacron, which only runs the daily and weekly scripts at
startup, if necessary. This means, that if anacron is installed,
and the user runs his computer for several days, then the daily
jobs don't run. If he runs his computer for several weeks, then
neither the daily nor weekly jobs run, and the monthly jobs might
get behind too.

With my patch, instead of cron just exiting, it calls anacron to do
the work cron would have done. If the daily work has already been
done today, or if the weekly work has already been done in the past
7 days, anacron just exits. However, if the computer has been on
for more than a day, or more than a week, anacron will do it's
jobs, just as if the computer just booted.

The great thing about this patch is that there are no negative effects.
You can run anacron 100 times an hour, and it will not execute its jobs
more often than it is supposed to.

This patch also removes the blank lines at the end. It isn't
necessary, but excessive blank lines are kind of annoying. I don't
know why they are there.

I can't take full credit for this patch. I think I read about it
somewhere online.

Patch:
--- /etc/crontab.old2007-05-07 02:23:00.0 -0700
+++ /etc/crontab2007-05-07 02:21:47.0 -0700
@@ -10,8 +10,9 @@
 # m h dom mon dow user command
 17 *   * * *   rootcd /  run-parts --report /etc/cron.hourly
 25 6   * * *   roottest -x /usr/sbin/anacron || ( cd /  run-parts 
--report /etc/cron.daily )
+25 6   * * *   roottest -x /usr/sbin/anacron  anacron
 47 6   * * 7   roottest -x /usr/sbin/anacron || ( cd /  run-parts 
--report /etc/cron.weekly )
+47 6   * * 7   roottest -x /usr/sbin/anacron  anacron
 52 6   1 * *   roottest -x /usr/sbin/anacron || ( cd /  run-parts 
--report /etc/cron.monthly )
+52 6   1 * *   roottest -x /usr/sbin/anacron  anacron
 #
-
-


-Brandon



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



Bug#422744: tzdata: [INTL:th] Thai translation update

2007-05-08 Thread Christian Perrier
Quoting Theppitak Karoonboonyanan ([EMAIL PROTECTED]):
 Package: tzdata
 Version: 2007e-7
 Severity: wishlist
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 Please update Thai debconf translation.


103 untranslated. Is that expected?



signature.asc
Description: Digital signature


Bug#418837: libnspr4

2007-05-08 Thread Theppitak Karoonboonyanan

On 5/4/07, Theppitak Karoonboonyanan [EMAIL PROTECTED] wrote:


No. Just alternative dependencies (libnspr4-0d | iceweasel | iceape-browser)
is enough.


The changes are way too much for an NMU. I've stripped all irrelevant
changes in this new patch.

--
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/


swfdec-mozilla_0.4.3-2.1.debdiff
Description: Binary data


Bug#422687: libkrb53 1.6.dfsg.1-2 causes crash in SSH

2007-05-08 Thread Jon DeVree
Well I've linked it to having KerberosAuthentication enabled in openssh,
but the crashes do show up in other locations. Since it was working
Friday and not Monday and I haven't touched the configuration I'd assume
a package upgrade broke it. I'm not sure which package to really place
the blame on but libkrb53 was updated and openssh-server wasn't.

While I linked it to the KerberosAuthentication option, it does break
accounts that are just locally in /etc/passwd too. Lucky for me public
key auth and gssapi auth still work.

Various deaths that I've recorded now:
0xb7da7930 in _tr_flush_block () from /usr/lib/libz.so.1
0xb7d9d930 in ?? () from /lib/libcrypt.so.1
0xb7cda930 in krb5_realm_iterator_create (context=0x80b5300, iter_p=0x0)
0xb7d2f930 in ?? () from /usr/lib/libgssapi_krb5.so.2

I'll force a downgrade of libkrb5 on one of my machines and see if that
fixes it. Attached is the full log of sshd crashing and my sshd_config.
-- 
Jon
All things change in a dynamic environment.
Your effort to remain what you are is what limits you.
- The Puppet Master
debug2: load_server_config: filename /etc/ssh/sshd_config

debug2: load_server_config: done config len = 842

debug2: parse_server_config: config /etc/ssh/sshd_config len 842

debug1: sshd version OpenSSH_4.3p2 Debian-10

debug3: Not a RSA1 key file /etc/ssh/ssh_host_rsa_key.

debug1: read PEM private key done: type RSA

debug1: private host key: #0 type 1 RSA

debug3: Not a RSA1 key file /etc/ssh/ssh_host_dsa_key.

debug1: read PEM private key done: type DSA

debug1: private host key: #1 type 2 DSA

debug1: rexec_argv[0]='/usr/sbin/sshd'

debug1: rexec_argv[1]='-ddd'

debug2: fd 3 setting O_NONBLOCK

debug1: Bind to port 22 on ::.

Server listening on :: port 22.

debug2: fd 4 setting O_NONBLOCK

debug1: Bind to port 22 on 0.0.0.0.

debug3: fd 4 is not O_NONBLOCK

debug1: Server will not fork when running in debugging mode.

debug3: send_rexec_state: entering fd = 7 config len 842

debug3: ssh_msg_send: type 0

debug3: send_rexec_state: done

debug1: rexec start in 4 out 4 newsock 4 pipe -1 sock 7

debug1: inetd sockets after dupping: 3, 3

debug3: Normalising mapped IPv4 in IPv6 address

Connection from 10.222.173.2 port 40536

debug1: Client protocol version 2.0; client software version OpenSSH_4.3p2 
Debian-10

debug1: match: OpenSSH_4.3p2 Debian-10 pat OpenSSH*

debug1: Enabling compatibility mode for protocol 2.0

debug1: Local version string SSH-2.0-OpenSSH_4.3p2 Debian-10

debug2: fd 3 setting O_NONBLOCK

debug3: privsep user:group 100:65534

debug1: permanently_set_uid: 100/65534

debug1: list_hostkey_types: ssh-rsa,ssh-dss

debug1: SSH2_MSG_KEXINIT sent

debug1: SSH2_MSG_KEXINIT received

debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1

debug2: kex_parse_kexinit: ssh-rsa,ssh-dss

debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr

debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr

debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL 
PROTECTED],hmac-sha1-96,hmac-md5-96

debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL 
PROTECTED],hmac-sha1-96,hmac-md5-96

debug2: kex_parse_kexinit: none,[EMAIL PROTECTED]

debug2: kex_parse_kexinit: none,[EMAIL PROTECTED]

debug2: kex_parse_kexinit: 

debug2: kex_parse_kexinit: 

debug2: kex_parse_kexinit: first_kex_follows 0 

debug2: kex_parse_kexinit: reserved 0 

debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1

debug2: kex_parse_kexinit: ssh-rsa,ssh-dss

debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr

debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr

debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL 
PROTECTED],hmac-sha1-96,hmac-md5-96

debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL 
PROTECTED],hmac-sha1-96,hmac-md5-96

debug2: kex_parse_kexinit: none,[EMAIL PROTECTED],zlib

debug2: kex_parse_kexinit: none,[EMAIL PROTECTED],zlib

debug2: kex_parse_kexinit: 

debug2: kex_parse_kexinit: 

debug2: kex_parse_kexinit: first_kex_follows 0 

debug2: kex_parse_kexinit: reserved 0 

debug2: mac_init: found hmac-md5

debug1: kex: client-server aes128-cbc hmac-md5 none

debug2: mac_init: found hmac-md5

debug1: kex: server-client aes128-cbc hmac-md5 none

debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received

debug3: mm_request_send entering: type 0

debug3: mm_choose_dh: waiting for MONITOR_ANS_MODULI

debug3: 

Bug#422744: tzdata: [INTL:th] Thai translation update

2007-05-08 Thread Theppitak Karoonboonyanan

On 5/8/07, Christian Perrier [EMAIL PROTECTED] wrote:

103 untranslated. Is that expected?


Yes. The translations are based on official reference materials,
or by some inference from official deromanization principles.
The untranslated strings just lack supporing reference for the
time being.

--
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/


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



Bug#422767: [INTL:nl] Dutch po-debconf translation

2007-05-08 Thread cobaco (aka Bart Cornelis)
On Tuesday 08 May 2007, you wrote:
 A sentence had be changed from the README.Debian fileS to the
 README.Debian file.

 My poor understading of Dutch shows me that you anyway didn't use the
 plural in your translation so we can safely unfuzzy the file as
 attached. Please confirm.

plural was used - fixed file attached
-- 
Cheers, cobaco (aka Bart Cornelis)


nl.po
Description: application/gettext


pgpm0yXL1eSXP.pgp
Description: PGP signature


Bug#422729: [ppc] recent snapshot doesn't work at all and drops me to OF

2007-05-08 Thread Robert Millan
tags 422729 help
thanks

On Tue, May 08, 2007 at 01:02:57AM +0200, Jordi Mallach wrote:
 Package: grub2
 Version: 1.95+20070505-1
 Severity: critical
 
 Hi,
 
 The 1.95+20070505-1 version of grub2 drops me to OF just after starting
 the system. I have only been able to boot after booting from CD and
 reinstalling an older grub2 (1.95-1, which doesn't give me a menu, but
 allows me to boot at least).

None of us has a powerpc system, so we really need help from someone who can
debug it (or someone who can donate hardware ;-)).

OTOH, maybe you can solve the problem by discussing it with upstream.  They
tend to be more clued than us ;-).

-- 
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#422767: [INTL:nl] Dutch po-debconf translation

2007-05-08 Thread Christian Perrier
Quoting cobaco (aka Bart Cornelis) ([EMAIL PROTECTED]):
 On Tuesday 08 May 2007, you wrote:
  A sentence had be changed from the README.Debian fileS to the
  README.Debian file.
 
  My poor understading of Dutch shows me that you anyway didn't use the
  plural in your translation so we can safely unfuzzy the file as
  attached. Please confirm.
 
 plural was used - fixed file attached

Thanks for confirmingthat my understading of Dutch is really
poor..:-)




signature.asc
Description: Digital signature


Bug#422777: xserver-xorg: MergedFB CRT2 Clone stopped working after reboot

2007-05-08 Thread Felix C. Stegerman
Package: xserver-xorg
Version: 1:7.2-3
Severity: normal

Hi,

When I rebooted my laptop (Apple iBook G4) this morning, the second
screen remained blank.  The Xorg.0.log config file shows No valid
mode found for CRTC2, disabling MergedFB.   I haven't changed my
xorg.conf since 2006-11-21, so I'm pretty sure it's related to a
recent Xorg update.  I can't be sure which one since I may have
updated Xorg more than once between reboots (and rarely restart X
other than on reboot).  I am however quite sure I haven't installed,
removed or reconfigured Xorg packages recently other than during
aptitude upgrades or aptitude dist-upgrades.  Also, I rebooted
sometime in the last two weeks without problems, so it must be a
problem with a recent Xorg update.  [yes, I aptitude up{date,grade}
more or less weekly]

I hope someone can help me out here, since I have no idea whatsoever
how to fix this (other than attempting some Xorg downgrades, but
that's hardly fixing).  If there's anything I can do myself (that
doesn't involve intimate knowledge of Xorg internals), please let me
know.


- Felix


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

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-04-20 13:15 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1996176 2007-04-27 00:28 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
:00:10.0 VGA compatible controller: ATI Technologies Inc M11 NV [FireGL 
Mobility T2e] (rev 80)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
lrwxrwxrwx 1 root root 34 2006-05-04 11:35 /etc/X11/xorg.conf - 
/etc/flx/cfg/vinter/xorg/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf
#
#   Felix C. Stegerman [EMAIL PROTECTED]
#   2006-11-21
#
# --
#
# Xorg X Window System server configuration file
#
# --

Section Files
  FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
  FontPath/usr/share/fonts/X11/misc
  FontPath/usr/share/fonts/X11/100dpi
  FontPath/usr/share/fonts/X11/75dpi
  FontPath/usr/share/fonts/X11/Type1
  FontPath/usr/share/fonts/truetype
EndSection

Section Module
  Loadbitmap
  Loaddbe
  Loadddc
  Loaddri
  Loadevdev
  Loadextmod
  Loadfreetype
  Loadglx
  Loadint10
  Loadrecord
  Loadtype1
  Loadvbe
EndSection

Section InputDevice
  Identifier  Keyboard
  Driver  keyboard
  Option  CoreKeyboard
  Option  XkbRules  xorg
  Option  XkbModel  pc105
  Option  XkbLayout us
EndSection

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

Section Device
  Identifier  ATI Card [primary]
  Driver  ati
  BusID   PCI:0:16:0
  Option  MergedFB  true
  Option  MetaModes 1024x768
  Option  MergedDPI 96 96
  Option  CRT2HSync 30.0-96.0
  Option  CRT2VRefresh  50.0-160.0
  Option  CRT2Position  Clone
EndSection

Section Device
  Identifier  ATI Card [secondary]
  Driver  ati
  BusID   PCI:0:16:0
  Screen  1
EndSection

Section Monitor
  Identifier  LCD Screen [internal]
  Option  DPMS
  Option  PanelSize 1024x768
EndSection

Section Monitor
  Identifier  CRT Screen [external]
  Option  DPMS
  HorizSync   30-96
  VertRefresh 50-160
  DisplaySize 346 260
EndSection

Section Screen
  Identifier  Screen [internal]
  Device  ATI Card [primary]
  Monitor LCD Screen [internal]
  DefaultDepth24
  SubSection Display
Depth 24
Modes 1024x768
  EndSubSection
EndSection

Section Screen
  Identifier  Screen [external]
  Device  ATI Card [secondary]
  Monitor CRT Screen [external]
  DefaultDepth24
  SubSection Display
Depth 24
Modes 1024x768
  EndSubSection
EndSection

Section ServerLayout
  Identifier  Layout
  Screen 0Screen [internal]
  InputDevice Keyboard
  InputDevice Mouse
  Option  AllowMouseOpenFail1
EndSection

Section DRI
  Group   video
  Mode0660
EndSection

# vim: set ft=xf86conf tw=70 sw=2 sts=2 et:


Xorg X server log files on system:
-rw-r--r-- 1 root root 53106 2006-05-26 01:01 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 51843 2006-05-26 

Bug#422687: libkrb53 1.6.dfsg.1-2 causes crash in SSH

2007-05-08 Thread Jon DeVree
Downgrading libkrb53 1.6.dfsg.1-2 to 1.4.4-8 does fix the problem for
me.
-- 
Jon
All things change in a dynamic environment.
Your effort to remain what you are is what limits you.
- The Puppet Master


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



Bug#422778: jed-extra: [debconf_rewrite] Debconf templates review

2007-05-08 Thread Christian Perrier
Package: jed-extra
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Saturday, April 21, 2007, I notified you of the beginning of a review process
concerning debconf templates for jed-extra.

The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.

Please review the suggested changes are suggested, and if you have any
objections, let me know in the next 3 days.

Please try to avoid uploading jed-extra with these changes right now.

The second phase of this process will begin on Friday, May 11, 2007, when I will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
Wednesday, May 23, 2007. Please avoid uploading a package with fixed or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

On Thursday, May 24, 2007, I will contact you again and will send a final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-486
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- 
/home/bubulle/travail/debian/rewrite/LCFC/jed-extra/jed-extra.old/debian/templates
  2007-04-16 20:15:33.569466868 +0200
+++ 
/home/bubulle/travail/debian/rewrite/LCFC/jed-extra/jed-extra/debian/templates  
2007-05-08 09:30:19.212330044 +0200
@@ -1,11 +1,20 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# for an advice to [EMAIL PROTECTED]
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: jed-extra/rm-site-defaults
 Type: boolean
 Default: false
 _Description: Remove old files in /etc/jed-init.d/?
- In the past, the jed-extra package put configuration files in
+ Former versions of the jed-extra package put configuration files in
  /etc/jed-init.d/, namely 05home-lib.sl, 50jed-extra.sl, and
- 55ispell.sl.  These files are not used anymore and should be deleted
+ 55ispell.sl. These files are not used anymore and should be deleted
  from the file system.
  .
- It seems you have modified one of these files, because one of their MD5 
- sums differ from the original values.
+ However, some of these files appear to have been manually
+ modified. Please confirm whether you want these files to be removed.
--- 
/home/bubulle/travail/debian/rewrite/LCFC/jed-extra/jed-extra.old/debian/control
2007-04-16 20:15:33.389455618 +0200
+++ 
/home/bubulle/travail/debian/rewrite/LCFC/jed-extra/jed-extra/debian/control
2007-05-02 18:10:04.064136372 +0200
@@ -16,25 +16,23 @@
 Suggests: slsh, slang-gdbm, dict, slang-curl, www-browser, a2ps
 Provides: dict-client, info-browser, man-browser
 Conflicts: dictionaries-common ( 0.14.0)
-Description: collection of useful JED modes and utilities
- The JED text editor can be easily extended using the SLang scripting
+Description: collection of useful Jed modes and utilities
+ The Jed text editor can be easily extended using the S-Lang scripting
  language.
  .
- This package contains add-on packages for the JED editor, mainly from the 
+ This package contains add-on packages for the Jed editor, mainly from the
  Jedmodes repository at SourceForge (http://jedmodes.sourceforge.net/)
  .
  Enhancements include:
-  * Interactive online-help browser
-  * file browser
   * dict dictionary client (including thesaurus)
-  * Brief and Vi editor emulation
-  * extended ispell support
-  * SLang calculator
-  * transparently open URLs from within JED
+  * editor emulation for Vi and Brief
+  * calculator, calendar and spellchecker modes
+  * URI-scheme handler (for transparent http: access, etc)
   * buffer history and fast switching between (auto-)numbered buffers
   * Game of Life and snake
   * extended set of Key_* variables for xjed
-  * Additional language modes: 
-   CSS1, email, gnuplot, make, man, mupad, po_mode, 
-   reStructured Text, yodl
+  * new or enhanced browsers:
+   file system, floppies (using mtools), Jed help, tarfiles, www
+  * additional language modes: 
+   CSS1, email, gnuplot, make, man, mupad, po_mode, rST, 

Bug#386712: /etc/init.d/makedev: Still present

2007-05-08 Thread Josh Triplett
Package: makedev
Version: 2.3.1-83
Followup-For: Bug #386712

Bug still present in 2.3.1-83

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-josh (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages makedev depends on:
ii  base-passwd   3.5.11 Debian base system master password

makedev recommends no packages.

-- no debconf information


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



Bug#420862: openssh: [INTL:ru] Updated Russian debconf templates translation

2007-05-08 Thread Christian Perrier
Quoting Christian Perrier ([EMAIL PROTECTED]):
 Quoting Yuriy Talakan' ([EMAIL PROTECTED]):
  Package: openssh
  Severity: wishlist
  Tags: patch l10n
  
  
  
  Plase use attached file
 
 
 
 The file had an error on line 132. You can't use a #| comment before
 other comments. I suggest you validate PO files with:
 
 msgfmt -o /dev/null -c file
 
 before sending them
 
 Please also check the attached file. I made a small correction
 yeterday after a translator's remark and we changes README.Debian
 files to README.Debian file.
 
 Apparently you did use the plural there you we need you to slightly
 update that translation.


So far, there has been no answer to this requestthe end of the
call for translation updates is coming.




signature.asc
Description: Digital signature


Bug#422780: openttd: [INTL:sv] Swedish debconf templates translation update

2007-05-08 Thread Daniel Nylander
Package: openttd
Severity: wishlist
Tags: patch l10n


Here is the updated Swedish debconf translation for openttd

Regards,
Daniel

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.17.4
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=UTF-8) (ignored: LC_ALL set to 
sv_SE)
Shell: /bin/sh linked to /bin/bash
# Swedish translation for openttd debconf template.
# Copyright (C) 2007 Free Software Foundation, Inc.
# This file is distributed under the same license as the openttd package.
# Daniel Nylander [EMAIL PROTECTED], 2007.
#
msgid 
msgstr 
Project-Id-Version: openttd\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-05-08 09:39+0200\n
PO-Revision-Date: 2007-05-08 09:47+0100\n
Last-Translator: Daniel Nylander [EMAIL PROTECTED]\n
Language-Team: Swedish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: error
#. Description
#: ../templates:2001
msgid Data files needed
msgstr Datafiler behövs

#. Type: error
#. Description
#: ../templates:2001
msgid For its operation, OpenTTD needs the data files from the original 
Transport Tycoon Deluxe game.
msgstr För att fungera behöva OpenTTD datafilerna från det ursprungliga spelet 
Transport Tycoon Deluxe.

#. Type: error
#. Description
#: ../templates:2001
msgid See the /usr/share/doc/openttd/README.Debian file for more details about 
the needed files and their location.
msgstr Se filen /usr/share/doc/openttd/README.Debian för mer information om de 
nödvändiga filera och var de finns någonstans.

#~ msgid You need to install data files
#~ msgstr Du behöver installera datafilerna
#~ msgid 
#~ OpenTTD needs the data files from the original Transport Tycoon Deluxe 
#~ game to run. You should install these data files before you can play the 
#~ game. See README.Debian for more details on which files need to be copied 
#~ where.
#~ msgstr 
#~ OpenTTD behöver datafilerna från det ursprungliga spelet Transport Tycoon 
#~ Deluxe för att kunna köras. Du måste installera dessa datafiler innan du 
#~ kan spela spelet. Se README.Debian för fler detaljer om vilka filer som 
#~ behöver kopieras.



Bug#422779: rott: [INTL:sv] Swedish debconf templates translation update

2007-05-08 Thread Daniel Nylander
Package: rott
Severity: wishlist
Tags: patch l10n


Here is the updated Swedish debconf translation for rott

Regards,
Daniel

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.17.4
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=UTF-8) (ignored: LC_ALL set to 
sv_SE)
Shell: /bin/sh linked to /bin/bash
# Swedish translation for rott debconf template.
# Copyright (C) 2007 Free Software Foundation, Inc.
# This file is distributed under the same license as the rott package.
# Daniel Nylander [EMAIL PROTECTED], 2007.
#
msgid 
msgstr 
Project-Id-Version: rott\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-05-08 09:41+0200\n
PO-Revision-Date: 2007-05-08 09:47+0100\n
Last-Translator: Daniel Nylander [EMAIL PROTECTED]\n
Language-Team: Swedish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../templates:2001
msgid Download shareware data files?
msgstr Hämta datafiler från sharewareversionen?

#| msgid 
#| Rise of the Triad requires additional data files which are not available 
#| under a free software license and cannot be distributed by Debian. You 
#| may choose to automatically download the shareware data files from the 
#| internet and install them into your system now.
#. Type: boolean
#. Description
#: ../templates:2001
msgid The Rise of the Triad game requires additional data files which are not 
available under a free license and cannot be distributed by Debian. You may 
choose to automatically download the shareware data files from the Internet and 
install them on the system now.
msgstr Rise of the Triad kräver ytterligare datafiler som inte finns 
tillgängliga under en fri licens och kan därför inte distribueras av Debian. Du 
kan välja att automatiskt hämta ner datafilerna från sharewareversionen från 
Internet och installera dem på ditt system.

#. Type: boolean
#. Description
#: ../templates:2001
msgid The installation will require about 15 MB of free disk space.
msgstr Installationen kräver ungefär 15 MB ledigt utrymme på din hårddisk.



Bug#422781: /etc/init.d/hplip: sleeps for 2 seconds after stopping each daemon

2007-05-08 Thread Josh Triplett
Package: hplip
Version: 1.6.10-4
Severity: normal
File: /etc/init.d/hplip

/etc/init.d/hplip contains:
stop_daemon() {
[...]
if start-stop-daemon --stop --quiet --pidfile ${PIDFILE} \
--retry 10 --name ${PROCNAME} \
/dev/null 21 ; then
# success
DIDSOMETHING=1
# FIXME: change hpiod so that this is not necessary
sleep 2
[...]

The script later calls stop_daemon once for each of the two daemons in hplip.

Documenting this in a bugreport so it does not get lost as a perpetual FIXME.

Does hpiod still need this?  If not, removing it would cut 4 seconds off of
shutdown time.

Even if hpiod still requires this sleep, restructuring the init script
shutdown code to only sleep for hpiod and not for hpssd would cut 2 seconds
off of shutdown time.

- Josh Triplett

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-josh (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages hplip depends on:
ii  adduser   3.102  Add and remove users and groups
ii  coreutils 5.97-5.3   The GNU core utilities
ii  cupsys1.2.7-4Common UNIX Printing System(tm) - 
ii  hplip-data1.6.10-4   HP Linux Printing and Imaging - da
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libcupsys21.2.7-4Common UNIX Printing System(tm) - 
ii  libgcc1   1:4.1.2-6  GCC support library
ii  libsnmp10 5.3.1-5NET SNMP (Simple Network Managemen
ii  libssl0.9.8   0.9.8e-4   SSL shared libraries
ii  libstdc++64.1.2-6The GNU Standard C++ Library v3
ii  libusb-0.1-4  2:0.1.12-7 userspace USB programming library
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip
ii  python2.4.4-3An interactive high-level object-o
ii  python-qt33.16-1.2   Qt3 bindings for Python
ii  python-support0.6.3  automated rebuilding support for p

Versions of packages hplip recommends:
ii  cupsys-client1.2.7-4 Common UNIX Printing System(tm) - 
ii  hpijs2.6.10+1.6.10-4 HP Linux Printing and Imaging - gs
ii  hpijs-ppds   2.6.10+1.6.10-4 HP Linux Printing and Imaging - HP
ii  linuxprinting.org-ppds   20061031-1  linuxprinting.org printer support 
ii  python-reportlab 2.0dfsg-1   ReportLab library to create PDF do

-- no debconf information


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



Bug#422782: eject: [INTL:eu] Basque debconf translation

2007-05-08 Thread Piarres Beobide
Package: eject
Version: 2.1.4-4
Severity: wishlist
Tags: patch l10n d-i

Hi


Atached eject debconf template basque translation, please commit it.


thx

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.20
Locale: LANG=eu_ES, LC_CTYPE=eu_ES (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages eject depends on:
ii  libc6 2.5-5  GNU C Library: Shared libraries

eject recommends no packages.

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

#. Type: text
#. description
#: ../eject-udeb.templates:3
msgid Eject a CD from the drive
msgstr CD-a gailutik egotzi


Bug#412060: dependency

2007-05-08 Thread Gürkan Sengün

this package needs to have #413047 closed first,
it's available here:
http://gnu.ethz.ch/debian/libfreebasic/


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



Bug#422783: netdude: Invalid memory reference

2007-05-08 Thread Manolo Díaz

Package: netdude
Version: 0.3.3-2.2
Severity: important
File: /usr/bin/netdude

*** Please describe what you were doing when the application crashed ***

I was only trying to launch netdude and then an icedove window appeared
inviting me to report a bug.
Please, note that the severity was automatically set to important, but
this bug renders netdude completely unusable for me.

(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0x2b21b1156005 in ?? ()
#0 0x2b21b1156005 in ?? ()
#1 0x in ?? ()

-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (101, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.20
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages netdude depends on:
ii libc6 2.5-7 GNU C Library: Shared libraries
ii libglib1.2 1.2.10-17 The GLib library of C routines
ii libgtk1.2 1.2.10-18 The GIMP Toolkit set of widgets fo
ii libnetdude 0.3.3-2.2 NETwork DUmp data Displayer and Ed
ii libpcap0.7 0.7.2-7 System interface for user-level pa
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar
ii libxi6 1:1.0.1-4 X11 Input extension library

netdude recommends no packages.



--

Non automatically collected crash information, perhaps it's interesting:


Gdk-CRITICAL **: file gdkfont.c: line 237 (gdk_font_ref): assertion
`font != NULL' failed.

Gdk-CRITICAL **: file gdkfont.c: line 250 (gdk_font_unref): assertion
`font != NULL' failed.

Gdk-CRITICAL **: file gdkfont.c: line 335 (gdk_string_width): assertion
`font != NULL' failed.

Gdk-CRITICAL **: file gdkfont.c: line 411 (gdk_text_width_wc): assertion
`font != NULL' failed.
Application netdude (pid 24674) crashed
Please wait while collecting information about the crash...
Extracting application trace...
BFD: /lib/libdl.so.2: don't know how to handle OS specific section
`.gnu.hash' [0x6ff6]
Error while mapping shared library sections:
/lib/libdl.so.2: not in executable format: File format not recognized.
BFD: /lib/libm.so.6: don't know how to handle OS specific section
`.gnu.hash' [0x6ff6]
Error while mapping shared library sections:
/lib/libm.so.6: not in executable format: File format not recognized.
BFD: /lib/libc.so.6: don't know how to handle OS specific section
`.gnu.hash' [0x6ff6]
Error while mapping shared library sections:
/lib/libc.so.6: not in executable format: File format not recognized.
BFD: /lib64/ld-linux-x86-64.so.2: don't know how to handle OS specific
section `.gnu.hash' [0x6ff6]
Error while mapping shared library sections:
/lib64/ld-linux-x86-64.so.2: not in executable format: File format not
recognized.
BFD: /lib/libnss_compat.so.2: don't know how to handle OS specific
section `.gnu.hash' [0x6ff6]
Error while mapping shared library sections:
/lib/libnss_compat.so.2: not in executable format: File format not
recognized.
BFD: /lib/libnsl.so.1: don't know how to handle OS specific section
`.gnu.hash' [0x6ff6]
Error while mapping shared library sections:
/lib/libnsl.so.1: not in executable format: File format not recognized.
BFD: /lib/libnss_nis.so.2: don't know how to handle OS specific section
`.gnu.hash' [0x6ff6]
Error while mapping shared library sections:
/lib/libnss_nis.so.2: not in executable format: File format not
recognized.
BFD: /lib/libnss_files.so.2: don't know how to handle OS specific
section `.gnu.hash' [0x6ff6]
Error while mapping shared library sections:
/lib/libnss_files.so.2: not in executable format: File format not
recognized.
BFD: /lib/libdl.so.2: don't know how to handle OS specific section
`.gnu.hash' [0x6ff6]
Error while reading shared library symbols:
/lib/libdl.so.2: can't read symbols: File format not recognized.
BFD: /lib/libm.so.6: don't know how to handle OS specific section
`.gnu.hash' [0x6ff6]
Error while reading shared library symbols:
/lib/libm.so.6: can't read symbols: File format not recognized.
BFD: /lib/libc.so.6: don't know how to handle OS specific section
`.gnu.hash' [0x6ff6]
Error while reading shared library symbols:
/lib/libc.so.6: can't read symbols: File format not recognized.
BFD: /lib/ld-linux-x86-64.so.2: don't know how to handle OS specific
section `.gnu.hash' 

Bug#422784: ssbd: [INTL:sv] Swedish debconf templates translation

2007-05-08 Thread Daniel Nylander
Package: ssbd
Severity: wishlist
Tags: patch l10n


Here is the Swedish debconf translation for ssbd

Regards,
Daniel

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.17.4
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=UTF-8) (ignored: LC_ALL set to 
sv_SE)
Shell: /bin/sh linked to /bin/bash
# Swedish translation for ssbd debconf template.
# Copyright (C) 2007 Free Software Foundation, Inc.
# This file is distributed under the same license as the ssbd package.
# Daniel Nylander [EMAIL PROTECTED], 2007.
#
msgid 
msgstr 
Project-Id-Version: ssbd\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-05-08 09:43+0200\n
PO-Revision-Date: 2007-05-08 09:55+0100\n
Last-Translator: Daniel Nylander [EMAIL PROTECTED]\n
Language-Team: Swedish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Description
#: ../templates:2001
msgid UDP port for ssbd:
msgstr UDP-port för ssbd:

#. Type: string
#. Description
#: ../templates:2001
msgid Please enter the UDP port for the SSB daemon to bind to.
msgstr Ange UDP-porten som SSB-demonen ska binda till.



Bug#422751: gstreamer0.10-plugins-good: this package is at 0.10.5, gstreamer is at 0.10.12, this appears to cause problems

2007-05-08 Thread Sebastian Dröge
forwarded 422751 http://bugzilla.gnome.org/show_bug.cgi?id=436756
thanks

Am Dienstag, den 08.05.2007, 00:21 -0400 schrieb Luke Schierer:
 Package: gstreamer0.10-plugins-good
 Version: 0.10.5-5
 Severity: important
 
 
 With this package installed, pidgin crashes as per
 http://developer.pidgin.im/ticket/67.  If I remove it, pidgin no
 longer crashes.  I suspect, but have not proven, that this is because
 of the version mismatch. 

Ok, so now we have this bug at three different places ;)

http://developer.pidgin.im/ticket/67
http://bugzilla.gnome.org/show_bug.cgi?id=436756
and here...

This is probably not caused by a version mismatch. You can use the
0.10.5 gst-plugins-good with gstreamer 0.10.12 and 0.10.11, in fact they
were released before 0.10.11 was released.


Can you please try with 0.10.12-4 if the crash is still existing for
you? 0.10.12-5 got a patch related to clocks and somewhere between your
backtraces are warnings related to clocks.

And then 0.10.12 got a few threading related bugfixes and your
backtraces look a bit like a threading problem so maybe that's why it
works with 0.10.12 but not 0.10.11.


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#422785: cron: on shutdown, init script just signals daemon; redundant with sendsigs

2007-05-08 Thread Josh Triplett
Package: cron
Version: 3.0pl1-100

On shutdown, /etc/init.d/cron just sends a signal to cron.  sendsigs does this
anyway, so the init script need not install itself in the shutdown or reboot
runlevels.

- Josh Triplett

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-josh (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cron depends on:
ii  adduser   3.102  Add and remove users and groups
ii  debianutils   2.18   Miscellaneous utilities specific t
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libpam0g  0.79-4 Pluggable Authentication Modules l
ii  libselinux1   2.0.15-1   SELinux shared libraries
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip

Versions of packages cron recommends:
pn  exim4 | postfix | mail-transp none (no description available)

-- no debconf information


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



Bug#422755: git-p4: Requires non-free Perforce client

2007-05-08 Thread Gerrit Pape
On Mon, May 07, 2007 at 10:10:16PM -0700, Josh Triplett wrote:
 git-p4 requires the non-free Perforce client in order to work.

Ok, it's the p4 command line tool you refer too.  What do you suggest?,
remove the git-p4 package again, and put git-p4import back into
/usr/share/doc/git-core/contrib/?

Thanks, Gerrit.


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



Bug#422786: openttd: [INTL:eu] Basque debconf templates translation

2007-05-08 Thread Piarres Beobide
Package: openttd
Severity: wishlist
Tags: patch l10n

Hi


Atached openttd debconf templates basque translation, please commit it.


thx


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.20
Locale: LANG=eu_ES, LC_CTYPE=eu_ES (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages openttd depends on:
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  libc6 2.5-5  GNU C Library: Shared libraries
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.2-5  GCC support library
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libsdl1.2debian   1.2.11-8   Simple DirectMedia Layer
ii  libstdc++64.1.2-5The GNU Standard C++ Library v3
ii  zlib1g1:1.2.3-13 compression library - runtime

openttd recommends no packages.
# OpenTTD debconf template basque translation
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Piarres eobide [EMAIL PROTECTED], 2007.
#
msgid 
msgstr 
Project-Id-Version: OpenTTD Debconf\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-05-08 09:39+0200\n
PO-Revision-Date: 2007-05-08 09:55+0200\n
Last-Translator: Piarres eobide [EMAIL PROTECTED]\n
Language-Team: Euskara [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: error
#. Description
#: ../templates:2001
msgid Data files needed
msgstr Datu fitxategiak behar dira

#. Type: error
#. Description
#: ../templates:2001
msgid 
For its operation, OpenTTD needs the data files from the original Transport 
Tycoon Deluxe game.
msgstr 
Funtziona dezan, OpenTTD-ek jatorrizko 'Transport Tycoon Deluxe' jokoaren 
datu fitxategiak behar ditu.

#. Type: error
#. Description
#: ../templates:2001
msgid 
See the /usr/share/doc/openttd/README.Debian file for more details about the 
needed files and their location.
msgstr 
/usr/share/doc/openttd/README.Debian fitxategia begiratu beharrezko fitategien 
eta bere kokapenari buruz xehetasun gehiago ikusteko.


Bug#422787: On shutdown, init script just signals dhcdbd; redundant with sendsigs

2007-05-08 Thread Josh Triplett
Package: dhcdbd
Version: 2.0-4
Severity: normal

On shutdown, the init script just signals dhcdbd.  sendsigs already does this,
so the init script need not install itself in the shutdown or reboot
runlevels.

- Josh Triplett

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-josh (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dhcdbd depends on:
ii  dbus  1.0.2-5simple interprocess messaging syst
ii  dhcp3-client  3.0.4-14   DHCP Client
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libdbus-1-3   1.0.2-5simple interprocess messaging syst
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip

dhcdbd recommends no packages.

-- no debconf information


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



Bug#422788: Strings larger than 4 GB result in strange behavior

2007-05-08 Thread Florian Weimer
Package: perl
Version: 5.8.8-7

The script below, when invoked with perl script.pl 8 prints
256/256, followed by X.  When invoked as perl script.pl 32,
I get 4294967296/4294967296, followed by ... an empty line.
Apparently, substr fails for such strings.  There are more obscure
failures related to substr, but I haven't got a test case for them.

This occurs on an amd64 machine with sufficient address space.

It's probably best to die with an error message when the creation of a
string of unsupported size is attempted.

#! /usr/bin/perl
use strict;
use warnings;

my $size = 1  $ARGV[0];
my $data = 'X' x $size;
my $len = length($data);
print $size/$len\n;
my $d = substr $data, $len - 5;
print $d\n;



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



Bug#422139: Please remove runit from the Depends field of git-daemon-run

2007-05-08 Thread Gerrit Pape
On Thu, May 03, 2007 at 08:30:23PM +0200, Aur??lien G??R??ME wrote:
 Hi,
 
 I completely fail to see why git-daemon-run depends on runit which
 is a replacement of sysvinit. Please remove that package from the
 Depends field. This bug appears in both Etch and Sid.

Hi, this doesn't make sense, the whole and single purpose of the
git-daemon-run package is to provide a runit service.  Try dpkg -L
git-daemon-run.  The git-daemon program itself is in the git-core
package.

 I set the severity to important, because this bug leaves the package
 in an unconfigured state inside a vserver context. Precisely, the
 postinst maintainer script of runit fails to send a SIGHUP to init,
 because sysvinit is not used inside a vserver context, so there is
 no need to reread /etc/inittab.
 
 We might believe that it is a runit bug, but runit is fully

It might be a bug in the runit Debian package, yes.

 useless inside a vserver context, so nobody would install such a
 software. Unfortunately, git-daemon-run installs it by the dependency
 mechanism.

Ups, it's useless inside a vserver context?, I didn't know about that,
that would be another bug in the runit Debian package then.

Regards, Gerrit.


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



Bug#422789: jabber-irc: Typo in manpage

2007-05-08 Thread Daniel Maier
Package: jabber-irc
Version: 0.1cvs20050420-3.2
Severity: minor

Just a small typo in the manpage, cat instead of can.

OPTIONS
   The jabberd-irc is not taking any options at command line.
   You *cat* configure it by editing the config file:



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

Versions of packages jabber-irc depends on:
ii  jabber-common 0.4Jabber server and transport (commo
ii  python2.4.4-2An interactive high-level object-o
ii  python-irclib 0.4.4-1.1  IRC client library for Python
ii  python-xmpp   0.3.1-1.1  Python library for communication w

jabber-irc recommends no packages.

-- no debconf information


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



Bug#422792: tellico: new upstream version (1.2.10)

2007-05-08 Thread Luca Bedogni
Package: tellico
Version: 1.2.5-1
Severity: wishlist


Hi
  there's a new version (1.2.10) available for tellico. Adding a watch
file with the following lines could tell that.

version=3
http://periapsis.org/tellico/download/tellico-(.*)\.tar\.gz debian uupdate

Regards


-- System Information:
Debian Release: lenny/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (500, 
'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20.7 (PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages tellico depends on:
ii  kdelibs4c2a  4:3.5.6.r1.dfsg.1-4 core libraries and binaries for al
ii  libc62.5-5   GNU C Library: Shared libraries
ii  libgcc1  1:4.2-20070405-1GCC support library
ii  libkcal2b4:3.5.6.dfsg.1-2KDE calendaring library
ii  libkcddb14:3.5.6-2   CDDB library for KDE
ii  libqt3-mt3:3.3.7-4+b1Qt GUI Library (Threaded runtime v
ii  libstdc++6   4.2-20070405-1  The GNU Standard C++ Library v3
ii  libtag1c2a   1.4-8   TagLib Audio Meta-Data Library
ii  libxml2  2.6.28.dfsg-1   GNOME XML library
ii  libxslt1.1   1.1.20-1XSLT processing library - runtime 
ii  libyaz2  2.1.18-2The YAZ Z39.50 toolkit (runtime fi
ii  tellico-data 1.2.5-1 collection manager for books, vide

tellico recommends no packages.

-- no debconf information


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



Bug#422793: nfs-user-server: On shutdown, init script just signals daemons; redundant with sendsigs

2007-05-08 Thread Josh Triplett
Package: nfs-user-server
Version: 2.2beta47-23
Severity: normal

On shutdown, the init script just signals rpc.mountd and rpc.nfsd.  sendsigs
already does this, so the init script need not install itself in the shutdown
or reboot runlevels.

- Josh Triplett

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-josh (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nfs-user-server depends on:
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libwrap0  7.6.dbs-13 Wietse Venema's TCP wrappers libra
ii  portmap   5-26   The RPC portmapper

nfs-user-server recommends no packages.

-- no debconf information


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



Bug#410438: splashy: Problem with new files

2007-05-08 Thread Benjamin Eikel
Package: splashy
Version: 0.3.3
Followup-For: Bug #410438

Hello again,

first an answer to a question some posts above: No, I am not using initramfs.

I tried the two new files (/etc/init.d/splashy and /etc/lsb-base-logging.sh) 
suggested by Tim. When I use them splashy only works when shutting down. During 
boot 
it creates the error message:
(Re)generating splash steps for: rcS.d... rc0.d... rc6.d...ln: 
`/lib/init/rw/splashy/S-progress' and `/lib/init/rw/splashy/S-progress' are the 
same file
I think this is caused by line 91 of /etc/init.d/splashy because the runlevel 
is S.

I restored the old files and everything works fine again (except the display 
errors).

Regards,
Benjamin

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (600, 'testing'), (570, 'experimental'), (550, 
'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.20.7-belt (PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages splashy depends on:
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libmagic1 4.20-5 File type determination library us
ii  libsplashy1   0.3.3  Library to draw splash screen on b
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip
ii  zlib1g1:1.2.3-13 compression library - runtime

splashy recommends no packages.

-- no debconf information


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



Bug#422795: hdparm: Init script installed for runlevels 0 and 6 but does nothing

2007-05-08 Thread Josh Triplett
Package: hdparm
Version: 7.1-2
Severity: normal

hdparm installs its init script into runlevels 0 and 6 as a K script, but does
nothing when called with stop.  It should simply not install itself into
thoe runlevels.

This bug may have come about when adding the LSB header.

- Josh Triplett

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-josh (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages hdparm depends on:
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip

hdparm recommends no packages.

-- no debconf information


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



Bug#422794: Starting is impossible

2007-05-08 Thread Jonny
Package: grub-pc
Version: 1.95+20070507-1  
Severity: grave

grub.cfg which broke in update-grub is generated. /etc/grub.d/00_header:
 if test -e /boot/grub/unifont.pff ; then
   cat  EOF
 font /boot/grub/unifont.pff
 set gfxmode=640x480x32
 insmod gfxterm
 insmod vbe
 terminal gfxterm
 EOF
 fi

font /boot/grub/unifont.pff does not run normally. The command which 
continues after that worsens the very thing further.

Please do not perform update-grub compulsorily by postinst. It is very 
unpleasant to overwrite grub.cfg freely.


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



Bug#387640: usplash timeout stays on vt8.

2007-05-08 Thread maximilian attems
tags 387640 moreinfo
stop

can you reproduce that with the latest usplash = 0.4-43

thanks for your feedback

--
maks


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



Bug#422796: [l10n] Czech translation of havp po-debconf messages

2007-05-08 Thread Miroslav Kure
Package: havp
Severity: wishlist
Tags: l10n, patch

Hi,

in attachement there is Czech (cs.po) translation of havp debconf
messages. Please include it with the package.

Thanks
-- 
Miroslav Kure
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
msgid 
msgstr 
Project-Id-Version: havp\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-04-24 16:57+0200\n
PO-Revision-Date: 2007-05-08 10:14+0200\n
Last-Translator: Miroslav Kure [EMAIL PROTECTED]\n
Language-Team: Czech [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../havp.templates.master:2001
msgid Do you want to create a loopback spool file system?
msgstr Chcete vytvořit souborový systém pro frontu na lokální smyčce?

#. Type: boolean
#. Description
#: ../havp.templates.master:2001
msgid 
HAVP strictly requires the file system where it stores its temporary files 
during scanning to support mandatory locking. Many of the standard Linux 
file systems support this, but do not enable it by default.
msgstr 
HAVP striktně vyžaduje, aby souborový systém, na který si během prohledávání 
ukládá dočasné soubory, podporoval vynucené zamykání. Mnoho standardních 
linuxových souborových systémů to sice podporuje, ale standardně to nebývá 
zapnuto.

#. Type: boolean
#. Description
#: ../havp.templates.master:2001
msgid 
To use HAVP, you can either mount the file system that contains /var/spool/
havp with the option \mand\, or create a loopback file system that is 
mounted at /var/spool/havp only for HAVP.
msgstr 
Abyste mohli HAVP používat, musíte buď připojit souborový systém, který 
obsahuje /var/spool/havp s parametrem \mand\, nebo můžete vytvořit 
souborový systém připojený na lokální smyčce jako /var/spool/havp, který 
bude sloužit jenom pro HAVP.

#. Type: boolean
#. Description
#: ../havp.templates.master:2001
msgid 
If you are in doubt, you should accept this option to create a loopback 
spool file system.
msgstr 
Jste-li na pochybách, měli byste odpovědět kladně a vytvořit souborový 
systém pro frontu souborů na lokální smyčce.

#. Type: string
#. Description
#: ../havp.templates.master:3001
msgid Loopback file system size:
msgstr Velikost souborového systému na lokální smyčce:

#. Type: string
#. Description
#: ../havp.templates.master:3001
msgid 
Please enter the size (in megabytes) of the loopback file system to be 
created.
msgstr 
Zadejte prosím velikost (v megabajtech) souborového systému na lokální 
smyčce, který se má vytvořit.


Bug#420862: openssh: [INTL:ru] Updated Russian debconf templates translation

2007-05-08 Thread Sergey Alyoshin

The file had an error on line 132. You can't use a #| comment before
other comments.

Sorry, I use msgfmt (GNU gettext-tools) 0.15 and it did not detect
anything wrong.


So far, there has been no answer to this requestthe end of the
call for translation updates is coming.

If it is not too late yet..


ru.po.gz
Description: GNU Zip compressed data


Bug#422530: openoffice.org-common: ooffice fails to start, dies with segfault

2007-05-08 Thread Wolf Wiegand
Hi,

first of all: Problem was solved by installing openoffice.org-calc. I
still get the gdk-warnings, but I didn't consider this a problem in the
first place. Some comments on your first mail:

Rene Engelhard wrote:

 Wolf Wiegand wrote:
  Package: openoffice.org-common
 
 No, please not. Why do you think -common is the right place for this?

I got this from the output of dpkg -S $(which ooffice)

  -- System Information:
  Debian Release: lenny/sid
APT prefers oldstable
APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'stable'), (200, 
  'experimental')
  Architecture: i386 (i686)
 
 And this config is completely fucked up. Sorry. If you use unstable, use
 unstable. alone. *Maybe* with experimental, but not a mixture.

I removed all stable/testing entries from my sources.list and made sure
that no packages were installed which existed in newer versions in
unstable, which did not make a difference, though.

If you need any more information or test results, feel free to contact
me.

Thanks for your quick response - 

  Wolf
-- 
Büroschimpfwort des Tages: Hubschrauber - fliegt ein, wirbelt Staub auf, fliegt 
wieder ab - zum Beispiel CEO zu Besuch bei der Tochterfirma. (Bernd Wachtendorf)



Bug#422798: Cannot install package powertweakd for the very first time

2007-05-08 Thread Michael Astfalck
Package: powertweakd
Version: 0.99.5-17

If I try to install powertweakd for the first time the preinstallation
script
is reporting the missing of a running powertweakd-process and then
terminating.
The error message reads as:
invoke-rc.d: unknown initscript, /etc/init.d/powertweakd not found.

apt-get install powertweakd
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut... Fertig
Die folgenden NEUEN Pakete werden installiert:
  powertweakd
0 aktualisiert, 1 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
3 nicht vollständig installiert oder entfernt.
Es müssen noch 0B von 156kB Archiven geholt werden.
Nach dem Auspacken werden 573kB Plattenplatz zusätzlich benutzt.
(Lese Datenbank ... 160566 Dateien und Verzeichnisse sind derzeit
installiert.)
Entpacke powertweakd (aus .../powertweakd_0.99.5-17_i386.deb) ...
invoke-rc.d: unknown initscript, /etc/init.d/powertweakd not found.
dpkg: Fehler beim Bearbeiten von
/var/cache/apt/archives/powertweakd_0.99.5-17_i386.deb (--unpack):
 Unterprozess pre-installation script gab den Fehlerwert 100 zurück
Fehler traten auf beim Bearbeiten von:
 /var/cache/apt/archives/powertweakd_0.99.5-17_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

The problem might be a follow-up this bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=408651
May be there should be some error code handler in the preinst script.

I am using Debian/Linux sid, kernel 2.6.21.1-slh-up-3

regards Michael

-- 
-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v1.4.6 (GNU/Linux)

mQGiBEY605kRBADieUvJqxUYKfXBAlEDlgygagYBNBvguawW/nWeJUz8sJGPRorT
B+G6VND39FSKrc99QqhoD6PfEwW1qcPpaZZRZ8+gg7/LD/Dc04gIXS8AxrLpFbR0
iuU5o//3eTPQaq6SdlzHAsdQTtRnW6pO/NRNZm/8NKJG9hMNfssyKt3MOwCgiH7h
qWyi6Wn/3UqrQyx0EfmXU7MEAJ5vZOx5Y/nKMhHWeMHpD6hyzwpB6mR5INZ5El1C
/fr6OfQYkp5a/y8GH5TB68I3UDapIuRE4XYSdbVdju3QNlcwRaDRg4HQDwmW00HH
o3ZAxUxACZQjs5TxzmizpThYL5sywLRbo4ZVQpS3Rofzq/oL1KhAlbaycaMQuEK2
oAlLBACgVFuo5T79X7xae6JfoAlIFyJf6fM48DMuj/xEs60nYOWU/W9W9U2ji8Qx
X19yWnmoCHgRH9IhL7nC3h78u/VRaO+8X2+xdJ76v3YcDB1s6ArPeuScUGt+C6e1
vcL6uLpqHGaCi79zxHWGJJFRRhbqFOqQLXZKAGnoi48tChTRarQ4TWljaGFlbCBB
c3RmYWxjayAoSG9ja2V5Z290dCkgPG1pY2hhZWxhc3RmYWxja0BhcmNvci5kZT6I
ZgQTEQIAJgUCRjrTmQIbIwUJA8JnAAYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJ
EFI9H47jyJcIntAAn0GzxBVy2gt/9f+1rF5fEWsNvp6EAJ9FwAAslWjRRkawtXgt
QLr/zmAVSLkBDQRGOtObEAQAgxsSg7JiBYVk5fyNGnna5zxVitAhy7Z5B28lMYPk
46QnYIiT1ZneVAvch5m8HGqxbmH3tMWMyD0DtW7twDybUES01IYdjj3XXpMPCZlq
WCF31/RThof8R5Yb7O0+GkSD9cDDaaNx5kqr1rT0MrGr0+sbYpwU1oznzL9haR3E
KoMAAwUD/1oCiu3GlDRhiE5e+09ceZUv2RqyaJu36cZ7gP2qGwNJ4iUTUpIukpZH
dcA2h9HigpFpc3LHJ78+t6iDt71F4g0Pt8AsXAunbmORV5HZtg2B6IK//JuA4u9O
vbYm3O39a4XJLIw7bojEvsbCghf5kAAkQqhz77ZvdiZsy9ignyeSiE8EGBECAA8F
AkY605sCGwwFCQPCZwAACgkQUj0fjuPIlwgjfgCfQjWljdXHrRDBdjlyRf1yqG+u
JbQAn3Ld1mH77Ln6TsJJxFrLzY6WTgVE
=l7hA
-END PGP PUBLIC KEY BLOCK-




Bug#422800: evolution: Sometimes fails when dragging and dropping a message from one folder to another

2007-05-08 Thread Julien Valroff
Package: evolution
Version: 2.10.1-1
Severity: normal

Hi,

I sometimes notice that when I drag and drop a message from one folder to 
another, evolution simply
fails, without warning. The message is moved to the trash and removed from the 
original folder, 
but cannot be found in the target folder.

I only use IMAP with Dovecot.

This could cause data loss if the user doesn't notice the operation has failed. 
I think evolution
should at least control and displays a warning in case it fails.

Cheers,
Julien

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages evolution depends on:
ii  dbus  1.0.2-5simple interprocess messaging syst
ii  evolution-common  2.10.1-1   architecture independent files for
ii  evolution-data-server 1.10.1-2   evolution database backend server
ii  gconf22.18.0.1-3 GNOME configuration database syste
ii  gnome-icon-theme  2.18.0-2   GNOME Desktop icon theme
ii  gtkhtml3.14   3.14.1-1   HTML rendering/editing library - b
ii  libart-2.0-2  2.3.19-3   Library of functions for 2D graphi
ii  libatk1.0-0   1.18.0-2   The ATK accessibility toolkit
ii  libbonobo2-0  2.18.0-2   Bonobo CORBA interfaces library
ii  libbonoboui2-02.18.0-5   The Bonobo UI library
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libcairo2 1.4.6-1The Cairo 2D vector graphics libra
ii  libcamel1.2-101.10.1-2   The Evolution MIME message handlin
ii  libdbus-1-3   1.0.2-5simple interprocess messaging syst
ii  libdbus-glib-1-2  0.73-2 simple interprocess messaging syst
ii  libebook1.2-9 1.10.1-2   Client library for evolution addre
ii  libecal1.2-7  1.10.1-2   Client library for evolution calen
ii  libedataserver1.2-9   1.10.1-2   Utility library for evolution data
ii  libedataserverui1.2-8 1.10.1-2   GUI utility library for evolution 
ii  libegroupwise1.2-13   1.10.1-2   Client library for accessing group
ii  libexchange-storage1.2-3  1.10.1-2   Backend library for evolution cale
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgconf2-4   2.18.0.1-3 GNOME configuration database syste
ii  libglade2-0   1:2.6.0-4  library to load .glade files at ru
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libgnome-keyring0 0.8.1-2GNOME keyring services library
ii  libgnome-pilot2   2.0.15-2   Support libraries for gnome-pilot
ii  libgnome2-0   2.18.0-4   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.14.0-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.18.0-2   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.18.0-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.18.1-2   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-01:2.18.1-2 GNOME Virtual File System (runtime
ii  libgnutls13   1.6.2-1the GNU TLS library - runtime libr
ii  libgtk2.0-0   2.10.12-1  The GTK+ graphical user interface 
ii  libgtkhtml3.14-19 3.14.1-1   HTML rendering/editing library - r
ii  libhal1   0.5.8.1-9  Hardware Abstraction Layer - share
ii  libice6   1:1.0.3-2  X11 Inter-Client Exchange library
ii  libldap2  2.1.30-13.4OpenLDAP libraries
ii  libnm-glib0   0.6.4-8+b1 network management framework (GLib
ii  libnotify1 [libnotify1-gt 0.4.4-3sends desktop notifications to a n
ii  libnspr4-0d   4.6.6-3NetScape Portable Runtime Library
ii  libnss3-0d3.11.5-3   Network Security Service libraries
ii  liborbit2 1:2.14.7-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.16.2-2   Layout and rendering of internatio
ii  libpisock90.12.2-9   library for communicating with a P
ii  libpisync00.12.2-9   synchronization library for PalmOS
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  libsm61:1.0.2-2  X11 Session Management library
ii  libsoup2.2-8  2.2.100-1  an HTTP library implementation in 
ii  libx11-6  2:1.0.3-7  X11 client-side 

Bug#422728: [Pkg-ltsp-devel] Bug#422728: ltsp-server-standalone: apt reports a packagecrash if i want to install the ltsp-utils package.

2007-05-08 Thread Antony Gelberg

Jonathan Dumke wrote:

Package: ltsp-server-standalone
Version: 0.99debian12
Severity: grave
Justification: renders package unusable

If I want to install the ltsp-utils package additionally to
ltsp-server-standalone, apt refuses this wish and says that this
packages can't be installes together and I can not checkout why?



ltsp-utils is LTSP4.  ltsp-server-standalone is LTSP5.  The utilities in 
the former can break the latter.



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



Bug#422563: closed by Josselin Mouette [EMAIL PROTECTED] (Re: Mail delivery failed: returning message to sender)

2007-05-08 Thread Loïc Minier
reopen 422563
found 422563 2.18.1-2
stop

On Mon, May 07, 2007, José Alburquerque wrote:
 By closing this report, does that mean that the bug will be taken care 
 of in the future.  By what I understand from the explanation you 
 provided, this bug appeared in version 2.18.1-1 but I'm sure I'm running 
 2.18.1-2 (see command below)

 Reopening the bug; I don't know whether you'll get my mail, but
 Josselin's reply to you probably did not reach you: could you do
 something to allow it through?

   Bye,
-- 
Loïc Minier



Bug#422088: [Patch] wish preseed_fetch could distinguish between non-existance of a requested file and other failures to fetch file.

2007-05-08 Thread Alex Owen

On 06/05/07, Joey Hess [EMAIL PROTECTED] wrote:

Alex Owen wrote:
   # TODO add progress bar
 - if wget -q $url -O $file; then
 + if wget -q $url -O $file 2$log ; then
 + rm -f $log
   return 0
 + elifgrep server returned error 404 $log /dev/null ; then

It's generally not a good idea to rely on command error messages like
this.


I agree,
I was thinking that getting wget to give a sensible exit status rather
than parsing the error message. Perhaps that warrents a wishlist bug
on wget?

Perhaps reducing the grep line to:

 + elifgrep 404 $log /dev/null ; then

would be more robust?


On 06/05/07, Joey Hess [EMAIL PROTECTED] wrote:

An alternative way to do this is to first always load the standard preseed
file, and then try to fetch the load preseed file, which if it exists, can
override settings in the standard file.


I used to think that too... untill I discussed the idea with Philip Hands.


Alex Owen:
 I was thinking that a cleaner approach might be to have all public and
 all examples under classes then override that by placing stuff in
 local (or local_classes if you want to keep local for your way of
 doing things). I have test code which will test for the existance of
 [presee|subclasses|early_script|late_script] under local and use that
 and fall back to the equivilent file under classes if that fails.

Philip Hands:
 That sounds like the way I used to do that, but it has the problem that if
 you have a network outage, it's possible to have it skip an existing local
 file, and then carry on regardless, rather than having it complain that it
 failed to get a file it was expecting to exist -- this possibility, while
 slight makes the whole thing non-deterministic, so I'd rather avoid it
 (unless you have a scheme where a file that exists but is temporarily
 unavailable is distinguished from one that doesn't exist at all, in which
 case I'm all ears :-)

Alex Owen:
 If wget (busybox) gives different error code for not found response
 from web server as opposed to no response from server then you can
 distinguish.

I then wrote this patch as parsing the error message was easier than
hacking the wget code!

Thanks for your comments,
Alex Owen


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



Bug#169102: More details : setting address_pipe for system_aliases

2007-05-08 Thread Stefan Hornburg

Olivier Berger wrote:

Hi.

The standard aliases file of exim4 shipped in testing doesn't seem to
fit for aliases with pipes.

Errors found in exim's logs :
 == |/usr/lib/sympa/bin/queue sympa [EMAIL PROTECTED] R=system_aliases defer 
(-30): pipe_transport unset in system_aliases router


If split configuration is chosen, it may be necessary to add something
like :
.ifndef SYSTEM_ALIASES_PIPE_TRANSPORT
SYSTEM_ALIASES_PIPE_TRANSPORT = address_pipe
.endif
in a file in /etc/exim4/conf.d/main/ ...

Otherwise, the router/400_exim4-config_system_aliases definition of
system_aliases won't work.


For the split configuration we might consider to use a special alias 
file just for sympa aliases. What do you think ?


Regards
Racke



--
LinuXia Systems = http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP = http://www.icdevgroup.org/
Interchange Development Team



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



Bug#422799: gnome-power-manager: Program committed suicide

2007-05-08 Thread Johnny Morano
Package: gnome-power-manager
Version: 2.18.2-1
Severity: important
File: /usr/bin/gnome-power-manager

I was upgrading my system (debian unstable), and then the power-manager 
crashed. I think it was at the same time when D-BUS was stopped.

(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1224747328 (LWP 6415)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xb7b56aee in __waitpid_nocancel () from /lib/libpthread.so.0
#0  0xb7b56aee in __waitpid_nocancel () from /lib/libpthread.so.0
#1  0xb7e0f865 in ?? () from /usr/lib/libgnomeui-2.so.0
#2  0x2d69 in ?? ()
#3  0xbfbde4f8 in ?? ()
#4  0x in ?? ()

Thread 1 (Thread -1224747328 (LWP 6415)):
#0  0xb7b56aee in __waitpid_nocancel () from /lib/libpthread.so.0
No symbol table info available.
#1  0xb7e0f865 in ?? () from /usr/lib/libgnomeui-2.so.0
No symbol table info available.
#2  0x2d69 in ?? ()
No symbol table info available.
#3  0xbfbde4f8 in ?? ()
No symbol table info available.
#4  0x in ?? ()
No symbol table info available.
#0  0xb7b56aee in __waitpid_nocancel () from /lib/libpthread.so.0

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

Kernel: Linux 2.6.20 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-power-manager depends on:
ii  gconf22.18.0.1-3 GNOME configuration database syste
ii  hal   0.5.8.1-9  Hardware Abstraction Layer
ii  libart-2.0-2  2.3.19-3   Library of functions for 2D graphi
ii  libatk1.0-0   1.18.0-2   The ATK accessibility toolkit
ii  libbonobo2-0  2.18.0-2   Bonobo CORBA interfaces library
ii  libbonoboui2-02.18.0-5   The Bonobo UI library
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libcairo2 1.4.6-1The Cairo 2D vector graphics libra
pn  libdbus-1-3   none (no description available)
ii  libdbus-glib-1-2  0.73-2 simple interprocess messaging syst
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgconf2-4   2.18.0.1-3 GNOME configuration database syste
ii  libglade2-0   1:2.6.0-4  library to load .glade files at ru
ii  

Bug#394722: apt: String Found label in apt-cdrom is not translatable

2007-05-08 Thread Jens Seidel
On Sun, Oct 22, 2006 at 10:02:42PM +0200, Christian Perrier wrote:
 Quoting Jens Seidel ([EMAIL PROTECTED]):
  Calling apt-cdrom in a German locale add I get:
  Found label 'Debian GNU/Linux testing _Etch_' ...
  
  It seems that this string is not marked translatable. The attached patch
  fixes this (untested).
  
  I found also a missing space or newline in:
  Unmounting CD-ROM...Repeat this process for the rest of the CDs in your set.
 
 Michael, please *don't* fix it for etch. I think I've had enough hard
 time bringing everybody to 100% for translations and lowering this to
 99% would be a lot disappointing.

So Christian you prefer to lie? Even if your statistics say it's 100%
translated it is not!

I accepted your ask for delay *only* to disburden you and Michael, so that
you both don't have to deal with 20-30 bug reports which all just add a
single translated string ... We really need a better infrastructure for
this.

So Michael, please mark this string translatable. It's not a hard task :-)

Jens


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



Bug#340890: feynmf: FTBFS: fmtutil: format `mpost' not available

2007-05-08 Thread Michael Ablassmeier
hi guys,

lucas has rebuild the archive on sid/i386 and as it stands feynmf 1.08-3 failed
to build because of the following error: 

 mpost fmfsamp1; mpost fmfsamp2; mpost fmfsamp3; mpost fmfsamp4;
 /bin/sh: mpost: command not found
 /bin/sh: mpost: command not found
 /bin/sh: mpost: command not found
 /bin/sh: mpost: command not found
 make[1]: *** [fmfmanps.dvi] Error 127

i was unable to reproduce this problem on my sid/amd64 pbuilder. Maybe the logs
will help you guys to discover whats going on here.

the full log can be found here:

 
http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/feynmf_1.08-3_sid32.buildlog

bye,
- michael


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



Bug#422802: DBus complains about dhcdbd failing to start

2007-05-08 Thread Wouter Bolsterlee
Package: dhcdbd
Version: 2.0-3

DBus complains about dhcdbd failing to start:

  $ sudo /etc/init.d/dbus start
  Starting system message bus: dbus.
  Starting Hardware abstraction layer: hald.
  Starting DHCP D-Bus daemon: dhcdbd.
  Starting network connection manager: NetworkManager.
  Starting network events dispatcher: NetworkManagerDispatcher.
  Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
  Starting DHCP D-Bus daemon: dhcdbdinvoke-rc.d: initscript dhcdbd, action 
start failed.

However, dhcdbd *does* appear to be running afterwards:

  root  6880  0.0  0.1   1956   736 ?Ss   10:29   0:00 
/usr/sbin/dhcdbd --system

Furtheremore:

  $ sudo /etc/init.d/dhcdbd start || echo '-- see, it fails! it seems start 
fails if dhcdbd is al ready running'
  Starting DHCP D-Bus daemon: dhcdbd-- see, it fails! it seems start fails 
if dhcdbd is al ready running

My DBus version is 1.0.2-5.


  mvrgr, Wouter

-- 
:wq   mail [EMAIL PROTECTED]
  web http://uwstopia.nl


signature.asc
Description: Digital signature


Bug#169102: More details : setting address_pipe for system_aliases

2007-05-08 Thread Olivier Berger
Le mardi 08 mai 2007 à 10:22 +0200, Stefan Hornburg a écrit :
 Olivier Berger wrote:
  Hi.
  
  The standard aliases file of exim4 shipped in testing doesn't seem to
  fit for aliases with pipes.
  
  Errors found in exim's logs :
   == |/usr/lib/sympa/bin/queue sympa [EMAIL PROTECTED] R=system_aliases 
  defer (-30): pipe_transport unset in system_aliases router
  
  
  If split configuration is chosen, it may be necessary to add something
  like :
  .ifndef SYSTEM_ALIASES_PIPE_TRANSPORT
  SYSTEM_ALIASES_PIPE_TRANSPORT = address_pipe
  .endif
  in a file in /etc/exim4/conf.d/main/ ...
  
  Otherwise, the router/400_exim4-config_system_aliases definition of
  system_aliases won't work.
 
 For the split configuration we might consider to use a special alias 
 file just for sympa aliases. What do you think ?
 

Of course, there could be only one file, which would serve the 'sympa:
|...' and lists' aliases in /etc/mail/sympa.aliases (keeping
sympa-request, sympa-owner and
listmaster in /etc/aliases maybe since they are ordinary forward
aliases).

Then this snippet would be useless and only a
router/450_exim4-config_local_sympa_aliases would be activated...

Maybe we can see if/how mailman packaging (for instance... or RT ?)
manages aliases to borrow exim config bits ?

Best regards,
-- 
Olivier BERGER [EMAIL PROTECTED] (ATTENTION : new address)
Ingénieur Recherche - Dept INF
GET/INT at Evry (http://www.int-edu.eu/)
OpenPGP-Id: 1024D/6B829EEC





Bug#418845: kernel-package insists on overwriting setlocalversion script

2007-05-08 Thread Johannes Berg
On Mon, 2007-05-07 at 21:42 -0500, [EMAIL PROTECTED] wrote:

   Perhaps you should check out 11.001 before giving up on this? :)

Hmm. I lost track of what you wanted/didn't want to do, but now I get
this when starting from a modified git tree that has been built but
without debian/ or stamp-* files:

The UTS Release version in include/linux/utsrelease.h
 2.6.21-g5209b1ef-dirty 
does not match current version:
 2.6.21-g5209b1ef-dirty-g5209b1ef-dirty-dirty 
Please correct this.


johannes


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


Bug#422624: postinst failure starting mdadm-raid

2007-05-08 Thread martin f krafft
 I feel confident to reassign this to usplash. If I log the end of an action
 with a failure message, the command should not return with a non-zero exit 
 code
 since logging the failure was actually successful. Standard lsb-base logging
 functions properly return 0 here, so this is what usplash should do too.
 
 Here is the patch against /etc/lsb-base-logging.sh to fix this.
 
 --- /tmp/lsb-base-logging.sh  2007-05-08 10:08:24.0 +0200
 +++ /etc/lsb-base-logging.sh  2007-05-08 10:09:20.0 +0200
 @@ -119,7 +119,7 @@
  echo...fail!
  fi
  fi
 -return $1
 +return 0
  }
  
  log_action_msg () {

Here is an updated patch:

08 10:42  madduck maks: log_action_end_msg does not return $1, only 
log_end_msg does
08 10:42  madduck in lsb_base
08 10:42  madduck i am using log_action_end_msg
08 10:43  madduck and in usplash, log_end_msg just calls log_action_end_msg, 
thus returns $1
08 10:44  madduck thus, this is the more appropriate patch

--- /tmp/lsb-base-logging.sh  2007-05-08 10:44:01.0 +0200
+++ /etc/lsb-base-logging.sh  2007-05-08 10:44:14.0 +0200
@@ -140,5 +140,5 @@
 
 log_action_end_msg () {
 # In the future this may do something with $2 as well.
-log_end_msg $1
+log_end_msg $1 || :
 }

-- 
 .''`.   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#422805: alsa-utils: init script sleeps without explanation

2007-05-08 Thread Josh Triplett
Package: alsa-utils
Version: 1.0.13-2
Severity: normal

/etc/init.d/alsa-utils contains:
 store_levels()
 {
 CARD=$1
 [ $1 = all ]  CARD=
 if MSG=$(alsactl store $CARD 21) ; then
 sleep 1
 return 0

Does the init script really need to sleep here?  If so, could you please put
in a comment explaining why the sleep needs to happen?  If not, could you
please remove the sleep?

Thanks,
Josh Triplett

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-josh (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages alsa-utils depends on:
ii  libasound21.0.13-2   ALSA library
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libncurses5   5.5-5  Shared libraries for terminal hand
ii  linux-sound-base  1.0.13-5   base package for ALSA and OSS soun
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip
ii  module-init-tools 3.3-pre4-2 tools for managing Linux kernel mo
ii  pciutils  1:2.2.4-1  Linux PCI Utilities
ii  python2.4.4-3An interactive high-level object-o
ii  whiptail  0.52.2-10  Displays user-friendly dialog boxe

Versions of packages alsa-utils recommends:
ii  alsa-base 1.0.13-5   ALSA driver configuration files

-- no debconf information


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



Bug#394722: apt: String Found label in apt-cdrom is not translatable

2007-05-08 Thread Christian Perrier
 So Christian you prefer to lie? Even if your statistics say it's 100%


Please avoid giving me lessons. This is something I really dislike.

That bug will be fixed now, thanks for sending a reminder.




signature.asc
Description: Digital signature


Bug#422806: pidgin UI does not provide some helpful hints

2007-05-08 Thread Sameer D. Sahasrabuddhe
Package: pidgin
Version: 2.0.0+dfsg.1-1
Severity: minor

On starting pidgin, the window titled Buddy List shows a drop-down
menu at the bottom with options for different online states. Next to
that is a square button with picture that shows human-like figure with
a sun behind it. But the there is no tool tip to explain what this
button is for, and on clicking it, a file selection dialog is opened,
that carries no message about what file it is that the user is supposed
to be searching for.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-3-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages pidgin depends on:
ii  libavahi-compat-howl0 0.6.16-5   Avahi Howl compatibility library
ii  libbonobo2-0  2.18.0-2   Bonobo CORBA interfaces library
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libcairo2 1.4.6-1The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.0.2-2simple interprocess messaging syst
ii  libdbus-glib-1-2  0.73-2 simple interprocess messaging syst
ii  libebook1.2-9 1.10.1-2   Client library for evolution addre
ii  libedata-book1.2-21.10.1-2   Backend library for evolution addr
ii  libedataserver1.2-9   1.10.1-2   Utility library for evolution data
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libgconf2-4   2.18.0.1-3 GNOME configuration database syste
ii  libglib2.0-0  2.12.11-3  The GLib library of C routines
ii  libgnome2-0   2.18.0-4   The GNOME 2 library - runtime file
ii  libgstreamer0.10-00.10.12-5  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.10.12-1  The GTK+ graphical user interface 
ii  libgtkspell0  2.0.10-3+b1a spell-checking addon for GTK's T
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libncursesw5  5.5-5  Shared libraries for terminal hand
ii  libnspr4-0d   1.8.0.11-2 NetScape Portable Runtime Library
ii  libnss3-0d1.8.0.11-2 Network Security Service libraries
ii  liborbit2 1:2.14.7-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.16.2-2   Layout and rendering of internatio
ii  libperl5.85.8.8-7Shared Perl library
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  libsasl2-22.1.22.dfsg1-8 Authentication abstraction library
ii  libsasl2-modules  2.1.22.dfsg1-8 Pluggable Authentication Modules f
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libstartup-notification0  0.9-1  library for program launch feedbac
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.1-5  X11 miscellaneous 'fixes' extensio
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxml2   2.6.28.dfsg-1  GNOME XML library
ii  libxrandr22:1.2.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  libxss1   1:1.1.0-1  X11 Screen Saver extension library
ii  pidgin-data   2.0.0+dfsg.1-1 multi-protocol instant messaging c

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins-base0.10.10-4  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good0.10.4-4   GStreamer plugins from the good 
ii  python-dbus   0.71-3 simple interprocess messaging syst

-- no debconf information


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



Bug#422807: pidgin: Freezes if gadugadu has to connect on startup

2007-05-08 Thread Javier Kohen
Package: pidgin
Version: 2.0.0+dfsg.1-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Pidgin (as well as at least gaim 2.0.0beta5) becomes completely unresponsive on 
startup if it's asked to connect to the GaduGadu network.

The workaround I found consists in killing the client, hand-editing the 
configuration to remove auto-login for the GG account, launching the client and 
finally enabling the GG account by hand.

I've had no freezes enabling GG by hand, but it freezes every single time if 
it's on on start up.

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

Kernel: Linux 2.6.21.1-ck1-rc2
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pidgin depends on:
ii  libavahi-compat-howl0 0.6.18-5   Avahi Howl compatibility library
ii  libbonobo2-0  2.18.0-2   Bonobo CORBA interfaces library
ii  libc6 2.5-5  GNU C Library: Shared libraries
ii  libcairo2 1.4.6-1The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.0.2-4simple interprocess messaging syst
ii  libdbus-glib-1-2  0.73-2 simple interprocess messaging syst
ii  libebook1.2-9 1.10.1-2   Client library for evolution addre
ii  libedata-book1.2-21.10.1-2   Backend library for evolution addr
ii  libedataserver1.2-9   1.10.1-2   Utility library for evolution data
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libgconf2-4   2.18.0.1-3 GNOME configuration database syste
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libgnome2-0   2.18.0-4   The GNOME 2 library - runtime file
ii  libgstreamer0.10-00.10.12-5  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.10.12-1  The GTK+ graphical user interface 
ii  libgtkspell0  2.0.10-3+b1a spell-checking addon for GTK's T
hi  libice6   1:1.0.3-2  X11 Inter-Client Exchange library
ii  libncursesw5  5.5-5  Shared libraries for terminal hand
ii  libnspr4-0d   4.6.6-3NetScape Portable Runtime Library
ii  libnss3-0d3.11.5-3   Network Security Service libraries
ii  liborbit2 1:2.14.7-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.16.2-2   Layout and rendering of internatio
ii  libperl5.85.8.8-7Shared Perl library
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  libsasl2-22.1.22.dfsg1-9 Authentication abstraction library
ii  libsasl2-modules  2.1.22.dfsg1-9 Pluggable Authentication Modules f
hi  libsm61:1.0.2-2  X11 Session Management library
ii  libstartup-notification0  0.9-1  library for program launch feedbac
hi  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1:1.1.8-2  X cursor management library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library
ii  libxml2   2.6.28.dfsg-1  GNOME XML library
ii  libxrandr22:1.2.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.2-1  X Rendering Extension client libra
ii  libxss1   1:1.1.2-1  X11 Screen Saver extension library
ii  pidgin-data   2.0.0+dfsg.1-1 multi-protocol instant messaging c

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins-base0.10.12-2  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good0.10.5-5   GStreamer plugins from the good 
ii  python-dbus   0.80.2-2   simple interprocess messaging syst

- -- no debconf information

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

iD8DBQFGQDqa823633cP2P8RAgtEAJ4nn0bf8RMYNhboB1GUiBV0/JjCvgCgivCz
OD3bAlkV0QfDRNL6OTmDosY=
=Oma3
-END PGP SIGNATURE-


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



Bug#422809: [l10n] Czech translation of openttd po-debconf messages

2007-05-08 Thread Miroslav Kure
Package: openttd
Severity: wishlist
Tags: l10n, patch

Hi,

in attachement there is Czech (cs.po) translation of openttd debconf
messages. Please include it with the package.

Thanks
-- 
Miroslav Kure
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
msgid 
msgstr 
Project-Id-Version: openttd\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-05-08 09:39+0200\n
PO-Revision-Date: 2007-05-08 10:52+0200\n
Last-Translator: Miroslav Kure [EMAIL PROTECTED]\n
Language-Team: Czech [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: error
#. Description
#: ../templates:2001
msgid Data files needed
msgstr Vyžadovány datové soubory

#. Type: error
#. Description
#: ../templates:2001
msgid 
For its operation, OpenTTD needs the data files from the original Transport 
Tycoon Deluxe game.
msgstr 
Pro svůj běh vyžaduje OpenTTD datové soubory z původní hry Transport Tycoon 
Deluxe.

#. Type: error
#. Description
#: ../templates:2001
msgid 
See the /usr/share/doc/openttd/README.Debian file for more details about the 
needed files and their location.
msgstr 
Podrobnosti o vyžadovaných souborech a jejich umístění naleznete v souboru 
/usr/share/doc/openttd/README.Debian.


Bug#338125: Resyncing IMAP folder causes 100% CPU load

2007-05-08 Thread Mario Lipinski
Hello,

the problem was introduced to me with some update after GNOME 2.18.
However it only happens with one IMAP account out of three. Where there
is another on the same server which works fine.

Mario


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#378543: middle and right buttons are swapped

2007-05-08 Thread Marcel Sebek
On Mon, May 07, 2007 at 10:27:20PM +0200, Brice Goglin wrote:
 Hi,
Hi.

 
 About a year ago, you reported a bug to the Debian BTS regarding middle
 and right button being swapped in the evdev driver. Did you reproduce
 this problem recently? With Xorg/Etch? With latest evdev driver in
 unstable (1.1.5)? If not, I will close this bug in the next weeks.
 

I installed Xorg from unstable and the problem is still there.

-- 
Marcel Sebek



signature.asc
Description: Digital signature


Bug#372067: xserver-xorg-video-mga: Please explicitly say in the package description and man page what the driver is capable of

2007-05-08 Thread Nikolaus Schulz
On Mon, May 07, 2007 at 04:42:31PM -0700, t takahashi wrote:
 (parenthetical note: i speak from experience.  my non-working dvi
 output on my pretty-common g550 video card has been a thorn in my side
 for a really long time (years) 

So it is here, 4 years now. :-/

 and has led to this situation:
 
  o i have to use xfree 4.2 with an outdated proprietary sourceless driver

Sarge's XFree 4.3 with Matrox closed driver (HALlib) is working fine
here.  Well, not entirely, I still had to work around things with an
incredible configuration hack... :-(

With some more horrible hacking, it seems to be possible to make Matrox'
Hallib, and thus DVI, work with later X.org versions, too, see [1]. 
But actually, the unbelievable hassle of those procedures has stopped me
from upgrading my desktop to Etch till now. 

Nikolaus

[1] http://matrox.tuxx-home.at
Hm, this website currently seems to be down. That's bad, I hope it will
recover!


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



Bug#422810: [l10n] Czech translation of rott po-debconf messages

2007-05-08 Thread Miroslav Kure
Package: rott
Severity: wishlist
Tags: l10n, patch

Hi,

in attachement there is Czech (cs.po) translation of rott debconf
messages. Please include it with the package.

Thanks
-- 
Miroslav Kure
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
msgid 
msgstr 
Project-Id-Version: rott\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-05-08 09:41+0200\n
PO-Revision-Date: 2007-05-08 10:49+0200\n
Last-Translator: Miroslav Kure [EMAIL PROTECTED]\n
Language-Team: Czech [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../templates:2001
msgid Download shareware data files?
msgstr Stáhnout sharewarové datové soubory?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
The Rise of the Triad game requires additional data files which are not 
available under a free license and cannot be distributed by Debian. You may 
choose to automatically download the shareware data files from the Internet 
and install them on the system now.
msgstr 
Hra The Rise of the Triad vyžaduje dodatečné datové soubory, které nejsou 
šířeny pod svobodnou licencí a tedy nemohou být v Debianu distribuovány. 
Nyní se můžete rozhodnout, zda tyto sharewarové soubory chcete stáhnout z 
Internetu a nainstalovat do systému.

#. Type: boolean
#. Description
#: ../templates:2001
msgid The installation will require about 15 MB of free disk space.
msgstr Instalace bude potřebovat zhruba 15 MB volného místa na disku.


Bug#422811: [l10n] Czech translation of ssbd po-debconf messages

2007-05-08 Thread Miroslav Kure
Package: ssbd
Severity: wishlist
Tags: l10n, patch

Hi,

in attachement there is Czech (cs.po) translation of ssbd debconf
messages. Please include it with the package.

Thanks
-- 
Miroslav Kure
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
msgid 
msgstr 
Project-Id-Version: ssbd\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-05-08 09:43+0200\n
PO-Revision-Date: 2007-05-08 10:25+0200\n
Last-Translator: Miroslav Kure [EMAIL PROTECTED]\n
Language-Team: Czech [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Description
#: ../templates:2001
msgid UDP port for ssbd:
msgstr UDP port pro ssbd:

#. Type: string
#. Description
#: ../templates:2001
msgid Please enter the UDP port for the SSB daemon to bind to.
msgstr Zadejte prosím UDP port, na který se má daemon SSB navázat.


Bug#422777: xserver-xorg: MergedFB CRT2 Clone stopped working after reboot

2007-05-08 Thread Brice Goglin
reassign 422777 xserver-xorg-video-ati
forcemerge 422602 422777
thank you


Felix C. Stegerman wrote:
 When I rebooted my laptop (Apple iBook G4) this morning, the second
 screen remained blank.  The Xorg.0.log config file shows No valid
 mode found for CRTC2, disabling MergedFB.   I haven't changed my
 xorg.conf since 2006-11-21, so I'm pretty sure it's related to a
 recent Xorg update.  I can't be sure which one since I may have
 updated Xorg more than once between reboots (and rarely restart X
 other than on reboot).  I am however quite sure I haven't installed,
 removed or reconfigured Xorg packages recently other than during
 aptitude upgrades or aptitude dist-upgrades.  Also, I rebooted
 sometime in the last two weeks without problems, so it must be a
 problem with a recent Xorg update.  [yes, I aptitude up{date,grade}
 more or less weekly]

 I hope someone can help me out here, since I have no idea whatsoever
 how to fix this (other than attempting some Xorg downgrades, but
 that's hardly fixing).  If there's anything I can do myself (that
 doesn't involve intimate knowledge of Xorg internals), please let me
 know.
   

Some similar breakage have been reported with the old ATI driver and the
new xserver-xorg-core 1.3. You could possibly try upgrading
xserver-xorg-video-ati to the one currently in experimental
(1:6.6.191-1). However, in the end it might be better to wait for the
next official release of the ATI driver before upgrading to
xserver-xorg-core 1.3.

Brice



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



Bug#422809: [l10n] Czech translation of openttd po-debconf messages

2007-05-08 Thread Matthijs Kooijman
 in attachement there is Czech (cs.po) translation of openttd debconf
 messages. Please include it with the package.
Thanks, I will repackage when I have some more translations.

Gr.

Matthijs


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



Bug#422566: [EMAIL PROTECTED]: ifenslave-2.6]

2007-05-08 Thread Guus Sliepen
 I have a little problem with a configuration like this one:
 /etc/network/interfaces
 auto bond0
 iface eth0 inet manual
 iface eth1 inet manual
 
 iface bond0 inet dhcp
 pre-up ifconfig bond0 up
 slaves eth0 eth1
 use_carrier 1
 up ifconfig bond0 mtu 9000
 
 The dhcp client is launched before the slave interfaces are added. This
 means that the client times out and I do not get the ip at boot. Also,
 at shutdown, the interfaces are removed before the dhcp client send the
 DHCPRELEASE message, so it never gest anywhere. 
 
 This is rather annoying but there are 2 fixes. The long term one would
 be to use /etc/network/{if-pre-up.d,if-post-down.d} instead of
 /etc/network/{if-up.d,if-down.d} for the ifenslave hook. And for the
 short term, I use explicitely ifenslave in the interfaces file.

I see. Well, originally I had pre-up and post-down scripts, but people
complained that it didn't work because bonding fails if the master
interface is not up (see attached email). I see that you work around
this by adding pre-up ifconfig bond0 up to the iface stanza. I guess I
can bring the interface up automatically in a pre-up script.

-- 
Met vriendelijke groet / with kind regards,
  Guus Sliepen [EMAIL PROTECTED]
---BeginMessage---

Hello,

Little question to your ifenslave-2.6 package.

Shouldn't the enslave of the slaves interfaces happend after the bonding 
device is up?
Also I think the slaves should be detached before the bonding device 
goes down.


Currently you do this in if-pre-up.d and if-post-down.d. But in this 
constellation I always

get the error:

server:/etc/network# ifup bond0
Illegal operation: the specified master interfaces 'bond0' is not up.
Illegal operation: the specified master interfaces 'bond0' is not up.
run-parts: /etc/network/if-pre-up.d/ifenslave exited with return code 1

After this the bond0 get's up, but without the physicall interfaces 
enslaved.


For me I have simply moved if-pre-up.d/ifenslave to if-up.d and 
if-post-down.d/ifenslave to

if-down.d and it starts working.

Cheers,
Andreas
---End Message---


signature.asc
Description: Digital signature


Bug#422746: xserver-xorg-core: Backlight turns off

2007-05-08 Thread Brice Goglin
John Sullivan wrote:
 Package: xserver-xorg-core
 Version: 2:1.3.0.0.dfsg-3
 Severity: normal
   

It might be related to the intel driver (xserver-xorg-video-intel)
instead of the server core, it might be good to check by downgrading to
the old xserver-xorg-video-i810.

 Since a recent update, my backlight has started shutting off. I haven't 
 noticed
 anything in common about the times that it has shut off so I'm sorry I can't
 give more useful information about that.
   

There has been another report about backlight problems with the intel
driver after resume from suspend. Not exactly your problem, but still
similar. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420400

 I'm including my embarrassingly sloppy and crufty xorg.conf below as well.
   

Xorg.0.log might have helped too. reportbug should have included it for
you (by attaching the output of /usr/share/bug/xserver-xorg-core/script
31).

Brice



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



Bug#422792: tellico: new upstream version (1.2.10)

2007-05-08 Thread Regis Boudin
Yes, I know, and there is a 1.2.11 release on the way, which is the one
that will be uploaded. I'm still not a DD and don't want to bother my
sponsor twice in a week to upload the same thing with only different
version numbers. And it will contain a watch file.

Regis

On Tue, May 8, 2007 09:08, Luca Bedogni wrote:
 Package: tellico
 Version: 1.2.5-1
 Severity: wishlist


 Hi
   there's a new version (1.2.10) available for tellico. Adding a watch
 file with the following lines could tell that.

 version=3
 http://periapsis.org/tellico/download/tellico-(.*)\.tar\.gz debian uupdate

 Regards


 -- System Information:
 Debian Release: lenny/sid
   APT prefers oldstable
   APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing'),
 (500, 'stable'), (1, 'experimental')
 Architecture: i386 (i686)

 Kernel: Linux 2.6.20.7 (PREEMPT)
 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
 Shell: /bin/sh linked to /bin/bash

 Versions of packages tellico depends on:
 ii  kdelibs4c2a  4:3.5.6.r1.dfsg.1-4 core libraries and binaries
 for al
 ii  libc62.5-5   GNU C Library: Shared
 libraries
 ii  libgcc1  1:4.2-20070405-1GCC support library
 ii  libkcal2b4:3.5.6.dfsg.1-2KDE calendaring library
 ii  libkcddb14:3.5.6-2   CDDB library for KDE
 ii  libqt3-mt3:3.3.7-4+b1Qt GUI Library (Threaded
 runtime v
 ii  libstdc++6   4.2-20070405-1  The GNU Standard C++ Library
 v3
 ii  libtag1c2a   1.4-8   TagLib Audio Meta-Data
 Library
 ii  libxml2  2.6.28.dfsg-1   GNOME XML library
 ii  libxslt1.1   1.1.20-1XSLT processing library -
 runtime
 ii  libyaz2  2.1.18-2The YAZ Z39.50 toolkit
 (runtime fi
 ii  tellico-data 1.2.5-1 collection manager for books,
 vide

 tellico recommends no packages.

 -- no debconf information






Bug#422780: openttd: [INTL:sv] Swedish debconf templates translation update

2007-05-08 Thread Matthijs Kooijman
 Here is the updated Swedish debconf translation for openttd
Thanks, I will repackage as soon as I have some more translations.

Gr.

Matthijs


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



Bug#422719: exim4-config: Please add commented SYSTEM_ALIASES_PIPE_TRANSPORT setting as example

2007-05-08 Thread Marc Haber
tags #422719 wontfix
thanks

On Mon, May 07, 2007 at 11:41:12PM +0200, Olivier Berger wrote:
 I suggest to add somewhere in the files shipped in
 /etc/exim4/conf.d/main a commented snippet like this :
 
 ## Uncomment this to allow the use of pipe aliases in /etc/aliases (see
 ## router/400_exim4-config_system_aliases
 
 #.ifndef SYSTEM_ALIASES_PIPE_TRANSPORT
 #SYSTEM_ALIASES_PIPE_TRANSPORT = address_pipe
 #.endif

I expect people to know what they're doing with an MTA. Adding
commented examples for each macro we offer does only clutter up the
configuration.

I am not going to do this.

Greetings
Marc


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


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



Bug#422423: ITP: libtool-cvs -- Generic library support script - CVS snapshot

2007-05-08 Thread Wouter Verhelst
On Tue, May 08, 2007 at 03:15:03AM +0200, Piotr Roszatycki wrote:
 Do you mean I should just renumber the package version from 2.1a to 1.9 or
 what? I think the versioning schema for this project is very bizzare. Also I
 think it is not so important for experimental packages :)

Actually, it is, unless you want your package to live in experimental
for all eternity if upstream decides that 2.x version numbers suck and
they'll go with 1.x (1.9, 1.10, 1.11, 1.12, ...) for all eternity.

-- 
Shaw's Principle:
Build a system that even a fool can use, and only a fool will
want to use it.


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



Bug#422028: decoder problem?

2007-05-08 Thread Joshua N Pritikin
How can I find out whether this is an encoder or decoder problem? If it 
is a decoder problem then I will file bugs against mplayer  xine.


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



Bug#422814: wrong/old Webmin Module for squid proxy server

2007-05-08 Thread Marcus Scholz
Package: webmin-squid
Version: 1.180-3

The currently supplied webmin-squid module in the version mentioned
above does only support Squid up to Version 2.5
Etch currently comes with squid 2.6.5-6

greetings
Marcus Scholz


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



Bug#422786: openttd: [INTL:eu] Basque debconf templates translation

2007-05-08 Thread Matthijs Kooijman
 Atached openttd debconf templates basque translation, please commit it.
Thanks, I will repackage as soon as I have some more translations.

Gr.

Matthijs


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



Bug#407199: xserver-xorg-video-savage: (II) SAVAGE(0): [drm] drmSetBusid failed

2007-05-08 Thread Brice Goglin
Pascal A. Dupuis wrote:
 I don't speak about dual-headed. I have two X servers on the machine,
 running on different VTs on the same hardware and display. Only the
 first one gets DRI support.
   

Ok it might be the expected behavior then. Most driver only support DRI
on the first X server on a board.

Brice



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



Bug#169102: More details : setting address_pipe for system_aliases

2007-05-08 Thread Eric Deplagne
  My opinion is that we should follow the lines of
  /usr/share/doc/mailman/README.EXIM.gz

  I'm attaching the files I use for both sympa and mailman.
  (in the split file config of exim4)

-- 
  Eric Deplagne

On mar, 08 mai 2007 10:22:52 +0200, Stefan Hornburg wrote:
 Olivier Berger wrote:
 Hi.
 
 The standard aliases file of exim4 shipped in testing doesn't seem to
 fit for aliases with pipes.
 
 Errors found in exim's logs :
  == |/usr/lib/sympa/bin/queue sympa [EMAIL PROTECTED] R=system_aliases 
  defer (-30): pipe_transport unset in system_aliases router
 
 
 If split configuration is chosen, it may be necessary to add something
 like :
 .ifndef SYSTEM_ALIASES_PIPE_TRANSPORT
 SYSTEM_ALIASES_PIPE_TRANSPORT = address_pipe
 .endif
 in a file in /etc/exim4/conf.d/main/ ...
 
 Otherwise, the router/400_exim4-config_system_aliases definition of
 system_aliases won't work.
 
 For the split configuration we might consider to use a special alias 
 file just for sympa aliases. What do you think ?
 
 Regards
   Racke
mailman_transport:
  driver = pipe
  command = MAILMAN_WRAP \
'${if def:local_part_suffix \
  {${sg{$local_part_suffix}{-(\\w+)(\\+.*)?}{\$1}}} \
  {post}}' \
$local_part
  current_directory = MAILMAN_HOME
  home_directory = MAILMAN_HOME
  user = MAILMAN_USER
  group = MAILMAN_GROUP
sympa_pipe:
  debug_print = T: address_pipe for [EMAIL PROTECTED]
  driver = pipe
  user = SYMPA_UID
  group = SYMPA_GID
  return_fail_output
  mailman_router:
driver = accept
require_files = MAILMAN_HOME/lists/$local_part/config.pck
local_part_suffix_optional
local_part_suffix = -bounces : -bounces+* : \
-confirm+* : -join : -leave : \
-owner : -request : -admin
transport = mailman_transport
sympa_sympa:
  debug_print = R: Sympa sympa user for $domain
  driver = redirect
  data = ${if match{$local_part}{sympa} \
  {| SYMPA_QUEUE [EMAIL PROTECTED]
  pipe_transport = sympa_pipe

sympa_manager:
  debug_print = R: Sympa list manager for $domain
  driver = redirect
  data = ${if match{$local_part}{listmanager} \
  {| SYMPA_QUEUE [EMAIL PROTECTED]
  pipe_transport = sympa_pipe

sympa_queue:
  debug_print = R: Sympa mailing lists for [EMAIL PROTECTED]
  driver = redirect
  data = ${if exists 
{SYMPA_LISTS/${sg{$local_part}{-request|-editor|-owner|-subscribe|-unsubscribe}{}}}\
  {${if match{$local_part}{(.*)-owner}\
  {| SYMPA_BOUNCEQUEUE [EMAIL PROTECTED]| SYMPA_QUEUE [EMAIL PROTECTED]
  pipe_transport = sympa_pipe
# Home dir for your Mailman installation -- aka Mailman's prefix
# directory.
MAILMAN_HOME=/var/lib/mailman
MAILMAN_WRAP=MAILMAN_HOME/mail/mailman

# User and group for Mailman, should match your --with-mail-gid
# switch to Mailman's configure script.
MAILMAN_USER=list
MAILMAN_GROUP=daemon
###  Sympa paths and users  ###  

# Location of Sympa virtual robot directories
SYMPA_LISTS = /var/lib/sympa/expl  

# Sympa executable paths 
SYMPA_QUEUE = /usr/lib/sympa/bin/queue
SYMPA_BOUNCEQUEUE = /usr/lib/sympa/bin/bouncequeue  

# Sympa uid and gid 
SYMPA_UID = sympa 
SYMPA_GID = sympa


signature.asc
Description: Digital signature


Bug#372067: xserver-xorg-video-mga: Please explicitly say in the package description and man page what the driver is capable of

2007-05-08 Thread t takahashi

as of recently, it was not clear to a non-x-expert even with
nontrivial google searching:

whether the open source driver is sufficient for simple 2d dvi use
with magic settings -- or not

whether the tuxx driver is nec or sufficient -- or has issues

how to best vet the tuxx driver for security (the author seems like a
great guy, btw)

whether the ubuntu .deb will work on etch (how to check its signature
from etch is probably easy but requires work to find out how)

whether feisty would work

how likely any of the above are to break upon an upgrade of x (or libraries)


--
Webmaster: do you believe that people will (a) switch browsers to view
your best viewed with page or (b) go to your competitor?


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



  1   2   3   4   5   >