Bug#982388: d1x-rebirth: Crashes when I try to start a new or load a saved game

2021-02-09 Thread Mikael Petersson
Package: d1x-rebirth
Version: 0.58.1-1.2
Severity: important
X-Debbugs-Cc: petmi...@gmail.com

Hi,

d1x-rebirth crashes when I try to start a new game or load a saved game. Here's
one way to reproduce it:

1. Select a pilot
2. New game
3. Select level and difficulty

The crash occurs just after selecting the difficulty.

d1x-rebirth -debug -verbose gives the following output (fish shell in Swedish):

...
(quite a lot of initiaization output is omitted. Please let me know if you need
it)
...
sdl-joystick: found 0 joysticks
Going into graphics mode...
OpenGL: vendor: Intel
OpenGL: renderer: Mesa Intel(R) UHD Graphics 620 (KBL GT2)
OpenGL: version: 4.6 (Compatibility Profile) Mesa 20.3.4
ogl_maxanisotropy:16.00
Initializing palette system...
Initializing font system...
Sending event EVENT_WINDOW_ACTIVATED to window of dimensions 1920x1080
Sending event EVENT_KEY_COMMAND:  ENTER
Sending event EVENT_WINDOW_DEACTIVATED to window of dimensions 1920x1080
Sending event EVENT_WINDOW_CLOSE to window of dimensions 1920x1080
Sending event EVENT_WINDOW_ACTIVATED to window of dimensions 1920x1080
Sending event EVENT_KEY_RELEASE:  ENTER
Sending event EVENT_KEY_COMMAND:  ENTER
Sending event EVENT_WINDOW_DEACTIVATED to window of dimensions 1920x1080
Sending event EVENT_WINDOW_CLOSE to window of dimensions 1920x1080
Sending event EVENT_WINDOW_ACTIVATED to window of dimensions 1920x1080
Sending event EVENT_KEY_RELEASE:  ENTER
Sending event EVENT_KEY_COMMAND:  ENTER
Sending event EVENT_WINDOW_DEACTIVATED to window of dimensions 1920x1080
Sending event EVENT_WINDOW_CLOSE to window of dimensions 1920x1080

Doing gamedata_init...
Initializing texture caching system...
Running game...
Sending event EVENT_WINDOW_ACTIVATED to window of dimensions 844x826
Sending event EVENT_WINDOW_DEACTIVATED to window of dimensions 844x826
Sending event EVENT_WINDOW_ACTIVATED to window of dimensions 898x625
Sending event EVENT_KEY_RELEASE:  ENTER
Sending event EVENT_KEY_COMMAND:  ENTER
Sending event EVENT_WINDOW_DEACTIVATED to window of dimensions 898x625
Sending event EVENT_WINDOW_CLOSE to window of dimensions 898x625
Sending event EVENT_WINDOW_ACTIVATED to window of dimensions 844x826
Sending event EVENT_KEY_RELEASE:  ENTER
Sending event EVENT_KEY_COMMAND:  ENTER
Sending event EVENT_WINDOW_DEACTIVATED to window of dimensions 844x826
Sending event EVENT_WINDOW_ACTIVATED to window of dimensions 1130x526
Sending event EVENT_KEY_RELEASE:  ENTER
Sending event EVENT_KEY_COMMAND:  ENTER
Sending event EVENT_WINDOW_DEACTIVATED to window of dimensions 1130x526
Sending event EVENT_WINDOW_CLOSE to window of dimensions 1130x526
Sending event EVENT_WINDOW_ACTIVATED to window of dimensions 844x826
Sending event EVENT_WINDOW_DEACTIVATED to window of dimensions 844x826
Sending event EVENT_WINDOW_ACTIVATED to window of dimensions 865x526
Sending event EVENT_KEY_RELEASE:  ENTER
Sending event EVENT_KEY_COMMAND:  ENTER
Sending event EVENT_WINDOW_DEACTIVATED to window of dimensions 865x526
Sending event EVENT_WINDOW_CLOSE to window of dimensions 865x526
Sending event EVENT_WINDOW_ACTIVATED to window of dimensions 844x826
Sending event EVENT_WINDOW_DEACTIVATED to window of dimensions 844x826
Sending event EVENT_WINDOW_ACTIVATED to window of dimensions 1920x1080
fish: 'd1x-rebirth -hogdir Spel/Descen…' terminated by signal SIGSEGV
(Minnesadress korsar segmentgräns)

I use a hogfile that I downloaded from the DOS game archive on archive.org,
https://archive.org/details/msdos_Descent_-_Levels_of_the_World_1995.

I haven't run d1x-rebirth for some months, so unfortunately I can't tell when
this problem really started (I guess the bug is not actually in d1x-rebirth but
in some dependency).

Regards,

Micael Petersson, Falun, Sweden

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

Kernel: Linux 5.10.0-3-rt-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.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 d1x-rebirth depends on:
ii  libc6   2.31-9
ii  libgl1  1.3.2-1
ii  libglu1-mesa [libglu1]  9.0.1-1
ii  libphysfs1  3.0.2-5
ii  libsdl-mixer1.2 1.2.12-16+b1
ii  libsdl1.2debian 1.2.15+dfsg2-5

Versions of packages d1x-rebirth recommends:
ii  freepats  20060219-3
ii  timidity  2.14.0-8

d1x-rebirth suggests no packages.


Bug#982245: reportbug crashes during initial configuration

2021-02-07 Thread Mikael Petersson
Den sön 7 feb. 2021 kl 20:09 skrev Nis Martensen :

> On 07.02.2021 19.46, Mikael Petersson wrote:
> > Nope. No non-ascii characters for my user account entry in /etc/passwd.
> > No non-ascii characters whatsoever as far as I can see. No e-mail
> > address is specified in my user account entry.
> >
> > Neither /etc/email-adresses nor /etc/email-addresses exist on my system.
> > I don't have any MTA installed.
>
> Thank you for checking.
>
> > One thing that may stand out a bit in my /etc/passwd entry is my choice
> > of default shell. I run fish, /usr/bin/fish. But I got the same error
> > after changing to /bin/bash, running reportbug from a new login session
>
> The shell should not matter.
>
> The relevant code is here:
> https://sources.debian.org/src/reportbug/7.9.0/reportbug/utils.py/#L301
>
> With the information you have provided, line 308 must have been reached
> without the bad 'ä' having been introduced into the emailaddr variable
> yet. This leaves only /etc/mailname and socket.getfqdn() as remaining
> possibilities?
>

Problem solved! :-) domainname --fqdn revealed that I have actually
provided an 'ä' to the domain name. 'ä' is a common character in Swedish,
and it's certainly non-ASCII. With an ASCII-only FQDN, reportbug works fine.

Sorry for the inconvenience, and for your patience. This is most certainly
not an important bug. I wouldn't hardly recognize it as a bug at all.
FQDN:s should always be ASCII only.

/Micael


Bug#982245: reportbug crashes during initial configuration

2021-02-07 Thread Mikael Petersson
Den sön 7 feb. 2021 kl 19:16 skrev Nis Martensen :

> (Please keep the bug in cc.)
>
> On 07.02.2021 19.01, Mikael Petersson wrote:
> > Den sön 7 feb. 2021 kl 18:49 skrev Nis Martensen
> > Even if you did not type such a non-ascii address into reportbug, it
> may
> > have picked it up from any of the REPORTBUGEMAIL, DEBEMAIL, or EMAIL
> > environment variables, leading to the crash. Were any of these
> variables
> > defined on your system when you invoked reportbug?
> >
> >
> > No, none of these environment variables are defined.
> >
> > And note that I didn't try to enter any e-mail address at all. I only
> > selected that reportbug will have direct Internet access. The crash came
> > directly after I answered this question.
>
> The crash happened when reportbug tried to guess the email address
> before asking you to confirm/enter it.
>
> If none of these variables were set, do you have any non-ascii
> characters in your /etc/passwd entry or in a corresponding entry in
> /etc/email-adresses?
>

Nope. No non-ascii characters for my user account entry in /etc/passwd. No
non-ascii characters whatsoever as far as I can see. No e-mail address is
specified in my user account entry.

Neither /etc/email-adresses nor /etc/email-addresses exist on my system. I
don't have any MTA installed.

One thing that may stand out a bit in my /etc/passwd entry is my choice of
default shell. I run fish, /usr/bin/fish. But I got the same error after
changing to /bin/bash, running reportbug from a new login session

/Micael


Bug#982245: reportbug crashes during initial configuration

2021-02-07 Thread Mikael Petersson
Package: reportbug
Version: 7.9.0
Severity: important

Reportbug fails during the initial configuration when I use the default Y
answer (I press Enter) for direct Internet access. Console output during
execution:

Will reportbug often have direct Internet access? (You should answer yes to
this question unless you know what you are doing and plan to check whether
duplicate reports have been filed via some other channel.) [Y|n|q|?]?
Traceback (most recent call last):
  File "/usr/bin/reportbug", line 2361, in 
main()
  File "/usr/bin/reportbug", line 1115, in main
return iface.user_interface()
  File "/usr/bin/reportbug", line 1257, in user_interface
offer_configuration(self.options)
  File "/usr/bin/reportbug", line 572, in offer_configuration
def_realname, def_email = utils.get_email()
  File "/usr/lib/python3/dist-packages/reportbug/utils.py", line 298, in
get_email
return get_email_addr(get_user_id(emailaddr, realname))
  File "/usr/lib/python3/dist-packages/reportbug/utils.py", line 332, in
get_user_id
return email.utils.formataddr((realname, emailaddr))
  File "/usr/lib/python3.9/email/utils.py", line 91, in formataddr
address.encode('ascii')
UnicodeEncodeError: 'ascii' codec can't encode character '\xe4' in position
23: ordinal not in range(128)

This error makes it a bit awkward to report other bugs in Debian.

I installed the package today, so I don't know if this have worked in
earlier versions

My computer is configured for Swedish language

Kind regards,

Micael Petersson, Falun, Sweden


Bug#507734: [Pkg-alsa-devel] Bug#507734: [alsa-base] No sound after (re)boot with snd-via82xx

2008-12-08 Thread Mikael Petersson
mån 2008-12-08 klockan 20:20 +0100 skrev Elimar Riesebieter: 
> * Mikael Petersson [081207 23:40 +0100]
> > (I'm somewhat new to the BTS, so I forgot to add myself to the reply-to
> > header in my previous mail. Luckily, I took a look at the
> > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507734 page to find
> > your question. Sorry.)
> > 
> > >Is udev running onyour system? If not do as follows:
> > >
> > ># echo snd-via82xx >> /etc/modules
> > >
> > >Elimar
> > 
> > Yes, udev is running.
> 
> Is alsa-utils installed? If yes, your sound driver is blacklistet
> somewhere or something unrelated irritates alsa-utils
> (/etc/udev/alsa-utils.rules). Adding snd-via82xx to /etc/modules
> should help anyway.
> 
> Elimar

Hi, 

Yes, alsa-utils is installed.

If it is of any help, here is the content of /etc/udev/alsa-utils.rules:
KERNEL=="controlC[0-7]", ACTION=="add", RUN+="/lib/udev/alsa-utils"

I have searched for the text via82xx in /etc, and the only blacklist
related I found was

# blacklist snd-via82xx-modem

in /etc/modprobe.d/alsa-base-blacklist.

I have appended snd-via82xx to /etc/modules and after reboot I have
sound working again. Thanks for the tip!

While I still consider the fact that the snd-via82xx module fails to
load automatically at boot a regression, I don't really know what to do
about this bug. Should it be closed, further investigated, redirected
somewhere (udev or the package generating /etc/modules (the kernel?),
requesting that snd-via82xx gets appended to /etc/modules perhaps?) or
what? Feel free to do what you want!

Happy hacking,

Mikael Petersson, Sweden




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



Bug#507734: [Pkg-alsa-devel] Bug#507734: Bug#507734: [alsa-base] No sound after (re)boot with snd-via82xx

2008-12-07 Thread Mikael Petersson
(I'm somewhat new to the BTS, so I forgot to add myself to the reply-to
header in my previous mail. Luckily, I took a look at the
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507734 page to find
your question. Sorry.)

>Is udev running onyour system? If not do as follows:
>
># echo snd-via82xx >> /etc/modules
>
>Elimar

Yes, udev is running.

Mikael




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



Bug#507734: [Pkg-alsa-devel] Bug#507734: [alsa-base] No sound after (re)boot with snd-via82xx

2008-12-06 Thread Mikael Petersson
lör 2008-12-06 klockan 19:04 +0100 skrev Elimar Riesebieter:
> severity 507734 normal
> thanks
> 
> * Mikael Petersson [081204 01:00 +0100]
> > Package: alsa-base Version: 1.0.17.dfsg-4 Severity: important
> > 
> > Hello, 
> > 
> > I have problems getting sound from my Via card using the snd-via82xx
> > module. The module doesn't seem to be automatically loaded during boot.
> > 
> > After running alsaconf everything works like a charm, but only as long
> > as I don't reboot. After reboot I have to run alsaconf again to have
> > working sound. 
> > 
> > This problem began a few weeks ago. Until then everything worked as it
> > should. Unfortunately, I don't know the real source of the problem. It
> > may be alsa-base, udev, the kernel (I use a Debian stock kernel) or
> > whatever. Please feel free to redirect this bug report to the correct
> > package if this is no alsa-base bug!
> 
> What tells
> 
> # cat /etc/modules
> # cat /etc/modprobe.d/sound
> # cat /proc/asound/cards
> 
> ?
> 
> Elimar

Before running alsaconf (no working sound):
===

-- /etc/modules --
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

loop

-- /etc/modprobe.d/sound --
alias snd-card-0 snd-via82xx
options snd-via82xx index=0

-- /proc/asound/cards --
[the file does not exist]

After running alsaconf (sound works fine):
==

-- /etc/modules --
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

loop

-- /etc/modprobe.d/sound --
alias snd-card-0 snd-via82xx
options snd-via82xx index=0

-- /proc/asound/cards --
 0 [V8235  ]: VIA8233 - VIA 8235
  VIA 8235 with ALC202 at 0xe800, irq 22

Mikael




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



Bug#507734: [alsa-base] No sound after (re)boot with snd-via82xx

2008-12-03 Thread Mikael Petersson
Package: alsa-base Version: 1.0.17.dfsg-4 Severity: important

Hello, 

I have problems getting sound from my Via card using the snd-via82xx
module. The module doesn't seem to be automatically loaded during boot.

After running alsaconf everything works like a charm, but only as long
as I don't reboot. After reboot I have to run alsaconf again to have
working sound. 

This problem began a few weeks ago. Until then everything worked as it
should. Unfortunately, I don't know the real source of the problem. It
may be alsa-base, udev, the kernel (I use a Debian stock kernel) or
whatever. Please feel free to redirect this bug report to the correct
package if this is no alsa-base bug!

Regards, 

Mikael Petersson, Sweden

Detailed bug info
=

Error messages from speaker-test after reboot and before running
alsaconf ("Filen eller katalogen finns inte" is swedish for "The file
or directory does not exist"):
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver 
returned error: Filen eller katalogen finns inte
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned 
error: Filen eller katalogen finns inte
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned 
error: Filen eller katalogen finns inte
ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: Filen eller katalogen 
finns inte
ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default

Some text emitted during alsaconf execution:
Unloading ALSA sound driver modules: (none loaded).

After running alsaconf, speaker-test generates pink noise, just as it
should.

/etc/modprobe.d/sound:
alias snd-card-0 snd-via82xx
options snd-via82xx index=0

Kernel modules not loaded before alsaconf, but loaded after alsaconf
(from lsmod):
snd_via82xx20664  0 
gameport   10700  1 snd_via82xx
snd_ac97_codec 88484  1 snd_via82xx
ac97_bus1728  1 snd_ac97_codec
snd_pcm62596  2 snd_via82xx,snd_ac97_codec
snd_page_alloc  7816  2 snd_via82xx,snd_pcm
snd_mpu401_uart 6368  1 snd_via82xx
snd_seq_midi5728  0 
snd_seq_midi_event  6432  1 snd_seq_midi
snd_rawmidi18496  2 snd_mpu401_uart,snd_seq_midi
snd_seq41456  2 snd_seq_midi,snd_seq_midi_event
snd_timer  17800  2 snd_pcm,snd_seq
snd_seq_device  6380  3 snd_seq_midi,snd_rawmidi,snd_seq
snd45604  8 
snd_via82xx,snd_ac97_codec,snd_pcm,snd_mpu401_uart,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore   6368  1 snd

Output of (lspci && lspci -n) | sort:
00:00.0 0600: 1106:3116
00:00.0 Host bridge: VIA Technologies, Inc. VT8375 [KM266/KL266] Host Bridge
00:01.0 0604: 1106:b091
00:01.0 PCI bridge: VIA Technologies, Inc. VT8633 [Apollo Pro266 AGP]
00:0a.0 0780: 14f1:2f00 (rev 01)
00:0a.0 Communication controller: Conexant HSF 56k HSFi Modem (rev 01)
00:0b.0 0200: 10ec:8139 (rev 10)
00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
00:10.0 0c03: 1106:3038 (rev 80)
00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 80)
00:10.1 0c03: 1106:3038 (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 80)
00:10.2 0c03: 1106:3038 (rev 80)
00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 80)
00:10.3 0c03: 1106:3104 (rev 82)
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
00:11.0 0601: 1106:3177
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 0101: 1106:0571 (rev 06)
00:11.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:11.5 0401: 1106:3059 (rev 50)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 
AC97 Audio Controller (rev 50)
01:00.0 0300: 5333:8d04
01:00.0 VGA compatible controller: S3 Inc. VT8375 [ProSavage8 KM266/KL266]

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26-1-686

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.se.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-===
lsof   (>= 4.64) | 4.78.dfsg.1-4
module-init-tools (>= 3.2.1) | 3.4-1
linux-sound-base | 1.0.17.dfsg-4

--- Output from package bug script ---





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



Bug#500069: [liferea] News Bins don't work

2008-09-24 Thread Mikael Petersson

Package: liferea
Version: 1.4.18-1
Severity: normal

Hi, 

Today I discovered the Liferea featured called News Bins. Based on what I read 
in the Liferea documentation, I figured it would be a nice way to collect 
interesting news items while being offline. I imagined that I could later 
reopen these news items from the News Bin for further reading while being 
online.

I was wrong :-)

The problem is that Liferea doesn't save the contents of the News Bin. Here is 
how to reproduce:

1. Start Liferea (it doesn't matter if you start it while being offline or 
online).
2. Create a new News Bin.
3. Copy some random news item to the newly created News Bin.
4. Notice that the news item is present in the News Bin.
5. Quit Liferea (quit it completely, don't just minimize it to the notification 
icon).
6. Start Liferea again.
7. Notice that the News Bin is empty

Obviously, the News Bin functionality is somewhat buggy. I suggest that you 
either fix this problem or disable the News Bin functionality until it works as 
planned in some later Liferea release.

Anyway, thanks for a nice feed reader!

Regards, 

Mikael Petersson, Enviken, Sweden

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26-1-686

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.se.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-==
libatk1.0-0  (>= 1.20.0) | 1.22.0-1
libc6 (>= 2.7-1) | 2.7-13
libcairo2 (>= 1.2.4) | 1.6.4-6
libdbus-glib-1-2   (>= 0.71) | 0.76-1
libgcc1 (>= 1:4.1.1) | 1:4.3.2-1
libgconf2-4  (>= 2.13.5) | 2.22.0-1
libgcrypt11   (>= 1.4.0) | 1.4.1-1
libglade2-0 (>= 1:2.6.1) | 1:2.6.2-1
libglib2.0-0 (>= 2.16.0) | 2.16.5-1
libgnutls26 (>= 2.4.0-0) | 2.4.2-1
libgtk2.0-0  (>= 2.12.0) | 2.12.11-3
libice6 (>= 1:1.0.0) | 2:1.0.4-1
liblua5.1-0  | 5.1.3-1
libnm-glib0  | 0.6.6-2
libnotify1(>= 0.4.4) | 0.4.4-3
libnotify1-gtk2.10   | 
libpango1.0-0(>= 1.20.3) | 1.20.5-2
libsm6   | 2:1.0.3-2
libsqlite3-0  (>= 3.5.9) | 3.5.9-4
libstdc++6(>= 4.1.1) | 4.3.2-1
libx11-6 | 2:1.1.5-1
libxml2  (>= 2.6.27) | 2.6.32.dfsg-4
libxslt1.1   (>= 1.1.18) | 1.1.24-2
zlib1g  (>= 1:1.1.4) | 1:1.2.3.3.dfsg-12
gconf2 (>= 2.10.1-2) | 2.22.0-1
xulrunner-1.9| 1.9.0.1-1
_
Senaste sportnyheterna & rykande färska resultat!
http://sport.msn.se/


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



Bug#466242: Undefined lzma symbols

2008-02-17 Thread Mikael Petersson

Package: squashfs-modules-2.6.24-1-486
Version: 2.6.24+3.3-3
Severity: grave

I have built a sid-based live image using the live-helper package. The 
live-helper scripts defaults to creating a squashfs filesystem that somehow can 
be synced using aufs. When I test it in qemu (command line qemu -kernel-kqemu 
-m 64 -cdrom binary.iso -boot d), I get the following screen output during boot:


Begin: Mounting root filesystem... ...
aufs 20080128
loop: module loaded
squashfs: Unknown symbol sqlzma_init
squashfs: Unknown symbol sqlzma_un
squashfs: Unknown symbol sqlzma_fin
modprobe: FATAL: Error inserting squashfs 
(lib/modules/2.6.24-1-486/extra/squashfs/squashfs.ko): Unknown symbol in 
module, or unknown parameter (see dmesg)

After that, a busybox shell is started, probably for recovery reasons.

This bug is probably the same as #465183, reported against the squashfs source 
package, which - if I understand it right - is not used to produce the binary 
squashfs-modules- packages.

Because the bug was found on another (live) system, the system information 
below is somewhat obsolete.

Regards,

Mikael Petersson, Falun, Sweden

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.se.debian.org 

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

_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



Bug#434216: rss-glx: Cannot install due to missing dependency - libglew1

2007-07-22 Thread Mikael Petersson
Package: rss-glx
Version: 0.8.1-6
Severity: normal

Hello, 

rss-glx depends on the non-existent package libglew1. This makes it 
impossible to install rss-glx in sid.

There is a package in sid called libglew1.4 that probably should be used 
instead.

Regards, 

Mikael Petersson, Sweden


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core)
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 rss-glx depends on:
pn  libalut0   (no description available)
ii  libbz2-1.01.0.3-7high-quality block-sorting file co
ii  libc6 2.6-2  GNU C Library: Shared libraries
ii  libgcc1   1:4.2.1-0  GCC support library
ii  libgl1-mesa-glx [libgl1]  6.5.2-7A free implementation of the OpenG
pn  libglew1   (no description available)
ii  libglu1-mesa [libglu1]6.5.2-7The OpenGL utility library (GLU)
pn  libmagick9 (no description available)
ii  libopenal0a   1:0.0.8-5  OpenAL is a portable library for 3
ii  libstdc++64.2.1-0The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-7  X11 client-side library

rss-glx recommends no packages.


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



Bug#426163: gaim: Chrashes during exit when the buddy list is hidden

2007-05-27 Thread Mikael Petersson

> Date: Sat, 26 May 2007 20:47:47 -0400
> Subject: Re: Bug#426163: gaim: Chrashes during exit when the buddy list is
>   hidden
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> 
> Please install the gaim-dbg, libglib2.0-dbg, and libgtk2.0-dbg packages,
> and try to get another backtrace. Thanks.
> 

Here you are:

[EMAIL PROTECTED]:~$ gdb gaim
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
Using host libthread_db library "/lib/i686/cmov/libthread_db.so.1".
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/gaim 
Failed to read a valid object file image from memory.
[Thread debugging using libthread_db enabled]
[New Thread -1223215408 (LWP 3852)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1223215408 (LWP 3852)]
0xb6c2a050 in ?? ()
(gdb) bt
#0  0xb6c2a050 in ?? ()
#1  0xb78c95c9 in g_cclosure_marshal_VOID__VOID () from 
/usr/lib/libgobject-2.0.so.0
#2  0xb78bc1c2 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#3  0xb78cccf3 in ?? () from /usr/lib/libgobject-2.0.so.0
#4  0x08375cb8 in ?? ()
#5  0x in ?? ()
(gdb) thread apply all bt

Thread 1 (Thread -1223215408 (LWP 3852)):
#0  0xb6c2a050 in ?? ()
#1  0xb78c95c9 in g_cclosure_marshal_VOID__VOID () from 
/usr/lib/libgobject-2.0.so.0
#2  0xb78bc1c2 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#3  0xb78cccf3 in ?? () from /usr/lib/libgobject-2.0.so.0
#4  0x08375cb8 in ?? ()
#5  0x in ?? ()
(gdb) quit
The program is running.  Exit anyway? (y or n) y

> Mikael Petersson wrote:
> > Package: gaim
> > Version: 1:2.0.0+beta5-11
> > Severity: important
> >
> > Hello,
> >
> > I'm using Gaim with my MSN Messenger account only. When I exit (usually
> > when I log out from GNOME), Gaim crashes. It only happens when the buddy
> > list is hidden though, which it normally is for me.
> >
> 

_
Invite your mail contacts to join your friends list with Windows Live Spaces. 
It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us


Bug#426163: gaim: Chrashes during exit when the buddy list is hidden

2007-05-26 Thread Mikael Petersson
Package: gaim
Version: 1:2.0.0+beta5-11
Severity: important

Hello, 

I'm using Gaim with my MSN Messenger account only. When I exit (usually 
when I log out from GNOME), Gaim crashes. It only happens when the buddy 
list is hidden though, which it normally is for me.

Regards, 

Mikael Petersson, Enviken, Sweden

-- gdb Information:
[EMAIL PROTECTED]:~$ gdb gaim
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you 
are
welcome to change it and/or distribute copies of it under certain 
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for 
details.
This GDB was configured as "i486-linux-gnu"...
Using host libthread_db library "/lib/i686/cmov/libthread_db.so.1".
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/gaim 
Failed to read a valid object file image from memory.
[Thread debugging using libthread_db enabled]
[New Thread -1223309616 (LWP 4844)]
[New Thread -1236374640 (LWP 4899)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1223309616 (LWP 4844)]
0xb6c13050 in ?? ()
(gdb) bt
#0  0xb6c13050 in ?? ()
#1  0xb78b25c9 in g_cclosure_marshal_VOID__VOID () from 
/usr/lib/libgobject-2.0.so.0
#2  0xb78a51c2 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#3  0xb78b5cf3 in ?? () from /usr/lib/libgobject-2.0.so.0
#4  0x08373468 in ?? ()
#5  0x in ?? ()
(gdb) thread apply all bt

Thread 2 (Thread -1236374640 (LWP 4899)):
#0  0xb7f99e04 in ?? () from /lib/ld-linux.so.2
#1  0xb7f896d8 in ?? () from /lib/ld-linux.so.2
#2  0x000a in ?? ()
#3  0xb64e4c2c in ?? ()
#4  0x0200 in ?? ()
#5  0x in ?? ()

Thread 1 (Thread -1223309616 (LWP 4844)):
#0  0xb6c13050 in ?? ()
#1  0xb78b25c9 in g_cclosure_marshal_VOID__VOID () from 
/usr/lib/libgobject-2.0.so.0
#2  0xb78a51c2 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#3  0xb78b5cf3 in ?? () from /usr/lib/libgobject-2.0.so.0
#4  0x08373468 in ?? ()
#5  0x in ?? ()
(gdb) quit
The program is running.  Exit anyway? (y or n) y

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
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 gaim depends on:
ii  gaim-data   1:2.0.0+beta5-11 multi-protocol instant messaging c
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libavahi-compat-howl0   0.6.19-2 Avahi Howl compatibility library
ii  libc6   2.5-9GNU C Library: Shared libraries
ii  libcairo2   1.4.6-1  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.0.2-5  simple interprocess messaging syst
ii  libdbus-glib-1-20.73-2   simple interprocess messaging syst
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libglib2.0-02.12.12-1The GLib library of C routines
ii  libgstreamer0.10-0  0.10.12-5Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.10.12-2The GTK+ graphical user interface 
ii  libgtkspell02.0.10-3+b1  a spell-checking addon for GTK's T
ii  libice6 1:1.0.3-2X11 Inter-Client Exchange library
ii  libncursesw55.6-3Shared libraries for terminal hand
ii  libnspr4-0d 4.6.6-3  NetScape Portable Runtime Library
ii  libnss3-0d  3.11.5-3 Network Security Service libraries
ii  libpango1.0-0   1.16.4-1 Layout and rendering of internatio
ii  libperl5.8  5.8.8-7  Shared Perl library
ii  libsm6  2:1.0.3-1X11 Session Management library
ii  libstartup-notification 0.9-1library for program launch feedbac
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.28.dfsg-1GNOME XML library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  libxss1 1:1.1.2-1X11 Screen Saver extension library

Versions of packages gaim recommends:
ii  gstreamer0.10-alsa0.10.12-2  GStreamer plugin for ALSA
ii  gstreamer0.10-esd 0.10.5-5   GStreamer

Bug#426146: Screenshot

2007-05-26 Thread Mikael Petersson

A picture says more than 1.000 words, so here is a screenshot. By the way, this 
bug should probably be tagged i10n or something similar (I don't know how to do 
it in reportbug). /Mikael P

_
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx<>

Bug#426146: synaptic: Error in swedish translation

2007-05-26 Thread Mikael Petersson
Package: synaptic
Version: 0.57.11.1+b2
Severity: normal


Hello, 

There is a problem with the Swedish translation of the Summary 
(Sammanställning in Swedish) dialog. The Show Details (Visa detaljer) 
and Apply (Verkställ) buttons have the same mnemonics, making it harder 
to apply changes with the keyboard.

The d in detaljer could be used as a mnemonic in the Swedish 
translation of the Show Details button.

Perhaps the Download package files only (Hämta enbart paketfilerna) 
checkbox should have a mnemonic too? D could be used in the English 
translation and H in the Swedish.

Regards, 

Mikael Petersson, Enviken, Sweden


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
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 synaptic depends on:
ii  apt [libapt-pkg-libc6.3 0.6.46.4-0.1 Advanced front-end for dpkg
ii  apt-utils [libapt-inst- 0.6.46.4-0.1 APT utility programs
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.5-9GNU C Library: Shared libraries
ii  libcairo2   1.4.6-1  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.2-20070516-1 GCC support library
ii  libglade2-0 1:2.6.0-4library to load .glade files at ru
ii  libglib2.0-02.12.12-1The GLib library of C routines
ii  libgtk2.0-0 2.10.12-2The GTK+ graphical user interface 
ii  libpango1.0-0   1.16.4-1 Layout and rendering of internatio
ii  libstdc++6  4.2-20070516-1   The GNU Standard C++ Library v3
ii  libvte9 1:0.16.3-1   Terminal emulator widget for GTK+ 
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.28.dfsg-1GNOME XML library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  scrollkeeper0.3.14-13A free electronic cataloging syste

Versions of packages synaptic recommends:
ii  deborphan 1.7.23 Find orphaned libraries
ii  gksu  2.0.0-4graphical frontend to su
ii  libgnome2-perl1.040-1Perl interface to the GNOME librar

-- no debconf information



Bug#405021: xserver-xorg-video-savage: X startup makes the computer freeze

2006-12-30 Thread Mikael Petersson

Hi again,



From: Julien Cristau <[EMAIL PROTECTED]>
To: Mikael Petersson <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#405021: xserver-xorg-video-savage: X startup makes the 
computer freeze

Date: Sat, 30 Dec 2006 14:02:35 +0100

Hi Mikael,

thanks for your report!

On Sat, Dec 30, 2006 at 13:48:08 +0100, Mikael Petersson wrote:

> I believe that the attached logfile comes from a Vesa session. so it
> probably doesn't contain much information. I can append a new logfile
> to this bugreport later if requested.
>
That would be better, yes.


Here is a new Xorg.log with Savage-related info. I found no (EE) entries 
however...



Does xserver-xorg-video-savage 1:2.1.2-1 work for you?


I upgrade my computer quite regularly, so I'm quite confident that version 
worked.




Cheers,
Julien




<< signature.asc >>



Happy new year to all of you (and us) celebrating it!

Mikael

_
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN 
Current Operating System: Linux hpdebian-unstable 2.6.18-3-k7 #1 SMP Sun Dec 10 20:17:39 UTC 2006 i686
Build Date: 30 December 2006
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec 30 14:20:51 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "hp m703"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.0
	X.Org XInput driver : 0.6
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3116 card 1509,9012 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b091 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0a:0: chip 14f1,2f00 card 13e0,8d85 rev 01 class 07,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10ec,8139 card 1509,9012 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1509,9012 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1509,9012 rev 80 class 0c,03,00 hdr 80
(II) PCI