Bug#1042977: crossfire-server does not work with Python 3.11

2023-08-03 Thread Dr. Oliver Muth
Package: crossfire-server
Version: 1.75.0-5+b2
Severity: important

Dear Maintainer,

It seems crossfire-server was compiled using the 
PyUnicode_EncodeRawUnicodeEscape workaround for Python 3.3 - 3.9 which is 
deprecated in Python 3.11.

On each start crossfire-server logs the following error message in 
/var/log/crossfire/logfile:
23/08/03 16:56:50 [II] plugins: loading cfanim.so
23/08/03 16:56:50 [II] plugins: loading cfcitybell.so
23/08/03 16:56:50 [II] plugins: loading cfpython.so
23/08/03 16:56:50 [EE] Error trying to load 
/usr/lib/x86_64-linux-gnu/crossfire/plugins/cfpython.so: 
/usr/lib/x86_64-linux-gnu/crossfire/plugins/cfpython.so: undefined symbol: 
PyUnicode_EncodeRawUnicodeEscape

Subsequently game functions that require a python script do not work. Instead 
errors are logged like:
[EE] The requested plugin doesn't exist: Python at 11/23 in map Old City
[EE] The requested plugin doesn't exist: Python at 5/34 in map world_105_115
[EE] The requested plugin doesn't exist: Python at 11/7 in map Starting House
[EE] The requested plugin doesn't exist: Python at 1/3 in map apartments

However, nm -gD cfpython.so | grep PyUnicode finds the symbol in 
/usr/lib/crossfire/plugins/cfpython.so:
 U PyUnicode_AsUnicode
 U PyUnicode_AsUTF8
 U PyUnicode_AsUTF8String
 U PyUnicode_DecodeUnicodeEscape
 U PyUnicode_EncodeRawUnicodeEscape
 U PyUnicode_FromString

but it is missing from libpython3.11.so (in Debian bookworm). It was still 
available in libpython3.9 in Debian buster.

I found this in the upstream source in plugins/cfpython/cjson.c :
if (PyUnicode_Check(string)) {
// PyUnicode_EncodeRawUnicodeEscape() is deprecated as of Python 3.3, 
scheduled for removal in Python 3.11
#ifndef IS_PY3K3
/* HACK: Workaround for crash bug in Python3's 
PyUnicode_AsRawUnicodeEscapeString... */
str = PyUnicode_EncodeRawUnicodeEscape(PyUnicode_AS_UNICODE(string),
   PyUnicode_GET_SIZE(string));
#else
// The Python docs recommend using PyUnicode_AsRawUnicodeEscapeString() 
or PyUnicode_AsEncodedString() over PyUnicode_EncodeRawUnicodeEscape().
str = PyUnicode_AsRawUnicodeEscapeString(string);
#endif

So it seems IS_PY3K3 was #defined at compile time, even though it should not be 
for Python 3.11?

Kind regards

Oliver


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

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

Versions of packages crossfire-server depends on:
ii  bzip21.0.8-5+b1
ii  crossfire-common 1.75.0-5
ii  crossfire-maps   1.75.0+dfsg1-1
ii  init-system-helpers  1.65.2
ii  libc62.36-9+deb12u1
ii  libcrypt11:4.4.33-2
ii  libcurl3-gnutls  7.88.1-10+deb12u1
ii  libpython3.113.11.2-6
ii  python3  3.11.2-1+b1
ii  python3-bsddb3   6.2.9-2+b4

crossfire-server recommends no packages.

crossfire-server suggests no packages.

-- Configuration Files:
/etc/crossfire/dm_file changed [not included]

-- no debconf information



Bug#947159: hardinfo segfaults when running benchmarks

2019-12-22 Thread Dr. Oliver Muth
Package: hardinfo
Version: 0.5.1+git20180227-2
Severity: important

Dear Maintainer,

running a benchmark in hardinfo leads to segmentation fault for all benchmarks 
except "CPU Zlib".
It seems like the benchmarks run at first but when the program returns to 
reporting the results it segfaults.

gdb reports:
Program received signal SIGSEGV, Segmentation fault.
__strlen_sse2 () at ../sysdeps/x86_64/multiarch/../strlen.S:120
120 ../sysdeps/x86_64/multiarch/../strlen.S: No such file or directory

Full gdb output is attached.


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

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

Versions of packages hardinfo depends on:
ii  libatk1.0-0  2.30.0-2
ii  libc62.28-10
ii  libcairo21.16.0-4
ii  libfontconfig1   2.13.1-2
ii  libfreetype6 2.9.1-3+deb10u1
ii  libgdk-pixbuf2.0-0   2.38.1+dfsg-1
ii  libglib2.0-0 2.58.3-2+deb10u2
ii  libgtk2.0-0  2.24.32-3
ii  libpango-1.0-0   1.42.4-7~deb10u1
ii  libpangocairo-1.0-0  1.42.4-7~deb10u1
ii  libpangoft2-1.0-01.42.4-7~deb10u1
ii  pciutils 1:3.5.2-1
ii  zlib1g   1:1.2.11.dfsg-1
ii  zlib1g-dev   1:1.2.11.dfsg-1

Versions of packages hardinfo recommends:
ii  lm-sensors  1:3.5.0-3

Versions of packages hardinfo suggests:
ii  mesa-utils  8.4.0-1+b1

-- no debconf information
$ gdb hardinfo
GNU gdb (Debian 8.2.1-2+b3) 8.2.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from hardinfo...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/hardinfo
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Detaching after fork from child process 26106]
[Detaching after fork from child process 26107]
[Detaching after fork from child process 26108]
[Detaching after fork from child process 26110]
[Detaching after fork from child process 26111]
[Detaching after fork from child process 26112]
[Detaching after fork from child process 26115]

(hardinfo:26095): GLib-GObject-WARNING **: 09:37:23.805: invalid cast from 
'GtkVBox' to 'GtkButtonBox'

(hardinfo:26095): Gtk-CRITICAL **: 09:37:23.805: IA__gtk_button_box_set_layout: 
assertion 'GTK_IS_BUTTON_BOX (widget)' failed
[New Thread 0x737f4700 (LWP 26145)]
[New Thread 0x72ff3700 (LWP 26146)]
[New Thread 0x727f2700 (LWP 26147)]
[New Thread 0x71ff1700 (LWP 26148)]
[New Thread 0x717f0700 (LWP 26149)]
[New Thread 0x70fef700 (LWP 26150)]
[Thread 0x727f2700 (LWP 26147) exited]
[Thread 0x71ff1700 (LWP 26148) exited]
[Thread 0x717f0700 (LWP 26149) exited]
[New Thread 0x717f0700 (LWP 26151)]
[Thread 0x70fef700 (LWP 26150) exited]
[Detaching after fork from child process 26159]
[CPU Blowfish]
To_Be_Filled_By_O_E_MM3A790GXH_128M_(ASRock);AMD_Phenom(tm)_II_X3_720_Processor;8400_00=4,975021;
 4,975021; 3|3|To Be Filled By O.E.M. / M3A790GXH/128M (ASRock)|AMD Phenom(tm) 
II X3 720 Processor|1 physical processor; 3 cores; 3 threads|3x 2800,00 
MHz|7899044|1|3|3|AMD CEDAR (DRM 2.50.0 / 5.3.0-0.bpo.2-amd64, LLVM 7.0.1)

Thread 1 "hardinfo" received signal SIGSEGV, Segmentation fault.
__strlen_sse2 () at ../sysdeps/x86_64/multiarch/../strlen.S:120
120 ../sysdeps/x86_64/multiarch/../strlen.S: Datei oder Verzeichnis nicht 
gefunden.
(gdb) backtrace
#0  __strlen_sse2 () at ../sysdeps/x86_64/multiarch/../strlen.S:120
#1  0x76f9fdae in __GI___strdup (s=0x1 ) at strdup.c:41
#2  0x74ab35b4 in bench_result_benchmarkconf () from 
/usr/lib/x86_64-linux-gnu/hardinfo/modules/benchmark.so
#3  0x74ab3a4d in ?? () from 
/usr/lib/x86_64-linux-gnu/hardinfo/modules/benchmark.so
#4  0x74ab3d8a in callback_bfsh () from 
/usr/lib/x86_64-linux-gnu/hardinfo/modules/benchmark.so
#5  0x5556cc7c in report_create_from_module_list ()
#6  0x5556d6e2 in report_dialog_show ()
#7  0x5556b96d in cb_generate_report ()
#8  0x776b8c8d in g_closure_invoke () from 

Bug#932550: qemu-system-x86: WinXP no longer boots with --enable-kvm, stops at \Windows\System32\Drivers\Mup.sys

2019-07-25 Thread Dr. Oliver Muth
Hi Michael,

> Maybe this is specific to AMD CPU? I don't have AMD CPU available for
> testing.

Very well possible. Meanwhile I have made some tests with my laptop.
Not with the same VM but one from the same "master".
Same issue there.
Unfortunately it has also an AMD CPU (different model though). I don't
have any Intel CPU.

Kind regards

Oliver

$lscpu
Architecture:x86_64
CPU op-mode(s):  32-bit, 64-bit
Byte Order:  Little Endian
Address sizes:   48 bits physical, 48 bits virtual
CPU(s):  4
On-line CPU(s) list: 0-3
Thread(s) per core:  2
Core(s) per socket:  2
Socket(s):   1
NUMA node(s):1
Vendor ID:   AuthenticAMD
CPU family:  21
Model:   19
Model name:  AMD A10-5750M APU with Radeon(tm) HD Graphics
Stepping:1
CPU MHz: 1408.675
CPU max MHz: 2500.
CPU min MHz: 1400.
BogoMIPS:4990.81
Virtualization:  AMD-V
L1d cache:   16K
L1i cache:   64K
L2 cache:2048K
NUMA node0 CPU(s):   0-3
Flags:   fpu vme de pse tsc msr pae mce cx8 apic sep mtrr
pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext
fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid
extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1
sse4_2 popcnt aes xsave avx f16c lahf_lm cmp_legacy svm extapic
cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt
lwp fma4 tce nodeid_msr tbm topoext perfctr_core perfctr_nb cpb
hw_pstate ssbd vmmcall bmi1 arat npt lbrv svm_lock nrip_save tsc_scale
vmcb_clean flushbyasid decodeassists pausefilter pfthreshold



Bug#932550: qemu-system-x86: WinXP no longer boots with --enable-kvm, stops at \Windows\System32\Drivers\Mup.sys

2019-07-20 Thread Dr. Oliver Muth
Package: qemu-system-x86
Version: 1:3.1+dfsg-8~deb10u1
Severity: normal

Dear Maintainer,

I have an old Win XP Pro SP3 VM that used to work with kvm in stretch and 
earlier. Since the upgrade to buster the VM no longer boots with 
"qemu-system-x86_64 --enable-kvm ...".
Trying "safe mode" on the Windows rescue screen shows that the VM boots until 
to the line
multi(0)disk(0)rdisk(0)partition(1)\Windows\System32\Drivers\Mup.sys
and then reboots into the Windows rescue screen.

It still boots successfully when qemu is called without --enable-kvm.
Assuming that the properties of the virtual CPU had changed I tried -cpu 
host|max|kvm64|qemu64|athlon|phenom but it made no difference.
Assuming that the image was damaged I tried different images from backups of 
the last 5 years. They all used to work and no longer do.
I also tried to boot the VM from a Windows XP pro CD in order to repair the 
Windows installation if necessary. But the CD does not boot either (reboots 
after "Setup is starting Windows").
Note that only XP is affected. All other VMs I use work fine with --enable-kvm.

My CPU:

$ lscpu
Architecture:x86_64
CPU op-mode(s):  32-bit, 64-bit
Byte Order:  Little Endian
Address sizes:   48 bits physical, 48 bits virtual
CPU(s):  3
On-line CPU(s) list: 0-2
Thread(s) per core:  1
Core(s) per socket:  3
Socket(s):   1
NUMA node(s):1
Vendor ID:   AuthenticAMD
CPU family:  16
Model:   4
Model name:  AMD Phenom(tm) II X3 720 Processor
Stepping:2
CPU MHz: 800.000
CPU max MHz: 2800,
CPU min MHz: 800,
BogoMIPS:5587.84
Virtualization:  AMD-V
L1d cache:   64K
L1i cache:   64K
L2 cache:512K
L3 cache:6144K
NUMA node0 CPU(s):   0-2
Flags:   fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb 
rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc cpuid 
extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy 
abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt hw_pstate vmmcall npt 
lbrv svm_lock nrip_save

$ lsmod | grep kvm
kvm_amd   106496  0
ccp98304  1 kvm_amd
kvm   724992  1 kvm_amd
irqbypass  16384  1 kvm


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

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

Versions of packages qemu-system-x86 depends on:
ii  ipxe-qemu 1.0.0+git-20190125.36a4c85-1
ii  libaio1   0.3.112-3
ii  libasound21.1.8-1
ii  libbluetooth3 5.50-1
ii  libbrlapi0.6  5.6-10
ii  libc6 2.28-10
ii  libcacard01:2.6.1-1
ii  libcapstone3  4.0.1+really+3.0.5-1
ii  libepoxy0 1.5.3-0.1
ii  libfdt1   1.4.7-3
ii  libgbm1   18.3.6-2
ii  libgcc1   1:8.3.0-6
ii  libglib2.0-0  2.58.3-2
ii  libgnutls30   3.6.7-4
ii  libibverbs1   22.1-1
ii  libjpeg62-turbo   1:1.5.2-2+b1
ii  libncursesw6  6.1+20181013-2
ii  libnettle63.4.1-1
ii  libnuma1  2.0.12-1
ii  libpixman-1-0 0.36.0-1
ii  libpng16-16   1.6.36-6
ii  librdmacm122.1-1
ii  libsasl2-22.1.27+dfsg-1
ii  libseccomp2   2.3.3-4
ii  libspice-server1  0.14.0-1.3
ii  libtinfo6 6.1+20181013-2
ii  libusb-1.0-0  2:1.0.22-2
ii  libusbredirparser10.8.0-1
ii  libvdeplug2   2.3.2+r586-2.2
ii  libvirglrenderer0 0.7.0-2
ii  libxendevicemodel14.11.1+92-g6c33308a8d-2
ii  libxenevtchn1 4.11.1+92-g6c33308a8d-2
ii  libxenforeignmemory1  4.11.1+92-g6c33308a8d-2
ii  libxengnttab1 4.11.1+92-g6c33308a8d-2
ii  libxenmisc4.114.11.1+92-g6c33308a8d-2
ii  libxenstore3.04.11.1+92-g6c33308a8d-2
ii  libxentoolcore1   4.11.1+92-g6c33308a8d-2
ii  qemu-system-common1:3.1+dfsg-8~deb10u1
ii  qemu-system-data  1:3.1+dfsg-8~deb10u1
ii  seabios   1.12.0-1
ii  zlib1g1:1.2.11.dfsg-1

Versions of packages qemu-system-x86 recommends:
pn  ovmf 
ii  qemu-system-gui  1:3.1+dfsg-8~deb10u1
ii  qemu-utils   1:3.1+dfsg-8~deb10u1

Versions of packages qemu-system-x86 suggests:
pn  qemu-block-extra  
ii  samba 2:4.9.5+dfsg-5
ii  sgabios   0.0~svn8-4
ii  vde2  2.3.2+r586-2.2

-- no debconf information



Bug#911189: src:gpgme1.0: please ship gpgme-json with native messaging hooks for chromium and firefox

2019-01-23 Thread Dr. Oliver Muth
Package: libgpgme11
Version: 1.12.0-4~bpo9+1
Followup-For: Bug #911189

Dear Maintainer,

the Firefox and Chrome extension Mailvelope needs gpgme-json.
The extension provides GPG encryption/decryption via webmail.



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

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

Versions of packages libgpgme11 depends on:
ii  gnupg  2.2.12-1~bpo9+1
ii  gpg2.2.12-1~bpo9+1
ii  libassuan0 2.5.2-1~bpo9+1
ii  libc6  2.24-11+deb9u3
ii  libgpg-error0  1.26-2

Versions of packages libgpgme11 recommends:
ii  dirmngr 2.2.12-1~bpo9+1
ii  gpg-agent   2.2.12-1~bpo9+1
ii  gpg-wks-client  2.2.12-1~bpo9+1
ii  gpgsm   2.2.12-1~bpo9+1

libgpgme11 suggests no packages.

-- no debconf information



Bug#593954: devscripts: [debuild] build stops with cannot stat - but files are there

2010-08-22 Thread Dr. Oliver Muth
Package: devscripts
Version: 2.10.66
Severity: normal

I set up a new squeeze-amd64 system and tried to debuild -us -uc ta-lib ( which 
is sadly and incomprehensibly not yet part of Debian
but Debian source packages can be retrieved here: 
http://www.zwets.com/debs/unstable/ ).
The build fails. The last lines of the log are:

cp -a /tmp/ta-lib-0.4.0/debian/examples/ta_regtest/* \
  /tmp/ta-lib-0.4.0/src/tools/ta_regtest/*.{c,h} \
  /tmp/ta-lib-0.4.0/src/tools/ta_regtest/ta_test_func \
  /tmp/ta-lib-0.4.0/src/ta_common/ta_{global,memory}.h \
  /tmp/ta-lib-0.4.0/src/ta_func/ta_utility.h \
   /tmp/ta-lib-0.4.0/debian/tmp/examples/ta_regtest
cp: cannot stat `/tmp/ta-lib-0.4.0/src/tools/ta_regtest/*.{c,h}': No such file 
or directory
cp: cannot stat `/tmp/ta-lib-0.4.0/src/ta_common/ta_{global,memory}.h': No such 
file or directory
make: *** [install-examples] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

BUT: The files exist!
Executing the command manually works fine. Doing all the rest of the steps 
(dh_testdir, dh_testroot) 
manually yields working *_amd64.deb packages.

The very same source package builds without any errors on a lenny-i386 box, 
so it does not seem to be a problem of the source package itself.



-- Package-specific info:

--- /etc/devscripts.conf ---

--- ~/.devscripts ---
Not present

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

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

Versions of packages devscripts depends on:
ii  dpkg-dev  1.15.7.2   Debian package development tools
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  perl  5.10.1-14  Larry Wall's Practical Extraction 

Versions of packages devscripts recommends:
ii  at3.1.12-1   Delayed job execution and batch pr
ii  bsd-mailx [mailx] 8.1.2-0.20100314cvs-1  simple mail user agent
ii  dctrl-tools   2.14   Command-line tools to process Debi
ii  debian-keyring [d 2010.06.08 GnuPG (and obsolete PGP) keys of D
ii  dput  0.9.6.1Debian package upload tool
ii  epiphany-browser  2.30.2-3   Intuitive GNOME web browser
ii  equivs2.0.8  Circumvent Debian package dependen
ii  fakeroot  1.14.4-1   Gives a fake root environment
ii  git [git-core]1:1.7.1-1.1fast, scalable, distributed revisi
ii  gnupg 1.4.10-4   GNU privacy guard - a free PGP rep
ii  iceweasel [www-br 3.5.11-1   Web browser based on Firefox
ii  konqueror [www-br 4:4.4.5-1  advanced file manager, web browser
ii  libauthen-sasl-pe 2.1500-1   Authen::SASL - SASL Authentication
ii  libcrypt-ssleay-p 0.57-2 Support for https protocol in LWP
ii  libjson-perl  2.21-1 Perl module to parse and convert t
ii  libparse-debcontr 2.005-2Easy OO parsing of Debian control-
ii  libsoap-lite-perl 0.712-1Perl implementation of a SOAP clie
ii  libterm-size-perl 0.2-4+b1   Perl extension for retrieving term
ii  libtimedate-perl  1.2000-1   collection of modules to manipulat
ii  liburi-perl   1.54-1 module to manipulate and access UR
ii  libwww-perl   5.836-1Perl HTTP/WWW client/server librar
ii  libyaml-syck-perl 1.12-1 Perl module providing a fast, ligh
ii  lintian   2.4.3  Debian package checker
ii  lsb-release   3.2-23.1   Linux Standard Base version report
ii  lzma  4.43-14Compression method of 7z format in
ii  man-db2.5.7-3on-line manual pager
ii  openssh-client [s 1:5.5p1-4  secure shell (SSH) client, for sec
ii  patch 2.6-2  Apply a diff file to an original
ii  patchutils0.3.1-2Utilities to work with patches
ii  sensible-utils0.0.4  Utilities for sensible alternative
ii  strace4.5.20-2   A system call tracer
ii  unzip 6.0-4  De-archiver for .zip files
ii  w3m [www-browser] 0.5.2-9WWW browsable pager with excellent
ii  wdiff 0.6.3-1Compares two files word by word
ii  wget  1.12-2 retrieves files from the web
ii  xz-utils  4.999.9beta+20100713-1 XZ-format compression utilities

Versions of packages devscripts suggests:
ii  build-essential   11.5   Informational list of build-essent
pn  cvs-buildpackage  

Bug#566272: shares-admin fails to start: Error loading UI

2010-01-22 Thread Dr. Oliver Muth
Package: gnome-system-tools
Version: 2.22.0-3
Severity: normal

shares-admin does not start and yields  the following error message:
** (shares-admin:7155): CRITICAL **: Error loading UI: Duplicate object id 
'label' on line 144 (previously on line 97)

The line numbers probably refer to one of the backend scripts - but I could not 
find out which nor why it would fail.

Best regards

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

Kernel: Linux 2.6.32-k7-100118 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-system-tools depends on:
ii  gconf2  2.22.0-1 GNOME configuration database syste
ii  gksu2.0.0-8  graphical frontend to su
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libcairo2   1.6.4-7  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.1-5+lenny1   simple interprocess messaging syst
ii  libgconf2-4 2.22.0-1 GNOME configuration database syste
ii  libglib2.0-02.22.2-2~bpo50+1 The GLib library of C routines
ii  libgnomevfs2-0  1:2.22.0-5   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.18.3-1~bpo50+1 The GTK+ graphical user interface 
ii  libnautilus-extension1  2.20.0-7 libraries for nautilus components 
ii  liboobs-1-4 2.22.0-2 GObject based interface to system-
ii  libpango1.0-0   1.20.5-5 Layout and rendering of internatio
ii  perl5.10.0-19lenny2  Larry Wall's Practical Extraction 
ii  system-tools-backends   2.6.0-2lenny3System Tools to manage computer co

Versions of packages gnome-system-tools recommends:
ii  gnome-control-center1:2.22.2.1-2 utilities to configure the GNOME d

Versions of packages gnome-system-tools suggests:
ii  ntp   1:4.2.4p4+dfsg-8lenny3 Network Time Protocol daemon and u
ii  samba-common  2:3.2.5-4lenny7Samba common files used by both th
pn  wvdialnone (no description available)

-- no debconf information



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



Bug#457160: linux-image-2.6.22-3-k7: does not discover RAID and EVMS/LVM2 volumes

2007-12-20 Thread Dr. Oliver Muth
Package: linux-image-2.6.22-3-k7
Version: 2.6.22-6
Severity: normal

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

I am running a RAID1 with two harddrives connected to two different
controllers.
The system works fine with 2.6.18 or older.
When I was trying out 2.6.22 by booting from my experimental lenny
partition on a third harddrive, 
the kernel discovers the first harddrive on the first controller, then
continues to discover USB and IDE, 
while the second controller performs its domain validation. 
Then it starts the RAID 1 just immediately before the two other
harddrives are discovered. 
When the other harddrives on the second controller are being discovered,
the second harddrive 
does not get added to the mirror - the mirror is already started in
degraded mode. 

8--8---8--
md: raid1 personality registered for level 1
md: md1 stopped.
md: bindsda6
raid1: raid set md1 active with 1 out of 3 mirrors
sd 1:0:1:0: [sdb] 71687340 512-byte hardware sectors (36704 MB)
sd 1:0:1:0: [sdb] Write Protect is off
sd 1:0:1:0: [sdb] Mode Sense: cb 00 00 08
sd 1:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't
support DPO or FUA
sd 1:0:1:0: [sdb] 71687340 512-byte hardware sectors (36704 MB)
sd 1:0:1:0: [sdb] Write Protect is off
sd 1:0:1:0: [sdb] Mode Sense: cb 00 00 08
sd 1:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't
support DPO or FUA
 sdb: sdb1 sdb2 sdb4  sdb5 sdb6 
8--8--8--

A bit later a large number of device-mapper errors follow, like this:
8--8--8--
device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised:
[EMAIL PROTECTED]
device-mapper: table: 253:1: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
8--8--8--

When the system is up, md1 is active with one disk (sda6), sdc6 is now
dm-0, and I have to manually add 
dm-0 to rebuild the mirror.

ALL named EVMS volumes are missing in /dev/evms. When I start the EVMS
GUI they are discovered and all 
marked modified, but the attempt to save the modifications yields in
the error message that EVMS could 
not save because it could not find the devices.

I hope this helps. Please let me know what more information I should
provide.

Best regards

Oliver

-- Package-specific info:
** Version:
Linux version 2.6.22-3-k7 (Debian 2.6.22-6) ([EMAIL PROTECTED]) (gcc
version 4.1.3 20071019 (prerelease) (Debian 4.1.2-17)) #1 SMP Mon Nov 12
09:12:50 UTC 2007

** Tainted: P (1)

** Kernel log:
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error adding target to table
device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
device-mapper: ioctl: error 

Bug#456158: fast-user-switch-applet: applet clutters up syslog

2007-12-13 Thread Dr. Oliver Muth
Package: fast-user-switch-applet
Version: 2.14.2-1
Severity: normal

Hi!

the fast-user-switch-applet clutters up my syslog with the following messages 
(every 5 seconds):

Dec 13 11:22:52 athlon-9 gdm[3921]: gdm_socket_handler: Accepting new 
connection fd 8
Dec 13 11:22:52 athlon-9 gdm[3921]: Handling user message: 'VERSION'
Dec 13 11:22:52 athlon-9 gdm[3921]: Handling user message: 'CONSOLE_SERVERS'
Dec 13 11:22:52 athlon-9 gdm[3921]: Handling user message: 'CLOSE'

- or rather it makes gdm issue those messages.
This makes retrieving more important messages from the syslog a bit difficult.

Best regards

Oliver

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

Versions of packages fast-user-switch-applet depends on:
ii  gconf2 2.16.1-1  GNOME configuration database syste
ii  gdm2.16.4-1  GNOME Display Manager
ii  gnome-panel2.14.3-5  launcher and docking facility for 
ii  gnome-system-tools 2.14.0-3  Cross-platform configuration utili
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libgconf2-42.16.1-1  GNOME configuration database syste
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgnome-keyring0  0.6.0-3   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.14.2-7GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.3-0.2  libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0 2.14.3-5  library for GNOME 2 panel applets
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxau61:1.0.1-2 X11 authorisation library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxmu61:1.0.2-2 X11 miscellaneous utility library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  zlib1g 1:1.2.3-13compression library - runtime

fast-user-switch-applet recommends no packages.

-- no debconf information



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



Bug#299670: also with Logitech Attack 3 Joystick

2005-12-08 Thread Dr. Oliver Muth
Hi,

Sorry, I am not sure whether this issue is closed yet, but I get the
same error messages with my Logitech Attack 3 joystick:

Dec  8 21:44:59 athlon-9 kernel: drivers/usb/input/hid-core.c: ctrl urb
status -2 received  
Dec  8 21:44:59 athlon-9 kernel: drivers/usb/input/hid-core.c:
usb_submit_urb(ctrl) failed

I am running sarge on a PC (AMD Athlon).

I could not fix this yet. Is there any Debian testing package with
kernel 2.6.11 (if this fixes the problem)?

Best regards

Oliver



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



Bug#316393: setserial does not set closing_wait correctly on kernel 2.6.8

2005-06-30 Thread Dr. Oliver Muth
Package: setserial
Version: 2.17-41
Severity: normal

Hi!

Maybe this is not a bug in setserial but in the 2.6.8 kernel:
setserial reports high values for close_delay and closing_wait.
When I try to change close_delay to 3000 with setserial, the is 3,
with 300 I get 3000.

This is what I get from setserial with kernel 2.6.8:
/dev/ttyS0, Line 0, UART: 16550A, Port: 0x03f8, IRQ: 4
Baud_base: 115200, close_delay: 5000, divisor: 0
closing_wait: 37856
Flags: spd_normal skip_test
With kernel 2.4.25 I got close_delay=50 and
closing_wait=3000.

Best regards

Oliver

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages setserial depends on:
ii  debconf 1.4.30.13Debian configuration management sy
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- debconf information:
  setserial/rc-boot-file-removed:
  setserial/rc-boot-file-renamed:
  setserial/update-modules-failed:
  setserial/autosave: true
* setserial/autosave-types: autosave once


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



Bug#316218: eximon4: eximon quits with X_OpenFont error

2005-06-29 Thread Dr. Oliver Muth
Package: eximon4
Version: 4.50-8
Severity: normal

Hi,

maybe this is not a bug in eximon but in the fontserver, but eximon is
the only program on my system to yield this error:
Exim Monitor version 2.05 (compiled 27-May-2005 08:07:05) initializing
X Error of failed request:  BadValue (integer parameter out of range for
operation)
  Major opcode of failed request:  45 (X_OpenFont)
  Value in failed request:  0x262
  Serial number of failed request:  23
  Current serial number in output stream:  24

This happens each time I try to start eximon (after I upgraded to
sarge/stable and apt-get removed packages labeled obsolete.

Best regards

Oliver

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages eximon4 depends on:
ii  exim4-base   4.50-8  support files for all exim MTA (v4
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libpcre3 4.5-1.2 Perl 5 Compatible Regular Expressi
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxaw7  4.3.0.dfsg.1-14 X Athena widget set library
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxmu6  4.3.0.dfsg.1-14 X Window System miscellaneous util
ii  libxt6   4.3.0.dfsg.1-14 X Toolkit Intrinsics
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu

-- no debconf information


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