Bug#1030203: netdata: Netdata exits immediately after start with exit code 1

2023-01-31 Thread Markus Grunwald
Package: netdata
Version: 1.37.1-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

   * What led up to the situation?
 I installed the netdata package

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 Nothing was effective. I tried a reinstall with `apt purge`, `apt install`.

   * What was the outcome of this action?
 netdata still immediately exits with error code 1

   * What outcome did you expect instead?
 A running netdata service

Now that we got the template, here are the details:

[gru:~] % sudo systemctl start netdata
[gru:~] % systemctl status netdata
× netdata.service - netdata - Real-time performance monitoring
 Loaded: loaded (/lib/systemd/system/netdata.service; enabled; preset: 
enabled)
 Active: failed (Result: exit-code) since Wed 2023-02-01 07:49:50 CET; 5s 
ago
   Duration: 121ms
   Docs: man:netdata
 file:///usr/share/doc/netdata/html/index.html
 https://github.com/netdata/netdata
Process: 34968 ExecStart=/usr/sbin/netdata -D (code=exited, 
status=1/FAILURE)
   Main PID: 34968 (code=exited, status=1/FAILURE)
CPU: 149ms

Feb 01 07:49:50 tmh-gru systemd[1]: Started netdata - Real-time performance 
monitoring.
Feb 01 07:49:50 tmh-gru netdata[34968]: CONFIG: cannot load cloud config 
'/var/lib/netdata/cloud.d/cloud.conf'. Running with internal defaults.
Feb 01 07:49:50 tmh-gru netdata[34968]: 2023-02-01 07:49:50: netdata INFO  : 
MAIN : CONFIG: cannot load cloud config '/var/lib/netdata/cloud.d/cloud.conf'. 
Running with internal defaults.
Feb 01 07:49:50 tmh-gru systemd[1]: netdata.service: Main process exited, 
code=exited, status=1/FAILURE
Feb 01 07:49:50 tmh-gru systemd[1]: netdata.service: Killing process 34977 
(netdata) with signal SIGKILL.
Feb 01 07:49:50 tmh-gru systemd[1]: netdata.service: Failed with result 
'exit-code'.

journalctl did not offer more information.

I didn't manage to configure more verbose debug output. Happy to try again if 
someone tells me how.

I ran `netdata -W unittest` with the result "ALL TESTS PASSED". Funny.

I used the upstream installer from 
https://learn.netdata.cloud/docs/agent/packaging/installer which worked without 
a problem.


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

Kernel: Linux 6.1.0-2-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages netdata depends on:
ii  netdata-core  1.37.1-2
ii  netdata-plugins-bash  1.37.1-2
ii  netdata-web   1.37.1-2

Versions of packages netdata recommends:
ii  netdata-plugins-python  1.37.1-2

netdata suggests no packages.

-- no debconf information


Bug#1022840: yubikey-agent: keys are not added to the agent

2022-10-26 Thread Markus Grunwald

Package: yubikey-agent
Version: 0.1.4-2+b3
Severity: important

Dear Maintainer,

When using a YubiKey 5C Nano, ssh keys are not added to the 
yubikey-agent. Instead, these errors occur:



From ssh - :
debug1: could not add identity to agent: 
/home/markus/.ssh/id_ed25519_sk (-27)



From systemctl --user status yubikey-agent:


Okt 26 19:44:46 bob systemd[2117]: Started Seamless ssh-agent for 
YubiKeys.
Okt 26 19:45:04 bob yubikey-agent[20944]: 2022/10/26 19:45:04 
Connecting to the YubiKey...
Okt 26 19:45:04 bob yubikey-agent[20944]: 2022/10/26 19:45:04 
agent 11: could not get public key: command failed: smart card 
error 6a82: data object or application not found
Okt 26 19:45:11 bob yubikey-agent[20944]: 2022/10/26 19:45:11 
agent 25: agent: not implemented: "sk-ssh-ed25...@openssh.com"


I would habe expected that the key is added to ssh agent and I 
don't have to enter the passphrase again.



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

Kernel: Linux 5.19.0-2-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE not set

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

Versions of packages yubikey-agent depends on:
ii  init-system-helpers  1.65.2
ii  libc62.35-3
ii  libpcsclite1 1.9.9-1

yubikey-agent recommends no packages.

yubikey-agent suggests no packages.

-- no debconf information

--
Markus Grunwald
https://www.the-grue.de/~markus/markus_grunwald.gpg



Bug#1022839: yubikey-agent: manpage contains wrong commands

2022-10-26 Thread Markus Grunwald

Package: yubikey-agent
Version: 0.1.4-2+b3
Severity: normal

Dear Maintainer,

The manpage for yubikey-agent mentions these two commands:

systemctl --user enable yubikey-service.user
systemctl --user start yubikey-service.user

Both are wrong and should read:

systemctl --user enable yubikey-agent.service
systemctl --user start yubikey-agent.service


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

Kernel: Linux 5.19.0-2-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE not set

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

Versions of packages yubikey-agent depends on:
ii  init-system-helpers  1.65.2
ii  libc62.35-3
ii  libpcsclite1 1.9.9-1

yubikey-agent recommends no packages.

yubikey-agent suggests no packages.

-- no debconf information



Bug#978140: partclone: partclone.btrfs creates unusable filesystem

2020-12-26 Thread Markus Grunwald


Package: partclone
Version: 0.3.11-1+b3
Severity: important

Dear Maintainer,

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

I tried to clone a btrfs filesystem from one disk to another:

# partclone.btrfs --dev-to-dev --ncurse --source=/dev/sda --output 
/dev/mapper/srv-share-backup

The program finished without error. When I wanted to change the uuid of the 
clone, I got these messages:

# btrfstune -u /dev/mapper/srv-share-backup
checksum verify failed on 3147718459392 found 0A18C498 wanted F41D5B99
checksum verify failed on 3147718459392 found 0A18C498 wanted F41D5B99
checksum verify failed on 3147718459392 found 005A7C70 wanted F46C02BF
checksum verify failed on 3147718459392 found 0A18C498 wanted F41D5B99
bad tree block 3147718459392, bytenr mismatch, want=3147718459392, 
have=17426986558672537313

I tried to run btrfsck /dev/mapper/srv-share-backup, but got the same messages. 
I was not able to repair the clone.
My second attempt using dd worked without a problem.

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

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

Versions of packages partclone depends on:
ii  libblkid1  2.33.1-0.1
ii  libc6  2.28-10
ii  libcom-err21.44.5-1+deb10u3
ii  libext2fs2 1.44.5-1+deb10u3
ii  libncursesw6   6.1+20181013-2+deb10u2
ii  libntfs-3g883  1:2017.3.23AR.3-3
ii  libtinfo6  6.1+20181013-2+deb10u2
ii  libuuid1   2.33.1-0.1
ii  nilfs-tools2.2.7-1

partclone recommends no packages.

partclone suggests no packages.

-- no debconf information

--
Markus Grunwald
https://www.the-grue.de/~markus/markus_grunwald.gpg



Bug#963824: No crash with wayland

2020-07-03 Thread Markus Grunwald
For what it's worth: If I run sway/wayland, the bug doesn't 
happen.


--
Markus Grunwald
https://www.the-grue.de/~markus/markus_grunwald.gpg



Bug#963824: libgl1-mesa-dri: Segfault in iris_dri.so breaks several programs

2020-06-27 Thread Markus Grunwald

Package: libgl1-mesa-dri
Version: 20.1.2-1
Severity: important

Dear Maintainer,

A segfault in iris_dri.so breaks at least these programs (they 
crash

immediately after starting them):

- Blender
- mpv
- openscad

Jun 27 23:08:27 bob kernel: openscad[12554]: segfault at 24 ip 
151fddab0ecb sp 7ffdc05f9a50 error 6 in 
iris_dri.so[151fdcfc7000+e13000]
Jun 27 23:08:27 bob kernel: Code: ff ef ff 00 00 0f 87 dc 17 00 00 
48 01 f0 48 89 42 30 48 85 f6 0f 84 2d 02 00 00 41 83 ef 01 48 8d 
56 04 41 81 cf 00 00 09 78 <44> 89 3e 45 85 ed 74 72 41 8d 45 ff 
48 8d 74 c6 0c 0f 1f 40 00>
Jun 27 23:08:42 bob kernel: mpv/vo[12616]: segfault at a0 ip 
154398fb6558 sp 15439a223b90 error 4 in 
iris_dri.so[1543984cd000+e13000]
Jun 27 23:08:42 bob kernel: Code: 44 24 18 48 c7 44 24 10 00 00 00 
00 48 c7 44 24 18 00 00 00 00 50 4c 8d 4c 24 18 e8 d2 7a ad ff 48 
8b 44 24 18 31 d2 48 89 ef <4c> 8b b0 a0 00 00 00 4c 89 f6 e8 b9 
91 fd ff 48 8b bd 28 01 00>
Jun 27 23:08:53 bob kernel: blender[12672]: segfault at 24 ip 
1509a303eecb sp 7ffc88667b10 error 6
Jun 27 23:08:53 bob kernel: Code: ff ef ff 00 00 0f 87 dc 17 00 00 
48 01 f0 48 89 42 30 48 85 f6 0f 84 2d 02 00 00 41 83 ef 01 48 8d 
56 04 41 81 cf 00 00 09 78 <44> 89 3e 45 85 ed 74 72 41 8d 45 ff 
48 8d 74 c6 0c 0f 1f 40 0


Please tell me if I can be of any help. I need blender and 
openscad

urgently...

Thanks,
Markus

-- Package-specific info:
glxinfo:

name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
   GLX_ARB_create_context, GLX_ARB_create_context_no_error,
   GLX_ARB_create_context_profile, 
   GLX_ARB_create_context_robustness,
   GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, 
   GLX_ARB_multisample,
   GLX_EXT_create_context_es2_profile, 
   GLX_EXT_create_context_es_profile,

   GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB,
   GLX_EXT_import_context, GLX_EXT_libglvnd, 
   GLX_EXT_no_config_context,
   GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
   GLX_EXT_visual_rating,
   GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
   GLX_OML_swap_method,

   GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
   GLX_SGIX_visual_select_group, GLX_SGI_make_current_read,
   GLX_SGI_swap_control
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
   GLX_ARB_context_flush_control, GLX_ARB_create_context,
   GLX_ARB_create_context_no_error, 
   GLX_ARB_create_context_profile,

   GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
   GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, 
   GLX_ARB_multisample,

   GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile,
   GLX_EXT_create_context_es_profile, 
   GLX_EXT_fbconfig_packed_float,

   GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context,
   GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
   GLX_EXT_visual_rating,

   GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,
   GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
   GLX_MESA_swap_control, GLX_OML_swap_method, 
   GLX_OML_sync_control,

   GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
   GLX_SGIX_visual_select_group, GLX_SGI_make_current_read,
   GLX_SGI_swap_control, GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
   GLX_ARB_create_context, GLX_ARB_create_context_no_error,
   GLX_ARB_create_context_profile, 
   GLX_ARB_create_context_robustness,

   GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB,
   GLX_ARB_get_proc_address, GLX_ARB_multisample,
   GLX_EXT_create_context_es2_profile, 
   GLX_EXT_create_context_es_profile,

   GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB,
   GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
   GLX_EXT_visual_info,
   GLX_EXT_visual_rating, GLX_INTEL_swap_event, 
   GLX_MESA_copy_sub_buffer,
   GLX_MESA_query_renderer, GLX_MESA_swap_control, 
   GLX_OML_swap_method,

   GLX_OML_sync_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
   GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, 
   GLX_SGI_make_current_read,

   GLX_SGI_swap_control, GLX_SGI_video_sync
Extended renderer info (GLX_MESA_query_renderer):
   Vendor: Intel (0x8086)
   Device: Mesa Intel(R) HD Graphics 620 (KBL GT2) (0x5916)
   Version: 20.1.2
   Accelerated: yes
   Video memory: 3072MB
   Unified memory: yes
   Preferred profile: core (0x1)
   Max core profile version: 4.6
   Max compat profile version: 4.6
   Max GLES1 profile version: 1.1
   Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) HD Graphics 620 (KBL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 20.1.2
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
   GL_3DFX_texture_compression_FXT1, GL_AMD_conservative_depth,
   GL_AMD_depth_clamp_separate, 

Bug#888315: blender: segfault on start

2020-06-22 Thread Markus Grunwald

Hi,

same problem here: segfault on blender start. I sent that report 
to the blender package:


https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963203

Same problem with openscad, btw:

Jun 21 19:21:47 bob kernel: openscad[31289]: segfault at a0 ip 
14bd1303b9b8 sp 7ffd5c895a30 error 4 in 
iris_dri.so[14bd12553000+e11000]
Jun 21 19:21:47 bob kernel: Code: 44 24 18 48 c7 44 24 10 00 00 00 
00 48 c7 44 24 18 00 00 00 00 50 4c 8d 4c 24 18 e8 52 85 ad ff 48 
8b 44 24 18 31 d2 48 89 ef <4c> 8b b0 a0 00 00 00 4c 89 f6 e8 59 
94 fd ff 48 8b bd 28 01 00 00


cu

--
Markus Grunwald
https://www.the-grue.de/~markus/markus_grunwald.gpg



Bug#944488: dirvish: Please include btrfs patch

2019-11-10 Thread Markus Grunwald
Package: dirvish
Version: 1.2.1-1.3
Severity: wishlist

Dear Maintainer,

please consider including this patch which adds an option to use the
benefits of btrfs for dirvish:

http://dirvish.org/pipermail/dirvish/2010-December/002357.html

The patch was not accepted, it seems, in 2010 because btrfs was not
mature at all. This situation has changed and the patch would improve
dirvish's performance very much.

Thank you,
Markus


-- System Information:
Debian Release: 9.11
  APT prefers oldstable-updates
  APT policy: (996, 'oldstable-updates'), (996, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-11-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages dirvish depends on:
ii  libtime-modules-perl  2015.103-2
ii  libtime-period-perl   1.20-8.2
ii  perl  5.24.1-3+deb9u5
ii  perl-modules-5.24 [perl-modules]  5.24.1-3+deb9u5
ii  rsync 3.1.2-1+deb9u2

Versions of packages dirvish recommends:
ii  ssh  1:7.4p1-10+deb9u7

dirvish suggests no packages.

-- Configuration Files:
/etc/cron.d/dirvish changed [not included]
/etc/dirvish/dirvish-cronjob changed [not included]

-- no debconf information



Bug#944487: dirvish: Please fix "Homepage" field of the dpkg

2019-11-10 Thread Markus Grunwald
Package: dirvish
Version: 1.2.1-1.3
Severity: minor

Dear Maintainer,

apt-cache show dirvish | grep Homepage:
Homepage: http://freecode.com/projects/dirvish

That homepage is outdated. It seems http://dirvish.org/ is the correct
one.

cu
Markus

-- System Information:
Debian Release: 9.11
  APT prefers oldstable-updates
  APT policy: (996, 'oldstable-updates'), (996, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-11-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages dirvish depends on:
ii  libtime-modules-perl  2015.103-2
ii  libtime-period-perl   1.20-8.2
ii  perl  5.24.1-3+deb9u5
ii  perl-modules-5.24 [perl-modules]  5.24.1-3+deb9u5
ii  rsync 3.1.2-1+deb9u2

Versions of packages dirvish recommends:
ii  ssh  1:7.4p1-10+deb9u7

dirvish suggests no packages.

-- Configuration Files:
/etc/cron.d/dirvish changed [not included]
/etc/dirvish/dirvish-cronjob changed [not included]

-- no debconf information



Bug#939590: global: Please support sqlite3

2019-09-06 Thread Markus Grunwald
Package: global
Version: 6.6.3-2+b1
Severity: wishlist

Dear Maintainer,

I'd like gtags in golang projects. https://github.com/juntaki/gogtags
supports generating them, but the `global` binary needs to support
sqlite3 to read them.

I changed debian/rules in the source package like this (add
--with-sqlite):

override_dh_auto_configure:
 dh_auto_configure -- --with-exuberant-ctags=/usr/bin/ctags
--disable-static \
 --datadir=/usr/share/$(DEB_SOURCE) --with-sqlite3

... and the result suits my needs :) So please consider this change.


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

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

Versions of packages global depends on:
ii  emacsen-common  3.0.4
ii  libc6   2.28-10
ii  libltdl72.4.6-9
ii  libncurses6 6.1+20190803-1
ii  libtinfo6   6.1+20190803-1

Versions of packages global recommends:
ii  python  2.7.16-1

Versions of packages global suggests:
ii  chromium [www-browser] 76.0.3809.100-1
ii  doxygen1.8.13-10
ii  exuberant-ctags1:5.9~svn20110310-12
ii  firefox-esr [www-browser]  60.8.0esr-1
pn  id-utils   
ii  python-pygments2.3.1+dfsg-1
ii  w3m [www-browser]  0.5.3-37+b1

-- no debconf information

-- 
Markus Grunwald
https://www.the-grue.de/~markus/markus_grunwald.gpg



Bug#906115: gnucash: Crash when press key on new entry in account

2019-06-09 Thread Markus Grunwald
Hello

> does unsetting GTK_IM_MODULE help?
Yes, it helps :)

Can be seen on the BT, as well

#1  0x149af54e in gdk_x11_window_get_xid () at
/usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#2  0x155540a6cd9e in  () at
/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-xim.so
#3  0x14c484b3 in  () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#4  0x105b31c9 in gnucash_sheet_key_press_event
(widget=0x57008410, event=0x57c85940) at
./gnucash/register/register-gnome/gnucash-sheet.c:1904


-- 
Markus Grunwald
https://www.the-grue.de/~markus/markus_grunwald.gpg



Bug#906115: Backtrace included

2019-06-09 Thread Markus Grunwald
 0x1456fd74 in g_signal_emit_valist () at
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#8  0x1457097f in g_signal_emit () at
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#9  0x14da5324 in  () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#10 0x14dc591b in gtk_window_propagate_key_event () at
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#11 0x14dc942b in  () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#12 0x14df7274 in  () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#13 0x14553ec6 in  () at
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#14 0x1456fd74 in g_signal_emit_valist () at
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#15 0x1457097f in g_signal_emit () at
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#16 0x14da5324 in  () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#17 0x14c65a3f in  () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#18 0x14c67a83 in gtk_main_do_event () at
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#19 0x14969465 in  () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#20 0x1499a112 in  () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#21 0x1516af2e in g_main_context_dispatch () at
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x1516b1c8 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x1516b4c2 in g_main_loop_run () at
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x14c66b15 in gtk_main () at
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#25 0x104cc40d in gnc_ui_start_event_loop () at
./gnucash/gnome-utils/gnc-gnome-utils.c:651
id = 463
#26 0x8132 in inner_main (closure=,
argc=, argv=) at ./gnucash/gnucash-bin.c:684
main_mod = 
fn = 
#27 0x1531350d in  () at /usr/lib/x86_64-linux-gnu/libguile-2.2.so.1
#28 0x152f5dfa in  () at /usr/lib/x86_64-linux-gnu/libguile-2.2.so.1
#29 0x1537453f in  () at /usr/lib/x86_64-linux-gnu/libguile-2.2.so.1
#30 0x15379d8f in scm_call_n () at
/usr/lib/x86_64-linux-gnu/libguile-2.2.so.1
#31 0x15368784 in  () at /usr/lib/x86_64-linux-gnu/libguile-2.2.so.1
#32 0x152f63e0 in  () at /usr/lib/x86_64-linux-gnu/libguile-2.2.so.1
#33 0x152f6475 in scm_c_with_continuation_barrier () at
/usr/lib/x86_64-linux-gnu/libguile-2.2.so.1
#34 0x15367396 in  () at /usr/lib/x86_64-linux-gnu/libguile-2.2.so.1
#35 0x15259ef5 in GC_call_with_stack_base () at
/usr/lib/x86_64-linux-gnu/libgc.so.1
#36 0x15367728 in scm_with_guile () at
/usr/lib/x86_64-linux-gnu/libguile-2.2.so.1
#37 0x153136a2 in scm_boot_guile () at
/usr/lib/x86_64-linux-gnu/libguile-2.2.so.1
#38 0x7a30 in main (argc=, argv=) at ./gnucash/gnucash-bin.c:831
sys_locale = 0x555890e0 "P\222YUUU"
__func__ = "main"
gdb -batch -n -ex 'set pagination off' -ex run -ex bt -ex 'bt full' -ex
8,83s user 0,81s system 22% cpu 42,761 total

-- 
Markus Grunwald
https://www.the-grue.de/~markus/markus_grunwald.gpg



Bug#818287: Error in FilterPyinotify callback: 'module' object has no attribute '_strptime_time'

2017-02-12 Thread Markus Grunwald
Hello,

This is a 'me too': I just installed fail2ban and got the same
message.
As there is a fix available upstream, I don't see any reason not to
apply it...

cu
--
Markus Grunwald
http://www.the-grue.de/~markus/markus_grunwald.gpg


pgpGvGZ2BOZCM.pgp
Description: Digitale Signatur von OpenPGP


Bug#844097: [photofilmstrip] Unable to save project

2016-11-12 Thread Markus Grunwald
Package: photofilmstrip
Version: 1:2.1.0-dmo1
Severity: grave

--- Please enter the report below this line. ---

When I try to save my project, I get this error message:

Could not safe file '/home/markus/My PhotoFilmStrips/Kathreinmarkt
2016/Kathreinmarkt 2016.pfs': tostring() has been removed. Please call
tobytes()  instead.

(Translation before the ':' by me, because now I can't close it to
change LC_ALL without loosing hours of work)



--- System information. ---
Architecture: amd64
Kernel:   Linux 4.7.0-1-amd64

Debian Release: stretch/sid
  700 testing www.deb-multimedia.org
  700 testing ftp2.de.debian.org
  600 unstableftp2.de.debian.org
  500 grml-testingdeb.grml.org

--- Package information. ---
Depends  (Version) | Installed
==-+-===
mencoder   | 4:1.3.0~20160925.svn37900-dmo3
python-wxgtk3.0| 3.0.2.0+dfsg-3
python-imaging | 3.3.1-1
python(>= 2.7) | 2.7.11-2
python(<< 2.8) | 2.7.11-2


Package's Recommends field is empty.

Package's Suggests field is empty.




Servus,


--
Markus Grunwald
http://www.the-grue.de

Fragen zur Mail? http://www.the-grue.de/mail_und_co
http://www.the-grue.de/~markus/markus_grunwald.gpg



Bug#821308: Bug doesn't appear in 4.5.4-1

2016-06-05 Thread Markus Grunwald
Hello Nicholas,

Yes, I can confirm that the bug doesn't appear in linux-image-4.3.5-1. I didn't
downgrade, just never uninstalled that kernel.

Currently, I'm running this:

markus@haktar % uname -a
Linux haktar 4.5.0-2-amd64 #1 SMP Debian 4.5.4-1 (2016-05-16) x86_64 GNU/Linux

ii  linux-image-4.5.0-2-amd64 4.5.4-1amd64 Linux 4.5 
for 64-bit PCs

I didn't see the bug until now... seems to be fixed with this version!

-- 
Markus Grunwald
https://www.the-grue.de

Fragen zur Mail? https://www.the-grue.de/mail_und_co
https://www.the-grue.de/~markus/markus_grunwald.gpg



Bug#821308: Bug doesn't appear in 4.3.5-1

2016-05-30 Thread Markus Grunwald
Hello,

have been booting my machine with linux image 4.3.5-1 for a few weeks now: the
bug didn't appear there!


-- 
Markus Grunwald
https://www.the-grue.de

Fragen zur Mail? https://www.the-grue.de/mail_und_co
https://www.the-grue.de/~markus/markus_grunwald.gpg



Bug#821944: [systemd] automounts not unmounted after timeout

2016-04-20 Thread Markus Grunwald
Package: systemd
Version: 229-4
Severity: normal

--- Please enter the report below this line. ---

I have an automount configured so that it should unmount after 300s, but it is
not unmounted:

From man systemd.automount:
TimeoutIdleSec=
   Configures an idle timeout. Once the mount has been idle for the
   specified time, systemd will attempt to unmount.

 % cat /etc/systemd/system/mnt-vdr.automount
[Unit]
Description=VDR recordings
ConditionPathExists=/mnt/vdr
Wants=network.target
After=network.target

[Automount]
Where=/mnt/vdr
TimeoutIdleSec=300

[Install]
WantedBy=multi-user.target

% mount | grep vdr
systemd-1 on /mnt/vdr type autofs
(rw,relatime,fd=38,pgrp=1,timeout=300,minproto=5,maxproto=5,direct) 

% cd /mnt/vdr markus@zem % mount | grep vdr
systemd-1 on /mnt/vdr type autofs
(rw,relatime,fd=38,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
vdr:/srv/share/vdr on /mnt/vdr type nfs
(rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,soft,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.178.47,mountvers=3,mountport=48705,mountproto=tcp,local_lock=none,addr=192.168.178.47)

% cd ~ 
% sleep 400; mount | grep vdr
systemd-1 on /mnt/vdr type autofs
(rw,relatime,fd=38,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
vdr:/srv/share/vdr on /mnt/vdr type nfs
(rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,soft,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.178.47,mountvers=3,mountport=48705,mountproto=tcp,local_lock=none,addr=192.168.178.47)

So after 400s it's still mounted. I guarantee that no other process
accessed /mnt/vdr in that time.

--- System information. ---
Architecture: amd64
Kernel:   Linux 4.4.0-1-amd64

Debian Release: stretch/sid
  700 testing www.deb-multimedia.org 
  700 testing security.debian.org 
  700 testing ftp2.de.debian.org 
  600 unstableftp2.de.debian.org 
  500 utopic  ppa.launchpad.net 
  500 saucy   ppa.launchpad.net 
  500 grml-testingdeb.grml.org 

--- Package information. ---
Depends (Version) | Installed
=-+-==
libacl1 (>= 2.2.51-8) | 2.2.52-3
libaudit1(>= 1:2.2.1) | 
libblkid1 (>= 2.17.2) | 
libcap2   (>= 1:2.10) | 
libcryptsetup4   (>= 2:1.4.3) | 
libdbus-1-3(>= 1.1.1) | 
libkmod2  (>= 5~) | 
libpam0g(>= 0.99.7.1) | 
libselinux1(>= 2.1.9) | 
libsystemd-journal0 (= 208-8) | 
libudev1 (>= 189) | 
libwrap0  (>= 7.6-4~) | 
libsystemd-login0   (= 208-8) | 
util-linux  (>= 2.19.1-2) | 
initscripts (>= 2.88dsf-53.2) | 
sysv-rc   | 
udev  | 
acl   | 
adduser   | 
libcap2-bin   | 


Package Status  (Version) | Installed
=-+-===
udev  | 229-4


Recommends  (Version) | Installed
=-+-===
libpam-systemd| 229-4


Suggests(Version) | Installed
=-+-===
systemd-ui| 



--- Output from package bug script ---


-- 
Markus Grunwald
https://www.the-grue.de

Fragen zur Mail? https://www.the-grue.de/mail_und_co
https://www.the-grue.de/~markus/markus_grunwald.gpg



Bug#821308: [kernel] BUG: unable to handle kernel NULL pointer dereference at 0000000000000008

2016-04-17 Thread Markus Grunwald
Package: kernel
Version: SMP Debian 4.4.6-1 (2016-03-17) x86_64 GNU/Linux

Severity: normal

--- Please enter the report below this line. ---

When entering hibernate or suspend or logging off I almost always get a kernel
bug and the system (Thinkpad T61) freezes. I find these lines in the logfile in
this situation:

Apr 03 22:04:15 haktar kernel: BUG: unable to handle kernel NULL pointer 
dereference at 0060
Apr 03 22:04:18 haktar kernel: IP: [] 
intel_fb_obj_invalidate+0x17/0xf0 [i915]
Apr 03 22:04:19 haktar kernel: PGD 0 
Apr 03 22:04:19 haktar kernel: Oops:  [#1] SMP 
Apr 03 22:04:19 haktar kernel: Modules linked in: sha256_ssse3 sha256_generic 
hmac drbg ansi_cprng ctr ccm appletalk ax25 ipx p8023 p8022 psnap llc nfsd 
auth_r
Apr 03 22:04:21 haktar kernel:  8250_fintek drm video i2c_algo_bit tpm_tis 
button tpm processor evdev joydev tun hdaps input_polldev arc4 iwl3945 iwlegacy 
mac8
Apr 03 22:04:21 haktar kernel: CPU: 0 PID: 1736 Comm: Xorg Not tainted 
4.4.0-1-amd64 #1 Debian 4.4.6-1
Apr 03 22:04:22 haktar kernel: Hardware name: LENOVO 64665DG/64665DG, BIOS 
7LETC6WW (2.26 ) 05/11/2009
Apr 03 22:04:23 haktar kernel: task: 880036b60400 ti: 8800bae44000 
task.ti: 8800bae44000
Apr 03 22:04:23 haktar kernel: RIP: 0010:[]  
[] intel_fb_obj_invalidate+0x17/0xf0 [i915]
Apr 03 22:04:23 haktar kernel: RSP: 0018:8800bae47aa8  EFLAGS: 00010246
Apr 03 22:04:23 haktar kernel: RAX: 880036b60400 RBX: 880036fd8f00 RCX: 
8801aee81d00
Apr 03 22:04:23 haktar kernel: RDX: 880135b29400 RSI:  RDI: 
880036fd8f00
Apr 03 22:04:23 haktar kernel: RBP:  R08: ea022d1f R09: 
0003
Apr 03 22:04:23 haktar kernel: R10: 880018febc60 R11: 88000baacc20 R12: 

Apr 03 22:04:23 haktar kernel: R13: 8800b8d03060 R14: 0080 R15: 
8800b8d03000
Apr 03 22:04:23 haktar kernel: FS:  7fdfecf9ea00() 
GS:88013bc0() knlGS:
Apr 03 22:04:23 haktar kernel: CS:  0010 DS:  ES:  CR0: 8005003b
Apr 03 22:04:23 haktar kernel: CR2: 0060 CR3: 000135cd8000 CR4: 
06f0
Apr 03 22:04:23 haktar kernel: Stack:
Apr 03 22:04:23 haktar kernel:  8800b8a72400  
0021 8800b8d03060
Apr 03 22:04:23 haktar kernel:  0080 a065a4a0 
35798280 8800bae47c78
Apr 03 22:04:23 haktar kernel:  8135e6d8  
8800bae47b84 8800bae47b84
Apr 03 22:04:23 haktar kernel: Call Trace:
Apr 03 22:04:23 haktar kernel:  [] ? 
intel_fbdev_set_par+0x40/0x60 [i915]
Apr 03 22:04:23 haktar kernel:  [] ? fb_set_var+0x208/0x400
Apr 03 22:04:23 haktar kernel:  [] ? do_sys_poll+0x146/0x560
Apr 03 22:04:23 haktar kernel:  [] ? update_curr+0xb6/0x130
Apr 03 22:04:23 haktar kernel:  [] ? 
enqueue_entity+0x359/0x9b0
Apr 03 22:04:23 haktar kernel:  [] ? fbcon_blank+0x2f1/0x330
Apr 03 22:04:23 haktar kernel:  [] ? 
check_preempt_wakeup+0xe0/0x1e0
Apr 03 22:04:23 haktar kernel:  [] ? 
do_unblank_screen+0xd8/0x1a0
Apr 03 22:04:23 haktar kernel:  [] ? 
complete_change_console+0x54/0xd0
Apr 03 22:04:23 haktar kernel:  [] ? vt_ioctl+0x6d8/0x1290
Apr 03 22:04:23 haktar kernel:  [] ? drm_ioctl+0x162/0x4c0 
[drm]
Apr 03 22:04:23 haktar kernel:  [] ? tty_ioctl+0x33c/0xbf0
Apr 03 22:04:23 haktar kernel:  [] ? 
handle_mm_fault+0x10b1/0x1710
Apr 03 22:04:23 haktar kernel:  [] ? do_vfs_ioctl+0x2ae/0x490
Apr 03 22:04:23 haktar kernel:  [] ? SyS_ioctl+0x74/0x80
Apr 03 22:04:23 haktar kernel:  [] ? 
system_call_fast_compare_end+0xc/0x67
Apr 03 22:04:23 haktar kernel: Code: 41 5e e9 bd f7 ff ff 0f 1f 00 66 2e 0f 1f 
84 00 00 00 00 00 66 66 66 66 90 41 56 41 55 41 54 55 41 89 f4 53 48 8b 6f 08 48
Apr 03 22:04:23 haktar kernel: RIP  [] 
intel_fb_obj_invalidate+0x17/0xf0 [i915]
Apr 03 22:04:24 haktar kernel:  RSP 
Apr 03 22:04:24 haktar kernel: CR2: 0060
Apr 03 22:04:24 haktar kernel: ---[ end trace cb27ca4add0222dd ]---


The log is quite old, because usually I see only the lines:
Apr 16 15:15:16 haktar kernel: BUG: unable to handle kernel 
Apr 16 15:15:16 haktar kernel: NULL pointer dereference
Apr 16 15:15:16 haktar kernel:  at 0060
Apr 16 15:15:16 haktar kernel: IP:
-- Reboot --


--- System information. ---
Architecture: amd64
Kernel:   Linux 4.4.0-1-amd64

Debian Release: stretch/sid
  700 testing www.deb-multimedia.org 
  700 testing security.debian.org 
  700 testing ftp2.de.debian.org 
  600 unstableftp2.de.debian.org 
  500 utopic  ppa.launchpad.net 
  500 saucy   ppa.launchpad.net 
  500 grml-testingdeb.grml.org 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.


-- 
Markus Grunwald
https://www.the-grue.de

Fragen zur Mail? https://www.the-grue.de/mail_und_co
https://www.the-grue.de/~markus/markus_grunwald.gpg



Bug#774116: [roger-router] Rebuilding won't work

2015-02-17 Thread Markus Grunwald
Package: roger-router
Version: 1.8.9-2

--- Please enter the report below this line. ---

 apt-get source roger-router and change debian/rules to
 --with-cups and --with-gstreamer1 to no

This doesn't work here, I get the following error:

cp -a debian/tmp/usr/lib/cups/backend/roger-cups
debian/roger-router-cli//usr/lib/cups/backend/ cp: cannot stat
'debian/tmp/usr/lib/cups/backend/roger-cups': No such file or directory
dh_install: cp -a debian/tmp/usr/lib/cups/backend/roger-cups
debian/roger-router-cli//usr/lib/cups/backend/ returned exit code 1
debian/rules:27: recipe for target 'override_dh_install' failed
make[1]: *** [override_dh_install] Error 2 make[1]: Leaving directory
'/home/markus/src/roger-router-1.8.9' debian/rules:7: recipe for target
'binary' failed make: *** [binary] Error 2


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.16.0-4-amd64

Debian Release: 8.0
  700 testing www.deb-multimedia.org 
  700 testing security.debian.org 
  700 testing ftp2.de.debian.org 
  600 unstableftp2.de.debian.org 
  500 utopic  ppa.launchpad.net 
  500 saucy   ppa.launchpad.net 
  500 grml-testingdeb.grml.org 
  500 debian  merlin.fit.vutbr.cz 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.






-- 
Markus Grunwald
https://www.the-grue.de

Fragen zur Mail? https://www.the-grue.de/mail_und_co
https://www.the-grue.de/~markus/markus_grunwald.gpg


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



Bug#766104: [graphicsmagick] converting tiff to 4 bit grayscale doesn't work

2014-10-20 Thread Markus Grunwald
Package: graphicsmagick
Version: 1.3.20-3
Severity: normal

--- Please enter the report below this line. ---

I'm using gm for heavy work with tiff-files. Unfortunately I have to use
ImageMagick to convert to 4 bit grayscale tifs. Use the attached testfile for
reference:

% gm convert -compress LZW testpicture.tif -colors 16 -colorspace GRAY -depth 4 
testpicture_4bit_gm.tif
% convert -compress LZW testpicture.tif -colors 16 -colorspace GRAY -depth 4 
testpicture_4bit_im.tif
% identify testpicture*.tif
testpicture_4bit_gm.tif TIFF 256x256 256x256+0+0 8-bit sRGB 18.7KB 0.000u 
0:00.000
testpicture_4bit_im.tif[1] TIFF 256x256 256x256+0+0 4-bit Grayscale Gray 8.44KB 
0.000u 0:00.000
testpicture.tif[2] TIFF 256x256 256x256+0+0 8-bit Grayscale Gray 8.08KB 0.000u 
0:00.000

- The gm created image is 8 bit sRGB while ImageMagich creates the 4 bit
grayscale as requested...

I tried to report the bug upstream but find the sourcefourge.net webinterface
unusable.

Thanks,
Markus

 --- System information. ---
Architecture: amd64
Kernel:   Linux 3.16-2-amd64

Debian Release: jessie/sid
  700 testing www.deb-multimedia.org 
  700 testing security.debian.org 
  700 testing ftp2.de.debian.org 
  600 unstableftp2.de.debian.org 
  500 utopic  ppa.launchpad.net 
  500 saucy   ppa.launchpad.net 
  500 grml-testingdeb.grml.org 
  500 debian  merlin.fit.vutbr.cz 

--- Package information. ---
Depends (Version) | Installed
=-+-===
libc6  (= 2.2.5) | 
libgomp1   (= 4.2.1) | 
libgraphicsmagick3 (= 1.3.5) | 


Package's Recommends field is empty.

Suggests(Version) | Installed
=-+-===
graphicsmagick-dbg| 







-- 
Markus Grunwald
https://www.the-grue.de

Fragen zur Mail? https://www.the-grue.de/mail_und_co
https://www.the-grue.de/~markus/markus_grunwald.gpg


Bug#725901: [gnucash] Transaction Templates don't store Payment Purpose continued

2013-10-09 Thread Markus Grunwald
Package: gnucash
Version: 1:2.4.13-1
Severity: normal

--- Please enter the report below this line. ---
When creating a Transaction Template where all four Payment Purpose field are
filled in, only the upper two values are stored.



--- System information. ---
Architecture: amd64
Kernel:   Linux 3.10-3-amd64

Debian Release: jessie/sid
  700 testing www.deb-multimedia.org 
  700 testing security.debian.org 
  700 testing http.debian.net 
  600 unstablehttp.debian.net 
  500 lucid   ppa.launchpad.net 
  500 grml-testingdeb.grml.org 
  500 debian  merlin.fit.vutbr.cz 

--- Package information. ---
Depends (Version) | Installed
=-+-
gnucash-common (= 1:2.4.13-1) | 1:2.4.13-1
gconf-service | 3.2.6-1
guile-1.8-libs| 1.8.8+1-8
libaqbanking34(= 4.99.2) | 5.0.31beta-1
libc6(= 2.4) | 
libcairo2  (= 1.2.4) | 
libdbi1(= 0.8.4) | 
libgconf-2-4  (= 2.31.1) | 
libgdk-pixbuf2.0-0(= 2.22.0) | 
libglade2-0  (= 1:2.6.1) | 
libglib2.0-0  (= 2.31.8) | 
libgnome-keyring0 (= 2.20.3) | 
libgnome2-0   (= 2.17.3) | 
libgnomecanvas2-0 (= 2.11.1) | 
libgnomeui-0  (= 2.22.0) | 
libgoffice-0.8-8   (= 0.8.8) | 
libgtk2.0-0   (= 2.12.0) | 
libgwengui-gtk2-0(= 3.99.16) | 
libgwenhywfar60   (= 3.99.1) | 
libktoblzcheck1c2a  (= 1.19) | 
libofx4   | 
libpango1.0-0 (= 1.14.0) | 
libwebkitgtk-1.0-0(= 1.3.10) | 
libx11-6  | 
libxml2(= 2.7.4) | 
zlib1g   (= 1:1.1.4) | 
perl  | 
slib  | 
guile-1.8 (= 1.8.8+1-4~) | 
libfinance-quote-perl | 
libwww-perl   | 
libhtml-tree-perl | 
libhtml-tableextract-perl | 
libcrypt-ssleay-perl  | 
libdate-manip-perl| 


Recommends(Version) | Installed
===-+-===
gnucash-docs| 2.4.2-1
yelp| 3.8.1-2


Suggests(Version) | Installed
=-+-===
libdbd-mysql  | 0.8.3-1+s-5+b1
libdbd-pgsql  | 
libdbd-sqlite3| 







-- 
Markus Grunwald
https://www.the-grue.de

Fragen zur Mail? https://www.the-grue.de/mail_und_co
https://www.the-grue.de/~markus/markus_grunwald.gpg


signature.asc
Description: PGP signature


Bug#718643: [dunst] Keyboard shortcuts don't work

2013-08-03 Thread Markus Grunwald
Package: dunst
Version: 1.0.0-2
Severity: normal

--- Please enter the report below this line. ---

I used the configuration that is included in the dunst package:

gunzip -c /usr/share/doc/dunst/dunstrc.example.gz  ~/.config/dunst/dunstrc

started dunst from the commandline and it didn't complain about anything.
When trying to close a notification with ctrl+space or any other keyboard
shortcut, nothing happens.

I'm using dunst together with the i3 window manager.

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.9-1-amd64

Debian Release: jessie/sid
  700 testing www.deb-multimedia.org 
  700 testing security.debian.org 
  700 testing ftp2.de.debian.org 
  600 unstableftp2.de.debian.org 
  500 lucid   ppa.launchpad.net 
  500 grml-testingdeb.grml.org 
  500 debian  merlin.fit.vutbr.cz 

--- Package information. ---
Depends   (Version) | Installed
===-+-
libc6  (= 2.4) | 
libcairo2(= 1.2.4) | 
libdbus-1-3  (= 1.0.2) | 
libfreetype6 (= 2.2.1) | 
libglib2.0-0(= 2.28.0) | 
libpango-1.0-0  (= 1.14.0) | 
libpangocairo-1.0-0 (= 1.14.0) | 
libx11-6| 
libxdg-basedir1 | 
libxext6| 
libxft2  ( 2.1.1) | 
libxinerama1| 
libxss1 | 


Package's Recommends field is empty.

Package's Suggests field is empty.






-- 
Markus Grunwald
https://www.the-grue.de

Fragen zur Mail? https://www.the-grue.de/mail_und_co
https://www.the-grue.de/~markus/markus_grunwald.gpg


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



Bug#689866: flawed german translation

2012-10-07 Thread Markus Grunwald
Package: claws-mail-i18n
Version: 3.8.1-1
Severity: minor
Tags: l10n patch

--- Please enter the report below this line. ---

The toolbar translation for  msgid Toolbar|Trash is
Werkzeugleiste|Papierkorb but should be only Papierkorb. Similar for
msgid Toolbar|Sender, which should be Absender.

The patch corrects both errors.

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-3-amd64

Debian Release: wheezy/sid
  700 testing www.deb-multimedia.org
  700 testing security.debian.org
  700 testing http.debian.net
  600 unstablehttp.debian.net
  500 lucid   ppa.launchpad.net
  500 grml-testingdeb.grml.org
  500 debian  merlin.fit.vutbr.cz

--- Package information. ---
Depends   (Version) | Installed
===-+-=
claws-mail (= 3.8.1-1) | 3.8.1-1


Package's Recommends field is empty.

Package's Suggests field is empty.




-- 
Markus Grunwald
https://www.the-grue.de

Fragen zur Mail? https://www.the-grue.de/mail_und_co
https://www.the-grue.de/~markus/markus_grunwald.gpg
--- claws-mail-3.8.1.orig/po/de.po	2012-10-07 12:42:46.0 +0200
+++ claws-mail-3.8.1.orig/po/de.po	2012-10-07 12:44:41.0 +0200
@@ -13922,7 +13922,7 @@

 #: src/toolbar.c:367 src/toolbar.c:402
 msgid Toolbar|Trash
-msgstr Werkzeugleiste|Papierkorb
+msgstr Papierkorb

 #: src/toolbar.c:390
 msgid Folders
@@ -13950,7 +13950,7 @@

 #: src/toolbar.c:399
 msgid Toolbar|Sender
-msgstr Werkzeugleiste|Absender
+msgstr Absender

 #: src/toolbar.c:400
 msgid List


smime.p7s
Description: S/MIME Kryptografische Unterschrift


Bug#681745: [pidgin-skype] Pidgin gets no skype chat messages after update to skype 4.0.0.7

2012-07-16 Thread Markus Grunwald
Package: pidgin-skype
Version: 20110407+svn628+dfsg-1
Severity: serious

--- Please enter the report below this line. ---

After upgrading skype to 4.0.0.7-1 (coming from a quite ancient
version), pidgin opens a chat window when I receive a skype chat
message, but doesn't display the message itself. I have to open skype
to see the message.

--- System information. ---
Architecture: i386
Kernel:   Linux 3.2.0-2-686-pae

Debian Release: wheezy/sid
  500 testing security.debian.org
  500 testing ftp.us.debian.org

--- Package information. ---
Depends (Version) | Installed
=-+-===
libc6(= 2.4) | 2.13-33
libpurple0 (= 2.1.1) | 2.10.4-1.1


Package's Recommends field is empty.

Package's Suggests field is empty.


--
Markus Grunwald http://www.the-grue.de

Männerchor Markt Kirchseeon   Registered Linux User 101577
Notenwart und Webmaster  http://counter.li.org
http://www.maennerchor-kirchseeon.de   pgp/gpg key ID 15CEDD0A

 Fragen zur Mail? http://www.the-grue.de/mail_und_co/


signature.asc
Description: PGP signature


Bug#679297: [canorus] canorus crashes when saving

2012-06-27 Thread Markus Grunwald
-7fca5c9cb000 rw-p  00:00 0
7fca5c9cb000-7fca5c9d1000 r--s  08:06 1322635
 /var/cache/fontconfig/105b9c7e6f0a4f82d8c9b6e39c52c6f9-le64.cache-3
7fca5c9d1000-7fca5c9d3000 r--s  08:06 1322634
 /var/cache/fontconfig/423767150eb258c59035de29db6fca84-le64.cache-3
7fca5c9d3000-7fca5c9d7000 r--s  08:06 1322633
 /var/cache/fontconfig/198d8fcf01c96d0cf813f74fd759bdb7-le64.cache-3
7fca5c9d7000-7fca5c9d8000 r--s  08:06 1322631
 /var/cache/fontconfig/a2983c26534ebaad003f7aa8c49880c9-le64.cache-3
7fca5c9d8000-7fca5c9db000 r--s  08:06 1322632
 /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-3
7fca5c9db000-7fca5c9dc000 r--s  08:06 1322661
 /var/cache/fontconfig/4c599c202bc5c08e2d34565a40eac3b2-le64.cache-3
7fca5c9dc000-7fca5c9dd000 r--p  08:06 2412877
 /usr/share/locale/en_GB/LC_MESSAGES/libc.mo
7fca5c9dd000-7fca5c9de000 r--p  08:06 87643
 /usr/lib/locale/sid_ET/LC_NUMERIC
7fca5c9de000-7fca5c9df000 r--p  08:06 1466187
 /usr/lib/locale/en_AG/LC_TIME
7fca5c9df000-7fca5c9e r--p  08:06 88093
 /usr/lib/locale/cy_GB.utf8/LC_MONETARY
7fca5c9e-7fca5c9e1000 r--p  08:06 87646
 /usr/lib/locale/sid_ET/LC_MESSAGES/SYS_LC_MESSAGES
7fca5c9e1000-7fca5c9e2000 r--p  08:06 87625
 /usr/lib/locale/wo_SN/LC_PAPER
7fca5c9e2000-7fca5c9e3000 r--p  08:06 88101
 /usr/lib/locale/cy_GB.utf8/LC_NAME
7fca5c9e3000-7fca5c9e4000 r--p  08:06 1824539
 /usr/lib/locale/gv_GB.utf8/LC_ADDRESS
7fca5c9e4000-7fca5c9e5000 r--p  08:06 88099
 /usr/lib/locale/cy_GB.utf8/LC_TELEPHONE
7fca5c9e5000-7fca5c9e6000 r--p  08:06 87636
 /usr/lib/locale/wo_SN/LC_MEASUREMENT
7fca5c9e6000-7fca5c9e7000 r--p  08:06 2182878
 /usr/lib/locale/en_GB.utf8/LC_IDENTIFICATION
7fca5c9e7000-7fca5c9ee000 r--s  08:06 2348418
 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7fca5c9ee000-7fca5c9f rw-p  00:00 0
7fca5c9f-7fca5c9f1000 r--p 0001f000 08:06 538319
 /lib/x86_64-linux-gnu/ld-2.13.so
7fca5c9f1000-7fca5c9f2000 rw-p 0002 08:06 538319
 /lib/x86_64-linux-gnu/ld-2.13.so
7fca5c9f2000-7fca5c9f3000 rw-p  00:00 0
7fca5c9f3000-7fca5cc07000 r-xp  08:06 2217895
 /usr/bin/canorus
7fca5ce07000-7fca5ce13000 r--p 00214000 08:06 2217895
 /usr/bin/canorus
7fca5ce13000-7fca5ce14000 rw-p 0022 08:06 2217895
 /usr/bin/canorus
7fca5d48e000-7fca5d715000 rw-p  00:00 0
 [heap]
7fffe17cd000-7fffe17ee000 rw-p  00:00 0
 [stack]
7fffe17ff000-7fffe180 r-xp  00:00 0
 [vdso]
ff60-ff601000 r-xp  00:00 0
 [vsyscall]
[1]28856 abort (core dumped)  canorus  canorus.log 21


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-2-amd64

Debian Release: wheezy/sid
  500 testing www.debian-multimedia.org
  500 testing security.debian.org
  500 testing ftp2.de.debian.org
  500 grml-testingdeb.grml.org
  500 debian  merlin.fit.vutbr.cz

--- Package information. ---
Depends   (Version) | Installed
===-+-===
libasound2  (= 1.0.16) | 1.0.25-3
libc6  (= 2.4) | 2.13-33
libgcc1(= 1:4.1.1) | 1:4.7.0-8
libqt4-help(= 4:4.5.3) | 4:4.8.1-1
libqt4-svg (= 4:4.5.3) | 4:4.8.1-1
libqt4-xml (= 4:4.5.3) | 4:4.8.1-1
libqtcore4   (= 4:4.7.0~beta1) | 4:4.8.1-1
libqtgui4  (= 4:4.5.3) | 4:4.8.1-1
libstdc++6   (= 4.4.0) | 4.7.0-8
zlib1g (= 1:1.2.2) | 1:1.2.7.dfsg-11
canorus-data| 0.7+dfsg+svn1256-2


Recommends  (Version) | Installed
=-+-===
lilypond  | 2.14.2-3


Suggests(Version) | Installed
=-+-===
timidity  | 2.13.2-40
 OR fluidsynth|





-- 
Markus Grunwald
https://www.the-grue.de

Fragen zur Mail? https://www.the-grue.de/mail_und_co
https://www.the-grue.de/~markus/markus_grunwald.gpg



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



Bug#673421: problem disappeared after yesterdays safe-upgrade

2012-06-05 Thread Markus . Grunwald
Yesterday, I made a bigger safe-upgrade and calibre starts just fine 
now...

cu
Markus


Bug#673421: me too

2012-05-29 Thread Markus Grunwald
Hello,

same problem here
-- 
Markus Grunwald




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



Bug#645980: [bluez] Unable to get on D-Bus

2011-10-20 Thread Markus Grunwald
Package: bluez
Version: 4.96-3
Severity: normal

--- Please enter the report below this line. ---

When start bluez, I get this error in syslog:

Oct 20 09:46:09 haktar bluetoothd[26837]: Bluetooth daemon 4.96
Oct 20 09:46:09 haktar bluetoothd[26837]: Unable to get on D-Bus
Oct 20 09:46:09 haktar systemd[1]: Unit bluetooth.service entered failed
state.

Maybe it's related to:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587158

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.0.0-1-amd64

Debian Release: wheezy/sid
  500 testing www.debian-multimedia.org
  500 testing security.debian.org
  500 testing ftp2.de.debian.org
  500 grml-testingdeb.grml.org
  500 debian  merlin.fit.vutbr.cz

--- Package information. ---
Depends   (Version) | Installed
===-+-==
libbluetooth3 (= 4.91) | 4.96-3
libc6  (= 2.7) | 2.13-21
libcap-ng0  | 0.6.6-1
libdbus-1-3  (= 1.1.1) | 1.4.16-1
libglib2.0-0(= 2.28.0) | 2.28.6-1
libreadline6   (= 6.0) | 6.2-4
libudev0 (= 0.140) | 172-1
libusb-0.1-4  (= 2:0.1.12) | 2:0.1.12-19
module-init-tools   | 3.16-1
udev (= 170-1) | 172-1
lsb-base| 3.2-28
dbus| 1.4.16-1
python-gobject  | 2.28.6-5
python-dbus | 0.84.0-2


Package's Recommends field is empty.

Package's Suggests field is empty.




-- 
Markus Grunwald http://www.the-grue.de

Registered Linux User Nr 101577
http://counter.li.org

gpg/pgp fingerprint: 15CEDD0A
(gpg --recv-keys 15CEDD0A)




signature.asc
Description: OpenPGP digital signature


Bug#632363: [encfs] failed to access mountpoint

2011-07-01 Thread Markus Grunwald
Package: encfs
Version: 1.7.4-2.2
Severity: important

--- Please enter the report below this line. ---

When I try to mount my previously working encfs directory, this happens:

markus@haktar % encfs /home/markus/private.enc/ /home/markus/private.dec
EncFS Password:
fusermount: failed to access mountpoint /home/markus/private.dec:
Permission denied
fuse failed. Common problems:
- fuse kernel module not installed (modprobe fuse)
- invalid options -- see usage message
1 markus@haktar % lsmod | grep fuse
fuse   61520  2

So, the fuse module is loaded...

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.38-2-amd64

Debian Release: wheezy/sid
  500 testing www.debian-multimedia.org
  500 testing security.debian.org
  500 testing ftp2.de.debian.org
  500 grml-testingdeb.grml.org
  500 debian  merlin.fit.vutbr.cz

--- Package information. ---
Depends  (Version) | Installed
==-+-==
libboost-filesystem1.42.0(= 1.42.0-1) | 1.42.0-4+b1
libboost-serialization1.42.0 (= 1.42.0-1) | 1.42.0-4+b1
libboost-system1.42.0(= 1.42.0-1) | 1.42.0-4+b1
libc6   (= 2.3.2) | 2.13-4
libfuse2(= 2.8.1) | 2.8.5-3
libgcc1   (= 1:4.1.1) | 1:4.6.0-10
librlog5   | 1.4-1
libssl1.0.0 (= 1.0.0) | 1.0.0d-2
libstdc++6(= 4.6) | 4.6.0-10
fuse-utils | 2.8.5-3


Package's Recommends field is empty.

Package's Suggests field is empty.




-- 
Markus Grunwald http://www.the-grue.de

Registered Linux User Nr 101577
http://counter.li.org

gpg/pgp fingerprint: 15CEDD0A
(gpg --recv-keys 15CEDD0A)

attachment: markus_grunwald.vcf

Bug#632243: [encfs] /bin/umount: unrecognized option '--fake'

2011-06-30 Thread Markus Grunwald
Package: encfs
Version: 1.7.4-2.2
Severity: minor

--- Please enter the report below this line. ---
This happens when I umount an encfs directory:

markus@haktar % fusermount -u private.dec
/bin/umount: unrecognized option '--fake'
Usage: umount -h | -V
   umount -a [-d] [-f] [-r] [-n] [-v] [-t vfstypes] [-O opts]
   umount [-d] [-f] [-r] [-n] [-v] special | node...
1 markus@haktar % ls ~/private.dec
markus@haktar %

Since ~/private.dec is unmounted, it's no big problem, but disturbing.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.38-2-amd64

Debian Release: wheezy/sid
  500 testing www.debian-multimedia.org
  500 testing security.debian.org
  500 testing ftp2.de.debian.org
  500 grml-testingdeb.grml.org
  500 debian  merlin.fit.vutbr.cz

--- Package information. ---
Depends  (Version) | Installed
==-+-==
libboost-filesystem1.42.0(= 1.42.0-1) | 1.42.0-4+b1
libboost-serialization1.42.0 (= 1.42.0-1) | 1.42.0-4+b1
libboost-system1.42.0(= 1.42.0-1) | 1.42.0-4+b1
libc6   (= 2.3.2) | 2.13-4
libfuse2(= 2.8.1) | 2.8.5-3
libgcc1   (= 1:4.1.1) | 1:4.6.0-10
librlog5   | 1.4-1
libssl1.0.0 (= 1.0.0) | 1.0.0d-2
libstdc++6(= 4.6) | 4.6.0-10
fuse-utils | 2.8.5-3


Package's Recommends field is empty.

Package's Suggests field is empty.




-- 
Markus Grunwald http://www.the-grue.de

Registered Linux User Nr 101577
http://counter.li.org

gpg/pgp fingerprint: 15CEDD0A
(gpg --recv-keys 15CEDD0A)

attachment: markus_grunwald.vcf

Bug#574947: Second this

2011-06-29 Thread Markus . Grunwald
Hello,

I just ran into a problem because of the ancient version of global. 
Fortunately, it was easy to create a 5.9.x debian package with the patch 
from R. Andrew Bailey.

So please, consider packaging the new version. Thanks!

cu
Markus

Bug#625637: [geeqie] Prevents start of external editors because destination directory is not writable

2011-05-04 Thread Markus Grunwald
Package: geeqie
Severity: important

--- Please enter the report below this line. ---
When I start an external editor on a picture that is in a directory
that's not writeable, geeqie complains : This operation can't continue:
destination directory is not writeable.

geeqie --debug tells me:
Change checked: destination dir is readonly:
/var/autofs/net/benji/media/pictures/sortiert-nach-datum/2011/05/01/17-41-49.JPG
-
/var/autofs/net/benji/media/pictures/sortiert-nach-datum/2011/05/01/17-41-49.JPG


This is a bug because the destination directory of the external editor
is not always the same as the source directory. In my case, destination
is $HOME

I would remove this check completely: it is nonsense.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.38-2-amd64

Debian Release: wheezy/sid
  500 testing www.debian-multimedia.org
  500 testing security.debian.org
  500 testing ftp2.de.debian.org
  500 grml-testingdeb.grml.org
  500 debian  merlin.fit.vutbr.cz

--- Package information. ---
Depends   (Version) | Installed
===-+-=
libc6(= 2.2.5) | 2.11.2-11
libexiv2-9  | 0.20-2
libgcc1(= 1:4.1.1) | 1:4.6.0-2
libglib2.0-0(= 2.24.0) | 2.28.4-1
libgtk2.0-0 (= 2.12.0) | 2.24.3-1~sid1
liblcms1(= 1.15-1) | 1.18.dfsg-1.2+b3
liblircclient0  | 0.9.0~pre1-1
libpango1.0-0   (= 1.14.0) | 1.28.3-6
libstdc++6   (= 4.2.1) | 4.6.0-2
geeqie-common   (= 1:1.0-7) | 1:1.0-7


Recommends   (Version) | Installed
==-+-===
exiftran   | 2.07-7
exiv2  | 0.20-2
ufraw-batch| 0.18-1
zenity | 2.30.0-1
imagemagick| 8:6.6.0.4-2.2
librsvg2-common| 2.32.1-1


Suggests   (Version) | Installed
-+-===
gimp | 2.6.11-1
xpaint   |
geeqie-dbg   |
libjpeg-progs| 8c-1
ufraw| 0.16-3+b1





-- 
Markus Grunwald http://www.the-grue.de

Registered Linux User Nr 101577
http://counter.li.org

gpg/pgp fingerprint: 15CEDD0A
(gpg --recv-keys 15CEDD0A)

attachment: markus_grunwald.vcf

signature.asc
Description: OpenPGP digital signature


Bug#592936: [hplip-cups] Page background is printed black

2010-08-14 Thread Markus Grunwald

Package: hplip-cups
Version: 3.10.5-4
Severity: important

--- Please enter the report below this line. ---
This bug is alife again:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568377

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.32-3-amd64

Debian Release: squeeze/sid
  500 testing www.debian-multimedia.org
  500 testing security.debian.org
  500 testing ftp2.de.debian.org
  500 grml-testingdeb.grml.org

--- Package information. ---
Depends  (Version) | Installed
==-+-==
libc6   (= 2.2.5) | 2.11.2-2
libcups2(= 1.4.0) | 1.4.4-1
libcupsimage2   (= 1.4.0) | 1.4.4-1
libgcc1   (= 1:4.1.1) | 1:4.4.4-6
libhpmud0  | 3.10.5-4
libjpeg62 (= 6b1) | 6b1-1
libssl0.9.8  (= 0.9.8m-1) | 0.9.8o-1
libstdc++6  (= 4.1.1) | 4.4.4-6
ghostscript-cups   | 8.71~dfsg2-3
cups   (= 1.4.0)  | 1.4.4-1
 OR cupsddk| 1.4.4-1
cups   | 1.4.4-1
cups-client| 1.4.4-1


Package's Recommends field is empty.

Suggests (Version) | Installed
==-+-=
hplip-doc  | 3.10.5-4
hplip (= 3.10.5-4) | 3.10.5-4





--
Markus Grunwald http://the-grue.de

Registered Linux User Nr 101577
http://counter.li.org

gpg/pgp fingerprint: 7E01F5FE15CEDD0A
(gpg --recv-keys 7E01F5FE15CEDD0A)




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



Bug#568377: [hplip-cups] Page background is printed black

2010-02-04 Thread Markus Grunwald
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: hplip-cups
Version: 3.9.12-2
Severity: important

- --- Please enter the report below this line. ---

When printing Webpages or PDF files with my HP CP1515n, the background -
or better: the empty space between text lines - is black. This looks bad
and costs lots of toner...

I configured the printer with cups to use the HP Color LaserJet cp1515n
pcl3, hpcups 3.9.12 ppd file.

When using another ppd, namely HP Color LaserJet cp1515n hpijs pcl3,
3.9.12 (note: hpcups vs. hpijs) everything is fine.

Please tell me if I can give you additional information.

- --- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.30-2-amd64

Debian Release: squeeze/sid
  500 testing www.debian-multimedia.org
  500 testing security.debian.org
  500 testing ftp2.de.debian.org

- --- Package information. ---
Depends  (Version) | Installed
==-+-==
libc6   (= 2.2.5) | 2.10.2-2
libcups2(= 1.4.0) | 1.4.2-4
libcupsimage2   (= 1.4.0) | 1.4.2-4
libgcc1   (= 1:4.1.1) | 1:4.4.2-9
libhpmud0  | 3.9.12-2
libjpeg62  | 6b-15
libssl0.9.8  (= 0.9.8k-1) | 0.9.8k-8
libstdc++6  (= 4.1.1) | 4.4.2-9
hplip (= 3.9.12-2) | 3.9.12-2
ghostscript-cups   | 8.70~dfsg-2+b1
cups   (= 1.4.0)  | 1.4.2-4
 OR cupsddk| 1.4.2-4
cups-client| 1.4.2-4


Package's Recommends field is empty.

Suggests   (Version) | Installed
-+-===
hplip-doc| 3.9.12-2





- --
Markus Grunwald http://the-grue.de

Registered Linux User Nr 101577
http://counter.li.org

gpg/pgp fingerprint: 7E01F5FE15CEDD0A
(gpg --recv-keys 7E01F5FE15CEDD0A)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFLarNxfgH1/hXO3QoRAmsYAJ4hYcqQ63e2/E8yHGFnCH2tbFUGJQCeIwBy
X894Ft72yvehvU2SfR47078=
=W0qI
-END PGP SIGNATURE-



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



Bug#565777: tkcvs: When merging, edited tags are ignored

2010-01-18 Thread Markus Grunwald
Package: tkcvs
Version: 8.1-1
Severity: important

I use the Merge to current button of the tkcvs tree view to merge
changes from  one branch to another. After clicking on the button, the
tag and commit dialog appears. I click I'm ready and edit the
merge from tag to mergefrom_tkcvs-bug_18Jan10. After clicking on Ok, I
get the cvs output and see that my changes are gone and have been
replaced by tkcvs's default:

cvs commit -m Merge from 1.67.4.2 make_release
cvs tag -F -r1.67.4.2 mergeto_trunk_18Jan10 make_release
cvs tag -F mergefrom_branch-0-2-20-Y_18Jan10 make_release
T make_release

I'll try to attache some pictures later.

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

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

Versions of packages tkcvs depends on:
ii  cvs 1:1.12.13-12 Concurrent Versions System
ii  subversion  1.5.1dfsg1-4 Advanced version control system
ii  tk8.5   8.5.3-4  Tk toolkit for Tcl and X11, v8.5 -
ii  ttf-dejavu  2.25-3   Metapackage to pull in ttf-dejavu-

Versions of packages tkcvs recommends:
ii  aterm [x-terminal-emula 1.0.1-4  Afterstep XVT - a VT102 emulator f
ii  dirdiff 2.1-4Display and merge changes between
ii  eterm [x-terminal-emula 0.9.5-1  Enlightened Terminal Emulator
ii  gnome-terminal [x-termi 2.22.3-3 The GNOME 2 terminal emulator appl
ii  konsole [x-terminal-emu 4:3.5.9.dfsg.1-6 X terminal emulator for KDE
ii  rxvt-ml [x-terminal-emu 1:2.6.4-14   multi-lingual VT102 terminal emula
ii  rxvt-unicode [x-termina 9.05-1+lenny1RXVT-like terminal emulator with U
ii  xterm [x-terminal-emula 235-2X terminal emulator

tkcvs 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#562538: Me too...

2009-12-30 Thread Markus Grunwald
Hello,

I just ran into the same problem. Geeqie has changed a very good and
often used feature in gqview - but didn't make it better.
I'd like the old behaviour of gqview, too.

-- 
Markus Grunwald http://the-grue.de

Registered Linux User Nr 101577
http://counter.li.org

gpg/pgp fingerprint: 7E01F5FE15CEDD0A
(gpg --recv-keys 7E01F5FE15CEDD0A)




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



Bug#547544: [xserver-xorg-video-intel ] no hardware rendering after recent upgrade

2009-09-20 Thread Markus Grunwald
0xcf  0 dc  0 24  0 r  .  .  8  8  8  0  0 24  0 16 16 16  0  0 0 Slow
0xd0  0 dc  0 24  0 r  y  .  8  8  8  0  0 24  0  0  0  0  0  0 0 None
0xd1  0 dc  0 24  0 r  y  .  8  8  8  0  0 24  0 16 16 16  0  0 0 Slow
0xd2  0 dc  0 24  0 r  .  .  8  8  8  0  0 24  8  0  0  0  0  0 0 None
0xd3  0 dc  0 24  0 r  .  .  8  8  8  0  0 24  8 16 16 16  0  0 0 Slow
0xd4  0 dc  0 24  0 r  y  .  8  8  8  0  0 24  8  0  0  0  0  0 0 None
0xd5  0 dc  0 24  0 r  y  .  8  8  8  0  0 24  8 16 16 16  0  0 0 Slow
0xd6  0 dc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
0xd7  0 dc  0 32  0 r  .  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
0xd8  0 dc  0 32  0 r  y  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
0xd9  0 dc  0 32  0 r  y  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
0xda  0 dc  0 32  0 r  .  .  8  8  8  8  0  0  8  0  0  0  0  0 0 None
0xdb  0 dc  0 32  0 r  .  .  8  8  8  8  0  0  8 16 16 16 16  0 0 Slow
0xdc  0 dc  0 32  0 r  y  .  8  8  8  8  0  0  8  0  0  0  0  0 0 None
0xdd  0 dc  0 32  0 r  y  .  8  8  8  8  0  0  8 16 16 16 16  0 0 Slow
0xde  0 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0xdf  0 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0xe0  0 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0xe1  0 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0xe2  0 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0xe3  0 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0xe4  0 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0xe5  0 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow




--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.27.25

Debian Release: squeeze/sid
  500 testing www.debian-multimedia.org
  500 testing security.debian.org
  500 testing ftp2.de.debian.org

--- Package information. ---
Depends(Version) | Installed
-+-===
libc6 (= 2.2.5) | 2.9-25
libdrm-intel1(= 2.4.11) | 2.4.13-1
libdrm2   (= 2.4.3) | 2.4.13-1
libpciaccess0 (= 0.8.0+git20071002) | 0.10.6-2
libxext6 | 2:1.0.4-1
libxfixes3  (= 1:4.0.1) | 1:4.0.3-2
libxv1   | 2:1.0.4-1
libxvmc1 | 1:1.0.4-2
xserver-xorg-core   (= 2:1.6.2) | 2:1.6.3-1


Package's Recommends field is empty.

Package's Suggests field is empty.




-- 
Markus Grunwald http://the-grue.de

Registered Linux User Nr 101577
http://counter.li.org

gpg/pgp fingerprint: 7E01F5FE15CEDD0A
(gpg --recv-keys 7E01F5FE15CEDD0A)




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



Bug#538042: [laptop-mode-tools] [: 89: ethtool:: unexpected operator

2009-07-22 Thread Markus Grunwald
Package: laptop-mode-tools
Version: 1.49-1
Severity: normal

--- Please enter the report below this line. ---

When calling laptop_mode like in the /etc/init.d/laptop-mode script, I
get errors from a test/[ call in the shell:

$ /usr/sbin/laptop_mode init auto force

mar...@haktar:~$ sudo /usr/sbin/laptop_mode init auto force
Laptop Mode Tools 1.49
enabled, not active
Swapping out configuration files.
/etc/syslog.conf is a symlink.
Pointing config file /etc/syslog.conf to /etc/syslog.conf-nolm-ac.
SIOCGMIIREG on eth0 failed: Input/output error
SIOCGMIIREG on eth0 failed: Input/output error
  No MII transceiver present!.
[: 89: ethtool:: unexpected operator
[: 89: Cannot: unexpected operator
SIOCGMIIPHY on 'eth1' failed: Operation not supported
[: 89: Cannot: unexpected operator
[: 89: ethtool:: unexpected operator
Following symlink from /dev/cdrom to /dev/hda.
Polling is already disabled on the given drive.

This might be a duplicate of 535650 but I don't think so: it should be
fixed in 1.49. The error seems to come from this call to ethtool:

mar...@haktar:~$ sudo ethtool -s eth0 speed 0
ethtool: bad command line argument(s)
For more information run ethtool -h

This bug might be related to ethtool, but such errors should be handeled
more graciously...



--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.27.25

Debian Release: squeeze/sid
  500 testing www.debian-multimedia.org
  500 testing security.debian.org
  500 testing ftp2.de.debian.org

--- Package information. ---
Depends  (Version) | Installed
==-+-
lsb-base   (= 3.0-10) | 3.2-22
util-linux   (= 2.13) | 2.15.1~rc1-1
psmisc | 22.7-1


Recommends  (Version) | Installed
=-+-===
acpid | 1.0.10-2
 OR apmd  | 3.2.2-13
 OR pbbuttonsd|
 OR pmud  |
hdparm| 9.15-1
sdparm| 1.02-1
hal   | 0.5.12~git20090406.46dc48-2
ethtool   | 6+20090307-1
net-tools | 1.60-23
wireless-tools| 29-1.1


Package's Suggests field is empty.




-- 
Markus Grunwald http://the-grue.de

Registered Linux User Nr 101577
http://counter.li.org

gpg/pgp fingerprint: 7E01F5FE15CEDD0A
(gpg --recv-keys 7E01F5FE15CEDD0A)




signature.asc
Description: OpenPGP digital signature


Bug#536392: [screenlets] screenlets-daemon crashes

2009-07-09 Thread Markus Grunwald
Package: screenlets
Version: 0.1.2-6
Severity: grave

--- Please enter the report below this line. ---

When I try to start the screenlets daemon, I get the attached error report.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.27.25

Debian Release: squeeze/sid
  500 testing www.debian-multimedia.org
  500 testing security.debian.org
  500 testing ftp2.de.debian.org

--- Package information. ---
Depends (Version) | Installed
=-+-
python   (= 2.4) | 2.5.4-2
python-support(= 0.90.0) | 1.0.3
python-gtk2   | 2.14.1-3
python-gnome2 | 2.26.1-1
python-dbus   | 0.83.0-1
python-xdg| 0.15-1.1
python-rsvg   | 2.24.1-1+b3
 OR python-gnome2-desktop | 2.24.1-1
python-wnck   | 2.24.1-1+b3
 OR python-gnome2-desktop | 2.24.1-1


Recommends   (Version) | Installed
==-+-=
gnome-keyring  | 2.26.1-1
python-feedparser  | 4.1-13
python-gmenu   | 2.26.1-1
python-gtkmozembed | 2.25.3-2
 OR python-gnome2-extras ( 2.19) |
iceweasel  | 3.0.9-1
 OR firefox|
python-imaging | 1.1.6-3
python-evolution   | 2.24.1-1+b3
 OR python-gnome2-desktop  | 2.24.1-1
python-gnomekeyring| 2.24.1-1+b3
 OR python-gnome2-desktop  | 2.24.1-1
metacity  (= 2.21.4)  | 1:2.26.0-3
 OR xcompmgr   |
 OR compiz |
 OR xfwm4 (= 4.2) |


Suggests (Version) | Installed
==-+-
evolution  | 2.26.1.1-2
tomboy |
gnome-orca | 2.26.2-2
xfconf (= 4.5.93) |





-- 
Markus Grunwald http://the-grue.de

Registered Linux User Nr 101577
http://counter.li.org

gpg/pgp fingerprint: 7E01F5FE15CEDD0A
(gpg --recv-keys 7E01F5FE15CEDD0A)

System: Linux 2.6.27.25 #1 SMP PREEMPT Fri Jun 19 21:46:31 CEST 2009 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10402000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Glossy
Icon Theme: gnome
GTK+ Modules: gnomebreakpad, canberra-gtk-module

Memory status: size: 375042048 vsize: 375042048 resident: 24539136 share: 
11210752 rss: 24539136 rss_rlim: 18446744073709551615
CPU usage: start_time: 1247154534 rtime: 23 utime: 18 stime: 5 cutime:0 cstime: 
0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/python2.5'

[Thread debugging using libthread_db enabled]
[New Thread 0x7f90a4b3e6f0 (LWP 4751)]
0x7f90a473d2e5 in waitpid () from /lib/libpthread.so.0
#0  0x7f90a473d2e5 in waitpid () from /lib/libpthread.so.0
#1  0x7f909cd0b6e9 in IA__g_spawn_sync (
working_directory=value optimized out, argv=value optimized out, 
envp=value optimized out, flags=value optimized out, 
child_setup=value optimized out, user_data=value optimized out, 
standard_output=0x0, standard_error=0x0, exit_status=0x0, 
error=0x7fff46e4bd78)
at /tmp/cdt.XX50MgKl/build-area/glib2.0-2.20.1/glib/gspawn.c:382
#2  0x7f909cd0b9f8 in IA__g_spawn_command_line_sync (
command_line=value optimized out, standard_output=0x0, 
standard_error=0x0, exit_status=0x0, error=0x7fff46e4bd78)
at /tmp/cdt.XX50MgKl/build-area/glib2.0-2.20.1/glib/gspawn.c:694
#3  0x7f9093c0cd63 in ?? ()
   from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
#4  signal handler called
#5  PyType_IsSubtype (a=0x1, b=0x7f909bc32240) at ../Objects/typeobject.c:848
#6  0x7f909ba1dafc in ?? ()
   from /usr/lib/pymodules/python2.5/gtk-2.0/gobject/_gobject.so
#7  0x7f909ba1ddf8 in ?? ()
   from /usr/lib/pymodules/python2.5/gtk-2.0/gobject/_gobject.so
#8  0x7f909ba1ecc8 in ?? ()
   from /usr/lib/pymodules/python2.5/gtk-2.0/gobject/_gobject.so
#9  0x004911d5 in PyEval_EvalFrameEx (f=0x1d3e630, 
throwflag=value optimized out) at ../Python/ceval.c:3612
#10 0x00491ce2 in PyEval_EvalFrameEx (f=0x1be9170, 
throwflag=value optimized out) at ../Python/ceval.c:3698
#11 0x004924cd in PyEval_EvalCodeEx (co=0x1816a08, 
globals=value optimized out, locals=value optimized out, 
args=0x18106f0, argcount=4, kws=0x0, kwcount=0, defs=0x0, defcount=0, 
closure=0x0) at ../Python/ceval.c:2875
#12 0x004dc992 in function_call (func=0x190a0c8, arg=0x18106d8, 
kw=0x0) at ../Objects/funcobject.c:517
#13 0x00418843 in PyObject_Call (func=0x1dbca70, arg=0x7f909bc32240, 
kw=0x0) at ../Objects/abstract.c:1861
#14 0x0041f6e8 in instancemethod_call (func=0x190a0c8, arg

Bug#516568: solved: Upgrading nfs-common and nfs-kernel-server from 1:1.1.2-6lenny1 to 1:1.1.4-1 breaks cfs

2009-06-09 Thread Markus Grunwald
Hello,

fixing /var/lib/cfs/cfs_mount.sh solved the problem for me. Just add udp
to the mount line near the end of the file like this:

mount -oport=3049,intr,nfsvers=2,udp \
  localhost:$NULL_EXPORT $CRYPT_ROOT || rc=1
test ! -x /usr/sbin/exportfs || exportfs -u localhost:$NULL_EXPORT

HTH
-- 
Markus Grunwald http://the-grue.de

Registered Linux User Nr 101577
http://counter.li.org

gpg/pgp fingerprint: 7E01F5FE15CEDD0A
(gpg --recv-keys 7E01F5FE15CEDD0A)




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



Bug#523815: [audacity] Opening track menu fails after Fit Selection

2009-04-12 Thread Markus Grunwald
Package: audacity
Version: 1.3.7-2
Severity: normal

--- Please enter the report below this line. ---

Steps to reproduce:

1) Open a soundfile
2) Mark a selection with the mouse
3) Click on the Fit selection tool
4) Press Shift-M (Open menu on focused track)

- You get a Disallowed for some reason.  Try selecting some audio
first? Message.

5) Click Ok and press Shift-M again
6) Now the menu opens - too late. It should open after 4), independent
of any selections

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.27.19

Debian Release: squeeze/sid
  500 testing www.debian-multimedia.org
  500 testing security.debian.org
  500 testing ftp2.de.debian.org
  500 testing ftp.debian-unofficial.org

--- Package information. ---
Depends   (Version) | Installed
===-+-===
audacity-data   (= 1.3.7-2) | 1.3.7-2
libasound2  ( 1.0.18) | 1.0.19-1
libc6(= 2.3.4) | 2.9-4
libexpat1   (= 1.95.8) | 2.0.1-4
libflac++6  | 1.2.1-1.2
libflac8| 1.2.1-1.2
libgcc1(= 1:4.1.1) | 1:4.3.3-3
libglib2.0-0(= 2.12.0) | 2.20.0-2
libgtk2.0-0 (= 2.14.0) | 2.14.7-5
libid3tag0 (= 0.15.1b) | 0.15.1b-10
libjack0   (= 0.116.1) | 0.116.1-4
libmad0  (= 0.15.1b-3) | 0.15.1b-4
libogg0 (= 1.0rc3) | 1.1.3-5
libsamplerate0  | 0.1.7-2
libsndfile1 | 1.0.18-2
libsoundtouch1c2 (= 1.3.1) | 1.3.1-2
libstdc++6   (= 4.2.1) | 4.3.3-3
libtwolame0 | 0.3.12-1
libvorbis0a  (= 1.1.2) | 1.2.0.dfsg-4
libvorbisenc2(= 1.1.2) | 1.2.0.dfsg-4
libvorbisfile3   (= 1.1.2) | 1.2.0.dfsg-4
libwxbase2.8-0 (= 2.8.7.1) | 2.8.7.1-1.1
libwxgtk2.8-0  (= 2.8.7.1) | 2.8.7.1-1.1



-- 
Markus Grunwald http://the-grue.de

Registered Linux User Nr 101577
http://counter.li.org

gpg/pgp fingerprint: 7E01F5FE15CEDD0A
(gpg --recv-keys 7E01F5FE15CEDD0A)




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



Bug#504591: tkcvs: Missing arrows in the logviewer

2008-11-05 Thread Markus Grunwald
Package: tkcvs
Version: 8.0.3-3
Severity: normal

The graphical log viewer can draw arrows between branches when the
revisions are tagged correctly (mergeto... / mergefrom...).

This mechanism does not work if there are many tags for a file and the
merge... tags are hidden in the more... field of a revision.

I'll try to attach screenshots.

Please note that this is true for version 8.1, too.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (900, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages tkcvs depends on:
ii  cvs 1:1.12.13-8  Concurrent Versions System
ii  subversion  1.4.2dfsg1-2 Advanced version control system
ii  tcl8.4  8.4.12-1.1   Tcl (the Tool Command Language) v8
ii  tk8.4   8.4.12-1 Tk toolkit for Tcl and X11, v8.4 -
ii  tkdiff  1:4.1.3-1graphical side by side diff util

Versions of packages tkcvs recommends:
ii  aterm [x-terminal-emul 1.0.0-4   Afterstep XVT - a VT102 emulator f
ii  eterm [x-terminal-emul 0.9.4.0debian1-2  Enlightened Terminal Emulator
ii  gnome-terminal [x-term 2.14.2-1  The GNOME 2 terminal emulator appl
ii  konsole [x-terminal-em 4:3.5.5a.dfsg.1-6 X terminal emulator for KDE
ii  rxvt-ml [x-terminal-em 1:2.6.4-10multi-lingual VT102 terminal emula
ii  rxvt-unicode [x-termin 7.9-2 RXVT-like terminal emulator with U
ii  xterm [x-terminal-emul 222-1etch2X terminal emulator

-- no debconf information



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



Bug#504591: screenshots

2008-11-05 Thread Markus . Grunwald
cu
Markus


tkcvs-arrow.png
Description: Binary data


tkcvs-missing-arrow.png
Description: Binary data


Bug#490285: [nfs-common] kernel oops when mounting

2008-07-11 Thread Markus Grunwald
Package: nfs-common
Version: 1:1.1.2-4
Severity: important

--- Please enter the report below this line. ---

Sometimes (yeah...) when mounting a nfs mount, my machine hangs and
there is a kernel oops in the logfile. I'm reporting this with kernel
2.6.24.2, but it happens with 2.6.25.10 as well. I attach the oopses for
both kernels.



--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.24.2

Debian Release: lenny/sid
  500 testing www.debian-multimedia.org
  500 testing security.debian.org
  500 testing ftp2.de.debian.org
  500 testing ftp.debian-unofficial.org

--- Package information. ---
Depends(Version) | Installed
-+-===
portmap  | 6.0-6
 OR rpcbind  |
adduser  | 3.108
ucf  | 3.007
lsb-base   (= 1.3-9ubuntu3) | 3.2-12
netbase(= 4.24) | 4.32
initscripts   (= 2.86.ds1-38.1) | 2.86.ds1-59
libc6 (= 2.7-1) | 2.7-10
libcomerr2   (= 1.33-3) | 1.40.8-2
libevent1  (= 1.3e) | 1.3e-3
libgssglue1  | 0.1-2
libkrb53 (= 1.6.dfsg.2) | 1.6.dfsg.3-2
libnfsidmap2 | 0.20-1
librpcsecgss3| 0.18-1
libwrap0 (= 7.6-4~) | 7.6.q-15


-- 
Markus Grunwald

Registered Linux User Nr 101577  gpg/pgp fingerprint:
7E01F5FE15CEDD0A
http://counter.li.org(gpg --recv-keys 7E01F5FE15CEDD0A)
 icq 314331831
Jul 11 08:30:56 haktar kernel: PGD 28764067 PUD 2870b067 PMD 0 
Jul 11 08:30:56 haktar kernel: CPU 0 
Jul 11 08:30:56 haktar kernel: Modules linked in: nls_iso8859_15 nls_cp850 vfat 
nls_iso8859_1 fa
t ntfs i915 drm rfcomm l2cap bluetooth bay dock sbs sbshc fan binfmt_misc nfsd 
exportfs autofs4 
acpi_cpufreq cpufreq_conservative cpufreq_powersave cpufreq_userspace 
cpufreq_ondemand cpufreq_s
tats freq_table fuse hdaps tp_smapi thinkpad_ec loop pcmcia arc4 ecb joydev 
snd_hda_intel snd_hw
dep snd_pcm_oss snd_pcm snd_page_alloc snd_mixer_oss snd_seq_dummy snd_seq_oss 
iwl3945 snd_seq_m
idi_event firmware_class mac80211 snd_seq snd_timer snd_seq_device yenta_socket 
rsrc_nonstatic o
hci1394 cfg80211 ehci_hcd uhci_hcd pcmcia_core i2c_i801 psmouse ieee1394 sdhci 
snd ricoh_mmc thi
nkpad_acpi led_class pcspkr evdev usbcore mmc_core ac battery video output 
button
Jul 11 08:30:56 haktar kernel: Pid: 4215, comm: mount.nfs Not tainted 2.6.24.2 
#1
Jul 11 08:30:56 haktar kernel: RIP: 0010:[802b872c]  
[802b872c] graft_tree+0
x4c/0xe0
Jul 11 08:30:56 haktar kernel: RSP: 0018:810025813c48  EFLAGS: 00010246
Jul 11 08:30:56 haktar kernel: RAX: 810027a81850 RBX: ffec RCX: 

Jul 11 08:30:56 haktar kernel: RDX: 8100331e4080 RSI: 810025813e58 RDI: 
81003d2d47c0
Jul 11 08:30:56 haktar kernel: RBP: 81003d2d47c0 R08:  R09: 
810027ad9a18
Jul 11 08:30:56 haktar kernel: R10: 8100816ac000 R11: 8027dc00 R12: 
810025813e58
Jul 11 08:30:56 haktar kernel: R13:  R14: 0003 R15: 
0003
Jul 11 08:30:56 haktar kernel: FS:  2dc026e0() 
GS:8068() knlGS:0
000
Jul 11 08:30:56 haktar kernel: CS:  0010 DS:  ES:  CR0: 8005003b
Jul 11 08:30:56 haktar kernel: CR2: 00b2 CR3: 28551000 CR4: 
06e0
Jul 11 08:30:56 haktar kernel: DR0:  DR1:  DR2: 

Jul 11 08:30:56 haktar kernel: DR3:  DR6: 0ff0 DR7: 
0400
Jul 11 08:30:56 haktar kernel: Process mount.nfs (pid: 4215, threadinfo 
810025812000, task f
fff81003c52d140)
Jul 11 08:30:56 haktar kernel: Stack:  810025813e58 810025813e60 
81003d2d47c0 ff
ff802b8ce0
Jul 11 08:30:56 haktar kernel:  0006 3d2d47c0 
8100258dd000 810028670
000
Jul 11 08:30:56 haktar kernel:  81003c76b000 802b9faa 
7d4097d8 0
000
Jul 11 08:30:56 haktar kernel: Call Trace:
Jul 11 08:30:56 haktar kernel:  [802b8ce0] do_add_mount+0xa0/0x140
Jul 11 08:30:56 haktar kernel:  [802b9faa] do_mount+0x58a/0x790
Jul 11 08:30:56 haktar kernel:  [8027b23d] find_lock_page+0x3d/0xc0
Jul 11 08:30:56 haktar kernel:  [8027d673] filemap_fault+0x1d3/0x3e0
Jul 11 08:30:56 haktar kernel:  [80383fa1] __up_read+0x21/0xb0
Jul 11 08:30:56 haktar kernel:  [8024c3ad] 
search_exception_tables+0x1d/0x30
Jul 11 08:30:56 haktar kernel:  [8022494d] do_page_fault+0x21d/0x7a0
Jul 11 08:30:56 haktar kernel:  [8028c211] handle_mm_fault+0x1a1/0x7d0
Jul 11 08:30:56 haktar kernel:  [80280a7d] __alloc_pages+0x9d/0x3c0
Jul 11 08:30:56 haktar kernel:  [80280e27

Bug#465709: bc: No check for wrong numbers according to ibase

2008-02-14 Thread Markus . Grunwald
Subject: bc: No check for wrong numbers according to ibase
Package: bc
Version: 1.06-20
Severity: normal

When changing ibase, the following inputs are not checked if they are 
valid:

[EMAIL PROTECTED] bc
ibase=2
3
3
4
4
5
5
a=7
a
7


This makes the following error very hard to understand:

[EMAIL PROTECTED] bc
ibase=2
obase=16
100
11

Now explain this ;) If I would get an error when entering obase=16 
everything would be clear.

(Explanation: it seems that obase=16 is interpreted as obase=11b =3d. So 
100b (=4d) is 11 base 3...)



-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (900, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages bc depends on:
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared 
libraries
ii  libncurses5 5.5-5Shared libraries for terminal 
hand
ii  libreadline55.2-2GNU readline and history 
libraries

bc recommends no packages.

-- no debconf information

Mit freundlichen Grüßen

Markus Grunwald
Softwareentwicklung

PRÜFTECHNIK Condition Monitoring GmbH
Oskar-Messter-Straße 19-21
85737 Ismaning
www.pruftechnik.com
Tel: +49 (0)89 99616177
Fax: +49 (0)89 99616200

PRÜFTECHNIK Condition Monitoring GmbH
Sitz Ismaning / HRB 145655 München 
Geschäftsführer: Johann Lösl

Ein Unternehmen der PRÜFTECHNIK-Gruppe





Bug#451809: ls: reading directory .: Input/output error

2007-11-18 Thread Markus Grunwald
Package: cfs
Version: 1.4.1-18
Severity: serious

--- Please enter the report below this line. ---

Hello,

I can't use cfs on my 64 bit system (private is an existing cfs which works 
on other machines):

[EMAIL PROTECTED]:~$ cattach private
Key:
[EMAIL PROTECTED]:~$ mount | grep cfs
localhost:/var/lib/cfs/.cfsfs on /var/cfs type nfs 
(rw,port=3049,intr,nfsvers=2,udp,addr=127.0.0.1)
[EMAIL PROTECTED]:~$ cd /crypt/private/
[EMAIL PROTECTED]:/crypt/private$ ls
ls: reading directory .: Input/output error
[EMAIL PROTECTED]:/crypt/private$ echo hallo  test
bash: test: Invalid argument
[EMAIL PROTECTED]:/crypt/private$ cat test
[EMAIL PROTECTED]:/crypt/private$ echo *
*
[EMAIL PROTECTED]:/crypt/private$ cd
[EMAIL PROTECTED]:~$ cdetach private
[EMAIL PROTECTED]:~$ exit

It seems this bug is old:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg20439.html

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.22.5gru

Debian Release: lenny/sid
  500 testing www.debian-multimedia.org 
  500 testing security.debian.org 
  500 testing ftp2.de.debian.org 
  500 testing ftp.debian-unofficial.org 

--- Package information. ---
Depends(Version) | Installed
-+-===
libc6 (= 2.6-1) | 2.6.1-1
nfs-kernel-server| 1:1.1.1~git-20070929-1
 OR nfs-user-server  | 




-- 
Markus Grunwald

Registered Linux User Nr 101577  gpg/pgp fingerprint: 7E01F5FE15CEDD0A
http://counter.li.org(gpg --recv-keys 7E01F5FE15CEDD0A)
 icq 314331831



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



Bug#448361: Suspend doesn't work for ThinkPad T61

2007-10-28 Thread Markus Grunwald
Package: hal-info
Version: 20070618-1
Severity: minor
Tags: patch

--- Please enter the report below this line. ---

Hello,

suspend didn't work on my IBM/Lenovo ThinkPad T61 until I followed the 
instructions on 
http://carrot.hep.upenn.edu/wiki/doku.php?id=thinkpad:start#sleep_suspend_to_ram

Now it works fine. Here's the patch:

--- 20-video-quirk-pm-lenovo.fdi.original   2007-10-28 14:30:07.0 
+0100
+++ 20-video-quirk-pm-lenovo.fdi2007-10-28 14:22:07.0 +0100
@@ -35,6 +35,10 @@
 merge key=power_management.quirk.s3_bios type=booltrue/merge
 merge key=power_management.quirk.s3_mode type=booltrue/merge
   /match
+  !-- T61 --
+  match key=system.hardware.version prefix_ncase=ThinkPad T61
+merge key=power_management.quirk.s3_bios type=booltrue/merge
+  /match
 /match
   /device
 /deviceinfo


Unfortunately, hibernate doesn't work, but that's another story.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.22.5gru

Debian Release: lenny/sid
  500 testing www.debian-multimedia.org 
  500 testing security.debian.org 
  500 testing ftp2.de.debian.org 
  500 testing ftp.debian-unofficial.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
| 




-- 
Markus Grunwald

Registered Linux User Nr 101577  gpg/pgp fingerprint: 7E01F5FE15CEDD0A
http://counter.li.org(gpg --recv-keys 7E01F5FE15CEDD0A)
 icq 314331831



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



Bug#441994: subversion: psvn.el is very outdated

2007-09-12 Thread Markus Grunwald
Package: subversion
Version: 1.4.2dfsg1-2
Severity: wishlist

Hello,

the subversion package contains psvn.el from 2006-04-20. The actual psvn.el is 
this:
$Id: psvn.el 19439 2006-04-20 20:37:09Z xsteve $

You can get it from http://www.xsteve.at/prg/emacs/psvn.el

Please update it, thanks !

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (900, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages subversion depends on:
ii  libapr1 1.2.7-8.2The Apache Portable Runtime Librar
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared libraries
ii  libsvn1 1.4.2dfsg1-2 Shared libraries used by Subversio

subversion recommends no packages.

-- no debconf information



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



Bug#385449: #385449 smbfs: smbmount is too verbose

2007-06-20 Thread Markus . Grunwald
Hello Noèl,

 we cannot reproduce your problems with lot of output when mounting smbfs
 (see danns reply http://bugs.debian.org/385449 ).
 
 Could this because of your own built kernel?
 Can you still reproduce this problem?

Sorry, after a while I forgot this bug 
No, I can't reproduce this bug any more. Seems that you are right and it 
is gone with a new kernel.

Thank you !

Markus Grunwald




Bug#423854: kde: Many KDE Styles cause qt3 programs to crash

2007-05-14 Thread Markus Grunwald
Package: kde
Severity: normal

Many (e.g. examples/demo/demo) of the examples from qt3-examples( 3.3.7-4 ) 
segfault
when built with the debian qt and one of the following KDE Styles is used:

-b3/kde
-HighColor Classic
-HighContrast
-KDE Classic
-Plastik
-Phase

The examples work fine with other styles or with a self-compiled qt3. So I 
don't know if 
it's kde's or debian-qt3's fault...

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)


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



Bug#412987: tkcvs: tag suggestion for merging cvs files contains umlaut

2007-03-01 Thread Markus Grunwald
Package: tkcvs
Version: 8.0.3-3
Severity: normal
Tags: l10n

For the locale de_DE, tkcvs suggests tags that contain German Umlauts
if the current month contains them. When this suggestion is accepted, cvs gives 
an error:

RCS file: /srv/cvs/gru/StopWatch/CPTStopWatch.cpp,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.1.2.1
Merging differences between 1.3.2.1 and 1.3.2.1.2.1 into CPTStopWatch.cpp


cvs [tag aborted]: tag `mergeto_trunk_01Mär07' has non-visible graphic 
characters
child process exited abnormally


 locale
LANG=de_DE
LANGUAGE=de_DE
LC_CTYPE=de_DE
LC_NUMERIC=de_DE
LC_TIME=de_DE
LC_COLLATE=de_DE
LC_MONETARY=de_DE
LC_MESSAGES=de_DE
LC_PAPER=de_DE
LC_NAME=de_DE
LC_ADDRESS=de_DE
LC_TELEPHONE=de_DE
LC_MEASUREMENT=de_DE
LC_IDENTIFICATION=de_DE
LC_ALL=de_DE




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

Versions of packages tkcvs depends on:
ii  cvs 1:1.12.13-7  Concurrent Versions System
ii  subversion  1.4.2dfsg1-2 Advanced version control system
ii  tcl8.4  8.4.12-1.1   Tcl (the Tool Command Language) v8
ii  tk8.4   8.4.12-1 Tk toolkit for Tcl and X11, v8.4 -
ii  tkdiff  1:4.1.3-1graphical side by side diff util

Versions of packages tkcvs recommends:
ii  aterm [x-terminal-emul 1.0.0-4   Afterstep XVT - a VT102 emulator f
ii  konsole [x-terminal-em 4:3.5.5a.dfsg.1-6 X terminal emulator for KDE
ii  rxvt-ml [x-terminal-em 1:2.6.4-10multi-lingual VT102 terminal emula
ii  rxvt-unicode [x-termin 7.9-2 RXVT-like terminal emulator with U
ii  xterm [x-terminal-emul 222-1etch2X terminal emulator

-- no debconf information


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



Bug#399870: Will this make its way into etch ?

2007-01-29 Thread Markus . Grunwald
Hello,

Great, thanks for fixing !

Since etch is frozen, do I have chances that this bugfix will make its way 
into etch ? Working with broken breakpoints is quite a PITA ...

Mit freundlichen Grüßen

Markus Grunwald
Softwareentwicklung

PRÜFTECHNIK Condition Monitoring GmbH
Oskar-Messter-Straße 19-21
85737 Ismaning
www.pruftechnik.com
Tel: +49 (0)89 99616177
Fax: +49 (0)89 99616200




Bug#399870: kdevelop: Adding breakpoints doesn't work (sometimes)

2006-11-22 Thread Markus Grunwald
Package: kdevelop
Version: 4:3.3.5-1
Severity: important

When adding breakpoints in a running debug session, the breakpoint
sometimes never get activated. They remain waiting in the
Breakpoints tab. When I look at the gdb tab, I can't see any
action (  break ... ) when adding a breakpoint in such a situation

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages kdevelop depends on:
ii  kdebase-bin4:3.5.5a.dfsg.1-1 core binaries for the KDE base mod
ii  kdelibs4c2a4:3.5.5a.dfsg.1-3 core libraries and binaries for al
ii  kdevelop-data  4:3.3.5-1 An IDE for Unix/X11 - data
ii  libacl12.2.41-1  Access control list shared library
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libattr1   2.4.32-1  Extended attribute shared library
ii  libaudio2  1.8-2 The Network Audio System (NAS). (s
ii  libc6  2.3.6.ds1-7   GNU C Library: Shared libraries
ii  libcvsservice0 4:3.5.5-3 DCOP service for accessing CVS rep
ii  libdb4.3   4.3.29-6  Berkeley v4.3 Database Libraries [
ii  libfam02.7.0-11  Client library to control the FAM 
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-19GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libpcre3   6.7-1 Perl 5 Compatible Regular Expressi
ii  libpng12-0 1.2.8rel-7PNG library - runtime
ii  libqt3-mt  3:3.3.7-1 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-19  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-3 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages kdevelop recommends:
ii  autoconf 2.60a-4 automatic configure script builder
ii  automake1.4 [automaken]  1:1.4-p6-11 A tool for generating GNU Standard
ii  kdevelop-doc 4:3.3.5-1   An IDE for Unix/X11 - documentatio
ii  libtool  1.5.22-4Generic library support script
ii  make 3.81-2  The GNU version of the make util

-- no debconf information


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



Bug#385449: smbfs: smbmount is too verbose

2006-08-31 Thread Markus Grunwald
Package: smbfs
Version: 3.0.14a-1
Severity: minor

When mounting a smb share, I get lots of debug output on the console:

$ mount /mnt/someshare
opts: rw
opts: noauto
opts: credentials=x
opts: fmask=777
opts: gid=100
opts: codepage=cp437
opts: debug=0

As you see, I even set debug to 0 and there is still some output.
smbmount is the only mount-program that I know that does this. 
Could you please output nothing, if nothing bad happens by default ? 
No news is good news !

Thanks.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.12.3gru
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages smbfs depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libcomerr21.37-2 common error description library
ii  libkrb53  1.3.6-2MIT Kerberos runtime libraries
ii  libldap2  2.1.30-6   OpenLDAP libraries
ii  netbase   4.21   Basic TCP/IP networking system
ii  samba-common  3.0.14a-1  Samba common files used by both th

-- no debconf information


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



Bug#365839: tkcvs: Version 8.0.3 is out

2006-05-03 Thread Markus Grunwald
Package: tkcvs
Version: 7.2.2-1
Severity: wishlist

You can get tkcvs 8.0.3 at http://www.twobarleycorns.net/tkcvs_8_0_3.tar.gz

TIA
Markus
-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.30
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages tkcvs depends on:
ii  cvs  1:1.12.9-14 Concurrent Versions System
ii  tcl8.4   8.4.9-1 Tcl (the Tool Command Language) v8
ii  tk8.48.4.9-1 Tk toolkit for Tcl and X11, v8.4 -
ii  tkdiff   1:4.1.2-1   graphical side by side diff util

-- no debconf information


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



Bug#361690: xserver-xorg: calcomp_drv.o has too short timeout

2006-04-09 Thread Markus Grunwald
Package: xserver-xorg
Version: 6.8.2.dfsg.1-11
Severity: normal


The calcomp_drv.o tablet driver as a timeout setting that is too short.
This way, it can't detect a HP A4356A tablet.

The Author of calcomp_drv.o knows of this problem and can surely
supply a patch...

To shorten the logs:

(II) Calcomp SetupProc called
(**) Option Device /dev/ttyS0
(II) CALCOMP driver: Serial device opened
(II) options read MaxX=1000, MaxY=1000
(WW) Timeout while reading Calcomp tablet. No tablet connected ???
(EE) Unable to query/initialize CALCOMP hardware.
(EE) Calcomp setup failed, unloading tablet driver
(II) UnloadModule: calcomp
(EE) PreInit returned NULL for TABLET
(END)


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



Bug#359222: tkcvs: Empty branch diagram for some cvs managed files

2006-03-27 Thread Markus Grunwald
Package: tkcvs
Version: 8.0.1
Severity: important

When I open the branch diagram for some cvs managed files, the diagram is empty.
Unfortunately, I don't know how to reproduce this, but the error is fixed in 
Version 8.0.2. There is already a version 8.0.3, btw...

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.30
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)


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



Bug#357045: xemacs21-support: Error in easymenu.el

2006-03-15 Thread Markus Grunwald
Package: xemacs21-support
Version: 21.4.18-3
Severity: normal

When I start m-x speedbar, ( or speedbar-get-focus ) I get an error message:
Wrong type argument: stringp, nil

In detail :

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  normalize-menu-item-name(nil)
  easy-menu-remove((Speedbar [Update speedbar-refresh t] [Auto 
Update speedbar-toggle-updates :active (not speedbar-update-flag-disable) 
:style toggle :selected speedbar-update-flag] [Use Images 
speedbar-toggle-images:style toggle :selected speedbar-use-images] - 
(Displays [Files ... :style radio :selected ...] [Quick Buffers ... 
:style radio :selected ...] [Buffers ... :style radio :selected ...] 
[Class Browser ... :style radio :selected ...] [Analyze ... :style 
radio:selected ...]) [Customize... speedbar-customize t] [Detach 
speedbar-detach (and speedbar-frame ...)] [Close dframe-close-frame t] 
[Quit delete-frame t]))
  speedbar-reconfigure-keymaps()
  speedbar-frame-mode(1)
  dframe-get-focus(speedbar-frame speedbar-frame-mode #compiled-function 
nil ...(6) [speedbar-update-flag t speedbar-timer-fn] 1)
  #compiled-function nil ...(9) [speedbar-reset-scanners 
dframe-get-focus speedbar-frame speedbar-frame-mode #compiled-function 
nil ...(6) ... 1] 4 
(/usr/share/xemacs21/site-lisp/speedbar/speedbar.elc . 32220) nil()
  call-interactively(speedbar-get-focus)

It seems there is an error on easymenu.el, easy-menu-remove

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.30
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages xemacs21-support depends on:
ii  emacsen-common1.4.16 Common facilities for all emacsen
ii  xemacs21  21.4.18-3  highly customizable text editor
ii  xemacs21-mule [xemacs21]  21.4.18-3  highly customizable text editor --

-- no debconf information


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



Bug#329186: mc: ftpfs 'nowhere to fallback to'

2005-09-20 Thread Markus Grunwald
Package: mc
Version: 1:4.6.0-4.6.1-pre3-1
Severity: normal
Tags: patch

I'm citing from https://savannah.gnu.org/patch/?func=detailitemitem_id=3727 :

When you are  browsing some ftp using MC's  ftpfs in  PASSIVE mode and
then stay   inactive  for  some  time,  after an   attempt to   reload
directory's contents or to change cuurent dir you end up with Nowhere
to  fallback to message. Cache spoils  the thing even more, cause you
have to close ftp and  wait for MC to close  connection to it and only
than you can reconnect and continue working.

The author of this message supplies a patch:

https://savannah.gnu.org/patch/download.php?item_id=3727item_file_id=4159

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.30
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages mc depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libglib2.0-02.6.3-1  The GLib library of C routines
ii  libgpmg11.19.6-19General Purpose Mouse - shared lib

-- no debconf information


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



Bug#315545: snd depends on not-existing snd-dmotif or snd-dmotif-alsa

2005-06-23 Thread Markus Grunwald
Package: snd
Version: 7.8-1
Severity: important

The snd package depends on snd-dmotif or snd-dmotif-alsa, but they don't
exist.

This wouldn't be a big problem because the dependency can be satisfied
by snd-gtk or snd-gtk-alsa, but the very fine tutorial in snd-doc
depends on the motif version.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages snd depends on:
ii  snd-gtk-alsa  7.8-1  Sound file editor (GTK+ user inter

-- no debconf information


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



Bug#305501: gnuplot: home/end keys don't work

2005-04-20 Thread Markus . Grunwald
Package: gnuplot-nox
Version: 4.0.0-2

Gnuplot can't handle cursor keys correctly: When I start gnuplot, type 
word  and press Home End Delete, I get this line in gnuplot:

gnuplot word 7~8~3~

I would expect that the cursor moves to line start, line end and delete a 
character.
It seems that this version of gnuplot is not linked against gnus 
libreadline. I suggest linking against gnu libreadline, because all the 
cursor handling is much better and even file completition is working! This 
can be done via

./configure --with-readline=gnu 

I would be very happy if this could be fixed soon, because we use gnuplot 
very often here.

Thanks,
Markus Grunwald
Softwareentwicklung

PRÜFTECHNIK Condition Monitoring GmbH
Oskar-Messter-Straße 19-21
85737 Ismaning
www.pruftechnik.com
Tel: +49 (0)89 99616177
Fax: +49 (0)89 99616200