Bug#795930: cachefilesd does not honor nocull option

2015-08-17 Thread Arie Skliarouk
package: cachefilesd
version: 0.10.5-1

I have a dedicated partition for cache (mounted on /var/cache/fscache).

I want no automatic culling to happen, only when there is no more disk
space.

If I add nocull option into /etc//etc/cachefilesd.conf file, the daemon
refuses to start. /var/log/daemon.log has following error message (the
nocull command is on line 17):

Aug 18 07:52:34 t11 cachefilesd[26145]: /etc/cachefilesd.conf:17:CacheFiles
gave config error: Operation not supported

--
Arie


Bug#760451: Please add xmpp-receipts plugin

2014-09-04 Thread Arie Skliarouk
Package: pidgin-plugin-pack

Version: 2.7.0-2

Severity: wishlist

Dear Maintainer,

please add the xmpp-receipts plugin [1] to the plugin pack.

This plugin implements xmpp message delivery receipts (XEP-0184). When
no delivering confirmation is displayed, it is also possible that
the receiver doesn't support the extension.

[1] https://www.assembla.com/code/pidgin-xmpp-receipts/git/nodes

--
Arie


Bug#685051: Error reading from server. Remote end closed connection when using http://archive.ubuntugames.org PPA

2012-08-16 Thread Arie Skliarouk
package: apt-cacher
version: 1.7.4

Add ubuntugames PPA:
sudo add-apt-repository deb http://archive.ubuntugames.org ubuntugames main

When trying to apt-get update on another machine from the PPA
through apt-cacher, I get Error reading from server. Remote end
closed connection messages. If I disable apt-proxy on the machine,
everything works.

apt-cacher's error.log has following lines:

Thu Aug 16 09:03:07 2012|warn [13817]: Use of uninitialized value in
numeric ge (=) at /usr/sbin/apt-cacher line 1614, GEN585 line 1.
Thu Aug 16 09:09:29 2012|warn [13894]: Use of uninitialized value in
numeric ge (=) at /usr/sbin/apt-cacher line 1614, GEN598 line 1.
Thu Aug 16 09:11:16 2012|info [13895]: libcurl exit requested

# Here I did apt-get install apt-cacher on the machine hoping new
version fixes the bug

Thu Aug 16 09:11:29 2012|warn [13935]: Use of uninitialized value in
numeric ge (=) at /usr/sbin/apt-cacher line 1614, GEN10 line 1.
Thu Aug 16 09:15:52 2012|warn [14172]: Use of uninitialized value in
numeric ge (=) at /usr/sbin/apt-cacher line 1630, GEN9 line 1.
Thu Aug 16 09:19:29 2012|warn [14211]: Use of uninitialized value in
numeric ge (=) at /usr/sbin/apt-cacher line 1630, GEN21 line 1.

--
Arie


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



Bug#685051: Error reading from server. Remote end closed connection when using http://archive.ubuntugames.org PPA

2012-08-16 Thread Arie Skliarouk
I tried your patch. The warnings in /var/log/apt-cacher/error.log
disappeared, but apt-get on the client machine still was not able to
download indexes:

...
Hit http://il.archive.ubuntu.com precise-backports/universe Translation-en
Err http://archive.ubuntugames.org ubuntugames Release.gpg
  Error reading from server. Remote end closed connection
Hit http://archive.ubuntugames.org ubuntugames Release
Ign http://archive.ubuntugames.org ubuntugames/main Sources/DiffIndex
Ign http://archive.ubuntugames.org ubuntugames/main amd64 Packages/DiffIndex
Ign http://archive.ubuntugames.org ubuntugames/main i386 Packages/DiffIndex
Ign http://archive.ubuntugames.org ubuntugames/main TranslationIndex
Hit http://archive.ubuntugames.org ubuntugames/main Sources
Hit http://archive.ubuntugames.org ubuntugames/main amd64 Packages
Hit http://archive.ubuntugames.org ubuntugames/main i386 Packages
Ign http://archive.ubuntugames.org ubuntugames/main Translation-en_US
Err http://archive.ubuntugames.org ubuntugames/main Translation-en
  Error reading from server. Remote end closed connection
W: Failed to fetch
http://archive.ubuntugames.org/dists/ubuntugames/Release.gpg  Error
reading from server. Remote end closed connection

W: Failed to fetch
http://archive.ubuntugames.org/dists/ubuntugames/main/i18n/Translation-en
 Error reading from server. Remote end closed connection

E: Some index files failed to download. They have been ignored, or old
ones used instead.

I then enabled debug level 7 for apt-cache. The resulting log file can
be downloaded from here:
http://arnest.catchmedia.com/apt_cache_error.log.gz

Can't you try to enable the PPA on your apt-cache installation and
reproduce the problem??

--
Arie


On Thu, Aug 16, 2012 at 11:13 AM, Mark Hindley m...@hindley.org.uk wrote:
 On Thu, Aug 16, 2012 at 09:27:16AM +0300, Arie Skliarouk wrote:
 package: apt-cacher
 version: 1.7.4

 Add ubuntugames PPA:
 sudo add-apt-repository deb http://archive.ubuntugames.org ubuntugames main

 When trying to apt-get update on another machine from the PPA
 through apt-cacher, I get Error reading from server. Remote end
 closed connection messages. If I disable apt-proxy on the machine,
 everything works.

 apt-cacher's error.log has following lines:

 Could you add the following patch which should fix the uninitialized
 value. But I am not clear if that is all that is going on. If it doesn't
 fix it completely could you enable debugging and post error.log after a
 failed apt-get update.

 Many thanks

 Mark

 diff --git a/apt-cacher b/apt-cacher
 index 2d4309f..f719ec9 100755
 --- a/apt-cacher
 +++ b/apt-cacher
 @@ -1629,9 +1629,10 @@ sub libcurl {
 $cfg-{debug}  debug_message('libcurl reading of 
 headers complete: ' . $response-code);
 chomp_message($response);
 if ($curl_request-method eq 'GET'  
 $response-is_success) {
 # Check space
 my $statfs;
 if (defined($statfs = df($cfg-{'cache_dir'}, 1)) 
 
 +   $response-header('Content-Length') 
 $response-header('Content-Length') =  
 $statfs-{bavail} ||
 $cfg-{_disk_usage_limit}  $statfs-{used} 
 + $response-header = $cfg-{_disk_usage_limit}) {
 info_message('ALARM: Insuffient space for 
 Content-Length: '.


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



Bug#685051: Error reading from server. Remote end closed connection when using http://archive.ubuntugames.org PPA

2012-08-16 Thread Arie Skliarouk
Yeah, the patch solved the problem! Thank you!

Close the bug please.

--
Arie


On Thu, Aug 16, 2012 at 4:27 PM, Mark Hindley m...@hindley.org.uk wrote:
 package apt-cacher
 merge 682437
 thanks

 On Thu, Aug 16, 2012 at 01:58:35PM +0300, Arie Skliarouk wrote:
 I tried your patch. The warnings in /var/log/apt-cacher/error.log
 disappeared, but apt-get on the client machine still was not able to
 download indexes:

 I think this is a duplicate of #682437, but the patch in there is not
 sufficient as it only covers 200 responses. I think your server is
 returning Transfer-Encoding: chunked for a 404 error!

 Anyway, this patch fixes it for me. Could you confirm please?.

 Thanks

 Mark


 diff --git a/apt-cacher b/apt-cacher
 index a8affc0..6e5bd47 100755
 --- a/apt-cacher
 +++ b/apt-cacher
 @@ -1624,10 +1628,21 @@ sub libcurl {
 if ($response-code) {
 $cfg-{debug}  debug_message('libcurl reading of 
 headers complete: ' . $response-code);
 chomp_message($response);
 +   # Handle chunked
 +   if ($response-header('Transfer-Encoding')  lc 
 $response-header('Transfer-Encoding') eq 'chunked') {
 +   # libcurl handles chunked transfer, so just 
 remove the Transfer-Encoding header
 +   # so it doesn't get passed to clients and ignore 
 any Content-Length header
 +   debug_message('Handle Transfer-Encoding: 
 chunked');
 +   $response-remove_header('Transfer-Encoding');
 +   $response-remove_header('Content-Length');
 +   }
 +
 if ($curl_request-method eq 'GET'  
 $response-is_success) {
 +
 # Check space
 my $statfs;
 if (defined($statfs = df($cfg-{'cache_dir'}, 1)) 
 
 +   $response-header('Content-Length') 
 $response-header('Content-Length') =  
 $statfs-{bavail} ||
 $cfg-{_disk_usage_limit}  $statfs-{used} 
 + $response-header = $cfg-{_disk_usage_limit}) {
 info_message('ALARM: Insuffient space for 
 Content-Length: '.


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



Bug#679766: Take into account /etc/default/hobbit-client file

2012-07-01 Thread Arie Skliarouk
Package: xymon-client
Version: xymon-client (4.3.7-1)

Many users are going to upgrade xymon-client from previous package
hobbit-client 4.3.0~beta2.dfsg-9.1. For seamless upgrade, it would be
desirable for the new package to read the same configuration file
/etc/default/hobbit-client as was used by the previous version.

Alternatively, the configuration from the file might be automatically moved
into the new configuration file during upgrade.

--
Arie


Bug#658690: Segmentation fault on start

2012-02-05 Thread Arie Skliarouk
Package: asterisk
Version: 1:1.8.8.2~dfsg-1

The program segfaults on each run. /var/log/kern.log has the following
lines:
Feb  5 11:11:56 t11 kernel: [964267.149889] asterisk[15396]: segfault at
4728203a ip 0810bd70 sp bfffc830 error 4 in asterisk[8048000+1c6000]

If I run asterisk -v, the last lines are:
JABBER: asterisk OUTGOING: ?xml version='1.0'?stream:stream
xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:client' to='
gmail.com' version='1.0'
Segmentation fault

Renaming of res_jabber.so produced different message (mv
/usr/lib/asterisk/modules/res_jabber.so
/usr/lib/asterisk/modules/res_jabber.so_crashes):
[Feb  5 11:18:48] WARNING[15537]: loader.c:449 load_dynamic_module: Error
loading module 'chan_gtalk.so': /usr/lib/asterisk/modules/chan_gtalk.so:
undefined symbol: ast_aji_get_client
[Feb  5 11:18:48] WARNING[15537]: loader.c:839 load_resource: Module
'chan_gtalk.so' could not be loaded.
[Feb  5 11:18:48] WARNING[15537]: loader.c:449 load_dynamic_module: Error
loading module 'chan_jingle.so': /usr/lib/asterisk/modules/chan_jingle.so:
undefined symbol: ast_aji_get_client
[Feb  5 11:18:48] WARNING[15537]: loader.c:839 load_resource: Module
'chan_jingle.so' could not be loaded.
Segmentation fault

t11:~# uname -a
Linux t11 3.1.0-1-486 #1 Tue Jan 10 04:55:10 UTC 2012 i686 GNU/Linux

There is no -586 kernel in the repository anymore, and -686 can't be used
as the CPU is VIA Nehemiah.

--
Arie


Bug#609592: mysql-server: mysql-5.5 available as GA

2011-11-03 Thread Arie Skliarouk
cough, cough

--
Arie


Bug#308580: Multiple readers bad

2011-10-04 Thread Arie Skliarouk
My problem was that the LXC containers I ran also run the klogd, which also
were reading from the /proc/kmsg file.
Disabling the klogd in the containers solved the problem.

--
Arie


Bug#308580: klogd hogs the cpu

2011-07-10 Thread Arie Skliarouk
I run number of lucid-based (10.04 LTS) containers on my natty-based (11.04)
lxc server. Almost always, on reboot of the host machine, the lucid
containers (once started) have klogd hogging the CPU.

--
Arie


Bug#556941: upgrade syslog-ng to version 3.0.x

2009-11-18 Thread Arie Skliarouk
Package: syslog-ng
Version: 2.0.9-4.2

Can debian ship syslog-ng of version 3.0.x ?
http://www.balabit.com/downloads/files/syslog-ng/sources/

The syslog-ng 3.0 has support for character sets, it is able to convert
input to UTF8 on the fly.*
*The sending side only needs to put in front of every non-ASCII message
string '*encoding(charset)*'.
May be there is a way to do the same with syslog-ng of version 2.0.x?

--
Arie

 [image: Close] Read moreOptions 
[image: Visit Answers.com] http://www.answers.com?initiator=FFANS


Bug#457052: Still reproducible with 2.28?

2009-09-26 Thread Arie Skliarouk
I can't test it anymore, as I switched to ubuntu.

Close the bug please.
--
Arie



On Sat, Sep 26, 2009 at 03:52, Gustavo Noronha Silva k...@debian.org wrote:

 Hey,

 I tried this, and could not reproduce with 2.28. I think this is old
 epiphany-webkit misbehavior, by your account of what you did. Can you
 try again with 2.28, which is currently in unstable?

 Thanks,

 --
 Gustavo Noronha Silva k...@debian.org
 Debian




Bug#529731: No libtonezone2.0 and dahdi dependecies in sid

2009-05-21 Thread Arie Skliarouk
Package: asterisk
Version: 1:1.6.1.0~dfsg-1

This is not really asterisk bug, as the asterisk developers are not
guilty for the packages not in sid yet, but I want for the issue to be
known about and also to get email notification when the packages will
get uploaded.

Packages libtonezone2.0(= 1:2.2.0~rc2) and dahdi are not in sid yet.

--
Arie



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



Bug#524313: mktemp should print warning when there are less than 6 X in the template

2009-04-16 Thread Arie Skliarouk
Package: mktemp
Version: 1.6-3

I have a lot of scripts that have 5 X characters in the template. Now none
of them is working. Can you make mktemp to print a warning (on a stderr)
when there is only 4 or 5 X characters?

You are free to make mktemp to fail in case there are only 3 X characters
(or whatever was the behaviour of the previous version). Just don't make
changes that break user's scripts without prior warning.

--
Arie


Bug#524266: Wanted: firmware for Hermes-based cards - agere_sta_fw.bin

2009-04-15 Thread Arie Skliarouk
Package: firmware-linux
Version: 0.16

Can you please add firmware for Hermes-based cards - agere_sta_fw.bin?

See following URL for instructions the URL to obtain it:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/315489

--
Arie


Bug#485805: Close the bug

2008-10-26 Thread Arie Skliarouk
Can you upload version of asterisk with backticks module included and
close the bug please?

-- 
Arie



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



Bug#501457: odt2txt fails to recognize legit .odt file

2008-10-07 Thread Arie Skliarouk
Package: odt2txt
Version: 0.4-1

I am using an wiki system dokuwiki (apt-get install dokuwiki). The
system has an plugin that allows one to export content of a page as a
.odt file:
http://www.dokuwiki.org/plugin:odt

The resulting file can be read using openoffice's oowriter, but
attempt to open it using odt2txt causes following error:
Can't read from a.odt: Is it an OpenDocument Text?

Could well be that the problem is in the way the dokuwiki's plugin
creates the file, but unfortunately I am not in the position to tell
that.

BTW, if I save the save back from openoffice, the file grows from 5kb
to 9kb and then it *can* be opened using odt2txt...

-- 
Arie


a.odt
Description: application/vnd.oasis.opendocument.text


Bug#499882: MD5SUM sums for /var/lib/aspell/*

2008-09-23 Thread Arie Skliarouk
package: aspell-he
version: 1.0-0-2

The package contains MD5SUM sums for following files:
/var/lib/aspell/he.compat
/var/lib/aspell/he.rws

During the installation the files are of zero size and are populated
on postinst stage. This causes debsums to complain on MD5SUM checks:

# debsums -c aspell-he
/var/lib/aspell/he.compat
/var/lib/aspell/he.rws
[EMAIL PROTECTED]:~#

Please remove MD5SUM for these files from the package.

-- 
Arie



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



Bug#498350: Do not check NFS on upgrade

2008-09-09 Thread Arie Skliarouk
Package: mount
Version: 2.13.1.1-1

I am running debian unstable as a virtual server under openvz virtual
server technology. The virtual server has several mounts, that are
mounted using bind option by the physical server. One of these
mounts is NFS filesystem that is mounted on the physical server and
exported using bind option to the virtual servers. The virtual
server itself can not do anything with these mounts. It even does not
have any nfs-* packages installed. The mount command thought, shows
the filesystem as NFS mounted:

# mount | grep nfs
fs-home:/home on /home type nfs
(rw,relatime,vers=3,rsize=524288,wsize=524288,hard,nointr,proto=tcp,timeo=600,retrans=2,sec=sys,addr=192.168.11.24)

All this is nice and dandy, but new version of mount checks for nfs
mounts and complain on NFS mounts already mounted:

# dpkg -i /var/cache/apt/archives/mount_2.13.1.1-1_i386.deb
(Reading database ... 40284 files and directories currently installed.)
Preparing to replace mount 2.13-7 (using .../mount_2.13.1.1-1_i386.deb) ...
You have NFS mount points currently mounted, and this version of mount
requires that nfs-common be upgraded before NFS mounts will work.

Aborting install.
dpkg: error processing
/var/cache/apt/archives/mount_2.13.1.1-1_i386.deb (--install):
 subprocess pre-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/mount_2.13.1.1-1_i386.deb
tester:~#

Please advise.

-- 
Arie



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



Bug#492019: The bug have not been fixed

2008-07-27 Thread Arie Skliarouk
Hi,

The bug still present in mc version 2:4.6.2~git20080311-3 (which I
just upgraded to).

-- 
Arie



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



Bug#491999: Can not start fretsonfire

2008-07-23 Thread Arie Skliarouk
Hi,

On Wed, Jul 23, 2008 at 10:56, Miriam Ruiz [EMAIL PROTECTED] wrote:
 Did previous versions work OK for you before and this one failed, or it has 
 never worked for you?

No, it is the first time I tried to try the game.

 Can you try to install libgl1-mesa-glx and/or libgl1-mesa-dev (and possibly 
 libglu1-mesa and/or libglu1-mesa-dev too if that's not enough) and tell me if 
 it worked?

The packages libgl1-mesa-glx and libglu1-mesa already were installed:
# dpkg -l | grep libgl
ii  libgl1-mesa-dri  7.0.3-5
  A free implementation of the OpenGL API -- D
ii  libgl1-mesa-glx  7.0.3-5
  A free implementation of the OpenGL API -- G

-- 
Arie



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



Bug#492019: OpenOffice files reading

2008-07-23 Thread Arie Skliarouk
Package: mc
Version: 2:4.6.2~git20080311-2+b1

Currently, mc attempts to invoke o3read to read OpenOffice files. The
o3read package was removed in favor of odt2txt:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478091

Make mc to suggest odt2txt package in dependencies, and change file
handling procedures in mc.ext for files with .odt, .sxw, .ods and .odp
extensions.

-- 
Arie



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



Bug#492019: How to fix the mc.ext

2008-07-23 Thread Arie Skliarouk
I just checked and saw that odt2txt works properly if following
specified in /etc/mc/mc.ext:
View=%view{ascii} odt2txt %f

As you see, the odt2txt handles content.xml unzipping by itself.

-- 
Arie



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



Bug#491999: Can not start fretsonfire

2008-07-22 Thread Arie Skliarouk
Package: fretsonfire
Version: 1.2.451.dfsg-2

The package is installed, all necessary dependencies too. Yet, I get an error:

Traceback (most recent call last):
  File ./FretsOnFire.py, line 36, in module
from GameEngine import GameEngine
  File /usr/share/games/fretsonfire/game/GameEngine.py, line 23, in module
from OpenGL.GL import *
  File /usr/lib/python2.5/site-packages/OpenGL/GL/__init__.py, line
2, in module
from OpenGL.raw.GL import *
  File /usr/lib/python2.5/site-packages/OpenGL/raw/GL/__init__.py,
line 6, in module
from OpenGL.raw.GL.constants import *
  File /usr/lib/python2.5/site-packages/OpenGL/raw/GL/constants.py,
line 7, in module
from OpenGL import platform, arrays
  File /usr/lib/python2.5/site-packages/OpenGL/platform/__init__.py,
line 57, in module
_load()
  File /usr/lib/python2.5/site-packages/OpenGL/platform/__init__.py,
line 40, in _load
plugin_class = _findPlatform( platform )
  File /usr/lib/python2.5/site-packages/OpenGL/platform/__init__.py, line 28,
in _findPlatform
return entrypoint.load()
  File /usr/lib/python2.5/site-packages/pkg_resources.py, line 1912, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File /usr/lib/python2.5/site-packages/OpenGL/platform/glx.py, line
8, in module
class GLXPlatform( baseplatform.BasePlatform ):
  File /usr/lib/python2.5/site-packages/OpenGL/platform/glx.py, line
16, in GLXPlatform
mode=ctypes.RTLD_GLOBAL
  File /usr/lib/python2.5/site-packages/OpenGL/platform/ctypesloader.py,
line 42, in loadLibrary
return dllType( name, mode )
  File /usr/lib/python2.5/ctypes/__init__.py, line 348, in __init__
self._handle = _dlopen(self._name, mode)
OSError: ('GL: cannot open shared object file: No such file or
directory', 'GL', None)

-- 
Arie



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



Bug#491075: Missing SILLY and freeimage codecs

2008-07-16 Thread Arie Skliarouk
Package: libcegui-mk2-1
Version: 0.5.0-4

The library is compiled with Devil, but not SILLY or freeimage codecs.
According to following post, both codecs are necessary for game smc,
otherwise it just segfaults:
http://www.secretmaryo.org/phpBB3/viewtopic.php?f=2t=826

The freeimage library exists in libfreeimage-dev. I am not sure about
SILLY codec.

--
Arie



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



Bug#485805: Add backticks.so CMD please

2008-06-11 Thread Arie Skliarouk
On Wed, Jun 11, 2008 at 18:36, Tzafrir Cohen [EMAIL PROTECTED]
wrote:

 On Wed, Jun 11, 2008 at 06:06:10PM +0300, Arie Skliarouk wrote:
 I have compiled the module manually and confirm that it works.

 With 1.4 as well?


Yes, with 1:1.4.19.1~dfsg-1

We generally use a separate pacakge for each such separate external
 module. Should this be the case here? Or aggregate it with some others?


I don't think 11k of the backticks.so shared object justify putting it into
separate package.

-- 
Arie


Bug#484051: flite and oss emulation using alsa

2008-06-01 Thread Arie Skliarouk
Package: flite
Version: 1.2-release-2.2

trantor:~# uname -a
Linux trantor 2.6.25-2-686 #1 SMP Tue May 27 15:38:35 UTC 2008 i686
GNU/Linux
trantor:~#  modprobe snd-seq-oss snd-pcm-oss snd-mixer-oss
trantor:~# /usr/bin/flite -t 5. 8. 0. 0. 3. 1. 7.
oss_audio: failed to open audio device /dev/dsp
trantor:~#

However, under kernel 2.6.25-1-686 on the same machine the flite works, even
without modprobes necessary:
trantor:~# uname -a
Linux trantor 2.6.25-1-686 #1 SMP Mon Apr 28 13:54:58 UTC 2008 i686
GNU/Linux
trantor:~# /usr/bin/flite -t 5. 8. 0. 0. 3. 1. 7.
trantor:~#

On the other machine, the flite does not work on kernel 2.6.25-1-686 as
well...

This could be kernel issue as well.

-- 
Arie


Bug#364990: [libdvdnav] Re: Only first chapter is visible

2008-04-28 Thread Arie Skliarouk
I have tried thoggen with the latests libdvdnav in unstable:

ii  libdvdnav4   0.1.10-0.2   The DVD
navigation library
ii  thoggen 0.7.0-1  DVD backup
utility based on GStreamer and Gt

With no improvements. Where can I take deb package of libdvdnav 4.1.2?

--
Arie

On Mon, Apr 28, 2008 at 10:47 AM, Daniel Baumann [EMAIL PROTECTED] wrote:

 Hi,

 could you please retry and confirm that the issue still appears with
 libdvdnav 4.1.2.

 Regards,
 Daniel

 --
 Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
 Email:  [EMAIL PROTECTED]
 Internet:   
 http://people.panthera-systems.net/~daniel-baumann/http://people.panthera-systems.net/%7Edaniel-baumann/




-- 
Arie


Bug#474135: bash crashes on LDAP lookups for autocompletion

2008-04-03 Thread Arie Skliarouk
Package: bash
Version: 3.1dfsg-9

I have an LDAP users lookup and authentication set up. When I attempt to do
completion of username (using tab), the bash crashes:
[~]$ echo $$
25166
[~]$ id
uid=20005(arie) gid=20005(arie),20005(arie)
[~]$ ls ~arie
... (works properly)
[~]$ bash
[~]$ echo $$
25238
[~]$ cd ~ar
malloc: unknown:0: assertion botched
free: start and end chunk sizes differ
last command: w
Aborting...Aborted
[~]$ echo $$
25166
[~]$

The same version of bash on non-LDAP enabled machine works properly.

-- 
Arie


Bug#472461: Random segmentation faults

2008-03-27 Thread Arie Skliarouk
 You may  help the  maintainer by specifying  some more  information like
 the  output of  aptitude  show  python-uno. For  example,  do you  use
 OpenOffice.org 2.4.0~rc6-1?


# aptitude  show  python-uno
Package: python-uno
New: yes
State: installed
Automatically installed: yes
Version: 1:2.4.0~rc6-1
Priority: optional
Section: python
Maintainer: Debian OpenOffice Team [EMAIL PROTECTED]
Uncompressed Size: 766k
Depends: libc6 (= 2.7-1), libgcc1 (= 1:4.1.1-21), libstdc++6 (= 4.1.1-21
),
 libstlport4.6c2, openoffice.org-core (= 1:2.4.0~rc6-1), python (=
 2.4), python ( 2.5), python-central (= 0.6), python2.4 (= 2.3.90
)
Replaces: openoffice.org-common ( 1.9.82)
Provides: python2.4-uno
Description: Python interface for OpenOffice.org
 The Python-UNO bridge allows use of the standard OpenOffice.org API with
the
 Python scripting language. It additionally allows others to develop UNO
 components in Python, thus Python UNO components may be run within the
 OpenOffice.org process and can be called from C++ or the built in StarBasic
 scripting language.

 You can more information about Pyuno at
 http://udk.openoffice.org/python/python-bridge.html
Homepage: http://udk.openoffice.org/python/python-bridge.html

Tags: devel::lang:c++, devel::lang:python, implemented-in::python,
  role::shared-lib, suite::openoffice

-- 
Arie


Bug#472461: Random segmentation faults

2008-03-24 Thread Arie Skliarouk
package: unoconv
version: 0.3-3

Unoconv randomly crashes on conversion of an odt file to html one:

#!/bin/sh
for tt in `seq 1 10`;
{
  unoconv --format=html test.odt 2/dev/null  Success=YES
  echo -n .
  rm test.html
}

Crashes 3-7 times out of 10 with one of two messages: Segmentation fault
or Aborted.

-- 
Arie


Bug#472285: josm stuck on launch

2008-03-24 Thread Arie Skliarouk

  After install, josm opened an window with menu and some links, and then
  froze.


 What jvm are you using to execute josm?


I use gij 4:4.3.0-1 (latests available in unstable)


 Could you please try to run josm with either gij-4.1 or jamvm and post
 the result?


On gij-4.1 it worked a bit, but gets stuck as well (in random places). When
stuck, following error is printed on stdout:

The program '.' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadPixmap (invalid Pixmap parameter)'.
  (Details: serial 10378 error_code 4 request_code 56 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)


-- 
Arie


Bug#472285: josm stuck on launch

2008-03-22 Thread Arie Skliarouk
Package: josm
version: 0.0.0.20080316-1

After install, josm opened an window with menu and some links, and then
froze.

There were a lot of messages on stdout like these:
Mappaint: Icon
/usr/share/icons/openstreetmap/classic.small/misc/proposed.png not found,
using default icon

-- 
Arie


Bug#470432: alsaplayer does not honor audiodevice by name

2008-03-11 Thread Arie Skliarouk
package: alsaplayer-common
version:0.99.80-1

On a machine with two soundcards, order of theirs enumeration can vary on
boot. The recommended solution is to access the soundcards by name and not
by ID:
http://alsa.opensrc.org/index.php/MultipleCards

On my machine the cards are named as follows:
$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: PCM2702 [Burr-Brown Japan PCM2702], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: ICH5 [Intel ICH5], device 0: Intel ICH [Intel ICH5]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: ICH5 [Intel ICH5], device 4: Intel ICH - IEC958 [Intel ICH5 -
IEC958]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

mplayer works when the soundcard is specified by name:
$ mplayer -ao alsa:device=hw=PCM2702 test.mp3

But alsaplayer does not:

$ alsaplayer -d device=hw=PCM2702 Alenkii.Cvetochek.mp3
ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM device=hw=PCM2702
snd_pcm_open: No such file or directory (device=hw=PCM2702)
Failed to initialize plugin!

Could be that alsaplayer arguments must be different. In this case, can you
describe them in alsaplayer's man page?

-- 
Arie


Bug#468066: Default settings should be ALSA output

2008-02-26 Thread Arie Skliarouk
package: mpd
version: 0.13.1-3

Default settings in /etc/mpd.conf file should be the first ALSA device, so
that the package can be used out-of-the-box in most cases.

-- 
Arie


Bug#463606: Does the 2.6.24 -486 kernel work on your C3 box?

2008-02-14 Thread Arie Skliarouk
Yes, -486 kernel booted properly. I forgot that 2.6.22 kernel I have used
before was also of -486 variety.

On Feb 13, 2008 9:43 PM, Graham [EMAIL PROTECTED] wrote:

 Hi Arie

 I wonder if your C3 suffers from the same limitation as Joey's TM5800.

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464962#75

 Does the -486 kernel boot correctly on your C3?

 -- graham




-- 
Arie


Bug#463606: Fails on my VIA box as well

2008-02-12 Thread Arie Skliarouk
The linux-image-2.6.24-1-686_2.6.24-3_i386.deb fails the same way on my VIA
Nehemiah (C3) motherboard. On the other machine (Intel 440BX, PentiumIII
600MHz) the kernel works fine though.

-- 
Arie


Bug#457052: Set to current page

2008-02-10 Thread Arie Skliarouk
I just did following:
apt-get install epiphany epiphany-webkit

Setting up epiphany-data (0.7.0-1) ...
Setting up libsdl-mixer1.2 (1.2.8-3) ...
Setting up epiphany (0.7.0-1) ...
Setting up epiphany-webkit (2.20.3-1) ...

Then I launched epiphany-browser using following command:
epiphany-browser

Then I went to google.com page and managed to make it the default page. Then
I went to another domain and this time the Set current page button did not
work - when I press the Set to current page button, it presses and
depresses properly, but the Address: bar still shows the old value of
current page.

On Jan 11, 2008 5:35 PM, Josselin Mouette [EMAIL PROTECTED] wrote:

 Le mercredi 19 décembre 2007 à 13:23 +0200, Arie Skliarouk a écrit :
  Package: epiphany-browser
  Version:  2.20.2-1
 
  I tried to change default page to current one by pressing
  Edit-Preferences-Set to current page,
  but nothing happened.

 Hi,

 I'm afraid I can't reproduce that.

 Are you by chance using epiphany-webkit ?

 Cheers,
 --
  .''`.
 : :' :  We are debian.org. Lower your prices, surrender your code.
 `. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.




-- 
Arie


Bug#446299: eclipse: Crashes on startup

2008-01-15 Thread Arie Skliarouk

 Does deinstalling/purging all eclipse related packages and reinstalling
 them help for you too?


Yes, tried that before, did not help.

-- 
Arie


Bug#446299: eclipse: Crashes on startup

2008-01-15 Thread Arie Skliarouk

 Have you tried executing /usr/lib/eclipse/eclipse?


When I start /usr/lib/eclipse/eclipse, it complains on out-of-memory

# /usr/lib/eclipse/eclipse
GC Warning: Out of Memory!  Returning NIL!

In separate window top shows:
  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+
COMMAND
 4048 arie  25   0  473m 345m  60m R  100 34.1   0:20.51 java

My machine has 1GB of memory. If I run eclipse using eclipse command, the
memory usage by java process baloons to 900Mb before falling out:
  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+
COMMAND
 4588 arie  23   0  930m 754m  60m D   81 64.7   0:28.48 java

Is the memory consumption reasonable?

/usr/lib/eclipse/usr/lib/eclipse/startup.jar looks terribly awful.
 Something is wrong here.


I have removed the /usr/lib/eclipse/usr directory, to recreate the problem I
had back then, but have not found any indication on that. The same huge
memory usage.

Could be the problem was related to the memory consumption.
$ eclipse
searching for compatible vm...
  testing /usr/lib/jvm/java-gcj...found
$ ls -l /usr/lib/jvm/java-gcj
lrwxrwxrwx 1 root root 26 2007-12-04 16:54 /usr/lib/jvm/java-gcj -
java-1.5.0-gcj-4.2-1.5.0.0/
$ dpkg -S /usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/bin/java
java-gcj-compat: /usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/bin/java
$ dpkg -l | grep java-gcj-compat
ii  java-gcj-compat  1.0.77-2
Java runtime environment using GIJ

--
Arie


Bug#446299: eclipse: Crashes on startup

2008-01-15 Thread Arie Skliarouk
PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+
  COMMAND
   4588 arie  23   0  930m 754m  60m D   81 64.7   0:28.48 java

 Hmm, no I have a much leaner memory usage here. Is the package
 eclipse-gcj installed? This depends on some optimized packages for GCJ.
 Can you please try this too?


$ dpkg -l | grep eclipse-gcj
ii  eclipse-gcj  3.2.2-4
Native Eclipse run with GCJ

-- 
Arie


Bug#446299: eclipse: Crashes on startup

2008-01-15 Thread Arie Skliarouk
On Jan 15, 2008 12:16 PM, Michael Koch [EMAIL PROTECTED] wrote:

 On Tue, Jan 15, 2008 at 12:01:36PM +0200, Arie Skliarouk wrote:
  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+
COMMAND
 4588 arie  23   0  930m 754m  60m D   81 64.7   0:28.48 java
  
   Hmm, no I have a much leaner memory usage here. Is the package
   eclipse-gcj installed? This depends on some optimized packages for
 GCJ.
   Can you please try this too?
 
 
  $ dpkg -l | grep eclipse-gcj
  ii  eclipse-gcj  3.2.2-4
  Native Eclipse run with GCJ

 Can you please remove it and all the *-gcj packages and retest?


I did following:
# dpkg --purge libxerces2-java-gcj libxalan2-java-gcj libswt3.2-gtk-gcj
liblog4j1.2-java-gcj libjaxp1.3-java-gcj libecj-java-gcj eclipse-rcp-gcj
eclipse-platform-gcj eclipse-pde-gcj eclipse-jdt-gcj eclipse-gcj ecj-gcj
ant-optional-gcj ant-gcj  java-gcj-compat-dev

And now eclipse works! Thank you very much!

Have you ever tried to run Eclipse with SUN JDK? Does that work?


Yes, I tried that before. Got the same problem.

-- 
Arie


Bug#446299: eclipse: Crashes on startup

2008-01-15 Thread Arie Skliarouk
On Jan 15, 2008 12:54 PM, Michael Koch [EMAIL PROTECTED] wrote:

 On Tue, Jan 15, 2008 at 12:24:20PM +0200, Arie Skliarouk wrote:
  On Jan 15, 2008 12:16 PM, Michael Koch [EMAIL PROTECTED] wrote:
 
   On Tue, Jan 15, 2008 at 12:01:36PM +0200, Arie Skliarouk wrote:
PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+
  COMMAND
   4588 arie  23   0  930m 754m  60m D   81 64.7   0:28.48java

 Hmm, no I have a much leaner memory usage here. Is the package
 eclipse-gcj installed? This depends on some optimized packages for
   GCJ.
 Can you please try this too?
   
   
$ dpkg -l | grep eclipse-gcj
ii  eclipse-gcj  3.2.2-4
Native Eclipse run with GCJ
  
   Can you please remove it and all the *-gcj packages and retest?
 
 
  I did following:
  # dpkg --purge libxerces2-java-gcj libxalan2-java-gcj libswt3.2-gtk-gcj
  liblog4j1.2-java-gcj libjaxp1.3-java-gcj libecj-java-gcj eclipse-rcp-gcj
  eclipse-platform-gcj eclipse-pde-gcj eclipse-jdt-gcj eclipse-gcj ecj-gcj
  ant-optional-gcj ant-gcj  java-gcj-compat-dev
 
  And now eclipse works! Thank you very much!
 
  Have you ever tried to run Eclipse with SUN JDK? Does that work?
 
 
  Yes, I tried that before. Got the same problem.

 Hmm, as you deinstalled java-gcj-compat-dev GCJ is probably not used
 anymore as runtime. Would have been good to see if it works with GCJ for
 you at all. Can you please retest this and give feedback?


sudo apt-get install java-gcj-compat-dev java-gcj-compat

$ eclipse
searching for compatible vm...
  testing /usr/lib/jvm/java-gcj...found
$

Apparently works. How can I see for sure, whether it uses gcj?

-- 
Arie


Bug#446299: eclipse: Crashes on startup

2008-01-15 Thread Arie Skliarouk
Consider to close the bug. Unfortunately I don't have time to pinpoint the
package that caused gcj to use huge amount of memory...

Thank you for your help!

-- 
Arie


Bug#460914: Some fonts are printed as blanks or squares

2008-01-15 Thread Arie Skliarouk
Package: openoffice.org-writer
Version: 1:2.3.1-3

Under openoffice 2.3.1 (as packaged in debian openoffice.org-writer 1:2.3.1-3),
while text using certain fonts is seen perfectly on screen, printout (on hp1018)
is not always good.

This is demonstrated in attached .ODT file, that should be printed to see the
bug in action.

You will not see the bug if you export the file into PDF, as all words
are shown properly. Only hard-paper printout would show the bugs.

Initially I have submitted the bug to OOo BTS, but there the printout works
well:
http://www.openoffice.org/issues/show_bug.cgi?id=85200

-- 
Arie


InvisibleFonts.odt
Description: application/vnd.oasis.opendocument.text


Bug#457052: Set to current page

2007-12-19 Thread Arie Skliarouk
Package: epiphany-browser
Version:  2.20.2-1

I tried to change default page to current one by pressing
Edit-Preferences-Set to current page,
but nothing happened.

-- 
Arie


Bug#446299: eclipse: Crashes on startup

2007-12-05 Thread Arie Skliarouk
I have the same problem.
If I launch the command line manually (not using eclipse shell script), then
eclipse starts properly:

/usr/lib/jvm/java-gcj/bin/java -Djava.library.path=/usr/lib/jni -
Dgnu.gcj.precompiled.db.path=/var/lib/gcj-4.2/classmap.db \ -
Dgnu.gcj.runtime.VMClassLoader.library_control=never
-Dosgi.locking=none-jar /usr/lib/eclipse//usr/lib/eclipse/startup.jar
\
-os linux -ws gtk -arch x86 -launcher /usr/lib/eclipse/eclipse -name Eclipse
-showsplash 600 -exitdata 4230001 \
-install /usr/lib/eclipse -debug -vm /usr/lib/jvm/java-gcj/bin/java -vmargs
-Djava.library.path=/usr/lib/jni \ -
Dgnu.gcj.precompiled.db.path=/var/lib/gcj-4.2/classmap.db -
Dgnu.gcj.runtime.VMClassLoader.library_control=never \
-Dosgi.locking=none -jar /usr/lib/eclipse//usr/lib/eclipse/startup.jar

I have copied the /usr/lib/eclipse/startup.jar to
/usr/lib/eclipse//usr/lib/eclipse/startup.jar:
mkdir -p /usr/lib/eclipse//usr/lib/eclipse/
cp /usr/lib/eclipse/startup.jar /usr/lib/eclipse/usr/lib/eclipse/

-- 
Arie


Bug#448280: kpdf does not show hebrew text on background

2007-12-04 Thread Arie Skliarouk
The problem still occurs with kpdf version 3.5.8-2+b1

Does API of libfreetype allows to relax strictness of fonts rendering?

BTW, the URL of the pdf file file in question was changed. Now it is
http://catchmedia.com/~arie/a/kpdf_invisible_text.pdf

Can I attach binary files to bugreport? Should I just send email with
attachment?

-- 
Arie


Bug#453894: Want to preset network speed

2007-12-01 Thread Arie Skliarouk
Package: network-manager-kde
Version: 1:0.2-2

Due to buggy bcm43xx driver, only 11mbit connection works reliably. There is
similar, speed-related bug report:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=376965

According to iwconfig, network-manager-kde (NMK) applet uses 1mbit speed
for DHCP-negotiation stage.

If I manually, in separate window, specify 11mbit connection iwconfig eth1
rate 11M, then the negotiations go through, and I get the connection,
otherwise NMK fail on negotiation stage (24%).

How can I make network-manager-kde, to always use 11mbit connection speed?

-- 
Arie


Bug#453250: ipv6 support

2007-11-27 Thread Arie Skliarouk
Package: telnet
Version: 0.17-35

I am trying to establish ipv6 connection to a machine using local-link
interface. ping6 works:
# ping6 -I eth0 fe80::240:63ff:fec6:d69
PING fe80::240:63ff:fec6:d69(fe80::240:63ff:fec6:d69) from
fe80::250:bfff:fedb:6816 eth0: 56 data bytes
64 bytes from fe80::240:63ff:fec6:d69: icmp_seq=1 ttl=64 time=2.58 ms
...

telnet over ipv4 works. But using ipv6 address is not working:

# telnet -6 [fe80::240:63ff:fec6:d69]
telnet: could not resolve [fe80::240:63ff:fec6:d69]/telnet: Name or service
not known
# telnet -6 fe80::240:63ff:fec6:d69
Trying fe80::240:63ff:fec6:d69...
telnet: Unable to connect to remote host: Invalid argument

The machine has only single network card with interface eth0.

-- 
Arie