Bug#774313: apache 2.4 crashes when using AuthPG

2014-12-31 Thread Vladimir Volovich
Package: libapache2-mod-auth-pgsql
Version: 2.0.3-6
Severity: grave
Tags: patch

When using auth_pgsql_module, by protecting the whole or part of the website 
with e.g.

Location /
  AuthName Protected Realm
  AuthType Basic
  AuthBasicProvider pgsql
  Auth_PG_authoritative On
  Auth_PG_host 127.0.0.1
  Auth_PG_port 5432
  Auth_PG_user XXX
  Auth_PG_pwd XXX
  Auth_PG_database XXX
  Auth_PG_pwd_table XXX
  Auth_PG_uid_field username
  Auth_PG_pwd_field password
  Auth_PG_encrypted off
  Require valid-user
/Location

I'm getting sporadic crashes while delivering documents by apache, with the 
following messages in the error.log:

*** Error in `/usr/sbin/apache2': free(): invalid pointer: 0xa8d003e8 ***
[Wed Dec 31 01:17:38.593989 2014] [core:notice] [pid 2691:tid 3073836864] 
AH00052: child pid 2695 exit signal Aborted (6)
[Wed Dec 31 01:17:38.594083 2014] [core:notice] [pid 2691:tid 3073836864] 
AH00052: child pid 2696 exit signal Segmentation fault (11)

This behavior is also observed by other users:

https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1272857

(see comments #9, #10, #12, #13).

in comment #12, someone provided a patch which fixes this problem:

https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1272857/+attachment/4130261/+files/doublefree.patch

Here is the whole comment #12:

=
Andreas Gleißner (gleissner) wrote on 2014-06-12:
Hello,

I believe to have identified the problem and
propose a fix (see attachment).

The module has a global variable PGconn *pg_conn, which is a pointer to
a PostgreSQL connection.
The code determines if there is an active connection by checking if
pg_conn is non-NULL.
However, the connection is closed by calling PQfinish(pg_conn) without
resetting pg_conn to NULL.
The documentation of libpq says that PQfinish frees the memory used by
the PGConn object.
Hence, when Apache calls check_password the second time, the code
falsely assumes (as pg_conn != NULL) that there is an active connection
and tries to access the previously freed PGconn object, which results in
a segmentation fault.
The same problem applies to the pointer PGresult *pg_result, for which
PQclear(pg_result) is called.

My proposed solution consists in simply resetting pg_conn = NULL after
each call of PQfinish(pg_conn) and resetting pg_result = NULL after each
call of PQclear(pg_result).

Andreas
=

I also confirm that the proposed patch fixes the problem on my Debian sid 
system, after I've rebuilt the package with:

sudo apt-get build-dep libapache2-mod-auth-pgsql
apt-get source libapache2-mod-auth-pgsql
wget https://launchpadlibrarian.net/177475074/doublefree.patch
cd libapache2-mod-auth-pgsql-2.0.3
patch -p1  ../doublefree.patch 
dpkg-buildpackage -rfakeroot -uc -b

Please fix the package in debian.

Best wishes,
Vladimir
-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.18.0-trunk-686-pae (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
Init: systemd (via /run/systemd/system)

Versions of packages libapache2-mod-auth-pgsql depends on:
ii  apache2-bin [apache2-api-20120211]  2.4.10-9
ii  libc6   2.19-13
ii  libpq5  9.4.0-1

libapache2-mod-auth-pgsql recommends no packages.

libapache2-mod-auth-pgsql 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#693301: MediaTomb always bind to all interfaces regardless of configuration settings

2012-11-15 Thread Vladimir Volovich
Package: mediatomb-common
Version: 0.12.1-4+b1
Severity: critical
File: /usr/bin/mediatomb
Tags: security

Attempt to force mediatomb to bind to a specific IP address (or interface) is
ignored. E.g. I've tried to change setting in /etc/default/mediatomb as
follows:
OPTIONS=-i 10.0.10.2

and mediatomb is started with the -i 10.0.10.2 option:

$ pgrep -a mediatomb
17000 /usr/bin/mediatomb -c /etc/mediatomb/config.xml -d -u mediatomb -g
mediatomb -P /var/run/mediatomb.pid -l /var/log/mediatomb.log -i 10.0.10.2

but it binds to all interfaces:

$ sudo netstat -anp | grep mediatomb
tcp0  0 0.0.0.0:49152   0.0.0.0:*   LISTEN
17000/mediatomb
udp0  0 0.0.0.0:19000.0.0.0:*
17000/mediatomb
udp0  0 127.0.0.1:39862 0.0.0.0:*
17000/mediatomb

Apparently this has been reported upstream:

http://sourceforge.net/tracker/?func=detailaid=3039645group_id=129766atid=715780

but this is not fixed. Could the debian team please fix this issue in the
debian package, since it is obviously a security issue?



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

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

Versions of packages mediatomb-common depends on:
ii  libavformat53  7:0.10.3-dmo1
ii  libavutil517:1.0-dmo3
ii  libc6  2.13-36
ii  libcurl3-gnutls7.28.0-2
ii  libexif12  0.6.20-3
ii  libexpat1  2.1.0-1
ii  libffmpegthumbnailer4  2.0.7-2
ii  libgcc11:4.7.2-4
ii  libjs-prototype1.7.0-2
ii  libmagic1  5.11-2
ii  libmozjs185-1.01.8.5-1.0.0+dfsg-4
ii  libmysqlclient18   5.5.28+dfsg-1
ii  libsqlite3-0   3.7.14.1-1
ii  libstdc++6 4.7.2-4
ii  libtag1c2a 1.8-dmo1
ii  zlib1g 1:1.2.7.dfsg-13

mediatomb-common recommends no packages.

mediatomb-common 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#693301: [Secure-testing-team] Bug#693301: MediaTomb always bind to all interfaces regardless of configuration settings

2012-11-15 Thread Vladimir Volovich
(sorry for the duplicate email - forgot to send a CC to bugs.debian.org)

On Thu, Nov 15, 2012 at 4:15 PM, Yves-Alexis Perez cor...@debian.org wrote:
 Control: severity -1 important

 On jeu., 2012-11-15 at 12:57 +0400, Vladimir Volovich wrote:
 Package: mediatomb-common
 Version: 0.12.1-4+b1
 Severity: critical

 No need to over-estimate severity.

Critical is described as makes unrelated software on the system (or
the whole system) break, or causes serious data loss, or introduces a
security hole on systems where you install the package.

I think that it falls into this category, since if I have mediatomb
running, it exposes its web interface to the public. Its web interface
is listening on port 49152 and if the system where mediatomb is
installed has an external IP, it exposes this web interface to anyone
on the internet, and I think it's a security hole.

So please change it back to critical, or explain why you think it is
not a security hole.

 File: /usr/bin/mediatomb
 Tags: security

 Attempt to force mediatomb to bind to a specific IP address (or interface) is
 ignored. E.g. I've tried to change setting in /etc/default/mediatomb as
 follows:
 OPTIONS=-i 10.0.10.2

 and mediatomb is started with the -i 10.0.10.2 option:

 $ pgrep -a mediatomb
 17000 /usr/bin/mediatomb -c /etc/mediatomb/config.xml -d -u mediatomb -g
 mediatomb -P /var/run/mediatomb.pid -l /var/log/mediatomb.log -i 10.0.10.2

 but it binds to all interfaces:

 $ sudo netstat -anp | grep mediatomb
 tcp0  0 0.0.0.0:49152   0.0.0.0:*   LISTEN
 17000/mediatomb
 udp0  0 0.0.0.0:19000.0.0.0:*
 17000/mediatomb
 udp0  0 127.0.0.1:39862 0.0.0.0:*
 17000/mediatomb

 Apparently this has been reported upstream:

 http://sourceforge.net/tracker/?func=detailaid=3039645group_id=129766atid=715780

 but this is not fixed. Could the debian team please fix this issue in the
 debian package, since it is obviously a security issue?


 Is the feature supposed to be supported by mediatomb (and it doesn't
 work) or is it not supported at all?

The feature is supposed to be supported by mediatomb, and it doesn't
work. The option --ip apparently has no effect at all. (And possibly
the same with the --interface oprion).

 Regards,
 --
 Yves-Alexis

Best wishes,
Vladimir


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



Bug#693301: [Secure-testing-team] Bug#693301: MediaTomb always bind to all interfaces regardless of configuration settings

2012-11-15 Thread Vladimir Volovich
On Thu, Nov 15, 2012 at 5:33 PM, Yves-Alexis Perez cor...@debian.org wrote:
 On jeu., 2012-11-15 at 16:48 +0400, Vladimir Volovich wrote:
 (sorry for the duplicate email - forgot to send a CC to bugs.debian.org)

 On Thu, Nov 15, 2012 at 4:15 PM, Yves-Alexis Perez cor...@debian.org wrote:
  Control: severity -1 important
 
  On jeu., 2012-11-15 at 12:57 +0400, Vladimir Volovich wrote:
  Package: mediatomb-common
  Version: 0.12.1-4+b1
  Severity: critical
 
  No need to over-estimate severity.

 Critical is described as makes unrelated software on the system (or
 the whole system) break, or causes serious data loss, or introduces a
 security hole on systems where you install the package.

 I think that it falls into this category, since if I have mediatomb
 running, it exposes its web interface to the public. Its web interface
 is listening on port 49152 and if the system where mediatomb is
 installed has an external IP, it exposes this web interface to anyone
 on the internet, and I think it's a security hole.

 So please change it back to critical, or explain why you think it is
 not a security hole.

 Well, by itself this is not a security bug, unless the interface itself
 is buggy. I agree it might not be a good idea to expose this to
 everyone, and we usually prefer to not bind on all interfaces when
 possible, but that doesn't make it a security hole.

Well, mediatomb's web interface allows at least browsing the
filesystem and possibly accessing any file readable by the mediatomb
user, which the unsuspecting mediatomb user might not be even aware
of, especially if he naively created the config to bind mediatomb to a
local address (and this setting is plainly ignored)...

  Is the feature supposed to be supported by mediatomb (and it doesn't
  work) or is it not supported at all?

 The feature is supposed to be supported by mediatomb, and it doesn't
 work. The option --ip apparently has no effect at all. (And possibly
 the same with the --interface oprion).

 Thanks.
 --
 Yves-Alexis



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



Bug#679513: upsmon sends invalid commands to upssched

2012-06-29 Thread Vladimir Volovich
Package: nut-client
Version: 2.6.4-1
Severity: important

when an onbatt event occurs, I see messages such as the following in
/var/log/daemon.log:

Jun 29 13:41:39 netadm5 upsmon[3752]: UPS ippon@127.0.0.1 on battery
Jun 29 13:41:39 netadm5 upssched[30216]: Timer daemon started
Jun 29 13:41:39 netadm5 upssched[30216]: Unknown command on socket:
Jun 29 13:41:39 netadm5 upssched[30216]: arg 0: 15START
Jun 29 13:41:39 netadm5 upssched[30216]: arg 1: onbatt
Jun 29 13:41:39 netadm5 upssched[30216]: arg 2: 15
Jun 29 13:41:39 netadm5 upssched[30215]: read confirmation got [ERR UNKNOWN t
15]
Jun 29 13:41:39 netadm5 upssched[30216]: Unknown command on socket:
Jun 29 13:41:39 netadm5 upssched[30216]: arg 0: 15START
Jun 29 13:41:39 netadm5 upssched[30216]: arg 1: onbatt
Jun 29 13:41:39 netadm5 upssched[30216]: arg 2: 15
Jun 29 13:41:39 netadm5 upssched[30215]: read confirmation got [ERR UNKNOWN t
15]
[skipped repeated lines]
Jun 29 13:41:39 netadm5 upssched[30216]: Timer queue empty, exiting
Jun 29 13:41:39 netadm5 upssched[30215]: read confirmation failed, trying again
Jun 29 13:41:39 netadm5 upssched[30217]: Timer daemon started
Jun 29 13:41:39 netadm5 upssched[30217]: Unknown command on socket:
Jun 29 13:41:39 netadm5 upssched[30217]: arg 0: 15START
Jun 29 13:41:39 netadm5 upssched[30217]: arg 1: onbatt
Jun 29 13:41:39 netadm5 upssched[30217]: arg 2: 15
Jun 29 13:41:39 netadm5 upssched[30215]: read confirmation got [ERR UNKNOWN t
15]
Jun 29 13:41:39 netadm5 upssched[30217]: Unknown command on socket:
Jun 29 13:41:39 netadm5 upssched[30217]: arg 0: 15START
Jun 29 13:41:39 netadm5 upssched[30217]: arg 1: onbatt
Jun 29 13:41:39 netadm5 upssched[30217]: arg 2: 15
Jun 29 13:41:39 netadm5 upssched[30215]: read confirmation got [ERR UNKNOWN t
15]
[skipped repeated lines]
Jun 29 13:41:39 netadm5 upssched[30217]: Unknown command on socket:
Jun 29 13:41:39 netadm5 upssched[30217]: arg 0: 15START
Jun 29 13:41:39 netadm5 upssched[30217]: arg 1: onbatt
Jun 29 13:41:39 netadm5 upssched[30217]: arg 2: 15
Jun 29 13:41:39 netadm5 upssched[30215]: read confirmation got [ERR UNKNOWN t
15]
Jun 29 13:41:39 netadm5 upssched[30217]: Timer queue empty, exiting
Jun 29 13:41:39 netadm5 upssched[30215]: read confirmation failed, trying again
Jun 29 13:41:39 netadm5 upssched[30218]: Timer daemon started
Jun 29 13:41:40 netadm5 upssched[30218]: Unknown command on socket:
Jun 29 13:41:40 netadm5 upssched[30218]: arg 0: 15START
Jun 29 13:41:40 netadm5 upssched[30218]: arg 1: onbatt
Jun 29 13:41:40 netadm5 upssched[30218]: arg 2: 15
Jun 29 13:41:40 netadm5 upssched[30215]: read confirmation got [ERR UNKNOWN t
15]
Jun 29 13:41:40 netadm5 upssched[30218]: Unknown command on socket:
Jun 29 13:41:40 netadm5 upssched[30218]: arg 0: 15START
Jun 29 13:41:40 netadm5 upssched[30218]: arg 1: onbatt
Jun 29 13:41:40 netadm5 upssched[30218]: arg 2: 15
Jun 29 13:41:40 netadm5 upssched[30215]: read confirmation got [ERR UNKNOWN t
15]
Jun 29 13:41:40 netadm5 upssched[30218]: Unknown command on socket:
Jun 29 13:41:40 netadm5 upssched[30218]: arg 0: 15START
Jun 29 13:41:40 netadm5 upssched[30218]: arg 1: onbatt
Jun 29 13:41:40 netadm5 upssched[30218]: arg 2: 15
Jun 29 13:41:40 netadm5 upssched[30215]: read confirmation got [ERR UNKNOWN t
15]
Jun 29 13:41:40 netadm5 upssched[30218]: Unknown command on socket:
Jun 29 13:41:40 netadm5 upssched[30218]: arg 0: 15START
Jun 29 13:41:40 netadm5 upssched[30218]: arg 1: onbatt
Jun 29 13:41:40 netadm5 upssched[30218]: arg 2: 15
Jun 29 13:41:40 netadm5 upssched[30215]: read confirmation got [ERR UNKNOWN t
15]
Jun 29 13:41:40 netadm5 upssched[30218]: Unknown command on socket:
Jun 29 13:41:40 netadm5 upssched[30218]: arg 0: 15START
Jun 29 13:41:40 netadm5 upssched[30218]: arg 1: onbatt
Jun 29 13:41:40 netadm5 upssched[30218]: arg 2: 15
Jun 29 13:41:40 netadm5 upssched[30215]: read confirmation got [ERR UNKNOWN t
15]
Jun 29 13:41:40 netadm5 upssched[30218]: Unknown command on socket:
Jun 29 13:41:40 netadm5 upssched[30218]: arg 0: 15START
Jun 29 13:41:40 netadm5 upssched[30218]: arg 1: onbatt
Jun 29 13:41:40 netadm5 upssched[30218]: arg 2: 15
Jun 29 13:41:40 netadm5 upssched[30218]: Timer queue empty, exiting
Jun 29 13:41:40 netadm5 upssched[30215]: read confirmation got [ERR UNKNOWN t
15]
Jun 29 13:41:40 netadm5 upssched[30219]: Timer daemon started
Jun 29 13:41:40 netadm5 upssched[30219]: Unknown command on socket:
Jun 29 13:41:40 netadm5 upssched[30219]: arg 0: 15START
Jun 29 13:41:40 netadm5 upssched[30219]: arg 1: onbatt
Jun 29 13:41:40 netadm5 upssched[30219]: arg 2: 15
Jun 29 13:41:40 netadm5 upssched[30215]: read confirmation got [ERR UNKNOWN t
15]
Jun 29 13:41:40 netadm5 upssched[30219]: Unknown command on socket:
Jun 29 13:41:40 netadm5 upssched[30219]: arg 0: 15START
Jun 29 13:41:40 netadm5 upssched[30219]: arg 1: onbatt
Jun 29 13:41:40 netadm5 upssched[30219]: arg 2: 15
Jun 29 13:41:40 netadm5 upssched[30215]: read confirmation got [ERR UNKNOWN t
15]
Jun 29 13:41:40 netadm5 upssched[30219]: Unknown command on 

Bug#679095: svn log segfaults on a certain path after svn upgrade

2012-06-26 Thread Vladimir Volovich
Package: subversion
Version: 1.7.5-1
Severity: important

I had a checked out copy created by svn 1.6; after updating the subversion
package to 1.7.5, it insisted on running svn upgrade, which I did.

After svn upgrade finished, I've run svn st to see if all is OK, and it was
OK, except it shows an exclamation point for one of the directories in the
repository.

$ svn st
!   gif/mobile

Trying to run svn cleanup, deleting the directory and re-fetching it via svn
up, does not make the exclamation point go away.

Trying to run svn log on this directory causes svn to segfault:

$ svn log gif/mobile
Segmentation fault (core dumped)
$ gdb svn core
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/svn...(no debugging symbols found)...done.
[New LWP 6641]

warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
Core was generated by `svn log gif/mobile'.
Program terminated with signal 11, Segmentation fault.
#0  0x7f9816edfbf1 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) where
#0  0x7f9816edfbf1 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x7f981765eb5b in svn_relpath_join () from /usr/lib/x86_64-linux-
gnu/libsvn_subr-1.so.1
#2  0x7f9817f045d8 in svn_wc__internal_get_origin () from /usr/lib/x86_64
-linux-gnu/libsvn_wc-1.so.1
#3  0x7f98181a0799 in svn_client__repos_locations () from /usr/lib/x86_64
-linux-gnu/libsvn_client-1.so.1
#4  0x7f98181a0b19 in svn_client__ra_session_from_path () from
/usr/lib/x86_64-linux-gnu/libsvn_client-1.so.1
#5  0x7f981818ef4d in svn_client_log5 () from /usr/lib/x86_64-linux-
gnu/libsvn_client-1.so.1
#6  0x0040fd40 in svn_cl__log ()
#7  0x00407fb0 in ?? ()
#8  0x7f9816e7eead in __libc_start_main () from /lib/x86_64-linux-
gnu/libc.so.6
#9  0x004084b5 in ?? ()
#10 0x7fff94128f78 in ?? ()
#11 0x001c in ?? ()
#12 0x0003 in ?? ()
#13 0x7fff9412966b in ?? ()
#14 0x7fff9412966f in ?? ()
#15 0x7fff94129673 in ?? ()
#16 0x in ?? ()
(gdb)

The fact that svn segfaults when running svn log is certainly a bug. I'm not
sure what causes this folder to appear with the exclamation point though, and
how to fix it.



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

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

Versions of packages subversion depends on:
ii  libapr1 1.4.6-3
ii  libc6   2.13-33
ii  libsasl2-2  2.1.25.dfsg1-4+b1
ii  libsvn1 1.7.5-1

subversion recommends no packages.

Versions of packages subversion suggests:
ii  db5.1-util5.1.29-4
ii  patch 2.6.1-3
ii  subversion-tools  1.7.5-1

-- 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#677206: xserver-xorg-video-intel: Segfault with missing driver name in xorg.conf

2012-06-12 Thread Vladimir Volovich
Hi!

I'd like to confirm that I was getting the same segfault:

[93.128] Backtrace:
[93.129] 0: /usr/bin/Xorg (xorg_backtrace+0x36) [0x7f1587d37796]
[93.129] 1: /usr/bin/Xorg (0x7f1587bb9000+0x1822b9) [0x7f1587d3b2b9]
[93.129] 2: /lib/x86_64-linux-gnu/libpthread.so.0
(0x7f1586ee1000+0xf030) [0x7f1586ef0030]
[93.129] 3: /usr/bin/Xorg (xf86nameCompare+0x63) [0x7f1587c72963]
[93.129] 4: /usr/lib/xorg/modules/drivers/intel_drv.so
(0x7f1583b12000+0xfba9) [0x7f1583b21ba9]
[93.129] 5: /usr/bin/Xorg (0x7f1587bb9000+0xa67f7) [0x7f1587c5f7f7]
[93.129] 6: /usr/bin/Xorg (xf86CallDriverProbe+0x8c) [0x7f1587c3dd4c]
[93.129] 7: /usr/bin/Xorg (xf86BusConfig+0x80) [0x7f1587c3e5e0]
[93.129] 8: /usr/bin/Xorg (InitOutput+0x7a0) [0x7f1587c4a6a0]
[93.129] 9: /usr/bin/Xorg (0x7f1587bb9000+0x41d36) [0x7f1587bfad36]
[93.129] 10: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xfd)
[0x7f1585c0aead]
[93.129] 11: /usr/bin/Xorg (0x7f1587bb9000+0x421ad) [0x7f1587bfb1ad]
[93.129]
[93.129] Segmentation fault at address (nil)
[93.129]
Fatal server error:
[93.129] Caught signal 11 (Segmentation fault). Server aborting
[93.129]
[93.129]
Please consult the The X.Org Foundation support
 at http://wiki.x.org
 for help.
[93.129] Please also check the log file at /var/log/Xorg.0.log for
additional information.

and my Device section in /etc/X11/xorg.conf is also empty:

Section Device
Identifier  Configured Video Device
EndSection

I've found this bug report only after I've worked around the bug by
downgrading
from xserver-xorg-video-intel_2.19.0-2_amd64.deb to
xserver-xorg-video-intel_2.19.0-1_amd64.deb

An additional detail is that in my case, this bug was manifesting in a
nasty way of rapidly launching lots and lots of instances of Xorg
processes, which were trying to allocate new TTYs, and the conputer was
hanging.

My hardware is: video integrated into Intel Core i5-2310, and motherboard
is ASUS P8Z77-V PRO.

Best wishes,
Vladimir


Bug#575731: [tex-k] tex/pdftex -recorder works incorrectly on parrallel TeX runs (race, breaks make -j)

2010-04-15 Thread Vladimir Volovich
NP == Norbert Preining writes:

 it seems that appending a PID number is a wrong idea. users should not
 do this, since it is documented that the name of the fls file will be
 derived from the base name of the input file. so this scenario is not a
 race.

ok, i see that appending PID was about the temporary file, before
renaming to basename.fls? if so, i apologise. (though there may still be
a similar race with the log files)

Best,
v.



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



Bug#575731: [tex-k] tex/pdftex -recorder works incorrectly on parrallel TeX runs (race, breaks make -j)

2010-04-15 Thread Vladimir Volovich
NP == Norbert Preining writes:

  As can bee seen both tex/pdftex first use intermediate temporary
  file (tex.fls / pdftex.fls) and only then rename it to
  $(jobname).fls
  
  So the problem here is that when I try to compile both 1.tex and
  2.tex _simultaneously_ (e.g. through make -j2) there is a good
  chance that both tex runs will open the same pdftex.fls and then
  oops, resulting .fls will be wrong.

I wonder, how it is different from log files? when running
simultaneously in the same directory tex 1.tex and pdftex 1.tex,
the log file 1.log will be wrong as well as the fls file.

i.e. if there's a race with fls files, there's the same race with
log files.

it seems that appending a PID number is a wrong idea. users should not
do this, since it is documented that the name of the fls file will be
derived from the base name of the input file. so this scenario is not a
race.

Best,
v.



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



Bug#557261: [Pkg-openssl-devel] Bug#557261: libssl0.9.8: Updating from version k-5 to k-6 breaks client auth with stunnel4

2010-01-10 Thread Vladimir Volovich
KR == Kurt Roeckx writes:

 KR As I understand it, it will not do the renegotation if you do it
 KR for the whole virtual host.

but wouldn't it cause prompts for certificate for the whole virtual
host? i'd like to protect (with certificate validation) only part of the
site, e.g. the admin interface, leaving the rest of the site for general
users. i.e. the requirement to put the certificate validation for the
whole virtual host requires creating a separate website with a dedicated
IP address, which is not always desirable.

Best,
v.



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



Bug#557261: [Pkg-openssl-devel] Bug#557261: libssl0.9.8: Updating from version k-5 to k-6 breaks client auth with stunnel4

2010-01-10 Thread Vladimir Volovich
KR == Kurt Roeckx writes:

 KR As I understand it, it will not do the renegotation if you do it
 KR for the whole virtual host.

  but wouldn't it cause prompts for certificate for the whole virtual
  host? i'd like to protect (with certificate validation) only part of
  the site, e.g. the admin interface, leaving the rest of the site for
  general users. i.e. the requirement to put the certificate
  validation for the whole virtual host requires creating a separate
  website with a dedicated IP address, which is not always desirable.

 KR I'm not sure a new IP address is required for it.

with the ordinary SSL there's indeed a problem with serving multiple
name-based SSL hosts on the same IP (and port). (Because the SSL
handshake takes place before the expected hostname is sent to the
server, the server doesn't know which certificate to present when the
connection is made. So the hosts will have to share the same SSL
certificate, which in general requires to serve them on separate IPs or
ports, to avoid certificate mismatch warning from browser.)

but it appears that there's some new extension to TLS, called SNI,
which should allow to work around this problem:
http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI

anyway, there's still at least the inconvenience to separate the
client-certificate-protected area into the separate virtual host (and
thus modify DNS), but at least, it seems, there's no need to serve it
from a different IP.

Best,
v.



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



Bug#557261: [Pkg-openssl-devel] Bug#557261: libssl0.9.8: Updating from version k-5 to k-6 breaks client auth with stunnel4

2010-01-07 Thread Vladimir Volovich
Hi!

On Sat, Nov 21, 2009 at 09:38:20AM +0100, Kurt Roeckx wrote:
 On Fri, Nov 20, 2009 at 08:25:02PM +, Dick Middleton wrote:
  Package: libssl0.9.8
  Version: 0.9.8k-5
  Severity: important
  
  
  I've just updated my 'sid/unstable' system and found stunnel4 can no
  longer do its client certificate auth with apache connecting with ssl
  on port https/443.
  
  Apache reports:
   Re-negotiation handshake failed: Not accepted by client!? 
 
 The change in -6 disabled renegotiation because it happens in
 an insecure way.  Since you're talking to an apache server,
 I would suggest you talk to the administrator to set up his
 website so that it doesn't require renegotiation.  I understand
 that this requires that the whole server or virtual server needs
 to be configured to accept the client certificate.

sorry for asking, but could you please explain if it is always possible
to reconfigure the server to eliminate the need for renegotiation?

consider situation when one of directories is protected with
SSLVerifyClient require, but the rest of the site is not:

VirtualHost hostname.com:443
  # [...]
  SSLEngine on
  SSLCertificateFile ...
  SSLCertificateKeyFile ...
  SSLCertificateChainFile ...
  SSLVerifyClient none

  Directory /protected
SSLVerifyClient require
SSLCACertificateFile ...
  /Directory
/VirtualHost

now, whenever i go to any URL starting with /protected/, apache seems
to be forcing renegotiation and the client browser linked against
0.9.8k-5 and above fails to load the page.

is it possible, and how, to reconfigure apache in this case, to
eliminate the need for renegotiation?

Best,
v.



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



Bug#541735: libssl0.9.8: unknown message digest algorithm error in heirloom-mailx

2009-08-17 Thread Vladimir Volovich
Hi!

it looks like disabling MD2 in version 0.9.8k-4 caused problems with
some other important applications as the Payflow PRO service.

E.g., when you connect to

https://payflowpro.paypal.com/

if you look at the certificate chain, the root certificate in the chain
uses signature algorithm PKCS #1 MD2 With RSA Encryption:

$ openssl s_client -showcerts -connect payflowpro.paypal.com:443
[...]
 2 s:/C=US/O=VeriSign, Inc./OU=Class 3 Public Primary Certification Authority
   i:/C=US/O=VeriSign, Inc./OU=Class 3 Public Primary Certification Authority
-BEGIN CERTIFICATE-
MIICPDCCAaUCEHC65B0Q2Sk0tjjKewPMur8wDQYJKoZIhvcNAQECBQAwXzELMAkG
A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFz
cyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk2
MDEyOTAwMDAwMFoXDTI4MDgwMTIzNTk1OVowXzELMAkGA1UEBhMCVVMxFzAVBgNV
BAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFzcyAzIFB1YmxpYyBQcmlt
YXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIGfMA0GCSqGSIb3DQEBAQUAA4GN
ADCBiQKBgQDJXFme8huKARS0EN8EQNvjV69qRUCPhAwL0TPZ2RHP7gJYHyX3KqhE
BarsAx94f56TuZoAqiN91qyFomNFx3InzPRMxnVx0jnvT0Lwdd8KkMaOIG+YD/is
I19wKTakyYbnsZogy1Olhec9vn2a/iRFM9x2Fe0PonFkTGUugWhFpwIDAQABMA0G
CSqGSIb3DQEBAgUAA4GBALtMEivPLCYATxQT3ab7/AoRhIzzKBxnki98tsX63/Do
lbwdj2wsqFHMc9ikwFPwTtYmwHYBV4GSXiHx0bH/59AhWM1pF+NEHJwZRDmJXNyc
AA9WjQKZ7aKQRUzkuxCkPfAyAw7xzvjoyVGM5mKf5p/AfbdynMk2OmufTqj/ZA1k
-END CERTIFICATE-
[...]

if you save the above cert to a file, e.g. cert.pem, and then run

$ openssl x509 -noout -text -in cert.pem

you will see:


Certificate:
Data:
Version: 1 (0x0)
Serial Number:
70:ba:e4:1d:10:d9:29:34:b6:38:ca:7b:03:cc:ba:bf
Signature Algorithm: md2WithRSAEncryption
Issuer: C=US, O=VeriSign, Inc., OU=Class 3 Public Primary Certification 
Authority
Validity
Not Before: Jan 29 00:00:00 1996 GMT
Not After : Aug  1 23:59:59 2028 GMT
Subject: C=US, O=VeriSign, Inc., OU=Class 3 Public Primary 
Certification Authority
Subject Public Key Info:
Public Key Algorithm: rsaEncryption
RSA Public Key: (1024 bit)
Modulus (1024 bit):
00:c9:5c:59:9e:f2:1b:8a:01:14:b4:10:df:04:40:
db:e3:57:af:6a:45:40:8f:84:0c:0b:d1:33:d9:d9:
11:cf:ee:02:58:1f:25:f7:2a:a8:44:05:aa:ec:03:
1f:78:7f:9e:93:b9:9a:00:aa:23:7d:d6:ac:85:a2:
63:45:c7:72:27:cc:f4:4c:c6:75:71:d2:39:ef:4f:
42:f0:75:df:0a:90:c6:8e:20:6f:98:0f:f8:ac:23:
5f:70:29:36:a4:c9:86:e7:b1:9a:20:cb:53:a5:85:
e7:3d:be:7d:9a:fe:24:45:33:dc:76:15:ed:0f:a2:
71:64:4c:65:2e:81:68:45:a7
Exponent: 65537 (0x10001)
Signature Algorithm: md2WithRSAEncryption
bb:4c:12:2b:cf:2c:26:00:4f:14:13:dd:a6:fb:fc:0a:11:84:
8c:f3:28:1c:67:92:2f:7c:b6:c5:fa:df:f0:e8:95:bc:1d:8f:
6c:2c:a8:51:cc:73:d8:a4:c0:53:f0:4e:d6:26:c0:76:01:57:
81:92:5e:21:f1:d1:b1:ff:e7:d0:21:58:cd:69:17:e3:44:1c:
9c:19:44:39:89:5c:dc:9c:00:0f:56:8d:02:99:ed:a2:90:45:
4c:e4:bb:10:a4:3d:f0:32:03:0e:f1:ce:f8:e8:c9:51:8c:e6:
62:9f:e6:9f:c0:7d:b7:72:9c:c9:36:3a:6b:9f:4e:a8:ff:64:
0d:64


(you can also see the cert in a web browser, after connecting to
https://payflowpro.paypal.com/ and look at the signature algorithm in
the first cert in a chain)

Now, what i don't understand is why i'm still able to connect to that
host using openssl s_client, but i'm getting errors when connecting
via perl's Crypt::SSLeay -- when i export DEBUG_HTTPS=1 and run the
script which connects to that URL, i see

SSL_connect:before/connect initialization
SSL_connect:SSLv2/v3 write client hello A
SSL_connect:SSLv3 read server hello A
SSL3 alert write:fatal:decrypt error
SSL_connect:error in SSLv3 read server certificate B
SSL_connect:error in SSLv3 read server certificate B
SSL_connect:before/connect initialization
SSL_connect:SSLv3 write client hello A
SSL_connect:SSLv3 read server hello A
SSL3 alert write:fatal:handshake failure
SSL_connect:error in SSLv3 read server certificate B
SSL_connect:before/connect initialization
SSL_connect:SSLv2 write client hello A
SSL_connect:error in SSLv2 read server hello A

Best,
v.



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



Bug#469349: linux-image-2.6.24-1-686: Broadcom bnx2.ko driver is not included by default

2008-08-19 Thread Vladimir Volovich
Hi!

please close this bug report. current kernels include bnx2 driver, which
works together with the firmware-bnx2 package.

Best,
v.



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



Bug#390582: Please retest with new release 1.6.5.1-1

2008-07-31 Thread Vladimir Volovich

 Version 1.6.5.1-1 has been uploaded and should be available soon. Please
 retest this issue with the new version if this crash is still
 reproducible with it. If not, I will close this report since it is
 already very old and #458661 also seems to indicate that this crash does
 not occur anymore for a couple of versions.

i can easily reproduce the bug, and i'm sure you can too. here is how:

1) install the kjv module into your ~/.sword direcrory using e.g
   bibletimes' module manager, or from command line using installmgr

you should have something like:

$ ls -l ~/.sword/modules/texts/ztext/kjv
total 3816
-rw-r--r-- 1 vvv vvv   70500 2008-02-21 02:44 kjvpref.rtf
-rw-r--r-- 1 vvv vvv 324 2008-02-21 02:44 nt.bzs
-rw-r--r-- 1 vvv vvv   82460 2008-02-21 02:44 nt.bzv
-rw-r--r-- 1 vvv vvv 1378807 2008-02-21 02:44 nt.bzz
-rw-r--r-- 1 vvv vvv 468 2008-02-21 02:44 ot.bzs
-rw-r--r-- 1 vvv vvv  241150 2008-02-21 02:44 ot.bzv
-rw-r--r-- 1 vvv vvv 2116588 2008-02-21 02:44 ot.bzz

2) install the sword-text-kjv package (apt-get install sword-text-kjv)
   which also provides the same KJV module, but installed into a system 
location:

$ ls -l /usr/share/sword/modules/texts/ztext/kjv
total 3760
-rw-r--r-- 1 root root 324 2008-01-05 19:59 nt.bzs
-rw-r--r-- 1 root root   82460 2008-01-05 19:59 nt.bzv
-rw-r--r-- 1 root root 1378807 2008-01-05 19:59 nt.bzz
-rw-r--r-- 1 root root 468 2008-01-05 19:59 ot.bzs
-rw-r--r-- 1 root root  241150 2008-01-05 19:59 ot.bzv
-rw-r--r-- 1 root root 2116588 2008-01-05 19:59 ot.bzz

3) start bibletime, and you'll likely see the crash.

please let me know if you can reproduce this crash or not.

Best,
v.



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



Bug#489943: [tex-live] Bug#489943: texlive-base-bin: mktexpk does not work in directories containing spaces

2008-07-08 Thread Vladimir Volovich
NP == Norbert Preining writes:

  So my patch additionally includes a replacement of those two
  statements with ${var##pattern} and ${var%pattern} expansions. These
  expansions are POSIX and should thus be reasonably portable.

note that on Solaris, /bin/sh is not a POSIX shell (there is a POSIX
shell at /usr/xpg4/bin/sh).

$ ZZZ=/aa/bb/cc/dd
$ echo ${ZZZ%/*}
bad substitution
$ echo ${ZZZ##*/}
bad substitution

Best,
v.



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



Bug#489029: please remove Recommends: fontforge, fontforge-doc

2008-07-02 Thread Vladimir Volovich
Package: ttf-lg-aboriginal
Version: 1.0-1
Severity: minor

running apt-get install ttf-lg-aboriginal leads to installation of
fontforge because ttf-lg-aboriginal Recommends: fontforge, fontforge-doc.
this is not necessary, and you already have Suggests: x-ttcidfont-conf | 
fontconfig
so please remove this recommends line.

-- Package-specific info:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name  Version   
Description
+++-=-=-==
ii  fontconfig2.6.0-1   
generic font configuration library - support 
binaries
ii  libfreetype6  2.3.6-1   
FreeType 2 font engine, shared library files
ii  libxft2   2.1.12-3  
FreeType-based font drawing library for X

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

Kernel: Linux 2.6.25-2-amd64 (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 ttf-lg-aboriginal depends on:
ii  defoma   0.11.10-0.2 Debian Font Manager -- automatic f

Versions of packages ttf-lg-aboriginal recommends:
ii  fontforge 0.0.20080429-1 Font editor for PS, TrueType and O
ii  fontforge-doc 0.0.20080429-1 Documentation for FontForge

-- no debconf information



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



Bug#475630: upgrade of libmagick10 wants to pull 119 new packages and take 176MB of additional disk space

2008-04-11 Thread Vladimir Volovich
Package: libmagick10
Version: 7:6.3.7.9.dfsg1-2
Severity: normal

*** Please type your report below this line ***

i currently have libmagick10 7:6.3.7.9.dfsg1-2 installed (as a
dependency of imagemagick) on a system without X11 gui.

the new version 7:6.3.7.9.dfsg1-2 of libmagick10 wants to pull 119 new
packages and take 176MB of additional disk space.

clearly there is something wrong with dependencies:

$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages have been kept back:
  libmagick10
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
  app-install-data aspell aspell-en djview4 djvulibre-plugin
  docbook-xml esound-clients esound-common fam gconf2 gconf2-common
  gksu gnome-keyring gnome-mime-data gnome-mount hal hal-info
  iceape-browser iceape-gnome-support libart-2.0-2 libaspell15
  libaudio2 libaudiofile0 libavahi-client3 libavahi-glib1 libbonobo2-0
  libbonobo2-common libbonoboui2-0 libbonoboui2-common libcairo-perl
  libdbus-glib-1-2 libdirectfb-1.0-0 libdirectfb-extra libdjvulibre21
  libeel2-2.20 libeel2-data libenchant1c2a libesd0 libfam0
  libgail-common libgail18 libgconf2-4 libgksu2-0 libglade2-0
  libglib-perl libgnome-keyring0 libgnome-menu2 libgnome2-0
  libgnome2-canvas-perl libgnome2-common libgnome2-perl
  libgnome2-vfs-perl libgnomecanvas2-0 libgnomecanvas2-common
  libgnomeui-0 libgnomeui-common libgnomevfs2-0 libgnomevfs2-common
  libgnomevfs2-extra libgtk2-perl libgtop2-7 libgtop2-common
  libhal-storage1 libhal1 libhunspell-1.1-0 libidl0 libilmbase6
  libmng1 libmysqlclient15off libnautilus-extension1 libnotify1
  libnspr4-0d libnss3-1d libopenexr6 liborbit2 libpam-gnome-keyring
  libqt4-core libqt4-dbus libqt4-designer libqt4-gui libqt4-network
  libqt4-qt3support libqt4-script libqt4-sql libqt4-sql-mysql
  libqt4-test libqt4-xml libqtcore4 libscrollkeeper0 libsexy2
  libsmbclient libsmbios-bin libsmbios1 libsmbiosxml1 libsplashy1
  libstartup-notification0 libsysfs2 libts-0.0-0 libvte-common libvte9
  libwnck-common libwnck22 libx86-1 libxres1 mozilla-browser
  mysql-common notification-daemon pm-utils powermgmt-base psmisc
  qt4-qtconfig radeontool scrollkeeper sgml-data synaptic uswsusp
  vbetool xauth xml-core
The following packages will be upgraded:
  libmagick10
1 upgraded, 119 newly installed, 0 to remove and 0 not upgraded.
Need to get 59.7MB of archives.
After this operation, 176MB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.

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

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

Versions of packages libmagick10 depends on:
ii  libbz2-1.0 1.0.5-0.1 high-quality block-sorting file co
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libdjvulibre15 3.5.20-3  Runtime support for the DjVu image
ii  libexpat1  1.95.8-4  XML parsing C library - runtime li
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.16.3-1  The GLib library of C routines
ii  libgraphviz4   2.16.1-3  rich set of graph drawing tools
ii  libgtk2.0-02.12.9-2  The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libjasper1 1.900.1-4 The JasPer JPEG-2000 runtime libra
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  liblcms1   1.16-8Color management library
ii  libltdl3   1.5.26-3  A system independent dlopen wrappe
ii  libopenexr2ldbl1.2.2-4.4 runtime files for the OpenEXR imag
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  librsvg2-2 2.22.2-2  SAX-based renderer library for SVG
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libtiff4   3.8.2-8   Tag Image File Format (TIFF) libra
ii  libwmf0.2-70.2.8.4-6 Windows metafile conversion librar
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxml22.6.32.dfsg-1 GNOME XML library
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  zlib1g 

Bug#475630: upgrade of libmagick10 wants to pull 119 new packages and take 176MB of additional disk space

2008-04-11 Thread Vladimir Volovich
 i currently have libmagick10 7:6.3.7.9.dfsg1-2 installed (as a
 dependency of imagemagick) on a system without X11 gui.

 the new version 7:6.3.7.9.dfsg1-2 of libmagick10 wants to pull 119 new
 packages and take 176MB of additional disk space.

sorry for the typo: current (good) version is 7:6.3.7.9.dfsg1-2, but the
version which wants to pull 119 new packages is 7:6.3.7.9.dfsg1-2+b1




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



Bug#469349: linux-image-2.6.24-1-686: Broadcom bnx2.ko driver is not included by default

2008-03-04 Thread Vladimir Volovich
Package: linux-image-2.6.24-1-686
Version: 2.6.24-4
Severity: normal

*** Please type your report below this line ***

the bnx2.ko module is not included in the 2.6.24 and 2.6.23 linux-image 
packages.
the last version it was included to was 2.6.22.
could you please include this driver?

-- Package-specific info:

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

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

Versions of packages linux-image-2.6.24-1-686 depends on:
ii  debconf [debconf-2.0]1.5.19  Debian configuration management sy
ii  initramfs-tools [linux-initr 0.91e   tools for generating an initramfs
ii  module-init-tools3.3-pre11-4 tools for managing Linux kernel mo

Versions of packages linux-image-2.6.24-1-686 recommends:
ii  libc6-i6862.7-9  GNU C Library: Shared libraries [i

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



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



Bug#451199: corrections to iso_4217.xml

2007-11-13 Thread Vladimir Volovich
Package: iso-codes
Version: 1.5-1
Severity: normal

Hi!

compared to the official table of ISO 4217 currency names and code elements at
http://www.iso.org/iso/support/faqs/faqs_widely_used_standards/widely_used_standards_other/currency_codes/currency_codes_list-1.htm

the file iso_4217.xml needs the following corrections:

1) missing entries:

iso_4217_entry
letter_code=GHS
numeric_code=936
currency_name=Ghana Cedi /
iso_4217_entry
letter_code=GWP
numeric_code=624
currency_name=Guinea-Bissau Peso /
iso_4217_entry
letter_code=RSD
numeric_code=941
currency_name=Serbian Dinar /
iso_4217_entry
letter_code=SDG
numeric_code=938
currency_name=Sudanese Pound /
iso_4217_entry
letter_code=SVC
numeric_code=222
currency_name=El Salvador Colon /
iso_4217_entry
letter_code=UYI
numeric_code=940
currency_name=Uruguay Peso en Unidades Indexadas /
iso_4217_entry
letter_code=VEF
numeric_code=937
currency_name=Bolivar Fuerte /

2) should be moved to historic section:

iso_4217_entry
letter_code=GHC
numeric_code=288
currency_name=Cedi /
iso_4217_entry
letter_code=SDD
numeric_code=736
currency_name=Sudanese Pound /
iso_4217_entry
letter_code=VEB
numeric_code=862
currency_name=Venezuela Bolívar /

3) differences in name, as compared to the table in
  
http://www.iso.org/iso/support/faqs/faqs_widely_used_standards/widely_used_standards_other/currency_codes/currency_codes_list-1.htm

  the table below contains differences in spelling of the
  currency_name in the above web page and in iso_4217.xml

  please consider whether you want to change the spelling in each case
  (some cases such as Mexican Unidad de Inversion (UID) seem to
  contain clear typo - UID should be UDI).

 letter_code | numeric_code |  name1|   
name2   
-+--+---+---
 BDT | 050  | Taka  | Bangladeshi 
Taka
 BOV | 984  | Mvdol | Bolivian Mvdol
 HTG | 332  | Gourde| Haitian Gourde
 ILS | 376  | New Israeli Sheqel| New Israeli 
Shekel
 JPY | 392  | Yen   | Japanese Yen
 KRW | 410  | Won   | South Korean 
Won
 MXV | 979  | Mexican Unidad de Inversion (UDI) | Mexican 
Unidad de Inversion (UID)
 NAD | 516  | Namibia Dollar| Namibian 
Dollar
 PLN | 985  | Zloty | Polish Zloty
 RON | 946  | New Leu   | Romanian New 
Leu
 UGX | 800  | Uganda Shilling   | Ugandan 
Shilling
 UZS | 860  | Uzbekistan Sum| Uzbekistan Som
 VND | 704  | Dong  | Vietnamese 
đồng
 WST | 882  | Tala  | Samoan Tala
 XDR | 960  | SDR   | Special 
Drawing Right
 XFO |  | Gold-Franc| Gold Franc
 XFU |  | UIC-Franc | UIC Franc
 ZAR | 710  | Rand  | South African 
Rand
 ZMK | 894  | Kwacha| Zambian Kwacha

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

Kernel: Linux 2.6.22-3-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

-- no debconf information




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



Bug#433801: Please try reproducing kdm bug #433801 kdm_greet exits unexpectedly

2007-09-04 Thread Vladimir Volovich
The following message is a courtesy copy of an article
that has been posted to gmane.linux.debian.ports.sparc as well.

FK == Filipus Klutiero writes:

 FK Hi, in July, Sune Vuorela sent a mail to debian-sparc requesting
 FK to try reproducing #433801 on kdm, but there were no answers. I
 FK checked the web archives and couldn't find the mail. Perhaps for
 FK some reason the mail didn't reach debian-sparc, so I'm trying
 FK again. Quoting Sune :

  We have recieved the following bug report in the kde team.  As we
  kind of are out of sparc computers we are seeking help.  You need:
  a debian sparc running recent unsntable and a attached monitor.
  Try to install kdm and log in.  Report back if it works or not.
  
  If some of you really nice people are able to reproduce it, a
  patch would also be much appreciated.

i have a similar problem, with gdm not working on sparc running
current unstable debian. similarly with Scott, after i've upgraded a
bunch of packages, the X server did not start any more: gdm was
starting, but X server flashes and immediately stops, leaving only
gdm running.

X server works fine when running via startx or from xdm (rather than gdm).

there are no EE lines in the Xorg.0.log in any case. the diff between
the failed xserver run (under gdm) and successful xserver run (under
xdm) is:

--- Xorg.0.log.gdm-fail
+++ Xorg.0.log.xdm-good
@@ -11,7 +11,7 @@
 Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
-(==) Log file: /var/log/Xorg.0.log, Time: Tue Sep  4 16:38:25 2007
+(==) Log file: /var/log/Xorg.0.log, Time: Tue Sep  4 18:52:25 2007
 (==) Using config file: /etc/X11/xorg.conf
 (==) ServerLayout Default Layout
 (**) |--Screen Default Screen (0)
@@ -50,6 +50,8 @@
ABI class: X.Org Video Driver, version 1.2
 (++) using VT number 7
 
+(WW) xf86OpenConsole: setpgid failed: Operation not permitted
+(WW) xf86OpenConsole: setsid failed: Operation not permitted
 (II) PCI: PCI scan (all values are in hex)
 (II) PCI: 00:00:0: chip 108e,8000 card , rev 00 class 06,00,00 hdr 00
 (II) PCI: 00:01:0: chip 108e,5000 card , rev 11 class 06,04,00 hdr 81
@@ -271,7 +273,7 @@
 (II) LoadModule: dbe
 (II) Reloading /usr/lib/xorg/modules/extensions//libdbe.so
 (II) Loading extension DOUBLE-BUFFER
-(==) SUNFFB(0): DPI set to (75, 75)
+(++) SUNFFB(0): DPI set to (100, 100)
 (--) Depth 24 pixmap format is 32 bpp
 (II) do I need RAC?  No, I don't.
 (II) resource ranges after preInit:
@@ -362,4 +364,6 @@
 (II) XINPUT: Adding extended input device Generic Keyboard (type: KEYBOARD)
 (II) Configured Mouse: ps2EnableDataReporting: succeeded
 Could not init font path element /usr/share/fonts/X11/cyrillic, removing from 
list!
-FreeFontPath: FPE unix/:7100 refcount is 2, should be 1; fixing.
+(II) No APM support in BIOS or kernel
+(II) Configured Mouse: ps2EnableDataReporting: succeeded
+(II) 3rd Button detected: disabling emulate3Button

i tried to change gdm config to pass the -dpi 100 option, making the
diff essentially contain only the line
FreeFontPath: FPE unix/:7100 refcount is 2, should be 1; fixing.

i don't know how to debug the problem when X server exits when running
under gdm (or kdm).

Best,
v.


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



Bug#439367: movixmaker-2 depends on obsolete package mkisofs, should depend on genisoimage

2007-08-24 Thread Vladimir Volovich
Package: movixmaker-2
Version: 0.8.3-4
Severity: normal

please either change dependency from mkisofs to genisoimage,
or use dependency on genisoimage | mkisofs.

otherwise i cannot remove the obsolete mkisofs package (without also
removing movixmaker-2).

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

Kernel: Linux 2.6.22-1-sparc64
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 movixmaker-2 depends on:
ii  debconf [debconf-2.0] 1.5.14 Debian configuration management sy
ii  libconfig-inifiles-perl   2.39-2 Read .ini-style configuration file
pi  mkisofs   9:1.1.6-1  Dummy transition package for genis
ii  perl  5.8.8-7Larry Wall's Practical Extraction 

Versions of packages movixmaker-2 recommends:
ii  libgnome2-perl1.040-1Perl interface to the GNOME librar
ii  libgnome2-vfs-perl1.060-1Perl interface to the 2.x series o
ii  libgtk2-gladexml-perl 1.006-1Perl interface to use user interfa
ii  libgtk2-perl  1:1.140-1  Perl interface to the 2.x series o

-- no debconf information


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



Bug#378813: Bug unreproducible

2007-08-10 Thread Vladimir Volovich
Hi!

i still can reproduce the bug, with perl 5.8.8-7, on i386 and sparc64,
but not on amd64.

also, your behavior program sits there doing nothing but no crash
suggests that there is indeed a bug: the program should not sit doing
nothing - there is no loop there.

here are the crashes:

1) on sparc64:

$ perl /tmp/test.pl 
*** glibc detected *** perl: double free or corruption (!prev): 0x00125ac8 ***
Aborted

2) on i386:

$ perl /tmp/test.pl 
*** glibc detected *** perl: double free or corruption (!prev): 0x0825ab58 ***
=== Backtrace: =
/lib/i686/cmov/libc.so.6[0xb7ddccf5]
/lib/i686/cmov/libc.so.6(cfree+0x90)[0xb7de0790]
perl(Perl_op_clear+0x148)[0x808a188]
perl(Perl_op_free+0x8c)[0x808ccac]
perl(Perl_op_free+0x4f)[0x808cc6f]
perl(Perl_op_free+0x4f)[0x808cc6f]
perl(Perl_op_free+0x4f)[0x808cc6f]
perl(perl_destruct+0xc3)[0x8067483]
perl(main+0xc3)[0x805ff83]
/lib/i686/cmov/libc.so.6(__libc_start_main+0xe0)[0xb7d89050]
perl[0x805fe31]
=== Memory map: 
08048000-08148000 r-xp  03:03 785348 /usr/bin/perl
08148000-0814c000 rwxp 000ff000 03:03 785348 /usr/bin/perl
0814c000-082ba000 rwxp 0814c000 00:00 0  [heap]
b7a0-b7a21000 rwxp b7a0 00:00 0 
b7a21000-b7b0 ---p b7a21000 00:00 0 
b7b03000-b7b0d000 r-xp  03:03 752424 /lib/libgcc_s.so.1
b7b0d000-b7b0e000 rwxp 9000 03:03 752424 /lib/libgcc_s.so.1
b7b23000-b7b44000 rwxp b7b23000 00:00 0 
b7b44000-b7d44000 r-xp  03:03 1553477/usr/lib/locale/locale-archive
b7d44000-b7d45000 rwxp b7d44000 00:00 0 
b7d45000-b7d4a000 r-xp  03:03 752396 
/lib/i686/cmov/libcrypt-2.6.1.so
b7d4a000-b7d4c000 rwxp 4000 03:03 752396 
/lib/i686/cmov/libcrypt-2.6.1.so
b7d4c000-b7d73000 rwxp b7d4c000 00:00 0 
b7d73000-b7eb5000 r-xp  03:03 752391 /lib/i686/cmov/libc-2.6.1.so
b7eb5000-b7eb6000 r-xp 00142000 03:03 752391 /lib/i686/cmov/libc-2.6.1.so
b7eb6000-b7eb8000 rwxp 00143000 03:03 752391 /lib/i686/cmov/libc-2.6.1.so
b7eb8000-b7ebb000 rwxp b7eb8000 00:00 0 
b7ebb000-b7ece000 r-xp  03:03 752415 
/lib/i686/cmov/libpthread-2.6.1.so
b7ece000-b7ed rwxp 00013000 03:03 752415 
/lib/i686/cmov/libpthread-2.6.1.so
b7ed-b7ed3000 rwxp b7ed 00:00 0 
b7ed3000-b7ef6000 r-xp  03:03 752400 /lib/i686/cmov/libm-2.6.1.so
b7ef6000-b7ef8000 rwxp 00023000 03:03 752400 /lib/i686/cmov/libm-2.6.1.so
b7ef8000-b7efa000 r-xp  03:03 752399 /lib/i686/cmov/libdl-2.6.1.so
b7efa000-b7efc000 rwxp 1000 03:03 752399 /lib/i686/cmov/libdl-2.6.1.so
b7f02000-b7f07000 r-xp  03:03 83236  
/usr/lib/perl/5.8.8/auto/PerlIO/encoding/encoding.so
b7f07000-b7f08000 rwxp 5000 03:03 83236  
/usr/lib/perl/5.8.8/auto/PerlIO/encoding/encoding.so
b7f08000-b7f1 r-xp  03:03 82867  
/usr/lib/perl/5.8.8/auto/Encode/Encode.so
b7f1-b7f11000 rwxp 7000 03:03 82867  
/usr/lib/perl/5.8.8/auto/Encode/Encode.so
b7f11000-b7f13000 rwxp b7f11000 00:00 0 
b7f13000-b7f2f000 r-xp  03:03 817720 /lib/ld-2.6.1.so
b7f2f000-b7f31000 rwxp 0001b000 03:03 817720 /lib/ld-2.6.1.so
bf9e8000-bf9fe000 rw-p bf9e8000 00:00 0  [stack]
e000-f000 r-xp  00:00 0  [vdso]
Aborted

CP == Christian Perrier writes:

 CP I just went on this bug while digging in perl-base BTS and
 CP thought I could check if I can reproduce it.

 CP I just can't:

 CP [EMAIL PROTECTED]:~/src/debian/debian-installer/installer/build.new
 CP more test.pl #!/usr/bin/perl

 CP use strict; use encoding utf8;

 CP if ('Györiványi-Ráth' =~ m/\bÜnüsan Kuloglu\b/i) {} if
 CP ('Hachaturov' =~ m/\bBarshai Chamber Orchestra\b/i) {}

 CP [EMAIL PROTECTED]:~/src/debian/debian-installer/installer/build.new
 CP perl test.pl (program sits there doing nothing but no crash)

 CP So, in short, I think that bug is not reproducible anymore and
 CP should probably be closed.

 CP PS: I'm not a Perl wizard at all. I was just checking the BTS
 CP before reporting another bug !

Best,
v.


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



Bug#388047: lcdf-typetools: Please package newer version

2007-06-10 Thread Vladimir Volovich
Package: lcdf-typetools
Version: 2.45-1
Followup-For: Bug #388047

Greetings,

please update to the recent version - which is 2.62 (while unstable only
has 2.45), because some new features and fixes are required to build
some fonts - e.g. http://www.ctan.org/tex-archive/fonts/minionpro/
says:

Requirements


o LCDF Typetools, version 2.62 or better (http://www.lcdf.org/type/)

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

Kernel: Linux 2.6.21-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 lcdf-typetools depends on:
ii  libc6   2.5-10   GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libkpathsea42007-11  TeX Live: path search library for 
ii  libstdc++6  4.2-20070609-1   The GNU Standard C++ Library v3

Versions of packages lcdf-typetools recommends:
ii  texlive-font-utils2007-11TeX Live: TeX font-related program

-- no debconf information


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



Bug#310495: [Re: [PATCH] Add multibyte support]

2007-05-29 Thread Vladimir Volovich
Hi!

this bug is already more than 2 years old, and according to the last
email from Jérôme, he fixed the problem.

are you going to include the multibyte patch, or do you still see a
problem with the patch?

Best,
v.



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



Bug#421663: numeric code for Serbia should be updated from 891 to 688

2007-04-30 Thread Vladimir Volovich
Package: iso-codes
Version: 1.0a-1
Severity: normal

the file /usr/share/xml/iso-codes/iso_3166.xml contains an outdated
numeric_code value for Serbia, which should be updated from 891 to 688
according to
http://www.iso.org/iso/en/prods-services/iso3166ma/03updates-on-iso-3166/nlv12-div.html

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

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

-- no debconf information


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



Bug#421664: alpha_3_code for Congo, The Democratic Republic of the should be changed from ZAR to COD

2007-04-30 Thread Vladimir Volovich
Package: iso-codes
Version: 1.0a-1
Severity: normal

the file /usr/share/xml/iso-codes/iso_3166.xml contains an entry for
iso_3166_entry alpha_2_code=CD alpha_3_code=ZAR numeric_code=180
name=Congo, The Democratic Republic of the /
where the alpha_3_code was forgotten to be updated to COD.

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

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

-- no debconf information


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



Bug#390582: bibletime crashes on start

2007-01-17 Thread Vladimir Volovich
DG == Daniel Glassey writes:

  here's a backtrace from the non-stripped binary:

 DG Thanks. Looks as though it in something happening within the
 DG sword library. I haven't got Debian amd64 but I've rebuilt the
 DG packages for Ubuntu edgy amd64 and haven't been able to replicate
 DG the crash.

 DG What modules (texts, commentaries etc) do you have installed.

 DG Also, could you send your ~/.kde/share/config/bibletimerc

i did some more debugging: i've built the libsword6 package without
optimization, and re-built bibletime, statically linked to libsword.a

i have the KJV module installed in my ~/.sword directory, as well as
the sword-text-kjv package. if you will do the same, you hopefully
should be able to reproduce the problem. it doesn't appear to be amd64
specific.

the problematic code, where the crash occurs, is in
sword-1.5.9/src/mgr/swmgr.cpp, in function SWMgr::augmentModules:

607:if (multiMod) {
608:// fix config's Section names to rename modules which 
are available more than once
609:// find out which sections are in both config objects
610:// inserting all configs first is not good because that 
overwrites old keys and new modules would share the same config
611:for (SectionMap::iterator it = 
config-Sections.begin(); it != config-Sections.end(); ++it) {
612:if (saveConfig-Sections.find( (*it).first ) != 
saveConfig-Sections.end()) { //if the new section is already present rename it
613:ConfigEntMap entMap((*it).second);
614:
615:SWBuf name;
616:int i = 1;
617:do { //module name already used?
618:name.setFormatted(%s_%d, 
(*it).first.c_str(), i);
619:i++;
620:} while (config-Sections.find(name) != 
config-Sections.end());
621:
622:
config-Sections.insert(SectionMap::value_type(name, entMap) );
623:config-Sections.erase(it);
624:}
625:}
626:}

(i've inserted line numbers for convenience).

since i have two KJV modules (one coming from the debian package, and
one installed in my ~/.sword directory), and multiMod passed to
augmentModules is true, this code gets executed.

here's how i see the crash in gdb:

===
(gdb) br swmgr.cpp:623
Breakpoint 1 at 0x54c202: file ../src/mgr/swmgr.cpp, line 623.
(gdb) r
Starting program: 
/home/vvv/src/bibletime/bibletime/bibletime-1.6.2.dfsg/build-tree/bibletime-1.6.2.dfsg/bibletime/bibletime
[Thread debugging using libthread_db enabled]
[New Thread 47596797739536 (LWP 26511)]
kbuildsycoca running...
DCOP Cleaning up dead connections.
[Switching to Thread 47596797739536 (LWP 26511)]

Breakpoint 1, sword::SWMgr::augmentModules (this=0x1210d30,
ipath=0x1018e30 /home/vvv/.sword/, multiMod=true) at 
../src/mgr/swmgr.cpp:623
623 config-Sections.erase(it);
(gdb) n
611 for (SectionMap::iterator it = 
config-Sections.begin(); it != config-Sections.end(); ++it) {
(gdb) n
612 if (saveConfig-Sections.find( 
(*it).first ) != saveConfig-Sections.end()) { //if the new section is already 
present rename it
(gdb) n

Program received signal SIGSEGV, Segmentation fault.
0x2b49fdd8efd2 in strcmp () from /lib/libc.so.6
===

the crash occurs on the line 612, because the statement on the line
623 apparently makes (*it) invalid. i've put more verbose gdb output
below, where i printed the value of *it on each of the steps.

i was apparently able to work-around the bug by entering print it++
in gdb when a breakpoint 623 is reached. continuing after that, i get
bibletime run without a crash. i also have other duplicated modules
installed, such as the StrongsGreek (in both ~/.sword and via the
sword-dict-strongs-greek package), but apparently only the first time
when line 623 gets executed causes garbage in *it - i don't have to
run print it++ to avoid a crash for other duplicated modules.

Best,
v.

===
(gdb) br swmgr.cpp:623
Breakpoint 1 at 0x54c202: file ../src/mgr/swmgr.cpp, line 623.
(gdb) r
Starting program: 
/home/vvv/src/bibletime/bibletime/bibletime-1.6.2.dfsg/build-tree/bibletime-1.6.2.dfsg/bibletime/bibletime
[Thread debugging using libthread_db enabled]
[New Thread 47292642247184 (LWP 26484)]
kbuildsycoca running...
[Switching to Thread 47292642247184 (LWP 26484)]

Breakpoint 1, sword::SWMgr::augmentModules (this=0x1210d30,
ipath=0x1018e30 

Bug#390582: bibletime crashes on start

2007-01-12 Thread Vladimir Volovich
DG == Daniel Glassey writes:

  Subject: bibletime crashes on start Package: bibletime Version:
  1.5.3-1+b1 Severity: critical
  
  bibletime crashes on start on the amd64 platform:
  
  $ bibletime kbuildsycoca running...  DCOP Cleaning up dead
  connections.  *** BibleTime got signal 11 (Crashing). Trying to
  save settings.  KCrash: Application 'bibletime' crashing...

 DG Bibletime 1.6.2 has just been uploaded to unstable so it should
 DG be available tomorrow or Saturday. Please try it check if this
 DG bug still happens on amd64.

unfortunately, version 1.6.2 still crashes on boot on the amd64 platform.

Best,
v.



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



Bug#390582: bibletime crashes on start

2007-01-12 Thread Vladimir Volovich
Hi Daniel,

DG == Daniel Glassey writes:

  unfortunately, version 1.6.2 still crashes on boot on the amd64
  platform.

 DG Sigh, ok, can you rebuild bibletime from source package with
 DG debugging info and then try that out under gdb and see if we can
 DG find out what is happening.

here's a backtrace from the non-stripped binary:

(gdb) run
Starting program: 
/home/vvv/src/bibletime/bibletime-1.6.2.dfsg/build-tree/bibletime-1.6.2.dfsg/bibletime/bibletime
[Thread debugging using libthread_db enabled]
[New Thread 47723746866176 (LWP 754)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47723746866176 (LWP 754)]
0x2b678c9adfd2 in strcmp () from /lib/libc.so.6
(gdb) bt
#0  0x2b678c9adfd2 in strcmp () from /lib/libc.so.6
#1  0x004d678b in std::_Rb_treesword::SWBuf, std::pairsword::SWBuf 
const, sword::multimapwithdefaultsword::SWBuf, sword::SWBuf, 
std::lesssword::SWBuf  , std::_Select1ststd::pairsword::SWBuf const, 
sword::multimapwithdefaultsword::SWBuf, sword::SWBuf, std::lesssword::SWBuf 
  , std::lesssword::SWBuf, std::allocatorstd::pairsword::SWBuf const, 
sword::multimapwithdefaultsword::SWBuf, sword::SWBuf, std::lesssword::SWBuf 
   ::find (this=value optimized out, [EMAIL PROTECTED]) at 
/usr/include/sword/swbuf.h:332
#2  0x2b678af96f10 in sword::SWMgr::augmentModules () from 
/usr/lib/libsword.so.6
#3  0x2b678af9628f in sword::SWMgr::Load () from /usr/lib/libsword.so.6
#4  0x004de3a3 in CSwordBackend::initModules (this=0x1288f90) at 
cswordbackend.cpp:109
#5  0x004415f5 in BibleTime::initBackends (this=0xddade0) at 
bibletime_init.cpp:531
#6  0x0044609d in BibleTime (this=0xddade0) at bibletime.cpp:77
#7  0x00447221 in main (argc=value optimized out, argv=0x0) at 
main.cpp:255

please let me know if i can help further.

Best,
v.



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



Bug#396193: failure to create initrd on sparc64

2006-10-30 Thread Vladimir Volovich
Package: yaird
Version: 0.0.12-18
Severity: important

yaird fails to create an initrd image on sparc64:

Setting up linux-image-2.6.18-1-sparc64 (2.6.18-3) ...
Running depmod.
Finding valid ramdisk creators.
Using mkinitrd.yaird to build the ramdisk.
yaird error: unrecognised device: /sys/devices/root
yaird error: unrecognised device: /sys/devices/root/[EMAIL PROTECTED],0
yaird error: unrecognised device: /sys/devices/root/[EMAIL PROTECTED],0/[EMAIL 
PROTECTED],1
yaird error: unrecognised device: /sys/devices/root/[EMAIL PROTECTED],0/[EMAIL 
PROTECTED],1/[EMAIL PROTECTED]
yaird error: unrecognised device: /sys/devices/root/[EMAIL PROTECTED],0/[EMAIL 
PROTECTED],1/[EMAIL PROTECTED]/[EMAIL PROTECTED],3083f8
yaird warning: unrecognised legacy device: /sys/devices/root/[EMAIL 
PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL PROTECTED]/[EMAIL 
PROTECTED],3083f8/serio0; trying sunkbd
yaird error: there were errors in this run, aborting now without output (fatal)
mkinitrd.yaird failed to create initrd image.
Failed to create initrd image.

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

Versions of packages yaird depends on:
ii  cpio 2.6-17  GNU cpio -- a program to manage ar
ii  dash 0.5.3-4 The Debian Almquist Shell
ii  libc62.3.6.ds1-7 GNU C Library: Shared libraries
ii  libhtml-template-perl2.8-1   HTML::Template : A module for usin
ii  libparse-recdescent-perl 1.94.free-3 Generates recursive-descent parser
ii  perl 5.8.8-6.1   Larry Wall's Practical Extraction 

yaird recommends no packages.

-- no debconf information



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



Bug#393931: tramp's dependency should allow using emacs-snapshot without emacs21

2006-10-18 Thread Vladimir Volovich
Package: tramp
Version: 1:2.0.54-2
Severity: normal

i would like to use tramp with emacs-snapshot-gtk, and uninstall emacs21,
but tramp's dependencies would not allow to remove emacs21.

please change dependency
from emacs21 | xemacs21
  to emacs21 | emacs21-nox | xemacs21 | emacs-snapshot | emacs-snapshot-gtk | 
emacs-snapshot-nox

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

Versions of packages tramp depends on:
ii  emacs21   21.4a-6.2  The GNU Emacs editor

Versions of packages tramp recommends:
ii  openssh-client1:4.3p2-5  Secure shell client, an rlogin/rsh
ii  sharutils 1:4.2.1-15 shar, unshar, uuencode, uudecode

-- no debconf information



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



Bug#390582: bibletime crashes on start

2006-10-01 Thread Vladimir Volovich
Subject: bibletime crashes on start
Package: bibletime
Version: 1.5.3-1+b1
Severity: critical

bibletime crashes on start on the amd64 platform:

$ bibletime
kbuildsycoca running...
DCOP Cleaning up dead connections.
*** BibleTime got signal 11 (Crashing). Trying to save settings.
KCrash: Application 'bibletime' crashing...

there are no debugging symbols in the binary, so the following
backtrace might be useless, but anyway here it is:

0x2ac637ad8e22 in nanosleep () from /lib/libc.so.6
#0  0x2ac637ad8e22 in nanosleep () from /lib/libc.so.6
#1  0x2ac637ad8c74 in sleep () from /lib/libc.so.6
#2  0x2ac633c8cc29 in KCrash::startDrKonqi () from /usr/lib/libkdecore.so.4
#3  0x2ac633c9ff50 in KCrash::defaultCrashHandler ()
   from /usr/lib/libkdecore.so.4
#4  0x2ac637a76110 in killpg () from /lib/libc.so.6
#5  0x in ?? ()

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

Versions of packages bibletime depends on:
ii  kdelibs4c2a 4:3.5.4-3core libraries and binaries for al
ii  libacl1 2.2.41-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.8-2The Network Audio System (NAS). (s
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libcomerr2  1.39-1   common error description library
ii  libcurl3-gnutls 7.15.5-1 Multi-protocol file transfer libra
ii  libfam0 2.7.0-10 Client library to control the FAM 
ii  libfontconfig1  2.4.1-2  generic font configuration library
ii  libfreetype62.2.1-5  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.1-14   GCC support library
ii  libgcrypt11 1.2.3-2  LGPL Crypto library - runtime libr
ii  libgnutls13 1.4.4-1  the GNU TLS library - runtime libr
ii  libgpg-error0   1.4-1library for common error values an
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libidn110.6.5-1  GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libkrb531.4.4-3  MIT Kerberos runtime libraries
ii  libpcre36.7-1Perl 5 Compatible Regular Expressi
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libqt3-mt   3:3.3.6-4Qt GUI Library (Threaded runtime v
ii  libsm6  1:1.0.1-3X11 Session Management library
ii  libstdc++6  4.1.1-14 The GNU Standard C++ Library v3
ii  libsword5c2a1.5.8-8+b2   API/library for bible software
ii  libtasn1-2  1:0.2.17-2   Manage ASN.1 structures (runtime)
ii  libx11-62:1.0.0-9X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-8FreeType-based font drawing librar
ii  libxi6  1:1.0.1-3X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra
ii  libxt6  1:1.0.2-2X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages bibletime recommends:
ii  sword-comm-mhcc [sword-comm]  1.1-4  Matthew Henry Concise Commentary f
ii  sword-comm-pers [sword-comm]  1.0-5  Personal Commentary for SWORD
ii  sword-comm-scofield [sword-co 1.0-2  Scofield Reference Notes, 1917 edi
ii  sword-comm-tdavid [sword-comm 1.1-2  C. H. Spurgeon's Treasury of David
ii  sword-dict-naves [sword-dict] 1.1-3  Naves Topical Bible for SWORD
ii  sword-dict-strongs-greek [swo 1.2-2  Strong's Greek Bible Dictionary fo
ii  sword-dict-strongs-hebrew [sw 1.2-2  Strong's Hebrew Bible Dictionary f
ii  sword-text-kjv [sword-text]   2.2-2  King James Version with Strongs Nu
ii  sword-text-sparv [sword-text] 1.0-1  Spanish Reina-Valera Bible (1909) 
ii  sword-text-web [sword-text]   1.4-3  World English Bible (WEB) for SWOR

-- no debconf information



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



Bug#373111: firefox crashes in certain usage involving iframe and javascript

2006-06-12 Thread Vladimir Volovich
Package: firefox
Version: 1.5.dfsg+1.5.0.4-1
Severity: important

firefox crashes in certain usage involving iframe and javascript -
i also reported this to the mozilla.org here where you can see details:
https://bugzilla.mozilla.org/show_bug.cgi?id=341288

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

Versions of packages firefox depends on:
ii  debianutils   2.16.1 Miscellaneous utilities specific t
ii  fontconfig2.3.2-7generic font configuration library
ii  libatk1.0-0   1.11.4-2   The ATK accessibility toolkit
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libcairo2 1.0.4-2The Cairo 2D vector graphics libra
ii  libfontconfig12.3.2-7generic font configuration library
ii  libfreetype6  2.2.1-2FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-2  GCC support library
ii  libglib2.0-0  2.10.3-1   The GLib library of C routines
ii  libgtk2.0-0   2.8.18-1   The GTK+ graphical user interface 
ii  libidl0   0.8.6-1library for parsing CORBA IDL file
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libpango1.0-0 1.12.3-1   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5.1   PNG library - runtime
ii  libstdc++64.1.1-2The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-6 X Window System miscellaneous exte
ii  libxfixes36.9.0.dfsg.1-6 X Window System miscellaneous 'fix
ii  libxft2   2.1.8.2-5.1FreeType-based font drawing librar
ii  libxi66.9.0.dfsg.1-6 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-6 X Window System multi-head display
ii  libxp66.9.0.dfsg.1-6 X Window System printing extension
ii  libxrandr26.9.0.dfsg.1-6 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-6 X Toolkit Intrinsics
ii  psmisc22.2-1 Utilities that use the proc filesy
ii  zlib1g1:1.2.3-11 compression library - runtime

firefox recommends no packages.

-- no debconf information


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



Bug#368411: tex-common keeps asking the question about group on each upgrade

2006-05-22 Thread Vladimir Volovich
NP == Norbert Preining writes:

  seems that the problem was fixes in 0.23. thanks.

 NP Yes, it was, at least we hoped, so we were a bit desperate when
 NP we got your bug report.

 NP Can we close the bug?

yes, please - if i'll get this question again, i'll do the debugging
and will send another report.

Best,
v.



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



Bug#368411: tex-common keeps asking the question about group on each upgrade

2006-05-22 Thread Vladimir Volovich
NP == Norbert Preining writes:

  on each upgrade of the tex-common package, i'm being asked the
  same question over and over again: Group that should own the TeX
  font cache? It seems that the answer is not properly remembered
  by the configuration.

 NP Does this happen when you do the follwoing:

 NP Please get tex-common 0.22 and 0.23 (maybe you still have them in
 NP /var/cache/apt/archives)

 NP dpkg -i tex-common_0.22_all.deb dpkg -i tex-common_0.23_all.deb

 NP Now is this asked again?

http://ftp.us.debian.org/debian/pool/main/t/tex-common/
has only 0.21 and 0.23 (no 0.22).

 NP Here on my PC I can up/down grade at will without getting any
 NP questions.

with these two versions i'm not asked this question when installing
0.23, but i'm asked this question when installing 0.21.

seems that the problem was fixes in 0.23. thanks.

Best,
v.



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



Bug#368411: tex-common keeps asking the question about group on each upgrade

2006-05-21 Thread Vladimir Volovich
Package: tex-common
Version: 0.23
Severity: minor

on each upgrade of the tex-common package, i'm being asked the same
question over and over again: Group that should own the TeX font cache?
It seems that the answer is not properly remembered by the configuration.

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

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0] 1.5.1  Debian configuration management sy
ii  ucf   2.0010 Update Configuration File: preserv

tex-common recommends no packages.

-- debconf information:
* tex-common/managecache: true
  tex-common/groupname_single: users
  tex-common/invalid_groupname:
  tex-common/singleuser: false
* tex-common/groupname_multi: users
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:
  tex-common/cnf_name:


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



Bug#355641: Getting rid of ucd-snmp (libsnmp4.2)

2006-04-28 Thread Vladimir Volovich
Hi!

 JF Currently, cheops is the only app still using this ancient SNMP
 JF library (at least on i386, cheops uses libsnmp9 on all other
 JF archs and in Ubuntu, as well). I'd really prefer to switch cheops
 JF to libsnmp9 for i386, as well and let libsnmp4.2 die its greatful
 JF death and remove it from etch. According to the upstream
 JF developers, there *might* be one final 4.2.7 release, but it's
 JF still not recommended due to the remaining 64-bit bugs and
 JF upstream maintenance will definitely stop here.

just a note that the cyrus22-common package from http://incase.de/cyrus22/i386/
also depends on libsnmp4.2

that's how i noticed that Blars broke libsnmp4.2 when he uploaded
version 4.2.5-5.1 ;)

so could you please not remove libsnmp4.2 while cyrus22-common is
still dependent on it?

Best,
v.



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



Bug#359204: Getting rid of ucd-snmp (libsnmp4.2)

2006-04-28 Thread Vladimir Volovich
JP == Justin Pryzby writes:

  so could you please not remove libsnmp4.2 while cyrus22-common is
  still dependent on it?
 JP Is that the same as cyrus-common-2.2, which Depends:
 JP ... libsnmp9?  If not, are you sure it isn't easily portable to a
 JP newer snmp library?  You can keep the package installed, too,
 JP after it has been removed, since it is receiving little support
 JP now anyway, there is not much difference..

ah - i didn't even notice these cyrus-*-2.2 packages. thanks... i'll
switch to official ones, then.

Best,
v.



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



Bug#355641: no shared libraries in latest non-maintainer upload

2006-03-06 Thread Vladimir Volovich
Subject: no shared libraries in latest non-maintainer upload
Package: libsnmp4.2
Version: 4.2.5-5.1
Severity: serious

the version 4.2.5-5.1 does not contain any shared libraries!

the following files are not included into the package:

   libsnmp-0.4.2.so, libucdagent-0.4.2.so, libucdmibs-0.4.2.so

Blars, did you check the results of your fix???

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

Versions of packages libsnmp4.2 depends on:
ii  libsnmp-base  5.2.2-2NET SNMP (Simple Network Managemen

libsnmp4.2 recommends no packages.

-- no debconf information



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



Bug#354725: recent versions crash on sparc64

2006-02-28 Thread Vladimir Volovich
Subject: recent versions crash on sparc64
Package: firefox
Version: 1.5.dfsg+1.5.0.1-3
Severity: important

current versions of firefox (starting probably with
1.5.dfsg+1.5.0.1-1) crash with a bus error when loading most of the
pages (e.g.  http://www.mozilla.org/). This happens on Debian unstable
on sparc64.

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

Versions of packages firefox depends on:
ii  debianutils   2.15.2 Miscellaneous utilities specific t
ii  fontconfig2.3.2-2generic font configuration library
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.6-2GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libfontconfig12.3.2-2generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.2-9  GCC support library
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libgtk2.0-0   2.8.12-1   The GTK+ graphical user interface
ii  libidl0   0.8.5-1library for parsing CORBA IDL file
ii  libjpeg62 6b-11  The Independent JPEG Group's JPEG
ii  libpango1.0-0 1.10.3-1   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libstdc++64.0.2-9The 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  libxp66.9.0.dfsg.1-4 X Window System printing extension
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  psmisc22.1-1 Utilities that use the proc filesy
ii  zlib1g1:1.2.3-9  compression library - runtime

firefox recommends no packages.

-- no debconf information



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



Bug#354725: recent versions crash on sparc64

2006-02-28 Thread Vladimir Volovich
JP == Justin Pryzby writes:

 JP Is this perhaps a duplicate of #351254: firefox: Firefox amd64
 JP segfaults on startup due to esound

 JP Can you check if export FIREFOX_DSP=none (bash syntax) fixes
 JP the problem?

no, the problem is not fixed by exporting FIREFOX_DSP=none.

firefox crashes not on all pages: e.g. it works with http://www.unicode.org/
but crashes with http://www.mozilla.org/
(it crashes on many other pages too).

and the crash happens not right away, but when it is about to render
the page, i.e. after some downloading of page objects has been done.

Best,
v.



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



Bug#253124: cyrtexinfo format in fmtutil.in

2005-10-16 Thread Vladimir Volovich
Hi!

TE == Thomas Esser writes:

 TE Hi Frank, [sorry for the fullquote. It is to set Werner +
 TE Vladimir into the context]
  Hallo Thomas, Karl,
  
  fmtutil.in contains the line:
  
  #! cyrtexinfo pdfetex language.dat -translate-file=cp227.tcx
  *cyrtxinf.ini
  
  Do you know for what purpose this format is used?  texinfo
  generally does not use a special format file; shouldn't cyrillic
  support be added to the texinfo programs themselves, namely
  texi2pdf and texi2dvi - if it isn't already?
  
  Regards, Frank

 TE I think that I (or someone else) have set it up like this,
 TE because the t2 package (CTAN:macros/latex/contrib/t2) contains
 TE this cyrtxinf.ini file.

 TE I don't use this format. Werner, Vladimir: any commants from your
 TE side about it?

i see this already in the bug discussion:

   * texinfo formats are not necessary anymore, since texi2* do not use
 the formats, and the new teTeX will not need to generate texinfo formats.
 Thus bug #253124 will not be fixed. (Closes: #253124)

i used cyrtexinfo format at least to allow russian hyphenation for texinfo.

and the comment that texi2* do not use the formats... is not true
since one can pass via environment variables which executable to call
instead of tex or pdftex (in this case i would set it to cyrtexinfo).

to address initial concerns, i suggest to move the cyrtxinf-related
config line for the fmtutil.cnf to the texinfo package or just to
comment out the line for cyrtxinf in fmtutil.cnf, so it will not
create a problem if texinfo is not installed.

alternatively, can someone enlight how one is supposed to use texinfo
with custom patterns (if not via custom formats like cyrtexinfo).

Best,
v.



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



Bug#304690: fixed in module-init-tools 3.2-pre8-1

2005-10-13 Thread Vladimir Volovich
Package: module-init-tools
Version: 3.2-pre9-2
Followup-For: Bug #304690

Marco d'Itri wrote:
On Sep 10, Marcel Sebek [EMAIL PROTECTED] wrote:
 This tells me anacron every day:
 
 /etc/cron.daily/man-db:
 mandb: warning: /usr/share/man/man8/kallsyms.8.gz is a dangling
 symlink
 mandb: warning: /usr/share/man/man8/ksyms.8.gz is a dangling symlink
I do not think there is anything I can do about this.

what can we do to prevent module-init-tools create dangling symlinks
resulting from these diversions ? i do not even have modutils package
installed, but module-init-tools keeps creating these diversions
(i tried removing these dangling symlinks, and reinstalling
module-init-tools, but it then re-creates these symlinks)

note that not only these two manpages, but some other diversions
are dangling symlinks, e.g. /sbin/ksyms - insmod.modutils
(i repeat, i do not have modutils installed, but module-init-tools
re-creates these diversions even when re-installing)

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

Versions of packages module-init-tools depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  lsb-base  3.0-9  Linux Standard Base 3.0 init scrip

module-init-tools recommends no packages.

-- no debconf information



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



Bug#329243: gnomesword crashes when left-clicking on any word in any russian module

2005-09-20 Thread Vladimir Volovich
Package: gnomesword
Version: 2.1.2-4
Severity: normal
Tags: l10n

when i view any russian module (e.g. RST), left-clicking over any russian word
causes gnomesword to crash. it also writes the following to STDERR:

error: Invalid byte sequence in conversion input

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

Versions of packages gnomesword depends on:
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libbonobo2-0  2.10.1-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.1-1   The Bonobo UI library
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libcurl3  7.14.0-5   Multi-protocol file transfer libra
ii  libgcc1   1:4.0.1-8  GCC support library
ii  libgconf2-4   2.10.1-2   GNOME configuration database syste
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.10.3-3   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.10.2-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libgtkhtml3.2-11  3.2.5-1HTML rendering/editing library - r
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-2Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libssl0.9.7   0.9.7g-2   SSL shared libraries
ii  libstdc++64.0.1-8The GNU Standard C++ Library v3
ii  libsword5 1.5.8-3API/library for bible software
ii  libxml2   2.6.22-1   GNOME XML library
ii  sword-comm-mhcc [sword-co 1.1-3  Matthew Henry Concise Commentary f
ii  sword-dict-naves [sword-d 1.1-2  Naves Topical Bible for SWORD
ii  sword-text-web [sword-tex 1.4-2  World English Bible (WEB) for SWOR
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

gnomesword recommends no packages.

-- no debconf information



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



Bug#329244: the module option Highlight words of Jesus is broken in some circumstances

2005-09-20 Thread Vladimir Volovich
Package: bibletime
Version: 1.5.1-1
Severity: normal

if you install the module RusVZh (available on the crosswire
repository), and switch on the option Highlight words of Jesus, then
this results in incorrect display of the text. E.g. open Revelation,
chapter 1; then switch on this option; you will see that words in red
do appear but a lot of plain black text disappears, and the text
becomes unreadable.

i did not look what happens with other modules, but this seems to be
an issue with bibletime, because e.g. in gnomesword this option works
as expected (in this very module and in this very chapter).

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

Versions of packages bibletime depends on:
ii  kdelibs4c24:3.4.2-4  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-6GNU C Library: Shared libraries an
ii  libcurl3  7.14.0-5   Multi-protocol file transfer libra
ii  libfam0c102 [libfam0] 2.7.0-7client library to control the FAM 
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-8  GCC support library
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libpcre3  6.3-1  Perl 5 Compatible Regular Expressi
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libqt3-mt 3:3.3.5-1  Qt GUI Library (Threaded runtime v
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libssl0.9.7   0.9.7g-2   SSL shared libraries
ii  libstdc++64.0.1-8The GNU Standard C++ Library v3
ii  libsword5 1.5.8-3API/library for bible software
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxi66.8.2.dfsg.1-7 X Window System Input extension li
ii  libxinerama1  6.8.2.dfsg.1-7 X Window System multi-head display
ii  libxrandr26.8.2.dfsg.1-7 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-7 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages bibletime recommends:
ii  sword-comm-mhcc [sword-comm]  1.1-3  Matthew Henry Concise Commentary f
ii  sword-dict-naves [sword-dict] 1.1-2  Naves Topical Bible for SWORD
ii  sword-text-web [sword-text]   1.4-2  World English Bible (WEB) for SWOR

-- no debconf information



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



Bug#328876: apt-get claims that it failed to get Packages.gz but it was trying to get Packages.bz2 (which does not exist)

2005-09-19 Thread Vladimir Volovich
MV == Michael Vogt writes:

  i have the following line in sources.list:
  
  deb http://mail.incase.de/cyrus22/i386/ ./
  
  when i run apt-get update, apt reports this error:
  
  Failed to fetch http://mail.incase.de/cyrus22/i386/./Packages.gz
  Error reading from server. Remote end closed connection

 MV Can you please run (as root): # apt-get update -o
 MV Debug::Acquire::Http=true

 MV and attach the output to this bugreport?

here is the output [with ^M (carriage-return) codes removed]:


GET http://mail.incase.de/cyrus22/i386/./Release.gpg HTTP/1.1
Host: mail.incase.de
Cache-Control: max-age=0
User-Agent: Debian APT-HTTP/1.3


HTTP/1.1 404 Not Found
Date: Mon, 19 Sep 2005 17:59:48 GMT
Server: Apache/2.0.54 (Debian GNU/Linux) DAV/2 SVN/1.2.0 mod_fastcgi/2.4.2 
PHP/4.3.10-16 mod_ssl/2.0.54 OpenSSL/0.9.7e
Vary: accept-language,accept-charset
Accept-Ranges: bytes
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
Content-Language: en

Ign http://mail.incase.de ./ Release.gpg
GET http://mail.incase.de/cyrus22/i386/./Release HTTP/1.1
Host: mail.incase.de
Cache-Control: max-age=0
User-Agent: Debian APT-HTTP/1.3


Ign http://mail.incase.de ./ Release
GET http://mail.incase.de/cyrus22/i386/./Packages.bz2 HTTP/1.1
Host: mail.incase.de
Cache-Control: max-age=0
User-Agent: Debian APT-HTTP/1.3


HTTP/1.1 404 Not Found
Date: Mon, 19 Sep 2005 17:59:51 GMT
Server: Apache/2.0.54 (Debian GNU/Linux) DAV/2 SVN/1.2.0 mod_fastcgi/2.4.2 
PHP/4.3.10-16 mod_ssl/2.0.54 OpenSSL/0.9.7e
Vary: accept-language,accept-charset
Accept-Ranges: bytes
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
Content-Language: en

Ign http://mail.incase.de ./ Packages
GET http://mail.incase.de/cyrus22/i386/./Packages.gz HTTP/1.1
Host: mail.incase.de
Cache-Control: max-age=0
User-Agent: Debian APT-HTTP/1.3


Err http://mail.incase.de ./ Packages
  Error reading from server. Remote end closed connection
Failed to fetch http://mail.incase.de/cyrus22/i386/./Packages.gz  Error reading 
from server. Remote end closed connection
Reading package lists...
W: Couldn't stat source package list http://mail.incase.de ./ Packages 
(/var/lib/apt/lists/mail.incase.de_cyrus22_i386_._Packages) - stat (2 No such 
file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones 
used instead.


and here is what i see in the cache server logs which is being
requested:

1127152788.000 3538 xx.xx.xx.xx TCP_MISS/404 1238 GET 
http://mail.incase.de/cyrus22/i386/./Release.gpg - DIRECT/mail.incase.de 
text/html
1127152791.000 163 xx.xx.xx.xx TCP_MISS/404 1238 GET 
http://mail.incase.de/cyrus22/i386/./Packages.bz2 - DIRECT/mail.incase.de 
text/html

There are NO requests to http://mail.incase.de/cyrus22/i386/./Packages.gz

Best,
v.



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



Bug#328876: apt-get claims that it failed to get Packages.gz but it was trying to get Packages.bz2 (which does not exist)

2005-09-17 Thread Vladimir Volovich
Package: apt
Version: 0.6.41
Severity: normal

i have the following line in sources.list:

deb http://mail.incase.de/cyrus22/i386/ ./

when i run apt-get update, apt reports this error:

Failed to fetch http://mail.incase.de/cyrus22/i386/./Packages.gz  Error reading 
from server. Remote end closed connection

but since my apt works via proxy server, i was able to check what
request was REALLY made by apt-get, and it appears that it really
tried Packages.bz2 (which does not exist):

1126988484.000 170 xx.xx.xx.xx TCP_MISS/404 1238 GET 
http://mail.incase.de/cyrus22/i386/./Packages.bz2 - DIRECT/mail.incase.de 
text/html

and there was NO attempt to request Packages.gz at all.

So there are two bugs:

1) misleading error message - telling that request to Packages.gz failed
   (when in fact it was a request to Packages.bz2 which failed)

2) apt-get shall try to download Packages.gz when it does not find Packages.bz2
   which it obviously does not.

-- Package-specific info:

-- apt-config dump --

APT ;
APT::Architecture i386;
APT::Build-Essential ;
APT::Build-Essential:: build-essential;
Dir /;
Dir::State var/lib/apt/;
Dir::State::lists lists/;
Dir::State::cdroms cdroms.list;
Dir::State::userstatus status.user;
Dir::State::status /var/lib/dpkg/status;
Dir::Cache var/cache/apt/;
Dir::Cache::archives archives/;
Dir::Cache::srcpkgcache srcpkgcache.bin;
Dir::Cache::pkgcache pkgcache.bin;
Dir::Etc etc/apt/;
Dir::Etc::sourcelist sources.list;
Dir::Etc::vendorlist vendors.list;
Dir::Etc::vendorparts vendors.list.d;
Dir::Etc::main apt.conf;
Dir::Etc::parts apt.conf.d;
Dir::Etc::preferences preferences;
Dir::Bin ;
Dir::Bin::methods /usr/lib/apt/methods;
Dir::Bin::dpkg /usr/bin/dpkg;
DPkg ;
DPkg::Pre-Install-Pkgs ;
DPkg::Pre-Install-Pkgs:: /usr/bin/apt-listchanges --apt || test $? -ne 10;
DPkg::Pre-Install-Pkgs:: /usr/sbin/dpkg-preconfigure --apt || true;
DPkg::Tools ;
DPkg::Tools::Options ;
DPkg::Tools::Options::/usr/bin/apt-listchanges ;
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version 2;
Acquire ;
Acquire::http ;
Acquire::http::Proxy http://cache.vsu.ru:3128;;

-- (no /etc/apt/preferences present) --

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

Versions of packages apt depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-7  GCC support library
ii  libstdc++64.0.1-7The GNU Standard C++ Library v3

apt recommends no packages.

-- no debconf information



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



Bug#250216: [tex-k] Plans about supporting TrueType/Type42 fonts in dvips?

2005-09-01 Thread Vladimir Volovich
PV == Paul Vojta writes:

 PV I have looked into supporting TrueType in xdvi.  A key subsidiary
 PV issue that came up (and stopped it for me) was compatibility with
 PV ttf2tfm and ttf2pk.  They come up with their own character
 PV encoding that basically (as I recall) chooses the lowest-numbered
 PV 255 or 256 available characters into the encoding vector.  Adding
 PV to the difficulties is the fact that ttf2tfm/ttf2pk use the old
 PV (version 1) freetype library.  I tried porting these programs to
 PV freetype2, but the latter lacks some features of the original
 PV freetype, and is never likely to have them (Werner Lemberg said
 PV that programs should use pango instead for these features).

above you wrote I have looked into supporting TrueType in xdvi,
which as far as i understand shall mean ability to render (using
freetype library) glyphs directly from TrueType fonts, and of course
also selecting the needed glyphs of the TrueType fonts according to
the ReEncodeFont instructions from the MAP files.

yet, later you write about ttf2tfm and ttf2pk and how they are using
old freetype library etc.

i do not see any relation between support of TrueType in xdvi and
those two programs - ttf2tfm and ttf2pk. there is no relation
whatsoever. ttf2tfm is one of the many ways to create TFM metrics from
the TrueType fonts, and ttf2pk is, as you know, just a converter from
TrueType to PK for those programs which DO NOT support TrueType, and
thus need to fall back to use PK fonts.

could you please explain what do you mean?

Best,
v.



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



Bug#250216: [tex-k] Plans about supporting TrueType/Type42 fonts in dvips?

2005-09-01 Thread Vladimir Volovich
PV == Paul Vojta writes:

  above you wrote I have looked into supporting TrueType in xdvi,
  which as far as i understand shall mean ability to render (using
  freetype library) glyphs directly from TrueType fonts,

 PV Correct (so far)

  and of course also selecting the needed glyphs of the TrueType
  fonts according to the ReEncodeFont instructions from the MAP
  files.

 PV AFAIK there is only one .map file, ttfonts.map, which plays a
 PV role similar to that played by psfonts.map used by dvips.

hey, forget about ttf2pk and it's ttfonts.map. :-)

e.g. pdftex natively supports TrueType fonts and it doesn't care what
ttf2pk has in it's ttfonts.map (and this map is only needed for
re-mapping the glyphs in the TrueType fonts, and not for rendering).

pdftex just understands the same syntax for re-mapping the TrueType
fonts as for Type 1 fonts (via ReEncodeFont), and also understands
other dvips-like syntax like ExtendFont, SlantFont, etc.

so does xdvi with it's ps2pk.map: why re-invent the wheel and care
about syntax of ttfonts.map? just continue to use your ps2pk.map's
syntax for truetype fonts as well.

  yet, later you write about ttf2tfm and ttf2pk and how they are
  using old freetype library etc.
  
  i do not see any relation between support of TrueType in xdvi
  and those two programs - ttf2tfm and ttf2pk. there is no relation
  whatsoever. ttf2tfm is one of the many ways to create TFM metrics
  from the TrueType fonts, and ttf2pk is, as you know, just a
  converter from TrueType to PK for those programs which DO NOT
  support TrueType, and thus need to fall back to use PK fonts.
  
  could you please explain what do you mean?

 PV AFAIK ttf2tfm is the only (or at least the most commonly used)
 PV way to create tfm files from ttf fonts.

not so. other ways are: ttf2afm + either afm2tfm or fontinst or
whatever else.

TrueType font contains a set of glyphs (usually bigger than 256) and
for TeX to access them we use the ReEncodeFont mechanism - which is
not something new: the same is valid for Type 1 fonts.

and the ReEncodeFont (with some encoding vector), when applied to
TrueType font, shall get access to the 256 arbitrary glyphs present in
TrueType font (wither by their names as specified in the POST table or
by their unicode indexes).

that's it: forget about ttf2pk, ttf2tfm and ttfonts.map - you have
freetype API to access any glyph in the font, and don't have to mimick
ttf2tfm's map file syntax.

 PV The problem is that I need to be able to mimic ttf2tfm's way of
 PV assigning character codes.  It messes them up, and I don't fully
 PV understand its algorithm due to its use of features present in
 PV freetype1 but not freetype2.  For example, do the following:

 PV% cp /xp/WINDOWS/Fonts/comic.ttf .
 PV% ttf2tfm comic.ttf -P 1 -E 0
 PV% echo 'comic comic.ttf Pid=1 Eid=0'  ttfonts.map
 PV% ttf2pk comic 300
 PV% tex testfont
 PVThis is TeX, Version 3.141592 (Web2C 7.5.4)
 PV(/usr/local/texmf/tex/plain/base/testfont.tex 
 PVName of the font to test = comic
 PVNow type a test command (\help for help):)
 PV*\table\bye
 PV[1]
 PVOutput written on testfont.dvi (1 page, 11184 bytes).
 PVTranscript written on testfont.log.
 PV% xdvi testfont

 PV Notice that 'A' (ascii '101) appears instead in position '041.
 PV And so on.

that's because your example is such - you did not ask to re-encode to
some useful encoding. use the following instead:

cp .../comic.ttf .
cp .../cork.enc .
ttf2tfm comic.ttf -p cork.enc # some glyphs will not be found which is OK
echo 'comic   comic.ttf Encoding=cork.enc'  ttfonts.map
ttf2pk comic 300
 ...

 PV If a user's document was TeXxed using tfm files created by
 PV ttf2tfm, then xdvi needs to use that same encoding.

yes, - just use the *.enc file which selects the same glyphs or
unicode indices from the TrueType fonts and ReEncodeFont.

Best,
v.



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



Bug#323116: gnomesword: missing dependency on libsword5

2005-08-14 Thread Vladimir Volovich
Package: gnomesword
Version: 2.1.2-2
Severity: serious
Justification: Policy 3.5

I installed gnomesword using apt-get install gnomesword, but running
gnomesword2 gave an error:

$ gnomesword2
gnomesword2: error while loading shared libraries: libsword-1.5.8.so: cannot 
open shared object file: No such file or directory

which is a result of missing dependency on libsword5.

When i installed libsword5, gnomesword starts successfully.

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

Versions of packages gnomesword depends on:
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libbonobo2-0  2.10.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.0-1   The Bonobo UI library
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libcurl3  7.14.0-4   Multi-protocol file transfer libra
ii  libgcc1   1:4.0.1-4  GCC support library
ii  libgconf2-4   2.10.1-1   GNOME configuration database syste
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.6.6-1The GLib library of C routines
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.10.3-2   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.10.2-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgtk2.0-0   2.6.9-1The GTK+ graphical user interface 
ii  libgtkhtml3.2-11  3.2.5-1HTML rendering/editing library - r
ii  libice6   6.8.2.dfsg.1-5 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.8.2.dfsg.1-5 X Window System Session Management
ii  libssl0.9.7   0.9.7g-1   SSL shared libraries
ii  libstdc++64.0.1-4The GNU Standard C++ Library v3
ii  libxml2   2.6.20-1   GNOME XML library
ii  sword-comm-mhcc [sword-co 1.1-3  Matthew Henry Concise Commentary f
ii  sword-dict-naves [sword-d 1.1-2  Naves Topical Bible for SWORD
ii  sword-text-web [sword-tex 1.4-2  World English Bible (WEB) for SWOR
ii  xlibs 6.8.2.dfsg.1-5 X Window System client libraries m
ii  zlib1g1:1.2.3-3  compression library - runtime

gnomesword recommends no packages.

-- no debconf information



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



Bug#293798: Info received (was gnucash: Gnucash crashes on startup- Font dependancy issue?)

2005-03-21 Thread Vladimir Volovich
Hi!

TB == Thomas Bushnell wrote:

Antony W. Serio [EMAIL PROTECTED] writes:

 The problem was fixed by installing the following packages:
 dfontmgr, psfontmgr, x-ttcidfont-conf, and lmodern.

Antony, why on earth do you suggest installing lmodern (and dfontmgr)?

lmodern depends on the whole huge teTeX and has nothing to do with
your bug and with gnucash.

sorry for being somewhat rude, but...

Did you think about this, before suggesting the fix?

TB Many thanks!

... And before applying the fix?

Best,
v.



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



Bug#287810: Bug#286268: xlibs: sun keyboard not working, error in xkb symbols file

2005-01-11 Thread Vladimir Volovich
Hi!

 Package: xlibs
 Version: 4.3.0.dfsg.1-10
 Severity: important
 
 sun keyboard is not working with current xkb symbol configuration file,
 changing 'include srvr_ctrl(xfree86);' to 'include srvr_ctrl(xfree86)'
 (removing semicolon) in /etc/X11/xkb/symbols/sun/us fix the problem.

 Fixed in SVN, thanks.

Hope you noticed and fixed similar bugs in symbols/sun/se:

symbols/sun/se:include srvr_ctrl(xfree86);
symbols/sun/se:include srvr_ctrl(xfree86);

Best,
v.



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