Bug#613573: Log: how do you want to add a log add one as attachment to an email or paste.

2011-02-15 Thread Serge Rijkers
I will need to force an error and save the log. So it will take some
time :)

rss




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#613573: Log

2011-02-15 Thread Serge Rijkers
I will force an error and paste

Which logs do you want?

Xorg.1.log i would guess. Do you need anything else?

regards rss




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610266: timidity: wrong package dependency

2011-01-16 Thread serge guelton serge.guel...@enst-bretagne.fr
Package: timidity
Version: 2.13.2-39+b1
Severity: normal

Hello,
I installed timidty without the recomanded package freepats.
Launching timidity then failed with

/etc/timidity/freepats.cfg: No such file or directory
timidity: Error reading configuration file.

obviously installing freepats fixed the bug.


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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
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 timidity depends on:
ii  libasound2 1.0.23-2.1shared library for ALSA applicatio
ii  libaudio2  1.9.2-4   Network Audio System - shared libr
ii  libc6  2.11.2-7  Embedded GNU C Library: Shared lib
ii  libesd00.2.41-8  Enlightened Sound Daemon - Shared 
ii  libflac8   1.2.1-3   Free Lossless Audio Codec - runtim
ii  libice62:1.0.7-1 X11 Inter-Client Exchange library
ii  libjack0 [libjack-0.11 1:0.118+svn3796-8 JACK Audio Connection Kit (librari
ii  libncurses55.7+20100313-5shared libraries for terminal hand
ii  libogg01.2.0~dfsg-1  Ogg bitstream library
ii  libpng12-0 1.2.44-1  PNG library - runtime
ii  libsm6 2:1.2.0-1 X11 Session Management library
ii  libvorbis0a1.3.1-1   The Vorbis General Audio Compressi
ii  libvorbisenc2  1.3.1-1   The Vorbis General Audio Compressi
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxaw72:1.0.8-2 X11 Athena Widget library
ii  libxext6   2:1.1.2-1 X11 miscellaneous extension librar
ii  libxmu62:1.1.0-1 X11 miscellaneous utility library
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  lsb-base   3.2-26Linux Standard Base 3.2 init scrip
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages timidity recommends:
ii  freepats  20060219-1 Free patch set for MIDI audio synt
pn  timidity-daemon   none (no description available)

Versions of packages timidity suggests:
pn  fluid-soundfont-gmnone (no description available)
pn  fluid-soundfont-gsnone (no description available)
pn  pmidi none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609068: Create a debug package for multipath-tools

2011-01-05 Thread Serge Hallyn
Package: multipath-tools
Version: 0.4.9-1

Below is a debdiff from Craig Magina applied to the Debian
experimental multipath-tools branch to create a debug
package for multipath-tools.

https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/697690

=== modified file 'debian/changelog'
--- debian/changelog2010-09-01 15:10:26 +
+++ debian/changelog2011-01-05 22:54:59 +
@@ -1,3 +1,11 @@
+multipath-tools (0.4.9-1dbg) experimental; urgency=low
+
+  * debian/control: Added a dbg package section.
+  * debian/rules: Changed dh_strip to add unstripped binaries to the dbg
+package.
+
+ -- Craig Magina craig.mag...@ubuntu.com  Tue, 04 Jan 2011 18:05:32 -0500
+
 multipath-tools (0.4.9-1) experimental; urgency=low
 
   * New upstream version 0.4.9 (Closes: #587315, #595127)

=== modified file 'debian/control'
--- debian/control  2010-09-01 15:10:26 +
+++ debian/control  2011-01-05 22:52:51 +
@@ -58,3 +58,12 @@
  These tools are in charge of maintaining the disk multipath device maps and
  react to path and map events.
 
+Package: multipath-tools-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends}, multipath-tools (= ${binary:Version}), kpartx (= 
${binary:Version})
+Description: debugging symbols for multipath-tools and kpartx
+ This package contains debugging files used to investigate problems with
+ binaries included in the multipath-tools and kpartx packages.
+

=== modified file 'debian/rules'
--- debian/rules2010-09-01 15:10:26 +
+++ debian/rules2011-01-05 22:52:51 +
@@ -75,7 +75,7 @@
dh_installman
dh_makeshlibs --add-udeb=multipath-udeb
dh_link
-   dh_strip
+   dh_strip --dbg-package=multipath-tools-dbg
dh_compress
dh_fixperms
dh_installdeb




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608933: Teach resolvconf that bind9 uses /var/run/named

2011-01-04 Thread Serge E. Hallyn
Package: resolvconf
Version: 1.47

The bind9 package uses /var/run/named, but the resolvconf
package thinks it uses /var/run/bind.  Below is a trivial
debdiff to hopefully fix this.

diff -Nru resolvconf-1.47/debian/changelog 
resolvconf-1.47fixbind/debian/changelog
--- resolvconf-1.47/debian/changelog2010-12-01 09:22:01.0 -0600
+++ resolvconf-1.47fixbind/debian/changelog 2011-01-04 12:12:40.0 
-0600
@@ -1,3 +1,10 @@
+resolvconf (1.47fixbind) unstable; urgency=low
+
+  * The bind9 package uses /var/run/named, not /var/run/bind.
+(See https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/693002)
+
+ -- Serge Hallyn serge.hal...@ubuntu.com  Tue, 04 Jan 2011 12:07:12 -0600
+
 resolvconf (1.47) unstable; urgency=low
 
   [ Thomas Hood ]
diff -Nru resolvconf-1.47/etc/resolvconf/update.d/bind 
resolvconf-1.47fixbind/etc/resolvconf/update.d/bind
--- resolvconf-1.47/etc/resolvconf/update.d/bind2006-08-09 
08:36:43.0 -0500
+++ resolvconf-1.47fixbind/etc/resolvconf/update.d/bind 2011-01-04 
12:07:10.0 -0600
@@ -21,7 +21,7 @@
 [ -f /etc/bind/named.conf.options ] || exit 0
 
 OPTS_FILE=named.options
-RUN_DIR=/var/run/bind
+RUN_DIR=/var/run/named
 
 [ -d $RUN_DIR ] || mkdir --parents --mode=0755 $RUN_DIR
 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608110: lustre-source: Failed to build modules with module-assistant

2010-12-27 Thread Serge Pokhodyaev
Package: lustre-source
Version: 1.8.3-4
Severity: important
Tags: squeeze

Tried to build lustre modules with command module-assistant -t build 
lustre-source and got message:

checking for 
/usr/src/linux-headers-2.6.32-5-openvz-amd64/include/linux/namei.h... no
checking if you are using Linux 2.6... no
checking that modules can be built at all... no
[...]
BUILD FAILED!

namei.h actially located at 
/usr/src/linux-headers-2.6.32-5-common-openvz/include/linux/namei.h

Then I made a symlink:
 /usr/src/linux-headers-2.6.32-5-openvz-amd64/include/linux/namei.h - 
/usr/src/linux-headers-2.6.32-5-common-openvz/include/linux/namei.h

And started building with the same command again. Got message:

checking for 
/usr/src/linux-headers-2.6.32-5-openvz-amd64/include/linux/namei.h... yes
checking if you are using Linux 2.6... yes
checking for external module build support... yes
checking that modules can be built at all... no
[...]
BUILD FAILED!


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-openvz-amd64 (SMP w/16 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lustre-source depends on:
ii  bzip2   1.0.5-6  high-quality block-sorting file co
ii  debhelper   8.0.0helper programs for debian/rules
ii  dpatch  2.0.31   patch maintenance system for Debia
ii  libsnmp-dev 5.4.3~dfsg-1 SNMP (Simple Network Management Pr
ii  module-assistant0.11.3   tool to make module package creati

lustre-source recommends no packages.

Versions of packages lustre-source suggests:
pn  ofa-kernel-source none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608110: addition info on bug

2010-12-27 Thread Serge
From configure.log:

configure:5633: checking that modules can be built at all
configure:5648: cp conftest.c build  make -d modules  CC=gcc-4.3 -f
/usr/src/modules/lustre/build/Makefile
LUSTRE_LINUX_CONFIG=/usr/src/linux-headers-2.6.32-5-openvz-amd64/.config
LINUXINCLUDE= -I/usr/src/linux-headers-2.6.32-5-openvz-amd64/arch/x86/include
-I/usr/src/linux-headers-2.6.32-5-openvz-amd64/include
-I/usr/src/linux-headers-2.6.32-5-openvz-amd64/include
-I/usr/src/linux-headers-2.6.32-5-openvz-amd64/include2 -include
include/linux/autoconf.h -o tmp_include_depends -o scripts -o
include/config/MARKER -C /usr/src/linux-headers-2.6.32-5-openvz-amd64
EXTRA_CFLAGS=-Werror-implicit-function-declaration -g
-I/usr/src/modules/lustre/lnet/include
-I/usr/src/modules/lustre/lnet/include
-I/usr/src/modules/lustre/lustre/include
M=/usr/src/modules/lustre/build
/usr/src/modules/lustre/build/conftest.mod.c:1:26: error:
linux/module.h: No such file or directory
/usr/src/modules/lustre/build/conftest.mod.c:2:28: error:
linux/vermagic.h: No such file or directory
/usr/src/modules/lustre/build/conftest.mod.c:3:28: error:
linux/compiler.h: No such file or directory
/usr/src/modules/lustre/build/conftest.mod.c:5: warning: data
definition has no type or storage class
/usr/src/modules/lustre/build/conftest.mod.c:5: warning: type defaults
to 'int' in declaration of 'MODULE_INFO'
/usr/src/modules/lustre/build/conftest.mod.c:5: warning: parameter
names (without types) in function declaration
/usr/src/modules/lustre/build/conftest.mod.c:8: error: variable
'__this_module' has initializer but incomplete type
/usr/src/modules/lustre/build/conftest.mod.c:9: error: unknown field
'name' specified in initializer
/usr/src/modules/lustre/build/conftest.mod.c:9: warning: excess
elements in struct initializer
/usr/src/modules/lustre/build/conftest.mod.c:9: warning: (near
initialization for '__this_module')
/usr/src/modules/lustre/build/conftest.mod.c:10: error: unknown field
'arch' specified in initializer
/usr/src/modules/lustre/build/conftest.mod.c:10: error:
'MODULE_ARCH_INIT' undeclared here (not in a function)
/usr/src/modules/lustre/build/conftest.mod.c:10: warning: excess
elements in struct initializer
/usr/src/modules/lustre/build/conftest.mod.c:10: warning: (near
initialization for '__this_module')
/usr/src/modules/lustre/build/conftest.mod.c:14: error: expected '=',
',', ';', 'asm' or '__attribute__' before '__used'
/usr/src/modules/lustre/build/conftest.mod.c:20: error: expected '=',
',', ';', 'asm' or '__attribute__' before '__used'
make[5]: *** [/usr/src/modules/lustre/build/conftest.mod.o] Error 1
make[4]: *** [modules] Error 2
make[3]: *** [sub-make] Error 2
make[2]: *** [all] Error 2
configure:5651: $? = 2
configure: failed program was:
|
| int
| main (void)
| {
|
|   ;
|   return 0;
| }
configure:5667: result: no



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#603944: Updated patch

2010-12-09 Thread Serge E. Hallyn
Here is a patch (against the ubuntu package, just as example)
which instead of doing a dumb retry loop, waits for udev.

=== modified file 'debian/changelog'
--- debian/changelog2010-04-26 15:17:47 +
+++ debian/changelog2010-12-08 21:44:32 +
@@ -1,3 +1,15 @@
+initramfs-tools (0.92bubuntu79) natty; urgency=low
+
+  * When using multipath, it is possible that mountroot() will race
+with udev's renaming of /dev/disk/by-uuid/{rootfs-uuid} from
+/dev/sd?? to /dev/mapper/something.  After multipath has grabbed
+the /dev/sd?? and until udev completes the rename, mounting
+/dev/disk/by-uuid/{rootfs-uuid} will fail with -EBUSY.  In that
+case, call 'udevsettle' to wait until udev has finished all its
+related actions. (Closes LP: #686832)
+
+ -- Serge Hallyn serge.hal...@ubuntu.com  Fri, 19 Nov 2010 12:19:43 -0600
+
 initramfs-tools (0.92bubuntu78) lucid; urgency=low
 
   * hooks/compcache: Escape $-expansions inside EOF (thanks, Eugene San;

=== modified file 'scripts/local'
--- scripts/local   2009-12-21 23:06:53 +
+++ scripts/local   2010-11-20 01:03:26 +
@@ -69,10 +69,19 @@
# FIXME This has no error checking
[ -n ${FSTYPE} ]  modprobe ${FSTYPE}
 
-   # FIXME This has no error checking
# Mount root
-   mount ${roflag} ${FSTYPE:+-t ${FSTYPE} }${ROOTFLAGS} ${ROOT} ${rootmnt}
-   mountroot_status=$?
+   tries=0
+   ret=1
+   while [ $tries -lt 2 -a $ret -ne 0 ]; do
+   mount ${roflag} ${FSTYPE:+-t ${FSTYPE} }${ROOTFLAGS} ${ROOT} 
${rootmnt}
+   ret=$?
+   if [ $ret -ne 0 ]; then
+   echo failed attempt $tries to mount $ROOT as root
+   udevadm settle
+   tries=$((tries+1))
+   fi
+   done
+   mountroot_status=$ret
if [ $LOOP ]; then
if [ $mountroot_status != 0 ]; then
if [ ${FSTYPE} = ntfs ] || [ ${FSTYPE} = vfat ]; then




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#604887: libmysqld-dev should depend on libwrap0

2010-11-24 Thread Serge Hallyn
Package: libmysqld-dev
Version: 5.1-5.1.49

libmysql is compiled with --with-libwrap0.  The source package depends
upon libwrap0-dev.  However, libmysqld-dev does not seem to depend on
libwrap0, or on anything that does.  Should libwrap0 be added to its
Depends: ?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#604888: vsftpd should check for full user/groupname ftp

2010-11-24 Thread Serge Hallyn
Package: vsftpd
Version: 2.3.2-3

The postinst file for vfstpd checks for user and group
name 'ftp', but it actually only checks for names starting
with ftp.  Instead of

if ! getent group | grep -q ^${_USERNAME}

it should check for

if ! getent group | grep -q ^${_USERNAME}:

Otherwise it may think that 'ftp' exists when only 'ftpfool'
exists, then fail later when trying to 'chown root:ftp' a
file.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#603944: retry mounting of root

2010-11-18 Thread Serge E. Hallyn
Package: initramfs-tools
Version: 0.98

When using multipath, it is possible that mountroot() will race with
udev's renaming of /dev/disk/by-uuid/{rootfs-uuid} from /dev/sd?? to
/dev/mapper/something.  After multipath has grabbed the /dev/sd?? and
until udev completes the rename, mounting
/dev/disk/by-uuid/{rootfs-uuid} will fail with -EBUSY.

Here is a patch I've been using successfully for awhile.  Colin Watson
has suggested that:

 A poll/retry loop is generally a suboptimal way to do this kind of
 thing; what we really want is to wait for udev to tell us that it has
 finished with the event that triggered renaming of the device.

which does seem cleaner.

thanks,
-serge

diff -Nru initramfs-tools-0.98ubuntu2/debian/changelog 
initramfs-tools-0.98ubuntu3/debian/changelog
--- initramfs-tools-0.98ubuntu2/debian/changelog2010-08-20 
03:48:58.0 -0500
+++ initramfs-tools-0.98ubuntu3/debian/changelog2010-08-24 
22:31:31.0 -0500
@@ -1,3 +1,14 @@
+initramfs-tools (0.98ubuntu3) maverick; urgency=low
+
+  * Add retries to mountroot().  This is particularly needed when we
+use multipath, because it is possible that mountroot() will race
+with udev's renaming of /dev/disk/by-uuid/{rootfs-uuid} from
+/dev/sd?? to /dev/mapper/something.  After multipath has grabbed
+the /dev/sd?? and until udev completes the rename, mounting
+/dev/disk/by-uuid/{rootfs-uuid} will fail with -EBUSY.
+
+ -- Serge Hallyn serge.hal...@canonical.com  Tue, 24 Aug 2010 22:17:57 -0500
+
 initramfs-tools (0.98ubuntu2) maverick; urgency=low
 
   * The ramzswap device changed its interface so that the disk size needs to
diff -Nru initramfs-tools-0.98ubuntu2/scripts/local 
initramfs-tools-0.98ubuntu3/scripts/local
--- initramfs-tools-0.98ubuntu2/scripts/local   2010-08-20 03:48:58.0 
-0500
+++ initramfs-tools-0.98ubuntu3/scripts/local   2010-08-24 22:16:17.0 
-0500
@@ -86,10 +86,19 @@
# FIXME This has no error checking
[ -n ${FSTYPE} ]  modprobe ${FSTYPE}
 
-   # FIXME This has no error checking
# Mount root
-   mount ${roflag} ${FSTYPE:+-t ${FSTYPE} }${ROOTFLAGS} ${ROOT} ${rootmnt}
-   mountroot_status=$?
+   tries=0
+   ret=1
+   while [ $tries -lt 10 -a $ret -ne 0 ]; do
+   mount ${roflag} ${FSTYPE:+-t ${FSTYPE} }${ROOTFLAGS} ${ROOT} 
${rootmnt}
+   ret=$?
+   if [ $ret -ne 0 ]; then
+   echo failed attempt $tries to mount $ROOT as root
+   sleep 1
+   tries=$((tries+1))
+   fi
+   done
+   mountroot_status=$ret
if [ $LOOP ]; then
if [ $mountroot_status != 0 ]; then
if [ ${FSTYPE} = ntfs ] || [ ${FSTYPE} = vfat ]; then



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#577158: gcc-4.3: incorrect warning 'incompatible pointer type'

2010-04-10 Thread serge guelton serge.guel...@enst-bretagne.fr
Package: gcc-4.3
Version: 4.3.2-1.1
Severity: normal

When compiling following source code


typedef int * intp;
void foo(intp);
void bar(void (*)(void*));

void warning()
{
bar(foo);
}

gcc warns about
`` passing argument 1 of ‘bar’ from incompatible pointer type ''
It seems not to understand intp is a typedef on a pointer type.

This does not look like a relevant warning to me.

I hope I provided enough information ?

Thanks anyway !

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (550, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
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 gcc-4.3 depends on:
ii  binutils  2.20.1-2   The GNU assembler, linker and bina
ii  cpp-4.3   4.3.2-1.1  The GNU C preprocessor
ii  gcc-4.3-base  4.3.2-1.1  The GNU Compiler Collection (base 
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.2-9  GCC support library
ii  libgomp1  4.4.2-9GCC OpenMP (GOMP) support library

Versions of packages gcc-4.3 recommends:
ii  libc6-dev 2.10.2-6   Embedded GNU C Library: Developmen

Versions of packages gcc-4.3 suggests:
ii  gcc-4.3-doc  4.3.2.nf1-1 documentation for the GNU compiler
pn  gcc-4.3-locales  none  (no description available)
pn  gcc-4.3-multilib none  (no description available)
pn  libgcc1-dbg  none  (no description available)
pn  libgomp1-dbg none  (no description available)
pn  libmudflap0-4.3-dev  none  (no description available)
pn  libmudflap0-dbg  none  (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#541969: quagga: ripd only sends updates from wrong addresses

2009-08-16 Thread Serge Tiunov
Package: quagga
Version: 0.99.10-1lenny2
Severity: normal


With two addresses configured on one physical interface, ripd
only sends responses from one, never from the other.

Here, I've got 82.x.y.z and 192.168.49.49 on eth1. Routers in
the outer network receive updates from 82.x.y.z. Local network
never gets any from 192.168.49.49.

Even with ZEBRA_IFA_SECONDARY check commented out in ripd.c, ripd
only *says* in logs that it sends them, but never *does*, as seen
from tcpdump.

Removing 82.x.y.w/29 from the list of networks didn't help.

Instead, ripd sends updates from eth0's address with eth0 being
marked as passive-interface.

Current configuration:
!
log syslog
end
!
debug rip events
debug rip packet
debug rip zebra
!
interface eth0
 ipv6 nd suppress-ra
!
interface eth1
 ip rip receive version 2
 ip rip send version 2
 ipv6 nd suppress-ra
!
interface lo
!
router rip
 version 2
 redistribute kernel
 redistribute connected
 network 192.168.49.0/24
 passive-interface eth0
 distribute-list nodefault in
!
access-list nodefault deny 0.0.0.0/0 exact-match
access-list nodefault permit any
!
ip forwarding
!
line vty
!


-- System Information:
Debian Release: 5.0.2
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Shell: /bin/sh linked to /bin/bash

Versions of packages quagga depends on:
ii  adduser   3.110  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  iproute   20080725-2 networking and traffic control too
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libcap1   1:1.10-14  support for getting/setting POSIX.
ii  libpam0g  1.0.1-5+lenny1 Pluggable Authentication Modules l
ii  libpcre3  7.6-2.1Perl 5 Compatible Regular Expressi
ii  libreadline5  5.2-3.1GNU readline and history libraries
ii  logrotate 3.7.1-5Log rotation utility

quagga recommends no packages.

Versions of packages quagga suggests:
pn  snmpd none (no description available)

-- debconf information:
* quagga/really_stop: true



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#538328: msmtp: static IP in msmstpq

2009-07-24 Thread serge guelton serge.guel...@enst-bretagne.fr
Package: msmtp
Version: 1.4.15-1
Severity: normal

In msmtpq, the address pinged to check if network is hard coded,
A comment says it's google's IP but it does *not* work here. It may be
better to directly give the website hostname to ping ?


-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (550, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
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 msmtp depends on:
ii  debconf [debcon 1.5.24   Debian configuration management sy
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libcomerr2  1.41.3-1 common error description library
ii  libgcrypt11 1.4.1-1  LGPL Crypto library - runtime libr
ii  libgnutls26 2.4.2-6+lenny1   the GNU TLS library - runtime libr
ii  libgpg-error0   1.4-2library for common error values an
ii  libgsasl7   0.2.26-2 GNU SASL library
ii  libidn111.8+20080606-1   GNU libidn library, implementation
ii  libkrb531.6.dfsg.4~beta1-5lenny1 MIT Kerberos runtime libraries
ii  libntlm00.3.13-1 NTLM authentication library
ii  libtasn1-3  1.4-1Manage ASN.1 structures (runtime)
ii  ucf 3.0016   Update Configuration File: preserv
ii  zlib1g  1:1.2.3.3.dfsg-12compression library - runtime

Versions of packages msmtp recommends:
ii  ca-certificates   20080809   Common CA certificates

msmtp suggests no packages.

-- debconf information:
  msmtp/host:
  msmtp/tls: false
  msmtp/maildomain:
  msmtp/sysconfig: false
  msmtp/auto_from: true
  msmtp/port: 25



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#532439: ITP: polylib -- The Polyhedral Library (PolyLib for short) operates on objects

2009-06-09 Thread serge guelton serge.guel...@enst-bretagne.fr
Package: wnpp
Severity: wishlist
Owner: serge guelton serge.guel...@enst-bretagne.fr 
serge.guel...@enst-bretagne.fr


* Package name: polylib
  Version : 7
  Upstream Author : Vincent Loechner loech...@icps.u-strasbg.fr
* URL : http://icps.u-strasbg.fr/polylib
* License : LGPL
  Programming Lang: C
  Description : the polyhedral library
 The Polyhedral Library (PolyLib for short) operates on objects
 made up of unions of polyhedra of any dimension.
 It was first developed by Doran Wilde at IRISA, in Rennes, France,
 in connection with the ALPHA project.

-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (550, 'unstable')
Architecture: i386 (i686)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#516016: linux-image-2.6.18-4-amd64: upgrade installation script bug

2009-02-18 Thread Serge D
Package: linux-image-2.6.18-4-amd64
Version: 2.6.18.dfsg.1-12etch2
Severity: normal



-- System Information:
Debian Release: 4.0
  APT prefers oldstable
  APT policy: (500, 'oldstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.18-4-amd64 depends on:
ii  cor 5.97-5.3 The GNU core utilities
ii  deb 1.5.11etch2  Debian configuration management sy
ii  e2f 1.39+1.40-WIP-2006.11.14+dfsg-2etch1 ext2 file system utilities and lib
ii  ini 0.85itools for generating an initramfs
ii  mod 3.3-pre4-2   tools for managing Linux kernel mo

linux-image-2.6.18-4-amd64 recommends no packages.

-- debconf information:
  linux-image-2.6.18-4-amd64/postinst/kimage-is-a-directory:
  linux-image-2.6.18-4-amd64/postinst/bootloader-test-error-2.6.18-4-amd64:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.18-4-amd64/preinst/lilo-initrd-2.6.18-4-amd64: true
  linux-image-2.6.18-4-amd64/preinst/initrd-2.6.18-4-amd64:
  linux-image-2.6.18-4-amd64/preinst/abort-overwrite-2.6.18-4-amd64:
  linux-image-2.6.18-4-amd64/preinst/failed-to-move-modules-2.6.18-4-amd64:
  linux-image-2.6.18-4-amd64/postinst/old-initrd-link-2.6.18-4-amd64: true
  linux-image-2.6.18-4-amd64/postinst/depmod-error-initrd-2.6.18-4-amd64: false
  linux-image-2.6.18-4-amd64/postinst/create-kimage-link-2.6.18-4-amd64: true
  linux-image-2.6.18-4-amd64/preinst/lilo-has-ramdisk:
  linux-image-2.6.18-4-amd64/postinst/old-dir-initrd-link-2.6.18-4-amd64: true
  linux-image-2.6.18-4-amd64/postinst/depmod-error-2.6.18-4-amd64: false
  linux-image-2.6.18-4-amd64/prerm/removing-running-kernel-2.6.18-4-amd64: true
  linux-image-2.6.18-4-amd64/postinst/bootloader-error-2.6.18-4-amd64:
  linux-image-2.6.18-4-amd64/postinst/old-system-map-link-2.6.18-4-amd64: true
* linux-image-2.6.18-4-amd64/preinst/already-running-this-2.6.18-4-amd64:
  linux-image-2.6.18-4-amd64/preinst/bootloader-initrd-2.6.18-4-amd64: true
  linux-image-2.6.18-4-amd64/preinst/overwriting-modules-2.6.18-4-amd64: true
  linux-image-2.6.18-4-amd64/preinst/elilo-initrd-2.6.18-4-amd64: true
  linux-image-2.6.18-4-amd64/preinst/abort-install-2.6.18-4-amd64:
  linux-image-2.6.18-4-amd64/prerm/would-invalidate-boot-loader-2.6.18-4-amd64: 
true

Hello Debian people!
  My System is 2.6.18-6-amd64 #1 SMP x86_64 GNU/Linux, I have root / on 
/dev/sda7 partition. Each time when it 
comes to upgrade the kernel (I simply do 'apt-get upgrade' to upgrade my 
system) the installation script of 
linux-image package screws up the settings in /boot/grub/menu.lst !  I have 
such a line kernel  
/vmlinuz-2.6.18-6-amd64 root=/dev/sda7 ro in my menu.lst -- it's default 
setting (it was done like this during 
initial system installation). 
Here is relevant part of /boot/grub/menu.lst before upgrade:
## ## End Default Options ##

title   Debian GNU/Linux, kernel 2.6.18-6-amd64
root(hd0,0)
kernel  /vmlinuz-2.6.18-6-amd64 root=/dev/sda7 ro
initrd  /initrd.img-2.6.18-6-amd64
savedefault

   ..and the same part after upgrade:
## ## End Default Options ##

title   Debian GNU/Linux, kernel 2.6.18-6-amd64
root(hd0,0)
kernel  /vmlinuz-2.6.18-6-amd64 root=/dev/sda1 ro
initrd  /initrd.img-2.6.18-6-amd64
savedefault

  .. and it does the same kind of wrong changes for each block of boot 
scenario, for single-user mode, etc. 
making impossible to boot normal way without qualified personnel intervention.

I had to fix it manually after each upgrade before go to reboot. Last time it 
was my 
3rd kernel upgrade and it looks the problem is not fixed yet, so I decided to 
submit this bug report to Debian 
community.  I guess this bug affects the systems like mine, i.e. where root 
partition is not on sda1 (or hda1, 
etc..), so it may lead to serious trouble those who less experienced with 
Linux.  

Regards,
Serge Dudko



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#509075: linux-image-2.6-686: fails to configure when grub is uninstalled

2008-12-17 Thread Serge Tiunov
Package: linux-image-2.6-686
Version: 2.6.26+17
Severity: normal


Running postinst hook script update-grub.
User postinst hook script [update-grub] failed to execute: No such file 
or directory
dpkg: error processing linux-image-2.6.26-1-686 (--configure):
 subprocess post-installation script returned error exit status 255
dpkg: dependency problems prevent configuration of linux-image-2.6-686:
 linux-image-2.6-686 depends on linux-image-2.6.26-1-686; however:
  Package linux-image-2.6.26-1-686 is not configured yet.
dpkg: error processing linux-image-2.6-686 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-image-2.6.26-1-686
 linux-image-2.6-686
E: Sub-process /usr/bin/dpkg returned an error code (1)

Besides, post-install script doesn't seem to run lilo, even
though it is normally installed.

Workaround: reinstall grub and run lilo manually each time the kernel
package is updated. Perfectly annoying.

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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-image-2.6-686 depends on:
ii  linux-image-2.6.26-1-686  2.6.26-11  Linux 2.6.26 image on PPro/Celeron

linux-image-2.6-686 recommends no packages.

linux-image-2.6-686 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#508302: bug #508302

2008-12-09 Thread Serge Rijkers
adding

cat /proc/mtd and ls /boot

% start --%

inconnu:~# cat /proc/mtd
dev:size   erasesize  name
mtd0: 0004 0002 RedBoot
mtd1: 0002 0002 SysConf
mtd2: 0002 0002 Loader
mtd3: 0014 0002 Kernel
mtd4: 0062 0002 Ramdisk
mtd5: 0002 0002 FIS directory
inconnu:~# ls /boot
System.map-2.6.18-6-ixp4xx  initrd.img-2.6.18-6-ixp4xx.bak
System.map-2.6.26-1-ixp4xx  initrd.img-2.6.26-1-ixp4xx
apex.flash  initrd.img.old
config-2.6.18-6-ixp4xx  vmlinuz
config-2.6.26-1-ixp4xx  vmlinuz-2.6.18-6-ixp4xx
initrd.img  vmlinuz-2.6.26-1-ixp4xx
initrd.img-2.6.18-6-ixp4xx  vmlinuz.old
inconnu:~#
% end --%





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



Bug#508302: bug #508302

2008-12-09 Thread Serge Rijkers
Oops, forget -l switch on ls

% start %

inconnu:~# ls -l /boot
total 11452
-rw-r--r-- 1 root root  636580 Oct 16 19:32 System.map-2.6.18-6-ixp4xx
-rw-r--r-- 1 root root  787178 Nov 28 13:55 System.map-2.6.26-1-ixp4xx
-rw-r--r-- 1 root root   42892 May 21  2008 apex.flash
-rw-r--r-- 1 root root   46325 Oct 15 11:28 config-2.6.18-6-ixp4xx
-rw-r--r-- 1 root root   61634 Nov 26 19:17 config-2.6.26-1-ixp4xx
lrwxrwxrwx 1 root root  26 Dec  9 19:40 initrd.img -
initrd.img-2.6.26-1-ixp4xx
-rw-r--r-- 1 root root 2104347 Dec  1 17:37 initrd.img-2.6.18-6-ixp4xx
-rw-r--r-- 1 root root 3255463 Nov 30 23:34 initrd.img-2.6.18-6-ixp4xx.bak
-rw-r--r-- 1 root root 2127708 Dec  9 21:04 initrd.img-2.6.26-1-ixp4xx
lrwxrwxrwx 1 root root  26 Feb 27  2008 initrd.img.old -
initrd.img-2.6.18-6-ixp4xx
lrwxrwxrwx 1 root root  23 Dec  9 19:40 vmlinuz -
vmlinuz-2.6.26-1-ixp4xx
-rw-r--r-- 1 root root 1186748 Oct 16 19:32 vmlinuz-2.6.18-6-ixp4xx
-rw-r--r-- 1 root root 1422160 Nov 28 13:55 vmlinuz-2.6.26-1-ixp4xx
lrwxrwxrwx 1 root root  23 Feb 27  2008 vmlinuz.old -
vmlinuz-2.6.18-6-ixp4xx
inconnu:~#

% start %





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



Bug#508302: Info received (bug #508302)

2008-12-09 Thread Serge Rijkers
Martin,

I have no idea which image I used. The only thing that I can say is that I
used an image from your unofficial pages at the time. my lost and found on
my root device /dev/sda1 in an ext3 partition created on 22 dec 2006. So
that is the date that my NSLU2 was installed using an image from your
website. At the time that was not a debian official installer but an image
that you could install to run debian.

Maybe that is what is biting me now. I will try your suggestion with
upslug2. and the image you suggest.

Do I let you and the bug report know what the result was?

Regards

Serge Rijkers




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



Bug#508302: Suggested image

2008-12-09 Thread Serge Rijkers
Dear Michael,

I have just reflashed as per you suggestion. Yes, the link you offered
worked! I now have a 2.6.26 kernel running on my NSLU2. That means in
effect that the base installer image I ran at the time had a too small
root partition for a modern kernel.

Thank you for supplying me with a running image that works. I guess the
bug can be closed now. If there are any steps that I can take to assist in
narrowing the users with this problem and therby aking your excellent
suggestion available to them please let me know!

Thank you!

Regards

Serge Rijkers






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



Bug#497896: dia: incomplete uml to c++ code generation

2008-09-05 Thread serge guelton [EMAIL PROTECTED]
Package: dia
Version: 0.96.1-7
Severity: normal

Hello,

while trying to generate some code from a simple uml diagram (a unique
class with a single virtual method), It appears that the virtual keyword
is not added.
It makes the code generation rather difficult to use !

Thanks a lot if you have time to consider this !

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

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dia depends on:
ii  dia-common 0.96.1-7  Diagram editor (common files)
ii  dia-libs   0.96.1-7  Diagram editor (library files)
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-1   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.16.4-2  The GLib library of C routines
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libpango1.0-0  1.20.5-1  Layout and rendering of internatio
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages dia recommends:
ii  gsfonts-x11   0.21   Make Ghostscript fonts available t

dia suggests no packages.

-- no debconf information



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



Bug#496652: autodia: minor dicumentation issue

2008-08-26 Thread serge guelton [EMAIL PROTECTED]
Package: autodia
Version: 2.03-2
Severity: minor

Hello,

both `autodia --help' and `man autodia' refer to autodia.pl, while the
installed program name is autodia.pl.
It is just cosmetic, yet a bit disturbing :p

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

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages autodia depends on:
ii  libtemplate-perl 2.19-1+b1   template processing system written
ii  perl 5.10.0-11.1 Larry Wall's Practical Extraction 

autodia recommends no packages.

Versions of packages autodia suggests:
pn  libgraphviz-perl  none (no description available)

-- no debconf information



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



Bug#151036: Top models choose this for slimming.

2008-07-20 Thread ashbey serge
If you are trying to find good health shop. You wont find better solution than 
our site. We
have everything to help to recover of ilnesses.Even if you need prompt delivery 
at your door you can always 
count on us. Get the most experienced help as fast as a mouse click.

levelwisdom.com

20 Jul 2008 13:27:03

chip
theate




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



Bug#488232: w3c-linkchecker: ssl dependency issue

2008-06-27 Thread Serge Guelton

Package: w3c-linkchecker
Version: 4.3-1
Severity: important

Good Morning,

after an install of w3c-linkchecker on my debian testing,
I tried to checklink an https website, and this failed with an error
concerning unavailable ssl lib.
I installed libcrypt-ssleay-perl, and this solved the problem.
Maybe a Recommends or Depends is needed ?

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
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 w3c-linkchecker depends on:
ii  libconfig-general-perl 2.38-1Generic Configuration Module
ii  libhtml-parser-perl3.56-1+b1 A collection of modules 
that parse
ii  libnet-ip-perl 1.25-2Perl extension for 
manipulating IP
ii  liburi-perl1.35.dfsg.1-1 Manipulates and accesses 
URI strin
ii  libwww-perl5.812-1   WWW client/server library 
for Perl
ii  perl   5.10.0-10 Larry Wall's Practical 
Extraction


w3c-linkchecker recommends no packages.

-- no debconf information



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



Bug#217957: Right spot for her, everytime

2008-03-23 Thread Serge barry
Can’t stand the pressure of her expectations in bed? Here’s the answer.

http://www.asestio.com/
Measure Up To Your Future



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



Bug#161232: Her bath towel fell and I saw this

2008-03-21 Thread Serge Weekley
Women love their men well hung.

http://www.fantestecs.com/
Add up to 3 inches today.



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



Bug#310938: professor Michael Bugeja

2008-03-20 Thread cliff serge
ErectileorganQueen-sizeAdolph http://www.Plaserable.com




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



Bug#471739: virtualbox-ose: worng module name in the init script

2008-03-19 Thread serge
Package: virtualbox-ose
Version: 1.5.6-dfsg-2
Severity: normal


--- virtualbox-ose.orig 2008-03-05 17:54:46.0 +0300
+++ virtualbox-ose  2008-03-19 23:58:49.0 +0300
@@ -390,14 +390,14 @@
 start)
 # try to insert module but do not fail if not possible
 if [ $LOAD_VBOXDRV_MODULE = 1 ]; then
-/sbin/modprobe -q vboxdrv || true
+/sbin/modprobe -q virtualbox-ose || true
 fi
 start
 ;;
 stop)
 stop
 if [ $LOAD_VBOXDRV_MODULE = 1 ]; then
-/sbin/modprobe -qr vboxdrv || true
+/sbin/modprobe -qr virtualbox-ose || true
 fi
 ;;
 restart)



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

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

Versions of packages virtualbox-ose depends on:
ii  adduser3.106 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.19Debian configuration management sy
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libgcc11:4.3.0~rc2-1 GCC support library
ii  libgl1-mesa-glx [libgl1]   7.0.3~rc2-1   A free implementation of the OpenG
ii  libglib2.0-0   2.14.6-1  The GLib library of C routines
ii  libidl00.8.9-0.1 library for parsing CORBA IDL file
ii  libqt3-mt  3:3.3.8b-4Qt GUI Library (Threaded runtime v
ii  libsdl1.2debian1.2.13-2  Simple DirectMedia Layer
ii  libstdc++6 4.3.0~rc2-1   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxalan1101.10-3.1  Provides XSLT support for applicat
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxerces272.7.0-5   validating XML parser library for 
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library

Versions of packages virtualbox-ose recommends:
ii  virtualbox-ose-modu 2.6.22+1.5.2-dfsg2-9 PC virtualization solution modules

-- debconf information:
  virtualbox-ose/upstream_version_change: false



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



Bug#334392: absent askew

2008-03-12 Thread krispin serge
Order Prescriptoins tomorrow
www.apperceptionacolyte.alba%2econtinuemove.com



be atomicarmature

absent but alexandra




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



Bug#464394: RFP: bashc -- bash with two-panel visual file browser

2008-02-06 Thread Serge Vakulenko
Package: wnpp
Severity: wishlist

Package name: bashc
Version: 3.2.33.0
URL: http://bashc.sourceforge.net/
License: GPL
Description: Would anybody please create a port for Bash Commander?
It is a traditional GNU bash shell extended with visual
two-panel file browser.  You can use it instead of
Midnight Commander or Demos Commander.
___
Regards,
Serge Vakulenko



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



Bug#443513: incorrect printf() output on arm

2007-09-21 Thread Serge Belyshev
Package: libc6
Version: 2.3.6.ds1-13etch2

This program produces wrong output on etch arm
(compiler version/flags/etc doesn't matter):

#include stdio.h

int main (void)
{
  printf (%llu\n, 450ULL);
  return 0;
}

$ ./a.out
0826408960
$



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



Bug#267746: a2ps: Possible solution to fix cyrillic (KOI8-R) printing problem.

2007-07-19 Thread Serge D
Message-ID: 
[EMAIL PROTECTED] 

X-Mailer: reportbug 
3.31   

Date: Thu, 19 Jul 2007 12:04:34 
+0300   
X-Debbugs-Cc: 
[EMAIL PROTECTED]  

  

Package: 
a2ps  

Version: 
1:4.13b.dfsg.1-1  

Followup-For: Bug 
#267746  

  

  

  

-- System 
Information: 

Debian Release: 
4.0

Architecture: i386 
(i686)  

Shell:  /bin/sh linked to 
/bin/bash 
Kernel: Linux 
2.6.18-4-686 

Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R 
(charmap=KOI8-R)   
  

Versions of packages a2ps depends 
on:   
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared 
libraries
ii  libpaper1   1.1.21   Library for handling paper 
charact 
  

Versions of packages a2ps 
recommends:   
ii  bzip2   1.0.3-6  high-quality block-sorting 
file co 
ii  lprng [lpr] 3.8.28dfsg.1-1.1 lpr/lpd printer spooling 
system
ii  psutils 1.17-24  A collection of PostScript 
documen 
ii  wdiff   0.5-16   Compares two files word by 
word
  

-- no debconf 
information  

  


 The solution:
   

1. Detect is the system locale 
KOI8-R 
2. Install as dependency a package 
t1-cyrillic
3. Edit /etc/a2ps-site.cfg 
,  
  - change the 
line:   

   Options: 
--encoding=KOI8-R 
  - add to the end a 
line: 

   PrependLibraryPath: 
/usr/share/fonts/type1/cyrillic
4. Generate new font.map , 
run:   
/usr/share/a2ps/afm/make_fonts_map.sh   

- rename newborn font.map.new to 
font.map 
   


  That's all.

p.s. sorry sending this report non-standard way. It was created on newly 
configured system not yet connected to I-net.., and manually sent via my 
regular mailer on myworkplace PC...


 Best regards,
Serge Dudko


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



Bug#428277: dictionaries-common_debian_po : [INTL:eo] Esperanto translation for dictionaries-common.

2007-06-12 Thread Serge Leblanc
On mar, 2007-06-12 at 17:21 +0200, Agustin Martin wrote:

 tag 428277 pending
 thanks
 
 On Sun, Jun 10, 2007 at 12:32:24PM +0200, Serge Leblanc wrote:
  Package: dictionaries-common
  Version: n/a
  Tags: l10n, patch
  Severity: wishlist
  
  Esperanto translation for dictionaries-common messages.
  
  Sincere via,
 
 Dankon,
 
 Committed to our CVS, will go in next upload.
 
 I do not speak Esperanto for some many years, but seems that a typo
 got unnoticed. See attached (still uncommitted) diff, and please
 confirm if it is OK.
 



Mi konsentas vian pravan korekton, kaj mi dankas vin pro via diligento.
Je suis en accord avec votre pertinente correction et vous remercie de
votre diligence.
I'm in agreement with your relevant correction and thanks you for your
diligence.

Amike,
--
Serge Leblanc
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0x73791C2B
Fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B


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


Bug#428275: Debconf : [INTL:eo] Esperanto translation for debconf.

2007-06-11 Thread Serge Leblanc
On lun, 2007-06-11 at 07:27 +0200, Christian Perrier wrote:

 Quoting Serge Leblanc ([EMAIL PROTECTED]):
  Package: debconf
  Version: n/a
  Tags: l10n, patch
  Severity: wishlist
  
  Esperanto translation for debconf messages.
 
 A small default. I can correct it myself, but better show it to you as
 well (with a French error message...):
 
 [EMAIL PROTECTED]:~/src/debian/debconf/src/debconf/po msgfmt -o /dev/null -c 
 eo.po
 eo.po:306: Les chaînes « msgid » et « msgstr » ne se termine pas toutes les 
 deux « \n »
 
 For the maintainer, this error is:
 
 eo.po:306: `msgid' and `msgstr' entries do not both end with '\n'
 
 


Is it necessary that I resend an corrected file?

Cordialy,
--
Serge Leblanc
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0x73791C2B
Fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B


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


Bug#428275: Debconf : [INTL:eo] Esperanto translation for debconf.

2007-06-10 Thread Serge Leblanc
Package: debconf
Version: n/a
Tags: l10n, patch
Severity: wishlist

Esperanto translation for debconf messages.

Sincere via,
--
Serge Leblanc
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0x73791C2B
Fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B
# translation to Esperanto
# Copyright (C) 2007 Free Software Foundation, Inc.
# Serge Leblanc [EMAIL PROTECTED], 2007.
#
msgid 
msgstr 
Project-Id-Version: debconf\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2007-05-08 02:26+\n
PO-Revision-Date: 2007-06-10 12:03+0200\n
Last-Translator: Serge Leblanc [EMAIL PROTECTED]\n
Language-Team: Esperanto [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#: ../Debconf/AutoSelect.pm:76
#, perl-format
msgid falling back to frontend: %s
msgstr Retroiru al la fasado: %s

#: ../Debconf/AutoSelect.pm:84
#, perl-format
msgid unable to initialize frontend: %s
msgstr Ne eblas komencvalori la fasadon: %s

#: ../Debconf/AutoSelect.pm:90
#, perl-format
msgid Unable to start a frontend: %s
msgstr Ne eblas starti la fasadon: %s

#: ../Debconf/Config.pm:130
msgid Config database not specified in config file.
msgstr La agorda dosiero ne indikas la lokon de la agorda datumbazo.

#: ../Debconf/Config.pm:134
msgid Template database not specified in config file.
msgstr 
La agorda dosiero ne indikas la lokon de la mesaĝa datumbazo (\templates\).

#: ../Debconf/Config.pm:139
msgid 
The Sigils and Smileys options in the config file are no longer used. Please 
remove them.
msgstr 
La 'Sigils' kaj 'Smileys'-elektoj el agorda dosiero ne plu estas uzitaj. 
Bonvolu forviŝi ilin.

#: ../Debconf/Config.pm:153
#, perl-format
msgid Problem setting up the database defined by stanza %s of %s.
msgstr Problemo dum la datumbaza agordado difinita de la paragrafo %s pri %s.

#: ../Debconf/Config.pm:228
msgid 
  -f,  --frontend\t\tSpecify debconf frontend to use.\n
  -p,  --priority\t\tSpecify minimum priority question to show.\n
   --terse\t\t\tEnable terse mode.\n
msgstr 
  -f,  --frontend\t\tIndikas la uzotan 'debconf'-fasadon.\n
  -p,  --priority\t\tIndikas la vidotan mininuman prioritatan demandon.\n
   --terse\t\t\tAktivigas la lakonan 'terse'-modon.\n

#: ../Debconf/Config.pm:308
#, perl-format
msgid Ignoring invalid priority \%s\
msgstr Ignoras la malvalidan prioritaton \%s\

#: ../Debconf/Config.pm:309
#, perl-format
msgid Valid priorities are: %s
msgstr Validaj prioritatoj estas : %s

#: ../Debconf/Element/Editor/Boolean.pm:30
#: ../Debconf/Element/Editor/Multiselect.pm:31
#: ../Debconf/Element/Editor/Select.pm:31
msgid Choices
msgstr Elektoj

#: ../Debconf/Element/Editor/Boolean.pm:30
#: ../Debconf/Element/Editor/Boolean.pm:36
#: ../Debconf/Element/Editor/Boolean.pm:59
#: ../Debconf/Element/Teletype/Boolean.pm:28
msgid yes
msgstr jes

#: ../Debconf/Element/Editor/Boolean.pm:30
#: ../Debconf/Element/Editor/Boolean.pm:39
#: ../Debconf/Element/Editor/Boolean.pm:62
#: ../Debconf/Element/Teletype/Boolean.pm:29
msgid no
msgstr ne

#: ../Debconf/Element/Editor/Multiselect.pm:32
msgid 
(Enter zero or more items separated by a comma followed by a space (', ').)
msgstr 
(Tajpu nulon aŭ pliajn erojn interspacigitaj de la (komo,spaco) paro: ', '.) 

#: ../Debconf/Element/Gnome.pm:183
msgid _Help
msgstr _Helpo

#: ../Debconf/Element/Gnome.pm:185
msgid Help
msgstr Helpo

#: ../Debconf/Element/Noninteractive/Error.pm:39
msgid 
Debconf was not configured to display this error message, so it mailed it to 
you.
msgstr 
'Debconf'-programo ne estis agordita por montri tiun eraran mesagon, do ĝi 
sendis ĝin al vi.

#: ../Debconf/Element/Noninteractive/Error.pm:63
msgid Debconf
msgstr Debconf

#: ../Debconf/Element/Noninteractive/Error.pm:86
#, perl-format
msgid Debconf, running at %s
msgstr Debconf, plenumiĝas sur %s

#: ../Debconf/Element/Select.pm:95 ../Debconf/Element/Select.pm:110
#, perl-format
msgid 
Input value, \%s\ not found in C choices! This should never happen. 
Perhaps the templates were incorrectly localized.
msgstr 
La valoro \%s\ maltroviĝas en disponeblaj elektoj! Tiu nepre ne okazus. 
Eble, la ŝablonoj estis malbone tradukitaj.

#: ../Debconf/Element/Teletype/Multiselect.pm:27
msgid none of the above
msgstr neniu el indikitaj elementoj

#: ../Debconf/Element/Teletype/Multiselect.pm:47
msgid Enter the items you want to select, separated by spaces.
msgstr Tajpu interspace la erojn kiujn vi volas elekti.

#: ../Debconf/FrontEnd.pm:140
#, perl-format
msgid Unable to load Debconf::Element::%s. Failed because: %s
msgstr Neeblas ŝargi 'Debconf::Element::%s'-n. La kaŭzo de la fiasko: %s

#: ../Debconf/FrontEnd.pm:321
#, perl-format
msgid Configuring %s
msgstr Agordado de %s

#: ../Debconf/FrontEnd/Dialog.pm:52
msgid TERM is not set, so the dialog frontend is not usable.
msgstr 
La 'TERM'-variablo ne estas agordita, do la dialoga fasado ne estas uzebla.

#: ../Debconf/FrontEnd/Dialog.pm:55
msgid Dialog frontend is incompatible with emacs shell buffers
msgstr La

Bug#428277: dictionaries-common_debian_po : [INTL:eo] Esperanto translation for dictionaries-common.

2007-06-10 Thread Serge Leblanc
Package: dictionaries-common
Version: n/a
Tags: l10n, patch
Severity: wishlist

Esperanto translation for dictionaries-common messages.

Sincere via,
--
Serge Leblanc
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0x73791C2B
Fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B
# translation to Esperanto
# Copyright (C) 2007 Free Software Foundation, Inc.
# Serge Leblanc [EMAIL PROTECTED], 2007.
#
msgid 
msgstr 
Project-Id-Version: dictionaries-common\n
POT-Creation-Date: 2005-04-30 17:13+0200\n
PO-Revision-Date: 2007-06-10 12:31+0200\n
Last-Translator: Serge Leblanc [EMAIL PROTECTED]\n
Language-Team: Esperanto [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: note
#. Description
#: ../dictionaries-common.templates:3
msgid An invalid debconf value [${value}] has been found
msgstr 'debconf'-valoro [${value}] malvalidas

#. Type: note
#. Description
#: ../dictionaries-common.templates:3
msgid It does not correspond to any installed package in the system.
msgstr La implica elekto ne kongruas kun instalitaj pakoj en la sistemo.

#. Type: note
#. Description
#: ../dictionaries-common.templates:3
msgid 
That is usually caused by problems at some time during packages 
installation, where the package providing [${value}] was selected for 
installation but finally not installed because of errors in other packages.
msgstr 
Tio kutime venas de okazantaj malfacilaĵoj dum la pakaj instaladoj. La 
elektita enhavanta [${value}] pako ne estos instalita, ĉar aliaj eraroj dum 
la instalado de aliaj pakoj ĝenas.

#. Type: note
#. Description
#: ../dictionaries-common.templates:3
msgid 
To fix this error, reinstall (or install) the package that provides the 
missing value.  Then, if you don't want this package on your system, remove 
it, which will also remove its debconf entries. Menu to be shown after this 
message will try to leave the system in a working state until then.
msgstr 
Por korekti tiun eraron, bonvolu (denove) instali la pakon provizantan la 
maldisponeblan valoron. Se vi ne plu volas uzi ĉi tiun pakon en via sistemo, 
bonvolu forviŝi ĝin kiel kutime por ke ankaŭ ĝiaj 'debconf'-eniroj estu 
forviŝitaj. La venontaj demandoj strebos lasi la sistemon uzebla.

#. Type: note
#. Description
#: ../dictionaries-common.templates:3
msgid 
This error message can also appear during ispell dictionary or wordlist 
renaming (e.g., wenglish- wamerican). In this case it is harmless and 
everything will be fixed after you select your default in the menu(s) shown 
after this message.
msgstr 
Tiu erara mesaĝo pavos ankaŭ aperi kiam vortaro aŭ vortlisto por 'ispell'-
programo (ekzemple: wenglish-wamerican) estas renomita. Tiuokaze, la 
eraro estas sensekva kaj ĉio ordos kiam vi elektos la implican vortaron 
tuj post ĉi tiu mesaĝo.

#. Type: select
#. Description
#: ../dictionaries-common.templates:25
msgid Selecting system's default ispell dictionary:
msgstr Elektita implicita 'ispell'-vortaro:

#. Type: select
#. Description
#: ../dictionaries-common.templates:25
msgid 
Because more than one ispell dictionary will be available in your system, 
please select the one you'd like applications to use by default.
msgstr 
Pro pluraj disponeblaj 'ispell'-vortaroj en via sistemo, bonvolu elekti tiun, 
kiun vi volos normale uzi.

#. Type: select
#. Description
#: ../dictionaries-common.templates:25
msgid 
You can change the default ispell dictionary at any time by running \select-
default-ispell\.
msgstr 
Ĉiam vi povas ŝanĝi la implicitan 'ispell'-vortaron plenumante la ordonon 
\select-default-ispell\.

#. Type: select
#. Choices
#: ../dictionaries-common.templates:34
msgid ${choices}, Manual symlinks setting
msgstr ${choices}, Mane administru simbolajn ligilojn

#. Type: select
#. Description
#: ../dictionaries-common.templates:35
msgid Selecting system's default wordlist:
msgstr Eluktu la sisteman implicitan vortliston:

#. Type: select
#. Description
#: ../dictionaries-common.templates:35
msgid 
Because more than one wordlist will be available in your system, please 
select the one you'd like applications to use by default.
msgstr 
Pro pluraj disponeblaj vortlistoj en via sistemo, bonvolu elekti tiun, kiun 
vi volos normale uzi.

#. Type: select
#. Description
#: ../dictionaries-common.templates:35
msgid 
You can change the default wordlist at any time by running \select-default-
wordlist\.
msgstr 
Ĉiam vi povas ĉanĝi la implicitan vortliston per plenumi la ordonon 
\select-default-wordlist\.

#. Type: boolean
#. Description
#: ../dictionaries-common.templates:45
msgid Move non-FHS stuff under /usr/dict to /usr/dict-pre-FHS?
msgstr Ĉu oni movas 'non-FHS'-dosierojn el '/usr/dict' al '/usr/dict-pre-FHS'?

#. Type: boolean
#. Description
#: ../dictionaries-common.templates:45
msgid 
Some stuff under /usr/dict that is not a symlink to /usr/share/dict has been 
detected in your system. /usr/share/dict is now the FHS location for those 
files. Everything

Bug#421720: [INTL:eo] Esperanto translation of console-common.

2007-05-01 Thread Serge Leblanc
Package: console-common
Version: N/A
Severity: wishlist
Tags: l10n patch

Bonvolu trovi ĉi kune la esperantan tradukon de la pakaĵo
'console-common'.
Please find attached the Esperanto translation of the console-common
package.

Kore,
--
Serge Leblanc [EMAIL PROTECTED]
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0x73791C2B
Fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B
# translation to Esperanto
# Copyright (C) 2007 Free Software Foundation, Inc.
# Serge Leblanc [EMAIL PROTECTED], 2007.
#
msgid 
msgstr 
Project-Id-Version: console-common\n
PO-Revision-Date: 2007-05-01 10:23+0200\n
Last-Translator: Serge Leblanc [EMAIL PROTECTED]\n
Language-Team: Esperanto [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

msgid Usage: install-keymap [ keymap_file | NONE | KERNEL ]
msgstr Uzado: install-keymap [ keymap_file | NONE | KERNEL ]

msgid Warning: cannot access console;
msgstr Atentu: ne eblas atingi konzolon;

msgid  deferring until console is accessible.
msgstr  prokrasti la agon ĝis konzolo estas atingebla.

msgid 
Warning: cannot install keymap on a serial console.\n
 deferring until non-serial console present.
msgstr 
Atentu: ne eblas instali klavmapon sur seria konzolo.\n
 prokrasti instaladon ĝis malseria konzolo estas ĉeestanta.

msgid 
Warning: no console utilities installed yet.\n
 deferring keymap setting until either console-tools or kbd is installed.
msgstr 
Atentu: neniu konzolaj programoj ankoraŭ ne estas instalitaj.\n
 prokrasti klavmapan agordon ĝis, kiam konzolaj ilaroj aŭ ĉu klavaro estas 
instalitaj.

msgid Failed to dump keymap!
msgstr La klavmapa ŝutado fiaskis!

msgid 
This might be because your console cannot be opened.  Perhaps you don't have\n
a video card, are connected via the serial console or ssh.\n
Not loading keymap!
msgstr 
Tio okazas ĉar via konzolo ne povas esti malfermita. Aŭ eble, vi ne havas\n
videokarton konektitan al via seria konzolo aŭ 'ssh'-konekto.\n
Neniu ŝarĝita klavmapo!


msgid Failed to preserve keymap!
msgstr La klavmapa konfitado fiaskis!

msgid conffile ${CONFFILE} is a symlink : not overwriting
msgstr 
La 'conffile'-dosiero ${CONFFILE} estas simbola ligilo: ne anstataŭiga 
skribebla

msgid 
It is recommended that ${CONFFILE} is not a symlink; instead\n
edit /etc/console-tools/remap to include any local changes.
msgstr 
Oni rekomendas ke la '${CONFFILE}'-dosiero ne estu simbola ligilo;\n
anstataŭe, redaktu '/etc/console-tools/remap'-dosieron por inkludi ĉiujn 
lokajn ŝanĝojn.

msgid 
The new keymap has been placed in ${CONFFILE}.dpkg ;\n
Please move it as required.
msgstr 
La ago kopiis la novan klavmapon al la '${CONFFILE}.dpkg'-dosiero;\n
Bonvolu, laŭbezone renomi ĝin.

msgid Notice: doing keycode translation to use PC keymap on RiscPC
msgstr 
Notu: tradukado de klavkodoj por uzi 'PC'-klavmapon ĉe 'RiscPC'-sistemo

msgid Failed to load keymap!
msgstr Klavmapa ŝarĝado fiaskis!


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


Bug#421724: [INTL:eo] Esperanto translation of console-common.

2007-05-01 Thread Serge Leblanc
Package: console-common
Version: N/A
Severity: wishlist
Tags: l10n patch


Bonvolu trovi ĉi kune la esperantan tradukon de la dosiero
'debian/po/template.pot' el la pakaĵo 'console-common'.
Please find attached the Esperanto translation of the
debian/po/template.pot file from console-common pakage.

Kore,
--
Serge Leblanc [EMAIL PROTECTED]
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0x73791C2B
Fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B
# translation to Esperanto
# Copyright (C) 2007 Free Software Foundation, Inc.
# Serge Leblanc [EMAIL PROTECTED], 2007.
#
msgid 
msgstr 
Project-Id-Version: console-common\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-09-19 20:34+0200\n
Last-Translator: Serge Leblanc [EMAIL PROTECTED]\n
Language-Team: Esperanto [EMAIL PROTECTED]\n
PO-Revision-Date: 2007-05-01 10:53+0200\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../templates.in:1001
msgid Select keymap from arch list
msgstr Elektu klavmapon el arkiva listo

#. Type: select
#. Choices
#: ../templates.in:1001
msgid Don't touch keymap
msgstr Ne modifu la klavmapan aranĝon

#. Type: select
#. Choices
#: ../templates.in:1001
msgid Keep kernel keymap
msgstr Gardu la kernan klavmapon

#. Type: select
#. Choices
#: ../templates.in:1001
msgid Select keymap from full list
msgstr Elektu la klavmapon el kompleta listo

#. Type: select
#. Description
#: ../templates.in:1002
msgid Policy for handling keymaps:
msgstr Politiko pri la klavmapaj mastrumadoj:

#. Type: select
#. Description
#: ../templates.in:1002
msgid 
The keymap describes how keys are laid out on your keyboard, and what 
symbols (letters, digits, etc.) are drawn on them.
msgstr 
La klavmapo indikas la klavaranĝon de ĉiuj klavoj kaj ties skribitaj simboloj 
sur ili (literoj, simboloj, ktp.).

#. Type: select
#. Description
#: ../templates.in:1002
msgid 
\Select keymap from arch list\ will allow you to select one of the 
predefined keymaps specific for your architecture - you will most likely 
want this unless you have a USB keyboard.
msgstr 
\Elektu klavmapon el arkiva listo\ permesos al vi elekti iun el antaŭtempe 
difinitaj specifaj klavmapoj por via aparato. Tiu eblo verŝajne plej taŭgas 
krom se vi uzas 'USB'-klavaron.

#. Type: select
#. Description
#: ../templates.in:1002
msgid 
\Don't touch keymap\ will prevent the configuration system from 
overwriting the keymap you have in /etc/console.  Select this if you want to 
keep a keymap you obtained through other means.  Please remember to install 
new keymaps with install-keymap(8) if you select this choice.
msgstr 
\Ne modifu la klavmapan aranĝon\ malebligas la sisteman agordadon ŝanĝi la 
klavmapon ĉeestantan en '/etc/console'-dosiero. Elektu tio se vi volas gardi 
la klavmapon akiritan per aliaj metodoj. Se vi elektas ĉi tiun eblon, ne 
forgesu instali novan klavmapon per la 'install-keymap(8)'-ordono. 

#. Type: select
#. Description
#: ../templates.in:1002
msgid 
\Keep kernel keymap\ will prevent any keymap from being loaded next time 
your system boots.  It will remove from /etc/console any keymap you may have 
already selected (it will be lost), but if you have already loaded a keymap, 
it cannot be changed back until you reboot.
msgstr 
\Gardu la kernan klavmapon\ malebligas klavmapan ŝargadon dum la venonta 
starto. Tiu ago forviŝos ĉiujn antaŭajn elektitajn klavmapojn de la 
'/etc/console'-dosiero (ili estos perditaj), sed jam ŝargita kodo ne estos 
viŝita ĝis la reŝargiĝo.

#. Type: select
#. Description
#: ../templates.in:1002
msgid 
\Select keymap from full list\ offers a full listing of all predefined 
keymaps.  You want this, if you use an USB keyboard from a different 
computer architecture or if you use an adapter to use such a keyboard.
msgstr 
\Elektu la klavmapon el kompleta listo\ liveras kompletan liston de 
antaŭe difinitaj klavmapoj. Elektu tion se vi uzas 'USB'-klavaron el alia 
komputila arĥitekturo aŭ se vi uzas adaptilon por tia klavaro.  

#. Type: note
#. Description
#: ../templates.in:2001
msgid Ignored boot-time keymap in an old location
msgstr Preterlasos la uzitan klavmapan kodon dum la ekŝarĝo

#. Type: note
#. Description
#: ../templates.in:2001
msgid 
You have asked the keymap configuration tool not to touch an existing keymap 
you installed, or you asked for higher-priority questions only to be asked 
and the tool decided not to mess with your existing setup.
msgstr 
Vi petas de la klavmapa agordilo ne ŝanĝi aktualan klavmapon, aŭ vi volas 
nur respondi al altaj prioritataj demandoj kaj la agordilo decidis ne ŝanĝi 
la aktualan agordon.

#. Type: note
#. Description
#: ../templates.in:2001
msgid 
However, you have file(s) that were recognized as boot-time keymaps by older 
versions of the console utilities, either in /etc/kbd/ or in /etc/console-
tools/, named default.kmap(.gz) and these are now ignored.
msgstr 
Tamen, vi uzas unu aŭ plurajn dosierojn, kiuj antaŭe

Bug#420095: sim: 0.9.4.3 is available

2007-04-19 Thread Serge Matveev
Package: sim
Version: 0.9.4.2-1
Severity: wishlist

SIM IM 0.9.4.3 is available since 2007-Mar-04 13:00

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

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

Versions of packages sim depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-8 core libraries and binaries for al
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libqt3-mt  3:3.3.7-4 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libssl0.9.80.9.8e-4  SSL shared libraries
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxslt1.1 1.1.20-1  XSLT processing library - runtime 
ii  libxss11:1.1.0-1 X11 Screen Saver extension library
ii  sim-data   0.9.4.2-1 Simple Instant Messenger data file
ii  zlib1g 1:1.2.3-13compression library - runtime

sim recommends no packages.

-- no debconf information

-- 
Serge Matveev - GoogleTalk/ICQ:3575357


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



Bug#420094: sim: wrong dependency

2007-04-19 Thread Serge Matveev
Package: sim
Version: 0.9.4.2-1
Severity: minor

Please change libpng12-0 version dependency in package. Without this
change sim can't enter to testing/stable


http://bjorn.haxx.se/debian/testing.pl?package=sim

# sim depends on libpng12-0 = 1.2.13-4 but testing has 1.2.15~beta5-1
# (unstable has 1.2.15~beta5-1)

* binary package libpng12-0 is part of source package libpng
  o libpng has the same version in unstable and testing
(1.2.15~beta5-1)
  o info: libpng has a version in experimental (1.4.0~beta16-0) 



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

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

Versions of packages sim depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-8 core libraries and binaries for al
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libqt3-mt  3:3.3.7-4 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libssl0.9.80.9.8e-4  SSL shared libraries
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxslt1.1 1.1.20-1  XSLT processing library - runtime 
ii  libxss11:1.1.0-1 X11 Screen Saver extension library
ii  sim-data   0.9.4.3-1 Simple Instant Messenger data file
ii  zlib1g 1:1.2.3-13compression library - runtime

sim recommends no packages.

-- no debconf information

-- 
Serge Matveev - GoogleTalk/ICQ:3575357


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



Bug#417795: Samba: [INTL:eo] translation for samba.

2007-04-04 Thread Serge Leblanc
Package: samba
Version: N/A
Severity: wishlist
Tags: l10n patch d-i

Jen traduko de la dosiero samba_po_eo.po.
Voici une traduction du fichier samba_po_eo.po.
Here is translation for samba_po_eo.po.

Sincere,
--
Serge Leblanc [EMAIL PROTECTED]
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0x73791C2B
Fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B
# Copyright (C) 2007 Software in the Public Interest
# This file is distributed under the same license as the samba package.
# Serge Leblanc [EMAIL PROTECTED], 2007.
#
msgid 
msgstr 
Project-Id-Version: samba\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-03-12 03:35-0700\n
PO-Revision-Date: 2007-04-04 17:14+0200\n
Last-Translator: Serge Leblanc [EMAIL PROTECTED]\n
Language-Team: Esperanto [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../samba-common.templates:1001
msgid Modify smb.conf to use WINS settings from DHCP?
msgstr Ŝanĝu la 'smb.conf'-dosieron por uzi la 'WINS'-argordojn el 'DHCP'?

#. Type: boolean
#. Description
#: ../samba-common.templates:1001
msgid 
If your computer gets IP address information from a DHCP server on the 
network, the DHCP server may also provide information about WINS servers 
(\NetBIOS name servers\) present on the network.  This requires a change 
to your smb.conf file so that DHCP-provided WINS settings will automatically 
be read from /etc/samba/dhcp.conf.
msgstr 
Se via komputilo akiras sian 'IP'-adreson de reta 'DHCP'-servilo, tiu 'DHCP'-
servilo povos provizi informojn pri 'WINS'-serviloj (\NetBIOS nomservilo\) 
rete ĉeestantaj. Tio postulas ŝanĝojn en via 'smb.conf'-dosiero por ke la 
'WINS'-agordoj provizitaj de 'DHCP'-servilo estu ligitaj en la 
'/etc/samba/dhcp.conf'-dosiero.

#. Type: boolean
#. Description
#: ../samba-common.templates:1001
msgid 
The dhcp3-client package must be installed to take advantage of this feature.
msgstr 
La 'dhcp3'-klienta pako dovos esti instalita por profiti ĉi tiujn trajtojn.

#. Type: boolean
#. Description
#: ../samba-common.templates:2001
msgid Configure smb.conf automatically?
msgstr Akomodu mem la 'smb.conf'-dosieron?

#. Type: boolean
#. Description
#: ../samba-common.templates:2001
msgid 
The rest of the configuration of Samba deals with questions that affect 
parameters in /etc/samba/smb.conf, which is the file used to configure the 
Samba programs (nmbd and smbd). Your current smb.conf contains an 'include' 
line or an option that spans multiple lines, which could confuse the 
automated configuration process and require you to edit your smb.conf by 
hand to get it working again.
msgstr 
La sekva 'Samba'-agordado petas demandojn koncernantajn la parametrojn de 
/etc/samba/smb.conf'-dosiero uzita por agordi la 'Samba'-programojn 
(nmbd kaj smbd). Via kutima 'smb.conf'-dosiero enhavas 'include'-linion aŭ 
komandon kiu multlinie sterniĝas. Tio povas igi konfuza la memakomodan 
procezon kaj postuli de vi mane agordi vian 'smb.conf'-dosieron. Do oni 
konsilas mane administri la enhavon de la dosiero.

#. Type: boolean
#. Description
#: ../samba-common.templates:2001
msgid 
If you do not choose this option, you will have to handle any configuration 
changes yourself, and will not be able to take advantage of periodic 
configuration enhancements.
msgstr 
Se vi ne elektas tiun eblon, vi devos mem administri agordajn ŝanĝojn, kaj 
vi ne povos periode profiti agordajn plibonigojn.

#. Type: string
#. Description
#: ../samba-common.templates:3001
msgid Workgroup/Domain Name:
msgstr Laborgrupo/Domajnnomo:

#. Type: string
#. Description
#: ../samba-common.templates:3001
msgid 
Please specify the workgroup you want this server to appear to be in when 
queried by clients. Note that this parameter also controls the domain name 
used with the security=domain setting.
msgstr 
Bonvolu indiki la laborgrupon, kies klientoj devas trovi la servilon. Notu, 
tiu parametro ankaŭ kontrolas la uzitan domajnnomon de la parametro 
\security=domain\.

#. Type: boolean
#. Description
#: ../samba-common.templates:4001
msgid Use password encryption?
msgstr Uzu pasvortan ĉifradon?

#. Type: boolean
#. Description
#: ../samba-common.templates:4001
msgid 
All recent Windows clients communicate with SMB servers using encrypted 
passwords. If you want to use clear text passwords you will need to change a 
parameter in your Windows registry.
msgstr 
Ĉiuj novaj 'Windows'-klientoj komunikas per 'SMB'-serviloj uzantaj ĉifritajn 
pasvortojn. Se vi volas uzi malĉifrajn pasvortojn vi bezonos ŝanĝi agordon 
en via 'Windows'-rikordkampo.

#. Type: boolean
#. Description
#: ../samba-common.templates:4001
msgid 
Enabling this option is highly recommended. If you do, make sure you have a 
valid /etc/samba/smbpasswd file and that you set passwords in there for each 
user using the smbpasswd command.
msgstr 
Ege rekomendita tiu eblo estas. Se vi elektas ĝin, kontrolu ĉu vi havas 
validan

Bug#395234: asciidoc: New version: 8.1.0

2007-04-03 Thread serge
as mentionned in the previous message, the table of content generation 
is very usefull, and is somehow missing in current distrib.


It would be very nice to have it packaged !


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



Bug#415590: Exim4: [INTL:eo] updated translation for exim4.

2007-03-20 Thread Serge Leblanc
Package: exim4
Version: N/A
Severity: wishlist
Tags: l10n patch d-i

Jen ĝisdatigita traduko de la dosiero exim4_debian_po_eo.po
Voici une mise à jour de la traduction du fichier exim4_debian_po_eo.po
This is the updated translation for exim4_debian_po_eo.po

Sincere via,
--
Serge Leblanc [EMAIL PROTECTED]
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0x73791C2B
Fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B
Index: eo.po
===
--- eo.po	(revision 1922)
+++ eo.po	(working copy)
@@ -3,13 +3,13 @@
 # Copyright (C) 2006 Software in the Public Interest, Inc.
 # This file is distributed under the same license as debian-installer.
 #
-# Serge Leblanc [EMAIL PROTECTED], 2006.
+# Serge Leblanc [EMAIL PROTECTED], 2006-2007.
 msgid 
 msgstr 
 Project-Id-Version: exim4-config\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2006-10-10 19:45+0200\n
-PO-Revision-Date: 2006-12-01 19:08+0100\n
+PO-Revision-Date: 2007-03-20 16:06+0100\n
 Last-Translator: Serge Leblanc [EMAIL PROTECTED]\n
 Language-Team: Esperanto [EMAIL PROTECTED]\n
 MIME-Version: 1.0\n
@@ -30,9 +30,9 @@
 have not yet been delivered. Removing Exim will cause them to remain 
 undelivered until Exim is re-installed.
 msgstr 
-Kelaj ĉeestantaj retpoŝtoj en bufra '/var/spool/exim4/input'-dosierujo 
-ne estis disdonitaj. Se vi forviŝu la 'Exim'-programon, ili ne estus 
-disdonitaj, tiam la 'Exim'-programo estus malinstalata.
+Kelkaj ĉeestantaj retpoŝtoj en bufra '/var/spool/exim4/input'-dosierujo 
+ne estis disdonitaj. Se vi forviŝus la 'Exim'-programon, ili ne estus 
+disdonitaj, tiam la 'Exim'-programo estus malinstalita.
 
 #. Type: boolean
 #. Description
@@ -42,9 +42,9 @@
 messages in the queue to be delivered at a later date after re-installing 
 Exim.
 msgstr 
-Se vi malelektas ĉi tiu elekteblo, la 'spool'-dosierujo estos prezervita. 
-Tio permesos disdoni atendsinsekvajn retmesaĝojn post la reinstalado de 
-'Exim'-programo.
+Se vi ne elektas ĉi tiun elekteblon, la 'spool'-dosierujo estos prezervita. 
+Tio ebligos disdoni la sinsekve atendantajn retmesaĝojn post la reinstalado 
+de 'Exim'-programo.
 
 #. Type: boolean
 #. Description
@@ -71,8 +71,8 @@
 Choosing this option will move these messages to exim4's spool (/var/spool/
 exim4/input/) where they will be handled by exim4.
 msgstr 
-Elektu tiun eblon, translokos tiujn mesaĝojn al 'exim4'-a bufra '/var/spool/
-exim4/input/'-dosierujo, kie la mesaĝoj estos traktita de 'exim4'-programo.
+Tiu elekteblo, translokos tiujn mesaĝojn al 'exim4'-a bufra '/var/spool/
+exim4/input/'-dosierujo, kie la mesaĝoj estos traktitaj de 'exim4'-programo.
 
 #. Type: boolean
 #. Description
@@ -82,8 +82,8 @@
 You should move the messages only if you do not plan to go back to exim(v3). 
 Otherwise, the messages should be moved manually at a later time.
 msgstr 
-Tiu ago estas difinitiva ĉar 'Exim4'-programo povas trakti 'exim(v3)'-
-dosierujon kiam la inverso estas malpovebla. Vi translokigus mesaĝojn nur 
+Tiu ago estas definitiva ĉar 'Exim4'-programo povas trakti 'exim(v3)'-
+dosierujon kiam la inverso neeblas. Vi translokigos mesaĝojn nur 
 se vi ne konjektas reuzi 'exim(v3)'-programon. Kontraŭe, la mesaĝoj poste 
 devos esti mane movitaj.
 
@@ -100,7 +100,7 @@
 Exim4 has its configuration factored out into a dedicated package, exim4-
 config. If you want to reconfigure Exim4, use dpkg-reconfigure exim4-config.
 msgstr 
-La 'exim4'-akomodado estas mastrumata per dediĉa 'exim4-config'-pako. Se vi 
+La 'exim4'-akomodado estas mastrumata per dediĉita 'exim4-config'-pako. Se vi 
 volas denove akomodi 'exim4'-retpoŝtilon, uzu la 'dpkg-reconfigure 
 exim4-config'-komandon.
 
@@ -114,7 +114,7 @@
 #. this will break the choices shown to users
 #: ../exim4-config.templates:1001
 msgid internet site; mail is sent and received directly using SMTP
-msgstr interreta ejo; rekte retpoŝtado per 'SMTP'-protokolo
+msgstr interreta ejo; rekta retpoŝtado per 'SMTP'-protokolo
 
 #. Type: select
 #. Choices
@@ -189,7 +189,7 @@
 block incoming mail from dynamic IP addresses as spam protection.
 msgstr 
 Sistemoj kiuj uzas 'IP'-dinamikajn adresojn, inkluzive la komuteblaj 
-konektsistemoj, devas esti generale akomodita por sendi elirajn retmesaĝojn 
+konektsistemoj, devas esti generale akomoditaj por sendi elirajn retmesaĝojn 
 per relajsa 'smarthost'-lertservilo. Ĉar multaj ricevantaj sistemoj blokas 
 ricevadon de retmesaĝoj kiuj estas senditaj de 'IP'-dinamikaj sistemoj (pro 
 'SPAM'-protekto).
@@ -209,7 +209,7 @@
 #. Description
 #: ../exim4-config.templates:2001
 msgid Really leave the mail system unconfigured?
-msgstr Ĉu vi vere lasu senakomodita la retpoŝtan servilon?
+msgstr Ĉu vi vere lasos neakomodita la retpoŝtan servilon?
 
 #. Type: boolean
 #. Description
@@ -237,7 +237,7 @@
 without a domain name.
 msgstr 
 La retpoŝtnomo \mail name\ indikas la uzotan domajnnomon por plenigi la 
-sendomajnnoman poŝtadresojn.
+sendomajnnomajn poŝtadresojn

Bug#404794: same problem

2007-03-15 Thread Serge A. Ribalchenko
Same problem with 2.6.18-4-k7.

[EMAIL PROTECTED]:~$ uname -a
Linux ws 2.6.18-4-k7 #1 SMP Wed Feb 21 16:48:19 UTC 2007 i686 GNU/Linux
Just found this bug through google by keywords strace qemu ioctl
TUNSETIFF EPERM

-- 
Best wishes,
~   Serge.   pubkeys: http://uch.net/~fisher/keys.asc
~fingerprint : 4346 2766 BC96 E77F 5BFF  1E7C 12C2 3852 E5FD DC34



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



Bug#409430: [INTL:eo] Korektita dosiero popularity-context_debian_po.

2007-02-02 Thread Serge Leblanc
Package: popularity-context
Version: N/A
Severity: wishlist
Tags: l10n patch

Ĉi kune, bonvolu trovi korektitan dosieron popularity-context_debian_po.

Dankon,
--
Serge Leblanc [EMAIL PROTECTED]
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0x73791C2B
Fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B
# translation of eo.po to Esperanto
# 
#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: popularity-contest\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-07-29 12:23+0200\n
PO-Revision-Date: 2007-02-03 00:18+0100\n
Last-Translator: Serge Leblanc [EMAIL PROTECTED]\n
Language-Team: Esperanto [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:4
msgid Participate in the package usage survey?
msgstr Ĉu vi volas partopreni en la populareca enketo de Debianaj pakoj?

#. Type: boolean
#. Description
#: ../templates:4
msgid 
The system may anonymously supply the distribution developers with 
statistics about the most used packages on this system.  This information 
influences decisions such as which packages should go on the first 
distribution CD.
msgstr 
Via sistemo povas anonime sciigi Debianajn administristojn pri statistikoj 
rilate la plej uzitajn Debianajn pakojn. Tiuj informoj influas la elektojn de 
ĉeestontaj pakoj sur la unua Debiana lumdisko.

#. Type: boolean
#. Description
#: ../templates:4
msgid 
If you choose to participate, the automatic submission script will run once 
every week, sending statistics to the distribution developers. The collected 
statistics can be viewed on http://popcon.debian.org/.;
msgstr 
Se vi partoprenas, la aŭtomata submetita skripto estos ĉiusemajne plenumita 
por sendi statistikojn al la Debianaj administristoj. Statistikoj estas 
videblaj tie: 'http://popcon.debian.org/'.

#. Type: boolean
#. Description
#: ../templates:4
msgid 
This choice can be later modified by running \dpkg-reconfigure popularity-
contest\.
msgstr 
Vi ĉiam povas ŝanĝi vian decidon per la ordono \dpkg-reconfigure 
popularity-contest\.



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


Bug#407589: sim: SIM and recent OSCAR protocol changes

2007-01-19 Thread Serge Matveev
Package: sim
Version: 0.9.4.1~2-2
Severity: grave
Justification: renders package unusable


Recently AOL changed its protocol once again, so SIM 0.9.4.1 and earlier
versions can't receive ICQ messages.

New version of sim (0.9.4.2) with OSCAR protocol fixes is available:


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

Versions of packages sim depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-5 core libraries and binaries for al
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libqt3-mt  3:3.3.7-2 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libssl0.9.80.9.8c-4  SSL shared libraries
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-4 X11 client-side library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxslt1.1 1.1.19-1  XSLT processing library - runtime 
ii  libxss11:1.1.0-1 X11 Screen Saver extension library
ii  sim-data   0.9.4.2-1 Simple Instant Messenger data file
ii  zlib1g 1:1.2.3-13compression library - runtime

sim recommends no packages.

-- 
Serge Matveev (home) - ICQ:3575357


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



Bug#404588: [INTL:eo] Esperanto debconf_debian_po templates translation.

2006-12-26 Thread Serge Leblanc
Package: debconf
Version: N/A
Severity: wishlist 
Tags: l10n patch

Please find attached the Esperanto translation of the debconf_debian_po
package.

Sincerely,
--
Serge Leblanc [EMAIL PROTECTED]
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0x73791C2B
Fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B
# Translation to Esperanto.
# Copyright (C) 2005 Free Software Foundation, Inc.
# This file is distributed under the same license as debian-installer.
# Samuel Gimeno [EMAIL PROTECTED], 2005.
# Serge Leblanc [EMAIL PROTECTED], 2005-2006.
#
msgid 
msgstr 
Project-Id-Version: debian-installer\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-08-26 11:15+0200\n
PO-Revision-Date: 2006-12-26 17:44+0100\n
Last-Translator:  Serge Leblanc [EMAIL PROTECTED]\n
Language-Team: Esperanto [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../templates:1001
msgid Dialog
msgstr Dialoga

#. Type: select
#. Choices
#: ../templates:1001
msgid Readline
msgstr Komandlinia

#. Type: select
#. Choices
#: ../templates:1001
msgid Editor
msgstr Redaktila

#. Type: select
#. Choices
#: ../templates:1001
msgid Noninteractive
msgstr Seninteraga

#. Type: select
#. Description
#: ../templates:1002
msgid Interface to use:
msgstr Uzota dialoginterfaco:

#. Type: select
#. Description
#: ../templates:1002
msgid 
Packages that use debconf for configuration share a common look and feel. 
You can select the type of user interface they use.
msgstr 
Pakoj, kiu uzas 'debconf'-programon por agordiĝi, komune aspektas. 
Vi povas elekti la tipon de uzota dialoginterfaco.

#. Type: select
#. Description
#: ../templates:1002
msgid 
The dialog frontend is a full-screen, character based interface, while the 
readline frontend uses a more traditional plain text interface, and both the 
gnome and kde frontends are modern X interfaces, fitting the respective 
desktops (but may be used in any X environment). The editor frontend lets 
you configure things using your favorite text editor. The noninteractive 
frontend never asks you any questions.
msgstr 
La 'Dialoga'-fasado estas tutekrane signbazata interfaco, kiam 'Komandlinia'-
fasado pli tradicie uzas tekstan interfacon. Ambaŭ 'Gnome' kaj 'Kde'-
fasadoj estas modernaj 'X'-interfacoj, respektive konformiĝas kun iliaj 
labortabloj (sed ili eble estas uzataj de ajn 'X'-medio). La 'Redaktila'-
fasado permesas akomodi aĵojn per via favorata tekstprilaborilo. La 
'Seninteraga'-fasado neniam petos al vi demandojn.

#. Type: select
#. Choices
#: ../templates
msgid critical
msgstr kriza

#. Type: select
#. Choices
#: ../templates:2001
msgid high
msgstr alta

#. Type: select
#. Choices
#: ../templates:2001
msgid medium
msgstr meza

#. Type: select
#. Choices
#: ../templates:2001
msgid low
msgstr malalta

#. Type: select
#. Description
#: ../templates:2002
msgid Ignore questions with a priority less than:
msgstr Ignori demandojn kun prioritato malpli granda ol:

#. Type: select
#. Description
#: ../templates:2002
msgid 
Debconf prioritizes the questions it asks you. Pick the lowest priority of 
question you want to see:\n
  - 'critical' only prompts you if the system might break.\n
Pick it if you are a newbie, or in a hurry.\n
  - 'high' is for rather important questions\n
  - 'medium' is for normal questions\n
  - 'low' is for control freaks who want to see everything
msgstr 
'Debconf'-programo ordometas petotajn demandojn. Elektu plej malalta 
prioritato ol demandoj, kiujn vi volos vidi:\n
  - 'kriza', petos nur demandojn se via sistemo fiaskus.\n
Elektu ĝin se vi estas novuzanto aŭ hastuzanto.\n
  - 'alta', petos nur gravajn demandojn.\n
  - 'meza', petos nur normajn demandojn.\n
  - 'malalta', petos ĉiujn demandojn, por tute regi la respondojn.

#. Type: select
#. Description
#: ../templates:2002
msgid 
Note that no matter what level you pick here, you will be able to see every 
question if you reconfigure a package with dpkg-reconfigure.
msgstr 
Notu: kia ajn estas via elekto, ĉiuokaze vi povas vidi ĉiujn demandojn se vi 
denove akomodi pakon per 'dpkg-reconfigure'-komando.

#. Type: text
#. Description
#: ../templates:3001
msgid Installing packages
msgstr Instalado de pakoj

#. Type: text
#. Description
#: ../templates:4001
msgid Please wait...
msgstr Bonvolu atendi...


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


Bug#402762: debian-installer dosen't detect Broadcom BCM5704 Gigabit LAN

2006-12-21 Thread Serge Koganovitsch
Hi,

I have the exact same problem ...

According to the FAQ 
(http://wiki.debian.org/DebianInstaller/FAQ#head-d2b370740516f1e113719a733d9
ecb324f61ff4f), 
the tg3 firmware does not meet the requirements of the DFSG.

The version of the driver included in the debian kernel should work with 
*most* cards ... but apparently not with the BCM5704 :-(

Best regards,

Serge


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



Bug#402762: debian-installer dosen't detect Broadcom BCM5704 Gigabit LAN

2006-12-21 Thread Serge Koganovitsch
Hi,

This seems to be solved with the latest version of the kernel (2.6.18). 
I installed a custom sarge iso, then upgraded to etch with the K7 
version of the 2.6.18 kernel. It works !

The one shipped with Debian Installer rc1 is 2.6.17. Probably, the daily 
build installer already incorporates the 2.6.18 kernel.

Best regards,

Serge


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



Bug#402860: hdparm: 'cached reads' performance twice as fast in ubuntu !?

2006-12-12 Thread Serge Koganovitsch
Package: hdparm
Version: 6.9-1
Severity: normal


Hi,

This is the output of hdparm -tT /dev/sda:

 Timing cached reads:   1640 MB in  2.00 seconds = 820.03 MB/sec
 Timing buffered disk reads:  114 MB in  3.05 seconds =  37.43 MB/sec

The 'buffered disk reads' performance is ok (100GB 2.5 disk) but the
'cached reads' performance is too slow (Pentium M 750 1.86 Ghz). Using
the (K)ubuntu live-cd I get +- 1650 MB/sec.

I tried this on 3 different laptops. Any ideas what the reason might be
?

Regards,

Serge

-- 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.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages hdparm depends on:
ii  libc62.3.6.ds1-9 GNU C Library: Shared libraries
ii  lsb-base 3.1-22  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#400028: oolite does not respond to keyboard

2006-12-07 Thread Serge

2006/11/24, Eddy Petrișor [EMAIL PROTECTED]:

Sorry, I miss the answer to this request:
 Try keeping the key pressed for a longer time and see if the key press is
 recognized.


Sorry for the delay. The programme does not respond to 30-seconds-long
key presses.

Best regards,
jetxee


Bug#400038: linux-image-2.6.18-2-686: eject of cardman pcmcia 4040 smartcard reader freezes the system

2006-11-23 Thread Serge Koganovitsch
Package: linux-image-2.6.18-2-686
Version: 2.6.18-5
Severity: normal


Hi, 

Ejecting a Cardman 4040 reader freezes my system. A cold boot is the
only way out.

I'm using the cm4040_cs kernel module.

Regards,

Serge

-- 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-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.18-2-686 depends on:
ii  initramfs-tools [linux-initra 0.85b  tools for generating an initramfs
ii  module-init-tools 3.3-pre3-1 tools for managing Linux kernel mo

Versions of packages linux-image-2.6.18-2-686 recommends:
ii  libc6-i686   2.3.6.ds1-8 GNU C Library: Shared libraries [i

-- debconf information:
  linux-image-2.6.18-2-686/prerm/removing-running-kernel-2.6.18-2-686: true
  linux-image-2.6.18-2-686/postinst/old-dir-initrd-link-2.6.18-2-686: true
  linux-image-2.6.18-2-686/postinst/kimage-is-a-directory:
  linux-image-2.6.18-2-686/preinst/initrd-2.6.18-2-686:
  linux-image-2.6.18-2-686/preinst/already-running-this-2.6.18-2-686:
  linux-image-2.6.18-2-686/preinst/lilo-has-ramdisk:
  linux-image-2.6.18-2-686/preinst/failed-to-move-modules-2.6.18-2-686:
  linux-image-2.6.18-2-686/preinst/bootloader-initrd-2.6.18-2-686: true
  linux-image-2.6.18-2-686/postinst/depmod-error-initrd-2.6.18-2-686: false
  linux-image-2.6.18-2-686/preinst/elilo-initrd-2.6.18-2-686: true
  linux-image-2.6.18-2-686/postinst/bootloader-error-2.6.18-2-686:
  linux-image-2.6.18-2-686/postinst/old-system-map-link-2.6.18-2-686: true
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.18-2-686/postinst/bootloader-test-error-2.6.18-2-686:
  linux-image-2.6.18-2-686/preinst/lilo-initrd-2.6.18-2-686: true
  linux-image-2.6.18-2-686/postinst/old-initrd-link-2.6.18-2-686: true
  linux-image-2.6.18-2-686/preinst/overwriting-modules-2.6.18-2-686: true
  linux-image-2.6.18-2-686/postinst/depmod-error-2.6.18-2-686: false
  linux-image-2.6.18-2-686/preinst/abort-overwrite-2.6.18-2-686:
  linux-image-2.6.18-2-686/postinst/create-kimage-link-2.6.18-2-686: true
  linux-image-2.6.18-2-686/prerm/would-invalidate-boot-loader-2.6.18-2-686: true
  linux-image-2.6.18-2-686/preinst/abort-install-2.6.18-2-686:


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



Bug#394836: libqt4-dev: qmake : cannot find -lmysqlclient_r

2006-10-23 Thread Serge Koganovitsch
Package: libqt4-dev
Version: 4.2.0-2
Severity: normal


qmake with QT += sql adds the following dependency: -lmysqlclient_r
This only works if libmysqlclient15-dev is installed ...

If I recall correctly, prior to version 4.2 of this package, qmake
didn't generate a Makefile with -lmysqlclient_r and -lsqlite and -lpq.

Why has this changed in 4.2 ?

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

Versions of packages libqt4-dev depends on:
ii  libaudio-dev 1.8-2   The Network Audio System (NAS). (d
ii  libfreetype6-dev 2.2.1-5 FreeType 2 font engine, developmen
ii  libgl1-mesa-dev [libgl-dev]  6.5.1-0.2   A free implementation of the OpenG
ii  libglib2.0-dev   2.12.4-1Development files for the GLib lib
ii  libglu1-mesa-dev [libglu-dev 6.5.1-0.2   The OpenGL utility library -- deve
ii  libice-dev   1:1.0.1-2   X11 Inter-Client Exchange library 
ii  libjpeg62-dev6b-13   Development files for the IJG JPEG
ii  libmng-dev   1.0.9-1 M-N-G library (Development headers
ii  libpng12-dev [libpng12-0-dev 1.2.8rel-7  PNG library - development
ii  libpq-dev8.1.5-1 header files for libpq4 (PostgreSQ
ii  libqt4-core  4.2.0-2 Qt 4 core non-GUI functionality ru
ii  libqt4-gui   4.2.0-2 Qt 4 core GUI functionality runtim
ii  libqt4-qt3support4.2.0-2 Qt 3 compatibility library for Qt 
ii  libqt4-sql   4.2.0-2 Qt 4 SQL database module
ii  libsm-dev1:1.0.1-3   X11 Inter-Client Exchange library 
ii  libsqlite0-dev   2.8.17-1SQLite development files
ii  libx11-dev   2:1.0.3-2   X11 client-side library (developme
ii  libxcursor-dev   1.1.7-4 X cursor management library (devel
ii  libxext-dev  1:1.0.1-2   X11 miscellaneous extensions libra
ii  libxft-dev   2.1.8.2-8   FreeType-based font drawing librar
ii  libxi-dev1:1.0.1-3   X11 Input extension library (devel
ii  libxinerama-dev  1:1.0.1-4.1 X11 Xinerama extension library (de
ii  libxmu-dev   1:1.0.2-2   X11 miscellaneous utility library 
ii  libxrandr-dev2:1.1.0.2-4 X11 RandR extension library (devel
ii  libxrender-dev   1:0.9.1-3   X Rendering Extension client libra
ii  libxt-dev1:1.0.2-2   X11 toolkit intrinsics library (de
ii  x11proto-core-dev7.0.7-2 X11 core wire protocol and auxilia
ii  zlib1g-dev   1:1.2.3-13  compression library - development

Versions of packages libqt4-dev recommends:
ii  qt4-dev-tools 4.2.0-2Qt 4 development tools

-- no debconf information


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



Bug#387258: Please update debconf PO translation for the package alsa-driver 1.0.12-1

2006-09-16 Thread Serge Winitzki
Hi,

I looked at the ru.po file you sent me. There was only
one fuzzy there, and looked fine to me. But there
were also a few empty strings, - I translated them.
Let me know if there are any problems.
Sergei

--- [EMAIL PROTECTED] wrote:

 Take your pardon, last mail was against alsa-driver
 1.0.12-2, but should be
 alsa-driver 1.0.12-1, which is available in sid.
 
 Hi,
 
 You are noted as the last translator of the debconf
 translation for
 alsa-driver. The English template has been changed,
 and now some messages
 are marked fuzzy in your translation or are
 missing.
 I would be grateful if you could take the time and
 update it.
 Please respect the Reply-To: field and send your
 updated translation to
 [EMAIL PROTECTED]
 
 Thanks,
 
 Elimar
 
 


Sergei Winitzki

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

ru.po.gz
Description: 2438331921-ru.po.gz


Bug#317418: Updated Sarge package available

2006-09-12 Thread Serge van Ginderachter
On Tue, 2006-09-12 at 19:28 +0200, Andy Spiegl wrote:

 When can we expect the Debian package to include this patch?
 (especially the backported version would be greeeat)

I backported it a long time ago, I thought it was referenced in this bug
thread? Anyway, you can pick up the package here

 deb http://www.vanginderachter.be/downloads/debian/packages/archives sarge main



Serge

-- 
Serge van Ginderachter
  
http://www.vanginderachter.be/

Sometimes I think the surest sign that intelligent life exists elsewhere
in the universe is that none of it has tried to contact us.



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



Bug#317418: Updated Sarge package available

2006-09-12 Thread Serge van Ginderachter
 Wonderful!  However... your last changelog.Debian entry was in
 September 2005, and the patch is from 2006-08-26.
  https://bugzilla.samba.org/show_bug.cgi?id=3929
 
 So somehow I doubt that you already included that patch. :-)

Whoops! Please send over a large trout, I must be confused by the
bugs :)


Serge

-- 
Serge van Ginderachter
  
http://www.vanginderachter.be/

Failing to plan is planning to fail.



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



Bug#386048: amarok: Amarok 1.4.2 is available

2006-09-04 Thread Serge Matveev
Package: amarok
Version: 1.4.1-3
Severity: wishlist

Amarok 1.4.2 from the 'Fast Forward' series stars hot new features like much
improved Last.fm streaming, MTP media device support and thanks to Google's
Summer of Code Amarok now supports dynamic collections and live streaming
over the DAAP protocol, as well as a whole galaxy of bug fixes.

We wish you a world of fun with Amarok 1.4.2 and hope you enjoy exploring
the new features.

FEATURES

* DAAP Client
* MTP media device support
* Dynamic collection
* Custom Last.fm stations

CHANGES

* Improved crossfading for xine-engine
* Works with libtunepimp 0.5.0
* Video transfer with latest CVS version of libgpod
* Amarok now works with MySQL 5.0.23
* Various improvements to media device system


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

Versions of packages amarok depends on:
ii  amarok-engines  1.4.1-3  output engines for the Amarok audi
ii  amarok-xine [amarok-engine] 1.4.1-3  xine engine for the Amarok audio p
ii  kdelibs4c2a 4:3.5.4-3core libraries and binaries for al
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-11   GCC support library
ii  libgl1-mesa-glx [libgl1]6.4.2-1  A free implementation of the OpenG
ii  libglib2.0-02.10.3-3 The GLib library of C routines
ii  libgpod00.3.2-1.1a library to read and write songs 
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libifp4 1.0.0.2-3communicate with iRiver iFP audio 
ii  libmysqlclient15off 5.0.24-3 mysql database client library
ii  libnjb5 2.2.5-4.1Creative Labs Nomad Jukebox librar
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libpq4  8.1.4-6  PostgreSQL C client library
ii  libqt3-mt   3:3.3.6-2Qt GUI Library (Threaded runtime v
ii  libsdl1.2debian 1.2.11-3 Simple DirectMedia Layer
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libsqlite3-03.3.7-1  SQLite 3 shared library
ii  libstdc++6  4.1.1-11 The GNU Standard C++ Library v3
ii  libtag1c2a  1.4-4TagLib Audio Meta-Data Library
ii  libtunepimp30.4.2-3.2MusicBrainz tagging library and si
ii  libusb-0.1-42:0.1.12-2   userspace USB programming library
ii  libvisual-0.4-0 0.4.0-1  Audio visualization framework
ii  libx11-62:1.0.0-8X11 client-side library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  ruby1.8.2-1  An interpreter of object-oriented 
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:3.5.4-1  enables the browsing of audio CDs 

-- no debconf information

-- 
Serge Matveev (home) - ICQ:3575357


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



Bug#381106: gpg: Segmentation fault caught ... exiting

2006-08-02 Thread Serge Leblanc




Package: gnupg
Version: 1.4.3-2
Severity: important

When I invoke 'gpg' or 'gpg2 whit arguments '--decrypt ./passwd.gpg' an segmentation fault appears.

[EMAIL PROTECTED]:~$ gpg --decrypt ./passwd.gpg

gpg: Segmentation fault caught ... exiting
Segmentation fault

[EMAIL PROTECTED]:~$ gpg2 --decrypt ./lrds-passwd.gpg
gpg: NOTE: THIS IS A DEVELOPMENT VERSION!
gpg: It is only intended for test purposes and should NOT be
gpg: used in a production environment or with production keys!
gpg: WARNING: This version of gpg is not very matured and
gpg: WARNING: only intended for testing. Please keep using
gpg: WARNING: gpg 1.2.x, 1.3.x or 1.4.x for OpenPGP

gpg: signal Segmentation fault caught ... exiting
Segmentation fault

I am using Debian GNU/Linux Sid, kernel 2.4.27, libc6 2.3.6-16,
gunpg 1.4.3-2, gnupg 1.9.20-1.1




--
Serge Leblanc [EMAIL PROTECTED] GnuPG id: 1024D/73791C2B 2002-09-30
Primary key fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B







Bug#273074: install: xfs with fstab options usrquota and/or grpquota mounts in read-only, system boots not/not good.

2006-07-25 Thread Serge Tiunov

Hit the same bug yesterday.

Debian 3.1 r1a, bought on DVDs. Pentium 4 2.40GHz,
1Gb RAM, ST Lab A162 PCI ATA 133 IDE controller,
two Seagate Barracuda ST3250823A 250 Gb HDDs.

Attempts to enable any kind of quotas for XFS mounted
as the root file system resulted in it being mounted ro.

Passing the kernel the parameter

rootflags=quota

eliminated the problem.


Solution found here:

http://sourceforge.net/forum/message.php?msg_id=3592226

--
Is it stable as in woody or stable as in sarge?


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



Bug#370403: problem solved

2006-07-14 Thread Serge Koganovitsch
Hi,

Apparently connecting to Cups from KDE apps seems to work again *after* 
adding a new printer through http://localhost:631 ...

Regards,

Serge


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



Bug#370403: status

2006-07-12 Thread Serge Koganovitsch
Hi,

I'm running an up-to-date Debian unstable with kernel 2.6.16. According 
to the debian-kde mailing-list this problem seems to be resolved in for 
some people running Etch ? What's the status for Sid ? Is someone 
working on it ? Commenting out 'Listen /var/run/cups/cups.sock' 
in /etc/cups/cupsd.conf does not help.

Best regards,

Serge


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



Bug#376700: missing symlinks

2006-07-04 Thread Serge Koganovitsch
Package: libqt4-debug
Version: 4.1.3-3

There are no symlinks created to be able to build programs correctly 
with the debug versions of the Qt libs.

For example the QtSql lib:

When building with 'g++ -lQtSql_debug' the following error is shown:
/usr/bin/ld: cannot find -lQtSql_debug

The reason is the missing 'libQtSql_debug.so' symlink.

I'm using Debian unstable with the 2.6.16-2-686 kernel.


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



Bug#376178: sim: The new release (0.9.4) is available.

2006-06-30 Thread Serge Matveev
Package: sim
Version: 0.9.3.99+0.9.4rc2-1
Severity: wishlist

Tne new version of sim is available since 2006-06-28 20:00:


http://developer.berlios.de/project/showfiles.php?group_id=4482release_id=10426

Changes:
Lots of bug fixes and new features.

Changes after 0.9.4 RC2:

Build system

[+] Unix: issue error, not warning, if openssl wasn't found.

ICQ plugin
~~
[*] Accept messages in Occupied/DND modes by default.
[-] Sync language and occupation lists with ICQ server.
[+] Add new icons from ICQ 5 and ICQ 5.1.

Jabber plugin
~
[-] Fix crash on auth request when Receive message only from contacts from 
list.
[-] Fix handling of single quotes in roster item names.

Misc plugins

[-] Icons: fix handling of JISP files with non-ascii paths.
[-] Icons: fix handling of JISP files containing subdirectiories.
[*] LiveJournal: disable formatted messages by default.

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

Versions of packages sim depends on:
ii  kdelibs4c2a4:3.5.3-1 core libraries and binaries for al
ii  libacl12.2.37-1  Access control list shared library
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libattr1   2.4.32-1  Extended attribute shared library
ii  libaudio2  1.7-9 The Network Audio System (NAS). (s
ii  libc6  2.3.6-15  GNU C Library: Shared libraries
ii  libfam02.7.0-10  Client library to control the FAM 
ii  libfontconfig1 2.3.2-7   generic font configuration library
ii  libfreetype6   2.2.1-2   FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-5 GCC support library
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  libidn11   0.5.18-2  GNU libidn library, implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.8rel-5.1  PNG library - runtime
ii  libqt3-mt  3:3.3.6-2 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  libssl0.9.80.9.8b-2  SSL shared libraries
ii  libstdc++6 4.1.1-5   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.0-6 X11 client-side library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxi6 1:1.0.0-5 X11 Input extension library
ii  libxinerama1   1:1.0.1-4 X11 Xinerama extension library
ii  libxml22.6.26.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.0.2-4   X Rendering Extension client libra
ii  libxslt1.1 1.1.17-1  XSLT processing library - runtime 
ii  libxss11:1.0.1-4 X11 Screen Saver extension library
ii  libxt6 1:1.0.0-5 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3-11compression library - runtime

sim recommends no packages.

-- no debconf information

-- 
Serge Matveev (home) - ICQ:3575357


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



Bug#374194: liferea: 1.0.15 is released 2006-06-13

2006-06-17 Thread Serge Matveev
Package: liferea
Version: 1.0.15-1
Severity: wishlist

The Liferea 1.0.15 is released 2006-06-13 

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686-smp
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

-- no debconf information

-- 
Serge Matveev (home) - ICQ:3575357


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



Bug#372716: [Pkg-kde-extras] Bug#372716: digikam doesn't show exif info

2006-06-13 Thread Serge Matveev
On Tue, Jun 13, 2006 at 04:51:51AM +0100, Mark Purcell wrote:
 
 On Sunday 11 June 2006 10:28, Serge Matveev wrote:
  This version doesn't show exif info in images. The exif tab in image
  properies is empty. In conqueror the exif info displays properly.
 
 Serge,
 
 Thanks for this report.
 
  Versions of packages digikam depends on:
 ...
 ii  libkexif1  0.2.3-1  library for KDE to read/display/ed
 
 I can confirm that this is a problem with version 0.2.3 of libkexif, if you 
 downgrade libkexif to 0.2.2 then digikam again displays exif tags correctly.
 
 Unfortunately we didn't catch this before libkexif migrated into testing, but 
 you can find it at:
 deb http://snapshot.debian.net/archive pool libkexif

I didn't understand this sentence. I use testing and libkexif 0.2.3 is
in testing now. 

-- 
Relcom Corp., St.Petersburg


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



Bug#372716: digikam doesn't show exif info

2006-06-11 Thread Serge Matveev
Package: digikam
Version: 0.8.1+0.8.2-rc1-1
Severity: normal

This version doesn't show exif info in images. The exif tab in image
properies is empty. In conqueror the exif info displays properly.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686-smp
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages digikam depends on:
ii  dcraw   7.94-1   decode raw digital camera images
ii  kdelibs4c2a 4:3.5.3-1core libraries and binaries for al
ii  libacl1 2.2.37-1 Access control list shared library
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libattr12.4.32-1 Extended attribute shared library
ii  libaudio2   1.7-9The Network Audio System (NAS). (s
ii  libc6   2.3.6-13 GNU C Library: Shared libraries
ii  libexif12   0.6.13-4 library to parse EXIF files
ii  libfontconfig1  2.3.2-5.1generic font configuration library
ii  libfreetype62.2.1-2  FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0] 0.1.7-3  Client library for the gamin file 
ii  libgcc1 1:4.1.0-4GCC support library
ii  libgphoto2-22.1.6-8  gphoto2 digital camera library
ii  libgphoto2-port02.1.6-8  gphoto2 digital camera port librar
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libidn110.5.18-2 GNU libidn library, implementation
ii  libimlib2   1.2.1-2  powerful image loading and renderi
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libkexif1   0.2.3-1  library for KDE to read/display/ed
ii  libkipi00.1.3-2  library for apps that want to use 
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libqt3-mt   3:3.3.6-2Qt GUI Library (Threaded runtime v
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libsqlite3-03.3.5-0.2+b1 SQLite 3 shared library
ii  libstdc++6  4.1.0-4  The GNU Standard C++ Library v3
ii  libtiff43.8.2-3  Tag Image File Format (TIFF) libra
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-8FreeType-based font drawing librar
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxinerama11:1.0.1-4X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  libxt6  1:1.0.0-5X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3-11   compression library - runtime

Versions of packages digikam recommends:
ii  digikamimageplugins 0.8.1-2  image editor plugins for digikam a
ii  kdeprint4:3.5.2-2+b1 print system for KDE
ii  kipi-plugins0.1+rc1-3image manipulation/handling plugin
ii  konqueror   4:3.5.2-2+b1 KDE's advanced file manager, web b

-- no debconf information

-- 
Serge Matveev (home) - ICQ:3575357


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



Bug#369241: Esperanta traduko de exim4/debian/po/eo.po

2006-05-30 Thread Serge Leblanc




Package: exim4
Tags: l10n patch

On Sun, 2006-05-28 at 19:02 +0200, Andreas Metzler wrote:


On 2006-05-28 Serge Leblanc [EMAIL PROTECTED] wrote:
 Package: exim
 Tags: l10n patch

 Saluton, i kune esperanta traduko de la dosiero : 
 ./exim4/debian/po/eo.po
 Kore,

 Hello, herewith a translation in esperanto of the file:
 ./exim4/debian/po/eo.po

Thanks for your work.

This string translation is too long and will break when displayed, you can
use
podebconf-display-po eo.po
to verify this.



Herewith an corrected file.

Cordially,



--
Serge Leblanc [EMAIL PROTECTED] GnuPG id: 1024D/73791C2B 2002-09-30
Primary key fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B





# translation of eo.po to Esperanto 
# Esperanto messages for debian-installer.
# Copyright (C) 2006 Software in the Public Interest, Inc.
# This file is distributed under the same license as debian-installer.
#
# Serge Leblanc [EMAIL PROTECTED], 2006.
msgid 
msgstr 
Project-Id-Version: exim4-config\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2005-12-31 10:50+0100\n
PO-Revision-Date: 2006-05-28 22:39+0200\n
Last-Translator: Serge Leblanc [EMAIL PROTECTED]\n
Language-Team: Esperanto [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../exim4-base.templates:4
msgid Remove undelivered mails in spool directory?
msgstr Forviŝu maldisdonitajn retpoŝtojn el fona eneliga 'spool'-dosierujo?

#. Type: boolean
#. Description
#: ../exim4-base.templates:4
msgid 
There are mails in the exim spool directory /var/spool/exim4/input which 
have not yet been delivered. You can keep them in case you decide to re-
install Exim at a later date, or you can choose to remove them.
msgstr 
Iom ĉeestantaj retpoŝtoj en fona eneliga '/var/spool/exim4/input'-dosierujo 
ne estas ankoraŭ disdonitaj. Vi povas konservi ilin akaze se vi poste 
reinstalus 'exim'-retpoŝtilon aŭ forviŝus ĝin.

#. Type: boolean
#. Description
#: ../exim4-base.templates:12
msgid Move yet undelivered mails from exim(v3) to exim4 spool?
msgstr 
Transloku ne ankoraŭ disdonatajn retpoŝtojn el 'exim(v3)'-a al 'exim(v4)'-a 
fona eneliga dosierujo?

#. Type: boolean
#. Description
#: ../exim4-base.templates:12
msgid 
There are some undelivered mails in the spool directory of exim or exim-tls 
in /var/spool/exim/input/.  They can be moved to exim4's spool (/var/spool/
exim4/input/) now where they will be handled by exim4.
msgstr 
Kelkaj maldisdonaj retmesaĝoj estas ĉeestantaj en '/var/spool/exim/input/'- 
dosiero, la 'spool'-dosierujo de 'exim' aŭ 'exim-tls'-programo. Ili povos 
esti nun translokigita al 'exim4'-eneligadosierujo 
('/var/spool/exim4/input/'). Tie, la 'exim4'-programo traktos ilin.

#. Type: boolean
#. Description
#: ../exim4-base.templates:12
msgid 
Be aware that this works only one-way, exim4 can handle exim(v3)'s spool but 
not the other way round.
msgstr 
Notu, ĉi tiu ago estas definitiva. 'exim4'-programo povas trakti 
'exim(v3)'-aj fonaj eneligaj dosieroj tiam, kiam la malo estas neebla.

#. Type: boolean
#. Description
#: ../exim4-base.templates:12
msgid 
Move the mails only if you don't plan to go back to exim(v3), otherwise the 
mail shouldn't be moved now but manually once you've converted your setup.
msgstr 
Transloku retmesaĝojn nur se vi ne konjektas poste reuzi 'exim(v3)'-
programon. Kontraŭe, bonvolu mem transloki la dosierojn post la konvertado 
de via 'exim'-instalo.  

#. Type: select
#. Choices
#. Translators beware! the following six strings form a single
#. Choices menu. - Every one of these strings has to fit in a standard
#. 80 characters console, as the fancy screen setup takes up some space
#. try to keep below ~71 characters.
#. DO NOT USE commas (,) in Choices translations otherwise
#. this will break the choices shown to users
#: ../exim4-config.templates:9
msgid internet site; mail is sent and received directly using SMTP
msgstr interreta ejo; rekte retpoŝtado per 'SMTP'-protokolo

#. Type: select
#. Choices
#: ../exim4-config.templates:9
msgid mail sent by smarthost; received via SMTP or fetchmail
msgstr 
sendo per lertservilo; ricevo per 'SMTP' aŭ 'fetchmail'

#. Type: select
#. Choices
#: ../exim4-config.templates:9
msgid mail sent by smarthost; no local mail
msgstr sendo per relajsa lertservilo; neniu loka retmesaĝo

#. Type: select
#. Choices
#: ../exim4-config.templates:9
msgid local delivery only; not on a network
msgstr nur loka livero; ne rete

#. Type: select
#. Choices
#: ../exim4-config.templates:9
msgid manually convert from handcrafted Exim v3 configuration
msgstr mane konvertado el manlabora 'Exim v3'-akomodo

#. Type: select
#. Choices
#: ../exim4-config.templates:9
msgid no configuration at this time
msgstr nuntempe sen agordo

#. Type: select
#. Description
#: ../exim4-config.templates:10
msgid General type of mail configuration:
msgstr Retpoŝta akomodada tipo:

#. Type: select
#. Description
#: ../exim4-config.templates:10

Bug#369241: Esperanta traduko de exim4/debian/po/eo.po

2006-05-28 Thread Serge Leblanc




Package: exim
Tags: l10n patch

Saluton, i kune esperanta traduko de la dosiero : 
./exim4/debian/po/eo.po
Kore,

Hello, herewith a translation in esperanto of the file:
./exim4/debian/po/eo.po
Sincerely,



--
Serge Leblanc [EMAIL PROTECTED] GnuPG id: 1024D/73791C2B 2002-09-30
Primary key fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B





# translation of eo.po to Esperanto 
# Esperanto messages for debian-installer.
# Copyright (C) 2006 Software in the Public Interest, Inc.
# This file is distributed under the same license as debian-installer.
#
# Serge Leblanc [EMAIL PROTECTED], 2006.
msgid 
msgstr 
Project-Id-Version: exim4-config\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2005-12-31 10:50+0100\n
PO-Revision-Date: 2006-05-28 16:16+0200\n
Last-Translator: Serge Leblanc [EMAIL PROTECTED]\n
Language-Team: Esperanto [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../exim4-base.templates:4
msgid Remove undelivered mails in spool directory?
msgstr Forviŝu maldisdonitajn retpoŝtojn el fona eneliga 'spool'-dosierujo?

#. Type: boolean
#. Description
#: ../exim4-base.templates:4
msgid 
There are mails in the exim spool directory /var/spool/exim4/input which 
have not yet been delivered. You can keep them in case you decide to re-
install Exim at a later date, or you can choose to remove them.
msgstr 
Iom ĉeestantaj retpoŝtoj en fona eneliga '/var/spool/exim4/input'-dosierujo 
ne estas ankoraŭ disdonitaj. Vi povas konservi ilin akaze se vi poste 
reinstalus 'exim'-retpoŝtilon aŭ forviŝus ĝin.

#. Type: boolean
#. Description
#: ../exim4-base.templates:12
msgid Move yet undelivered mails from exim(v3) to exim4 spool?
msgstr 
Transloku ne ankoraŭ disdonatajn retpoŝtojn el 'exim(v3)'-a al 'exim(v4)'-a 
fona eneliga dosierujo?

#. Type: boolean
#. Description
#: ../exim4-base.templates:12
msgid 
There are some undelivered mails in the spool directory of exim or exim-tls 
in /var/spool/exim/input/.  They can be moved to exim4's spool (/var/spool/
exim4/input/) now where they will be handled by exim4.
msgstr 
Kelkaj maldisdonaj retmesaĝoj estas ĉeestantaj en '/var/spool/exim/input/'- 
dosiero, la 'spool'-dosierujo de 'exim' aŭ 'exim-tls'-programo. Ili povos 
esti nun translokigita al 'exim4'-eneligadosierujo 
('/var/spool/exim4/input/'). Tie, la 'exim4'-programo traktos ilin.

#. Type: boolean
#. Description
#: ../exim4-base.templates:12
msgid 
Be aware that this works only one-way, exim4 can handle exim(v3)'s spool but 
not the other way round.
msgstr 
Notu, ĉi tiu ago estas definitiva. 'exim4'-programo povas trakti 
'exim(v3)'-aj fonaj eneligaj dosieroj tiam, kiam la malo estas neebla.

#. Type: boolean
#. Description
#: ../exim4-base.templates:12
msgid 
Move the mails only if you don't plan to go back to exim(v3), otherwise the 
mail shouldn't be moved now but manually once you've converted your setup.
msgstr 
Transloku retmesaĝojn nur se vi ne konjektas poste reuzi 'exim(v3)'-
programon. Kontraŭe, bonvolu mem transloki la dosierojn post la konvertado 
de via 'exim'-instalo.  

#. Type: select
#. Choices
#. Translators beware! the following six strings form a single
#. Choices menu. - Every one of these strings has to fit in a standard
#. 80 characters console, as the fancy screen setup takes up some space
#. try to keep below ~71 characters.
#. DO NOT USE commas (,) in Choices translations otherwise
#. this will break the choices shown to users
#: ../exim4-config.templates:9
msgid internet site; mail is sent and received directly using SMTP
msgstr Interreta ejo; rekte retpoŝtado per 'SMTP'-protokolo

#. Type: select
#. Choices
#: ../exim4-config.templates:9
msgid mail sent by smarthost; received via SMTP or fetchmail
msgstr 
Retmesaĝoj senditaj per relajsa lertservilo; ricevitaj per 'SMTP'-protokolo 
aŭ 'fetchmail'-programo

#. Type: select
#. Choices
#: ../exim4-config.templates:9
msgid mail sent by smarthost; no local mail
msgstr retmesaĝo sendita per relajsa lertservilo; neniu loka retmesaĝo

#. Type: select
#. Choices
#: ../exim4-config.templates:9
msgid local delivery only; not on a network
msgstr nur loka livero; ne rete

#. Type: select
#. Choices
#: ../exim4-config.templates:9
msgid manually convert from handcrafted Exim v3 configuration
msgstr Mane konvertado el manlabora 'Exim v3'-akomodo

#. Type: select
#. Choices
#: ../exim4-config.templates:9
msgid no configuration at this time
msgstr nuntempe senagordo

#. Type: select
#. Description
#: ../exim4-config.templates:10
msgid General type of mail configuration:
msgstr Retpoŝta akomodada tipo:

#. Type: select
#. Description
#: ../exim4-config.templates:10
msgid Select the configuration type that best meets your needs.
msgstr Elektu la agordan tipon, kiu plej kongruas por via bezono.

#. Type: select
#. Description
#: ../exim4-config.templates:10
msgid 
Systems with dynamic IP addresses, including dialup systems, should

Bug#369240: Esperanta traduko

2006-05-28 Thread Serge Leblanc




Package: newt
Tags: l10n patch

Hello, herewith a translation in esperanto of the file: 
./newt/newt/po/eo.po
Sincerely,



--
Serge Leblanc [EMAIL PROTECTED] GnuPG id: 1024D/73791C2B 2002-09-30
Primary key fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B





# translation to Esperanto
# Copyright (C) 2006 Free Software Foundation, Inc.
# This file is distributed under the same license as the newt package.
# Serge Leblanc [EMAIL PROTECTED], 2006.
#
msgid 
msgstr 
Project-Id-Version: newt\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2005-11-22 09:35+0100\n
PO-Revision-Date: 2006-04-18 14:00+0100\n
Last-Translator: Serge Leblanc [EMAIL PROTECTED]\n
Language-Team: Esperanto [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n
X-Poedit-Language: Esperanto\n
X-Poedit-SourceCharset: utf-8\n

#: dialogboxes.c:43
#: dialogboxes.c:48
#: dialogboxes.c:493
msgid Ok
msgstr Akceptu

#: dialogboxes.c:51
msgid Cancel
msgstr Nuligu

#: dialogboxes.c:498
msgid Yes
msgstr Jes

#: dialogboxes.c:500
msgid No
msgstr Ne



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


Bug#366865: evolution start loads processor at 100%

2006-05-11 Thread Serge Rijkers
Package: evolution
Version: 2.6.1-2
Severity: normal


starting evolution loads processor to 100% with dbus error messages. this make 
the system unresponsive.

I am unsure whether this is caused by a plugin.

I am using the exchange connection and 2 imap connections.

The system functions barely. Sluggish behavior. When exection of Evolution is 
halted(^Z) the system is becomes responsive.
Evolution shutdown can lasts up to 3+ minutes.
The system is barly usable to unusable in the meantime.

In a continous loop the following error message appears:

libnm_glib_dbus_init: error, org.freedesktop.DBus.Error.NoReply raised: No 
reply within specified time

I have tried to report this as grave but the rportbug has classified this as 
normal. Email functionality using evolution is unusable.
My alternatives are by preference:
 - for imap mutt
 - for exchange webmail.
 
This is im my view normal use of Evolution. This bug/glitch makes Evolution as 
a software package irrelevant (not 
worthy of consideratino for use.)

I have seen a previous report that is simalar and the bug has been declared 
solved.

I am willing to assist in resolution. i.e. will help in testing or trial and 
error resolution. Any information that I can supply, 
up to and including creating a build envirnment to test patches that are sent, 
I am willing to implement, 

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

Versions of packages evolution depends on:
ii  dbus  0.61-5 simple interprocess messaging syst
ii  evolution-dat 1.6.1-2evolution database backend server
ii  gconf22.14.0-1   GNOME configuration database syste
ii  gnome-icon-th 2.14.2-1   GNOME Desktop icon theme
ii  gtkhtml3.83.10.1-1   HTML rendering/editing library - b
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.11.4-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libavahi-clie 0.6.9-8+b1 Avahi client library
ii  libavahi-comm 0.6.9-8+b1 Avahi common library
ii  libavahi-glib 0.6.9-8+b1 Avahi glib integration library
ii  libbonobo2-0  2.14.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2- 2.14.0-2   The Bonobo UI library
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libcairo2 1.0.4-2The Cairo 2D vector graphics libra
ii  libcamel1.2-8 1.6.1-2The Evolution MIME message handlin
ii  libcomerr21.38+1.39-WIP-2006.04.09-1 common error description library
ii  libdbus-1-2   0.61-5 simple interprocess messaging syst
ii  libdbus-glib- 0.61-5 simple interprocess messaging syst
ii  libebook1.2-5 1.6.1-2Client library for evolution addre
ii  libecal1.2-3  1.6.1-2Client library for evolution calen
ii  libedataserve 1.6.1-2Utility library for evolution data
ii  libedataserve 1.6.1-2GUI utility library for evolution 
ii  libesd-alsa0  0.2.36-3   Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig 2.3.2-5.1  generic font configuration library
ii  libfreetype6  2.1.10-3   FreeType 2 font engine, shared lib
ii  libgail-commo 1.8.11-2   GNOME Accessibility Implementation
ii  libgail17 1.8.11-2   GNOME Accessibility Implementation
ii  libgconf2-4   2.14.0-1   GNOME configuration database syste
ii  libgcrypt11   1.2.2-1LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.10.2-2   The GLib library of C routines
ii  libgnome-keyr 0.4.9-1GNOME keyring services library
ii  libgnome-pilo 2.0.12-1.6 Support libraries for gnome-pilot
ii  libgnome2-0   2.14.1-1   The GNOME 2 library - runtime file
ii  libgnomecanva 2.14.0-2   A powerful object-oriented display
ii  libgnomeprint 2.12.1-3   The GNOME 2.2 print architecture -
ii  libgnomeprint 2.12.1-3   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.14.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2- 2.14.1-1   GNOME virtual file-system (runtime
ii  libgnutls13   1.3.5-1+b1 the GNU TLS library - runtime libr
ii  libgpg-error0 1.2-1  library for common error values an
ii  libgtk2.0-0   2.8.17-2   The GTK+ graphical user 

Bug#366865: [EMAIL PROTECTED]

2006-05-11 Thread Serge Rijkers
Dear Maintainer,

I am willing to assist in tracking down and squashing this problem. FYI
I am running a debian sid on a HP nw8240 notebook/desktop replacement
system.

Any assitance I can provide short of debugging c/c++ code I am willing
to supply. This means if I recieve instructions to try thing I will try
to comply.

What I will not do is step through code line by line.

Regards

Serge Rijkers



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



Bug#364679: mldonkey-server: Version 2.7.5 is availble since April 12, 2006

2006-04-24 Thread serge
Package: mldonkey-server
Version: 2.7.3-2
Severity: wishlist


Version 2.7.5 of mldonkey is availble since April 12, 2006

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

Versions of packages mldonkey-server depends on:
ii  adduser 3.85 Add and remove users and groups
ii  debconf [debconf-2.0]   1.4.72   Debian configuration management sy
ii  dpkg1.13.18  package maintenance system for Deb
ii  libbz2-1.0  1.0.3-2  high-quality block-sorting file co
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libfreetype62.1.10-1 FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.0-1+b1 GCC support library
ii  libgd2-noxpm2.0.33-3 GD Graphics Library version 2 (wit
ii  libjpeg62   6b-12The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.8rel-5   PNG library - runtime
ii  libstdc++6  4.1.0-1+b1   The GNU Standard C++ Library v3
ii  mime-support3.36-1   MIME files 'mime.types'  'mailcap
ii  ucf 2.007Update Configuration File: preserv
ii  zlib1g  1:1.2.3-11   compression library - runtime

mldonkey-server recommends no packages.

-- debconf information excluded


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



Bug#364413: akregator: Akregator don't work with feeds in windows-1251 encoding

2006-04-23 Thread Serge Matveev
Package: akregator
Version: 4:3.5.2-1+b1
Severity: normal

Akregator don't recode feedds from windows-1251 encoding and these feeds are
comletely unreadable in KOI8-R locale :-(

By example: http://www.gazeta.ru/export/rss/sport.xml or 
http://www.hpc.ru/exp/hpcru_news.rss 

In both feeds uses (?xml version=1.0encoding=windows-1251?)

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

Versions of packages akregator depends on:
ii  kdelibs4c2a 4:3.5.2-2+b1 core libraries for all KDE applica
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libgcc1 1:4.1.0-1+b1 GCC support library
ii  libkdepim1a 4:3.5.2-1+b1 KDE PIM library
ii  libqt3-mt   3:3.3.6-1Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.1.0-1+b1   The GNU Standard C++ Library v3

akregator recommends no packages.

-- no debconf information

-- 
Serge Matveev (home) - ICQ:3575357


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



Bug#363278: cuetools-1.3.1 Released 2006-Feb-15 01:45

2006-04-18 Thread serge
Package: cuetools
Version: 1.3-2
Severity: wishlist


cuetools-1.3.1 is available. This release fixes several bugs in version
1.3.0.

http://developer.berlios.de/project/showfiles.php?group_id=2130

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

Versions of packages cuetools depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries

cuetools recommends no packages.

-- no debconf information


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



Bug#363281: cuetools: please add cuetag.sh to package

2006-04-18 Thread serge
Package: cuetools
Version: 1.3-2
Severity: wishlist


cuetag.sh is very useful utility. Please add this utility to binary
package. cuetag.sh resides in extras source directory


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

Versions of packages cuetools depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries

cuetools recommends no packages.

-- no debconf information


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



Bug#289572: man 1 konwert is formatted incorrectly

2006-04-11 Thread Serge Matveev
On Tue, Apr 11, 2006 at 01:17:54AM +0200, Yann Dirson wrote:
 On Mon, Jan 10, 2005 at 01:11:24AM +0300, Serge Matveev wrote:
  Package: konwert
  Version: 1.8-9
  Severity: minor
  
  Man page for konwert is formatted incorrectly - I can't see end of page:
  
  ===
  
 amigapl,
 fat,
 xjp  Amiga charsets for Polish
  
 kamenicky  DOS charset for Czech and Slovak
  
 wingreek  WinGreek (Windows font-based encoding for ancient Greek)
  
 babelpl  TeX [polish]{babel}: acelnoszr
 ciachy   TeX
   Manual page konwert(1) line 117/150 (END)
  ==
  
  last string is this screen is message line from the 'less'
 [...]
  Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
 
 Hm, this is strange, even with LC_ALL=ru_RU.KOI8-R I cannot seem to
 reproduce.  Does it still happen on your machine ?  What if you run
 LC_ALL=C man konwert ?

Now (after more then year) all works fine. You may close this bug ;-)

-- 
Serge Matveev (home) - ICQ:3575357


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



Bug#233803: exim4: Bad choice Debian-exim user name, too long and has capital letter for no reason

2006-03-10 Thread Serge Leblanc
Package: exim4
Version: 4.60-4
Followup-For: Bug #233803

Bad choice Debian-exim user name, too long and has capital letter for
no reason

-- Package-specific info:
Exim version 4.60 #1 built 22-Feb-2006 10:45:11
Copyright (c) University of Cambridge 2005
Berkeley DB: Sleepycat Software: Berkeley DB 4.2.52: (December  3, 2003)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dsearch nis 
nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Configuration file is /var/lib/exim4/config.autogenerated
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'

dc_eximconfig_configtype='smarthost'
dc_other_hostnames='serge2'
dc_local_interfaces='127.0.0.1'
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost='smtp.wanadoo.fr bydns'

CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname='false'
dc_mailname_in_oh='true'
mailname:serge2

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

Versions of packages exim4 depends on:
ii  exim4-base4.60-4 support files for all exim MTA (v4
ii  exim4-daemon-light4.60-4 lightweight exim MTA (v4) daemon

exim4 recommends no packages.

-- no debconf information


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



Bug#355120: Esperanta traduko de ./tasksel/tasks/po/eo.po

2006-03-03 Thread Serge Leblanc




Package: tasksel
Tags: l10n patch

Saluton, i kune esperanta traduko 'tasksel'-dosierojn.
./debian/po/eo.po
./tasks/po/eo.po
./po/eo.po
Kore,

Hello, herewith a translation in esperanto of the files:
./debian/po/eo.po
./tasks/po/eo.po
./po/eo.po
Cordially,




--
Serge Leblanc [EMAIL PROTECTED] GnuPG id: 1024D/73791C2B 2002-09-30
Primary key fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B







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


Bug#354586: tome: Please add -DUSE_X11 to makefile.std

2006-02-27 Thread serge
Package: tome
Version: 2.3.3-2
Severity: wishlist


Please add -DUSE_X11 in the makefile.std - this target is very nice and
allow to change fonts and windows sizes


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

Versions of packages tome depends on:
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxaw8   6.9.0.dfsg.1-4 X Athena widget set library
ii  libxmu6   6.9.0.dfsg.1-4 X Window System miscellaneous util
ii  libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics

tome recommends no packages.

-- no debconf information


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



Bug#353709: kchmviewer: Version 2.0 released in Feb 4 2006

2006-02-20 Thread serge
Package: kchmviewer
Version: 1.3a-1
Severity: wishlist


Feb 4 2006   Version 2.0 released. Added 'locate in content window' button
to look up currently opened topic in the content window. Content tree parser
made bullet-proof. Fixed showing images-only pages. In full screen mode the
menu bar and status bar are now hidden. Added an application icon. Internal
build scripts rewritten, fixing gcc 4.1 compilation, adding possibility to
use system-wide libchm, and making autobuild/autotest scripts work
correctly. Added i18n calls to allow complete internationalization. pot file
created, so you can translate it now!  

http://sourceforge.net/project/showfiles.php?group_id=135500


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

Versions of packages kchmviewer depends on:
ii  kdelibs4c2a   4:3.5.1-2  core libraries for all KDE applica
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libaudio2 1.7-3  The Network Audio System (NAS). (s
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libchm1   0.37-2 library for dealing with Microsoft
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0]   0.1.7-3Client library for the gamin file 
ii  libgcc1   1:4.0.2-8  GCC support library
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libjpeg62 6b-11  The Independent JPEG Group's JPEG 
ii  libpcre3  6.4-1.1Perl 5 Compatible Regular Expressi
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libqt3-mt 3:3.3.5-3  Qt GUI Library (Threaded runtime v
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libstdc++64.0.2-8The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-3  FreeType-based font drawing librar
ii  libxi66.9.0.dfsg.1-4 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics
ii  zlib1g1:1.2.3-9  compression library - runtime

kchmviewer recommends no packages.

-- no debconf information


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



Bug#351513: ipmasq: bashizm in examples/routes/A01routes.rul

2006-02-07 Thread Serge Matveev
On Tue, Feb 07, 2006 at 11:31:22PM +0900, Osamu Aoki wrote:
 On Sun, Feb 05, 2006 at 03:19:58PM +0300, Serge Matveev wrote:
  Package: ipmasq
  Version: 4.0.6
  Severity: normal
  
  If I use dash as /bin/sh, I get the next error message:
  
  /etc/ipmasq/rules/A01routes.rul: 22: Syntax error: Bad for loop variable
 
 Hmmm... you added this rule example.  Did it work without that rule.

Yes, it works, but without this rule ipmasq doesn't manage additional
routes.

 Then this is bug against example script.  That is wontfix.

:-(

 If /bin/dash breaks without this rule, then I will add dependency to

No. _Without_ this rule all works fine, but... without routes support

-- 
Serge Matveev (home) - ICQ:3575357


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



Bug#351513: ipmasq: bashizm in examples/routes/A01routes.rul

2006-02-05 Thread Serge Matveev
Package: ipmasq
Version: 4.0.6
Severity: normal

If I use dash as /bin/sh, I get the next error message:

/etc/ipmasq/rules/A01routes.rul: 22: Syntax error: Bad for loop variable

OTOH, with bash this problem isn't exist

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

Versions of packages ipmasq depends on:
ii  debconf [debconf-2.0] 1.4.67 Debian configuration management sy
ii  iptables  1.3.3-2Linux kernel 2.4+ iptables adminis

ipmasq recommends no packages.

-- debconf information:
* ipmasq/start: true
  ipmasq/external-rules-moved: true
* ipmasq/start-location: After network interfaces are brought up
  ipmasq/dpkg-conffiles:
  ipmasq/ppp-turn-off:
* ipmasq/ppp-turn-on:
  ipmasq/move-ipmasq.rules: true
* ipmasq/ppp-recompute: false
  ipmasq/old-ipmasq.conf: true
  ipmasq/old-rc.boot-file: true

-- 
Serge Matveev (home) - ICQ:3575357


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



Bug#351085: Esperanta tradukto de './popularity-contest/debian/po'.

2006-02-02 Thread Serge Leblanc




Package: popularity-contest
Tags: l10n patch

Saluton, i kune esperanta traduko de la dosiero : 
./popularity-contest/debian/po
Kore,

Hello, herewith a translation in esperanto of the file:
./popularity-contest/debian/po
Sincerely,




--
Serge Leblanc [EMAIL PROTECTED] GnuPG id: 1024D/73791C2B 2002-09-30
Primary key fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B





# translation of eo.po to Esperanto
#
#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: popularity-contest\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2005-07-04 08:46+0200\n
PO-Revision-Date: 2006-02-02 18:33+0100\n
Last-Translator: Serge Leblanc [EMAIL PROTECTED]\n
Language-Team: Esperanto [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:4
msgid Participate in the Debian Package Popularity Contest?
msgstr Ĉu vi volas partopreni en la populareca konkurso de Debianaj Pakoj ?

#. Type: boolean
#. Description
#: ../templates:4
msgid You can have your system anonymously supply the Debian developers with statistics about your most used Debian packages.  This information influences decisions such as which packages should go on the first Debian CD.
msgstr Via sistemo povas anonime sciigi Debianajn administristojn pri statistikoj rilate uzantajn Debianajn pakojn. Tiuj informoj influas la elektojn de ĉeestantaj pakoj sur la unua Debiana lumdisko.

#. Type: boolean
#. Description
#: ../templates:4
msgid If you choose to participate, the automatic submission script will run once every week, sending statistics to the Debian developers.
msgstr Se vi partoprenas, la aŭtomata submetata skripto estos ĉiu semajne plenumita por sendi statistikoj al Debiana administristoj.

#. Type: boolean
#. Description
#: ../templates:4
msgid You can always change your mind after making this decision: \dpkg-reconfigure popularity-contest\
msgstr Vi ĉiam povas ŝanĝi vian decidon per uzi la ordonon \dpkg-reconfigure popularity-contest\.

#. Type: note
#. Description
#: ../templates:17
msgid Generating unique host identifier failed
msgstr Generado de unika gasta identigilo fiaskis

#. Type: note
#. Description
#: ../templates:17
msgid The install script could not generate a unique host identifier. This is a fatal error, as all hosts submitting information need to have an unique identifier.
msgstr La instala skripto ne povos generi unikan gastan identigilon. Tio estas malvenka ĉar ĉiuj gastoj, kiuj sendas informojn, bezonas unikan identigilon.

#. Type: note
#. Description
#: ../templates:17
msgid Please report this problem as a bug against the popularity-contest package, and include information about your configuration.
msgstr Bonvolu sciigi ĉi tiun problemon per erara raporto pri \popularity-contest\ pako. Enmetu en la raporto informojn pri via sistema agordo.

#. Type: boolean
#. Description
#: ../templates:28
msgid Use HTTP to submit reports?
msgstr Uzu 'HTTP'-protokolon por submeti raportoj ?

#. Type: boolean
#. Description
#: ../templates:28
msgid If you do not want to use HTTP, email is used instead.
msgstr Se vi ne volas uzi 'HTTP'-protokolon, anstataŭe uzu retmesaĝon.



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


Bug#349629: Esperanta tradukto de ./trunk/console-data-2002.12.04dbs/debian/po/eo.po

2006-01-24 Thread Serge Leblanc




Package: console-data
Tags: l10n patch

Saluton, i kune esperanta traduko de la dosiero : './console-data/trunk/console-data-2002.12.04dbs/debian/po/eo.po'
Kore,

Hello, herewith a translation in esperanto of the file:
'./console-data/trunk/console-data-2002.12.04dbs/debian/po/eo.po' 
Sincerely,




--
Serge Leblanc [EMAIL PROTECTED] GnuPG id: 1024D/73791C2B 2002-09-30
Primary key fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B





# translation of templates.po to Esperanto
#
#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.
# Christian Perrier [EMAIL PROTECTED], 2004, 2005.
# Serge Leblanc [EMAIL PROTECTED], 2006.
#
msgid 
msgstr 
Project-Id-Version: eo\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2005-11-07 17:36+\n
PO-Revision-Date: 2006-01-19 13:15+0100\n
Last-Translator: Serge Leblanc [EMAIL PROTECTED]\n
Language-Team: Esperanto [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Poedit-Language: Esperanto\n

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid by
msgstr Belorusa ('by')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid bg
msgstr Bulgara ('bg')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid croat
msgstr Kroata ('croat')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid cz-lat2
msgstr Ĉeĥa ('cz-lat2')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid sg-latin1
msgstr Alemana svisa ('sg-latin1')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid de-latin1-nodeadkeys
msgstr Germana ('de-latin1-nodeadkeys')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid dk-latin1
msgstr Dana ('dk-latin1')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid us
msgstr Usona ('us')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid uk
msgstr Brita ('uk')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid dvorak
msgstr Dvoraka ('dvorak')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid et
msgstr Estona ('et')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid la-latin1
msgstr Latina amerika ('la-latin1')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid es
msgstr Hispana ('es')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid fi-latin1
msgstr Finna ('fi-latin1')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid fr-latin9
msgstr Franca ('fr-latin9')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
msgid fr-latin1
msgstr Franca (EKSTERUZA, 'fr-latin1')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid be2-latin1
msgstr Belga ('be2-latin1')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid cf
msgstr Kanada (franclingvo,'cf')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid fr_CH-latin1
msgstr Romanda svisa ('fr_CH-latin1')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid gr
msgstr Greka ('gr')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid hebrew
msgstr Hebrea ('hebrew')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid hu
msgstr Hungara ('hu')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid is-latin1
msgstr Islanda ('is-latin1')

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:3
#: ../console-keymaps-at.templates:3
msgid it
msgstr Itala ('it')

#. Type: select
#. Choices
#: ../console-keymaps

Bug#349715: Rights of access or popularity-contest are erroneous ?

2006-01-24 Thread Serge Leblanc




Package: popularity-contest
Tags: l10n patch

It seems that the rights of access or popularity-contest are erroneous :

[EMAIL PROTECTED]:~/product/esperanto$ export CVS_RSH=ssh;cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/popcon co popularity-contest
cvs checkout: warning: cannot write to history file /cvsroot/popcon/CVSROOT/history: Permission denied
cvs checkout: Updating popularity-contest
cvs checkout: failed to create lock directory for `/cvsroot/popcon/popularity-contest' (/cvsroot/popcon/popularity-contest/#cvs.lock): Permission denied
cvs checkout: failed to obtain dir lock in repository `/cvsroot/popcon/popularity-contest'
cvs [checkout aborted]: read lock failed - giving up

Sincerely,



--
Serge Leblanc [EMAIL PROTECTED] GnuPG id: 1024D/73791C2B 2002-09-30
Primary key fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B







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


Bug#184354: More clarifications, please

2006-01-17 Thread Serge Matveev
On Tue, Jan 17, 2006 at 10:46:57AM +0200, Eddy Petri??or wrote:
 
 I went through few of apt-zip's bug reports during the weekend and
 found this one. What trobled me was that the initial reporter said If
 packages don't have any MD5 sums at all, but I find that striking as
 apt-get -qq --print-uris (the command which is ran in the background
 of apt-zip-list script) always prints the md5sum (at least in my
 case).
 
 Could you please give an example of such a package that does not have
 an md5 sum? i find that the removalk of the md5 sum checking is a
 means to introduce problems, as one can't identify a download that
 went wrong until he/she reaches the low-band connection computer. I
 would like to revert thsi change and close other bugs, too (I did
 already - changes pending in my svn repo - will send a patch).

I use many apt sources and in some cases MD5 is absent. Of course these
sources aren't 'official' and may be 'incorrect', but works perfectly with
apt.

OTOH, empty MD5 sum may be result of some errors. Because that I ask
you config option for this.

-- 
Serge Matveev (home) - ICQ:3575357


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



Bug#344399: wajig show don't show locally created packages

2005-12-22 Thread Serge Matveev
Package: wajig
Version: 2.0.31
Severity: normal

I thing the behaviour of aptitude is more handy

 wajig show sim
No packages found from those known to be available or installed
 aptitude show sim
Package: sim
State: installed
Automatically installed: no
Version: 0.9.3+svn051212-1
Priority: extra
Section: net
Maintainer: [EMAIL PROTECTED]
Uncompressed Size: 8701k
Description: SIM is a open-source ICQ client, using QT with enhanced features.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-1-686-smp
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages wajig depends on:
ii  apt   0.6.42.1   Advanced front-end for dpkg
ii  python2.3.5-3An interactive high-level object-o
ii  python-apt0.6.13.1   Python interface to libapt-pkg

wajig recommends no packages.

-- no debconf information

-- 
Serge Matveev (home) - ICQ:3575357


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



Bug#343253: Please switch upstream to http://sim-im.berlios.de

2005-12-13 Thread Serge Matveev
Package: sim
Version: 0.9.3+svn051212-1
Severity: wishlist

Please, switch source to http://sim-im.berlios.de - this project is live
fork of abandoned upstream

SVN version works fine and fixes some current bugs in 0.9.3

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-1-686-smp
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

-- no debconf information

-- 
Serge Matveev (home) - ICQ:3575357


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



Bug#342827: gkrellm-mldonkey always forgests split view parameter.

2005-12-10 Thread Serge Matveev
Package: gkrellm-mldonkey
Version: 0.9.6-1
Severity: normal

gkrellm-mldonkey always forgets Split view parameter after restart.

-- System Information: Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-1-686-smp
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages gkrellm-mldonkey depends on: ii gkrellm 2.2.7-5
multiple stacked system monitors: ii libc6 2.3.5-8 GNU C Library: Shared
libraries an

gkrellm-mldonkey recommends no packages.

-- no debconf information

-- 
Serge Matveev (home) - ICQ:3575357


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



Bug#342277: file /usr/share/ospics/Debian.png is corrupted

2005-12-06 Thread Serge Belyshev

Package: ospics
Version: 0.72d-2

File /usr/share/ospics/Debian.png fails integrity check:

$ pngcheck /usr/share/ospics/Debian.png 
/usr/share/ospics/Debian.png  CRC error in chunk IDAT (actual 55757ba0, should 
be 5dcbdc43)
$ 


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



Bug#337520: the same problem

2005-12-01 Thread Serge Gavrilov
The same happens with ubuntu package 1.3.21-6ubuntu3, 
ubuntu 5.10, i386 

-- 
Serge


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



Bug#341123: openoffice.org: oodraw crashes when inserting epsi image

2005-11-28 Thread Serge Gavrilov
Package: openoffice.org
Version: 1.1.3-9
Severity: important



-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.14.2
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Hello!

oodraw crashes when inserting an epsi file with preview into a drawing. To
reproduce insert any epsi file, and click by mouse upon the preview. This
results in crash. 

This bug is reproducible both with oo 1.1.3 from sarge and oo2 from sarge
backports.


-- no debconf information


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



Bug#225469: the problem is because

2005-11-06 Thread Serge Gavrilov
My kernel is 2.4.22, and I also had this problem.

This problem is because load.c from iqrbase sources references to 

cli(), saveflags(), restore_flags(),

# define cli()  local_irq_disable()
# define save_flags(x)  local_save_flags(x)
# define restore_flags(x)   local_irq_restore(x)

which are in fact defined in linux/interrupt.h. The compiler gives the
warnings concerning implicit declarations of these functions.

Inserting 

#include linux/interrupts.h 

into load.c results in the compilation of the module stops due to errors. 
I simply added the definitions to load.c, and recompile irqbase. Now it works. 
This is ugly solution, but I do not know the better one.

-- 
Serge


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



Bug#335605: desktop-profiles: Many bashisms in /usr/sbin/path2listing

2005-10-24 Thread Serge Matveev
Package: desktop-profiles
Version: 1.4.7
Severity: important

$ sudo /usr/sbin/path2listing 
Password:
Metadata for all configuration sources contained in /etc/gconf/2/path
(wether contained directly, or indirectly through includes) will be
generated and put in 
/etc/desktop-profiles/desktop-profiles_path2listing.listing.

/etc/desktop-profiles/desktop-profiles_path2listing.listing already exists, and 
this script wil regenerate it.
- a backup of named 
/etc/desktop-profiles/desktop-profiles_path2listing.listing.2005-10-25T02:37:24+0400
 will be created.

/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
test: 247: -lt: argument expected
test: 247: -gt: argument expected
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
test: 247: -lt: argument expected
test: 247: -gt: argument expected
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
test: 247: -lt: argument expected
test: 247: -gt: argument expected
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
test: 247: -lt: argument expected
test: 247: -gt: argument expected
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
test: 247: -lt: argument expected
test: 247: -gt: argument expected
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
test: 247: -lt: argument expected
test: 247: -gt: argument expected
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
test: 247: -lt: argument expected
test: 247: -gt: argument expected
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
test: 247: -lt: argument expected
test: 247: -gt: argument expected
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
test: 247: -lt: argument expected
test: 247: -gt: argument expected
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
test: 247: -lt: argument expected
test: 247: -gt: argument expected
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
/usr/sbin/path2listing: 247: declare: not found
test: 247: -lt: argument expected
test: 247: -gt: argument expected
The global path file will now be replaced with one assuming all 
configuration sources are managed by desktop-profiles.
- a backup named /etc/gconf/2/path.2005-10-25T02:37:26+0400 will be created.

$

-- System Information: Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-1-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages desktop-profiles depends on: ii debconf [debconf-2.0]
1.4.58 Debian configuration management sy

desktop-profiles recommends no packages.

-- debconf information:
  desktop-profiles/replace-old-vars:
* desktop-profiles/replace-gconf-system-wide-path-file:

-- 
Serge Matveev (home) - ICQ:3575357


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



Bug#323025: workaround

2005-10-02 Thread Serge Gavrilov
Hi!

I also had this this problem. The workaround is to remove /etc/irda.conf and
then install the package. It looks like that the preinst script does not parse
the old config in a proper way. Below I enclose my old /etc/irda.conf:

#irda.conf Version: 1.0
IRDADEV=irda0
DONGLE=nsc-ircc
DISCOVERY=-s 1
ENABLE=yes # if you do not need to start irattach, set no

thanks

-- 
Serge


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



Bug#317418: Updated Sarge package available

2005-09-26 Thread Serge van Ginderachter


In can meanwhile confirm that this update also solves the problem in 
rsnapshot. Upstream has also been updated on this.


Is there any way where this patch could go into Sarge?

--
Serge van Ginderachter



smime.p7s
Description: S/MIME Cryptographic Signature


Bug#317418: Updated Sarge package available

2005-09-24 Thread Serge van Ginderachter


I can confirm that the bug is solved with the patch earlier

http://lists.samba.org/archive/rsync/2005-April/012338.html

I updated the Sarge package - rsync version 2.6.4-6 with it and 
testrunned it using the --delete option, which works as expected.


'rsync_2.6.4-6.svg1_i386.deb' and full source can be downloaded here:

http://www.vanginderachter.be/downloads/debian/

I tried to build this package the Debian way, but as my experience with 
customising debian packages is very limited, it might be good if some 
more people could verify. Also, don't hesitate on giving me any feedback 
I could learn from, thanks.


I will further monitor the behavior of rsnapshot, which was broken in 
Sarge because of this bug. I expect that problem to be solved now in Sarge.


HTH,

--

Serge van Ginderachter


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



Bug#288856: Help required with pstree bug #288856

2005-09-06 Thread Serge Matveev
On Tue, Sep 06, 2005 at 10:07:03PM +0400, Nikita V. Youshchenko wrote:
 
  
  This email is about bug report #288856 pstree mustn't use '-G' by
  default.  It appears that VT100 line characters and Cryllic fonts cause
  problems.  Please note my comments in the bottom of the bug report
  about what makes pstree use these characters.
  
  What I am after is a simple, programmatic way of determining when NOT
  to use VT100 line characters.  It may not be a Cryllic-specific
  problem, but at least I can make one l10n group happy!
  
  If someone knows of a general test for when not to use the characters,
  no matter what the CODESET even better.
 
 I can't reproduce any problem with pstree on cyrillic linux console 
 (ru_RU.KOI8-R locale) - all line-drawing symbols are displayed correctly.

Yes, of course. But right after this cyrillic letters are disappeares
from screen. In othe words, 'pstree -G' cancels russification of screen font
on linux console.

 Probably bug submitter has broken console, or probably some specific setup.
 
 I think that the bug should be tagged 'unreproducable' and later closed 
 unless submitter provides more information.

No and no. Just remove '-G' from degault pstree settings and close this
bug.

-- 
Serge Matveev (home) - ICQ:3575357


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



Bug#325050: gcc-4.0: [4.0 regression] GCC 4.0 mis-compiles code leading to segfault

2005-08-25 Thread Serge Belyshev
tag 325050 upstream
forwarded 325050 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23567
thanks

Analysed and reported to upstream developers.


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



<    1   2   3   4   5   >