Bug#696851: attached fix

2015-10-31 Thread Wolfgang Aigner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hello,
I've just made a fix for xdg directory.
Currently I try to fix a few annoying bugs in launchy. They can be found in:

https://github.com/wofwofwof/Launchy

- -- 
cheers

wof


commit 5d7967a258921f67ed8014f7b78cf2ea048263af
Author: wof 
Date:   Fri Oct 30 18:16:38 2015 +0100

honor XDGBaseDirectorySpecification from debian for config directories

diff --git a/trunk/Launchy_QT/platforms/unix/platform_unix.cpp 
b/trunk/Launchy_QT/platforms/unix/platform_unix.cpp
index a5394d2..75d0d30 100644
- --- a/trunk/Launchy_QT/platforms/unix/platform_unix.cpp
+++ b/trunk/Launchy_QT/platforms/unix/platform_unix.cpp
@@ -96,23 +96,29 @@ QList 
PlatformUnix::getDefaultCatalogDirectories() {
 QHash > PlatformUnix::getDirectories() {
 QHash > out;
 QDir d;
- -d.mkdir(QDir::homePath() + "/.launchy");
+
+QString xdg_config_home = qgetenv("XDG_CONFIG_HOME").constData();
+if (xdg_config_home.isEmpty()) {
+xdg_config_home = QDir::homePath() + "/.config/launchy";
+}
+
+d.mkdir(xdg_config_home);
 
 out["skins"] += qApp->applicationDirPath() + "/skins";
- -out["skins"] += QDir::homePath() + "/.launchy/skins";
+out["skins"] += xdg_config_home + "/skins";
 out["skins"] += SKINS_PATH;
 
 out["plugins"] += qApp->applicationDirPath() + "/plugins";
- -out["plugins"] += QDir::homePath() + "/.launchy/plugins";
+out["plugins"] += xdg_config_home + "/plugins";
 out["plugins"] += PLUGINS_PATH;
 
- -out["config"] += QDir::homePath() + "/.launchy";
+out["config"] += xdg_config_home;
 out["portableConfig"] += qApp->applicationDirPath();
 
 if (QFile::exists(out["skins"].last() + "/Default"))
- -   out["defSkin"] += out["skins"].last() + "/Default";
+out["defSkin"] += out["skins"].last() + "/Default";
 else
- -  out["defSkin"] += out["skins"].first() + "/Default";
+out["defSkin"] += out["skins"].first() + "/Default";
 
 out["platforms"] += qApp->applicationDirPath();
 out["platforms"] += PLATFORMS_PATH;


-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJWNJUpAAoJEG77w815zV8viCcP/RGlyUp8I6C8t1E6KSKvJseM
dbad4Z1oP9xybvGzLvKX5pVCV7XreT7bHb2GGqOaRaNY27PnwmO841wq29CIS+o+
RzOec15zu+pTpMUC2osoxRy6cJ4Oz6rcH7T0zI60XgvYJlpdwDu3kuH8KyD0jheV
lhrp27JjEwKfkk3rtFJ9QDxVUUJZZqbGOTk9W9bo7H9iC/Fbu09/AqFtjv3Pau1L
ooN9j3lrDVMlzbu8VBzSp4lQepW2WkUR7cLxDEsosLEKlnZHQRqOeq1SQQtfq3gt
z8erWQCkR4eCdP8HnyF0mjR4/nzyNoqegQ6VyELlOoHfr7oRiex+WhAS5Eu+26wV
I48U7bp5OAKThHDIE0iioUoErGW+nPHBa5vD2tVZgw3o+gbH4R9t9CzJl7Co3oZm
H6F6sze89l7F0rNv0P+N6QSSFAy+5oX9yX072+a2/FsfBm5Mv8eUSCKGwD98mcwO
ItHhFu2h57HXA7NpTL/PjQHtvBkRXtKhFOIFXD+YMZswZqmKglR1sS0aRq5shOii
oalVwzSRGb8qK/RsvgIOpCzG9TLxG0fs9l15xkuNX8FdZwMBSZHf62LA1gY0BM3d
d7PDKwG0HNARjH6Rh2YDuejDdYOjkK6O8FdJUVoKUdhLUZl4ibnlaXIzM6Ho5BO5
2n1y/U5w36NPA12RHI2X
=a3X3
-END PGP SIGNATURE-



Bug#735082: plee-the-bear: got a segmentation fault when the real game starts

2014-02-11 Thread Wolfgang Aigner
Hello Vincent,
sorry for the late answer. After the upgrade on testing 4 days ago everything 
works now. Please close the bug. Sorry for inconvinience.

cheers

Wolfgang



On Saturday, January 25, 2014 08:26:24 PM Vincent Cheng wrote:
> On Sat, Jan 25, 2014 at 5:15 AM, Wolfgang Aigner  
wrote:
> > Hello Vincent,
> > in my current environment I have problems to build the source. I've
> > attached the the output. The problem seems to come from the the boost
> > version.
> Please build and test using a Debian unstable environment. You can use
> pbuilder/cowbuilder/sbuild to set up a sid chroot if you don't already
> have a sid system on hand to test with.
> 
> Regards,
> Vincent


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



Bug#735082: plee-the-bear: got a segmentation fault when the real game starts

2014-01-12 Thread Wolfgang Aigner
Package: plee-the-bear
Version: 0.6.0-1+b1
Severity: grave
Justification: renders package unusable

After starting with plee-the-bear I got a segfault with following message:


  
ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
/usr/games/plee-the-bear: line 13: 18002 Segmentation fault  
/usr/games/running-bear --game-name="Plee the Bear" --screen-width=800 --
screen-height=600 
--stats-destination=http://plee-the-bear.sourceforge.net/stats.php 
--active-area=500 --data-path="$DATA_PATH" --
item-library="$GENERIC_LIB_PATH" --item-library="$PTB_LIB_PATH" --start-
level=level/gamned.cl "$@"

Thank you very much for your help.

Wolfgang

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-1-amd64 (SMP w/4 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 plee-the-bear depends on:
ii  libboost-filesystem1.49.01.49.0-4+b3
ii  libboost-regex1.49.0 1.49.0-4+b3
ii  libboost-signals1.49.0   1.49.0-4+b3
ii  libboost-system1.49.01.49.0-4+b3
ii  libboost-thread1.49.01.49.0-4+b3
ii  libc62.17-97
ii  libclaw-application1 1.7.3-1
ii  libclaw-configuration-file1  1.7.3-1
ii  libclaw-dynamic-library1 1.7.3-1
ii  libclaw-graphic1 1.7.3-1
ii  libclaw-logger1  1.7.3-1
ii  libclaw-net1 1.7.3-1
ii  libclaw-tween1   1.7.3-1
ii  libgcc1  1:4.8.2-12
ii  libgl1-mesa-glx [libgl1] 9.2.2-1
ii  libsdl-mixer1.2  1.2.12-10
ii  libsdl1.2debian  1.2.15-8
ii  libstdc++6   4.8.2-12
ii  plee-the-bear-data   0.6.0-1

plee-the-bear recommends no packages.

plee-the-bear suggests no packages.


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



Bug#720937: extlinux: sorting of extlinux-update is broken

2013-08-26 Thread Wolfgang Aigner
Package: extlinux
Version: 3:4.05+dfsg-6+deb7u3
Severity: normal
Tags: patch


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
Architecture: i386

currently  the versions of the kernel were sorted by extlinux-update with:

_VERSIONS="$(cd /boot && ls vmlinuz-* | grep -v .dpkg-tmp | sed -e 's|
vmlinuz-||g' | sort -nr)"

That doesn't work for e.g.

3.11-2-486 
3.2.0-4-486  
4.1-2-486
3.2.1-4-486 
3.10-2-486

so please change it to 
_VERSIONS="$(cd /boot && ls vmlinuz-* | grep -v .dpkg-tmp | sed -e 's|
vmlinuz-||g' | sort -t. -k1,1r -k2nr)"

cheers

Wolfgang


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



Bug#602917: vym: Openoffice export does not work

2010-11-09 Thread wolfgang . aigner
Package: vym
Version: 1.12.7-1
Severity: normal
Tags: squeeze


After exporting the data from vym to openoffice I get following error message:
Format error discovered in the file in sub-document content.xml at position 
263,77(row,col).

The content in the content.xml is

262 
263 Logginghttp://www.w3.org/TR/REC-html40/strict.dtd";>
264 

Bug#521514: password-gorilla: insufficient random seed for password generator

2009-03-27 Thread wolfgang . aigner
Package: password-gorilla
Severity: wishlist
Tags: patch


The used random seed is not very strong. On linux systems /dev/random
and /dev/urandom are default and could be used for strong random seed.

Applied is the patch:


403,407c403,416
<
< append seed "20041201"
< append seed [clock seconds] [clock clicks] [pid]
< append seed [winfo id .] [winfo geometry .] [winfo pointerxy .]
< set hashseed [pwsafe::int::sha1isz $seed]
---
>
> # check if /dev/urandom is available
> if {[file exists /dev/urandom]} {
> set f [open /dev/urandom]
> fconfigure $f -translation binary
> set hashseed [read $f 20]
> close $f
> } else {
> # unsecure seed function
> append seed "20041201"
> append seed [clock seconds] [clock clicks] [pid]
> append seed [winfo id .] [winfo geometry .] [winfo pointerxy
> .]
> set hashseed [pwsafe::int::sha1isz $seed]
> }

-- 
Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: 
http://www.gmx.net/de/go/multimessenger01



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



Bug#509131: iptables: ICMP doesn't work for --uid-owner

2008-12-18 Thread wolfgang . aigner
Package: iptables
Version: 1.4.1.1-3
Severity: normal

iptables -A OUTPUT -p all -m owner --uid-owner user -j DROP
doesn't work but
iptables -A OUTPUT -p all -m owner --gid-owner user -j DROP
works fine.

If this behaviour is desired it would be nice if it is at least documented in 
the man page.

thanks for your work

wof

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

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

Versions of packages iptables depends on:
ii  libc6 2.7-16 GNU C Library: Shared libraries

iptables recommends no packages.

iptables suggests no packages.

-- no debconf information

-- 
Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: 
http://www.gmx.net/de/go/multimessenger



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



Bug#495023: bzip2: fails to build with apt-build with fixed archtecture

2008-08-13 Thread wolfgang . aigner
Package: bzip2
Version: 1.0.5-0.1
Severity: minor

Hello,
if bzip2 is build with apt-build and following configuration

Olevel = -O2
mtune = -mtune=pentium-m 
options = " -pipe -fomit-frame-pointer  "

it fails with: 
gcc -m64 -march=x86-64 -mtune=x86-64 -Wall -Winline -O2 -g 
-D_FILE_OFFSET_BITS=64  -D_REENTRANT -o blocksort.o -c blocksort.c
blocksort.c:1: error: CPU you selected does not support x86-64 instruction set

the reason is that 
dpkg-architecture -qDEB_HOST_ARCH  --> i386
but this is no x86-64 architecture.

I'm not aware of an easy way to fix this cause for global i686 builds
this behaviour looks fine. 

Maybe it is possible to add additional architecture values to
dpkg-architecture and evaluate it.

It is likely that this problem also occoured on oether packages.

thank you very much for your work

regards

wof


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

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

Versions of packages bzip2 depends on:
ii  libbz2-1.01.0.5-0.1  high-quality block-sorting file co
ii  libc6 2.7-13 GNU C Library: Shared libraries

bzip2 recommends no packages.

Versions of packages bzip2 suggests:
pn  bzip2-doc  (no description available)

-- no debconf information

-- 
Pt! Schon das coole Video vom GMX MultiMessenger gesehen?
Der Eine für Alle: http://www.gmx.net/de/go/messenger03



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



Bug#466463: udp dhcps query port does not honour bind-interfaces

2008-06-10 Thread wolfgang . aigner
Hello Simon,
same problem here for port 67.
Is there a reason that dnsmaq binds all interfaces for this port on udp?

udp0  0 127.0.0.1:530.0.0.0:*   
5758/dnsmasq
udp0  0 192.168.84.1:53 0.0.0.0:*   
5758/dnsmasq
udp0  0 192.168.85.1:53 0.0.0.0:*   
5758/dnsmasq
udp0  0 192.168.88.1:53 0.0.0.0:*   
5758/dnsmasq
udp0  0 192.168.89.1:53 0.0.0.0:*   
5758/dnsmasq
udp0  0 0.0.0.0:67  0.0.0.0:*   
5758/dnsmasq
udp0  0 0.0.0.0:40565   0.0.0.0:*   
5758/dnsmasq 

I found no configuration to get rid of that binding.
It's not a big problem, but I'm happy for every port that need't be bound  on 
my 
wan interface (decreases attack vectors).

Thanks for your fantastic work on dnsmasq, it is a great tool.

Cheers,

wof
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer



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



Bug#483882: cryptsetup: /etc/crypttab noauto setting is ignored

2008-06-08 Thread Wolfgang Aigner
Hello Christian,
this patch against
/lib/cryptsetup/cryptdisks.functions
 fix the bug:

458,462d457
<   # Ignore noauto devices
<   if [ "$IGNORE" = "yes" ]; then
<   device_msg "$dst" "ignored"
<   continue
<   fi
502a498,503
>   
>   # Ignore noauto devices
>   if [ "$IGNORE" = "yes" ]; then
>   device_msg "$dst" "ignored"
>   continue
>   fi


The ignore check is at the moment before the options are parsed.
After moving the check down everything works for me

greetings

wof


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


Bug#475418: psi: symbol lookup error on start

2008-04-10 Thread wolfgang . aigner
Package: psi
Version: 0.11-4
Severity: grave
Justification: renders package unusable

[EMAIL PROTECTED]:~% psi
psi: symbol lookup error: /usr/lib/libQtNetwork.so.4: undefined symbol: 
_ZN14QObjectPrivate15checkWindowRoleEv


likely this is a problem with the dependencies of testing and libqt4-core

greetings

wof


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

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

Versions of packages psi depends on:
ii  libaspell150.60.5-2  GNU Aspell spell-checker runtime l
ii  libaudio2  1.9.1-2   Network Audio System - shared libr
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.0-1 GCC support library
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libmysqlclient15off5.0.51a-3 MySQL database client library
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libpq5 8.3.1-1   PostgreSQL C client library
ii  libqca22.0.0-4   libraries for the Qt Cryptographic
ii  libqt4-core4.3.4-2   Qt 4 core non-GUI functionality ru
ii  libqt4-gui 4.3.4-2   Qt 4 core GUI functionality runtim
ii  libqt4-qt3support  4.3.4-2   Qt 3 compatibility library for Qt 
ii  libqt4-sql 4.3.4-2   Qt 4 SQL database module
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libsqlite0 2.8.17-4  SQLite shared library
ii  libsqlite3-0   3.5.7-1   SQLite 3 shared library
ii  libstdc++6 4.3.0-1   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-1 X11 Xinerama extension library
ii  libxrandr2 2:1.2.2-1 X11 RandR extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxss11:1.1.3-1 X11 Screen Saver extension library
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

Versions of packages psi recommends:
pn  libqca2-plugin-ossl(no description available)
ii  sox   14.0.1-2   Swiss army knife of sound processi

-- no debconf information

-- 
Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX Free Games! 
http://games.entertainment.gmx.net/de/entertainment/games/free



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



Bug#443809: xserver-xorg-video-intel: constant flickering with 855GM chip

2008-02-10 Thread wolfgang . aigner
I've tested Does 2:2.2.0.90-3 today and the flicker is gone.
Great, many thanks...

hope that it fixed Manuels flicker also.

greetings 

wof
-- 
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger



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



Bug#454465: works for Openoffice

2007-12-11 Thread wolfgang . aigner
Hi, 
today I find an intresting thing about this bug.

In Openoffice the douplex page printing worked perfectly,
in evince and gedit it doesn't work.

Is it possible that this bug should not be against the printer driver but
against the gnome printing system? 

I don't know enough about the printer architecture in gnome - cups.

Any suggestions?

greetings 

wof
-- 
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger



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



Bug#385169: gnupg-agent: command get_passphrase failed: Unknown system error

2007-11-12 Thread wolfgang . aigner
> * Wolfgang Aigner ([EMAIL PROTECTED]) wrote:
> > > Still seeing this with version 2.0.0?
> > 
> > It has changed a bit, but not much:
> > - signing cancels now also with an error
> > 
> > If you've got an idea how I can get into this or how I can help you with
> this 
> > problem, please mail me.
> 
> Are you still seeing this? It might be the same bug as #401843.

Sorry, I can't verify it at the moment, because my ibook
has an hardware defect. Please close this bug at the moment.
If it is still valid I will reopen it.

Thanks for your work

Wolfgang Aigner
-- 
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger



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



Bug#443809: Brice Goglin <[EMAIL PROTECTED]>To: Manuel Ifland <[EMAIL PROTECTED]>, [EMAIL PROTECTED]: Re: Bug#443809: xserver-xorg-video-intel: constant flickering with 855GM chip

2007-11-06 Thread wolfgang . aigner
: height  600 start  601 end  604 total  631   clock   85.1Hz
  800x600 (0x64)   50.0MHz +HSync +VSync
h: width   800 start  856 end  976 total 1040 skew0 clock   48.1KHz
v: height  600 start  637 end  643 total  666   clock   72.2Hz
  800x600 (0x65)   49.5MHz +HSync +VSync
h: width   800 start  816 end  896 total 1056 skew0 clock   46.9KHz
v: height  600 start  601 end  604 total  625   clock   75.0Hz
  800x600 (0x66)   40.0MHz +HSync +VSync
h: width   800 start  840 end  968 total 1056 skew0 clock   37.9KHz
v: height  600 start  601 end  605 total  628   clock   60.3Hz
  800x600 (0x67)   36.0MHz +HSync +VSync
h: width   800 start  824 end  896 total 1024 skew0 clock   35.2KHz
v: height  600 start  601 end  603 total  625   clock   56.2Hz
  640x480 (0x68)   36.0MHz -HSync -VSync
h: width   640 start  696 end  752 total  832 skew0 clock   43.3KHz
v: height  480 start  481 end  484 total  509   clock   85.0Hz
  640x480 (0x69)   31.5MHz -HSync -VSync
h: width   640 start  664 end  704 total  832 skew0 clock   37.9KHz
v: height  480 start  489 end  492 total  520   clock   72.8Hz
  640x480 (0x6a)   31.5MHz -HSync -VSync
h: width   640 start  656 end  720 total  840 skew0 clock   37.5KHz
v: height  480 start  481 end  484 total  500   clock   75.0Hz
  640x480 (0x6b)   25.2MHz -HSync -VSync
h: width   640 start  656 end  752 total  800 skew0 clock   31.5KHz
v: height  480 start  490 end  492 total  525   clock   59.9Hz
  720x400 (0x6c)   35.5MHz -HSync +VSync
h: width   720 start  756 end  828 total  936 skew0 clock   37.9KHz
v: height  400 start  401 end  404 total  446   clock   85.0Hz
  640x400 (0x6d)   31.5MHz -HSync +VSync
h: width   640 start  672 end  736 total  832 skew0 clock   37.9KHz
v: height  400 start  401 end  404 total  445   clock   85.1Hz
  640x350 (0x6e)   31.5MHz +HSync -VSync
h: width   640 start  672 end  736 total  832 skew0 clock   37.9KHz
v: height  350 start  382 end  385 total  445   clock   85.1Hz
TMDS disconnected (normal left inverted right x axis y axis)
Identifier: 0x4e
Timestamp:  420832
Subpixel:   horizontal rgb
Clones: VGA
CRTCs:  0 1




old version (debian stable)
 SZ:Pixels  Physical   Refresh
*0   1400 x 1050   ( 474mm x 356mm )  *60  
 1   1280 x 1024   ( 474mm x 356mm )   60  
Current rotation - normal
Current reflection - none
Rotations possible - normal left inverted right 
Reflections possible - none
Setting size to 0, rotation to normal
Setting reflection on neither axis





If you need any futher information please mail me. 
Thanks for your help.

Wolfgang Aigner
-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser



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



Bug#436909: missing cleartextkey option

2007-08-09 Thread wolfgang . aigner
Package: loop-aes-utils
Version: 2.12r-15+b1
Severity: wishlist

The current Version of loop-aes (3.1d-13) (modules and source) contains the 
patch for the cleartextkey option.
This patch is not included in loop-aes-utils.

The option cleartextkey helps to mount a device from an encrypted device 
without adding a new password. This is convinient for fstab and automount.

thanks for your great work

Wolfgang Aigner

-- 
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger


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



Bug#421682: sox: play don't plays music

2007-05-14 Thread Wolfgang Aigner
Hello Pascal,

> Perhaps your problems is due to having an old version of the autotools.
version: autoreconf (GNU Autoconf) 2.61
It should be the latest version from unstable.

> The Makefile.am adds src/libgsm to the tarball.
> IIRC, old versions of autotools would require libgsm to be in
> src/Makefile.am.
>
> Could you try doing modifications to the EXTRA_DIST variable in
> Makefile.am and src/Makefile.am?
> 1) Remove src/libgsm from EXTRA_DIST in Makefile.am
In Makefile.am before any change the line is
EXTRA_DIST = sox.txt soxeffect.txt soxformat.txt soxexam.txt libsox.txt
so there is nothing to remove or do I understand something false?

The only line with src/libgsm is
DIST_SUBDIRS = libltdl lpc10 src/libgsm src

so I remove it from here.

> 2) Add libgsm to EXTRA_DIST in src/Makefile.am
done

> 3) autoreconf -i && ./configure && make dist
worked now, but after installing all packages  sox -h shows:
SUPPORTED FILE FORMATS: m3u pls

:-(

sorry, it doesn't worked.

wof


pgpIOzI1hJKAX.pgp
Description: PGP signature


Bug#421682: [SoX-users] Bug#421682: sox: play don't plays music

2007-05-13 Thread Wolfgang Aigner
On Friday, 11. May 2007 20:10, Chris Bagwell wrote:
> On Fri, May 11, 2007 at 04:41:44PM +0200, Wolfgang Aigner wrote:
> > Hello, Chris,
> > thanks for your answer.
> >
> > > sox infile -t ossdsp /dev/dsp
> >
> > this works, fine.
> >
> > > if that plays noise then there may be an endian problem.  Try changing
> > > endians with:
> > >
> > > sox infile -x -t ossdsp /dev/dsp
> >
> > this works also fine.
> >
> > Everything seems to work fine, but "play" don't work. Also
> > play infile -x -t ossdsp /dev/dsp
> > plays only noise.
> >
> > But this is a good thing to starting point from here on I can dig into
> > the source.
>
> Can you clarify this part again?  You mention once that -x plays
> fine but next you say that -x plays noise.

Sorry, I've mixed the syntax between play and sox.
-x works for play and sox. My fault.

> Probably the fix needs to go somewhere in ossdsp.c.  I notice in
> really old version of code that we would force byte swapping
> and that has been removed.
>
> Look around line 121.  That used to look closer to:
>
>/* determine which 16-bit format to use */
>if (samplesize == 16 && (tmp & sampletype) == 0)
>{
>sampletype = (SOX_IS_BIGENDIAN) ? AFMT_S16_LE : AFMT_S16_BE;
>ft->swap = ft->swap ? 0 : 1
>}
>
> The name for swap has changed... Not sure how to change that off
> hande but should be simple enough.
>
> The logic before this code attempts to use machine endian for
> audio device.  This piece of code detects that audio device
> does not use same endian as machine format and so tells
> sox to internally swap before writing.

This sound reasonable but I can't test it at the moment because now I have an 
other problem, too. 

./src/play soxio: Unknown input file format for `testfile.wav': File type 
`auto' is not known

It looks like sox misses some file formats.
Strange is also the printout of sox -h:
SUPPORTED FILE FORMATS: m3u pls
No ossdsp any more.

Last time I had checked I thank it had worked so far.

sorry for inconveniences
wof


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



Bug#421682: sox: play don't plays music

2007-05-13 Thread Wolfgang Aigner
> In your sox directory that contains the fresh CVS version, do you have
> the src/libgsm directory?

yes it is there. "make" works fine, onyl "make dist" doesn't work.

greetings 
wof


pgpyz4HOcufeG.pgp
Description: PGP signature


Bug#421682: [SoX-users] Bug#421682: sox: play don't plays music

2007-05-11 Thread Wolfgang Aigner
Hello, Chris,
thanks for your answer.

On Tuesday, 8. May 2007 15:24, Chris Bagwell wrote:
> Did I read earlier in the thread that your using OS X?  I think OS X
> uses a OSS simulator to be able to play audio.  So the command line
> would be something like:

I use debian on this Ibook with Powerpc and without Altivec. There is no OS X 
installed on this machine.

> sox infile -t ossdsp /dev/dsp

this works, fine.

> if that plays noise then there may be an endian problem.  Try changing
> endians with:
>
> sox infile -x -t ossdsp /dev/dsp

this works also fine.

Everything seems to work fine, but "play" don't work. Also 
play infile -x -t ossdsp /dev/dsp
plays only noise.

But this is a good thing to starting point from here on I can dig into the 
source.

> if that works then let us know more details of your CPU (intel vs.
> powerpc).

It is a newwold Ibook with G3 Processor and without altivec. Soundmodule is 
snd_powermac.

greetings
wof


pgp4ZGLOTeTVv.pgp
Description: PGP signature


Bug#421682: sox: play don't plays music

2007-05-11 Thread Wolfgang Aigner
On Tuesday, 8. May 2007 14:47, Pascal Giard wrote:
> > There is an other problem when I start "make dist" following error
> > happens: mkdir: cannot create directory `sox-14.0.0/src/libgsm': No such
> > file or directory
> > make: *** [distdir] Error 1
> >
> > So I had built with "make" and start from the ./src/ file.
>
> Hmm... i'm unable to reproduce your problem with a fresh CVS checkout.
> What i did:
> 1) cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/sox co -P
> sox 2) cd sox && autoreconf -i && ./configure && make dist && debuild -B
>
> I get 3 debian packages: sox, libsox0 and libsox-dev .

The problem remains.


on make dist:
tbl ./sox.1 | nroff -man | col -b > sox.txt
tbl ./soxeffect.7 | nroff -man | col -b > soxeffect.txt
tbl ./soxformat.7 | nroff -man | col -b > soxformat.txt
tbl ./soxexam.7 | nroff -man | col -b > soxexam.txt
tbl ./libsox.3 | nroff -man | col -b > libsox.txt
{ test ! -d sox-14.0.0 || { find sox-14.0.0 -type d ! -perm -200 -exec chmod 
u+w {} ';' && rm -fr sox-14.0.0; }; }
mkdir sox-14.0.0
mkdir -p -- . sox-14.0.0/m4
list='libltdl lpc10 src/libgsm src'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
test -d "sox-14.0.0/$subdir" \
|| mkdir "sox-14.0.0/$subdir" \
|| exit 1; \
(cd $subdir && \
  make  \
top_distdir="../sox-14.0.0" \
distdir="../sox-14.0.0/$subdir" \
distdir) \
  || exit 1; \
  fi; \
done
make[1]: Entering directory `/home/wof/test/sox/libltdl'
cd . && /bin/sh /home/wof/test/sox/libltdl/missing --run autoheader
rm -f stamp-h1
touch config-h.in
{ test ! -d ../sox-14.0.0/libltdl || { find ../sox-14.0.0/libltdl -type 
d ! -perm -200 -exec chmod u+w {} ';' && rm -fr ../sox-14.0.0/libltdl; }; }
mkdir ../sox-14.0.0/libltdl
find ../sox-14.0.0/libltdl -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type 
d ! -perm -444 -exec /bin/sh /home/wof/test/sox/libltdl/install-sh -c -m a+r 
{} {} \; \
|| chmod -R a+r ../sox-14.0.0/libltdl
make[1]: Leaving directory `/home/wof/test/sox/libltdl'
make[1]: Entering directory `/home/wof/test/sox/lpc10'
make[1]: Leaving directory `/home/wof/test/sox/lpc10'
mkdir: cannot create directory `sox-14.0.0/src/libgsm': No such file or 
directory
make: *** [distdir] Error 1



the configure output:
[EMAIL PROTECTED]:~/test/sox$ autoreconf -i && ./configure
You should update your `aclocal.m4' by running aclocal.
You should update your `aclocal.m4' by running aclocal.
libtoolize: `config.guess' exists: use `--force' to overwrite
libtoolize: `config.sub' exists: use `--force' to overwrite
libtoolize: `ltmain.sh' exists: use `--force' to overwrite
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
lpc10/Makefile.am: installing `./depcomp'
src/Makefile.am: installing `./compile'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for lt_dlinit in -lltdl... no
checking build system type... powerpc-unknown-linux-gnu
checking host system type... powerpc-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g...

Bug#421682: sox: play don't plays music

2007-05-07 Thread Wolfgang Aigner
Hello Pascal,

>> There's been lots of work on that front in the incoming 14.0.0 .
>> And i believe 14.0.0 should fix your problem.

>> I'd gladly send you a test package but i don't have a powerpc.
>> If you're familiar with CVS, you may build yourself Debian packages from
>> it. Just read the debian/README.Debian file available in the CVS.

> No problem, I will check out sox and try it on the next week. 
> Is it correct to check out from sox.sourceforge.net, or should I use
> an other debian cvs repository?

I was very curious and so I build the package from sox.sourceforge.net from
the current cvs (SoX, 14.0.0). The result is the same as reported. I only get 
noise sound from my speaker. Do you have any idea how I can help to find that 
bug?

There is an other problem when I start "make dist" following error happens:
mkdir: cannot create directory `sox-14.0.0/src/libgsm': No such file or 
directory
make: *** [distdir] Error 1

So I had built with "make" and start from the ./src/ file. 

thanks for your work 
and greetings
Wolfgang


pgp6tCG6eWmzt.pgp
Description: PGP signature


Bug#421682: sox: play don't plays music

2007-05-07 Thread Wolfgang Aigner
Hello Pascal,
thank you vor your answer.

> Your problem is only related to outputing sound, right?
> (To the sox ML, do you have anything to suggest?)

It looks that way. A few tests haven't shown any other problem.
But I'm not very common with sox, because I use it normally only as
player with play. Only a simple user. :-)

> Can you tell me if applying effects work?¹

They work.

> There's been lots of work on that front in the incoming 14.0.0 .
> And i believe 14.0.0 should fix your problem.

> I'd gladly send you a test package but i don't have a powerpc.
> If you're familiar with CVS, you may build yourself Debian packages from
> it. Just read the debian/README.Debian file available in the CVS.

No problem, I will check out sox and try it on the next week. 
Is it correct to check out from sox.sourceforge.net, or should I use
an other debian cvs repository?

greetings
Wolfgang


pgpkQ01bAyDBZ.pgp
Description: PGP signature


Bug#421682: sox: play don't plays music

2007-04-30 Thread Wolfgang Aigner
Package: sox
Version: 13.0.0-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Since a while when I use play, 
- - mp3 files only produce noise
- - ogg files doesn't do anything

music123 plays all this files fine.
I don't have any idea to track this problem down or give more
information. If you need more information, please contact me.

Only idea is that they have compiled altivec support for PPC.
I use an ibook with G3 processor without altivec support.

greetings and thanks for your work

wof


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

Kernel: Linux 2.6.20-rc1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages sox depends on:
ii  libasound21.0.13-2   ALSA library
ii  libc6 2.5-4  GNU C Library: Shared libraries
ii  libflac7  1.1.2-6Free Lossless Audio Codec - runtim
ii  libgsm1   1.0.10-13  Shared libraries for GSM speech co
ii  libmad0   0.15.1b-2.1MPEG audio decoder library
ii  libogg0   1.1.3-2Ogg Bitstream Library
ii  libsamplerate00.1.2-3audio rate conversion library
ii  libsndfile1   1.0.17-1   Library for reading/writing audio 
ii  libvorbis0a   1.1.2.dfsg-1.2 The Vorbis General Audio Compressi
ii  libvorbisenc2 1.1.2.dfsg-1.2 The Vorbis General Audio Compressi
ii  libvorbisfile31.1.2.dfsg-1.2 The Vorbis General Audio Compressi

sox recommends no packages.

- -- no debconf information

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

iD8DBQFGNoeoED/dNr+bCCgRAhEhAKDa5uHCkBWSmbvIrhAvA5tyVRDNmwCg6yG/
b2xQh8gkajzuSyKatPZt4wI=
=5q5C
-END PGP SIGNATURE-


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



Bug#385169: problem seems to be in pinentry-qt

2007-04-03 Thread Wolfgang Aigner
Hello,
first good news more than a year after reporting the bug.

After lots of tries and errors I had it running. The error seems to be in the 
pinentry-qt package. After changing to pinentry-gtk2 everything works fine.

The bug is still vaild for pinentry-qt.
Is it possible to move the bug to pinentry-qt or should I report there a new 
bug?

greetings 
wof


pgps2XYXiFHCL.pgp
Description: PGP signature


Bug#410962: mplayer crashes on every play file

2007-02-18 Thread Wolfgang Aigner
Thanks for your answers.

> Unreproducible and the bug report is useless.  We need complete -v output
> before having any chance to debug this problem.  Post it somewhere.
>
> Diego

Hello Diego,
sorry for uncomplete output, here is the -v output. If you need more 
information or I could do some tests, please send mail.

mplayer -v VTS_01_1.VOB
MPlayer 1.0rc1-4.1.2-DFSG-free (C) 2000-2006 MPlayer Team
AltiVec not found
CPU: PowerPC
get_path('codecs.conf') -> '/home/w/.mplayer/codecs.conf'
Reading /home/w/.mplayer/codecs.conf: Can't 
open '/home/w/.mplayer/codecs.conf': No such file or directory
Reading /etc/mplayer/codecs.conf: Can't open '/etc/mplayer/codecs.conf': No 
such file or directory
Using built-in default codecs.conf.
CommandLine: '-v' 'VTS_01_1.VOB'
init_freetype
Using Unoptimized OnScreenDisplay
Using nanosleep() timing
get_path('input.conf') -> '/home/w/.mplayer/input.conf'
Can't open input config file /home/w/.mplayer/input.conf: No such file or 
directory
Can't open input config file /etc/mplayer/input.conf: No such file or 
directory
Falling back on default (hardcoded) input config
Setting up LIRC support...
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
get_path('VTS_01_1.VOB.conf') -> '/home/w/.mplayer/VTS_01_1.VOB.conf'

Playing VTS_01_1.VOB.
get_path('sub/') -> '/home/w/.mplayer/sub/'
[file] File size is 1073739776 bytes
STREAM: [file] VTS_01_1.VOB
STREAM: Description: File
STREAM: Author: Albeu
STREAM: Comment: based on the code from ??? (probably Arpi)
Checking for YUV4MPEG2
ASF_check: not ASF guid!
Checking for NuppelVideo
Checking for REAL
Checking for SMJPEG
Searching demuxer type for filename VTS_01_1.VOB ext: .VOB
Trying demuxer 2 based on filename extension
system stream synced at 0xD (13)!
==> Found video stream: 0
==> Found audio stream: 129
==> Found audio stream: 128
MPEG Stream reached EOF
ds_fill_buffer: EOF reached (stream: video)
MPEG-PS file format detected.
Searching for sequence header... OK!
VIDEO:  MPEG2  720x576  (aspect 2)  25.000 fps  7500.0 kbps (937.5 kbyte/s)
[V] filefmt:2  fourcc:0x1002  size:720x576  fps:25.00  ftime:=0.0400
get_path('sub/') -> '/home/w/.mplayer/sub/'
open: No such file or directory
[MGA] Couldn't open: /dev/mga_vid
open: No such file or directory
[MGA] Couldn't open: /dev/mga_vid
[VO_TDFXFB] Can't open /dev/fb0: Permission denied.
[VO_3DFX] Unable to open /dev/3dfx.
X11 opening display: :0
vo: X11 color mask:  FF  (R:FF G:FF00 B:FF)
vo: X11 running at 1024x768 with depth 24 and 32 bpp (":0" => local display)
[x11] Detected wm supports NetWM.
[x11] Detected wm supports FULLSCREEN state.
[x11] Detected wm supports ABOVE state.
[x11] Detected wm supports BELOW state.
[x11] Detected wm supports STAYS_ON_TOP state.
[x11] Current fstype setting honours FULLSCREEN STAYS_ON_TOP ABOVE BELOW X 
atoms
[xv common] Drawing colorkey manually.
[xv common] Using colorkey from Xv (0x1e).
[xv common] Maximum source image dimensions: 2048x2048
==
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 720 x 576 (preferred colorspace: Mpeg PES)
Trying filter chain: vo
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
SwScale params: -1 x -1 (-1=no scaling)
Trying filter chain: scale vo
The selected video_out device is incompatible with this codec.
Try adding the scale filter, e.g. -vf spp,scale instead of -vf spp.
VDecoder init failed :(
Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b


MPlayer interrupted by signal 4 in module: init_video_codec
- MPlayer crashed by an 'Illegal Instruction'.
  It may be a bug in our new runtime CPU-detection code...
  Please read DOCS/HTML/en/bugreports.html.
- MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible 
bug.
vo: uninit ...



> Please be more specific that "PPC", PPC includes completely different
> processor types.
> My guess would be you do not have Altivec and the packages was compiled
> with it. There is no proper runtime-detection for Altivec though. At
> least there wasn't last time I tried.
>
> Greetings,
> Reimar Döffinger


Hello Reimar,
indeed its a PPC G3 Ibook without altivec.

greetings and thanks for your help

Wolfgang



Bug#410962: mplayer crashes on every play file

2007-02-14 Thread Wolfgang Aigner
Package: mplayer
Version: 1.0~rc1-12
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

when start any video in mplayer I get this message:

MPlayer interrupted by signal 4 in module: init_video_codec
- - MPlayer crashed by an 'Illegal Instruction'.
  It may be a bug in our new runtime CPU-detection code...
  Please read DOCS/HTML/en/bugreports.html.
- - MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- - MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.

all this videos can be played with xine. Possible it is an PPC bug, but I have
no idea to find this one.

Thanks for your work.

greetings

Wolfgang


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

Versions of packages mplayer depends on:
ii  debconf [debconf-2. 1.5.11   Debian configuration management sy
ii  libasound2  1.0.13-1 ALSA library
ii  libatk1.0-0 1.12.4-1 The ATK accessibility toolkit
ii  libaudiofile0   0.2.6-6  Open-source version of SGI's audio
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared libraries
ii  libcaca00.99.beta11.debian-2 colour ASCII art library
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libcdparanoia0  3.10+debian~pre0-4   audio extraction tool for sampling
ii  libconfhelper-perl  0.12.5   Library for editing configuration 
ii  libcucul0   0.99.beta11.debian-2 low-level Unicode character drawin
ii  libdirectfb-0.9-25  0.9.25.1-5   direct frame buffer graphics - sha
ii  libdvdread3 0.9.7-2  library for reading DVDs
ii  libesd0 0.2.36-3 Enlightened Sound Daemon - Shared 
ii  libfontconfig1  2.4.2-1  generic font configuration library
ii  libfreetype62.2.1-5  FreeType 2 font engine, shared lib
ii  libgl1-mesa-glx [li 6.5.1-0.5A free implementation of the OpenG
ii  libglib2.0-02.12.6-2 The GLib library of C routines
ii  libgtk2.0-0 2.8.20-5 The GTK+ graphical user interface 
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  liblircclient0  0.8.0-9  LIRC client library
ii  liblzo1 1.08-3   data compression library (old vers
ii  libmad0 0.15.1b-2.1  MPEG audio decoder library
ii  libncurses5 5.5-5Shared libraries for terminal hand
ii  libogg0 1.1.3-2  Ogg Bitstream Library
ii  libpango1.0-0   1.14.8-5 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-1   PNG library - runtime
ii  libsdl1.2debian 1.2.11-7 Simple DirectMedia Layer
ii  libspeex1   1.1.12-3 The Speex Speech Codec
ii  libtheora0  0.0.0.alpha7.dfsg-2  The Theora Video Compression Codec
ii  libungif4g  4.1.4-4  shared library for GIF images
ii  libx11-62:1.0.3-5X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.1-5X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-5  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra
ii  libxv1  1:1.0.2-1X11 Video extension library
ii  libxvmc11:1.0.2-2X11 Video extension library
ii  libxxf86dga12:1.0.1-2X11 Direct Graphics Access extensi
ii  libxxf86vm1 1:1.0.1-2X11 XFree86 video mode extension l
ii  mplayer-skin-blue [ 1.6-1blue skin for mplayer
ii  zlib1g  1:1.2.3-13   compression library - runtime

mplayer recommends no packages.

- -- debconf information:
  mplayer/replace-existing-files-bail:
  mplayer/replace-existing-files: false
  mplayer/no-ttfont:
* mplayer/install_codecs:
  mplayer/voutput: autodetect
  mplayer/rtc: false
  mplayer/ttfont: Sans
* mplayer/cfgnote:
* mplayer/dvd_device: /

Bug#403974: loop-aes-source: build error on kernel 2.6.20-rc1

2006-12-20 Thread Wolfgang Aigner
Package: loop-aes-source
Version: 3.1d-12
Severity: serious
Justification: no longer builds from source

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hello Max,
it would be great if you could update to Jari's latest release (3.1e).

3.1d don't build on kernel 2.6.20.
With 3.1e everything works fine.

thanks for your great work

Wolfgang



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

Versions of packages loop-aes-source depends on:
ii  build-essential   11.3   informational list of build-essent
ii  bzip2 1.0.3-6high-quality block-sorting file co
ii  debhelper 5.0.42 helper programs for debian/rules
ii  module-assistant  0.10.8 tool to make module package creati

Versions of packages loop-aes-source recommends:
ii  loop-aes-testsuite3.1d-12test suite for loop-AES encryption

- -- no debconf information

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

iQEVAwUBRYnSjB/d62jpf6fsAQIXdAf/bu0p4p6vDO085L7b5ZKcqEHbr0eS0Plc
ohJmi3jc5rcyexR8RtkmPh4g48LUO/Q65Eab/wyI7jKdJZn8+EyezHbYpKgdi8bs
rRd2aiDc011o88I/YSdX9ERTOslBn+AvWMu9WAA7xhMzKdPVBCvJJjp8NdhE6SxW
DBH2Pb63QYlampZccU+/4+hnAaPLoxdUIfFhVEXs4rQUpvg3JHTnJ7IXK3nnmrCg
eggcTYRQzROjhxkkjNbNDW2WWY1er0qNfuS3QUT8CeGpKFaXyVPI0pU/Dhe7qrBm
D2rW+lvbd1L8CaYQcM3FoLmCe5LgYCM29gdcqVSygizT6F3NZVxsLA==
=V3Ty
-END PGP SIGNATURE-


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



Bug#385169: gnupg-agent: command get_passphrase failed: Unknown system error

2006-11-22 Thread Wolfgang Aigner
Intresting hint, maybe this helps to get a track:
The Problem occures only in X environment.
Today when I check it on the console everything works fine.

Any idea?
When i use pinentry from command line everything works fine.

I have no idea how to track the "IPC write error" down.

greetings 
Wolfgang


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



Bug#385225: kcalc: crashes on change of base on very large numbers

2006-08-29 Thread Wolfgang Aigner
Package: kcalc
Version: 4:3.5.4-1
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

For example enter 255! and change base from decimal to hex and 
kcalc crashes.

greetings

wof


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

Versions of packages kcalc depends on:
ii  kdelibs4c2a   4:3.5.4-3  core libraries and binaries for al
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libc6 2.3.6.ds1-4GNU C Library: Shared libraries
ii  libgcc1   1:4.1.1-11 GCC support library
ii  libgmp3c2 2:4.2.1+dfsg-4 Multiprecision arithmetic library
ii  libstdc++64.1.1-11   The GNU Standard C++ Library v3

kcalc recommends no packages.

- -- no debconf information

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

iQEVAwUBRPS+lx/d62jpf6fsAQKZmQf/Uqzj1EwqTEUOIwlQagV30hM0qXHDC4q6
VNZy6JLzalvU0/urzmbZ1R+OZHWoFgvPM3kL4fwyxWOSvYEUspeJpcumVVOttERO
jhCdBScvVI5jpmn1LUhLLJl2tolh3b1HjhMlyUvnfsXiiAlmBUJdqd/wYDUTz2zL
55uU9snk0A1HSq0LIqb1GekP4i1blYPTsI06SF+Smbd22Ar6BbEZ+JZYcJG96b3B
/zFsDHOEw3WH90F+76PF78hmE8i6SBq9vpbKAAN1nacJWUGV5emK0cAXlydBD7q0
jBAXQSAOHN/i7810EX0OxHvhbkSnjSRTGiUWiNHp3/EejI8RiPmf4g==
=x184
-END PGP SIGNATURE-


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



Bug#385204: mypasswordsafe: password comparison is not compatible with password safe, gorilla and pwsafe

2006-08-29 Thread Wolfgang Aigner
Package: mypasswordsafe
Version: 0.0.20050615-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


MyPasswordSafe is not compatible with password safe, gorialla and
pwsafe.

Create a safe with one of this programms and try to open it with
MyPasswordSafe fails with "Unable to open /path/to/file".

Create a safe with MyPasswordSafe and try to open it with one of this
programms, for example gorilla:
"can not open database : wrong password".

This bug is not important for people that use only one password manager,
but I must use it on Linux, Windows and MacOS.

thanks for your work

wof



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

Versions of packages mypasswordsafe depends on:
ii  libc6 2.3.6.ds1-4GNU C Library: Shared libraries
ii  libfontconfig12.3.2-7generic font configuration library
ii  libgcc1   1:4.1.1-11 GCC support library
ii  libqt3-mt 3:3.3.6-4  Qt GUI Library (Threaded runtime v
ii  libstdc++64.1.1-11   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.0-8  X11 client-side library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  xlibs 6.9.0.dfsg.1-6 X Window System client libraries m

mypasswordsafe recommends no packages.

- -- no debconf information

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

iQEVAwUBRPSjJx/d62jpf6fsAQJFRQf+OsEPsgJgyMNr+jGWydisD4RPgY3meuJ5
2OCd7OYlZhH2f9esZs1zULrKdV3WmsWtcjcGm7usDOuIXbQg5pn0xMqs9PfV33kI
fY3pOP9yahdO5+kl3ZiEJbzGh5NwuZxvAbVXdKOojqfJF91VluQlcbasogGglC3e
Mu9dmjjR/ge9kxIfOQXiV69VtEikHrQ+Wouo4hBwC3pGju8ODKNHNFoGSb8/8OV7
IxG+cV4Wpas2hG3LZKzy8WEacg49+5tduZSwz22UQTOy8A0f2EFKrS2ACVrDWsCi
NTd2Ie2QZUVJ9h4IKUJQW72XN0lQhglbRMKeI1kE2RAR7FbyzKS8Qw==
=aGWZ
-END PGP SIGNATURE-


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



Bug#385169: gnupg-agent: command get_passphrase failed: Unknown system error

2006-08-29 Thread Wolfgang Aigner
Package: gnupg-agent
Version: 1.9.20-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


I have a problem with encrypting mails from kmail.
After looking into this 
 - gpg-agent is running
 - GPG_AGENT_INFO is set and valid

but when I run the following command:
[EMAIL PROTECTED]:~/.gnupg$ echo "test" | gpg -ase  | gpg

I got this output:

You need a passphrase to unlock the secret key for
user: "Wolfgang Aigner <[EMAIL PROTECTED]>"
2048-bit RSA key, ID 1C9FF77B, created 2004-08-23

gpg-agent[4345]: handler 0x10057828 for fd 0 started
gpg-agent[4345.0x10057e70] DBG: -> OK Pleased to meet you
gpg-agent[4345.0x10057e70] DBG: <- OPTION display=:0
gpg-agent[4345.0x10057e70] DBG: -> OK
gpg-agent[4345.0x10057e70] DBG: <- OPTION ttyname=/dev/tty
gpg-agent[4345.0x10057e70] DBG: -> OK
gpg-agent[4345.0x10057e70] DBG: <- OPTION ttytype=xterm
gpg-agent[4345.0x10057e70] DBG: -> OK
gpg-agent[4345.0x10057e70] DBG: <- OPTION lc-ctype=C
gpg-agent[4345.0x10057e70] DBG: -> OK
gpg-agent[4345.0x10057e70] DBG: <- OPTION lc-messages=C
gpg-agent[4345.0x10057e70] DBG: -> OK
gpg-agent[4345.0x10057e70] DBG: <- GET_PASSPHRASE
31D576EBA534E16BB073623B0C48BEB41C9FF77B X X
You+need+a+passphrase+to+unlock+the+secret+key+for+user:%0A"Wolfgang+Aigner+<[EMAIL
 PROTECTED]>"%0A2048-bit+RSA+key,+ID+1C9FF77B,+created+2004-08-23%0A
gpg-agent[4345]: starting a new PIN Entry
gpg-agent[4345]: DBG: connection to PIN entry established
gpg-agent[4345]: command get_passphrase failed: Unknown system error
gpg-agent[4345.0x10057e70] DBG: -> ERR 101 server fault (ec=255.65535)
gpg: problem with the agent - disabling agent use
Enter passphrase: gpg-agent[4345.0x10057e70] DBG: <- BYE
gpg-agent[4345.0x10057e70] DBG: -> OK closing connection
gpg-agent[4345]: handler 0x10057828 for fd 0 terminated


the gpg-agent.conf is here.
###+++--- GPGConf ---+++###
ignore-cache-for-signing
debug-level basic
#log-file socket:///home/wof/.gnupg/log-socket
###+++--- GPGConf ---+++### Sa 01 Okt 2005 01:27:58 CEST
# GPGConf edited this configuration file.
# It will disable options before this marked block, but it will

I have disabled the log-file entry, because the log-socket does not
exist and get not created.


Any hints for me?
Thanks in advance

wof

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

Versions of packages gnupg-agent depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcrypt11  1.2.2-3 LGPL Crypto library - runtime libr
ii  libgpg-error01.2-1   library for common error values an
ii  libpth2  2.0.7-2 The GNU Portable Threads
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages gnupg-agent recommends:
ii  gnupg 1.4.5-1GNU privacy guard - a free PGP rep
ii  gnupg21.9.20-2   GNU privacy guard - a free PGP rep
ii  gpgsm 1.9.20-2   GNU privacy guard - S/MIME version
ii  pinentry-qt [pinentry]0.7.2-3Qt-based PIN or pass-phrase entry 

- -- no debconf information

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

iQEVAwUBRPRQeR/d62jpf6fsAQJzpAf/YIR1MF0u9iQU4flcG5u9ToAA+q3uo2Xs
2ybETaCvqFra1EoqK7vniIkqJI1ihyPtkeRyMYAY/SSM2Dxgr3GHN900yY7F6RAd
XpOCsBLxtwukel2HXsecWPOE9izYXWfvqId4XaWy/LFVW2TWlpnHSYhVyv/+yS3J
0LCjO/Lk+ARSGbWFdJq3N1YTPs6uCqUI6q96FzUXXPQmCC7lUynD3nw3/fzUS8MI
0t8Ypuo1jDxI5EHdxqcAyhMBMwurcwsQMXeqcDNIECVN76BAVgwI5qIEwLTFhcEz
8p4CsTbUjEYzNGPcpFeuRzYfGdH/lMt19ug6iXd8MLag1DaqAquR/A==
=IpD+
-END PGP SIGNATURE-


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



Bug#332631: pppstatus crashes with segfault

2005-10-07 Thread Wolfgang Aigner
Package: pppstatus
Version: 0.4.2-8
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



on my ibook pppconfig segfaults on start with
Segmentation fault

greetings
Wolfgang



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

Versions of packages pppstatus depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libncurses5   5.4-9  Shared libraries for terminal hand

pppstatus recommends no packages.

- -- no debconf information

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

iQEVAwUBQ0ROHx/d62jpf6fsAQIipwf+NM/EwXRR/9e7AupJNvAJozDAcgzdvAzo
WzRvdRYIu8hPk9I8ZjSvWm1rll6cCbHJPwatGJM2ZVTMe0W5AgVMeD5B4AwUK07y
E6293R0GLsrYoRFeY2PO4/8ztSALtl+3XhOK7vTlSIOU/m9mpv3UVe/YW3cFBUQh
bq7jyQRjW9L+sSSxgDYX5aflpehJGDFdP7w6oWFvj+uTLdRCBiA1Pws3xAiW2AcR
7nuT/mN/Xg3KesRNDW/KlknxxApBKNwrVs3u9ue/7kRbbkgXzm05bPPa2IuyrsFb
d1sI4TBPMwgY1D9hVEUY3DJK/hM4nRUCgdsdAEeHx7B4lCJRe4jQDg==
=xfeo
-END PGP SIGNATURE-


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



Bug#299744: broken package, gimp depends on gimp-data (= 2.2.4-1)

2005-03-15 Thread wolfgang . aigner
Package: gimp
Version: unstable (2.2.4-1)
Severity: grave
Justification: renders package unusable

missing dependency for gimp-data on powerpc.

thanks a lot for your work.

Wolfgang

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.5-rc3-ben0
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gimp depends on:
ii  aalib1   1.4p5-22ascii art library
pn  gimp-dataNot found.
ii  libart-2.0-2 2.3.17-1Library of functions for 2D
graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libbz2-1.0   1.0.2-5 high-quality block-sorting file
co
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries
an
pn  libexif9 Not found.
ii  libexpat11.95.8-1XML parsing C library - runtime
li
ii  libfontconfig1   2.2.3-4 generic font configuration
library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared
lib
pn  libgail-common   Not found.
pn  libgail17Not found.
pn  libgimp2.0   Not found.
ii  libgimpprint14.2.7-5 The Gimp-Print printer driver
libr
ii  libglib2.0-0 2.6.3-1 The GLib library of C routines
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented
display
ii  libgsf-1 1.11.1-1Structured File Library -
runtime
ii  libgtk2.0-0  2.6.2-4 The GTK+ graphical user
interface
pn  libgtkhtml2-0Not found.
ii  libice6  4.3.0.dfsg.1-12 Inter-Client Exchange library
ii  libjpeg626b-10   The Independent JPEG Group's
JPEG
ii  liblcms1 1.13-1  Color management library
ii  libmng1  1.0.8-1 Multiple-image Network Graphics
li
ii  libncurses5  5.4-4   Shared libraries for terminal
hand
ii  libpango1.0-01.8.1-1 Layout and rendering of
internatio
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
pn  librsvg2-2   Not found.
ii  libsm6   4.3.0.dfsg.1-12 X Window System Session
Management
pn  libtiff3gNot found.
pn  libwmf0.2-7  Not found.
ii  libx11-6 4.3.0.dfsg.1-12 X Window System protocol client
li
ii  libxml2  2.6.16-3GNOME XML library
ii  libxmu6  4.3.0.dfsg.1-12 X Window System miscellaneous
util
ii  libxpm4  4.3.0.dfsg.1-12 X pixmap library
ii  libxt6   4.3.0.dfsg.1-12 X Toolkit Intrinsics
ii  slang1   1.4.9dbs-8  The S-Lang programming library
- r
ii  wget 1.9.1-10retrieves files from the web
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB)
configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- 
DSL Komplett von GMX +++ Supergünstig und stressfrei einsteigen!
AKTION "Kein Einrichtungspreis" nutzen: http://www.gmx.net/de/go/dsl


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