Bug#498912: mirrormagic: Crashes on launch

2008-09-14 Thread Pelle Nilsson
Package: mirrormagic
Version: 2.0.2.0deb1-7
Severity: important


Mirrormagic crashes immediately on launch with this output

[EMAIL PROTECTED]:~$ mirrormagic 
mirrormagic: gadget incomplete (missing Bitmap)
mirrormagic: aborting

[EMAIL PROTECTED]:~$ mirrormagic -v
mirrormagic: warning: cannot open configuration file 
'/home/pelle/.mirrormagic/setup.conf'
mirrormagic: warning: using default setup values
mirrormagic: warning: cannot find any valid music files in directory 
'/usr/share/games/mirrormagic/music'
mirrormagic: warning: cannot open configuration file 
'/home/pelle/.mirrormagic/levelsetup.conf'
mirrormagic: warning: using default setup values
mirrormagic: warning: cannot open configuration file 
'/home/pelle/.mirrormagic/levelsetup/classic_deflektor/levelsetup.conf'
mirrormagic: warning: using default setup values
mirrormagic: gadget incomplete (missing Bitmap)
mirrormagic: aborting


I'm using amd64 architecture, and according to this page:

https://bugzilla.redhat.com/show_bug.cgi?id=208584

mirrormagic crashed with the same output when run on amd64 in Red Hat. The bug 
was easily fixed in Red Hat (according to that web page), so if it's the same 
error, it should be easy to fix in Debian too.


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

Kernel: Linux 2.6.23.17-gandalf (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mirrormagic depends on:
ii  debconf [debconf-2.0]  1.5.22Debian configuration management sy
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libsdl-image1.21.2.6-3   image loading library for Simple D
ii  libsdl-mixer1.21.2.8-4   mixer library for Simple DirectMed
ii  libsdl1.2debian1.2.13-2  Simple DirectMedia Layer
ii  mirrormagic-data   2.0.2.0deb1-7 Data files for mirrormagic

mirrormagic recommends no packages.

mirrormagic suggests no packages.

-- debconf-show failed



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



Bug#436514: amsn-remote-CLI is broken

2007-08-07 Thread Pelle Nilsson
Package: amsn
Version: 0.97~rc1+dfsg1-4

Hi!

The amsn-remote-CLI TCL script (located in /usr/bin in debian) fails
with this error message:

couldn't read file amsncore.tcl: no such file or directory
while executing
source amsncore.tcl
(file /usr/bin/amsn-remote-CLI line 8)

making a copy of the script and adding an absolute path
(/usr/share/amsn/) solves the problem, and you get a similar problem for
migmd5.tcl. After changing into an absolute path there too the script
works fine.

The script amsn-remote has the same problem, though I haven't tried
fixing it as I don't use it.

/Pelle



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



Bug#382427: Problem solved

2006-08-28 Thread Pelle Nilsson
Hi!

At first I thought that the first lines of the form

Warning: Color name Black is not defined

had nothing to do with the segfault, but they turned out to be the
source of the problem. Similar error messages started to appear in
other apps (sawfish and gnuplot) and some googling indicated that it
had something to do with the file /etc/X11/rgb.txt. After reinstalling
the package x11-common that owns that file, the problems went away in
all the apps, so the bug must actually have been in the update process
of xorg in the debian packaging I guess. You may close the bug unless
you think it's unacceptable for XEmacs to segfault in a broken xorg
installation.

/Pelle



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



Bug#382427: New traceback

2006-08-22 Thread Pelle Nilsson
Hi!

Here is the requested traceback, as can be seen it doesn't appear to be
a duplicate of #369165.

(gdb) bt
#0  0xe410 in __kernel_vsyscall ()
#1  0xb7affb16 in kill () from /lib/tls/i686/cmov/libc.so.6
#2  0x080b57b5 in fatal_error_signal ()
#3  signal handler called
#4  0x081c99cc in Fx_window_id ()
#5  0x08116162 in update_frame_face_values ()
#6  0x081c8b14 in Fx_window_id ()
#7  0x08130836 in Fmake_frame ()
#8  0x080be8e3 in Ffuncall ()
#9  0x08090e2a in execute_rare_opcode ()
#10 0x08093740 in funcall_compiled_function ()
#11 0x080be825 in Ffuncall ()
#12 0x08090e2a in execute_rare_opcode ()
#13 0x08093740 in funcall_compiled_function ()
#14 0x080bcde1 in Feval ()
#15 0x080ba2ab in condition_case_1 ()
#16 0x080bc531 in condition_case_3 ()
#17 0x08090aa7 in execute_rare_opcode ()
#18 0x080916e7 in execute_rare_opcode ()
#19 0x08093740 in funcall_compiled_function ()
#20 0x080bcde1 in Feval ()
#21 0x080ba2ab in condition_case_1 ()
#22 0x0809c43c in Freally_early_error_handler ()
#23 0x080b797f in internal_catch ()
#24 0x0809c522 in initial_command_loop ()
#25 0x080b69d6 in xemacs_21_4_19_i386_debian_linux ()
#26 0x080b7583 in main ()


Since the crash seems to occur in the i686 optimized version of libc6 I
tried to uninstall the libc6-i686 package, but that did not solve the
problem, though the traceback changed into

#0  0xb7a52bf1 in kill () from /lib/tls/libc.so.6
#1  0x080b57b5 in fatal_error_signal ()
#2  signal handler called
#3  0x081c99cc in Fx_window_id ()
#4  0x08116162 in update_frame_face_values ()
#5  0x081c8b14 in Fx_window_id ()
#6  0x08130836 in Fmake_frame ()
#7  0x080be8e3 in Ffuncall ()
#8  0x08090e2a in execute_rare_opcode ()
#9  0x08093740 in funcall_compiled_function ()
#10 0x080be825 in Ffuncall ()
#11 0x08090e2a in execute_rare_opcode ()
#12 0x08093740 in funcall_compiled_function ()
#13 0x080bcde1 in Feval ()
#14 0x080ba2ab in condition_case_1 ()
#15 0x080bc531 in condition_case_3 ()
#16 0x08090aa7 in execute_rare_opcode ()
#17 0x080916e7 in execute_rare_opcode ()
#18 0x08093740 in funcall_compiled_function ()
#19 0x080bcde1 in Feval ()
#20 0x080ba2ab in condition_case_1 ()
#21 0x0809c43c in Freally_early_error_handler ()
#22 0x080b797f in internal_catch ()
#23 0x0809c522 in initial_command_loop ()
#24 0x080b69d6 in xemacs_21_4_19_i386_debian_linux ()
#25 0x080b7583 in main ()


/Pelle

-- 
  Pelle Nilsson
  [EMAIL PROTECTED]



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



Bug#382427: XEmacs suddenly segfaults when started

2006-08-10 Thread Pelle Nilsson
/libm.so.6
Reading symbols from /lib/tls/i686/cmov/libutil.so.1...(no debugging
symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libutil.so.1
Reading symbols from /lib/tls/i686/cmov/libc.so.6...(no debugging
symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libc.so.6
Reading symbols from /lib/tls/i686/cmov/libdl.so.2...(no debugging
symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libdl.so.2
Reading symbols from /usr/lib/libz.so.1...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /usr/lib/libXau.so.6...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libXau.so.6
Reading symbols from /usr/lib/libXdmcp.so.6...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libXdmcp.so.6
Reading symbols from /usr/lib/liblber.so.2...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/liblber.so.2
Reading symbols from /lib/tls/i686/cmov/libresolv.so.2...(no debugging
symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libresolv.so.2
Reading symbols from /lib/tls/i686/cmov/libcrypt.so.1...
(no debugging symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libcrypt.so.1
Reading symbols from /usr/lib/libsasl2.so.2...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libsasl2.so.2
Reading symbols from /usr/lib/libgnutls.so.13...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libgnutls.so.13
Reading symbols from /usr/lib/libtasn1.so.3...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libtasn1.so.3
Reading symbols from /usr/lib/libgcrypt.so.11...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libgcrypt.so.11
Reading symbols from /usr/lib/libgpg-error.so.0...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libgpg-error.so.0
Reading symbols from /lib/tls/i686/cmov/libpthread.so.0...(no debugging
symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libpthread.so.0
Reading symbols from /lib/ld-linux.so.2...(no debugging symbols
found)...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /lib/tls/i686/cmov/libnsl.so.1...(no debugging
symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libnsl.so.1
Reading symbols from /usr/lib/X11/locale/common/xlcUTF8Load.so.2...(no
debugging symbols found)...done.
Loaded symbols for /usr/lib/X11/locale/common/xlcUTF8Load.so.2
Reading symbols from /lib/tls/i686/cmov/libnss_files.so.2...
(no debugging symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libnss_files.so.2
Reading symbols from /lib/tls/i686/cmov/libnss_compat.so.2...(no
debugging symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libnss_compat.so.2
Reading symbols from /lib/tls/i686/cmov/libnss_nis.so.2...(no debugging
symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libnss_nis.so.2
Reading symbols from /usr/lib/X11/locale/common/ximcp.so.2...(no
debugging symbols found)...done.
Loaded symbols for /usr/lib/X11/locale/common/ximcp.so.2
Reading symbols from /usr/lib/libXcursor.so.1...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libXcursor.so.1
Reading symbols from /usr/lib/libXrender.so.1...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXrender.so.1
Reading symbols from /usr/lib/libXfixes.so.3...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libXfixes.so.3
Reading symbols from /usr/lib/X11/locale/common/xomGeneric.so.2...(no
debugging symbols found)...done.
Loaded symbols for /usr/lib/X11/locale/common/xomGeneric.so.2
(no debugging symbols found)
Core was generated by `xemacs21-mule'.
Program terminated with signal 11, Segmentation fault.
#0  0xe410 in __kernel_vsyscall ()
(gdb)


/Pelle

-- 
  Pelle Nilsson
  [EMAIL PROTECTED]



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



Bug#368604: Cannot download dot-files

2006-05-23 Thread Pelle Nilsson
Package: bittornado
Version: 0.3.15-1

Hi!

If a torrent contains any files starting with a dot (.), bittornado
will refuse to open the torrent altogether with the error message
like this:

ERROR (date time) -
got bad file info - path .filename disallowed for security reasons

This behavior is probably inherited from the Windows version. It isn't
really justified in Windows either as far as I can see, but certainly
not in linux. A torrent-file which is affected by the problem is
located at

http://static.thepiratebay.org/hashtorrent/3470417.torrent/The.Chronicles.Of.Narnia.The.Lion.The.Witch.And.The.Wardrobe.200.3470417.TPB.torrent

/Pelle


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



Bug#351540: Zeroconf overwrites working IP

2006-03-09 Thread Pelle Nilsson
Hi!

I had the same problem as others have reported here. Zeroconf was
installed automatically and kept overwriting my perfectly healthy
IP-adress received through DHCP with a private IP-adress. I solved the
problem by following a tip to add FALLBACK=yes to
/etc/default/zeroconf. Since multiple people have experienced this
problem I really think you should look into this.

/Pelle


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



Bug#338051: Cron sends malformed mails

2005-11-07 Thread Pelle Nilsson
Package: cron
Version: 3.0pl1-91

Hi!

The mails I get from cron use utf-8 as charset, but they aren't marked
as using utf-8 (they completely miss a Content-Type mail header). I
guess that the mails coming from cron use whatever charset is used by
the system's locale, since it just mails the output from the
cron-script unaltered. But as far as I can see, the mails should still
be marked with the correct charset, as it make perfect sense to have
one charset in the system's locale, and another default charset in
one's MUA for mails lacking charset info.

/Pelle


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



Bug#294281: Problem solved

2005-02-17 Thread Pelle Nilsson
Hi

The problem is solved in the new version (0.3.10-2), it works fine now.
Seems like the previous version depended on the wrong wxgtk package.

/Pelle
-- 
  Pelle Nilsson
  [EMAIL PROTECTED]



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



Bug#294281: btdownloadgui refuses to run

2005-02-08 Thread Pelle Nilsson
Package: bittornado-gui
Version: 0.3.10-1

Hi

I installed the bittornado-gui debian package, and as a consequense the
following packages were also automatically installed:

  libwxgtk2.5.3 (2.5.3.2)
  libwxgtk2.5.3-python (2.5.3.2)
  wxpython2.5.3 (2.5.3.2)

Other relevant packages that were already installed include:

  python2.3 (2.3.4+2.3.5c1-2)
  bittornado (0.3.10-1)

Despite this, btdownloadgui refuses to run with the following error:

  wxPython is either not installed or has not been installed properly.

There is no other output.

The result is the same for the other bt*gui programs.

The curses versions work fine.

/Pelle
-- 
  Pelle Nilsson
  [EMAIL PROTECTED]



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