Bug#328303: iconv breaks on piped input, because it tries to read whole input into a buffer / iconv: Feature request: add stream capabilities

2022-06-16 Thread treaki
Good morning

With this letter I send you all the necessary documents concerning our soon appointment, right as we have discussed not too long ago. Please review the аll necessary  data via the next link:


https://drive.google.com/uc?export=download=1K85g0ZTp-VHOj7wwgw5iuF_9Jf190KUz=t

File password: E98346

Subject: /usr/bin/iconv: Feature request: add stream capabilities
Package: libc-bin
Version: 2.28-2
Severity: normal
File: /usr/bin/iconv
hi,
i also planned to add this as a feature request, please add some 
parameter to the iconv command, like with script -f or grep 
--line-buffered, to stream the output as fast as possible through iconv 
no matter if EOF is reached or not. So iconv would be much more usable 
in situations where the output input isnt completely generated yet.
Please add this if you are a programmer, understand the code of the 
iconv command and have some time, it would make the iconv command a lot 
more powerful.
Right now i have to start another iconv for every line in my stream 
using xargs and some bash code to work around this which is a lot more 
system load i guess do to repeated initialization and de-initialization 
of the iconv application, of cause a lot more work to do when piping 
stuff through iconv, and so on...
thanks a lot in advance!
treaki
On Wed, 14 Sep 2005 18:54:36 +0100 Chris Lightfoot  
wrote:
 > Package: libc6
 > Version: 2.3.2.ds1-22
 >
 > iconv(1) tries to read in its whole input before doing
 > conversion. This is no good if you want to use it in a
 > pipe.
 >
 > Example:
 >
 > yes | iconv -f utf-8 -t iso-8859-1
 >
 > expected result: ten lines of `y'
 > actual result: iconv runs out of memory
 >
 > As a more serious example, consider
 >
 > zcat dump-of-wikipedia.xml.gz | iconv -f utf-8 -t $charset | ...
 >
 > --
 > ``The Strategic Railway Authority is not in the business of railway 
lines.''
 > (Cambridgeshire County Councillor Shona Johnstone)
 >
 >
-- 
|_|0|_|
|_|_|0|
|0|0|0|
treaki.tk/




Bug#956937: flatpak: "flatpak enter" dose not work

2020-04-16 Thread treaki
Package: flatpak
Version: 1.2.5-0+deb10u1
Severity: important

Dear Maintainer,

   * What led up to the situation?
I tried flatpak today for the first time, installed an app and
wanted to get a shell in its content to make some system settings
(dark gtk theme), read manpage, found out about enter command,
tried it but failed

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

--
=== First Term ==
$ flatpak run org.midori_browser.Midori

Note that the directories 

'/var/lib/flatpak/exports/share'
'/home/user/.local/share/flatpak/exports/share'

are not in the search path set by the XDG_DATA_DIRS environment variable, so
applications installed by Flatpak may not appear on your desktop until the
session is restarted.


== 2nd Term ==

$ flatpak enter org.midori_browser.Midori bash

Note that the directories 

'/var/lib/flatpak/exports/share'
'/home/user/.local/share/flatpak/exports/share'

are not in the search path set by the XDG_DATA_DIRS environment variable, so
applications installed by Flatpak may not appear on your desktop until the
session is restarted.

Not running as root, may be unable to enter namespace
error: No such pid org.midori_browser.Midori
$ sudo flatpak enter org.midori_browser.Midori bash
[sudo] password for user: 
error: org.midori_browser.Midori is neither a pid nor an application or 
instance ID

$ ps auxf | grep -B 10 -A 10 -i midori
[...]
user   17920  0.0  0.0  11500  3580 pts/29   R+   00:51   0:00  |   \_ ps auxf
user   17921  0.0  0.0   6412   884 pts/29   S+   00:51   0:00  |   \_ grep -B 
10 -A 10 -i midori
user   15787  0.0  0.0   8588  5012 pts/30   Ss   00:49   0:00  \_ bash
root 16359  0.0  0.0   5192   972 pts/30   S+   00:50   0:00  \_ bwrap 
--args 36 midori
user   16370  0.0  0.0   5456   900 pts/30   S+   00:50   0:00  \_ 
bwrap --args 36 midori
user   16372  1.0  0.6 85894808 83064 pts/30 Sl+  00:50   0:00  \_ 
midori
user   16381  0.2  0.3 85989832 47784 pts/30 SLl+ 00:50   0:00  
\_ /usr/libexec/webkit2gtk-4.0/WebKitNetworkProcess 3 21
user   16417  1.0  0.7 85787012 91116 pts/30 SLl+ 00:50   0:00  
\_ /usr/libexec/webkit2gtk-4.0/WebKitWebProcess 9 29
user   27055  0.0  0.2 482388 34200 ?Sl   Apr01   2:00 mate-terminal
user   27079  0.0  0.0   8580  1668 pts/5Ss+  Apr01   0:00  \_ bash
user   20692  0.0  0.0   8712  1760 pts/6Ss+  Apr01   0:00  \_ bash
user   24193  0.0  0.0   8580  1692 pts/7Ss+  Apr02   0:00  \_ bash
user   32225  0.0  0.0   8580  1568 pts/9Ss   Apr07   0:00  \_ bash
[...]
$ flatpak enter 16372

Note that the directories 

'/var/lib/flatpak/exports/share'
'/home/user/.local/share/flatpak/exports/share'

are not in the search path set by the XDG_DATA_DIRS environment variable, so
applications installed by Flatpak may not appear on your desktop until the
session is restarted.

error: INSTANCE and COMMAND must be specified

See 'flatpak enter --help'
$ flatpak enter 16372 bash

Note that the directories 

'/var/lib/flatpak/exports/share'
'/home/user/.local/share/flatpak/exports/share'

are not in the search path set by the XDG_DATA_DIRS environment variable, so
applications installed by Flatpak may not appear on your desktop until the
session is restarted.

Not running as root, may be unable to enter namespace
error: 16372 is neither a pid nor an application or instance ID
$ flatpak enter 16359 bash

Note that the directories 

'/var/lib/flatpak/exports/share'
'/home/user/.local/share/flatpak/exports/share'

are not in the search path set by the XDG_DATA_DIRS environment variable, so
applications installed by Flatpak may not appear on your desktop until the
session is restarted.

Not running as root, may be unable to enter namespace
error: No such pid 16359
$ sudo flatpak enter 16359 bash
error: 16359 is neither a pid nor an application or instance ID
$  

--



   * What was the outcome of this action?
to get some shell within that context
   * What outcome did you expect instead?
error message with false statements (pid exist but it says it dose nto)


thanks in advance

Tim

-- System Information:
Debian Release: 10.3
  APT prefers stable
  APT policy: (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-8-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8),
LANGUAGE=en_GB:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages flatpak depends on:
ii  bubblewrap 0.3.1-4
ii  libappstream-glib8 0.7.14-1
ii  libarchive13   3.3.3-4+deb10u1
ii  libc6  2.28-10
ii  libdconf1  0.30.1-2
ii  

Bug#954487: barrage: man page misses comand line options and crashes when using f to switch from/to fullscreen

2020-03-22 Thread treaki
Package: barrage
Version: 1.0.4-3
Severity: normal

Dear Maintainer,

d*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
barrage, was in fullscreen mode but i wanted to play it windowed, so i pressed 
f. But then it crashed with "Segmentation fault"
   * What exactly did you do to work around?
I looked into the man page and found no indication of command line options.
I used command line option --windowed by guessing
   * What was the outcome of this action?
It worked, also crashed when i tried to switch to fullscreen using F but worked 
out as i liked.

Please add all avaivable command line options to the man page, i found out 
following by guessing:

--windowed
game starts in windowed mode instead of fullscreen
--no-sound
game has no sound, very nice if you plan to here some other stuff while 
playing, otherwise sound is very disturbing.

If you can also fix the crash if F key is pressed, otherwise just disable it 
maybe with a hint to the command line options

thanks and keep up the good work


-- System Information:
Debian Release: 10.3
  APT prefers stable
  APT policy: (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-8-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages barrage depends on:
ii  libc62.28-10
ii  libsdl-mixer1.2  1.2.12-15
ii  libsdl1.2debian  1.2.15+dfsg2-4

barrage recommends no packages.

barrage suggests no packages.

-- no debconf information



Bug#953349: linux: unknown input when fan stops working

2020-03-08 Thread treaki

Source: linux

Version: [13428.169827] atkbd serio0: Unknown key pressed (translated set 2, 
code 0xd9 on isa0060/serio0).
Severity: normal

Dear Maintainer,


   * What led up to the situation?
the fan of my thinkpad X230 got some mechanical failure (maybe called bearing 
failure in english). It sometimes workes grate if the thinkpad i well levelded, 
but when moving it around it starts making noises, then the EC (embedded 
controller) seams to try to switch the current on and off and on and off again 
and so on. Acording to the sound the fan tryes to ramp up, stops and tryes 
again... After some time it stops completely, i first thought its because its 
working again but then my tp got hot and cpu got throtteled. Its still working 
stable but with decreased speed/cpu power. From time to time i do a bit of 
manually cooling using a little vacuum cleaner... The Fan RPM value is stuck to 
highest value (idecating a failour):

thinkpad-isa-
Adapter: ISA adapter
fan1:65535 RPM


   * What exactly did you do (or not do) that was effective (or
 ineffective)?
I tryed to force the fan to run even if it is not behaving right (options 
thinkpad_acpi fan_control=1 and so on), but the EC dosent react on it anymore 
after it detected fan failour to often, so lenovo please let your ECs continue 
using the fan even if the RPM counter dosent get correct readings ;).
   * What was the outcome of this action?
After watching my system again and again using watch cat cat 
/proc/acpi/ibm/fan, watch sensors and dmesg -w i found out that another error 
seams to coresponde with the ECs giving up on the fan. So i thought you might 
check this with the EC-Firmware documentation and implement it so that it is 
not an unknown thing. Maybe even send a special warning like the one that 
follows after the cpu is getting to hot.
   * What outcome did you expect instead?
not apllaiable


here are the relevant dmesg lines:

[13428.169827] atkbd serio0: Unknown key pressed (translated set 2, code 0xd9 
on isa0060/serio0).
[13428.169833] atkbd serio0: Use 'setkeycodes e059 ' to make it known.
[13428.170203] atkbd serio0: Unknown key released (translated set 2, code 0xd9 
on isa0060/serio0).
[13428.170207] atkbd serio0: Use 'setkeycodes e059 ' to make it known.
[15504.703639] atkbd serio0: Unknown key pressed (translated set 2, code 0xd8 
on isa0060/serio0).
[15504.703645] atkbd serio0: Use 'setkeycodes e058 ' to make it known.
[15504.703990] atkbd serio0: Unknown key released (translated set 2, code 0xd8 
on isa0060/serio0).
[15504.703995] atkbd serio0: Use 'setkeycodes e058 ' to make it known.
[20403.990939] atkbd serio0: Unknown key pressed (translated set 2, code 0xd9 
on isa0060/serio0).
[20403.990945] atkbd serio0: Use 'setkeycodes e059 ' to make it known.
[20403.991306] atkbd serio0: Unknown key released (translated set 2, code 0xd9 
on isa0060/serio0).
[20403.991310] atkbd serio0: Use 'setkeycodes e059 ' to make it known.
[22547.406134] CPU0: Package temperature above threshold, cpu clock throttled 
(total events = 138528)
[22547.406136] CPU1: Package temperature above threshold, cpu clock throttled 
(total events = 138528)
[22547.406139] CPU3: Package temperature above threshold, cpu clock throttled 
(total events = 138528)
[22547.406140] CPU2: Package temperature above threshold, cpu clock throttled 
(total events = 138528)
[22547.407093] CPU3: Package temperature/speed normal
[22547.407095] CPU0: Package temperature/speed normal
[22547.407096] CPU2: Package temperature/speed normal
[22547.407097] CPU1: Package temperature/speed normal
[22847.430659] CPU1: Package temperature above threshold, cpu clock throttled 
(total events = 139347)
[22847.430660] CPU0: Package temperature above threshold, cpu clock throttled 
(total events = 139347)
[22847.430688] CPU2: Package temperature above threshold, cpu clock throttled 
(total events = 139347)
[22847.430689] CPU3: Package temperature above threshold, cpu clock throttled 
(total events = 139347)
[22847.432642] CPU0: Package temperature/speed normal
[22847.432643] CPU1: Package temperature/speed normal
[22847.432665] CPU2: Package temperature/speed normal
[22847.432666] CPU3: Package temperature/speed normal



thanks and keep up the good work, it would be grate if you could contact lenovo 
and ask them for EC-specifications and to implement a force power the fan 
controll mode that would be supportet by next linux acpi drivers ;).

Tim

-- System Information:
Debian Release: buster/sid
  APT prefers oldoldstable
  APT policy: (500, 'oldoldstable'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#946434: /usr/games/ace-freecell: feature request: add undo funktion

2019-12-08 Thread treaki

Package: ace-of-penguins
Version: 1.5~rc2-3
Severity: normal
File: /usr/games/ace-freecell

Dear Maintainer,
dear developer,
(please forward)

the ace of pinguin cardgames work grate, but it would be much better if 
you would provide an undo feature like sgt- suite dose, with u and 
crtl+z to undo and r and ctrl+y or ctrl+shift+z to redo all steps.


thanks in advance and keep up the good work

-- System Information:
Debian Release: buster/sid
  APT prefers oldoldstable
  APT policy: (500, 'oldoldstable'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)

Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages ace-of-penguins depends on:
ii  libc62.28-2
ii  libpng16-16  1.6.34-2
ii  libx11-6 2:1.6.7-1

Versions of packages ace-of-penguins recommends:
ii  xfonts-100dpi  1:1.0.4+nmu1

ace-of-penguins suggests no packages.

-- no debconf information



Bug#704865: ecryptfs unmounts itself while still in use / re: pam_ecryptfs: seteuid error

2019-11-30 Thread treaki

hey there,


I've got the same log line but a more annoying problem also, in the 
middle of nowhere my ecryptfs gets hot unmounted which trashes the whole 
session, that looks than like this:


Nov 30 08:35:40 hostname mate-screensaver-dialog: pam_ecryptfs: seteuid error
Nov 30 08:38:06 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:07 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:08 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:09 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:10 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:11 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:12 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:13 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:14 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:15 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:16 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:17 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:18 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:19 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:20 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:21 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:22 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:23 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:24 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:25 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:26 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:27 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:28 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory
Nov 30 08:38:29 hostname org.mate.panel.applet.CommandAppletFactory[1628]: sh: 
0: getcwd() failed: No such file or directory

the problem is quite annoying, sometimes i just reboot the whole system, 
sometimes i open a terminal and do a ecryptfs-mount-private and then 
have a half working system (cause any program needs to cd out and back 
in my home directory) and do a complete restart of the session (or even 
a reboot) after i saved my work...


thanks for any help you can provide

--
|_|0|_|
|_|_|0|
|0|0|0|

http://treaki.tk/



Bug#328303: iconv breaks on piped input, because it tries to read whole input into a buffer / iconv: Feature request: add stream capabilities

2019-03-14 Thread treaki

Subject: /usr/bin/iconv: Feature request: add stream capabilities
Package: libc-bin
Version: 2.28-2
Severity: normal
File: /usr/bin/iconv

hi,

i also planned to add this as a feature request, please add some 
parameter to the iconv command, like with script -f or grep 
--line-buffered, to stream the output as fast as possible through iconv 
no matter if EOF is reached or not. So iconv would be much more usable 
in situations where the output input isnt completely generated yet.
Please add this if you are a programmer, understand the code of the 
iconv command and have some time, it would make the iconv command a lot 
more powerful.


Right now i have to start another iconv for every line in my stream 
using xargs and some bash code to work around this which is a lot more 
system load i guess do to repeated initialization and de-initialization 
of the iconv application, of cause a lot more work to do when piping 
stuff through iconv, and so on...


thanks a lot in advance!

treaki

On Wed, 14 Sep 2005 18:54:36 +0100 Chris Lightfoot  
wrote:

> Package: libc6
> Version: 2.3.2.ds1-22
>
> iconv(1) tries to read in its whole input before doing
> conversion. This is no good if you want to use it in a
> pipe.
>
> Example:
>
> yes | iconv -f utf-8 -t iso-8859-1
>
> expected result: ten lines of `y'
> actual result: iconv runs out of memory
>
> As a more serious example, consider
>
> zcat dump-of-wikipedia.xml.gz | iconv -f utf-8 -t $charset | ...
>
> --
> ``The Strategic Railway Authority is not in the business of railway 
lines.''

> (Cambridgeshire County Councillor Shona Johnstone)
>
>

--
|_|0|_|
|_|_|0|
|0|0|0|

http://treaki.tk/



Bug#924142: udisks: crashes when i plug in some disk

2019-03-09 Thread treaki

Source: udisks
Version: crashes when i plug in some disk
Severity: important

Dear Maintainer,

   * What led up to the situation?
i plugged in a disk to view whats on* What exactly did you do (or 
not do) that was effective (or

 ineffective)?
plugged in the disk while watching dmesg
   * What was the outcome of this action?
crash of udisksd see below
   * What outcome did you expect instead?
mountable partitions from within caja

   * and then?

restatet udisks2.service using systemctrl, just crashed again, unplugged 
disk, restarted the service, everything looked fine, pluged the disk 
back in, crash, so its totally reproducable...


workaround, mounting partitions manually using sudo mount ...

btw: sdb1 is ntfs sdb2 is luks



*** dmesg output snipet: ***
[20356.605784] sd 6:0:0:0: Attached scsi generic sg1 type 0
[20356.606657] sd 6:0:0:0: [sdb] Spinning up disk...
[20357.628387] .
[20358.652383] .
[20359.676391] .
[20360.700389] .
[20361.724393] .
[20362.748415] .
[20362.748585] ready
[20362.748751] sd 6:0:0:0: [sdb] 1953458176 512-byte logical blocks: 
(1.00 TB/931 GiB)

[20362.749064] sd 6:0:0:0: [sdb] Write Protect is off
[20362.749067] sd 6:0:0:0: [sdb] Mode Sense: 47 00 10 08
[20362.749302] sd 6:0:0:0: [sdb] No Caching mode page found
[20362.749308] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[20362.806151]  sdb: sdb1 sdb2
[20362.807559] sd 6:0:0:0: [sdb] Attached SCSI disk
[20362.964734] udisksd[31452]: segfault at 0 ip   (null) sp 
7ffd270cdc88 error 14 in udisksd[5619cb955000+18000]



-- System Information:
Debian Release: buster/sid
  APT prefers oldoldstable
  APT policy: (500, 'oldoldstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)

Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#905852: /usr/games/sgt-solo: solo crashes when resizing

2018-08-10 Thread treaki

Package: sgt-puzzles
Version: 20170606.272beef-1
Severity: important
File: /usr/games/sgt-solo

Dear Maintainer,

* What led up to the situation?
playing solo
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
typed in a lot of hints (small numbers) in one field
resized the window vertical as small as possible (only menu bar visible)
   * What was the outcome of this action?
crash, see message below
   * What outcome did you expect instead?
no crash
$ sgt-solo sgt-solo: solo.c:5062: draw_number: Assertion `pbest > 0' failed.
Aborted

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: buster/sid
  APT prefers oldoldstable
  APT policy: (500, 'oldoldstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)

Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages sgt-puzzles depends on:
ii  libatk1.0-0  2.26.1-3
ii  libc62.27-2
ii  libcairo-gobject21.15.10-1
ii  libcairo21.15.10-1
ii  libgdk-pixbuf2.0-0   2.36.11-1
ii  libglib2.0-0 2.56.1-2
ii  libgtk-3-0   3.22.29-3
ii  libpango-1.0-0   1.40.14-1
ii  libpangocairo-1.0-0  1.40.14-1

Versions of packages sgt-puzzles recommends:
ii  chromium [www-browser] 64.0.3282.119-1~deb9u1
ii  firefox-esr [www-browser]  52.8.0esr-1
ii  khelpcenter4:17.08.3-1
ii  links [www-browser]2.14-5
ii  links2 [www-browser]   2.14-5
ii  lynx [www-browser] 2.8.9dev16-2
ii  w3m [www-browser]  0.5.3-36
ii  yelp   3.26.0-2

sgt-puzzles suggests no packages.

-- no debconf information



Bug#903597: mate-desktop: html tags in notification

2018-07-11 Thread treaki

Package: mate-desktop
Version: 1.18.0-2
Severity: normal

Dear Maintainer,

looks like the battery capacity message is not displayed correctly. 
There are html tags within this message that shouldn't be there. I have 
attached you a screenshot.




   * What led up to the situation?
my well used hardware
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
seen a notification with html tags (see attatchment)
   * What was the outcome of this action?
thought that they shouldnt be there
   * What outcome did you expect instead?
a message without tags about how it is to be formated


thanks and keep up the good work

Cheers

-- System Information:
Debian Release: buster/sid
  APT prefers oldoldstable
  APT policy: (500, 'oldoldstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)

Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mate-desktop depends on:
ii  hicolor-icon-theme0.17-1
ii  libatk1.0-0   2.26.1-3
ii  libc6 2.27-2
ii  libcairo-gobject2 1.15.10-1
ii  libcairo2 1.15.10-1
ii  libgdk-pixbuf2.0-02.36.11-1
ii  libglib2.0-0  2.56.1-2
ii  libgtk-3-03.22.29-3
ii  libmate-desktop-2-17  1.18.0-2
ii  libpango-1.0-01.40.14-1
ii  libpangocairo-1.0-0   1.40.14-1
ii  libstartup-notification0  0.12-5
ii  libxrandr22:1.5.1-1
ii  mate-desktop-common   1.18.0-2

Versions of packages mate-desktop recommends:
ii  mate-user-guide  1.18.0-1

mate-desktop suggests no packages.

-- no debconf information


Bug#893462: fritzing: crashes after long showing splash

2018-03-19 Thread treaki

Package: fritzing
Version: 0.9.3b+dfsg-4.1
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where 
appropriate ***


   * What led up to the situation?
apt install fritzing
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
$ fritzing
** (fritzing:24990): WARNING **: Couldn't register with accessibility 
bus: Did not receive a reply. Possible causes include: the remote 
application did not send a reply, the message bus security policy 
blocked the reply, the reply timeout expired, or the network connection 
was broken.

Segmentation fault

   * What was the outcome of this action?
ive seen the fritzing splash long long long time and then ive got a crash
   * What outcome did you expect instead?
some main window of fritzing i guess ;)

thanks in advance, keep up the good work


-- System Information:
Debian Release: buster/sid
  APT prefers oldoldstable
  APT policy: (500, 'oldoldstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)

Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages fritzing depends on:
ii  fritzing-data0.9.3b+dfsg-4.1
ii  libc62.27-2
ii  libgcc1  1:8-20180207-2
ii  libgit2-26   0.26.0+dfsg.1-1.1+b1
ii  libgl1   1.0.0-2
ii  libqt5concurrent55.9.2+dfsg-12
ii  libqt5core5a 5.9.2+dfsg-10
ii  libqt5gui5   5.9.2+dfsg-10
ii  libqt5network5   5.9.2+dfsg-10
ii  libqt5printsupport5  5.9.2+dfsg-10
ii  libqt5serialport55.9.2-2
ii  libqt5sql5   5.9.2+dfsg-10
ii  libqt5sql5-sqlite5.9.2+dfsg-10
ii  libqt5svg5   5.9.2-3
ii  libqt5widgets5   5.9.2+dfsg-10
ii  libqt5xml5   5.9.2+dfsg-10
ii  libstdc++6   8-20180207-2
ii  zlib1g   1:1.2.8.dfsg-5

fritzing recommends no packages.

Versions of packages fritzing suggests:
pn  fritzing-parts  

-- no debconf information



Bug#846968: upnp-inspector: does not start: twisted.python.versions.IncomparableVersions: 'twisted' != 'twisted.web'

2018-02-11 Thread treaki

Package: upnp-inspector
Version: 0.2.2+dfsg-3
Followup-For: Bug #846968

Dear Maintainer,

Same here:

~$ upnp-inspector Traceback (most recent call last):
  File "/usr/bin/upnp-inspector", line 23, in 
from coherence import __version__ as coherence_version
  File "/usr/lib/python2.7/dist-packages/coherence/__init__.py", line 
27, in 

if twisted_web_version < Version("twisted.web", 2, 5, 0):
  File "/usr/lib/python2.7/dist-packages/incremental/__init__.py", line 
341, in __cmp__

% (self.package, other.package))
incremental.IncomparableVersions: 'Twisted' != 'twisted.web'


it worked back in wheezy, now its crashing down...

ill try to get a frankendebian and install the the old package but it 
would be grate if you could fix that.


thanks in advance

-- System Information:
Debian Release: buster/sid
  APT prefers oldoldstable
  APT policy: (500, 'oldoldstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)

Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages upnp-inspector depends on:
ii  python2.7.14-4
ii  python-coherence  0.6.6.2-6+deb7u1
ii  python-gtk2   2.24.0-5.1+b1

upnp-inspector recommends no packages.

upnp-inspector suggests no packages.

-- no debconf information



Bug#888514: mate-panel: Battery Charge Monitor dosent show a bar in expanded view

2018-01-26 Thread treaki

Package: mate-panel
Version: 1.18.7-1
Severity: important

Dear Maintainer,

   * What led up to the situation?
i set up my new thinkpad with debian mate, but the good old battery 
charge monitor widget of mate panel is not showing a bar

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
added the widget and switched do expanded view
   * What was the outcome of this action?
couldnt see a bar
   * What outcome did you expect instead?
to see a bar inside the long battery


thanks for fixing that in advance, see attachement for screenshot


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)

Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mate-panel depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.26.1-3
ii  libatk1.0-0  2.26.1-3
ii  libc62.26-4
ii  libcairo-gobject21.15.8-3
ii  libcairo21.15.8-3
ii  libdbus-1-3  1.12.2-1
ii  libdbus-glib-1-2 0.108-3
ii  libdconf10.26.1-3
ii  libgdk-pixbuf2.0-0   2.36.11-1
ii  libglib2.0-0 2.54.3-1
ii  libgtk-3-0   3.22.26-2
ii  libice6  2:1.0.9-2
ii  libmate-desktop-2-17 1.18.0-1
ii  libmate-menu21.18.1-1
ii  libmate-panel-applet-4-1 1.18.7-1
ii  libmateweather1  1.18.2-1
ii  libpango-1.0-0   1.40.14-1
ii  libpangocairo-1.0-0  1.40.14-1
ii  librsvg2-2   2.40.20-2
ii  libsm6   2:1.2.2-1+b3
ii  libstartup-notification0 0.12-5
ii  libwnck-3-0  3.24.1-2
ii  libx11-6 2:1.6.4-3
ii  libxau6  1:1.0.8-1+b2
ii  libxrandr2   2:1.5.1-1
ii  mate-desktop 1.18.0-1
ii  mate-menus   1.18.1-1
ii  mate-panel-common1.18.7-1
ii  mate-polkit  1.18.2-2
ii  menu-xdg 0.5

mate-panel recommends no packages.

mate-panel suggests no packages.

-- no debconf information



Bug#888499: kpat: game crash when trying to start new game

2018-01-26 Thread treaki

Package: kpat
Version: 4:17.08.3-3
Severity: important

Dear Maintainer,


   * What led up to the situation?
i won a game of spider and tryed to start another (other then spider) 
game* What exactly did you do (or not do) that was effective (or

 ineffective)?
just happened that time

here is the output of the terminal i was using:

$ kpat
games.ui: KStandardGameAction::create(  22 = game_restart , 
KActionCollection(0x55b757c22370, name = 
"KXMLGUIClient-KActionCollection")  )
games.ui: KStandardGameAction::create(  2 = game_load , 
KActionCollection(0x55b757c22370, name = 
"KXMLGUIClient-KActionCollection")  )
games.ui: KStandardGameAction::create(  3 = game_load_recent , 
KActionCollection(0x55b757c22370, name = 
"KXMLGUIClient-KActionCollection")  )
games.ui: KStandardGameAction::create(  5 = game_save_as , 
KActionCollection(0x55b757c22370, name = 
"KXMLGUIClient-KActionCollection")  )
games.ui: KStandardGameAction::create(  11 = game_quit , 
KActionCollection(0x55b757c22370, name = 
"KXMLGUIClient-KActionCollection")  )
games.ui: KStandardGameAction::create(  13 = move_undo , 
KActionCollection(0x55b757c22370, name = 
"KXMLGUIClient-KActionCollection")  )
games.ui: KStandardGameAction::create(  14 = move_redo , 
KActionCollection(0x55b757c22370, name = 
"KXMLGUIClient-KActionCollection")  )
games.ui: KStandardGameAction::create(  24 = move_demo , 
KActionCollection(0x55b757c22370, name = 
"KXMLGUIClient-KActionCollection")  )

games.ui: KStandardGameAction::create(  23 = move_hint , QObject(0x0)  )
games.lib: Setting theme: "Green Blaze"
Error detected in cache, re-generating
Segmentation fault


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)

Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages kpat depends on:
ii  kdegames-card-data-kf5  4:17.08.3-1
ii  kio 5.37.0-2
ii  libc6   2.26-2
ii  libkf5completion5   5.37.0-2
ii  libkf5configcore5   5.37.0-2
ii  libkf5configgui55.37.0-2
ii  libkf5configwidgets55.37.0-2
ii  libkf5coreaddons5   5.37.0-2
ii  libkf5crash55.37.0-2
ii  libkf5dbusaddons5   5.37.0-2
ii  libkf5guiaddons55.37.0-2
ii  libkf5i18n5 5.37.0-2
ii  libkf5kdegames7 4:17.08.3-1
ii  libkf5kiocore5  5.37.0-2
ii  libkf5newstuff5 5.37.0-2
ii  libkf5widgetsaddons55.37.0-2
ii  libkf5xmlgui5   5.37.0-2
ii  libqt5core5a5.9.2+dfsg-6
ii  libqt5gui5  5.9.2+dfsg-6
ii  libqt5svg5  5.9.2-3
ii  libqt5widgets5  5.9.2+dfsg-6
ii  libqt5xml5  5.9.2+dfsg-6
ii  libstdc++6  7.2.0-19

Versions of packages kpat recommends:
ii  khelpcenter  4:17.08.3-1

kpat suggests no packages.

-- no debconf information
$ kpat
games.ui: KStandardGameAction::create(  22 = game_restart , KActionCollection(0x55b757c22370, name = "KXMLGUIClient-KActionCollection")  )
games.ui: KStandardGameAction::create(  2 = game_load , KActionCollection(0x55b757c22370, name = "KXMLGUIClient-KActionCollection")  )
games.ui: KStandardGameAction::create(  3 = game_load_recent , KActionCollection(0x55b757c22370, name = "KXMLGUIClient-KActionCollection")  )
games.ui: KStandardGameAction::create(  5 = game_save_as , KActionCollection(0x55b757c22370, name = "KXMLGUIClient-KActionCollection")  )
games.ui: KStandardGameAction::create(  11 = game_quit , KActionCollection(0x55b757c22370, name = "KXMLGUIClient-KActionCollection")  )
games.ui: KStandardGameAction::create(  13 = move_undo , KActionCollection(0x55b757c22370, name = "KXMLGUIClient-KActionCollection")  )
games.ui: KStandardGameAction::create(  14 = move_redo , KActionCollection(0x55b757c22370, name = "KXMLGUIClient-KActionCollection")  )
games.ui: KStandardGameAction::create(  24 = move_demo , KActionCollection(0x55b757c22370, name = "KXMLGUIClient-KActionCollection")  )
games.ui: KStandardGameAction::create(  23 = move_hint , QObject(0x0)  )
games.lib: Setting theme: "Green Blaze"
Error detected in cache, re-generating
Segmentation fault



Bug#888497: compiz: this build is quite unstable

2018-01-26 Thread treaki

Package: compiz
Version: 1:0.9.13.0+16.10.20160818.2-5.1
Severity: important

Dear Maintainer,

   * What led up to the situation?
i wantet to enable compiz again, in older version of debian i had to add 
a forigin repostory for that,
now compiz seams to be part of the official debian repository.* What 
exactly did you do (or not do) that was effective (or

 ineffective)?
i installed compize compize extra addons and so and ccsm
i used compiz --replace on one terminal and startet ccsm on the other
   * What was the outcome of this action?
on the other compilation of compiz it worked out of the box (with window 
decoration and good default setting)
here i had to enable the window decoration manually and i was unable to 
rezize the window by mouse drags on the down side of it (only top, left 
and right)
also compiz crashed all the time when enabling quite basig addons. So i 
guess you should check all addons and features of compiz and rebuild it 
so that it is stable and out of the box working.

   * What outcome did you expect instead?
nothing more

thanks a lot in advance


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)

Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages compiz depends on:
ii  compiz-core 1:0.9.13.0+16.10.20160818.2-5.1
ii  compiz-gnome1:0.9.13.0+16.10.20160818.2-5.1
ii  compiz-plugins-default  1:0.9.13.0+16.10.20160818.2-5.1

compiz recommends no packages.

compiz suggests no packages.

-- no debconf information



Bug#882652: phototonic: crashes randomly when i am trying to sort/delete some images

2017-11-25 Thread treaki
Package: phototonic
Version: 1.4-2
Severity: important

Dear Maintainer,


   * What led up to the situation?
i was looking for a good image overview software
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
its crashes randomly
   * What was the outcome of this action?
i couldnt find out any clue why it was crashing so there was not even an  idea 
for a wordaround
   * What outcome did you expect instead?
null pointer exeption, question cant e answerded in that context

here is what the terminal gave me, please tell me what else you need to fix that


~$ phototonic /tmp/Screenshots/
libpng error: Read Error
terminate called after throwing an instance of 'Exiv2::BasicError'
  what():  Failed to read image data
Aborted

and its gone without any error message
-- System Information:
Debian Release: 8.7
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages phototonic depends on:
ii  libc6 2.19-18+deb8u7
ii  libexiv2-13   0.24-4.1
ii  libgcc1   1:4.9.2-10
ii  libgl1-mesa-glx [libgl1]  10.3.2-1+deb8u1
ii  libqt5core5a  5.3.2+dfsg-4+deb8u2
ii  libqt5gui55.3.2+dfsg-4+deb8u2
ii  libqt5widgets55.3.2+dfsg-4+deb8u2
ii  libstdc++64.9.2-10

Versions of packages phototonic recommends:
ii  libqt5svg5 5.3.2-2
ii  qt5-image-formats-plugins  5.3.2-2

phototonic suggests no packages.

-- debconf-show failed



Bug#876127: kpat: crash on ctrl+shift+n

2017-09-18 Thread treaki
Package: kpat
Version: 4:4.13.1-1
Severity: normal

Dear Maintainer,


   * What led up to the situation?
i was in a quite narrow window (about 700 pixel high and 280 pixel with), 
finished a klondike game, pressed ctrl+shift+n and wanted to start a yukon 
game, than it crashed

ill attach the report of the kde crash wizard 

-- System Information:
Debian Release: 8.7
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kpat depends on:
ii  kde-runtime 4:4.14.2-2
ii  kdegames-card-data  4:4.14.2-1
ii  libc6   2.19-18+deb8u7
ii  libkdecore5 4:4.14.2-5+deb8u1
ii  libkdegames6abi14:4.14.2-1
ii  libkdeui5   4:4.14.2-5+deb8u1
ii  libkio5 4:4.14.2-5+deb8u1
ii  libknewstuff3-4 4:4.14.2-5+deb8u1
ii  libqt4-svg  4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqt4-xml  4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqtcore4  4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqtgui4   4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libstdc++6  4.9.2-10

Versions of packages kpat recommends:
ii  khelpcenter4  4:4.14.2-2

kpat suggests no packages.

-- debconf-show failed
Application: kpat (3.6)
KDE Platform Version: 4.14.2
Qt Version: 4.8.6
Operating System: Linux 3.16.0-4-amd64 x86_64
Distribution: Debian GNU/Linux 8.7 (jessie)

-- Information about the crash:


The crash does not seem to be reproducible.

-- Backtrace:
Application: KPatience (kpat), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[KCrash Handler]
#6  0x7f5ebb046edc in KSharedDataCache::find(QString const&, QByteArray*) 
const () from /usr/lib/libkdecore.so.5
#7  0x7f5ebb8037c5 in KImageCache::findPixmap(QString const&, QPixmap*) 
const () from /usr/lib/libkdeui.so.5
#8  0x00458c17 in ?? ()
#9  0x00458df0 in KAbstractCardDeck::cardPixmap(unsigned int, bool) ()
#10 0x0045b8e2 in KCard::paint(QPainter*, QStyleOptionGraphicsItem 
const*, QWidget*) ()
#11 0x7f5eba40ba91 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#12 0x7f5eba40c8c7 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#13 0x7f5eba40cfe0 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#14 0x7f5eba42c17f in QGraphicsView::paintEvent(QPaintEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
#15 0x7f5eb9e3f748 in QWidget::event(QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
#16 0x7f5eba20183e in QFrame::event(QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
#17 0x7f5eba42ae81 in QGraphicsView::viewportEvent(QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
#18 0x7f5ebaa9b886 in 
QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () 
from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#19 0x7f5eb9dec46c in QApplicationPrivate::notify_helper(QObject*, QEvent*) 
() from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#20 0x7f5eb9df2fa8 in QApplication::notify(QObject*, QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
#21 0x7f5ebb79a1aa in KApplication::notify(QObject*, QEvent*) () from 
/usr/lib/libkdeui.so.5
#22 0x7f5ebaa9b71d in QCoreApplication::notifyInternal(QObject*, QEvent*) 
() from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#23 0x7f5eb9e39e1d in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion 
const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from 
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
#24 0x7f5eb9e3a8e5 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, 
QList const&, int, QRegion const&, QPoint const&, int, QPainter*, 
QWidgetBackingStore*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#25 0x7f5eb9e3998a in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion 
const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from 
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
#26 0x7f5eb9e3a8e5 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, 
QList const&, int, QRegion const&, QPoint const&, int, QPainter*, 
QWidgetBackingStore*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#27 0x7f5eb9e3998a in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion 
const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from 
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
#28 0x7f5eba00b855 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#29 0x7f5eb9e2e560 in QWidgetPrivate::syncBackingStore() () from 
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
#30 0x7f5eb9e3f818 in QWidget::event(QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
#31 0x7f5eba21bb23 in QMainWindow::event(QEvent*) () from 

Bug#869337: mate-terminal: all mate terminals crashed unexpectedly

2017-07-22 Thread treaki
Package: mate-terminal
Version: 1.8.1+dfsg1-4
Severity: important

Dear Maintainer,

   * What led up to the situation?
My system is running as always uptime
16:37:39 up 11 days,  5:10, 12 users,  load average: 0.42, 0.82, 1.25
with a huge amount of terminals opened as always, but suddenly, without a 
terminal in the foreground they all where gone (and thereby also the 
application in the foreground and all other applications running in terminal 
which broke a bunch of processes/transfers/etc like a half system crash)
* What exactly did you do (or not do) that was effective (or
ineffective)?
nothing within the terminal
* What was the outcome of this action?
a lot was gone but others where still running (that i didn't started inside 
mate-terminals) and i was first wondering what the hell has happened because 
this was the first and hopefully last time that such an essential application 
like the terminal emulator crashes without a given reason.
* What outcome did you expect instead?
that everything else but the terminal emulator would crash

here are the last lines of my .xsession-errors, i hope they can help you. ive 
got no way to reproduce the problem because i dont know the reason, maybe 
someone got an idea on that...

Window manager warning: No rect to clip to found!
Window manager warning: No rect to clip to found!
Window manager warning: No rect to clip to found!
Window manager warning: No rect to clip to found!
Window manager warning: No rect to shove into found!
Window manager warning: No rect to shove into found!
Window manager warning: No rect to shove into found!
Window manager warning: No rect to shove into found!
Window manager warning: No rect to shove into found!
Window manager warning: Log level 8: Source ID 78861 was not found when 
attempting to remove it
The program 'mate-terminal' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadDrawable (invalid Pixmap or Window parameter)'.
  (Details: serial 5265511 error_code 9 request_code 139 minor_code 4)
  (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.)
Window manager warning: Log level 8: Source ID 79953 was not found when 
attempting to remove it
Window manager warning: Log level 8: Source ID 80291 was not found when 
attempting to remove it
Window manager warning: Log level 8: Source ID 80295 was not found when 
attempting to remove it

(caja:1769): GLib-GObject-WARNING **: 
/build/glib2.0-y6934K/glib2.0-2.42.1/./gobject/gsignal.c:2579: instance 
'0x59d2c70' has no handler with id '623505'

(caja:1769): GLib-GObject-WARNING **: 
/build/glib2.0-y6934K/glib2.0-2.42.1/./gobject/gsignal.c:2579: instance 
'0x24024a0' has no handler with id '613558'

nothing relevant in dmesg/Xorg.0.log ant thats all i could think of to be 
relevent. Maybe someone can give me some advices what to do to get more debug 
output on such errors.

thanks a lot in advance

-- System Information:
Debian Release: 8.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mate-terminal depends on:
ii  libatk1.0-0   2.14.0-1
ii  libc6 2.19-18+deb8u7
ii  libcairo2 1.14.0-2.1+deb8u2
ii  libdconf1 0.22.0-1
ii  libfontconfig12.11.0-6.3+deb8u1
ii  libfreetype6  2.5.2-3+deb8u1
ii  libgdk-pixbuf2.0-02.31.1-2+deb8u5
ii  libglib2.0-0  2.42.1-1+b1
ii  libgtk2.0-0   2.24.25-3+deb8u1
ii  libice6   2:1.0.9-1+b1
ii  libpango-1.0-01.36.8-3
ii  libpangocairo-1.0-0   1.36.8-3
ii  libpangoft2-1.0-0 1.36.8-3
ii  libsm62:1.2.2-1+b1
ii  libvte9   1:0.28.2-5
ii  libx11-6  2:1.6.2-3
ii  libxext6  2:1.3.3-1
ii  mate-desktop-common   1.8.1+dfsg1-3+deb8u1
ii  mate-terminal-common  1.8.1+dfsg1-4
pn  python:any

mate-terminal recommends no packages.

mate-terminal suggests no packages.

-- debconf-show failed



Bug#868957: smem: wrong columns on long usernames

2017-07-19 Thread treaki
Package: smem
Version: 1.4-2
Severity: important



hi,

there is no problem when you run it as normal user. But when you run it as root 
and there are users logged on which have more then the usual 8 characters as 
username then the coulums of the table will float around which is not nice to 
read and impossible to import in Spreadsheet application. Please fix that by 
also chop away the end of long usernames like it is still done on to long 
commands so that the table is viewed correct.

Example:


$ sudo smem
  PID User Command Swap  USS  PSS  RSS 
 1979  XXX  38802  120 
 2401  XXX  38802  120 
 3191  xxx  39602   72 
 4833   15602  116 
 4834   16402  116 
[...]
25659 yy   Y 174840236642380627348 
23726 yy   YY 93732253922578331276 
15939 yy   YYY29056306403085532704 
30283 zz zzz 53443076430961
32852 
 5139 yy   YYY48884317603349135716 
[...]

So you see as given on the  line there is an user which has some more then 
8 chars in his name (10) which is braking the whole formatting and makes it 
unable to import data in spreadsheet software.

Thanks for a fix and keep up the good work.

treaki


-- System Information:
Debian Release: 8.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages smem depends on:
pn  python:any  

Versions of packages smem recommends:
ii  python-matplotlib  1.4.2-3.1

smem suggests no packages.

-- debconf-show failed



Bug#861118: reply isnt using the thinks in the header field reply to

2017-04-24 Thread treaki

Package: thunderbird
Version: 1:45.8.0-3~deb8u1
Severity: important

or this problem i faced with #861114 is just another bug. Please check


thabnks



Bug#861114: Fwd: Re: Bug#861114: thunderbird: please give me a migration choise

2017-04-24 Thread treaki


forwarding, sorry wrong address for the bug trackign system, i was a bit 
to quick 861...@bugs.debian.org


 Weitergeleitete Nachricht 
Betreff:Re: Bug#861114: thunderbird: please give me a migration choise
Datum:  Mon, 24 Apr 2017 20:49:27 +0200
Von:treaki <tre...@treaki.tk>
Antwort an: treaki <tre...@treaki.tk>, 861...@bugs.debian.org
An: 	Debian Bug Tracking System <sub...@bugs.debian.org>, Christoph 
Goehre <ch...@sigxcpu.org>




ive done a quick fix for that, maybe you can use it. You allready had an
if structure then that will brake if the answere of that message box
application with z, what was it, zenity or so, i have done such things
everytime with xmessages...

so i just changed the information into a question and then added some
text that is sure not politically correct

but fix that as soon as possible because i understand debian as a system
of where you have the choise, you can say no in any package chages
configuration/user data but you cant do it as user on graphical level???
thats totally wrong


debian is getting worse and worse.

If i wont get a fix of that package ill have to change to arch or so ;(

wkregards

Am 24.04.2017 um 20:25 schrieb treaki:

Package: thunderbird
Version: 1:45.8.0-3~deb8u1
Severity: important

hi,

ive got following window:

=
0xc08 "Icedove to Thunderbird Profile migration"
=

You see this window because you're starting Thunderbird for the
first time and have profile(s) for Icedove.
The Debian Icedove package is de-branded back to Thunderbird.

The Icedove profile(s) will now be migrated to the Thunderbird folder.
This will take a short time!

Please be patient, the Thunderbird program will be started right after
the changes.

If you need more information on the de-branding and migration please
read

   /usr/share/doc/thunderbird/README.Debian.gz

The Debian wiki is also holding extra information about the migration of
Icedove to Thunderbird.

   https://wiki.debian.org/Thunderbird

OK

===

thats very nice because i have icedove still running. So what is if i dont want 
to migrate right now or do want to migrate on my own. What is if i want to read 
the migrate source before because i dont trust them mostly because it says:

"This will take a short time!"

and i do not understand why it will take a while at all because its a simple mv 
inode name change without any havy file system operation at all. You could even 
just link the things to avoid this and have compatiblity between both versions.

So change this to a "do you want to let this system migrate that now"

yes / no

dialog, or leav it away and just symlink ~/.thunderbird to .icedove and be with 
it.

Thanks a lot

and pleace tell me what should take a while...

-- System Information:
Debian Release: 8.7
   APT prefers stable-updates
   APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages thunderbird depends on:
ii  debianutils   4.4+b1
ii  fontconfig2.11.0-6.3+deb8u1
ii  libasound21.0.28-1
ii  libatk1.0-0   2.14.0-1
ii  libc6 2.19-18+deb8u7
ii  libcairo2 1.14.0-2.1+deb8u2
ii  libdbus-1-3   1.8.22-0+deb8u1
ii  libdbus-glib-1-2  0.102-1
ii  libevent-2.0-52.0.21-stable-2+deb8u1
ii  libffi6   3.1-2+b2
ii  libfontconfig12.11.0-6.3+deb8u1
ii  libfreetype6  2.5.2-3+deb8u1
ii  libgcc1   1:4.9.2-10
ii  libgdk-pixbuf2.0-02.31.1-2+deb8u5
ii  libglib2.0-0  2.42.1-1+b1
ii  libgtk2.0-0   2.24.25-3+deb8u1
ii  libhunspell-1.3-0 1.3.3-3
ii  libpango-1.0-01.36.8-3
ii  libpangocairo-1.0-0   1.36.8-3
ii  libpangoft2-1.0-0 1.36.8-3
ii  libpixman-1-0 0.32.6-3
ii  libstartup-notification0  0.12-4
ii  libstdc++64.9.2-10
ii  libx11-6  2:1.6.2-3
ii  libxcomposite11:0.4.4-1
ii  libxdamage1   1:1.1.4-2+b1
ii  libxext6  2:1.3.3-1
ii  libxfixes31:5.0.1-2+b2
ii  libxrender1   1:0.9.8-1+b1
ii  libxt61:1.1.4-1+b1
ii  psmisc22.21-2
ii  x11-utils 7.7+2
ii  zlib1g1:1.2.8.dfsg-2+b1

Versions of packages thunderbird recommends:
ii  hunspell-de-at [hunspell-dictionary]  20131206-5
ii  hunspell-de-ch [hunspell-dictionary]  20131206-5
ii  hunspell-en-us [hunspell-dictionary]  20070829-6+deb8u1
ii  lightning 1:45.8.0-3~deb8u1
ii  myspell-de-de [myspell-dictionary]20131206-5

Versions of packages thunderbird suggests:
p

Bug#861114: thunderbird: please give me a migration choise

2017-04-24 Thread treaki
ive done a quick fix for that, maybe you can use it. You allready had an 
if structure then that will brake if the answere of that message box 
application with z, what was it, zenity or so, i have done such things 
everytime with xmessages...


so i just changed the information into a question and then added some 
text that is sure not politically correct


but fix that as soon as possible because i understand debian as a system 
of where you have the choise, you can say no in any package chages 
configuration/user data but you cant do it as user on graphical level??? 
thats totally wrong



debian is getting worse and worse.

If i wont get a fix of that package ill have to change to arch or so ;(

wkregards

Am 24.04.2017 um 20:25 schrieb treaki:

Package: thunderbird
Version: 1:45.8.0-3~deb8u1
Severity: important

hi,

ive got following window:

=
0xc08 "Icedove to Thunderbird Profile migration"
=

You see this window because you're starting Thunderbird for the
first time and have profile(s) for Icedove.
The Debian Icedove package is de-branded back to Thunderbird.

The Icedove profile(s) will now be migrated to the Thunderbird folder.
This will take a short time!

Please be patient, the Thunderbird program will be started right after
the changes.

If you need more information on the de-branding and migration please
read

   /usr/share/doc/thunderbird/README.Debian.gz

The Debian wiki is also holding extra information about the migration of
Icedove to Thunderbird.

   https://wiki.debian.org/Thunderbird

OK

===

thats very nice because i have icedove still running. So what is if i dont want 
to migrate right now or do want to migrate on my own. What is if i want to read 
the migrate source before because i dont trust them mostly because it says:

"This will take a short time!"

and i do not understand why it will take a while at all because its a simple mv 
inode name change without any havy file system operation at all. You could even 
just link the things to avoid this and have compatiblity between both versions.

So change this to a "do you want to let this system migrate that now"

yes / no

dialog, or leav it away and just symlink ~/.thunderbird to .icedove and be with 
it.

Thanks a lot

and pleace tell me what should take a while...

-- System Information:
Debian Release: 8.7
   APT prefers stable-updates
   APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages thunderbird depends on:
ii  debianutils   4.4+b1
ii  fontconfig2.11.0-6.3+deb8u1
ii  libasound21.0.28-1
ii  libatk1.0-0   2.14.0-1
ii  libc6 2.19-18+deb8u7
ii  libcairo2 1.14.0-2.1+deb8u2
ii  libdbus-1-3   1.8.22-0+deb8u1
ii  libdbus-glib-1-2  0.102-1
ii  libevent-2.0-52.0.21-stable-2+deb8u1
ii  libffi6   3.1-2+b2
ii  libfontconfig12.11.0-6.3+deb8u1
ii  libfreetype6  2.5.2-3+deb8u1
ii  libgcc1   1:4.9.2-10
ii  libgdk-pixbuf2.0-02.31.1-2+deb8u5
ii  libglib2.0-0  2.42.1-1+b1
ii  libgtk2.0-0   2.24.25-3+deb8u1
ii  libhunspell-1.3-0 1.3.3-3
ii  libpango-1.0-01.36.8-3
ii  libpangocairo-1.0-0   1.36.8-3
ii  libpangoft2-1.0-0 1.36.8-3
ii  libpixman-1-0 0.32.6-3
ii  libstartup-notification0  0.12-4
ii  libstdc++64.9.2-10
ii  libx11-6  2:1.6.2-3
ii  libxcomposite11:0.4.4-1
ii  libxdamage1   1:1.1.4-2+b1
ii  libxext6  2:1.3.3-1
ii  libxfixes31:5.0.1-2+b2
ii  libxrender1   1:0.9.8-1+b1
ii  libxt61:1.1.4-1+b1
ii  psmisc22.21-2
ii  x11-utils 7.7+2
ii  zlib1g1:1.2.8.dfsg-2+b1

Versions of packages thunderbird recommends:
ii  hunspell-de-at [hunspell-dictionary]  20131206-5
ii  hunspell-de-ch [hunspell-dictionary]  20131206-5
ii  hunspell-en-us [hunspell-dictionary]  20070829-6+deb8u1
ii  lightning 1:45.8.0-3~deb8u1
ii  myspell-de-de [myspell-dictionary]20131206-5

Versions of packages thunderbird suggests:
pn  apparmor  
ii  fonts-lyx 2.1.2-2
ii  libgssapi-krb5-2  1.12.1+dfsg-19+deb8u2

-- no debconf information


#!/bin/bash
# vim: autoindent tabstop=4 shiftwidth=4 expandtab softtabstop=4 filetype=sh 
textwidth=76
#
# File:
#   /usr/bin/thunderbird
#
# Purpose:
#   This is a wrapper script for starting the thunderbird binary with taking
#   care of the searching for an old user Icedove profile folder and adopting
#   the folder into the new place if possible.
#
# Envir

Bug#861114: thunderbird: please give me a migration choise

2017-04-24 Thread treaki
Package: thunderbird
Version: 1:45.8.0-3~deb8u1
Severity: important

hi,

ive got following window:

=
0xc08 "Icedove to Thunderbird Profile migration"
=

You see this window because you're starting Thunderbird for the
first time and have profile(s) for Icedove.
The Debian Icedove package is de-branded back to Thunderbird.

The Icedove profile(s) will now be migrated to the Thunderbird folder.
This will take a short time!

Please be patient, the Thunderbird program will be started right after
the changes.

If you need more information on the de-branding and migration please
read

  /usr/share/doc/thunderbird/README.Debian.gz

The Debian wiki is also holding extra information about the migration of
Icedove to Thunderbird.

  https://wiki.debian.org/Thunderbird

OK

===

thats very nice because i have icedove still running. So what is if i dont want 
to migrate right now or do want to migrate on my own. What is if i want to read 
the migrate source before because i dont trust them mostly because it says:

"This will take a short time!"

and i do not understand why it will take a while at all because its a simple mv 
inode name change without any havy file system operation at all. You could even 
just link the things to avoid this and have compatiblity between both versions.

So change this to a "do you want to let this system migrate that now"

yes / no

dialog, or leav it away and just symlink ~/.thunderbird to .icedove and be with 
it.

Thanks a lot 

and pleace tell me what should take a while...

-- System Information:
Debian Release: 8.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages thunderbird depends on:
ii  debianutils   4.4+b1
ii  fontconfig2.11.0-6.3+deb8u1
ii  libasound21.0.28-1
ii  libatk1.0-0   2.14.0-1
ii  libc6 2.19-18+deb8u7
ii  libcairo2 1.14.0-2.1+deb8u2
ii  libdbus-1-3   1.8.22-0+deb8u1
ii  libdbus-glib-1-2  0.102-1
ii  libevent-2.0-52.0.21-stable-2+deb8u1
ii  libffi6   3.1-2+b2
ii  libfontconfig12.11.0-6.3+deb8u1
ii  libfreetype6  2.5.2-3+deb8u1
ii  libgcc1   1:4.9.2-10
ii  libgdk-pixbuf2.0-02.31.1-2+deb8u5
ii  libglib2.0-0  2.42.1-1+b1
ii  libgtk2.0-0   2.24.25-3+deb8u1
ii  libhunspell-1.3-0 1.3.3-3
ii  libpango-1.0-01.36.8-3
ii  libpangocairo-1.0-0   1.36.8-3
ii  libpangoft2-1.0-0 1.36.8-3
ii  libpixman-1-0 0.32.6-3
ii  libstartup-notification0  0.12-4
ii  libstdc++64.9.2-10
ii  libx11-6  2:1.6.2-3
ii  libxcomposite11:0.4.4-1
ii  libxdamage1   1:1.1.4-2+b1
ii  libxext6  2:1.3.3-1
ii  libxfixes31:5.0.1-2+b2
ii  libxrender1   1:0.9.8-1+b1
ii  libxt61:1.1.4-1+b1
ii  psmisc22.21-2
ii  x11-utils 7.7+2
ii  zlib1g1:1.2.8.dfsg-2+b1

Versions of packages thunderbird recommends:
ii  hunspell-de-at [hunspell-dictionary]  20131206-5
ii  hunspell-de-ch [hunspell-dictionary]  20131206-5
ii  hunspell-en-us [hunspell-dictionary]  20070829-6+deb8u1
ii  lightning 1:45.8.0-3~deb8u1
ii  myspell-de-de [myspell-dictionary]20131206-5

Versions of packages thunderbird suggests:
pn  apparmor  
ii  fonts-lyx 2.1.2-2
ii  libgssapi-krb5-2  1.12.1+dfsg-19+deb8u2

-- no debconf information



Bug#464093: glob2: accessibility: unusable for people who need larger fonts

2017-04-21 Thread treaki

Hi there,


On 05/02/08 04:29, gambarimasu+report...@gmail.com wrote:

as this is a basic accessibility issue, and it makes the program
completely unusable, i am classifying this as important.
Have you tried some workarounds, for example scaling up the whole game 
by selecting the lowest resolution (640x480) and full screen mode? And 
on the other hand, why is it not working if you use the same resolution 
(or a bit higher), window mode and put kmag (magnifing window) next to it?


I which you much success to get it somehow still playable even if all 
sizes are hardcoded...


regards
treaki

ps: if you are unsure about how to exit from an unknown full screen 
applications you should increase your virtual console font size 
(normally its quite small) using


sudo dpkg-reconfigure console-setup

(or as root without sudo if you dosent use it)

and then just press twice return on the encoding and character set 
settings, then set some scalable font like Terminus and some real high 
framebuffer only font size. Then you can switch with ctrl+alt+f1 to a 
console that you can read, login, and kill the fullscreen app (or the 
whole xserver if it is to complicated), export display to the one who 
you are using and use xrandr to set back to your usual resolution...


--
|_|0|_|
|_|_|0|
|0|0|0|

http://treaki.tk/



Bug#860883: glob2: crashed just before i was victorious above computer enemy

2017-04-21 Thread treaki
Package: glob2
Version: 0.9.4.4-2.3
Severity: important

Dear Maintainer,


   * What led up to the situation?
after i finished the secound tutorial mission and there was no other one i 
startetd a normal "Free game" (translated from german). As i attacked the 
enemys base the game just crassed...


here some game output:


~$ glob2 
ALSA lib pcm_dsnoop.c:618:(snd_pcm_dsnoop_open) unable to open slave
ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
glob2: src/Building.cpp:2848: void Building::integrity(): Assertion 
`(*it)->targetBuilding==this' failed.
Aborted


-- System Information:
Debian Release: 8.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages glob2 depends on:
ii  glob2-data0.9.4.4-2.3
ii  libboost-system1.55.0 1.55.0+dfsg-3
ii  libboost-thread1.55.0 1.55.0+dfsg-3
ii  libc6 2.19-18+deb8u7
ii  libfribidi0   0.19.6-3
ii  libgcc1   1:4.9.2-10
ii  libgl1-mesa-glx [libgl1]  10.3.2-1+deb8u1
ii  libglu1-mesa [libglu1]9.0.0-2
ii  libportaudio2 19+svn20140130-1
ii  libsdl-image1.2   1.2.12-5+b5
ii  libsdl-net1.2 1.2.8-4
ii  libsdl-ttf2.0-0   2.0.11-3
ii  libsdl1.2debian   1.2.15-10+b1
ii  libspeex1 1.2~rc1.2-1
ii  libstdc++64.9.2-10
ii  libvorbisfile31.3.4-2
ii  zlib1g1:1.2.8.dfsg-2+b1

glob2 recommends no packages.

glob2 suggests no packages.

-- debconf-show failed



Bug#857924: /usr/bin/ebook-viewer: feature request, print improvement

2017-03-16 Thread treaki
Package: calibre
Version: 2.5.0+dfsg-1
Severity: normal
File: /usr/bin/ebook-viewer

Hi,

with this grate ebook-viewer i can read epub and all sorts of other electronic 
books on my computer, that works quite nice in compare to print media which are 
only designed for a specific page format. Here i can just increase the fontsize 
and view multiple images in a separated window. But there are some thinks i 
could imagine to be better:

First of all, prevent every stretching of images which occure on front pages or 
when the table of contents is opened, this is imho a very bad behavior which 
falsifies the original content in an unthinkable way.

Secondly sometimes i would like to print out sometimes a book, but it looks 
like this feature is right now merely rudimentary.

First of all a bug: there is an option to set the pagesize but whatever i do 
there it jumps back to nothing selected and the dimensions are still on them of 
A4. Please fix that.

Secondly i would be happy about following features:

* Two print scale settings, one for everything (pictures and font) and one like 
the font size setting in the viewing window.

* An option to include page numbers so that i can keep track of my reading and 
sort the pages if they get mixed up.

* Then even if i switch to a specific page border setting, the next time i 
print something they are reset to its default value. Please save them at least 
until i close the programm and maybe include some settings profile save feature 
to load/switch between some print settings which has been saved before.

And for the end it would be nice if you could add a feature like "print only 
chapter x-y" and "print only selected text" for printing not the whole book but 
only a section i need.

Thanks a lot in advance

-- System Information:
Debian Release: 8.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages calibre depends on:
ii  calibre-bin2.5.0+dfsg-1
ii  fonts-liberation   1.07.4-1
ii  imagemagick8:6.8.9.9-5+deb8u6
ii  libjs-mathjax  2.4-2
ii  poppler-utils  0.26.5-2+deb8u1
ii  python-apsw3.8.6-r1-1
ii  python-beautifulsoup   3.2.1-1
ii  python-chardet 2.3.0-1
ii  python-cherrypy3   3.5.0-1
ii  python-cssselect   0.9.1+git90c72b0-1
ii  python-cssutils0.9.10-1
ii  python-dateutil2.2-2
ii  python-dbus1.2.0-2+b3
ii  python-feedparser  5.1.3-3
ii  python-imaging 2.6.1-2+deb8u3
ii  python-lxml3.4.0-1
ii  python-markdown2.5.1-2
ii  python-mechanize   1:0.2.5-3
ii  python-netifaces   0.10.4-0.1
ii  python-pil 2.6.1-2+deb8u3
ii  python-pkg-resources   5.5.1-1
ii  python-pyparsing   2.0.3+dfsg1-1
ii  python-pyqt5   5.3.2+dfsg-3
ii  python-pyqt5.qtsvg 5.3.2+dfsg-3
ii  python-pyqt5.qtwebkit  5.3.2+dfsg-3
ii  python-routes  2.0-1
ii  python2.7  2.7.9-2+deb8u1
ii  xdg-utils  1.1.0~rc1+git20111210-7.4

Versions of packages calibre recommends:
ii  python-dnspython  1.12.0-1

calibre suggests no packages.

-- no debconf information



Bug#855499: calibre: closed main window and got error

2017-02-19 Thread treaki

Package: calibre
Version: 2.5.0+dfsg-1
Severity: important

Dear Maintainer,


   * What led up to the situation?
i closed the main window
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
bringing main window in to the forground and active (my windowmanager is 
syncronising both, i hate it if it would be different, and done the 
close window action

   * What was the outcome of this action?
error message poped up with the possibility to copy details to 
clipboard, i dit it and here they are:

calibre, version 2.5.0
FEHLER: Nicht abgefangener Fehler: IOError:[Errno 0] Error

calibre 2.5  isfrozen: False is64bit: True
Linux-3.16.0-4-amd64-x86_64-with-debian-8.7 Linux ('64bit', 'ELF')
('Linux', '3.16.0-4-amd64', '#1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19)')
Python 2.7.9
Linux: ('debian', '8.7', '')
Traceback (most recent call last):
  File "/usr/lib/calibre/calibre/gui2/ui.py", line 955, in closeEvent
traceback.print_exc()
  File "/usr/lib/python2.7/traceback.py", line 233, in print_exc
print_exception(etype, value, tb, limit, file)
  File "/usr/lib/python2.7/traceback.py", line 124, in print_exception
_print(file, 'Traceback (most recent call last):')
  File "/usr/lib/python2.7/traceback.py", line 13, in _print
file.write(str+terminator)
IOError: [Errno 0] Error

   * What outcome did you expect instead?
just a nice close of the main window withot anything else


-- System Information:
Debian Release: 8.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages calibre depends on:
ii  calibre-bin2.5.0+dfsg-1
ii  fonts-liberation   1.07.4-1
ii  imagemagick8:6.8.9.9-5+deb8u6
ii  libjs-mathjax  2.4-2
ii  poppler-utils  0.26.5-2+deb8u1
ii  python-apsw3.8.6-r1-1
ii  python-beautifulsoup   3.2.1-1
ii  python-chardet 2.3.0-1
ii  python-cherrypy3   3.5.0-1
ii  python-cssselect   0.9.1+git90c72b0-1
ii  python-cssutils0.9.10-1
ii  python-dateutil2.2-2
ii  python-dbus1.2.0-2+b3
ii  python-feedparser  5.1.3-3
ii  python-imaging 2.6.1-2+deb8u3
ii  python-lxml3.4.0-1
ii  python-markdown2.5.1-2
ii  python-mechanize   1:0.2.5-3
ii  python-netifaces   0.10.4-0.1
ii  python-pil 2.6.1-2+deb8u3
ii  python-pkg-resources   5.5.1-1
ii  python-pyparsing   2.0.3+dfsg1-1
ii  python-pyqt5   5.3.2+dfsg-3
ii  python-pyqt5.qtsvg 5.3.2+dfsg-3
ii  python-pyqt5.qtwebkit  5.3.2+dfsg-3
ii  python-routes  2.0-1
ii  python2.7  2.7.9-2+deb8u1
ii  xdg-utils  1.1.0~rc1+git20111210-7.4

Versions of packages calibre recommends:
ii  python-dnspython  1.12.0-1

calibre suggests no packages.

-- no debconf information



Bug#758579: thinkfan: Post Installation, Start Script fails to Initialize

2017-02-19 Thread treaki
Package: thinkfan
Version: 0.9.2-1
Followup-For: Bug #758579

Dear Maintainer,

it more likely lookes like a not compatible kernel module then a poblem with 
systemds init compatiblity layer:

treaki@ttpdeb:~$ sudo apt-get install thinkfan
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following package was automatically installed and is no longer required:
  libva-glx1
Use 'apt-get autoremove' to remove it.
The following NEW packages will be installed:
  thinkfan
0 upgraded, 1 newly installed, 0 to remove and 8 not upgraded.
Need to get 33.1 kB of archives.
After this operation, 128 kB of additional disk space will be used.
Get:1 http://ftp.de.debian.org/debian/ jessie/main thinkfan amd64 0.9.2-1 [33.1 
kB]
Fetched 33.1 kB in 0s (119 kB/s)  
Selecting previously unselected package thinkfan.
(Reading database ... 302375 files and directories currently installed.)
Preparing to unpack .../thinkfan_0.9.2-1_amd64.deb ...
Unpacking thinkfan (0.9.2-1) ...
Processing triggers for systemd (215-17+deb8u6) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up thinkfan (0.9.2-1) ...
Job for thinkfan.service failed. See 'systemctl status thinkfan.service' and 
'journalctl -xn' for details.
invoke-rc.d: initscript thinkfan, action "start" failed.
dpkg: error processing package thinkfan (--configure):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for systemd (215-17+deb8u6) ...
Errors were encountered while processing:
 thinkfan
E: Sub-process /usr/bin/dpkg returned an error code (1)
treaki@ttpdeb:~$ sudo systemctl status thinkfan.service
● thinkfan.service - simple and lightweight fan control program
   Loaded: loaded (/lib/systemd/system/thinkfan.service; disabled)
   Active: failed (Result: resources) since Sun 2017-02-19 09:58:49 CET; 52s ago

Feb 19 09:58:49 ttpdeb thinkfan[11082]: thinkfan 0.9.1 starting...
Feb 19 09:58:49 ttpdeb thinkfan[11082]: WARNING: Using default fan control i
Feb 19 09:58:49 ttpdeb thinkfan[11082]: WARNING: Using default temperature i
Feb 19 09:58:49 ttpdeb thinkfan[11082]: WARNING: You're using simple tempera…ve.
Feb 19 09:58:49 ttpdeb thinkfan[11082]: Module thinkpad_acpi doesn't seem to...l
Feb 19 09:58:49 ttpdeb thinkfan[11082]: Cleaning up and resetting fan control.
Feb 19 09:58:49 ttpdeb systemd[1]: PID file /var/run/thinkfan.pid not reada...t.
Feb 19 09:58:49 ttpdeb systemd[1]: Failed to start simple and lightweight f...m.
Feb 19 09:58:49 ttpdeb systemd[1]: Unit thinkfan.service entered failed state.
Hint: Some lines were ellipsized, use -l to show in full.
treaki@ttpdeb:~$ sudo systemctl status thinkfan.service -l
● thinkfan.service - simple and lightweight fan control program
   Loaded: loaded (/lib/systemd/system/thinkfan.service; disabled)
   Active: failed (Result: resources) since Sun 2017-02-19 09:58:49 CET; 59s ago

Feb 19 09:58:49 ttpdeb thinkfan[11082]: thinkfan 0.9.1 starting...
Feb 19 09:58:49 ttpdeb thinkfan[11082]: WARNING: Using default fan control in 
/proc/acpi/ibm/fan.
Feb 19 09:58:49 ttpdeb thinkfan[11082]: WARNING: Using default temperature 
inputs in /proc/acpi/ibm/thermal.
Feb 19 09:58:49 ttpdeb thinkfan[11082]: WARNING: You're using simple 
temperature limits without correction values, and your fan will only start at 
55 °C. This can be dangerous for your hard drive.
Feb 19 09:58:49 ttpdeb thinkfan[11082]: Module thinkpad_acpi doesn't seem to 
support fan_control
Feb 19 09:58:49 ttpdeb thinkfan[11082]: Cleaning up and resetting fan control.
Feb 19 09:58:49 ttpdeb systemd[1]: PID file /var/run/thinkfan.pid not readable 
(yet?) after start.
Feb 19 09:58:49 ttpdeb systemd[1]: Failed to start simple and lightweight fan 
control program.
Feb 19 09:58:49 ttpdeb systemd[1]: Unit thinkfan.service entered failed state.
treaki@ttpdeb:~$ sudo modprobe -v thinkpad_acpi
treaki@ttpdeb:~$ lsmod | grep thinkpad_acpi
thinkpad_acpi  69119  0 
nvram  13034  1 thinkpad_acpi
snd65338  17 
snd_hwdep,snd_timer,snd_hda_codec_conexant,snd_pcm,snd_seq,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,thinkpad_acpi,snd_seq_device
rfkill 18867  4 cfg80211,thinkpad_acpi,bluetooth
treaki@ttpdeb:~$ 


please update the main kernel konfig of debian for this or include an 
alternative compatible dkms module or so for it to work


-- System Information:
Debian Release: 8.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages thinkfan depends on:
ii  libc6  2.19-18+deb8u7

thinkfan recommends no packages.

thinkfan suggests no packages.

-- no debconf information



Bug#855100: virtualbox: nat network not working

2017-02-13 Thread treaki
Package: virtualbox
Version: 5.1.8-dfsg-6~bpo8+2
Severity: important

Dear Maintainer,

it lookes like that whatever i do the nat network feature isnt working.

   * What led up to the situation?
i tryed to get it to work, but what ever i do i cant access anything through 
its intigrated router, its not even pingable from the vm. The normal nat option 
is working only the nat network option isnt so i cant setup inter vm 
communication as expected. also i am missing a combined version of nat network 
and host only network where the host can participate in virtual networks which 
has outside access through nat. but first of all the thing it self has to work.
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
set up nat network using the gui and put it on some network cards of my vm, 
done everything from the vm side to try to acces global hosts but wasnt 
sugsessfull, sometimes dhcp workes sometimes it dosent.
   * What was the outcome of this action?
done a ps aux and found out:
~$ ps aux | grep -i vbox
root  6703  0.0  0.0  0 0 ?S<   07:10   0:00 
[iprt-VBoxWQueue]
treaki6744  0.5  0.1 118180 11136 ?S07:10   0:00 
/usr/lib/virtualbox/VBoxXPCOMIPCD
treaki6749  1.0  0.3 658208 20236 ?Sl   07:10   0:00 
/usr/lib/virtualbox/VBoxSVC --auto-shutdown
treaki6843 31.8  1.1 1362388 71580 ?   Sl   07:10   0:14 
/usr/lib/virtualbox/VBoxHeadless --comment router --startvm 
ec9be256-0908-4b3a-9e06-350971e63123 --vrde config
treaki6852  0.0  0.2 411080 15704 ?Sl   07:10   0:00 
/usr/lib/virtualbox/VBoxNetDHCP --ip-address 10.0.2.3 --lower-ip 10.0.2.4 
--mac-address 08:00:27:D3:C0:A6 --need-main on --netmask 255.255.255.0 
--network NatNetwork --trunk-type whatever --upper-ip 10.0.2.254
treaki6853  0.0  0.0  0 0 ?Z07:10   0:00 [VBoxNetNAT] 

treaki6859  0.0  0.2 411080 15508 ?Sl   07:10   0:00 
/usr/lib/virtualbox/VBoxNetDHCP --ip-address 10.0.3.3 --lower-ip 10.0.3.4 
--mac-address 08:00:27:57:F1:CB --need-main on --netmask 255.255.255.0 
--network NatNetwork3 --trunk-type whatever --upper-ip 10.0.3.254
treaki6860  0.0  0.0  0 0 ?Z07:10   0:00 [VBoxNetNAT] 

treaki7013  0.0  0.0  14688  2116 pts/49   S+   07:11   0:00 grep -i vbox

that there are some professes in defunct state
   * What outcome did you expect instead?
working nat network tehe first time

thanks for the fiz in advance

-- System Information:
Debian Release: 8.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages virtualbox depends on:
ii  adduser   3.113+nmu3
ii  init-system-helpers   1.22
ii  libc6 2.19-18+deb8u6
ii  libcurl3-gnutls   7.38.0-4+deb8u5
ii  libdevmapper1.02.12:1.02.90-2.2+deb8u1
ii  libgcc1   1:4.9.2-10
ii  libgsoap5 2.8.17-1
ii  libpng12-01.2.50-2+deb8u2
ii  libpython3.4  3.4.2-1
ii  libsdl1.2debian   1.2.15-10+b1
ii  libssl1.0.0   1.0.1t-1+deb8u5
ii  libstdc++64.9.2-10
ii  libvncserver0 0.9.9+dfsg2-6.1+deb8u2
ii  libvpx1   1.3.0-3
ii  libx11-6  2:1.6.2-3
ii  libxcursor1   1:1.1.14-1+b1
ii  libxext6  2:1.3.3-1
ii  libxml2   2.9.1+dfsg1-5+deb8u4
ii  libxmu6   2:1.1.2-1
ii  libxt61:1.1.4-1+b1
ii  procps2:3.3.9-9
ii  python3   3.4.2-2
ii  python3.4 3.4.2-1
ii  virtualbox-dkms [virtualbox-modules]  5.1.8-dfsg-6~bpo8+2
ii  zlib1g1:1.2.8.dfsg-2+b1

Versions of packages virtualbox recommends:
ii  libgl1-mesa-glx [libgl1]  10.3.2-1+deb8u1
ii  libqt5core5a  5.3.2+dfsg-4+deb8u2
ii  libqt5opengl5 5.3.2+dfsg-4+deb8u2
ii  libqt5widgets55.3.2+dfsg-4+deb8u2
ii  virtualbox-qt 5.1.8-dfsg-6~bpo8+2

Versions of packages virtualbox suggests:
pn  vde2
ii  virtualbox-guest-additions-iso  5.1.8-1~bpo8+1

-- no debconf information



Bug#851854: pluma: missing dependencies /pygtksourceview

2017-01-19 Thread treaki
Package: pluma
Version: 1.8.1+dfsg1-2
Severity: important

Dear Maintainer,

i tryed to activate the pluma plugin "snippets" but it just got grayed out, 
after i have started pluma from terminal i found this output:


** (pluma:27864): WARNING **: Error initializing Python interpreter: could not 
import pygtksourceview.

** (pluma:27864): WARNING **: Please check the installation of all the Python 
related packages required by pluma and try again.

** (pluma:27864): WARNING **: Cannot load python plugin Python 'Snippets' since 
pluma wasnot able to initialize the Python interpreter.

** (pluma:27864): WARNING **: Error loading plugin 'Snippets'


i could fix the problem with an installation of the missing libs

 sudo apt-get install python-gtksourceview2


but you should may check that they are automatic installed or put the plugins 
into a seperated package to install which install then the needed libs.

thanks in advance

-- System Information:
Debian Release: 8.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages pluma depends on:
ii  iso-codes  3.57-1
ii  libatk1.0-02.14.0-1
ii  libc6  2.19-18+deb8u6
ii  libcairo2  1.14.0-2.1+deb8u1
ii  libenchant1c2a 1.6.0-10.1
ii  libfontconfig1 2.11.0-6.3+deb8u1
ii  libfreetype6   2.5.2-3+deb8u1
ii  libgdk-pixbuf2.0-0 2.31.1-2+deb8u5
ii  libglib2.0-0   2.42.1-1+b1
ii  libgtk2.0-02.24.25-3+deb8u1
ii  libgtksourceview2.0-0  2.10.5-2
ii  libice62:1.0.9-1+b1
ii  libpango-1.0-0 1.36.8-3
ii  libpangocairo-1.0-01.36.8-3
ii  libpangoft2-1.0-0  1.36.8-3
ii  libpython2.7   2.7.9-2+deb8u1
ii  libsm6 2:1.2.2-1+b1
ii  libx11-6   2:1.6.2-3
ii  libxml22.9.1+dfsg1-5+deb8u4
ii  mate-desktop-common1.8.1+dfsg1-3+deb8u1
ii  pluma-common   1.8.1+dfsg1-2

Versions of packages pluma recommends:
ii  zenity  3.14.0-1

pluma suggests no packages.

-- no debconf information



Bug#791690: enigma: Buttons under Help not working correctly

2017-01-17 Thread treaki
Package: enigma
Version: 1.20-dfsg.1-2
Followup-For: Bug #791690

Hi folks,

i think my report applies to that all ready existing case so i will reply to 
it, hope ive done that right cause i am doing it the first time.

The buttons in the ingame "Help Menu" dont work all correctly:

Hompepage: works, but shuld include a hint to the link to be opened before it 
is opened (maybe the game is played on a system without browser/internet 
connection)

Documentation: Isn't doing anything, should open a suitable viewer with the 
file file:///usr/share/doc/enigma-doc/manual/enigma_de.html (or which one is 
right for the local), otherwise it should display an suitable error instead 
just doing nothing.

Path: works, possible additional feature would be the possibility to open the 
right file explorer (caja in my case) from here.

Locate auto: openes baobab which surly is wrong, should open caja or bash whith 
this location. 

Locate Score: the same as whit locate auto

Back: the only button about which i have no suggestions for improvements.

Thanks a lot in advance for fixing this issues!

treaki

-- System Information:
Debian Release: 8.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages enigma depends on:
ii  enigma-data  1.20-dfsg.1-2
ii  libc62.19-18+deb8u6
ii  libcurl3-gnutls  7.38.0-4+deb8u5
ii  libgcc1  1:4.9.2-10
ii  libpng12-0   1.2.50-2+deb8u2
ii  libsdl-image1.2  1.2.12-5+b5
ii  libsdl-mixer1.2  1.2.12-11+b1
ii  libsdl-ttf2.0-0  2.0.11-3
ii  libsdl1.2debian  1.2.15-10+b1
ii  libstdc++6   4.9.2-10
ii  libxerces-c3.1   3.1.1-5.1+deb8u3
ii  libzipios++0c2a  0.1.5.9+cvs.2007.04.28-5.1

Versions of packages enigma recommends:
ii  enigma-doc  1.20-dfsg.1-2

enigma suggests no packages.

-- no debconf information



Bug#850172: apt: feature request: wait for lock

2017-01-04 Thread treaki
Package: apt
Version: 1.0.9.8.3
Severity: normal

Hi folks,

i like this new shorter and unified apt frontend called apt, now you dont have 
to think about which one ist it, apt-cache, apt-get or apt-whatever, you can 
just go on and you have a PROGRESSBAR!

so thanks a realy lot of for this improvemnet of the debian pacakging system 
tools

but there is one thing i, an sure many others are missing, because we like to 
do multi tasking and apt dosent allow it, which is good of cause, but 
multitasking is as we all now just a simulation which is using time sharing 
technologie, if i remeber correctly the fist unix concept/version/whatever was 
also called "timesharing system"

so why add not an option called 

--wait

or sort 

-w

that fixes problems like this:

$ sudo apt install texlive-latex-extra
[sudo] password for treaki: 
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily 
unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another 
process using it?

and the problems that came with it: you have to remember things.

Like i am doing a hundert things at one time (possible not that much but it 
feels like (or even more)), or better i have to keep in mind a hundert things 
that i will have to do 'til the end of the week, like get this running and 
parraly get the other thing running on my system, where both need packages, 
like i am installing on the one terminal the web server system (with tomcat, 
mariadb, apache and all that stuff working togeter for my dynamic website 
development system stuff) and on the other terminal i am writing the 
documentation of all that because my boss wants to have all employes replacable 
everytime and is willing to pay me for wasting my time generating nice pdfs for 
him (hes an total noob but plz dont tell him, he luckely dont know my nickname 
;0 ...) so to get that documentation mega fency (which my boss likes and makes 
me on the otherand kindoff unreplacable...) i use latex.

so back to the topic:

i am doing some preparement on my system for generating fancy pdfs and i want 
to do that while i am waiting for the developent enviorment to be installed,

so what i have to do now is

i need to try that out but i need that package for it, but i havent it 
installed right now and i cant trigger the instalation of it cause the system 
is locked so i have to keep it in mind and watch the other terminal while that 
is doing stuff until it is done to start the other job you know:

BRAINFUCK

so it is highly possible that i forgett to try that thing i wanted to try out 
because of that i have so much to remember...


so following would be nice
 

terminal one:

$sudo apt install much much much packages that i have to install which will 
take some time

terminal two:

$ sudo apt install texlive-latex-extra
[sudo] password for treaki:
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily 
unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another 
process using it?
$#oh i have to wait but why not let the system wait for me
$sudo apt --wait install texlive-latex-extra
[sudo] password for treaki:
I: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily 
unavailable)
I: Wait mode activated, doing some fuser lsof whatever
I: PID X is using the lock /var/lib/dpkg/lock
I: waiting for it to be terminated til [TIMESTAMP] (something working with 
interupts would be nice for the system load but i dont have problems with 
polling either)
I: recognised end of PID X at [TIMESTAMP] continue after waited Y minutes and Z 
secounds
I: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily 
unavailable)
I: Wait mode activated, doing some fuser lsof whatever
I: PID  is using the lock /var/lib/dpkg/lock
I: PID XT is using the lock /var/lib/dpkg/lock
I: waiting for it to be terminated til [TIMESTAMP] (something working with 
interupts would be nice for the system load but i dont have problems with 
polling either)
I: recognised end of PID XT at [TIMESTAMP] continue after waited XX secounds
I: got lock to /var/lib/dpkg/lock
I: Wait mode done, waited for 2 processes in total XY minutes and XZ secounds, 
contuniing normal run...
Reading package lists... Done
Building dependency tree... 0%
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libavdevice55 libclass-isa-perl libswitch-perl
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  preview-latex-style texlive-latex-extra-doc
The following NEW packages will be installed:
  preview-latex-style texlive-latex-extra texlive-latex-extra-doc
0 upgraded, 3 newly installed, 0 to remove and 68 not upgraded.
Need to get 335 MB of archives.
After this operation, 492 MB of additional disk space will be used.
Get:1 http://http.debian.net/debian/ jessie/main preview-latex-style al

Bug#849516: virtualbox: crash after install driver

2016-12-27 Thread treaki
Package: virtualbox
Version: 5.1.8-dfsg-6~bpo8+2
Severity: important

Dear Maintainer,


   * What led up to the situation?
installed vbox 5 through backports, updated the vm tools inside my win7 vm
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
install vmware tools with directx support
   * What was the outcome of this action?
crash of the vm:
0:33:08.041540 NAT: DHCP offered IP address 10.0.2.15
00:41:53.049722 Guest Additions capability report: (0x5 -> 0x0) seamless: no, 
hostWindowMapping: no, graphics: no
00:41:56.551529 Guest Additions capability report: (0x0 -> 0x1) seamless: yes, 
hostWindowMapping: no, graphics: no
00:41:56.551745 Guest Additions capability report: (0x1 -> 0x5) seamless: yes, 
hostWindowMapping: no, graphics: yes
00:46:03.243920 Stopping the host clipboard service
00:46:03.243952 ClipStopX11: stopping the shared clipboard X11 backend
00:46:03.244056 Shared clipboard: shared clipboard thread terminated 
successfully
00:46:03.245727 Guest Additions capability report: (0x5 -> 0x0) seamless: no, 
hostWindowMapping: no, graphics: no
00:47:38.446982 Guest requests the VM to be turned off
00:47:38.447048 Changing the VM state from 'RUNNING' to 'POWERING_OFF'.
00:47:38.447068 ** Guest state at power off **
00:47:38.447074 Guest CPUM (VCPU 0) state: 
00:47:38.447079 rax=7f50e08c rbx=fa800230e08c rcx=fa800230e08c 
rdx=d020
00:47:38.447087 rsi=fa80019b1980 rdi=0006 r8 =fa80019b1a98 
r9 =fa80019b1980
00:47:38.447093 r10= r11=7f50e08c r12= 
r13=f8000279ce00
00:47:38.447097 r14= r15=f8b96080
00:47:38.447099 rip=f880012062b8 rsp=f880009e4c30 rbp= 
iopl=0 nv up ei pl nz na po nc
00:47:38.447104 cs={0010 base= limit= flags=209b}
00:47:38.447107 ds={002b base= limit= flags=c0f3}
00:47:38.447109 es={002b base= limit= flags=c0f3}
00:47:38.447111 fs={0053 base=fffe limit=3c00 flags=40f3}
00:47:38.447114 gs={002b base=f800027fcd00 limit= flags=c0f3}
00:47:38.447117 ss={ base= limit= flags=0001c000}
00:47:38.447119 cr0=80050031 cr2=0bd5b000 cr3=00187000 
cr4=06f8
00:47:38.447123 dr0= dr1= dr2= 
dr3=
00:47:38.447126 dr4= dr5= dr6=0ff0 
dr7=0400
00:47:38.447129 gdtr=f8b95000:007f  idtr=f8b95080:0fff  
eflags=0246
00:47:38.447133 ldtr={ base= limit= flags=0001c000}
00:47:38.447135 tr  ={0040 base=f8b96080 limit=0067 flags=008b}
00:47:38.447138 SysEnter={cs= eip= esp=}
00:47:38.447141 FCW=027f FSW=3800 FTW=0080 FOP=0301 MXCSR=1f80 
MXCSR_MASK=
00:47:38.447144 FPUIP=0268d214 CS=f800 Rsrvd1=  FPUDP=0210ae00 DS=f880 
Rsvrd2=
00:47:38.447148 ST(0)=FPR7={4008'9fc0'} t1 
+1.0002287828610704211968 ^ 16392
00:47:38.447154 ST(1)=FPR0={4008'9fc0'} t0 
+1.0002287828610704211968 ^ 16392
00:47:38.447160 ST(2)=FPR1={4008'9fc0'} t0 
+1.0002287828610704211968 ^ 16392
00:47:38.447165 ST(3)=FPR2={4008'9fc0'} t0 
+1.0002287828610704211968 ^ 16392
00:47:38.447170 ST(4)=FPR3={4008'9fc0'} t0 
+1.0002287828610704211968 ^ 16392
00:47:38.447174 ST(5)=FPR4={4008'9fc0'} t0 
+1.0002287828610704211968 ^ 16392
00:47:38.447179 ST(6)=FPR5={4008'9fc0'} t0 
+1.0002287828610704211968 ^ 16392
00:47:38.447184 ST(7)=FPR6={4008'9fc0'} t0 
+1.0002287828610704211968 ^ 16392
00:47:38.447189 XMM0 =5e2252b2'3f7afe15'f42e68ff'9fad61e3  XMM1 
=003d0065'0070006f'00630053'006e006f
00:47:38.447197 XMM2 =00220053'00780053'006e006f'006e0022  XMM3 
=0079'0079'0079'0079
00:47:38.447202 XMM4 =004b0063'0069006c'00620075'00700020  XMM5 
=003d006e'0065006b'006f0054'00790065
00:47:38.447208 XMM6 ='''  XMM7 
='''
00:47:38.447213 XMM8 ='''  XMM9 
='''
00:47:38.447218 XMM10='''  
XMM11='''
00:47:38.447222 XMM12='''  
XMM13='''
00:47:38.447227 XMM14='''  
XMM15='''
00:47:38.447232 EFER =0d01
00:47:38.447233 PAT  =0007010600070106
00:47:38.447235 STAR =00230010
00:47:38.447237 CSTAR=f80002689380
00:47:38.447239 LSTAR=f80002689640
00:47:38.447241 SFMASK   =4700
00:47:38.447242 KERNELGSBASE =07fde000
00:47:38.447244 ***

Bug#839692: pulseaudio: alsa application uses up 100% cpu when pulse dies

2016-10-03 Thread treaki
Package: pulseaudio
Version: 7.1-2~bpo8+1
Severity: important

hi, 

just try following to reproduce the problem, happended here manny times:

start an alsamixer so that it access pulseaudio, keep it running, maybe forgett 
that its still running, and keep your system running. Then eventually 
pulseaudio will have a problem crash and be restarted imidiatly, normaly you 
wount recognise, only if you here that or if there is a programm like mumble 
which dosnt manage to aoutomaticly reconnect to the new instance of pulse.

Than come back to your system, look at the system monitor and wounder why cpu 
load is that high, open htop, or something similiar, and see that that alsa 
using application, alsamixer, is using up every cpu it can with one thread 
(100%). You kill it then of cause but you think that it could act much better.

This force overloading of a shared lib of an alsa application to force it to 
use pulse even if it is not designed to seames in generall very proplematic. 
Manny applications (mostly that one which are not only playing sound but doing 
a bit more with the expected interface to alsa (which dosnt exist as espected)) 
dont act right with it at all...

So first of all: please fix the problem with that client side alsa2pulse 
implementation which happens when pulse dies, and secoundly: why dont create a 
kernel module which implements the full alsa interface to a real virtual 
soundcard which is working with all old alsa applications without injecting 
them just by being a "real" card in /dev/snd/ and not only a ghost that is not 
realy existing and only working through hidden influences on that process 
trying to use it by injecting them...

thanks in advance

treaki


-- Package-specific info:
File '/etc/default/pulseaudio' does not exist


-- System Information:
Debian Release: 8.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages pulseaudio depends on:
ii  adduser   3.113+nmu3
ii  libasound21.0.28-1
ii  libasound2-plugins1.0.28-1+b1
ii  libc6 2.19-18+deb8u4
ii  libcap2   1:2.24-8
ii  libdbus-1-3   1.8.20-0+deb8u1
ii  libfftw3-single3  3.3.4-2
ii  libgcc1   1:4.9.2-10
ii  libice6   2:1.0.9-1+b1
ii  libltdl7  2.4.2-1.11
ii  liborc-0.4-0  1:0.4.22-1
ii  libpulse0 7.1-2~bpo8+1
ii  libsm62:1.2.2-1+b1
ii  libsndfile1   1.0.25-9.1+deb8u1
ii  libsoxr0  0.1.1-1
ii  libspeexdsp1  1.2~rc1.2-1
ii  libstdc++64.9.2-10
ii  libsystemd0   215-17+deb8u4
ii  libtdb1   1.3.6-0+deb8u1
ii  libudev1  215-17+deb8u4
ii  libwebrtc-audio-processing-0  0.1-3
ii  libx11-6  2:1.6.2-3
ii  libx11-xcb1   2:1.6.2-3
ii  libxcb1   1.10-3+b1
ii  libxtst6  2:1.2.2-1+b1
ii  lsb-base  4.1+Debian13+nmu1
ii  pulseaudio-utils  7.1-2~bpo8+1
ii  udev  215-17+deb8u4

Versions of packages pulseaudio recommends:
ii  pulseaudio-module-x11  7.1-2~bpo8+1
ii  rtkit  0.11-2

Versions of packages pulseaudio suggests:
pn  paman
pn  paprefs  
ii  pavucontrol  2.0-3
ii  pavumeter0.9.3-4

-- Configuration Files:
/etc/pulse/daemon.conf changed [not included]

-- no debconf information
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.

## Configuration file for PulseAudio clients. See pulse-client.conf(5) for
## more information. Default values are commented out.  Use either ; or # for
## commenting.

; default-sink =
; default-source =
; default-server =
; default-dbus-server =

; autospawn = yes
; daemon-binary = /usr/bin/pulseaudio
; extra-arguments = --log-target=syslog

; cookie-file =

; enable-shm = yes
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually

Bug#800333: g15daemon: not working anymore after upgrade to debian 8

2016-09-24 Thread treaki
Package: g15daemon
Version: 1.9.5.3-8.3
Followup-For: Bug #800333

hi,

now i have a even bigger problem (while the main one still isnt gone): i cant 
restart it anymore because it is in defuct state and i cant kill it:

username@hostname:~$ ps aux | grep g15
nobody2235  0.8  0.0  0 0 ?Zsl  Sep13 132:58 [g15daemon] 

username   12937  0.0  0.0  14220  2232 pts/41   S+   17:31   0:00 grep g15
username@hostname:~$ kill 2235
bash: kill: (2235) - Die Operation ist nicht erlaubt
username@hostname:~$ sudo kill 2235
[sudo] password for username: 
username@hostname:~$ sudo kill 2235
username@hostname:~$ sudo kill 2235
username@hostname:~$ sudo kill 2235
username@hostname:~$ sudo kill 2235
username@hostname:~$ sudo kill 2235
username@hostname:~$ ps aux | grep g15
nobody2235  0.8  0.0  0 0 ?Zsl  Sep13 132:58 [g15daemon] 

username   12988  0.0  0.0  14220  2200 pts/41   S+   17:31   0:00 grep g15
username@hostname:~$ mumble
^C
username@hostname:~$ #and nothing happens, it is waiting forever and not 
starting up...
username@hostname:~$ mumble -h
Usage: mumble [options] []

 specifies a URL to connect to after startup instead of showing
the connection window, and has the following form:
mumble://[[:]@][:][/[/...]][?version=]

The version query parameter has to be set in order to invoke the
correct client version. It currently defaults to 1.2.0.

Valid options are:
  -h, --helpShow this help text and exit.
  -m, --multiple
Allow multiple instances of the client to be started.
  -n, --noidentity
Suppress loading of identity files (i.e., certificates.)
username@hostname:~$ #and there is no option to disable the usage of the g15
username@hostname:~$ 


please how can i fix that without reastarting my whole system (which isnt 
possible atm)

thanks

-- System Information:
Debian Release: 8.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages g15daemon depends on:
ii  libc6 2.19-18+deb8u4
ii  libg15-1  1.2.7-2
ii  libg15daemon-client1  1.9.5.3-8.3
ii  libg15render1 1.3.0~svn316-2.3

Versions of packages g15daemon recommends:
ii  xkb-data  2.12-1

g15daemon suggests no packages.

-- debconf-show failed



Bug#830841: linux-image-4.1.0-1-amd64: something bad happened when working with filesystem on loop dev on external harddrive with ntfs

2016-07-12 Thread treaki
 
async page write
[765303.163840] loop: Write error at byte offset 8590073856, length 4096.
[765303.163843] blk_update_request: I/O error, dev loop0, sector 16777488
[765303.163846] Buffer I/O error on dev loop0, logical block 2097186, lost 
async page write
[765303.163911] loop: Write error at byte offset 8590077952, length 4096.
[765303.163914] blk_update_request: I/O error, dev loop0, sector 16777496
[765303.163917] Buffer I/O error on dev loop0, logical block 2097187, lost 
async page write
[765303.163979] loop: Write error at byte offset 8590082048, length 4096.
[765303.163982] blk_update_request: I/O error, dev loop0, sector 16777504
[765303.163984] Buffer I/O error on dev loop0, logical block 2097188, lost 
async page write
[765303.548614] JBD2: recovery failed
[765303.548629] EXT4-fs (loop0): error loading journal
[766008.272097] buffer_io_error: 35 callbacks suppressed
[766008.272103] Buffer I/O error on dev sdc1, logical block 37474400, lost 
async page write
[766008.272113] Buffer I/O error on dev sdc1, logical block 37474431, lost 
async page write
[766008.272119] Buffer I/O error on dev sdc1, logical block 37474462, lost 
async page write
[766008.272124] Buffer I/O error on dev sdc1, logical block 37474493, lost 
async page write
[766008.272173] Buffer I/O error on dev sdc1, logical block 37873631, lost 
async page write
[766008.272179] Buffer I/O error on dev sdc1, logical block 37758698, lost 
async page write
[766008.272755] Buffer I/O error on dev sdc1, logical block 37769452, lost 
async page write
[766008.272762] Buffer I/O error on dev sdc1, logical block 37770732, lost 
async page write
[766008.272767] Buffer I/O error on dev sdc1, logical block 37773292, lost 
async page write
[766008.272835] Buffer I/O error on dev sdc1, logical block 32940274, lost 
async page write
[766093.605713] Buffer I/O error on dev sdc1, logical block 37474035, lost 
async page write
[766093.605725] Buffer I/O error on dev sdc1, logical block 37474036, lost 
async page write
[766093.605730] Buffer I/O error on dev sdc1, logical block 37474037, lost 
async page write
[766093.605735] Buffer I/O error on dev sdc1, logical block 37474038, lost 
async page write
[766093.605740] Buffer I/O error on dev sdc1, logical block 37474039, lost 
async page write
[766093.605745] Buffer I/O error on dev sdc1, logical block 37474040, lost 
async page write
[766093.605750] Buffer I/O error on dev sdc1, logical block 37474041, lost 
async page write
[766093.605755] Buffer I/O error on dev sdc1, logical block 37474052, lost 
async page write
[766093.605760] Buffer I/O error on dev sdc1, logical block 37474053, lost 
async page write
[766093.605765] Buffer I/O error on dev sdc1, logical block 37474054, lost 
async page write


thanks and regards
treaki

-- Package-specific info:
** Version:
Linux version 4.1.0-1-amd64 (debian-ker...@lists.debian.org) (gcc version 4.9.3 
(Debian 4.9.3-3) ) #1 SMP Debian 4.1.3-1 (2015-08-03)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-4.1.0-1-amd64 root=UUID=xnotthatrelevantxxx ro quiet

** Tainted: WO (4608)
 * Taint on warning.
 * Out-of-tree module has been loaded.

** Kernel log:
[765191.757084] EXT4-fs error (device loop0): ext4_put_super:765: Couldn't 
clean up the journal
[765210.313042] lo_write_bvec: 124 callbacks suppressed
[765210.313047] loop: Write error at byte offset 6442582016, length 4096.
[765210.313051] blk_update_request: 117 callbacks suppressed
[765210.313053] blk_update_request: I/O error, dev loop0, sector 12583168
[765210.313057] Buffer I/O error on dev loop0, logical block 1572896, lost 
async page write
[765210.313120] loop: Write error at byte offset 6476136448, length 4096.
[765210.313123] blk_update_request: I/O error, dev loop0, sector 12648704
[765210.313125] Buffer I/O error on dev loop0, logical block 1581088, lost 
async page write
[765210.313185] loop: Write error at byte offset 8589934592, length 4096.
[765210.313188] blk_update_request: I/O error, dev loop0, sector 16777216
[765210.313190] Buffer I/O error on dev loop0, logical block 2097152, lost 
async page write
[765210.313251] loop: Write error at byte offset 8589938688, length 4096.
[765210.313254] blk_update_request: I/O error, dev loop0, sector 16777224
[765210.313257] Buffer I/O error on dev loop0, logical block 2097153, lost 
async page write
[765210.313317] loop: Write error at byte offset 859128, length 4096.
[765210.313320] blk_update_request: I/O error, dev loop0, sector 16777344
[765210.313322] Buffer I/O error on dev loop0, logical block 2097168, lost 
async page write
[765210.313381] loop: Write error at byte offset 8590065664, length 4096.
[765210.313384] blk_update_request: I/O error, dev loop0, sector 16777472
[765210.313387] Buffer I/O error on dev loop0, logical block 2097184, lost 
async page write
[765210.313446] loop: Write error at byte offset 8590069760, length 4096.
[765210.313448] blk_update_request: I/O error, dev loop0, sector 16777480
[765210.313451] Buffer I/O error on dev loop0

Bug#827415: blinken: no sound at all

2016-06-15 Thread treaki
Package: blinken
Version: 4:4.14.1-1
Severity: important

hi,

there is no sound at all with blinken here. i am using debian 8 with mate 
desktop and pulseaudio but 
even if the sound setting in blinken is checked there is no sound, i can not 
even see an entry in 
pavucontrol. please fix that

thanks




-- System Information:
Debian Release: 8.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages blinken depends on:
ii  kde-runtime  4:4.14.2-2
ii  libc62.19-18+deb8u4
ii  libkdecore5  4:4.14.2-5
ii  libkdeui54:4.14.2-5
ii  libphonon4   4:4.8.0-4
ii  libqt4-svg   4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqtcore4   4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqtgui44:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libstdc++6   4.9.2-10
ii  phonon   4:4.8.0-4
ii  ttf-sjfonts  2.0.2-1.1

blinken recommends no packages.

Versions of packages blinken suggests:
ii  khelpcenter4  4:4.14.2-2

-- no debconf information



Bug#827239: muse: apt reports problems when installing different package

2016-06-13 Thread treaki
Package: muse
Version: 2.1.2-1
Severity: normal

hi,

i dont know if it is precisely this package, but i have installed something 
else through apt and ive got this message:

doc-base (0.10.6) wird eingerichtet ...
154 Doc-base-Dateien werden registriert ...
Fehler in »/usr/share/doc-base/muse-manual«, Zeile 10: alle »Format«-Abschnitte 
sind ungültig.
Beachten Sie: »install-docs --verbose --check Dateiname« könnte weitere 
Einzelheiten über den vorhergehenden Fehler ausgeben.
Dokumente werden mit scrollkeeper registriert ...
festival-doc (1:2.1~release-8) wird eingerichtet ...


(german text) sounds like there is a problem with interpreting line 10 of the 
file /usr/share/doc-base/muse-manual in the step of register up doc-base-files 

please check this 

regards

-- System Information:
Debian Release: 8.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'oldoldstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages muse depends on:
ii  debconf [debconf-2.0] 1.5.56
ii  libasound21.0.28-1
ii  libc6 2.19-18+deb8u4
ii  libfluidsynth11.1.6-2
ii  libgcc1   1:4.9.2-10
ii  libjack-jackd2-0 [libjack-0.116]  1.9.10+20140719git3eb0ae6a~dfsg-2
ii  liblo70.28-3
ii  libqt4-designer   4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqt4-svg4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqt4-xml4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqtcore44:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqtgui4 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libsamplerate00.1.8-8
ii  libsndfile1   1.0.25-9.1+deb8u1
ii  libstdc++64.9.2-10
ii  libuuid1  2.25.2-6
ii  python2.7.9-1

muse recommends no packages.

Versions of packages muse suggests:
ii  jackd  5

-- debconf information excluded



Bug#822278: espeak: not speaking german "umlaute" encoded with U+0308 COMBINING DIAERESIS correctly

2016-04-22 Thread treaki
Package: espeak
Version: 1.48.04+dfsg-1
Severity: important

hi,

I am using espeak a lot to hear text instead of reading it. Today i came across 
a 
problem that i have never heard before:

The german Umlaute (äöü) where spoken as (aou).

I then took a closer look and found out that in the text i was "reading" they 
weren't encoded the usual way (U+00E4, U+00F6, U+00FC) but with the usage of
U+0308 COMBINING DIAERESIS. (U+0061 and U+0308)

that leaded into not right pronouncing of this letters.

I would appreciate if you could fix that issue so that we would hear this 
things pronounced the right way.

thanks in advance

treaki

-- System Information:
Debian Release: 8.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'oldoldstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages espeak depends on:
ii  libc6   2.19-18+deb8u4
ii  libespeak1  1.48.04+dfsg-1
ii  libgcc1 1:4.9.2-10
ii  libstdc++6  4.9.2-10

espeak recommends no packages.

espeak suggests no packages.

-- no debconf information



Bug#820880: xscreensaver: version warning, but my apt-get upgrade was just today

2016-04-13 Thread treaki
Package: xscreensaver
Version: 5.30-1+deb8u1
Severity: important

Hi,

i am using debian stable (version 8 as of today) and since some days i have 
this very anoying warning (see screenshot).

Question one:

why the hack is there an algorythm of version warning included into 
xscreensaver?

Question two:

how dose this algorhytm work? Dose it just take my system time or what?

Question three:

why apt-get update; apt-get upgrade dosent fixes this very important bug

Question five:

what light is now shining on me when this message would appere during a 
presentation?


thanks in advance for the fix.

regards

treaki


-- System Information:
Debian Release: 8.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'oldoldstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xscreensaver depends on:
ii  libatk1.0-0  2.14.0-1
ii  libc62.19-18+deb8u4
ii  libcairo21.14.0-2.1+deb8u1
ii  libfontconfig1   2.11.0-6.3
ii  libfreetype6 2.5.2-3+deb8u1
ii  libgdk-pixbuf2.0-0   2.31.1-2+deb8u4
ii  libglade2-0  1:2.6.4-2
ii  libglib2.0-0 2.42.1-1+b1
ii  libgtk2.0-0  2.24.25-3+deb8u1
ii  libice6  2:1.0.9-1+b1
ii  libpam0g 1.1.8-3.1+deb8u1+b1
ii  libpango-1.0-0   1.36.8-3
ii  libpangocairo-1.0-0  1.36.8-3
ii  libpangoft2-1.0-01.36.8-3
ii  libsm6   2:1.2.2-1+b1
ii  libx11-6 2:1.6.2-3
ii  libxext6 2:1.3.3-1
ii  libxi6   2:1.7.4-1+b2
ii  libxinerama1 2:1.1.3-1+b1
ii  libxml2  2.9.1+dfsg1-5+deb8u1
ii  libxmu6  2:1.1.2-1
ii  libxpm4  1:3.5.11-1+b1
ii  libxrandr2   2:1.4.2-1+b1
ii  libxrender1  1:0.9.8-1+b1
ii  libxt6   1:1.1.4-1+b1
ii  libxxf86vm1  1:1.1.3-1+b1
ii  xscreensaver-data5.30-1+deb8u1

Versions of packages xscreensaver recommends:
ii  libjpeg-progs 8d-1+deb7u1
ii  perl [perl5]  5.20.2-3+deb8u4
ii  wamerican [wordlist]  7.1-1
ii  wngerman [wordlist]   20131206-5

Versions of packages xscreensaver suggests:
ii  chromium [www-browser]   49.0.2623.108-1~deb8u1
pn  fortune  
pn  gdm3 | kdm-gdmcompat 
ii  iceweasel [www-browser]  38.7.1esr-1~deb8u1
ii  konqueror [www-browser]  4:4.14.2-1
ii  links2 [www-browser] 2.8-2+b3
ii  lynx-cur [www-browser]   2.8.9dev1-2+deb8u1
pn  qcam | streamer  
ii  uzbl [www-browser]   0.0.0~git.20120514-1.1
ii  w3m [www-browser]0.5.3-19
pn  xdaliclock   
pn  xfishtank
ii  xscreensaver-gl  5.30-1+deb8u1

-- no debconf information


Bug#820872: eclipse: Display problem in install window and hereby not possible to install eny items

2016-04-13 Thread treaki
Package: eclipse
Version: 3.8.1-7
Severity: important

Hi folks,

i have tried everything i can (including starting a completely hardware 
independent Xserver without my normal (very user defined) grafical env.

But there is still this display problem which prevents me from installing items 
using the buildin install system.

See the screenshot, there where the list should be is nothing...

in debian 6 worked everything grate, in debian 7 the system was still stable 
but now with debian 8. everytime problems like this.

Please keep debian as an universal system and dont move to server only as it 
lookes like for me!

thanks in advance for fixing that problem

regards treaki


-- System Information:
Debian Release: 8.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'oldoldstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages eclipse depends on:
ii  eclipse-jdt  3.8.1-7
ii  eclipse-pde  3.8.1-7

eclipse recommends no packages.

eclipse suggests no packages.

Versions of packages eclipse-platform depends on:
ii  ant1.9.4-3
ii  ant-optional   1.9.4-3
ii  default-jre [java6-runtime]2:1.7-52
ii  eclipse-platform-data  3.8.1-7
ii  eclipse-rcp3.8.1-7
ii  gconf-service  3.2.6-3
ii  java-common0.52
ii  libc6  2.19-18+deb8u4
ii  libcommons-codec-java  1.9-1
ii  libcommons-httpclient-java 3.1-11+deb8u1
ii  libcommons-logging-java1.2-1
ii  libgconf-2-4   3.2.6-3
ii  libglib2.0-0   2.42.1-1+b1
ii  libjetty8-java 8.1.16-4
ii  libjsch-java   0.1.51-1
ii  liblucene2-java2.9.4+ds1-4
ii  libservlet3.0-java 7.0.56-3+deb8u1
ii  multiarch-support  2.19-18+deb8u4
ii  openjdk-6-jre [java6-runtime]  6b35-1.13.7-1~deb7u1
ii  openjdk-7-jre [java6-runtime]  7u95-2.6.4-1~deb8u1
ii  sat4j  2.3.3-1

Versions of packages eclipse-platform recommends:
ii  eclipse-pde  3.8.1-7

Versions of packages eclipse-platform suggests:
ii  eclipse-jdt  3.8.1-7

Versions of packages eclipse-pde depends on:
ii  default-jre [java6-runtime]2:1.7-52
ii  eclipse-jdt3.8.1-7
ii  eclipse-platform   3.8.1-7
ii  libasm3-java   3.3.2-2
ii  openjdk-6-jre [java6-runtime]  6b35-1.13.7-1~deb7u1
ii  openjdk-7-jre [java6-runtime]  7u95-2.6.4-1~deb8u1

eclipse-pde suggests no packages.

Versions of packages eclipse-jdt depends on:
ii  default-jre [java6-runtime]2:1.7-52
ii  eclipse-platform   3.8.1-7
ii  junit  3.8.2-8
ii  junit4 4.11-3
ii  libhamcrest-java   1.3-5
ii  openjdk-6-jre [java6-runtime]  6b35-1.13.7-1~deb7u1
ii  openjdk-7-jre [java6-runtime]  7u95-2.6.4-1~deb8u1

Versions of packages eclipse-jdt recommends:
ii  default-jdk  2:1.7-52

eclipse-jdt suggests no packages.

-- no debconf information


Bug#820784: rss2email: feature request, include rss date into mail

2016-04-12 Thread treaki
Package: rss2email
Version: 1:2.71-1
Severity: normal

Hi,

i like r2e very much, but there is one feature i would like to have also to be 
included.
If you have a look into the header of the mail you can see a lot of metadata 
like X-RSS-TAGS, X-RSS-Feed and X-RSS-ID. 
But what is missing is the rss date. normaly it is very similar to the mail 
date if you run r2e regulary but sometimes, for
example if you just have added a new feed, it isnt. So could you build in a tag 
like X-RSS-pubDate so that this information isnt lost at the mail 
transoframtion?


thanks a lot and keep up the good work.

regards treaki

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

Kernel: Linux 2.6.32-042stab111.12 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rss2email depends on:
ii  python 2.7.3-4+deb7u1
ii  python-feedparser  5.1.2-1
ii  python-html2text   3.200.3-2

rss2email recommends no packages.

rss2email suggests no packages.

-- no debconf information



Bug#729287: linphone: No sound when using pulseaudio

2016-04-03 Thread treaki
Package: linphone
Version: 3.6.1-2.4+b1
Followup-For: Bug #729287

hi folks,

i am now on debian stable and i got still no sound output from linphone on 
pulseaudio. The volume meter shows that the called party speaks but on 
pavucontrol there is linphone visible in the output section but the volume 
meter of pavucontrol indicates no output. Please fix that.

thanks

-- System Information:
Debian Release: 8.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'oldoldstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages linphone depends on:
ii  libasound21.0.28-1
ii  libatk1.0-0   2.14.0-1
ii  libavcodec56  10:2.8.6-dmo2+bp2
ii  libavutil54   10:2.8.6-dmo2+bp2
ii  libc6 2.19-18+deb8u3
ii  libcairo2 1.14.0-2.1
ii  libexosip2-11 4.1.0-2
ii  libfontconfig12.11.0-6.3
ii  libfreetype6  2.5.2-3+deb8u1
ii  libgdk-pixbuf2.0-02.31.1-2+deb8u4
ii  libgl1-mesa-glx [libgl1]  10.3.2-1+deb8u1
ii  libglew1.10   1.10.0-3
ii  libglib2.0-0  2.42.1-1
ii  libglu1-mesa [libglu1]9.0.0-2
ii  libgtk2.0-0   2.24.25-3
ii  liblinphone5  3.6.1-2.4+b1
ii  libmediastreamer-base33.6.1-2.4+b1
ii  libnotify40.7.6-2
ii  libogg0   1.3.2-1
ii  libopus0  1.1-2
ii  libortp9  3.6.1-2.4+b1
ii  libosip2-11   4.1.0-2
ii  libpango-1.0-01.36.8-3
ii  libpangocairo-1.0-0   1.36.8-3
ii  libpangoft2-1.0-0 1.36.8-3
ii  libpulse0 7.1-2~bpo8+1
ii  libsoup2.4-1  2.48.0-1
ii  libspandsp2   0.0.6-2+b2
ii  libspeex1 1.2~rc1.2-1
ii  libspeexdsp1  1.2~rc1.2-1
ii  libsqlite3-0  3.8.7.1-1+deb8u1
ii  libswscale3   10:2.8.6-dmo2+bp2
ii  libtheora01.1.1+dfsg.1-6
ii  libudev1  215-17+deb8u3
ii  libupnp6  1:1.6.19+git20141001-1
ii  libv4l-0  1.6.0-2
ii  libvpx1   1.3.0-3
ii  libx11-6  2:1.6.2-3
ii  libxv12:1.0.10-1+b1
ii  linphone-nogtk3.6.1-2.4+b1

linphone recommends no packages.

Versions of packages linphone suggests:
ii  yelp  3.14.1-1

-- no debconf information



Bug#812687: pulseaudio: i done an apt-get upgrade and since that nothing is working anymore

2016-01-25 Thread treaki
  module.description = "Mute & cork streams with certain roles 
while others exist"
module.version = "5.0"

Module #19
Name: module-filter-heuristics
Argument: 
Usage counter: n/a
Properties:
module.author = "Colin Guthrie"
module.description = "Detect when various filters are desirable"
module.version = "5.0"

Module #20
Name: module-filter-apply
Argument: 
Usage counter: n/a
Properties:
module.author = "Colin Guthrie"
module.description = "Load filter sinks automatically when 
needed"
module.version = "5.0"

Module #21
Name: module-x11-publish
Argument: display=:0
Usage counter: n/a
Properties:
module.author = "Lennart Poettering"
module.description = "X11 credential publisher"
module.version = "5.0"

Module #22
Name: module-x11-cork-request
Argument: display=:0
Usage counter: n/a
Properties:
module.author = "Lennart Poettering"
module.description = "Synthesize X11 media key events when 
cork/uncork is requested"
module.version = "5.0"

Module #23
Name: module-x11-xsmp
Argument: display=:0 
session_manager=local/treakis-debian-rechsud02:@/tmp/.ICE-unix/2514,unix/treakis-debian-rechsud02:/tmp/.ICE-unix/2514
Usage counter: n/a
Properties:
module.author = "Lennart Poettering"
module.description = "X11 session management"
module.version = "5.0"

Module #32
Name: module-alsa-card
Argument: device_id="1" 
name="usb-Logitech_Logitech_USB_Headset-00-Headset" 
card_name="alsa_card.usb-Logitech_Logitech_USB_Headset-00-Headset" 
namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no 
deferred_volume=yes use_ucm=yes 
card_properties="module-udev-detect.discovered=1"
Usage counter: 10
Properties:
module.author = "Lennart Poettering"
module.description = "ALSA Card"
module.version = "5.0"
Server String: unix:/run/user/1000/pulse/native
Library Protocol Version: 29
Server Protocol Version: 29
Is Local: yes
Client Index: 107
Tile Size: 65472
User Name: treaki
Host Name: treakis-debian-rechsud02
Server Name: pulseaudio
Server Version: 5.0
Default Sample Specification: s16le 2ch 44100Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.pci-_00_14.2.analog-stereo
Default Source: 
alsa_input.usb-Logitech_Logitech_USB_Headset-00-Headset.analog-mono
Cookie: 7a36:20ae


Bug#810508: remuco-xmms2: error while running

2016-01-09 Thread treaki
Package: remuco-xmms2
Version: 0.9.6-2
Severity: normal

hi,

i had running remuco-xmms2 to controll my music plaing through an android 
phone, but than that happened in the terminal it was running and the connection 
was lost.

$ remuco-xmms2 
Log output will be stored in /home/treaki/.cache/remuco/xmms2.log
Contribute to Remuco: Please run 'remuco-report' once a client has connected, 
thanks!
ERROR: ** BUG ** in feature handling (check the log for details)
ERROR: ** BUG ** in feature handling (check the log for details)
ERROR: ** BUG ** in feature handling (check the log for details)
ERROR: ** BUG ** in feature handling (check the log for details)
ERROR: ** BUG ** in feature handling (check the log for details)
Traceback (most recent call last):
  File "xmmsapi.pyx", line 82, in xmmsapi.ResultNotifier 
(../src/clients/lib/python/xmmsapi.c:3351)
  File "xmmsapi.pyx", line 205, in xmmsapi.XmmsResult.__call__ 
(../src/clients/lib/python/xmmsapi.c:4831)
  File "/usr/bin/remuco-xmms2", line 741, in __notify_volume
for v in val.values():
AttributeError: 'NoneType' object has no attribute 'values'
ERROR: ** BUG ** in feature handling (check the log for details)
ERROR: ** BUG ** in feature handling (check the log for details)
ERROR: ** BUG ** in feature handling (check the log for details)
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/remuco/net.py", line 253, in 
__io_recv
self.__msg_handler_fn(self, msg_id, msg_data)
  File "/usr/local/lib/python2.7/dist-packages/remuco/adapter.py", line 1272, 
in __handle_message
self.__handle_message_request(client, id, bindata)
  File "/usr/local/lib/python2.7/dist-packages/remuco/adapter.py", line 1417, 
in __handle_message_request
self.request_mlib(reply, request.path)
  File "/usr/bin/remuco-xmms2", line 617, in request_mlib
ItemListRequest(reply, self, path)
  File "/usr/bin/remuco-xmms2", line 167, in __init__
match = xc.Has(xc.Universe(), 'title')
  File "xmmsvalue.pyx", line 736, in xmmsvalue.Has.__init__ 
(../src/clients/lib/python/xmmsvalue.c:13045)
TypeError: __init__() takes at most 2 positional arguments (3 given)
/usr/local/lib/python2.7/dist-packages/remuco/net.py:369: Warning: Source ID 
1737 was not found when attempting to remove it
  gobject.source_remove(sid)


i didnt tryed to reestablish the connection from android, i just had restarted 
remuco-xmms2 from the computer and hoped it wouldnt happen again.

if i remember correctly it happened while browsing the "Tracks" on android...

regards


-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages remuco-xmms2 depends on:
ii  python 2.7.9-1
ii  python-xmmsclient  0.8+dfsg-12
ii  remuco-base0.9.6-2
ii  xmms2  0.8+dfsg-12

remuco-xmms2 recommends no packages.

remuco-xmms2 suggests no packages.

-- no debconf information



Bug#800333: g15daemon: not working anymore after upgrade to debian 8

2015-09-27 Thread treaki
Package: g15daemon
Version: 1.9.5.3-8.3
Severity: important

hi,

you may have compiled this without access to an g15 keyboard for a long term 
test. but i have got one and i can 
tell you, it isnt working very good. The g15daemon worked best under debian 6 
on my old system. I had installed
it and it just worked correctly everytime, only on an reconnect of the keyboard 
or in very rare situations (afer
50 days of uptime or so) i had to do an /etc/init.d/g15deamon restart. I had 
also an rc.local entry on debian 6
which has load the g15stats plugin automatically on boot. All other plugins 
(mumble mostly) had everytime worked
as expected (good and stable). On debian 7 the problems began then. after a 
reboot the settings i took using the 
4 keys to enable the digital 24h clock view had been reset any reboot so i had 
to set them again. Ok, no big deal..
but there whrere also problems with my rc.local entry, i had disabled that 
completely and didnt cared about anymore.

but no on debian 8 the condition is unacceptable! It hangs everytime (not every 
but likely before 24h passed), 
service g15daemon restart dose nothing, i have to use stop and then killall -9 
to get it back running again.
And if i start mumble it isnt initialising, looks like it is waiting nearly 
forever for a response from g15-
daemon. After i use the killall command then i see 3 mumbles at once spawning. 
So it has to do something with it...

here have a look at this:

treaki@boxname:~$ sudo service g15daemon stop
[sudo] password for treaki: 
treaki@boxname:~$ sudo service g15daemon restart
Job for g15daemon.service failed. See 'systemctl status g15daemon.service' and 
'journalctl -xn' for details.
treaki@boxname:~$ sudo systemctl status g15daemon.service
● g15daemon.service - LSB: load deamon for Logitech G15 keyboard lcd display
   Loaded: loaded (/etc/init.d/g15daemon)
   Active: failed (Result: exit-code) since So 2015-09-27 22:34:41 CEST; 10s ago
  Process: 1357 ExecStop=/etc/init.d/g15daemon stop (code=exited, 
status=0/SUCCESS)
  Process: 30420 ExecStart=/etc/init.d/g15daemon start (code=exited, 
status=1/FAILURE)

Sep 27 22:34:41 treakis-debian-rechsud02 g15daemon[30420]: Starting g15daemon...
Sep 27 22:34:41 treakis-debian-rechsud02 systemd[1]: g15daemon.service: contr...
Sep 27 22:34:41 treakis-debian-rechsud02 systemd[1]: Failed to start LSB: loa...
Sep 27 22:34:41 treakis-debian-rechsud02 systemd[1]: Unit g15daemon.service e...
Hint: Some lines were ellipsized, use -l to show in full.
treaki@boxname:~$ sudo journalctl -xn
-- Logs begin at Mo 2015-09-21 19:54:36 CEST, end at So 2015-09-27 22:35:06 
CEST. --
Sep 27 22:34:41 treakis-debian-rechsud02 systemd[1]: Failed to start LSB: load 
deamon for Logitech G15 keyboard lcd
-- Subject: Unit g15daemon.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit g15daemon.service has failed.
-- 
-- The result is failed.
Sep 27 22:34:41 treakis-debian-rechsud02 systemd[1]: Unit g15daemon.service 
entered failed state.
Sep 27 22:34:52 treakis-debian-rechsud02 sudo[30479]: treaki : TTY=pts/32 ; 
PWD=/home/treaki/Downloads ; USER=root 
Sep 27 22:34:52 treakis-debian-rechsud02 sudo[30479]: pam_unix(sudo:session): 
session opened for user root by treak
Sep 27 22:34:54 treakis-debian-rechsud02 sudo[30479]: pam_unix(sudo:session): 
session closed for user root
Sep 27 22:35:05 treakis-debian-rechsud02 vdr[30874]: [30874] next timer event 
at Mon Sep 28 00:13:00 2015
Sep 27 22:35:05 treakis-debian-rechsud02 vdr[30874]: [30874] executing '-E 
1443391980 5875 1221 "Die Tagesschau vor
Sep 27 22:35:06 treakis-debian-rechsud02 vdr[30874]: [30874] saved setup to 
/var/lib/vdr/setup.conf
Sep 27 22:35:06 treakis-debian-rechsud02 sudo[30499]: treaki : TTY=pts/32 ; 
PWD=/home/treaki/Downloads ; USER=root 
Sep 27 22:35:06 treakis-debian-rechsud02 sudo[30499]: pam_unix(sudo:session): 
session opened for user root by treak
skipping...
-- Logs begin at Mo 2015-09-21 19:54:36 CEST, end at So 2015-09-27 22:35:06 
CEST. --
Sep 27 22:34:41 treakis-debian-rechsud02 systemd[1]: Failed to start LSB: load 
deamon for Logitech G15 keyboard lcd
-- Subject: Unit g15daemon.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit g15daemon.service has failed.
-- 
-- The result is failed.
Sep 27 22:34:41 treakis-debian-rechsud02 systemd[1]: Unit g15daemon.service 
entered failed state.
Sep 27 22:34:52 treakis-debian-rechsud02 sudo[30479]: treaki : TTY=pts/32 ; 
PWD=/home/treaki/Downloads ; USER=root 
Sep 27 22:34:52 treakis-debian-rechsud02 sudo[30479]: pam_unix(sudo:session): 
session opened for user root by treak
Sep 27 22:34:54 treakis-debian-rechsud02 sudo[30479]: pam_unix(sudo:session): 
session closed for user root
Sep 27 22:35:05 treakis-debian-rechsud02 vdr[30874]: [30874] next timer event 
at Mon Sep 28 00:13:00 2015
Sep 27 22:35:05 treakis-debian-rechsud02 vdr[

Bug#778280: missing kompozer/nvu wysiwyg web editor / KompoZer not available in debian 8

2015-09-27 Thread treaki
Package: Kompozer
Version: KompoZer not available in debian 8
Followup-For: Bug #778280

hi, i tried to install kompozer on my debian 8 system but it isn't available. 
please fix that soon, i am missing kompozer!

regards



-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#799911: pidgin: facebook chat not working anymore and upstream update available

2015-09-24 Thread treaki
Package: pidgin
Version: 2.10.11-1
Severity: important

Dear Maintainer,

facebook chat not working anymore and upstream update available

the subject tells everything already. Since some time the facebook chat 
connection isnt working anymore but there is an update of pidgin on pidgin.im 
which claims to fix that problem. But no matter how long i keep waiting it isnt 
applied for debian testing. Could you please do that asap?

thanks in advance

regards

-- System Information:
Debian Release: 8.0
  APT prefers oldoldstable
  APT policy: (500, 'oldoldstable'), (500, 'testing'), (500, 'stable'), (500, 
'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages pidgin depends on:
ii  gconf2  3.2.6-3
ii  libatk1.0-0 2.16.0-2
ii  libc6   2.19-13
ii  libcairo2   1.14.2-2
ii  libdbus-1-3 1.8.12-3
ii  libdbus-glib-1-20.102-1
ii  libfontconfig1  2.11.0-6.3
ii  libfreetype62.5.2-2
ii  libgadu31:1.12.0-5
ii  libgdk-pixbuf2.0-0  2.31.4-2
ii  libglib2.0-02.42.1-1
ii  libgstreamer0.10-0  0.10.36-1.4
ii  libgtk2.0-0 2.24.28-1
ii  libgtkspell02.0.16-1.1
ii  libice6 2:1.0.9-1
ii  libpango-1.0-0  1.36.8-3
ii  libpangocairo-1.0-0 1.36.8-3
ii  libpangoft2-1.0-0   1.36.8-3
ii  libpurple0  2.10.11-1
ii  libsm6  2:1.2.2-1
ii  libx11-62:1.6.2-3
ii  libxml2 2.9.1+dfsg1-4
ii  libxss1 1:1.2.2-1
ii  perl-base [perlapi-5.20.1]  5.20.1-4
ii  pidgin-data 2.10.11-1

Versions of packages pidgin recommends:
ii  gstreamer0.10-alsa  0.10.36-2
ii  gstreamer0.10-ffmpeg1:0.10.13-dmo1
ii  gstreamer0.10-plugins-base  0.10.36-2
ii  gstreamer0.10-plugins-good  0.10.31-3+nmu4+b1

Versions of packages pidgin suggests:
ii  libsqlite3-0  3.8.7.1-1

-- no debconf information



Bug#799400: xmms2-plugin-apefile: dosnt worke correctly together with xmms2-plugin-cue when playing cue/ape combination

2015-09-18 Thread treaki
Package: xmms2-plugin-apefile
Version: 0.8+dfsg-12
Severity: important

hi,

i would like to play a cue/ape combination using xmms2 without converting it 
into single files... But it isnt working probably

it is playing just one short (under 1 sec) part of each part/track. I have 
convertet now the cue/ape to cue/wav and that seams work a bit better (see next 
bug report)

to reconstruct my steps:

ive got a .cue and a .ape file generated by the ms windows software 
"ExactAudioCopy v0.99pb4"

It lookes like this:

treaki@mybox:/someware/lossless music/2006 - Albumname$ file *
artwork: directory
Artist - Albumname.ape: Monkey's Audio compressed format version 3990 with 
high compression, stereo, sample rate 44100
Artist - Albumname.cue: ISO-8859 text, with CRLF line terminators


than i did created a new playlist using lxmusic, and added the cue file using:

treaki@mybox:/someware/lossless music/2006 - Albumname$ xmms2 add -P Artist - 
Albumname.cue

and toggled play...

after that ive got ear bleed from not harmotic sound and somehow anoyed

i have done than a workaround by converting the .ape file to an .wav file and 
copied and vimed the cue to use the wav file.

Now its working but it should also please work togehter with ape files...

i hope for a quick fix

thanks in advance and keep up the good work

ps: you may will be able to reporduce this problem without usigng cue fils by 
adding something like this to xmms2:

/someware/lossless+music/2006+-+Albumname/Artist+-+Albumname.ape?startms=xxx=yyy

-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xmms2-plugin-apefile depends on:
ii  libc6 2.19-18
ii  libglib2.0-0  2.42.1-1
ii  xmms2-core0.8+dfsg-12

xmms2-plugin-apefile recommends no packages.

xmms2-plugin-apefile suggests no packages.

-- no debconf information



Bug#798524: gammu: backup dosnt save anything

2015-09-10 Thread treaki
Package: gammu
Version: 1.36.5-2
Severity: important

Dear Maintainer,


   * What led up to the situation?
i tryed to backup the content of my phone using gammu
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
treaki@mybox:~/mobilephoneback/150910$ gammu backup backup.gammu
Press Ctrl+C to break...
Use Unicode subformat of backup file? (yes/no/ALL/ONLY/NONE) yes

Checking phone phonebook
   Backup phone phonebook? (yes/no/ALL/ONLY/NONE) yes
   Reading: 100 percent
Checking SIM phonebook
   Backup SIM phonebook? (yes/no/ALL/ONLY/NONE) yes
   Reading: 100 percent
Checking phone calendar
   Backup phone calendar notes? (yes/no/ALL/ONLY/NONE) yes
Reading  : 
Checking phone todos
   Backup phone todos? (yes/no/ALL/ONLY/NONE) yes

Checking phone notes
Checking phone caller logos
Checking SIM SMS profiles
   Backup SIM SMS profiles? (yes/no/ALL/ONLY/NONE) no
Checking phone startup text
Checking phone operator logo
Checking phone WAP bookmarks
Checking phone WAP settings
Checking phone MMS settings
Checking phone Chat settings
Checking phone SyncML settings
Checking phone user ringtones
Checking phone profiles
Checking phone FM radio stations
Checking phone GPRS access points
No response in specified timeout. Probably phone not connected.
treaki@mybox:~/mobilephoneback/150910$ ls backup.gammu
ls: cannot access backup.gammu: No such file or directory

   * What was the outcome of this action?
the proccess crashed while trying to save unimportant information with timeout 
error and hasnt saved anything to disk before but indecated that it got some 
data from the phone
   * What outcome did you expect instead?
even if there is a late transfere error i would exept that the prevuisly 
recived data would be saved


please fix that and keep me informed. thanks in advance

regards

treaki

-- System Information:
Debian Release: 8.0
  APT prefers oldoldstable
  APT policy: (500, 'oldoldstable'), (500, 'testing'), (500, 'stable'), (500, 
'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages gammu depends on:
ii  libbluetooth35.23-1
ii  libc62.19-13
ii  libcurl3-gnutls  7.38.0-3
ii  libgammu71.36.5-2
ii  libglib2.0-0 2.42.1-1
ii  libgudev-1.0-0   215-5+b1

Versions of packages gammu recommends:
ii  libgammu-i18n  1.36.5-2
ii  whiptail   0.52.17-1+b1

Versions of packages gammu suggests:
ii  gammu-doc  1.36.5-2
pn  wammu  

-- no debconf information



Bug#798119: kdenlive: Segmentation fault on start of testing version

2015-09-05 Thread treaki
Package: kdenlive
Version: 15.04.3-2
Severity: important

Dear Maintainer,


   * What led up to the situation?
 just instelled the latest testing version over some version and
tryed to start it
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 first i clicked the icon, after that didnt worked i started it
using the shell
   * What was the outcome of this action?
treaki@mybox:~$ kdenlive
Segmentation fault
treaki@mybox:~$* What outcome did you expect instead?
 a working version of kdenlive

thanks in advance

-- System Information:
Debian Release: 8.0
  APT prefers oldoldstable
  APT policy: (500, 'oldoldstable'), (500, 'testing'), (500, 'stable'),
(500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages kdenlive depends on:
ii  ffmpeg10:2.4.3-dmo1
ii  kdenlive-data 15.04.3-2
ii  libc6 2.19-13
ii  libgcc1   1:4.9.1-19
ii  libgl1-mesa-glx [libgl1]  10.6.3-1
ii  libglu1-mesa [libglu1]9.0.0-2
ii  libkf5archive55.13.0-1
ii  libkf5attica5 5.13.0-1
ii  libkf5auth5   5.12.0-1
ii  libkf5bookmarks5  5.12.0-1
ii  libkf5codecs5 5.13.0-1
ii  libkf5completion5 5.12.0-1
ii  libkf5configcore5 5.13.0-1
ii  libkf5configgui5  5.13.0-1
ii  libkf5configwidgets5  5.12.0-1
ii  libkf5coreaddons5 5.13.0-1
ii  libkf5dbusaddons5 5.13.0-1
ii  libkf5guiaddons5  5.13.0-1
ii  libkf5i18n5   5.13.0-1
ii  libkf5iconthemes5 5.12.0-1
ii  libkf5itemviews5  5.13.0-1
ii  libkf5jobwidgets5 5.12.0-1
ii  libkf5kiocore55.12.0-1
ii  libkf5kiofilewidgets5 5.12.0-1
ii  libkf5kiontlm55.12.0-1
ii  libkf5kiowidgets5 5.12.0-1
ii  libkf5newstuff5   5.12.0-1
ii  libkf5notifications5  5.12.0-1
ii  libkf5notifyconfig5   5.12.0-1
ii  libkf5plotting5   5.13.0-1
ii  libkf5service55.12.0-1
ii  libkf5solid5  5.13.0-1
ii  libkf5sonnetui5   5.13.0-1
ii  libkf5textwidgets55.12.0-1
ii  libkf5widgetsaddons5  5.13.0-1
ii  libkf5xmlgui5 5.12.0-1
ii  libmlt++3 1:0.9.2-dmo3
ii  libmlt6   1:0.9.2-dmo3
ii  libqt5concurrent5 5.4.2+dfsg-5
ii  libqt5core5a  5.4.2+dfsg-5
ii  libqt5dbus5   5.4.2+dfsg-5
ii  libqt5gui55.4.2+dfsg-5
ii  libqt5network55.4.2+dfsg-5
ii  libqt5opengl5 5.4.2+dfsg-5
ii  libqt5script5 5.4.2+dfsg-4
ii  libqt5svg55.4.2-3
ii  libqt5widgets55.4.2+dfsg-5
ii  libqt5xml55.4.2+dfsg-5
ii  libstdc++64.9.1-19
ii  libv4l-0  1.6.0-1+b1
ii  melt  1:0.9.2-dmo3

Versions of packages kdenlive recommends:
ii  dvdauthor0.7.0-1.3
ii  dvgrab   3.5-2+b2
ii  frei0r-plugins   1:1.4-dmo4
ii  genisoimage  9:1.1.11-3
ii  recordmydesktop  0.3.8.1+svn602-1+b1
ii  swh-plugins  0.4.15+1-7

Versions of packages kdenlive suggests:
ii  khelpcenter  4:5.3.2-2

-- no debconf information



Bug#793790: linphone-common: No output to pulseaudio

2015-07-27 Thread treaki
Package: linphone-common
Version: 3.6.1-2.4
Severity: important

Dear Maintainer,

it looks like sip on debian is a pain... Ive got a root server where i
tried to connect two ekigas (over sipgate.de (sip provider)) with
pulseaudio to mumble (mumble/telephone gateway). Problem is that the
second ekiga isnt working correctly... I guess that there is a problem
with multiple udp apps trying to use the same port But there is no
network related setting in ekiga at all...

So far linphone seams to be the best implementation of the sip protocol,
if you got through the abnormal (and partly not working (assistant apply
button stays disabled)) configuration, but the problem is that even if
the amplitude displays of both (input and output) are showing some
amplitude there is no output to pulseaudio. Input is working but neither
through the ring setting then through the output setting linphone
produces any sound to pulse. You can see that the channels are opened in
pulseaudio correct in relation to the call state, but there is never any
amplitude visible in pavucontrol. I have tested the command line version
as well as the gnome version. Its all the same. Cause of that i created
a bug in linphone-common.

thanks for a fix in advance

regards
treaki


-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

-- no debconf information


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



Bug#793771: icewm: Couldnt find help file

2015-07-27 Thread treaki
Package: icewm
Version: 1.3.8-2
Severity: important

Dear Maintainer,


   * What led up to the situation?
i installed icewm in debian 8 and was looking for the help
window to change someting in my menu settings...
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
as usual by clicking the start menu (debian) and Help, but what
ive got was an invalid path error message. i was able to locate
the correct path at /usr/share/doc/icewm-common/html but it
lookes like that the path in the help viewer application isnt
set correctly.

please fix that.


thanks and regards




-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages icewm depends on:
ii  icewm-common1.3.8-2
ii  libc6   2.19-18
ii  libesd0 0.2.41-11
ii  libfontconfig1  2.11.0-6.3
ii  libgcc1 1:4.9.2-10
ii  libgdk-pixbuf2.0-0  2.31.1-2+b1
ii  libglib2.0-02.42.1-1
ii  libice6 2:1.0.9-1+b1
ii  libsm6  2:1.2.2-1+b1
ii  libx11-62:1.6.2-3
ii  libxext62:1.3.3-1
ii  libxft2 2.3.2-1
ii  libxinerama12:1.1.3-1+b1
ii  libxrandr2  2:1.4.2-1+b1
ii  ttf-dejavu-core 2.34-1

icewm recommends no packages.

Versions of packages icewm suggests:
pn  icewm-gnome-support  none

-- no debconf information


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



Bug#792467: pdfsam: gui perspective is working console perspective isnt...

2015-07-14 Thread treaki
Package: pdfsam
Version: 1.1.4-2
Severity: important

Dear Maintainer,

i have followed the instructions given by pdfsam-console but it isnt working as 
aspected...

treaki@hostname:~/[...]/p01$ pdfsam-console -compressed -f page01.pdf -f 
page02.pdf -o pr01.pdf concat
=

 pdfsam console

 available properties:
 pdfsam.log.console.level
 pdfsam.log.file.level
 pdfsam.log.file.filename

  JAVA: /usr/lib/jvm/java-7-openjdk-amd64/bin/java

  JAVA_OPTS: -Dlog4j.configuration=console-log4j.xml

  CLASSPATH: 
:/usr/share/pdfsam/lib/dom4j.jar:/usr/share/pdfsam/lib/emp4j-1.0.1.jar:/usr/share/pdfsam/lib/itext.jar:/usr/share/pdfsam/lib/jaxen.jar:/usr/share/pdfsam/lib/log4j-1.2.jar:/usr/share/pdfsam/lib/looks.jar:/usr/share/pdfsam/lib/pdfsam-console-2.0.6e.jar:/usr/share/pdfsam/lib/pdfsam-jcmdline-1.0.3.jar:/usr/share/pdfsam/lib/pdfsam-langpack.jar

=

05:48:20,391 DEBUG  Console log level set to DEBUG
05:48:20,464 DEBUG  Starting arguments parsing.
05:48:20,486 DEBUG  Command 'concat' parsed in 16ms
05:48:20,486 DEBUG  Starting arguments validation.
05:48:20,490 DEBUG  Command 'concat' validated in 3ms
05:48:20,498 DEBUG  Creating temporary file..
05:48:20,653 INFO   /home/treaki/pr/trike/präsi/p01/page01.pdf: 1 pages to be 
added.
05:48:20,660 FATAL  Error executing ConsoleClient
java.lang.Exception: org.pdfsam.console.exceptions.console.ConcatException
at 
org.pdfsam.console.business.ConsoleServicesFacade.execute(ConsoleServicesFacade.java:101)
at org.pdfsam.console.ConsoleClient.main(ConsoleClient.java:78)
Caused by: org.pdfsam.console.exceptions.console.ConcatException
at 
org.pdfsam.console.business.pdf.handlers.ConcatCmdExecutor.execute(ConcatCmdExecutor.java:247)
at 
org.pdfsam.console.business.pdf.CmdExecuteManager.execute(CmdExecuteManager.java:64)
at 
org.pdfsam.console.business.ConsoleServicesFacade.execute(ConsoleServicesFacade.java:99)
... 1 more
Caused by: java.io.FileNotFoundException: null/PDFsamTMPbufferKRUCL1.pdf (No 
such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.init(FileOutputStream.java:221)
at java.io.FileOutputStream.init(FileOutputStream.java:171)
at 
org.pdfsam.console.business.pdf.handlers.ConcatCmdExecutor.execute(ConcatCmdExecutor.java:204)
... 3 more
treaki@hostname:~/[...]/p01$ 


thanks a lot and keep up the good work

-- System Information:
Debian Release: 8.0
  APT prefers oldoldstable
  APT policy: (500, 'oldoldstable'), (500, 'testing'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages pdfsam depends on:
ii  default-jre [java2-runtime]2:1.7-52
ii  java-wrappers  0.1.28
ii  libcommons-httpclient-java 3.1-10.2
ii  libdom4j-java  1.6.1+dfsg.3-2
ii  libhttpclient-java 4.3.5-2
ii  libitext-java  2.1.7-8
ii  libjaxen-java  1.1.6-1
ii  libjgoodies-looks-java 2.5.2-3
ii  liblog4j1.2-java   1.2.17-5
ii  openjdk-6-jre [java2-runtime]  6b32-1.13.4-4
ii  openjdk-7-jre [java2-runtime]  7u71-2.5.3-1+b1

pdfsam recommends no packages.

pdfsam suggests no packages.

-- no debconf information


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



Bug#790707: pidgin: problem with newline in conferences description

2015-06-30 Thread treaki
Package: pidgin
Version: 2.10.10-1
Severity: important

Dear Maintainer,


   * What led up to the situation?
used mumble as usuly, joined a jabber/xmpp conferneces channel
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
see What led up to the situation?
   * What was the outcome of this action?
problem with user interface throuhg unusual long channel description with line 
brakes (see screenshot)
   * What outcome did you expect instead?
normal user interface



-- System Information:
Debian Release: 8.0
  APT prefers oldoldstable
  APT policy: (500, 'oldoldstable'), (500, 'testing'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages pidgin depends on:
ii  gconf2  3.2.6-3
ii  libatk1.0-0 2.16.0-2
ii  libc6   2.19-13
ii  libcairo2   1.14.2-2
ii  libdbus-1-3 1.8.12-3
ii  libdbus-glib-1-20.102-1
ii  libfontconfig1  2.11.0-6.3
ii  libfreetype62.5.2-2
ii  libgadu31:1.12.0-5
ii  libgdk-pixbuf2.0-0  2.31.4-2
ii  libglib2.0-02.42.1-1
ii  libgstreamer0.10-0  0.10.36-1.4
ii  libgtk2.0-0 2.24.28-1
ii  libgtkspell02.0.16-1.1
ii  libice6 2:1.0.9-1
ii  libpango-1.0-0  1.36.8-3
ii  libpangocairo-1.0-0 1.36.8-3
ii  libpangoft2-1.0-0   1.36.8-3
ii  libpurple0  2.10.10-1
ii  libsm6  2:1.2.2-1
ii  libx11-62:1.6.2-3
ii  libxml2 2.9.1+dfsg1-4
ii  libxss1 1:1.2.2-1
ii  perl-base [perlapi-5.20.1]  5.20.1-4
ii  pidgin-data 2.10.10-1

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins-base  0.10.36-2
ii  gstreamer0.10-plugins-good  0.10.31-3+nmu4+b1

Versions of packages pidgin suggests:
ii  libsqlite3-0  3.8.7.1-1

-- no debconf information


Bug#783918: xtrlock: feature request: invisible padlock

2015-05-01 Thread treaki
Package: xtrlock
Version: 2.6
Severity: normal

Dear Maintainer,

i like xtrlock because it can lock inputs while video playback. But there are 
some features i would like to see:

- please add a command line option that enables the padlock courser to be 
hidden after some time to have a clean view to the screen.
- please add a feature which allows certain windows to still receive certain 
commands, for example still enable keyboard commands to pause/seek video 
playback.
- blank screen after program close (for example if mpv ended and closed, blank 
the screen.)
- still enable pre defined keyboard input but locked to one window (useful for 
vdr-sxfe or others)

thanks a lot and keep up the good work



-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages xtrlock depends on:
ii  libc6 2.19-13
ii  libx11-6  2:1.6.2-3

xtrlock recommends no packages.

xtrlock suggests no packages.

-- no debconf information


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



Bug#783691: fritzing: Crash on adding Raspberry Pi A

2015-04-29 Thread treaki
Package: fritzing
Version: 0.9.0b+dfsg-1
Severity: important

Dear Maintainer,


   * What led up to the situation?
  I used fritzing just normal and it crashed as I used the raspberry pi A 
part
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
  Installed fritzing using apt-get install, started fritzing 
  (please change the command name from Fritzing to fritzing to meet the 
convention, 
   i had to use dpkg -L to find the right
   excutable name)
  Added the Raspberry Pi A to the breadboard view and got a crash
   * What was the outcome of this action?
  Fritzing crashed, looked like some files where missing
   * What outcome did you expect instead?
  It would work

thanks in advance and keep up the good work!

treaki

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages fritzing depends on:
ii  fritzing-data   0.9.0b+dfsg-1
ii  libc6   2.19-13
ii  libgcc1 1:4.9.1-19
ii  libqt4-dbus 4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libqt4-help 4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libqt4-network  4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libqt4-opengl   4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libqt4-sql  4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libqt4-sql-sqlite   4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libqt4-svg  4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libqt4-webkit   4:4.8.6+git64-g5dc8b2b+dfsg-3
ii  libqt4-xml  4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libqt4-xmlpatterns  4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libqtcore4  4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libqtgui4   4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libstdc++6  4.9.1-19
ii  zlib1g  1:1.2.8.dfsg-2+b1

fritzing recommends no packages.

fritzing suggests no packages.

-- no debconf information


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



Bug#782748: volti crashes and dosnt start again if soundcard removed

2015-04-17 Thread treaki
Package: volti
Version: 0.2.3-5
Severity: important

Dear Maintainer,

i am using volti togehter with the lxde desktop to be able to control my volume 
through my mediakeys on my thinkpad (maybe there is also a better solution but 
i found out this for me because the lxde desktop env dosnt provide a volume 
mixing gsystem (like gnome2/mate dose) by defalut...

   * What led up to the situation?
i have changed the soundcard to another external to control this by the media 
keys on my thinkpad
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
some time later, i was on the go and volti wasnt working anymore. i tryed to do 
it in terminal to find out what was happening
   * What was the outcome of this action?
treaki@hostname:~$ volti
[alsactrl.py:__init__:41] can't open Master control for card ThinkPadEC, trying 
to select first available mixer channel

[alsactrl.py:__init__:49] can't open first available control for card ThinkPadEC
error: list index out of range
Xlib.protocol.request.QueryExtension
Traceback (most recent call last):
  File /usr/bin/volti, line 53, in module
volti = main.VolumeTray()
  File /usr/lib/volti/volti/main.py, line 124, in __init__
self.watchid = gobject.io_add_watch(fd, eventmask, self.update)
TypeError: an integer is required 
treaki@hostname:~$ cd .config/volti/
treaki@hostname:~/.config/volti$ ls
config
treaki@hostname:~/.config/volti$ mv config config1
treaki@hostname:~/.config/volti$ volti
   * What outcome did you expect instead?
that volti had an workaround about removed sondcards so that i dont need to 
trash and redo my whole configuration. Also i would apprichiate 
pulseaudiosupport and a more reliable codebase (sometimes volti dosnt survices 
a suspend to ram and is using up 99% of my cpu)


i hope this problems can be fixed

thanks in advance and keep up the good work with tebian

greetingds treaki


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages volti depends on:
ii  libdmtx-python [python]  20140917-1
ii  python   2.7.8-2
ii  python-alsaaudio 0.7-1
ii  python-dbus  1.2.0-2+b3
ii  python-gobject   3.14.0-1
ii  python-gtk2  2.24.0-4
ii  python-xlib  0.14+20091101-1

volti recommends no packages.

volti suggests no packages.

-- no debconf information


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



Bug#781310: mumble: Problem accissing another pulseaudio soundcard

2015-03-27 Thread treaki
Package: mumble
Version: 1.2.3-349-g315b5f5-2.2+deb7u1
Severity: important

Hi,

i am using an external usb sound card explicite for mumble. Its managed through 
pulseaudio. This setup works grate on debian testing but isnt working with 
debian stable. I guess its a problem in the mumble package. Please fix that.

thanks


-- System Information:
Debian Release: 7.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages mumble depends on:
ii  gconf2 3.2.5-1+build1
ii  libasound2 1.0.25-4
ii  libavahi-client3   0.6.31-2
ii  libavahi-common3   0.6.31-2
ii  libavahi-compat-libdnssd1  0.6.31-2
ii  libc6  2.13-38+deb7u6
ii  libg15daemon-client1   1.9.5.3-8.2
ii  libgcc11:4.7.2-5
ii  libgl1-mesa-glx [libgl1]   8.0.5-4+deb7u2
ii  libopus0   0.9.14+20120615-1+nmu1
ii  libprotobuf7   2.4.1-3
ii  libpulse0  2.0-6.1
ii  libqt4-dbus4:4.8.2+dfsg-11
ii  libqt4-network 4:4.8.2+dfsg-11
ii  libqt4-sql 4:4.8.2+dfsg-11
ii  libqt4-sql-sqlite  4:4.8.2+dfsg-11
ii  libqt4-svg 4:4.8.2+dfsg-11
ii  libqt4-xml 4:4.8.2+dfsg-11
ii  libqtcore4 4:4.8.2+dfsg-11
ii  libqtgui4  4:4.8.2+dfsg-11
ii  libsndfile11.0.25-5
ii  libspeechd20.7.1-6.2
ii  libspeex1  1.2~rc1-7
ii  libspeexdsp1   1.2~rc1-7
ii  libssl1.0.01.0.1e-2+deb7u13
ii  libstdc++6 4.7.2-5
ii  libx11-6   2:1.5.0-1+deb7u1
ii  libxi6 2:1.6.1-1+deb7u1
ii  lsb-release4.1+Debian8+deb7u1

Versions of packages mumble recommends:
ii  speech-dispatcher  0.7.1-6.2

Versions of packages mumble suggests:
pn  mumble-server  none

-- no debconf information


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



Bug#780802: /usr/bin/gnome-power-statistics: dosnt show any data, crashes if clicked back to ac tab

2015-03-19 Thread treaki
Package: gnome-power-manager
Version: 3.14.1-1
Severity: important
File: /usr/bin/gnome-power-statistics

Dear Maintainer,


   * What led up to the situation?
i am using lxde and would like to have this fancy power window with its nice 
grapical view back. so i installed the package and started 
gnome-power-statistics in lxde. But there where no data and after i clicked 
back to the first tab its crashed. I tryed it again and again and it was 
everytime the same. Is it even possible to run this without gnome? But sure it 
shouldnt crash show this is a bug. Please fix that and keep me informed.
   * What exactly did you do (or not do) that was effective (or
 ineffective)?

See this:

treaki@hostname:/tmp$ gnome-power-statistics 

** (gnome-power-statistics:8809): WARNING **: Couldn't register with 
accessibility bus: Did not receive a reply. Possible causes include: the remote 
application did not send a reply, the message bus security policy blocked the 
reply, the reply timeout expired, or the network connection was broken.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Segmentation fault
treaki@hostname:/tmp$ gnome-power-statistics 

** (gnome-power-statistics:8851): WARNING **: Couldn't register with 
accessibility bus: Did not receive a reply. Possible causes include: the remote 
application did not send a reply, the message bus security policy blocked the 
reply, the reply timeout expired, or the network connection was broken.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Segmentation fault
treaki@hostname:/tmp$ gdgnome-power-statistics 
gdbgdb-multiarch  gdbtui gdbus-codegen  gdm-control
gdomap 
gdb-add-index  gdbserver  gdbus  gdialoggdnc   
treaki@hostname:/tmp$ gdb gnome-power-statistics 
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
Type show configuration for configuration details.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type help.
Type apropos word to search for commands related to word...
Reading symbols from gnome-power-statistics...(no debugging symbols 
found)...done.
(gdb) start
Function main not defined.
Make breakpoint pending on future shared library load? (y or [n]) 
Starting program: /usr/bin/gnome-power-statistics 
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.

** (gnome-power-statistics:8858): WARNING **: Couldn't register with 
accessibility bus: Did not receive a reply. Possible causes include: the remote 
application did not send a reply, the message bus security policy blocked the 
reply, the reply timeout expired, or the network connection was broken.
[New Thread 0x7fffef4cb700 (LWP 8864)]
[New Thread 0x7fffeecca700 (LWP 8865)]
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

Program received signal SIGSEGV, Segmentation fault.
0x766537e9 in g_variant_unref () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
(gdb) help
List of classes of commands:

aliases -- Aliases of other commands
breakpoints -- Making program stop at certain points
data -- Examining data
files -- Specifying and examining files
internals -- Maintenance commands
obscure -- Obscure features
running -- Running the program
stack -- Examining the stack
status -- Status inquiries
support -- Support facilities
tracepoints -- Tracing of program execution without stopping the program
user-defined -- User-defined commands

Type help followed by a class name for a list of commands in that class.
Type help all for the list of all commands.
Type help followed by command name for full documentation.
Type apropos word to search for commands related to word.
Command name abbreviations are allowed if unambiguous.
(gdb) quit
A debugging session is active.

Inferior 1 [process 8858] will be killed.

Quit anyway? (y or n) y
treaki@hostname:/tmp$ 

end

thanks a lot for your help in advance and keep up the good work

greetings 
treaki


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages gnome-power-manager depends on:
ii  dbus-x11 1.8.8-2
ii  dconf-gsettings

Bug#780458: Xvfb: First problems with input, while trying to reset crashed

2015-03-14 Thread treaki
Package: Xvfb
Version: 2:1.12.4-6+deb7u5
Severity: important

hi,

i am using xvfb as a virtual x server with x11vnc. I used it some time and than 
i got the problem that i couldnt use my keyboard correctly anymore. I had half 
chaps caps-locked and half not caps-locked keyboard what was really strange. i 
tryed to reconnect and restart x11vnc but both didnt worked. then i tryed to 
use xinput to disable and reenable the inputs and the result was the crash of 
the whole xvfb and its session ;(. Please fix that problems. thanks and keep up 
the good work.

some terminal outputs:

One terminal (used to alter xinput settings):

/

treaki@hostname:~$ xinput
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ Xvfb mouseid=6[slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Xvfb keyboard id=7[slave  keyboard (3)]
treaki@hostname:~$ xinput disable 4
treaki@hostname:~$ xinput disable 5
treaki@hostname:~$ xinput disable 6
treaki@hostname:~$ xinput disable 7
treaki@hostname:~$ xinput disable 3

/

Another terminal (main terminal of xvfb session (xvfb and other software 
running in background (with )):

/

14/03/2015 12:38:48 cursor_noshape_updates_clients: 1
14/03/2015 12:38:49 cursor_noshape_updates_clients: 1
14/03/2015 12:38:56 created selwin: 0x40002d
14/03/2015 12:38:56 called initialize_xfixes()
14/03/2015 12:39:47 cursor_noshape_updates_clients: 1
14/03/2015 12:39:48 cursor_noshape_updates_clients: 1
14/03/2015 12:39:48 cursor_noshape_updates_clients: 1
14/03/2015 12:42:23 client 1 network rate 294.0 KB/sec (5283.7 eff KB/sec)
14/03/2015 12:42:23 client 1 latency:  0.7 ms
14/03/2015 12:42:23 dt1: 0.0108, dt2: 0.0268 dt3: 0.0007 bytes: 10937
14/03/2015 12:42:23 link_rate: LR_UNKNOWN - 1 ms, 294 KB/s
14/03/2015 12:42:38 3*Alt_L, calling: refresh_screen(0)



Backtrace:
0: Xvfb (xorg_backtrace+0x36) [0x7f71c3ff3186]
1: Xvfb (0x7f71c3e8e000+0x168cd9) [0x7f71c3ff6cd9]
2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f71c33ad000+0xf0a0) 
[0x7f71c33bc0a0]
3: Xvfb (0x7f71c3e8e000+0x582f7) [0x7f71c3ee62f7]
4: Xvfb (0x7f71c3e8e000+0x1128d1) [0x7f71c3fa08d1]
5: Xvfb (0x7f71c3e8e000+0x34495) [0x7f71c3ec2495]
6: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xfd) [0x7f71c20d1ead]
7: Xvfb (0x7f71c3e8e000+0x3476d) [0x7f71c3ec276d]

Segmentation fault at address 0xc0

Fatal server error:
Caught signal 11 (Segmentation fault). Server aborting

caught XIO error:
x-terminal-emulator: Fatal IO error 104 (Die Verbindung wurde vom 
Kommunikationspartner zurückgesetzt) on X server :1.
14/03/2015 12:53:05 deleted 40 tile_row polling images.
treaki@hostname:~/bin$
treaki@hostname:~/bin$
treaki@hostname:~/bin$ XIO:  fatal IO error 11 (Die Ressource ist zur Zeit 
nicht verfügbar) on X server :1
  after 722368 requests (722368 known processed) with 0 events remaining.
treaki@hostname:~/bin$
treaki@hostname:~/bin$ 

/

Translations: 
Die Verbindung wurde vom Kommunikationspartner zurückgesetzt
The connection to the communication parter was reset

Die Ressource ist zur Zeit nicht verfügbar
The resource is not available at this time

thanks for your help in advance and keep up the good work

-- System Information:
Debian Release: 7.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages Xvfb depends on:
ii  libaudit0   1:1.7.18-1.1
ii  libc6   2.13-38+deb7u6
ii  libgcrypt11 1.5.0-5+deb7u2
ii  libpixman-1-0   0.26.0-4+deb7u1
ii  libselinux1 2.1.9-5
ii  libxau6 1:1.0.7-1
ii  libxdmcp6   1:1.1.1-1
ii  libxfont1   1:1.4.5-4
ii  xserver-common  2:1.12.4-6+deb7u5

Versions of packages Xvfb recommends:
ii  xauth  1:1.0.7-1

Xvfb suggests no packages.

-- no debconf information


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



Bug#779514: xul-ext-requestpolicy: asks to allow manual inputed requests

2015-03-01 Thread treaki
Package: xul-ext-requestpolicy
Version: 0.5.25-1
Severity: important

have a look at this screenshot, something is wrong.. please fix that

-- System Information:
Debian Release: 7.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages xul-ext-requestpolicy depends on:
ii  iceweasel  31.3.0esr-1~deb7u1

xul-ext-requestpolicy recommends no packages.

xul-ext-requestpolicy suggests no packages.

-- no debconf information


Bug#778277: wget memory problem in mirror mode, possible memory leak

2015-02-12 Thread treaki
Package: wget
Version: 1.13.4-3+deb7u2
Severity: important

hi,

i have tryed to use wgets mirror mode to mirror a webserver with a lot of 
content. it seams to work grate at first, downloaded robots.txt at first and 
done its job. some time later i realised that my box started to swap, nothing 
unusual... After that i got some serius performace problems and i realiced that 
ram and swap were full. That was the last thing i could do after my system 
frezzed entirely... After some time my box became usable again and the dmesg 
reported a lot of problems related to a high system load. At last there was a 
statement about that the kernel killed wget because of to much memory 
consumtion. here is extract:

[269277.634832] Out of memory: Kill process 4049 (wget) score 780 or sacrifice 
child
[269277.634843] Killed process 4049 (wget) total-vm:5596716kB, 
anon-rss:4111532kB, file-rss:56kB

i have just a command lige this:

$ wget -a wgetlog -m http://domain.tld/path/

and let it run and this is the resould please fix that.

After my system recovered from that odd situation i discovered another odd bug 
which occoured with my mate desktop enviorment. mate-settings-daemon got 99% 
cpu load and the numlock led on my keyboard was switching on and of rapidly. 
ill report that bug next.

thanks in advance and keep up the good work

greetings treaki


-- System Information:
Debian Release: 7.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages wget depends on:
ii  dpkg   1.16.15
ii  install-info   4.13a.dfsg.1-10
ii  libc6  2.13-38+deb7u6
ii  libgcrypt111.5.0-5+deb7u2
ii  libgnutls262.12.20-8+deb7u2
ii  libgpg-error0  1.10-3.1
ii  libidn11   1.25-2
ii  zlib1g 1:1.2.7.dfsg-13

wget recommends no packages.

wget suggests no packages.

-- no debconf information


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



Bug#778278: mate-settings-daemon: very bad condition (99% cpu load and more) after high system load

2015-02-12 Thread treaki
Package: mate-settings-daemon
Version: 1.8.1-1~bpo70+1
Severity: important

hi,

that problem befall/occured after a porblem with wgets mirror mode, i have 
discribed that in Bug#778277, thees problem lead into a process (wget) that 
used up all memory and swap it could resoulded in very high system load and 
after that kernel killed that process. ive got some messages about kernel 
modules which had problems that way but nothing about what i have discovered 
after that.

shortly after my system recovered from this odd situation the numlock led on my 
keyboard started to go on and of rapidly in a very fast and but not stedy 
frequency. first i took another look into dmesg but i couldnt find anything new 
there. after that i saw that my cpu load were up by nearly 100%. I started my 
system process manager (htop) and found out that the process called 
mate-settings-daemon were using up that cpu cycles. I took out my phone started 
the camara software and documented that in a video. After that i killed that 
thread of mate-settings-daemon using htop but after some time my system cpu io 
and after that my system cpu user value began to raise again and my numlock 
lead did the same stuff. another look into htop revealed that another thread of 
that mate-settings-daemon was doing the same shit. this time i typed in 

$ killall mate-settings-daemon 

into another terminal emulator...

and guess what, afer some time the same shit happened again... now i got a 
little bit more rude:

$ killall -v mate-settings-daemon 
mate-settings-daemon(6023) mit Signal 15 beendet
$ killall -v mate-settings-daemon 
mate-settings-daemon(6053) mit Signal 15 beendet
$ killall -v mate-settings-daemon 
mate-settings-daemon(6080) mit Signal 15 beendet
$ killall -v mate-settings-daemon 
mate-settings-daemon(6080) mit Signal 15 beendet
$ killall -v mate-settings-daemon 
mate-settings-daemon(6080) mit Signal 15 beendet
$ killall -v mate-settings-daemon 
mate-settings-daemon(6080) mit Signal 15 beendet
$ killall -v mate-settings-daemon 
^[[Amate-settings-daemon(6080) mit Signal 15 beendet
$ killall -v mate-settings-daemon 

and after i waited some time the problem with the numlock led didnt happened 
again. But i still got some problems with high cpu load. after another look 
into htop i found out that the process dconf-service had a high persentage of 
that load. i tryed to kill, first using htop after that using killall, but it 
resisted. After that i got again a bit more rude and used the sigkill (9) 
signal and killed mate-settings-daemon again after that.:

$ killall -v dconf-service 
dconf-service(4353) mit Signal 15 beendet
$ killall -v dconf-service 
dconf-service(4353) mit Signal 15 beendet
$ killall -v dconf-service 
dconf-service(4353) mit Signal 15 beendet
$ killall -v dconf-service 
dconf-service(4353) mit Signal 15 beendet
$ killall -v dconf-service 
dconf-service(4353) mit Signal 15 beendet
$ killall -v -9 dconf-service 
dconf-service(4353) mit Signal 9 beendet
$ killall -v mate-settings-daemon 
mate-settings-daemon(6100) mit Signal 15 beendet


 i guess i will now have a uncomplete mate session and the need to log off and 
on again :( (not as bad as rebooting the whole system but still not good, need 
to invent an uptime counter for the mate session uptume to show off...).


i am sorry that i havent got the necessary knowledge to debug that, that had 
been a better solution then just killing that thread, but i hope you will be 
able to reproduce that problem with that information. 


I guess the videos taken dosnt contain more relevant information, just some 
funny reactions to this situation, but if you thing different i am willing to 
share the relevant frames and samples of that video. Just ask...

i hope this information are hapefull and you will be able to put yourself into 
my position and reproduce that situation to debugg that pice of software. And 
if you like to smile you will have a little smile to ;). please keep me up and 
running on this issue to let me smile to. there is nothing better then funny 
behavior of data processing systems (EDP-Systems) and that situations around 
that and all that stuff...

thanks a lot and keep up the good work!!

greetings treaki

-- System Information:
Debian Release: 7.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages mate-settings-daemon depends on:
ii  mate-settings-daemon-gstreamer  1.8.1-1~bpo70+1

mate-settings-daemon recommends no packages.

mate-settings-daemon suggests no packages.

-- no debconf information


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



Bug#778280: missing kompozer/nvu wysiwyg web editor

2015-02-12 Thread treaki

Package: kompozer
Severity: important

hi,

i am missing kompozer or nvu. please add this again to debian. Even if it is 
possible sometimes unstable and possible discontinued it is still the best 
wysiwyg web editor that is opensource and known by me.

thanks a lot and keep up the good work.


treaki


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



Bug#777174: g15stats: cpu information isnt shown

2015-02-05 Thread treaki
Package: g15stats
Version: 1.9.2-2
Severity: important

there is an error whith showing cpu information, just guessed 5% of the time a 
value is showen, the rest just -nan is shown. You see a photo in the 
attachmant. plz fix that.

thanks in advance and greetings

treaki


-- System Information:
Debian Release: 7.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages g15stats depends on:
ii  g15daemon 1.9.5.3-8.2
ii  libc6 2.13-38+deb7u6
ii  libg15daemon-client1  1.9.5.3-8.2
ii  libg15render1 1.3.0~svn316-2.2
ii  libglib2.0-0  2.33.12+really2.32.4-5
ii  libgtop2-72.28.4-3

g15stats recommends no packages.

g15stats suggests no packages.

-- no debconf information


Bug#776175: virtualbox: add images in settings mode differ from add images while running

2015-01-24 Thread treaki
Package: virtualbox
Version: 4.3.14-dfsg-1~bpo70+1
Severity: normal

i cant add the same iso image to two disk drives in vm configuration, but can 
create the same combination while running

in conifiguration mode error, not possible disk still used but while running it 
is possible to add the read only iso images to the another disc drive on the 
same device.

wanted to create an setup with disc that is readable through ide and through 
scsi

-- System Information:
Debian Release: 7.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages virtualbox depends on:
ii  adduser  3.113+nmu3
ii  dpkg 1.16.15
ii  libc62.13-38+deb7u6
ii  libcurl3 7.26.0-1+wheezy11
ii  libgcc1  1:4.7.2-5
ii  libgsoap42.8.16-2~bpo70+1
ii  libpng12-0   1.2.49-1
ii  libpython2.7 2.7.3-6+deb7u2
ii  libsdl1.2debian  1.2.15-5
ii  libssl1.0.0  1.0.1e-2+deb7u13
ii  libstdc++6   4.7.2-5
ii  libvncserver00.9.9+dfsg-1+deb7u1
ii  libvpx1  1.1.0-1
ii  libx11-6 2:1.5.0-1+deb7u1
ii  libxcursor1  1:1.1.13-1+deb7u1
ii  libxext6 2:1.3.1-2+deb7u1
ii  libxml2  2.8.0+dfsg1-7+wheezy2
ii  libxmu6  2:1.1.1-1
ii  libxt6   1:1.1.3-1+deb7u1
ii  python   2.7.3-4+deb7u1
ii  python2.72.7.3-6+deb7u2
ii  zlib1g   1:1.2.7.dfsg-13

Versions of packages virtualbox recommends:
ii  libgl1-mesa-glx [libgl1]  8.0.5-4+deb7u2
ii  libqt4-opengl 4:4.8.2+dfsg-11
ii  libqtcore44:4.8.2+dfsg-11
ii  libqtgui4 4:4.8.2+dfsg-11
ii  virtualbox-dkms   4.3.14-dfsg-1~bpo70+1
ii  virtualbox-qt 4.3.14-dfsg-1~bpo70+1

Versions of packages virtualbox suggests:
ii  vde22.3.2-4
pn  virtualbox-guest-additions-iso  none

-- no debconf information


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



Bug#775792: torsocks: X Server error on ssh, possibly due high portnumber

2015-01-19 Thread treaki
Package: torsocks
Version: 2.0.0-1
Severity: important

Dear Maintainer,

   * What led up to the situation?
  tryed to use torsocks with x server on an ssh session
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
  see console output later in this message
   * What was the outcome of this action?
  that it would work as usual
   * What outcome did you expect instead?
  got an connection error while i tryed to start x program

i tryed to use torsocks on ssh with x forward enabled (-X) but i failed for an 
unknown reason. I guess the it failed because the port number which is used for 
xserver on :10 is to high and so to that not whitelisted. Please check that out 
and fix that. here ill send you some terminal output which discribes the 
problem precicely.

treaki@hostname:~$ . torsocks on
Tor mode activated. Every command will be torified for this shell.
treaki@hostname:~$ xterm
treaki@hostname:~$ #works
treaki@hostname:~$ . torsocks off
Tor mode deactivated. Command will NOT go through Tor anymore.
treaki@hostname:~$ ssh localhost -X
treaki@localhost's password: 

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
You have new mail.
Last login: Sat Jan 10 02:09:38 2015 from 192.168.89.140
treaki@hostname:~$ xterm
treaki@hostname:~$ #works
treaki@hostname:~$ . torsocks on
Tor mode activated. Every command will be torified for this shell.
treaki@hostname:~$ xterm
[Jan 20 00:32:24] WARNING torsocks[31250]: [connect] Connection to a local 
address are denied since it might be a TCP DNS query to a local DNS server. 
Rejecting it for safety reasons. (in tsocks_connect() at connect.c:177)
xterm: Xt error: Can't open display: localhost:10.0
treaki@hostname:~$ #faild
treaki@hostname:~$ 


thanks in advance and keep up the good work.

treaki




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

Kernel: Linux 3.16-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages torsocks depends on:
ii  libc6  2.19-13

Versions of packages torsocks recommends:
ii  tor  0.2.5.10-1

torsocks suggests no packages.

-- no debconf information


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



Bug#775241: qemu: $ qemu -cpu ? mentioned in $ qemu -help but is not working

2015-01-12 Thread treaki
Package: qemu
Version: 1.1.2+dfsg-6a+deb7u6
Severity: important

Hi,

to get in to qemu i started, like with all other cli based software, with

$ qemu -help

ive got some output including

-cpu cpuselect CPU (-cpu ? for list)

but if i tipe in this option i just get following:

$ qemu -cpu ?
Unable to find x86 CPU definition

please fix that or remove the mention of that inaccessible from the -help text


greetings and keep up the good work

treaki


-- System Information:
Debian Release: 7.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages qemu depends on:
ii  qemu-system  1.1.2+dfsg-6a+deb7u6
ii  qemu-user1.1.2+dfsg-6a+deb7u6
ii  qemu-utils   1.1.2+dfsg-6a+deb7u6

qemu recommends no packages.

Versions of packages qemu suggests:
pn  qemu-user-static  none

-- no debconf information


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



Bug#774785: ekiga: working not stable, crashes and hangs (partitial or compleet) often

2015-01-07 Thread treaki
Package: ekiga
Version: 4.0.1-5
Severity: important

Dear Maintainer,


   * What led up to the situation?
  i was looking for a sip softphone and have tryed out ekiga for that 
purpose
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
  registered it with my avm fritzbox as a device and tryed to use it on a 
dayliy base
   * What was the outcome of this action?
 wasnt stable and conviniunt usable at all
   * What outcome did you expect instead?
 a smooth working softphone as stable and more functional as my hardware 
analog phone.

first of all you cant call numbers directly, you have always type in @fritz.box 
to get it working (which is very anoying), secoundly call forwarding isnt 
working at all, thirdly dffm arnt working everytime, just sometimes. 

And for the last often the main window gets gray, hanging or the complete 
application is crashing at all. here is some console output of one time this 
happened as i tryed to make jjust a normal call (after ekiga was running for 
some time):

(ekiga:14131): GLib-CRITICAL **: Source ID 9021 was not found when attempting 
to remove it
  assert.cxx(112)   PWLib   Assertion fail: Attempt to do simultaneous 
reads from multiple threads: os_handle=53, thread ID=0x7ffbfa3d9700, file 
ptlib/unix/channel.cxx, line 110
Assertion fail: Attempt to do simultaneous reads from multiple threads: 
os_handle=53, thread ID=0x7ffbfa3d9700, file ptlib/unix/channel.cxx, line 110

Abort, Core dump, Throw exception, Ignore?  osutils.cxx(2294)   
PTLib   Possible deadlock in read/write mutex 0x7ffbe4000900 :
  thread-id=140720174962432 (0x7ffbf80a9700), readers=0, writers=1
  thread-id=140721450678016 (0x7ffc44147700), readers=1, writers=0

^CKilled

(i had to kill it using ctrl+c because it wasnt reacting anymore)

ill hope you will make this more stable and conviniont to be a usable telephone 
client. Ill now have to look a round for a better, possible non-free, one...

greetings and keep up the good work with debian


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

Kernel: Linux 3.16-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ekiga depends on:
ii  gconf-service   3.2.6-3
ii  gconf2  3.2.6-3
ii  gnome-icon-theme3.12.0-1
ii  libatk1.0-0 2.14.0-1
ii  libavahi-client30.6.31-4+b1
ii  libavahi-common30.6.31-4+b1
ii  libavahi-glib1  0.6.31-4+b1
ii  libboost-signals1.55.0  1.55.0+dfsg-3
ii  libc6   2.19-13
ii  libcairo2   1.14.0-2.1
ii  libdbus-1-3 1.8.8-2
ii  libdbus-glib-1-20.102-1
ii  libfontconfig1  2.11.0-6.1
ii  libfreetype62.5.2-2
ii  libgcc1 1:4.9.1-19
ii  libgconf-2-43.2.6-3
ii  libgdk-pixbuf2.0-0  2.31.1-2+b1
ii  libglib2.0-02.42.0-2
ii  libgtk2.0-0 2.24.25-1
ii  libidn111.29-1
ii  libldap-2.4-2   2.4.40-2
ii  libloudmouth1-0 1.4.3-12
ii  libnotify4  0.7.6-2
ii  libopal3.10.10  3.10.10~dfsg2-1
ii  libpango-1.0-0  1.36.8-2
ii  libpangocairo-1.0-0 1.36.8-2
ii  libpangoft2-1.0-0   1.36.8-2
ii  libpt2.10.102.10.10~dfsg-4.1
ii  libsasl2-2  2.1.26.dfsg1-12
ii  libspeexdsp11.2~rc1.2-1
ii  libstdc++6  4.9.1-19
ii  libx11-62:1.6.2-3
ii  libxext62:1.3.3-1
ii  libxml2 2.9.1+dfsg1-4
ii  libxv1  2:1.0.10-1+b1

Versions of packages ekiga recommends:
ii  gvfs  1.22.1-1
ii  yelp  3.14.1-1

Versions of packages ekiga suggests:
pn  asterisknone
pn  ekiga-plugin-evolution  none
pn  gnugk   none
pn  mediaproxy  none
pn  rtpproxynone
pn  ser none
pn  siproxd none
pn  yatenone

-- no debconf information


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



Bug#774600: gnome-terminal: Hangs with full cpu load

2015-01-04 Thread treaki
Package: gnome-terminal
Version: 3.14.1-1
Severity: important

Dear Maintainer,


   * What led up to the situation?
 used my session (lxde) with my thinpad very long time (uptime 34 days with 
much hibernation (suspend 2 ram done by systemd) with a lot of gnome-terminal 
windows opened, now i tryed to maximise one of that and all are hanging now 
with full cpu load. this is not the first time this happened. 
 
   * What is your workaround?
killing the process and restarting it helps but i am very sad with that because 
all sessions are gone this way...

as attachment ill send you one screenshot of one hanging window...

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

Kernel: Linux 3.16-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-terminal depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.22.0-1
ii  gconf-service3.2.6-3
ii  gnome-terminal-data  3.14.1-1
ii  gsettings-desktop-schemas3.14.1-1
ii  libatk1.0-0  2.14.0-1
ii  libc62.19-13
ii  libcairo-gobject21.14.0-2.1
ii  libcairo21.14.0-2.1
ii  libdconf10.22.0-1
ii  libgconf-2-4 3.2.6-3
ii  libgdk-pixbuf2.0-0   2.31.1-2+b1
ii  libglib2.0-0 2.42.0-2
ii  libgtk-3-0   3.14.4-1
ii  libnautilus-extension1a  3.14.0-1
ii  libpango-1.0-0   1.36.8-2
ii  libpangocairo-1.0-0  1.36.8-2
ii  libuuid1 2.25.2-2
ii  libvte-2.91-00.38.1-1
ii  libx11-6 2:1.6.2-3

Versions of packages gnome-terminal recommends:
ii  dbus-x11  1.8.8-2
ii  gvfs  1.22.1-1
ii  yelp  3.14.1-1

gnome-terminal suggests no packages.

-- no debconf information


Bug#774513: /sbin/fsck.fat: problem with strange formated fat disk

2015-01-03 Thread treaki
Package: dosfstools
Version: 3.0.26-4
Severity: normal
File: /sbin/fsck.fat

Dear Maintainer,


   * What led up to the situation?
 ive checked the sd card of my mp3 player using fsck
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
$ sudo fsck -p /dev/sdb1
fsck from util-linux 2.25.2
fsck.fat 3.0.26 (2014-03-07)
/
  Bad short file name ().
  Auto-renaming it.
  Renamed to 
/dev/sdb1: 6097 files, 450807/485936 clusters
$ sudo fsck /dev/sdb1
fsck from util-linux 2.25.2
fsck.fat 3.0.26 (2014-03-07)
/
  Bad short file name ().
1) Drop file
2) Rename file
3) Auto-rename
4) Keep it
? 2
Cannot rename FAT32 root dir
/
  Bad short file name ().
1) Drop file
2) Rename file
3) Auto-rename
4) Keep it
? 2
Cannot rename FAT32 root dir
/
  Bad short file name ().
1) Drop file
2) Rename file
3) Auto-rename
4) Keep it
? 3
  Renamed to 
/dev/sdb1: 6097 files, 450807/485936 clusters
$ sudo fsck /dev/sdb1
fsck from util-linux 2.25.2
fsck.fat 3.0.26 (2014-03-07)
/dev/sdb1: 6097 files, 450807/485936 clusters
$ 


   * What was the outcome of this action?
automatic recovery wasnt successfully
   * What outcome did you expect instead?
manual recovery was strange but worked after all



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

Kernel: Linux 3.16-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dosfstools depends on:
ii  libc6  2.19-13

dosfstools recommends no packages.

dosfstools suggests no packages.

-- no debconf information


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



Bug#774270: /usr/games/epiphany-game: stuck on level 10

2014-12-30 Thread treaki
Package: epiphany
Version: 0.7.0+0-3
Severity: important
File: /usr/games/epiphany-game

Dear Maintainer,


   * Problem description:
 In level 10 a red key is missing to unlock the dors
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 starting the game plaing until i got to level 10, killed all monsters,
  collected everithing, discovered the whole area, fond no red key but
  red dors i need to go thru.
   * What was the outcome of this action?
  no red key in level 10 at all
   * What outcome did you expect instead?
  that there would be a red key

thanks in advance

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

Kernel: Linux 3.16-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages epiphany depends on:
ii  epiphany-data0.7.0+0-3
ii  libc62.19-13
ii  libgcc1  1:4.9.1-19
ii  libsdl-mixer1.2  1.2.12-11+b1
ii  libsdl1.2debian  1.2.15-10
ii  libstdc++6   4.9.1-19
ii  libtinyxml2.6.2  2.6.2-2

epiphany recommends no packages.

epiphany suggests no packages.

-- no debconf information


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



Bug#761023: [bb] Visual stops when audio starts

2014-12-30 Thread treaki
Additional Information:

It looks like the sound is coming on debian testing to the pulseaudio
server directly from bb which is using the mikMod lib. So the problem is
not to be found in compatibility layer of some kind, because it is using
pulse in a native way. So i guess the old bb source code is not
compatible with the new libMikMod...

Some output:

$ pacmd
Welcome to PulseAudio 5.0! Use help for usage information.

 list-sink-inputs
5 sink input(s) available.
[...]
index: 30438
driver: protocol-native.c
flags:
state: RUNNING
sink: 1 alsa_output.pci-_00_1b.0.analog-stereo
volume: front-left: 39794 /  61% / -13.00 dB,   front-right: 39794
/  61% / -13.00 dB
balance 0.00
muted: no
current latency: 129.50 ms
requested latency: 106.00 ms
sample spec: s16le 2ch 44100Hz
channel map: front-left,front-right
 Stereo
resample method: (null)
module: 8
client: 215 libMikMod client
properties:
media.name = libMikMod music
application.name = libMikMod client
native-protocol.peer = UNIX socket client
native-protocol.version = 29
application.process.id = 19262
application.process.user = treaki
application.process.host = treakis-tp
application.process.binary = bb
application.language = C
window.x11.display = :0
application.process.machine_id = 7a9a724838671fbefb524d5453b08fe1
application.process.session_id = 2
module-stream-restore.id =
sink-input-by-application-name:libMikMod client



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



Bug#761023: [bb] Visual stops when audio starts

2014-12-30 Thread treaki
Package: bb
Version: 1.3rc1-8.1+b1
Followup-For: Bug #761023

Dear Maintainer,

i have the same problem,

   * What led up to the situation?
 started bb with sound y
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 my system uses pulseaudio in user mode which works grate for the most but 
not for any application, i just installed bb on it using apt-get and startet it.
   * What was the outcome of this action?
 on this computer it is working until sound starts than the picture 
freezed. On another computer (running debian 7 (stable) also with pulseaudio) 
it is running, even if i enable sound, without sound and a littlebit slow. If i 
chose no at the sound question the picture is working propably (but without 
sound) i guess that has something to do that the OSS sound interface is used as 
an real timer which isnt propably working with the alsa/pulseaudio compatiblity 
layer. On my debian 7 i guess the compatiblity layer isnt working at all.
   * What outcome did you expect instead?
 sound and moving ascii-art like on the knoppix 5 compact disc i used it 
long time ago...

thanks for fixing this in advance, that problem is propably not locateted in 
this package, insted it sould be moved to that compatiblity layer if this is 
confirmed by someone else..

PS: one thing i miss from windows is the compatiblity mode with windows on 
windows stuff, that backwards compatiblity on debian gnu/linux has much often 
problems, very often with sound

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

Kernel: Linux 3.16-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bb depends on:
ii  libaa1  1.4p5-43
ii  libc6   2.19-13
ii  libmikmod3  3.3.7-1
ii  oss-compat  6

bb recommends no packages.

bb suggests no packages.

-- no debconf information


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



Bug#773817: nmap crashes with Segmentation fault while trying to use socksproxy

2014-12-23 Thread treaki
Package: nmap
Version: 6.47-3
Severity: important

Dear Maintainer,


   * What led up to the situation?
 i tryed to use nmap through a ssh -D with --proxies command
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 terminal 1: 
  $ ssh user@host -D 8909
  [...]
 terminal 2:
  $ nmap -v --proxies socks4://localhost:8909/
  Segmentation fault

   * What was the outcome of this action?
 you see it up there
   * What outcome did you expect instead?
 a scan through the ssh forward, not a crash

in addition ill send you some output out of gdb but i dont know anyting about 
debugging with gdb so i quit after the first error...



treaki@treakis-tp:~$ nmap -v --proxies socks4://localhost:8909/
Segmentation fault
treaki@treakis-tp:~$ gdb nmap -v --proxies socks4://localhost:8909/
gdb: unrecognized option '--proxies'
Use `gdb --help' for a complete list of options.
treaki@treakis-tp:~$ man gdb
treaki@treakis-tp:~$ sudo apt-get install nmap
nmap nmapsi4  
treaki@treakis-tp:~$ sudo apt-cache search nmap dbg
[sudo] password for treaki: 
treaki@treakis-tp:~$ sudo apt-cache search nmap debug
treaki@treakis-tp:~$ #no debugging package found...
treaki@treakis-tp:~$ gdb nmap -- -v --proxies socks4://localhost:8909/
Excess command line arguments ignored. (--proxies ...)
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
Type show configuration for configuration details.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type help.
Type apropos word to search for commands related to word...
Reading symbols from nmap...(no debugging symbols found)...done.
/home/treaki/-v: No such file or directory.
(gdb) run
Starting program: /usr/bin/nmap 
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
Nmap 6.47 ( http://nmap.org )
Usage: nmap [Scan Type(s)] [Options] {target specification}
TARGET SPECIFICATION:
  Can pass hostnames, IP addresses, networks, etc.
  Ex: scanme.nmap.org, microsoft.com/24, 192.168.0.1; 10.0.0-255.1-254
  -iL inputfilename: Input from list of hosts/networks
  -iR num hosts: Choose random targets
  --exclude host1[,host2][,host3],...: Exclude hosts/networks
  --excludefile exclude_file: Exclude list from file
HOST DISCOVERY:
  -sL: List Scan - simply list targets to scan
  -sn: Ping Scan - disable port scan
  -Pn: Treat all hosts as online -- skip host discovery
  -PS/PA/PU/PY[portlist]: TCP SYN/ACK, UDP or SCTP discovery to given ports
  -PE/PP/PM: ICMP echo, timestamp, and netmask request discovery probes
  -PO[protocol list]: IP Protocol Ping
  -n/-R: Never do DNS resolution/Always resolve [default: sometimes]
  --dns-servers serv1[,serv2],...: Specify custom DNS servers
  --system-dns: Use OS's DNS resolver
  --traceroute: Trace hop path to each host
SCAN TECHNIQUES:
  -sS/sT/sA/sW/sM: TCP SYN/Connect()/ACK/Window/Maimon scans
  -sU: UDP Scan
  -sN/sF/sX: TCP Null, FIN, and Xmas scans
  --scanflags flags: Customize TCP scan flags
  -sI zombie host[:probeport]: Idle scan
  -sY/sZ: SCTP INIT/COOKIE-ECHO scans
  -sO: IP protocol scan
  -b FTP relay host: FTP bounce scan
PORT SPECIFICATION AND SCAN ORDER:
  -p port ranges: Only scan specified ports
Ex: -p22; -p1-65535; -p U:53,111,137,T:21-25,80,139,8080,S:9
  -F: Fast mode - Scan fewer ports than the default scan
  -r: Scan ports consecutively - don't randomize
  --top-ports number: Scan number most common ports
  --port-ratio ratio: Scan ports more common than ratio
SERVICE/VERSION DETECTION:
  -sV: Probe open ports to determine service/version info
  --version-intensity level: Set from 0 (light) to 9 (try all probes)
  --version-light: Limit to most likely probes (intensity 2)
  --version-all: Try every single probe (intensity 9)
  --version-trace: Show detailed version scan activity (for debugging)
SCRIPT SCAN:
  -sC: equivalent to --script=default
  --script=Lua scripts: Lua scripts is a comma separated list of 
   directories, script-files or script-categories
  --script-args=n1=v1,[n2=v2,...]: provide arguments to scripts
  --script-args-file=filename: provide NSE script args in a file
  --script-trace: Show all data sent and received
  --script-updatedb: Update the script database.
  --script-help=Lua scripts: Show help about scripts.
   Lua scripts is a comma-separated list of script-files or
   script-categories.
OS DETECTION

Bug#772957: virtualbox: bug with vboxnet0, network-manageer and kernel messages

2014-12-12 Thread treaki
Package: virtualbox
Version: 4.3.18-dfsg-1
Severity: normal

Dear Maintainer,


   * What led up to the situation?
 some time it came up that my network manager grafical interface where it 
was circeling internely. as i klicked it i found out that it has to do with 
vboxnet0.
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 i opened virtualbox to remove the not anymore needed network interface 
which resoultet in a freeze of the virtualbox gui. also ive got manny kernel 
error massages periodicly. After i recognised that output i killed the 
virtualbox gui using killall and the output stopped. i will attach the last 
lines of my dmesg in here...
   * What was the outcome of this action?
 for now it is working but i dont know if it will happen again if i add 
again a vboxnet0 device...
   * What outcome did you expect instead?
 that network manager dosnt get confused with vboxnet0, default configured 
manually without networkmanager maybe, and that i would be able to remove 
network interfaces without freezing guis and losts of dmesg errors.



here is the output

essage from syslogd@treakis-tp at Dec 12 14:58:32 ...   
7:29
 kernel:[90972.468070] unregister_netdevice: waiting for vboxnet0 to become 
free. Usage count = 1

Message from syslogd@treakis-tp at Dec 12 14:58:43 ...
 kernel:[90982.596077] unregister_netdevice: waiting for vboxnet0 to become 
free. Usage count = 1

Message from syslogd@treakis-tp at Dec 12 14:58:53 ...
 kernel:[90992.716040] unregister_netdevice: waiting for vboxnet0 to become 
free. Usage count = 1

Message from syslogd@treakis-tp at Dec 12 14:59:03 ...
 kernel:[91002.856082] unregister_netdevice: waiting for vboxnet0 to become 
free. Usage count = 1

Message from syslogd@treakis-tp at Dec 12 14:59:13 ...
 kernel:[91012.980054] unregister_netdevice: waiting for vboxnet0 to become 
free. Usage count = 1

Message from syslogd@treakis-tp at Dec 12 14:59:23 ...
 kernel:[91023.096067] unregister_netdevice: waiting for vboxnet0 to become 
free. Usage count = 1

Message from syslogd@treakis-tp at Dec 12 14:59:33 ...
 kernel:[91033.232076] unregister_netdevice: waiting for vboxnet0 to become 
free. Usage count = 1

Message from syslogd@treakis-tp at Dec 12 14:59:43 ...
 kernel:[91043.364077] unregister_netdevice: waiting for vboxnet0 to become 
free. Usage count = 1

Message from syslogd@treakis-tp at Dec 12 14:59:54 ...
 kernel:[91053.512060] unregister_netdevice: waiting for vboxnet0 to become 
free. Usage count = 1

Message from syslogd@treakis-tp at Dec 12 15:00:04 ...
 kernel:[91063.636053] unregister_netdevice: waiting for vboxnet0 to become 
free. Usage count = 1

Message from syslogd@treakis-tp at Dec 12 15:00:14 ...
 kernel:[91073.796085] unregister_netdevice: waiting for vboxnet0 to become 
free. Usage count = 1

Message from syslogd@treakis-tp at Dec 12 15:00:24 ...
 kernel:[91083.940230] unregister_netdevice: waiting for vboxnet0 to become 
free. Usage count = 1


$ dmesg | tail
[91012.980054] unregister_netdevice: waiting for vboxnet0 to become free. Usage 
count = 1
[91023.096067] unregister_netdevice: waiting for vboxnet0 to become free. Usage 
count = 1
[91033.232076] unregister_netdevice: waiting for vboxnet0 to become free. Usage 
count = 1
[91043.364077] unregister_netdevice: waiting for vboxnet0 to become free. Usage 
count = 1
[91053.512060] unregister_netdevice: waiting for vboxnet0 to become free. Usage 
count = 1
[91063.636053] unregister_netdevice: waiting for vboxnet0 to become free. Usage 
count = 1
[91073.796085] unregister_netdevice: waiting for vboxnet0 to become free. Usage 
count = 1
[91083.940230] unregister_netdevice: waiting for vboxnet0 to become free. Usage 
count = 1
[91089.083913] device vboxnet0 left promiscuous mode
[91089.088161] vboxnetflt: 3 out of 284 packets were not sent (directed to host)




tahanks a lot and keep up the good work



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

Kernel: Linux 3.16-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages virtualbox depends on:
ii  adduser  3.113+nmu3
ii  dpkg 1.17.21
ii  libc62.19-12
ii  libcurl3 7.38.0-3
ii  libdmtx-python [python]  20140917-1
ii  libgcc1  1:4.9.1-19
ii  libgsoap52.8.17-1
ii  libpng12-0   1.2.50-2+b1
ii  libpython2.7 2.7.8-11
ii  libsdl1.2debian  1.2.15-10
ii  libssl1.0.0  1.0.1j-1
ii  libstdc++6   4.9.1-19
ii  libvncserver00.9.9+dfsg-6+b2
ii  libvpx1  1.3.0-3
ii  libx11-6 2:1.6.2-3
ii  libxcursor1  1:1.1.14-1+b1

Bug#772488: linux-image-3.16-3-amd64: takes very long to go into/resume from suspend 2 ram and gets some error on dmesg

2014-12-07 Thread treaki
Package: src:linux
Version: 3.16.5-1
Severity: normal

Dear Maintainer,


   * What led up to the situation?
 i am using my thinkpad like everytime befor with closing the lid
and going into stanby, opening up and waking up.
 but now ive got some problems with it
 ineffective)?
   I am not a kernel expert so i cant give you much information about
that all. i will attach some dmesg output to this message.


thanks a lot and keep up the good work

-- Package-specific info:
** Version:
Linux version 3.16-3-amd64 (debian-ker...@lists.debian.org) (gcc version
4.8.3 (Debian 4.8.3-12) ) #1 SMP Debian 3.16.5-1 (2014-10-10)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.16-3-amd64
root=UUID=05151fef-a67b-4965-8f01-fbff59b1fc69 ro quiet

** Tainted: WO (4608)
 * Taint on warning.
 * Out-of-tree module has been loaded.

** Kernel log:
[100087.890226] ACPI: Preparing to enter system sleep state S3
[100087.895568] PM: Saving platform NVS memory
[100087.898602] Disabling non-boot CPUs ...
[100087.900153] kvm: disabling virtualization on CPU1
[100087.900187] smpboot: CPU 1 is now offline
[100087.900514] ACPI: Low-level resume complete
[100087.900514] PM: Restoring platform NVS memory
[100087.900514] Enabling non-boot CPUs ...
[100087.900514] x86: Booting SMP configuration:
[100087.900514] smpboot: Booting Node 0 Processor 1 APIC 0x1
[100087.900164] Disabled fast string operations
[100087.900164] kvm: enabling virtualization on CPU1
[100087.929715] CPU1 is up
[100087.934642] ACPI: Waking up from system sleep state S3
[100088.007964] uhci_hcd :00:1a.0: System wakeup disabled by ACPI
[100088.008048] uhci_hcd :00:1a.2: System wakeup disabled by ACPI
[100088.008393] uhci_hcd :00:1d.0: System wakeup disabled by ACPI
[100088.020092] ehci-pci :00:1a.7: System wakeup disabled by ACPI
[100088.024300] ehci-pci :00:1d.7: System wakeup disabled by ACPI
[100088.024503] PM: noirq resume of devices complete after 16.786 msecs
[100088.024803] PM: early resume of devices complete after 0.258 msecs
[100088.028056] mei_me :00:03.0: irq 43 for MSI/MSI-X
[100088.028098] e1000e :00:19.0: System wakeup disabled by ACPI
[100088.030106] usb usb1: root hub lost power or was reset
[100088.030146] usb usb2: root hub lost power or was reset
[100088.030184] usb usb3: root hub lost power or was reset
[100088.030336] snd_hda_intel :00:1b.0: irq 45 for MSI/MSI-X
[100088.030481] usb usb4: root hub lost power or was reset
[100088.030520] usb usb6: root hub lost power or was reset
[100088.030558] usb usb7: root hub lost power or was reset
[100088.031369] sd 0:0:0:0: [sda] Starting disk
[100088.102162] e1000e :00:19.0: irq 46 for MSI/MSI-X
[100088.132116] pciehp :00:1c.1:pcie04: Device :03:00.0 already
exists at :03:00, cannot hot-add
[100088.132119] pciehp :00:1c.1:pcie04: Cannot add device at :03:00
[100088.208022] tpm_tis 00:05: TPM is disabled/deactivated (0x6)
[100088.348037] ata2: SATA link down (SStatus 0 SControl 300)
[100088.348070] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[100088.348962] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES)
succeeded
[100088.348964] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE
LOCK) filtered out
[100088.348967] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES)
filtered out
[100088.350826] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES)
succeeded
[100088.350828] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE
LOCK) filtered out
[100088.350830] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES)
filtered out
[100088.351609] ata1.00: configured for UDMA/133
[100088.353074] PM: resume of devices complete after 328.266 msecs
[100088.353380] PM: Finishing wakeup.
[100088.353382] Restarting tasks ... [100088.388856] usb 8-4: USB
disconnect, device number 27
[100088.393314] cdc_ether 8-4:1.7 wwan0: unregister 'cdc_ether'
usb-:00:1d.7-4, Mobile Broadband Network Device
[100088.393334] done.
[100088.423437] video LNXVIDEO:00: Restoring backlight state
[100091.252095] usb 8-4: new high-speed USB device number 28 using ehci-pci
[100092.237644] usb 8-4: New USB device found, idVendor=0bdb, idProduct=1900
[100092.237655] usb 8-4: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[100092.237662] usb 8-4: Product: Ericsson F3507g Mobile Broadband
Minicard Composite Device
[100092.237667] usb 8-4: Manufacturer: Ericsson
[100092.237672] usb 8-4: SerialNumber: 3541430206999710
[100092.263896] cdc_acm 8-4:1.1: ttyACM0: USB ACM device
[100092.291901] cdc_acm 8-4:1.3: ttyACM1: USB ACM device
[100092.306094] cdc_wdm 8-4:1.5: cdc-wdm0: USB WDM device
[100092.310378] cdc_wdm 8-4:1.6: cdc-wdm1: USB WDM device
[100092.315844] cdc_ether 8-4:1.7 wwan0: register 'cdc_ether' at
usb-:00:1d.7-4, Mobile Broadband Network Device, 02:80:37:ec:02:00
[100092.371214] cdc_acm 8-4:1.9: ttyACM2: USB ACM device
[100092.457490] cdc_wdm 8-4:1.6: wdm_int_callback - 0 bytes
[100092.458614] cdc_wdm 8-4:1.5: wdm_int_callback - 0 bytes

Bug#762090: xul-ext-perspectives: javascript error poped up after i confirmed to whitelist my local net range

2014-11-27 Thread treaki
Hi
On 12/10/14 18:33, David Prévot wrote:
 Please, rather provide an error log.
How can i create such an error log?

greetings

-- 
|_|0|_|
|_|_|0|
|0|0|0|

http://treaki.tk/


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



Bug#769192: rhythmbox: complete crash whyle trying to acces a not existing file using daap

2014-11-11 Thread treaki
Package: rhythmbox
Version: 3.1-1
Severity: important

Dear Maintainer,


   * What led up to the situation?
 opening rhytmbox with enabled daap share (plugin) and files in Library 
which dosnt exist anymore. Access the not existing file using daap
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 opened rhytmbox in shell to find out more
   * What was the outcome of this action?
 rhytmbox crashed completle
   * What outcome did you expect instead?
 some errormessage on the daap client side, but not a complete crash of the 
daap server side rhytmbox without any note. That way anyone could crash my 
rhtmbox. its an important bug...

i will include some terminal output as attachment

thanks and keep up the good work

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

Kernel: Linux 3.16-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rhythmbox depends on:
ii  dbus1.8.8-2
it  gnome-icon-theme3.12.0-1
ii  gstreamer1.0-plugins-base   1.4.3-1.1
ii  gstreamer1.0-plugins-good   1.4.3-2
ii  gstreamer1.0-x  1.4.3-1.1
ii  libatk1.0-0 2.14.0-1
ii  libc6   2.19-12
ii  libcairo-gobject2   1.14.0-2.1
ii  libcairo2   1.14.0-2.1
ii  libgdk-pixbuf2.0-0  2.31.1-2+b1
ii  libgirepository-1.0-1   1.42.0-2.2
ii  libglib2.0-02.42.0-2
ii  libgstreamer-plugins-base1.0-0  1.4.3-1.1
ii  libgstreamer1.0-0   1.4.3-1.2
ii  libgtk-3-0  3.14.4-1
ii  libgudev-1.0-0  215-5+b1
ii  libjavascriptcoregtk-3.0-0  2.4.7-1
ii  libjson-glib-1.0-0  1.0.2-1
ii  libnotify4  0.7.6-2
ii  libpango-1.0-0  1.36.8-2
ii  libpangocairo-1.0-0 1.36.8-2
ii  libpeas-1.0-0   1.12.1-1
ii  librhythmbox-core8  3.1-1
ii  libsoup2.4-12.48.0-1
ii  libtdb1 1.3.1-1
ii  libtotem-plparser18 3.10.3-1
ii  libwebkitgtk-3.0-0  2.4.7-1
ii  libx11-62:1.6.2-3
ii  libxml2 2.9.1+dfsg1-4
ii  media-player-info   22-2
ii  rhythmbox-data  3.1-1
ii  zlib1g  1:1.2.8.dfsg-2

Versions of packages rhythmbox recommends:
ii  avahi-daemon  0.6.31-4+b1
ii  gstreamer1.0-plugins-ugly 1.4.3-1
ii  gstreamer1.0-pulseaudio   1.4.3-2
ii  gvfs-backends 1.22.1-1
ii  notify-osd [notification-daemon]  0.9.34-2
ii  rhythmbox-plugins 3.1-1
ii  yelp  3.14.1-1

Versions of packages rhythmbox suggests:
pn  gnome-codec-install  none
ii  gnome-control-center 1:3.14.1-1
ii  gstreamer1.0-plugins-bad 1.4.3-2+b1
pn  rhythmbox-plugin-cdrecorder  none

-- no debconf information

*** /home/treaki/141112_rhytmboxcrash
treaki@*$ rhythmbox

** (rhythmbox:13604): WARNING **: Couldn't register with accessibility bus: Did 
not receive a reply. Possible causes include: the remote application did not 
send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.

(rhythmbox:13604): Gtk-WARNING **: Failed to register client: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.gnome.SessionManager was not provided by any .service files
Unable to open ~/.mtpz-data for reading, MTPZ disabled.

(rhythmbox:13604): libsoup-CRITICAL **: soup_server_quit: assertion 
'priv-listeners != NULL' failed
sys:1: Warning: object SoupServer 0x1c0aa60 finalized while still 
in-construction
sys:1: Warning: Custom constructor for class SoupServer returned NULL (which is 
invalid). Please use GInitable instead.

(rhythmbox:13604): libsoup-CRITICAL **: soup_server_quit: assertion 
'priv-listeners != NULL' failed
sys:1: Warning: object SoupServer 0x1c0ab00 finalized while still 
in-construction

(rhythmbox:13604): libsoup-CRITICAL **: soup_server_quit: assertion 
'priv-listeners != NULL' failed

(rhythmbox:13604): Gtk-WARNING **: Duplicate child name in GtkStack: Add to 
Playlist


(rhythmbox:13604): Gtk-WARNING **: Duplicate child name in GtkStack: Add to 
Playlist


(rhythmbox:13604): Gtk-WARNING **: Duplicate child name in GtkStack: Add to 
Playlist


(rhythmbox:13604): Gtk-WARNING **: Duplicate child name in GtkStack: Add to 
Playlist


(rhythmbox:13604): Gtk-WARNING **: Duplicate child name in GtkStack: Add to 
Playlist


(rhythmbox:13604): Gtk-WARNING **: Duplicate child name in GtkStack: Add to 
Playlist


(rhythmbox:13604): Rhythmbox-WARNING **: Unable to grab media

Bug#766720: linux-image-3.2.0-4-amd64: some error in dmesg while accessing Philips webcam and after that no access to that cam anymore

2014-10-25 Thread treaki
Package: src:linux
Version: 3.2.60-1+deb7u3
Severity: normal

Hi mentainers,

i dont know if i got to the right spot to report this bug... 
Ive tried to use my (old) philips webcam which has worked in debian squeeze 
somehow (not with every program but with some)...
So i plugged it in, got an /dev/video0 and tried to access it using mplayer 
tv:// and vlc. VLC had unfortunately some
repeat feature activated which lead into a lot of errors in vlc and that dmesg 
error you can see down there.
After that i tried to reset the usb bus with some commands like that 
suggestions:

http://askubuntu.com/questions/645/how-do-you-reset-a-usb-device-from-the-command-line
http://ubuntuforums.org/showthread.php?t=2131751

that did result into some unstoppable processes... So i manually unplugged and 
replugged the webcam but nothing relating it in dmesg happened.

greetings treaki

-- Package-specific info:
** Version:
Linux version 3.2.0-4-amd64 (debian-ker...@lists.debian.org) (gcc version 4.6.3 
(Debian 4.6.3-14) ) #1 SMP Debian 3.2.60-1+deb7u3

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 
root=UUID=59125ccf-a853-4d06-8329-8b40b01ca469 ro quiet

** Tainted: PDO (4225)
 * Proprietary module has been loaded.
 * Kernel has oopsed before.
 * Out-of-tree module has been loaded.

** Kernel log:
[35519.007880] pwc: Registered as video0.
[35519.008164] input: PWC snapshot button as 
/devices/pci:00/:00:12.2/usb1/1-4/1-4.4/input/input10
[35519.011235] usbcore: registered new interface driver Philips webcam
[35522.151688] usbcore: registered new interface driver snd-usb-audio
[35564.900218] usb 3-2.3: new low-speed USB device number 6 using ohci_hcd
[35565.009205] usb 3-2.3: New USB device found, idVendor=046d, idProduct=c050
[35565.009213] usb 3-2.3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[35565.009219] usb 3-2.3: Product: USB-PS/2 Optical Mouse
[35565.009224] usb 3-2.3: Manufacturer: Logitech
[35565.017851] input: Logitech USB-PS/2 Optical Mouse as 
/devices/pci:00/:00:12.0/usb3/3-2/3-2.3/3-2.3:1.0/input/input11
[35565.018263] generic-usb 0003:046D:C050.0005: input,hidraw2: USB HID v1.10 
Mouse [Logitech USB-PS/2 Optical Mouse] on usb-:00:12.0-2.3/input0
[35708.740914] Allocated vmalloc buffer of size 462848 at vaddr=c900117d
[35708.741907] Allocated vmalloc buffer of size 462848 at vaddr=c900118b4000
[35708.750703] pwc: Failed to set LED on/off time (-32)
[35708.772803] usb 1-4: clear tt 1 (0060) error -71
[35719.458124] vb2_vmalloc_put: Freeing vmalloc mem at vaddr=c900117d
[35719.458184] vb2_vmalloc_put: Freeing vmalloc mem at vaddr=c900118b4000
[35751.975237] pwc: Failed to set video mode VGA@10 fps; return code = -71
[35752.968609] usb 1-4: clear tt 1 (0060) error -110
[35752.981116] pwc: Failed to set video mode VGA@10 fps; return code = -71
[35753.980386] usb 1-4: clear tt 1 (0060) error -110
[35753.992891] pwc: Failed to set video mode VGA@10 fps; return code = -71
[35754.992896] usb 1-4: clear tt 1 (0060) error -110
[35755.006282] pwc: Failed to set video mode VGA@10 fps; return code = -71
[35755.021526] usb 1-4: clear tt 1 (0060) error -71
[35755.035286] pwc: Failed to set video mode VGA@10 fps; return code = -71
[35756.032417] usb 1-4: clear tt 1 (0060) error -110
[35756.044929] pwc: Failed to set video mode VGA@10 fps; return code = -71
[35756.056818] usb 1-4: clear tt 1 (0060) error -71
[35756.068921] pwc: Failed to set video mode VGA@10 fps; return code = -71
[35756.077668] usb 1-4: clear tt 1 (0060) error -71
[35756.089687] pwc: Failed to set video mode VGA@10 fps; return code = -71
[35756.091107] Allocated vmalloc buffer of size 462848 at vaddr=c90011998000
[35756.092188] Allocated vmalloc buffer of size 462848 at vaddr=c90011a7c000
[35756.093342] Allocated vmalloc buffer of size 462848 at vaddr=c90011b6
[35756.095064] Allocated vmalloc buffer of size 462848 at vaddr=c90011c44000
[35756.100108] usb 1-4: clear tt 1 (0060) error -71
[35756.112183] pwc: Failed to set LED on/off time (-71)
[35756.122396] usb 1-4: clear tt 1 (0060) error -71
[35756.142516] usb 1-4: clear tt 1 (0060) error -71
[35776.233197] vb2_vmalloc_put: Freeing vmalloc mem at vaddr=c90011998000
[35776.233219] vb2_vmalloc_put: Freeing vmalloc mem at vaddr=c90011a7c000
[35776.233243] vb2_vmalloc_put: Freeing vmalloc mem at vaddr=c90011b6
[35776.233265] vb2_vmalloc_put: Freeing vmalloc mem at vaddr=c90011c44000
[35781.452360] pwc: Failed to set video mode VGA@10 fps; return code = -71
[35781.460960] usb 1-4: clear tt 1 (0060) error -71
[35783.441654] pwc: Failed to set video mode VGA@10 fps; return code = -71
[35784.440544] usb 1-4: clear tt 1 (0060) error -110
[35794.460305] pwc: Failed to set video mode VGA@10 fps; return code = -71
[35794.468535] usb 1-4: clear tt 1 (0060) error -71
[35833.152031] usbcore: deregistering interface driver Philips webcam
[35833.152128] general protection fault:  [#1] SMP 
[35833.152140] CPU 1

Bug#756854: gnumeric: mimetype error on apt-get install

2014-10-05 Thread treaki

(again with reply also to list, sry)

hi,


This problem should go away if you upgrade desktop-file-utils from
backports [1] of from testing. Please confirm.

i am allredy using sid/unstable. Isnt that the same?


thanks for the reply, after i have received your reply i have upgraded 
gnumeric on my testing/rolling release system and couldn't find this 
error anymore.


Thanks for your help.

greetings treaki

On 04/10/14 15:11, Dmitry Smirnov wrote:

On Sat, 2 Aug 2014 18:07:45 treaki wrote:

i have just installed some package which contains a mimetype definition and
got this warning:

Warning in file /usr/share/applications/gnumeric.desktop: usage of MIME
type zz-application/zz-winassoc-xls is discouraged
(zz-application/zz-winassoc-xls should be replaced with
application/vnd.ms-excel)

I think I've seen this before in #671493.
What version of desktop-file-utils package you have?

This problem should go away if you upgrade desktop-file-utils from
backports [1] of from testing. Please confirm.

Thanks.

[1]: http://backports.debian.org/



--
|_|0|_|
|_|_|0|
|0|0|0|

http://treaki.tk/


^Tgnumeric
treaki@treakis-tp:~$ gnumeric
^C
treaki@treakis-tp:~$ sudo apt-get install gnumeric
[sudo] password for treaki: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libmozjs185-1.0 lsb-security pax
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  gnumeric-common gnumeric-doc gnumeric-plugins-extra libcommon-sense-perl
  libperl5.20 perl perl-base perl-modules
Suggested packages:
  perl-doc libterm-readline-gnu-perl libterm-readline-perl-perl libb-lint-perl
  libcpanplus-dist-build-perl libcpanplus-perl libfile-checktree-perl
  liblog-message-simple-perl liblog-message-perl libobject-accessor-perl
Recommended packages:
  rename libarchive-extract-perl libmodule-pluggable-perl libpod-latex-perl
  libterm-ui-perl libtext-soundex-perl
The following packages will be upgraded:
  gnumeric gnumeric-common gnumeric-doc gnumeric-plugins-extra
  libcommon-sense-perl libperl5.20 perl perl-base perl-modules
9 upgraded, 0 newly installed, 0 to remove and 1570 not upgraded.
Need to get 22.4 MB of archives.
After this operation, 355 kB disk space will be freed.
Do you want to continue? [Y/n] 
Get:1 http://http.debian.net/debian/ sid/main libcommon-sense-perl amd64 
3.73-2+b1 [23.7 kB]
Get:2 http://http.debian.net/debian/ sid/main perl amd64 5.20.1-1 [2,614 kB]
Get:3 http://http.debian.net/debian/ sid/main libperl5.20 amd64 5.20.1-1 [1,346 
B]
Get:4 http://http.debian.net/debian/ sid/main perl-base amd64 5.20.1-1 [1,203 
kB]
Get:5 http://http.debian.net/debian/ sid/main perl-modules all 5.20.1-1 [2,570 
kB]
Get:6 http://http.debian.net/debian/ sid/main gnumeric-plugins-extra amd64 
1.12.18-1 [91.9 kB]
Get:7 http://http.debian.net/debian/ sid/main gnumeric-doc all 1.12.18-1 [11.3 
MB]
Get:8 http://http.debian.net/debian/ sid/main gnumeric amd64 1.12.18-1 [2,312 
kB]
Get:9 http://http.debian.net/debian/ sid/main gnumeric-common all 1.12.18-1 
[2,313 kB]
Fetched 22.4 MB in 22s (1,013 kB/s)
Reading changelogs... Done
Preconfiguring packages ...
(Reading database ... 346994 files and directories currently installed.)
Preparing to unpack .../libcommon-sense-perl_3.73-2+b1_amd64.deb ...
Unpacking libcommon-sense-perl (3.73-2+b1) over (3.73-1+b1) ...
Preparing to unpack .../perl_5.20.1-1_amd64.deb ...
Unpacking perl (5.20.1-1) over (5.20.0-6) ...
Preparing to unpack .../libperl5.20_5.20.1-1_amd64.deb ...
Unpacking libperl5.20 (5.20.1-1) over (5.20.0-6) ...
Preparing to unpack .../perl-base_5.20.1-1_amd64.deb ...
Unpacking perl-base (5.20.1-1) over (5.20.0-6) ...
Processing triggers for man-db (2.6.7.1-1) ...
Setting up perl-base (5.20.1-1) ...
(Reading database ... 347001 files and directories currently installed.)
Preparing to unpack .../perl-modules_5.20.1-1_all.deb ...
Unpacking perl-modules (5.20.1-1) over (5.20.0-6) ...
Preparing to unpack .../gnumeric-plugins-extra_1.12.18-1_amd64.deb ...
Unpacking gnumeric-plugins-extra (1.12.18-1) over (1.12.17-1+b1) ...
Preparing to unpack .../gnumeric-doc_1.12.18-1_all.deb ...
Unpacking gnumeric-doc (1.12.18-1) over (1.12.17-1) ...
Preparing to unpack .../gnumeric_1.12.18-1_amd64.deb ...
Unpacking gnumeric (1.12.18-1) over (1.12.17-1+b1) ...
Preparing to unpack .../gnumeric-common_1.12.18-1_all.deb ...
Unpacking gnumeric-common (1.12.18-1) over (1.12.17-1) ...
Processing triggers for mime-support (3.56) ...
Processing triggers for menu (2.1.47) ...
Processing triggers for gnome-menus (3.8.0-2) ...
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for libglib2.0-0:i386 (2.40.0-3) ...
Processing triggers for libglib2.0-0:amd64 (2.40.0-3) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Setting up

Bug#763447: virtualbox: .ovf import error

2014-09-30 Thread treaki
Package: virtualbox
Version: 4.3.14-dfsg-1
Severity: important

Dear Maintainer,


   * What led up to the situation?
 i tryed to install a vm out of an official vmware .ovf file but got errors.
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 see the output in the attachment
   * What was the outcome of this action?
 vm couldnt be imported
   * What outcome did you expect instead?
 vm would be imported and shown with $ vboxmanage list vms



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

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

Versions of packages virtualbox depends on:
ii  adduser  3.113+nmu3
ii  dpkg 1.17.10
ii  libc62.19-7
ii  libcurl3 7.38.0-1
ii  libdmtx-python [python]  20140917-1
ii  libgcc1  1:4.9.1-13
ii  libgsoap52.8.17-1
ii  libpng12-0   1.2.50-1
ii  libpython2.7 2.7.8-3
ii  libsdl1.2debian  1.2.15-10
ii  libssl1.0.0  1.0.1h-3
ii  libstdc++6   4.9.1-13
ii  libvncserver00.9.9+dfsg-5
ii  libvpx1  1.3.0-2
ii  libx11-6 2:1.6.2-2
ii  libxcursor1  1:1.1.14-1
ii  libxext6 2:1.3.2-1
ii  libxml2  2.9.1+dfsg1-3
ii  libxmu6  2:1.1.2-1
ii  libxt6   1:1.1.4-1
ii  python   2.7.8-1
ii  python2.72.7.8-3
ii  zlib1g   1:1.2.8.dfsg-2

Versions of packages virtualbox recommends:
ii  libgl1-mesa-glx [libgl1]  10.2.3-1
ii  libqt4-opengl 4:4.8.6+git64-g5dc8b2b+dfsg-2
ii  libqtcore44:4.8.6+git64-g5dc8b2b+dfsg-2
ii  libqtgui4 4:4.8.6+git64-g5dc8b2b+dfsg-2
ii  virtualbox-dkms   4.3.14-dfsg-1
ii  virtualbox-qt 4.3.14-dfsg-1

Versions of packages virtualbox suggests:
ii  vde22.3.2-4
ii  virtualbox-guest-additions-iso  4.3.12-1

-- no debconf information
$ wget http://download3.vmware.com/software/appliances/Nostalgia.ovf
[...]
$ vboxmanage import Nostalgia.ovf 
[...]
#looks like the vmdk is missing...
$ wget wget http://download3.vmware.com/software/appliances/Nostalgia-0.vmdk
[...]
$ vboxmanage import Nostalgia.ovf 
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting /tmp/Nostalgia.ovf...
OK.
Disks:  disk1   107374080   11141120
http://www.vmware.com/specifications/vmdk.html#sparse   Nostalgia-0.vmdk
6680576 -1  
Virtual system 0:
 0: Suggested OS type: DOS
(change with --vsys 0 --ostype type; use list ostypes to list all 
possible values)
 1: Suggested VM name Nostalgia
(change with --vsys 0 --vmname name)
 2: Description Nostalgia contains a great collection of ancient DOS Games, 
ready to play!

Now you can begin to waste your time once again.
(change with --vsys 0 --description desc)
 3: Number of CPUs: 1
(change with --vsys 0 --cpus n)
 4: Guest memory: 64 MB
(change with --vsys 0 --memory MB)
 5: Network adapter: orig Network 1, config 2, extra type=Bridged
 6: CD-ROM
(disable with --vsys 0 --unit 6 --ignore)
 7: IDE controller, type PIIX4
(disable with --vsys 0 --unit 7 --ignore)
 8: SCSI controller, type BusLogic
(change with --vsys 0 --unit 8 --scsitype {BusLogic|LsiLogic};
disable with --vsys 0 --unit 8 --ignore)
 9: Hard disk image: source image=Nostalgia-0.vmdk, target 
path=/home/treaki/VirtualBox VMs/Nostalgia/Nostalgia-0.vmdk, 
controller=8;channel=0
(change target path with --vsys 0 --unit 9 --disk path;
disable with --vsys 0 --unit 9 --ignore)
0%...
Progress state: VBOX_E_FILE_ERROR
VBoxManage: error: Appliance import failed
VBoxManage: error: Could not create the imported medium 
'/home/treaki/VirtualBox VMs/Nostalgia/Nostalgia-0.vmdk' (VERR_EOF)
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component 
Appliance, interface IAppliance
VBoxManage: error: Context: int handleImportAppliance(HandlerArg*) at line 
779 of file VBoxManageAppliance.cpp


Bug#762090: xul-ext-perspectives: javascript error poped up after i confirmed to whitelist my local net range

2014-09-18 Thread treaki
Package: xul-ext-perspectives
Version: 4.3.1-1+deb7u1
Severity: important

Dear Maintainer,

   * What led up to the situation?
  Installed perspecives with apt-get install xul-ext-perspectives
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
  Connected to my local router page, got an warning, ignored it, got 
suggestion
  window to add my local net range to the ignorlist, confirmed this 
suggestion.
   * What was the outcome of this action?
  the window would disapere nice and quietly
   * What outcome did you expect instead?
  ive got an javascript error window BM!!! see attachment

-- System Information:
Debian Release: 7.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xul-ext-perspectives depends on:
ii  iceweasel  24.8.0esr-1~deb7u1

xul-ext-perspectives recommends no packages.

xul-ext-perspectives suggests no packages.

-- no debconf information


Bug#756981: libreoffice4.2-writer: Scroll with arow keys in page priview not possible

2014-08-04 Thread treaki
Package: libreoffice4.2-writer
Version: 4.2.5.2-2
Severity: normal

Dear Maintainer,


   * What led up to the situation?
  I have opened an odt document, opened the page preview, 
  zoomed in and tryed to scroll using the arrow keys
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
  After i couldnt scroll using the arrow keys on my 
  keyboard i tryed the mousewhel and the page up/down keys, 
  both worked. 
   * What was my overall reaction?
  it worked this way to, but i would like also to be able
  to scroll in small steps using the arrow keys on the
  keyboard


i gues that isnt a problem of debian, could you please
forwoard this issue to the document fundation or who ever
is in charge of developing libreoffice

thanks a lot and keep up the good work ;)

greetings



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

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libreoffice4.2-writer depends on:
ii  libobasis4.2-writer  4.2.5.2-2
ii  libreoffice4.2   4.2.5.2-2

libreoffice4.2-writer recommends no packages.

libreoffice4.2-writer suggests no packages.

-- no debconf information


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



Bug#756854: gnumeric: mimetype error on apt-get install

2014-08-02 Thread treaki
Package: gnumeric
Version: 1.12.17-1
Severity: normal

Dear Maintainer,

i have just installed some package which contains a mimetype definition and got 
this warning:

Warning in file /usr/share/applications/gnumeric.desktop: usage of MIME type 
zz-application/zz-winassoc-xls is discouraged 
(zz-application/zz-winassoc-xls should be replaced with 
application/vnd.ms-excel)

maybe you can fix that

greetings and keep up the good work

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

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnumeric depends on:
ii  debconf [debconf-2.0]  1.5.53
ii  gnumeric-common1.12.17-1
ii  gsfonts1:8.11+urwcyr1.0.7~pre44-4.2
ii  libatk1.0-02.12.0-1
ii  libc6  2.19-4
ii  libcairo2  1.12.16-2
ii  libgdk-pixbuf2.0-0 2.30.7-1
ii  libglib2.0-0   2.40.0-3
ii  libgoffice-0.10-10 0.10.17-1
ii  libgsf-1-114   1.14.30-1
ii  libgtk-3-0 3.12.2-1+b1
ii  libpango-1.0-0 1.36.3-1
ii  libpangocairo-1.0-01.36.3-1
ii  libxml22.9.1+dfsg1-3
ii  procps 1:3.3.9-6
ii  zlib1g 1:1.2.8.dfsg-1

Versions of packages gnumeric recommends:
ii  evince3.12.1-1
ii  gnumeric-doc  1.12.17-1
ii  lp-solve  5.5.0.13-7+b1

Versions of packages gnumeric suggests:
ii  fonts-liberation   1.07.4-1
ii  gnumeric-plugins-extra 1.12.17-1
ii  ttf-mscorefonts-installer  3.5

-- debconf information:
  gnumeric/existing-process-title:
  gnumeric/existing-process: false


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



Bug#756628: ttf-mscorefonts-installer: new fonts as out of msoffice2007 are missing

2014-07-31 Thread treaki
Package: ttf-mscorefonts-installer
Version: 3.5
Severity: important

Dear Maintainer,

there are some new msfonts out there which are missing. Please add them to your 
downloader to. I have created some terminal output file which may can be 
transofremd into an shellscript. i have added this to the debian wiki but it 
would be much better if you could include them to this package. i will send you 
that file as attachment.

thanks and greetings

keep up the good work anyon


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

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ttf-mscorefonts-installer depends on:
ii  cabextract 1.4-4
ii  debconf [debconf-2.0]  1.5.53
ii  dpkg   1.17.10
ii  wget   1.15-1+b1
ii  xfonts-utils   1:7.7+1

Versions of packages ttf-mscorefonts-installer recommends:
ii  fonts-liberation  1.07.4-1

ttf-mscorefonts-installer suggests no packages.

-- debconf information excluded
treaki@treakis-tp:/tmp/msfont/01$ #Downloading file
treaki@treakis-tp:/tmp/msfont/01$ wget 
http://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe--2014-07-31
 15:13:04--  
http://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe
Resolving download.microsoft.com (download.microsoft.com)... 80.157.151.18, 
80.157.151.17, 2003:8:0:10::5096:8e61, ...
Connecting to download.microsoft.com 
(download.microsoft.com)|80.157.151.18|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 63210976 (60M) [application/octet-stream]
Saving to: ‘PowerPointViewer.exe’

100%[===]
 63,210,976   563KB/s   in 1m 46s 

2014-07-31 15:14:50 (584 KB/s) - ‘PowerPointViewer.exe’ saved 
[63210976/63210976]
   
treaki@treakis-tp:/tmp/msfont/01$ #check if you have got the right file
treaki@treakis-tp:/tmp/msfont/01$ file PowerPointViewer.exe 
PowerPointViewer.exe: PE32 executable (GUI) Intel 80386, for MS Windows
treaki@treakis-tp:/tmp/msfont/01$ md5sum PowerPointViewer.exe 
s35ff8ebbea457ba426b47ff6d8377284  PowerPointViewer.exe   
treaki@treakis-tp:/tmp/msfont/01$ sha256sum PowerPointViewer.exe 
249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423  
PowerPointViewer.exe
treaki@treakis-tp:/tmp/msfont/01$ stat PowerPointViewer.exe 
  File: ‘PowerPointViewer.exe’
  Size: 63210976Blocks: 123600 IO Block: 4096   regular file
Device: 805h/2053d  Inode: 3973296 Links: 1
Access: (0644/-rw-r--r--)  Uid: ( 1000/  treaki)   Gid: ( 1000/  treaki)
Access: 2014-07-31 15:15:16.984568649 +0200
Modify: 2010-03-31 00:52:28.0 +0200
Change: 2014-07-31 15:14:50.144936704 +0200
 Birth: -
treaki@treakis-tp:/tmp/msfont/01$ #my downloadlink was: 
http://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe
treaki@treakis-tp:/tmp/msfont/01$ #extract files (may you need to run apt-get 
install unar as root befor)
treaki@treakis-tp:/tmp/msfont/01$ unar PowerPointViewer.exe 
PowerPointViewer.exe: Self-extracting CAB
  EULA  (13632 B)... OK.
  ppviewer.cab  (61982954 B)... OK.
  ppviewer.msi  (1127936 B)... OK.
  files14.cat  (3285039 B)... OK.
Successfully extracted to PowerPointViewer.
treaki@treakis-tp:/tmp/msfont/01$ cd PowerPointViewer/
treaki@treakis-tp:/tmp/msfont/01/PowerPointViewer$ #read and agree with eula 
(if you want to do it correctly)
treaki@treakis-tp:/tmp/msfont/01/PowerPointViewer$ less EULA 
EULA may be a binary file.  See it anyway? 
treaki@treakis-tp:/tmp/msfont/01/PowerPointViewer$ file EULA 
EULA: Little-endian UTF-16 Unicode text, with very long lines, with CRLF, CR 
line terminators 
treaki@treakis-tp:/tmp/msfont/01/PowerPointViewer$ #oh its microsofts utf16le, 
to reed that you need
treaki@treakis-tp:/tmp/msfont/01/PowerPointViewer$ iconv -f UTF16LE EULA | less
treaki@treakis-tp:/tmp/msfont/01/PowerPointViewer$ extract cabfile
treaki@treakis-tp:/tmp/msfont/01/PowerPointViewer$ unar ppviewer.cab 
ppviewer.cab: CAB
  ALRTINTL.DLL_1033  (154448 B)... OK.
  
atl90.dll.30729.4148.Microsoft_VC90_ATL_x86.QFE.0901F145_82C9_3BF6_A91B_31F6791950EA
  (159032 B)... OK.
  CALIBRI.TTF  (811052 B)... OK.
  CALIBRIB.TTF  (848720 B)... OK.
  CALIBRII.TTF  (853348 B)... OK.
  CALIBRIZ.TTF  (899560 B)... OK.
  CAMBRIA.TTC  (1622732 B)... OK.
  CAMBRIAB.TTF  (792488 B)... OK.
  CAMBRIAI.TTF  (827080 B)... OK.
  CAMBRIAZ.TTF  (805864 B)... OK.
  CANDARA.TTF  (218504 B)... OK.
  CANDARAB.TTF  (226564 B)... OK.
  CANDARAI.TTF  (226604 B)... OK.
  CANDARAZ.TTF  (228304 B)... OK.
  
catalog.30729.4148.Microsoft_VC90_ATL_x86.QFE.0901F145_82C9_3BF6_A91B_31F6791950EA
  (7473 B)... OK

Bug#755940: gqrx-sdr: audio output error

2014-07-24 Thread treaki
Package: gqrx-sdr
Version: 2.2.0.137.eca0ea7-1
Severity: important

Dear Maintainer,

i have installed the packed gqrx-sdr from my debian unstable. everyting is 
working fine, i have tryed it with rtl-usb (device string rtl=0) and rtl-tcp 
(device string rtl_tcp=localhost:1234) exept the audio output. I can see the 
waterfall Waterfall Image and browse through the channels. But there is one 
thing that is not working and that is the audio output. I can here someting bit 
it is not as it is soposed to sound. The sound is kind of choppy. But when i 
activate the audio record mode and play the generated wav file using mplayer it 
sounds as it is suposed. I couldnt find any settings about audio output exept 
them at startup which gives me no changeable settings. there is only written:

Configure I/O devices

I/Q Input
  ...
Audio output
  Device  [Default [v]]
  Sample rate [48 kHz  [v]]

but i am not able to change any of this settings. there is nothing mentioned 
like OSS, alsa or pulseaudio like it is common.

so the problem has to be somewhere in the audio output part of the software

thanks and greetings



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

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gqrx-sdr depends on:
ii  libboost-program-options1.54.0  1.54.0-5+b1
ii  libboost-system1.54.0   1.54.0-5+b1
ii  libc6   2.19-4
ii  libgcc1 1:4.9.0-9
ii  libgnuradio-analog3.7.3 3.7.3-9+b1
ii  libgnuradio-audio3.7.3  3.7.3-9+b1
ii  libgnuradio-blocks3.7.3 3.7.3-9+b1
ii  libgnuradio-fft3.7.33.7.3-9+b1
ii  libgnuradio-filter3.7.3 3.7.3-9+b1
ii  libgnuradio-osmosdr0.1.1.4  0.1.1.4.ac95af2-1
ii  libgnuradio-pmt3.7.33.7.3-9+b1
ii  libgnuradio-runtime3.7.33.7.3-9+b1
ii  libqt4-network  4:4.8.6+dfsg-2
ii  libqt4-svg  4:4.8.6+dfsg-2
ii  libqtcore4  4:4.8.6+dfsg-2
ii  libqtgui4   4:4.8.6+dfsg-2
ii  libstdc++6  4.9.0-9
ii  libvolk0.0.03.7.3-9+b1

gqrx-sdr recommends no packages.

gqrx-sdr suggests no packages.

-- no debconf information


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



Bug#755353: iceweasel: 404 page at release notes - iceweasel

2014-07-19 Thread treaki
Package: iceweasel
Version: 30.0-2
Severity: important

Dear Maintainer,

it seams that there is a problem with the release notes of iceweasel. 
By default the about:config setting app.releaseNotesURL is set to
http://mozilla.debian.net/%LOCALE%/%APP%/%VERSION%/releasenotes/;
which seams to be very outdated because the latest version is 3.6
which is kind of old if you respect that the latest version is 31.something...
cause of that error the user gets a page not found content if he tried to
view the release notes. There are to possibilities i see:

- to give up the debian dedicated release notes and link to them of mozilla 
   (IMHO not a good idea)
- to catch up with the release debian mozilla release note pages
   (IMHO a good idea)

*** Reporter, please consider answering these questions, where appropriate ***
 

   * What led up to the situation?
1. open iceweasel and visit about:
2. click to the release notes
3. enjoy the 404 page ;)
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
ive browsed back a little in the url from
 http://mozilla.debian.net/en-US/iceweasel/30.0/releasenotes/;
to
 http://mozilla.debian.net/en-US/iceweasel/;
   * What was the outcome of this action?
i found out that the latest avaivable release notes are from
the very old version 3.6
   * What outcome did you expect instead?
i expected at least to find release notes about version
24.6.0esr-1~deb7u1 which is the latest version of the current debian
stable (wheezy)

   * What was your overall experience?
 i was very disappointed about the missing release notes. IMHO release 
 notes are a very impotent thing. I want to know exactly what features
 are included the software i am using...

have a nice day and keep up the good work all together,

greetings 

treaki

PS: yes i have looked true the topics of all the previews thousands, 
i mean 523, bug reports and have found #649170 but i decided to create
a new one because that is very old and not at all relayed to the latest
version...

--

|_|0|_|
|_|_|0|
|0|0|0|

WS: http://treaki.tk/
Mail: tre...@treaki.tk


-- Package-specific info:

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

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages iceweasel depends on:
ii  debianutils   4.4
ii  fontconfig2.11.0-5
ii  libasound21.0.27.2-4
ii  libatk1.0-0   2.12.0-1
ii  libc6 2.19-4
ii  libcairo2 1.12.16-2
ii  libdbus-1-3   1.8.6-1
ii  libdbus-glib-1-2  0.102-1
ii  libevent-2.0-52.0.21-stable-1
ii  libffi6   3.1-2
ii  libfontconfig12.11.0-5
ii  libfreetype6  2.5.2-1
ii  libgcc1   1:4.9.0-9
ii  libgdk-pixbuf2.0-02.30.7-1
ii  libglib2.0-0  2.40.0-3
ii  libgtk2.0-0   2.24.24-1
ii  libhunspell-1.3-0 1.3.3-1
ii  libnspr4  2:4.10.6-1
ii  libnss3   2:3.16.3-1
ii  libpango-1.0-01.36.3-1
ii  libsqlite3-0  3.8.5-2
ii  libstartup-notification0  0.12-3
ii  libstdc++64.9.0-9
ii  libvpx1   1.3.0-2
ii  libx11-6  2:1.6.2-2
ii  libxext6  2:1.3.2-1
ii  libxrender1   1:0.9.8-1
ii  libxt61:1.1.4-1
ii  procps1:3.3.9-6
ii  zlib1g1:1.2.8.dfsg-1

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  fonts-mathjax  2.4-1
pn  fonts-oflb-asana-math  none
pn  fonts-stix | otf-stix  none
ii  libcanberra0   0.30-2
ii  libgnomeui-0   2.24.5-3
ii  libgssapi-krb5-2   1.12.1+dfsg-3
pn  mozplugger none

-- no debconf information


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



Bug#740052: synce-gnomevfs: synce isnt working together with nautilus

2014-02-24 Thread treaki
Package: synce-gnomevfs
Version: 0.13-2.1
Severity: important

Hi Debian Folks,

first thanks a lot for your good worki. Normally i have just to type 
apt-get install whatever and the needed software is working out of the box.
But this time it looks like if the the software synce doesn't work together
with gnome/nautilus correctly. I wish to use my pocekt pc together with my
Thinkpad (with Debian GNU/Linux on). So i have looked up the needed
packages with apt-cache search and installed a bunch of my what i found:

apt-get install synce-gnomevfs sync-ui synce-hal-bluetooth synce-hal 
librapi2-tools  synce-gnomevfs synce-trayicon

That process worked all grate, after that i started synce-trayicon and 
plugged in my ppc. Well i was able to see the infos of my device with
synce-pstatus and with the trayicon. After that i have used the tray-
icon to browse the device device (selected that option) and ive got
an error message. I was meanwhile able to browse the files on my device
with the command synce-pls. But it looks for me like there is a
problem between synce and nautilus. The device is also not shown in
nautilus under computer:/// and the address synce:// isnt accessible.

Please help me and tell me if that is a bug within the package or 
sth else. 



   * What led up to the situation?
Ive tryed to use synce together with nautilus
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
look at the description above
   * What was the outcome of this action?
Ive get a error message
   * What outcome did you expect instead?
to see the files on my device at the natuilus window


thanks and greetings

treaki


-- System Information:
Debian Release: 7.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages synce-gnomevfs depends on:
ii  libc6   2.13-38
ii  libgconf2-4 3.2.5-1+build1
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgnomevfs2-0  1:2.24.4-2
ii  librapi20.15-2.1
ii  libsynce0   0.15-1.1

synce-gnomevfs recommends no packages.

synce-gnomevfs suggests no packages.

-- no debconf information


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



Bug#710425: gnome-screensaver: Floting Debian screensaver (english name guesed, german: Schwebendes Debian) often hangs

2013-05-30 Thread treaki
Package: gnome-screensaver
Version: 2.30.0-2squeeze1
Severity: normal

I am using My debian squeeze (6) with 2 monitors/screens on my nvidia grafic
card. for that i am using the orignal nvidia driver (downloaded from nvidia
site and compiled). Some time ago i used the emty screen saver for my
lockscreen. but after that i wanted to try out sth else. so i switched to the
foating debian (german name: Schwebndes Deian) screensaver.

the floting debian screensaver seems to have sometimes problems with my
multiscreen configurations. somtimes it is running on just one monitor
sometimes on both. Also much often i cant unlock the screen. i move my mouse,
the screens switch to on but are black, on one screen i can see the courser but
i cant move it to the other one. The only way to get back to my desktop is to
switch to tty1, login and type in killall gnome-screensaver. I also mentioned
that the gnome screensaver process uses a lot of cpu on this state. because
that happened now 3 or more times i will switch back to the emty screen
screensaver.

maybe i sould also mention that i have some script running to shut down my
screens after ten minutes, its looks like this and is loading with my .xlogin:

while true; do xset dpms force off; sleep 10m; done


maybe this is anought to reproduce this problem. maybe not. if there are some
logs you can use i can try to provide them but no prommise. i dont have much
time so i wount do any reproducing or sth like.

greetings treaki



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

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-screensaver depends on:
ii  dbus-x11  1.2.24-4+squeeze1  simple interprocess messaging syst
ii  gconf22.28.1-6   GNOME configuration database syste
ii  gnome-icon-theme  2.30.3-2   GNOME Desktop icon theme
ii  gnome-session-bin 2.30.2-3   The GNOME Session Manager - Minima
ii  libc6 2.11.3-4   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-6   The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.24-4+squeeze1  simple interprocess messaging syst
ii  libdbus-glib-1-2  0.88-2.1   simple interprocess messaging syst
ii  libgconf2-4   2.28.1-6   GNOME configuration database syste
ii  libgl1-mesa-glx [libg 7.7.1-5A free implementation of the OpenG
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgnome-desktop-2-17 2.30.2-2   Utility library for loading .deskt
ii  libgnome-menu22.30.3-1   an implementation of the freedeskt
ii  libgnomekbd4  2.30.2-2   GNOME library to manage keyboard c
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
ii  libpam0g  1.1.1-6.1+squeeze1 Pluggable Authentication Modules l
ii  libpango1.0-0 1.28.3-1+squeeze2  Layout and rendering of internatio
ii  libx11-6  2:1.3.3-4  X11 client-side library
ii  libxext6  2:1.1.2-1  X11 miscellaneous extension librar
ii  libxklavier16 5.0-2  X Keyboard Extension high-level AP
ii  libxxf86vm1   1:1.1.0-2  X11 XFree86 video mode extension l

Versions of packages gnome-screensaver recommends:
ii  gnome-power-manager   2.32.0-2   power management tool for the GNOM
ii  libpam-gnome-keyring  2.30.3-5   PAM module to unlock the GNOME key

Versions of packages gnome-screensaver suggests:
pn  rss-glx   none (no description available)
pn  xscreensaver-data none (no description available)

-- no debconf information


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



Bug#700323: bsdgames: unable to load saved monop game

2013-02-11 Thread treaki
Package: bsdgames
Version: 2.17-19
Severity: normal

hi,

i am unable to load a savegame with monop. i get this error:

filename [Mon Feb 11 16:54:12 2013]
Segmentation fault

as attachment i am trying it to do within gdb (but im dont understanding gdb)

i think i dont am able to help you out with any more informaions.

greetings treaki
contact me:

email:
tre...@treaki.tk
tre...@gmail.com

(Send again because the mail configuration on my thinkpad isn't woeking with 
debian bug report)



-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-0.bpo.3-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bsdgames depends on:
ii  libc6 2.11.3-4   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libncurses5   5.7+20100313-5 shared libraries for terminal hand
ii  libstdc++64.4.5-8The GNU Standard C++ Library v3
ii  wamerican [wordlist]  6-3American English dictionary words 
ii  wbritish-large [wordlist] 6-3British English dictionary words f
ii  wngerman [wordlist]   20091006-4.2   New German orthography wordlist

bsdgames recommends no packages.

bsdgames suggests no packages.

-- no debconf information

--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

|_|0|_|
|_|_|0|
|0|0|0|

http://treaki.tk/
http://treaki.ath.cx/treaki@treakis-thinkpad:~$ /usr/games/monop filename
filename [Mon Feb 11 16:54:12 2013]
Segmentation fault
treaki@treakis-thinkpad:~$ gdb /usr/games/monop
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/games/monop...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/games/monop 
How many players? 2
Player 1's name: p1
Player 2's name: p2

p1 (1) rolls 10
p2 (2) rolls 5
p1 (1) goes first

p1 (1) (cash $1500) on === GO ===
-- Command: restore
Which file do you wish to restore from? filename
monop: malloc.c:3097: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char *) 
((av)-bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd 
 old_size == 0) || ((unsigned long) (old_size) = (unsigned 
long)__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * 
(sizeof(size_t))) - 1))  ~((2 * (sizeof(size_t))) - 1)))  ((old_top)-size  
0x1)  ((unsigned long)old_end  pagemask) == 0)' failed.

Program received signal SIGSEGV, Segmentation fault.
_IO_flush_all_lockp (do_lock=0) at genops.c:842
842 genops.c: No such file or directory.
in genops.c
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /usr/games/monop 
How many players? 
How many players? 
How many players? 0
Sorry. Number must range from 1 to 9
How many players? 1
Player 1's name: 
Player 1's name: a

a (1) rolls 7
a (1) goes first

a (1) (cash $1500) on === GO ===
-- Command: quit

Do you all really want to quit? y

Program exited normally.
(gdb) quit
treaki@treakis-thinkpad:~$ gdb --args /usr/games/monop filename
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/games/monop...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/games/monop filename
filename [Mon Feb 11 16:54:12 2013]

Program received signal SIGSEGV, Segmentation fault.
0x0804abdd in ?? ()
(gdb) q
A debugging session is active.

Inferior 1 [process 26523] will be killed.

Quit anyway? (y or n) y
treaki@treakis-thinkpad:~$ 



Bug#700328: bsdgames: unable to load saved monop game

2013-02-11 Thread treaki
Package: bsdgames
Version: 2.17-19
Severity: normal

hi,

i am unable to load a savegame with monop. i get this error:

filename [Mon Feb 11 16:54:12 2013]
Segmentation fault

as attachment i am trying it to do within gdb (but im dont understanding gdb)

i think i dont am able to help you out with any more informaions.

greetings treaki
contact me:

email:
tre...@treaki.tk
tre...@gmail.com



-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-0.bpo.3-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bsdgames depends on:
ii  libc6 2.11.3-4   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libncurses5   5.7+20100313-5 shared libraries for terminal hand
ii  libstdc++64.4.5-8The GNU Standard C++ Library v3
ii  wamerican [wordlist]  6-3American English dictionary words 
ii  wbritish-large [wordlist] 6-3British English dictionary words f
ii  wngerman [wordlist]   20091006-4.2   New German orthography wordlist

bsdgames recommends no packages.

bsdgames suggests no packages.

-- no debconf information
treaki@treakis-thinkpad:~$ /usr/games/monop filename
filename [Mon Feb 11 16:54:12 2013]
Segmentation fault
treaki@treakis-thinkpad:~$ gdb /usr/games/monop
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/games/monop...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/games/monop 
How many players? 2
Player 1's name: p1
Player 2's name: p2

p1 (1) rolls 10
p2 (2) rolls 5
p1 (1) goes first

p1 (1) (cash $1500) on === GO ===
-- Command: restore
Which file do you wish to restore from? filename
monop: malloc.c:3097: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char *) 
((av)-bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd 
 old_size == 0) || ((unsigned long) (old_size) = (unsigned 
long)__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * 
(sizeof(size_t))) - 1))  ~((2 * (sizeof(size_t))) - 1)))  ((old_top)-size  
0x1)  ((unsigned long)old_end  pagemask) == 0)' failed.

Program received signal SIGSEGV, Segmentation fault.
_IO_flush_all_lockp (do_lock=0) at genops.c:842
842 genops.c: No such file or directory.
in genops.c
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /usr/games/monop 
How many players? 
How many players? 
How many players? 0
Sorry. Number must range from 1 to 9
How many players? 1
Player 1's name: 
Player 1's name: a

a (1) rolls 7
a (1) goes first

a (1) (cash $1500) on === GO ===
-- Command: quit

Do you all really want to quit? y

Program exited normally.
(gdb) quit
treaki@treakis-thinkpad:~$ gdb --args /usr/games/monop filename
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/games/monop...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/games/monop filename
filename [Mon Feb 11 16:54:12 2013]

Program received signal SIGSEGV, Segmentation fault.
0x0804abdd in ?? ()
(gdb) q
A debugging session is active.

Inferior 1 [process 26523] will be killed.

Quit anyway? (y or n) y
treaki@treakis-thinkpad:~$ 



Bug#697076: bsdmainutils: many calenders are obsolete, up to date events missing

2012-12-31 Thread treaki
Package: bsdmainutils
Version: 8.0.13
Severity: normal

hi,

many of the calender events are obsolete, for example in
/usr/share/calendar/calendar.debian the new relese dates are missing. i
am using debian 6 but the relese dates are ending at debian 3.1. you
sould add:

apr  8  Debian GNU/Linux 4.0 alias ``etch'' released, 2007
feb 14  Debian GNU/Linux 5.0 alias ``lenny'' released, 2009
feb  6  Debian GNU/Linux 6.0 alias ``squeeze'' released, 2011

also many other up to date events are missing and sould be added.
for example: /usr/share/calendar/de_DE/calendar.geschichte just goes to
1990 but debian 6 was relesed in 2011... Ive looked a littlebit in the
calenders but i dont could find any historical events after 2000

greetings treaki

-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500,
'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-0.bpo.3-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bsdmainutils depends on:
ii  bsdutils  1:2.17.2-9 Basic utilities from
4.4BSD-Lite
ii  debianutils   3.4Miscellaneous utilities
specific t
ii  libc6 2.11.3-4   Embedded GNU C Library:
Shared lib
ii  libncurses5   5.7+20100313-5 shared libraries for
terminal hand

bsdmainutils recommends no packages.

Versions of packages bsdmainutils suggests:
ii  cpp 4:4.4.5-1The GNU C preprocessor (cpp)
pn  vacationnone   (no description available)
ii  wamerican [wordlist]6-3  American English dictionary
words ii  wbritish-large [wordlist]   6-3  British English
dictionary words f
ii  whois   5.0.10   an intelligent whois client
ii  wngerman [wordlist] 20091006-4.2 New German orthography wordlist

-- no debconf information


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



Bug#646132: vserver isnt working at powerpc64 arch, i dont know if the problem is in util-vserver or in linux-image-vserver-powerpc64

2011-10-28 Thread treaki
thank you, i am glad to hear that:)

Am 28.10.2011 05:53, schrieb Ben Hutchings:
 On Fri, 2011-10-21 at 18:40 +0200, treaki wrote:
   
 Package: util-vserver
 Version: 0.30.216-pre2864-2+b1
 Severity: important

 hi, i have tryed to use vserver on my G5, but it dosnt work. i did it like i 
 dose with an x68 computer but its donst work with the ppc version of debian.
 i installed the kernel and the utils, but if i wont to create an virtual 
 machine i get this:

 is:~# vserver testhost build -n testhost --hostname testhost --interface 
 tap0:172.20.0.21/24 -m debootstrap -- -d squeeze
 /etc/vservers/.defaults/vdirbase/testhost: Function not implemented

 i think there someon just build a ppc version for ppc and dont tested it...
 
 [...]

 Unfortunately you are right - the kernel maintainers don't test every
 kernel flavour that is built.  Also, we don't currently have anyone
 specifically looking after the kernel for powerpc.

 The vserver patch used in 'squeeze' is missing the change that makes the
 vserver() system call work on powerpc.  The fix should be fairly simple
 and should be included in the next stable update for the linux-2.6
 package, which will be available shortly.

 Ben.

   

-- 
|_|0|_|
|_|_|0|
|0|0|0|

http://treaki.tk/ 
http://treaki.ath.cx/




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



Bug#646132: vserver isnt working at powerpc64 arch, i dont know if the problem is in util-vserver or in linux-image-vserver-powerpc64

2011-10-22 Thread treaki
hi,

thanks for your quick response.

Am 22.10.2011 00:35, schrieb micah anderson:
 Hi,

 I think this bug might be a linux-image bug, not the user-space
 utilities.

 On Fri, 21 Oct 2011 18:40:30 +0200, treaki tre...@gmail.com wrote:
   
 hi, i have tryed to use vserver on my G5, but it dosnt work. i did it like i 
 dose with an x68 computer but its donst work with the ppc version of debian.
 i installed the kernel and the utils, but if i wont to create an virtual 
 machine i get this:

 is:~# vserver testhost build -n testhost --hostname testhost --interface 
 tap0:172.20.0.21/24 -m debootstrap -- -d squeeze
 /etc/vservers/.defaults/vdirbase/testhost: Function not implemented
 
 Could you try the ppc32 vserver kernel to see if it works?
   
No i cant, ppc isnt like x68. you cant run an 32bit kernel on an 64bit
cpu. my G5 dosnt support the 32bit kernel.
   
 i think there someon just build a ppc version for ppc and dont tested it...
 
   
 something more:

 is:~# uname -a
 Linux is 2.6.32-5-vserver-powerpc64 #1 SMP Thu Sep 1 00:59:20 UTC 2011 ppc64 
 GNU/Linux

 http://pastebin.com/masf7aUE
 
 This shows the vserver support is not detected in the kernel.

   
 PS: sry i used server-debiantools i mean of cause util-vserver and the 
 vserver ppc kernel
 
 I do not understand the above sentence.
   
its not important and sure understandable because my bad english. i just
wanted to explain that i by mistake selected the wrong packages in
bugreport.

i hope its possible to fix the problem, i trying to help so much i can.
but unfortunately my english knowlege isn’t very good and my gnu/linux
knowledge are sure a little bit more adventured than the common
ubuntuuser (i can use a shell, configure a server, using vim (basic))
but i am not so an advanced user...

i think the best way is that you guide me what i have to do to find out
everything what you need to fix the problem...

as i sayed its not possible to boot the 32bit kernel on my G5. I dont
know very much about this, only that it isnt like an x68-styled
architecture. you can run 32bit applications under an 64bit kernel but
not the 32bit kernel on an 64bit cpu.
http://www.debian.org/releases/stable/powerpc/ch02s01.html.en#id522279
maybe you should consult someone who has a better knowledge of the
debian powerpc port.


hope it help

greetings

treaki


-- 
|_|0|_|
|_|_|0|
|0|0|0|

http://treaki.tk/ 
http://treaki.ath.cx/




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



Bug#646132: vserver isnt working at powerpc64 arch, i dont know if the problem is in util-vserver or in linux-image-vserver-powerpc64

2011-10-21 Thread treaki
Package: util-vserver
Version: 0.30.216-pre2864-2+b1
Severity: important

hi, i have tryed to use vserver on my G5, but it dosnt work. i did it like i 
dose with an x68 computer but its donst work with the ppc version of debian.
i installed the kernel and the utils, but if i wont to create an virtual 
machine i get this:

is:~# vserver testhost build -n testhost --hostname testhost --interface 
tap0:172.20.0.21/24 -m debootstrap -- -d squeeze
/etc/vservers/.defaults/vdirbase/testhost: Function not implemented

i think there someon just build a ppc version for ppc and dont tested it...

something more:

is:~# uname -a
Linux is 2.6.32-5-vserver-powerpc64 #1 SMP Thu Sep 1 00:59:20 UTC 2011 ppc64 
GNU/Linux

http://pastebin.com/masf7aUE
http://pastebin.com/9djcWifa

i hope this package will be fixed so i can use vserver on ppcs like on x68 
based computers

PS: sry i used server-debiantools i mean of cause util-vserver and the vserver 
ppc kernel

greetings treaki

-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: powerpc (ppc64)

Kernel: Linux 2.6.32-5-vserver-powerpc64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vserver-debiantools depends on:
ii  binutils   2.20.1-16 The GNU assembler, linker and bina
ii  debootstrap1.0.26+squeeze1   Bootstrap a basic Debian system
ii  iproute20100519-3networking and traffic control too
ii  rsync  3.0.7-2   fast remote file copy program (lik
ii  util-vserver   0.30.216-pre2864-2+b1 user-space tools for Linux-VServer

Versions of packages vserver-debiantools recommends:
ii  dnsutils 1:9.7.3.dfsg-1~squeeze3 Clients provided with BIND

vserver-debiantools suggests no packages.

-- no debconf information



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