Bug#1035517: evolution: Text display of mails a narrow strip

2023-05-05 Thread Nathan A. Stine
On Thu, 04 May 2023 17:39:46 +0200 nullproblemo
 wrote:
> Package: evolution
> Version: 3.38.3-1+deb11u1
> Severity: important
> 
> Dear Maintainer,
> 
> 
> starting Evolution:
> In Evolution the text display of the mails is only a narrow strip
since 4 May
> 2023 so nothing nothing can be read. This is identical in the preview
and in
> the large view. The same situation on 3 computers. The problem is
known in the
> german forum:
https://debianforum.de/forum/viewtopic.php?p=1326471#p1326471
> 
> 

This appears to be a duplicate of #1035469. I experienced the same
problem, but an upgrade to 3.38.3-1+deb11u2 fixed the issue.

Nathan A. Stine



Bug#1018948: chromium: Main context menu opens in left upper corner of the window

2022-09-06 Thread Nathan A. Stine
On Fri, 02 Sep 2022 11:45:12 -0400 Andres Salomon 
wrote:
> On Fri, 2 Sep 2022 11:20:31 + Krassy Boykinov 
>  wrote:
>  > Package: chromium
>  > Version: 105.0.5195.52-1
>  > Severity: important
>  >
>  >
>  > Hitting the three dotted context-menu results in rendering it in
the 
> top
>  > left corner of the application,
>  > even above the window decorations.
>  >
>  > I use chromium in wayland mode (with --ozone-platform-hint=wayland
> flag)
>  >
>  >
> 
> Can you please provide a screenshot?  Also, which desktop environment
> are you using?
> 
> 
> 
> 

I can confirm this bug when using --ozone-platform=wayland. I can't
when using --ozone-platform=x11. The bug is not only the 3 dot menu,
but also any sort of menu or tooltip. For instance if you have folders
in your bookmark bar, clicking on them will show the contents at the
top left as shown in Krassy's screenshot.

Nathan A. Stine



Bug#988111: RFP: celestia -- Celestia is a free 3D astronomy program

2021-05-05 Thread Nathan A. Stine
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: nathan.st...@gmail.com

* Package name: celestia
  Version : 1.6.2
  Upstream Author : Celestia Development Team
* URL : https://github.com/CelestiaProject/Celestia/
* License : GPL v2 (some assets may be non-free).
  Programming Lang: C++
  Description : Celestia is a free 3D astronomy program.

This was a package that was in Debian previously (jessie), but was removed in
#809916 due to dead upstream. It seems that upstream is now alive and well at
the github link above.

Some of the data files may be non-free. The project at
https://github.com/CelestiaProject/CelestiaContent states GPL 2.0, but shows
some other licenses that may not be DFSG-compliant. The jessie package did
split some of these resources into a nonfree package, so if nothing has changed
in terms of licensing there may need to be a similar package if warranted.



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

2021-03-22 Thread Nathan A. Stine
Package: d1x-rebirth
Version: 0.58.1-1.2
Followup-For: Bug #982388
X-Debbugs-Cc: nathan.st...@gmail.com

Hi all,

I believe I've ran into the same error as the original submitter. I find that
the error appears when trying to view the credits as well. Here's a backtrace:

Thread 1 "d1x-rebirth" received signal SIGSEGV, Segmentation fault.
fluid_hashtable_lookup_node (hash_return=0x0, key=0x7fffca90,
hashtable=0x56642840) at ./src/utils/fluid_hash.c:169
169 ./src/utils/fluid_hash.c: No such file or directory.
(gdb) bt
#0  fluid_hashtable_lookup_node (hash_return=0x0, key=0x7fffca90,
hashtable=0x56642840) at ./src/utils/fluid_hash.c:169
#1  fluid_hashtable_lookup (hashtable=hashtable@entry=0x56642840,
key=0x7fffca90) at ./src/utils/fluid_hash.c:740
#2  0x7731a35c in fluid_settings_get
(settings=settings@entry=0x56642840, name=name@entry=0x77350cbe
"synth.gain",
value=value@entry=0x7fffcbe0) at ./src/utils/fluid_settings.c:400
#3  0x7731ab21 in fluid_settings_callback_num (settings=0x56642840,
name=name@entry=0x77350cbe "synth.gain",
callback=callback@entry=0x0, data=data@entry=0x0) at
./src/utils/fluid_settings.c:743
#4  0x77330b7a in delete_fluid_synth (synth=0x56635400) at
./src/synth/fluid_synth.c:1017
#5  delete_fluid_synth (synth=0x56635400) at ./src/synth/fluid_synth.c:1003
#6  0x77c7631b in fluidsynth_freesong () from /lib/x86_64-linux-
gnu/libSDL_mixer-1.2.so.0
#7  0x77c69597 in Mix_FreeMusic () from /lib/x86_64-linux-
gnu/libSDL_mixer-1.2.so.0
#8  0x5560b178 in mix_free_music () at arch/sdl/digi_mixer_music.c:119
#9  mix_play_file (filename=0x56cab010 "credits.hmp", loop=loop@entry=1,
hook_finished_track=hook_finished_track@entry=0x0)
at arch/sdl/digi_mixer_music.c:43
#10 0x555eac7e in songs_play_file (filename=,
repeat=repeat@entry=1,
hook_finished_track=hook_finished_track@entry=0x0) at main/songs.c:300
#11 0x555eb266 in songs_play_song (songnum=songnum@entry=4,
repeat=repeat@entry=1) at main/songs.c:363
#12 0x55586975 in credits_show
(credits_filename=credits_filename@entry=0x0) at main/credits.c:238
#13 0x555bab57 in do_option (select=) at main/menu.c:602
#14 0x555d2ec0 in newmenu_key_command (wind=,
event=0x7fffe0e0, menu=0x56ad5ea0)
at main/newmenu.c:1019
#15 0x555695eb in event_send (event=0x7fffe0e0) at
arch/sdl/event.c:130
#16 0x5556a868 in key_handler (kevent=kevent@entry=0x7fffe110) at
arch/sdl/key.c:427
#17 0x55569777 in event_poll () at arch/sdl/event.c:43
#18 0x5556984e in event_process () at arch/sdl/event.c:152
#19 0xe1af in main (argc=1, argv=) at
main/inferno.c:437

I find that if I disable sound in the options, the program no longer crashes
and I can play the game without any other problems.

Best regards,

Nathan A. Stine

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

Kernel: Linux 5.10.0-4-amd64 (SMP w/12 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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-6

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

d1x-rebirth suggests no packages.



Bug#933303: gnome-control-center: Google Online Account setup crashes under Wayland

2019-08-11 Thread Nathan A. Stine
Package: gnome-control-center
Version: 1:3.30.3-1
Followup-For: Bug #933303

I have noticed that several applications are giving similar errors.  I ran
"WAYLAND_DEBUG=1 gnome-control-center" and received this line in the terminal
output just before the crash:

wl_display@1.error(nil, 7, "failed to import supplied dmabufs: Unsupported
buffer format 808665665")

Perhaps this will be helpful in diagnosing the problem.

Nathan A. Stine



-- 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/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 /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gnome-control-center depends on:
ii  accountsservice0.6.45-2
ii  apg2.2.3.dfsg.1-5
ii  colord 1.4.3-4
ii  desktop-base   10.0.2
ii  desktop-file-utils 0.23-4
ii  gnome-control-center-data  1:3.30.3-1
ii  gnome-desktop3-data3.30.2.1-2
ii  gnome-settings-daemon  3.30.2-3
ii  gsettings-desktop-schemas  3.28.1-1
ii  libaccountsservice00.6.45-2
ii  libatk1.0-02.30.0-2
ii  libc6  2.28-10
ii  libcairo-gobject2  1.16.0-4
ii  libcairo2  1.16.0-4
ii  libcanberra-gtk3-0 0.30-7
ii  libcanberra0   0.30-7
ii  libcheese-gtk253.31.90-1
ii  libcheese8 3.31.90-1
ii  libclutter-1.0-0   1.26.2+dfsg-10
ii  libclutter-gtk-1.0-0   1.8.4-4
ii  libcolord-gtk1 0.1.26-2
ii  libcolord2 1.4.3-4
ii  libcups2   2.2.10-6
ii  libfontconfig1 2.13.1-2
ii  libgdk-pixbuf2.0-0 2.38.1+dfsg-1
ii  libglib2.0-0   2.58.3-2
ii  libgnome-bluetooth13   3.28.2-3
ii  libgnome-desktop-3-17  3.30.2.1-2
ii  libgoa-1.0-0b  3.30.1-2
ii  libgoa-backend-1.0-1   3.30.1-2
ii  libgrilo-0.3-0 0.3.7-1
ii  libgtk-3-0 3.24.5-1
ii  libgtop-2.0-11 2.38.0-4
ii  libgudev-1.0-0 232-2
ii  libibus-1.0-5  1.5.19-4
ii  libkrb5-3  1.17-3
ii  libmm-glib01.10.0-1
ii  libnm0 1.14.6-2
ii  libnma01.8.20-1.1
ii  libpango-1.0-0 1.42.4-6
ii  libpangocairo-1.0-01.42.4-6
ii  libpolkit-gobject-1-0  0.105-25
ii  libpulse-mainloop-glib012.2-4
ii  libpulse0  12.2-4
ii  libpwquality1  1.4.0-3
ii  libsecret-1-0  0.18.7-1
ii  libsmbclient   2:4.9.5+dfsg-5
ii  libsoup2.4-1   2.64.2-2
ii  libupower-glib30.99.10-1
ii  libwacom2  0.32-1
ii  libwayland-server0 1.16.0-1
ii  libx11-6   2:1.6.7-1
ii  libxi6 2:1.7.9-1
ii  libxml22.9.4+dfsg1-7+b3

Versions of packages gnome-control-center recommends:
ii  cracklib-runtime  2.9.6-2
ii  cups-pk-helper0.2.6-1+b1
ii  gkbd-capplet  3.26.1-1
ii  gnome-online-accounts 3.30.1-2
ii  gnome-user-docs   3.30.2-1
ii  gnome-user-share  3.28.0-2
ii  iso-codes 4.2-1
ii  libcanberra-pulse 0.30-7
ii  libnss-myhostname 241-5
ii  mousetweaks   3.12.0-5
ii  network-manager-gnome 1.8.20-1.1
ii  policykit-1   0.105-25
ii  pulseaudio-module-bluetooth   12.2-4
ii  realmd0.16.3-2
ii  rygel 0.36.2-4
ii  rygel-tracker 0.36.2-4
ii  system-config-printer-common  1.5.11-4

Versions of packages gnome-control-center suggests:
ii  gnome-software   3.30.6-5
ii  gstreamer1.0-pulseaudio  1.14.4-1
pn  libcanberra-gtk-module   
ii  libcanberra-gtk3-module  0.30-7
ii  x11-xserver-utils7.7+8

-- no debconf information



Bug#933303: gnome-control-center: Google Online Account setup crashes under Wayland

2019-07-28 Thread Nathan A. Stine
Package: gnome-control-center
Version: 1:3.30.3-1
Severity: normal

Dear Maintainer,

   * What led up to the situation?

I ran gnome-control-center in a terminal window and then went to Online
Accounts and then Google under Add an account.  The program crashed with this
error:

Gdk-Message: 18:04:35.031: Error 71 (Protocol error) dispatching to Wayland
display.

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

I ran "GDK_BACKEND=x11 gnome-control-center" in the terminal and followed the
same steps.

   * What was the outcome of this action?

I was successfully able to add my Google accounts.



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

Kernel: Linux 4.19.0-5-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 /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gnome-control-center depends on:
ii  accountsservice0.6.45-2
ii  apg2.2.3.dfsg.1-5
ii  colord 1.4.3-4
ii  desktop-base   10.0.2
ii  desktop-file-utils 0.23-4
ii  gnome-control-center-data  1:3.30.3-1
ii  gnome-desktop3-data3.30.2.1-2
ii  gnome-settings-daemon  3.30.2-3
ii  gsettings-desktop-schemas  3.28.1-1
ii  libaccountsservice00.6.45-2
ii  libatk1.0-02.30.0-2
ii  libc6  2.28-10
ii  libcairo-gobject2  1.16.0-4
ii  libcairo2  1.16.0-4
ii  libcanberra-gtk3-0 0.30-7
ii  libcanberra0   0.30-7
ii  libcheese-gtk253.31.90-1
ii  libcheese8 3.31.90-1
ii  libclutter-1.0-0   1.26.2+dfsg-10
ii  libclutter-gtk-1.0-0   1.8.4-4
ii  libcolord-gtk1 0.1.26-2
ii  libcolord2 1.4.3-4
ii  libcups2   2.2.10-6
ii  libfontconfig1 2.13.1-2
ii  libgdk-pixbuf2.0-0 2.38.1+dfsg-1
ii  libglib2.0-0   2.58.3-2
ii  libgnome-bluetooth13   3.28.2-3
ii  libgnome-desktop-3-17  3.30.2.1-2
ii  libgoa-1.0-0b  3.30.1-2
ii  libgoa-backend-1.0-1   3.30.1-2
ii  libgrilo-0.3-0 0.3.7-1
ii  libgtk-3-0 3.24.5-1
ii  libgtop-2.0-11 2.38.0-4
ii  libgudev-1.0-0 232-2
ii  libibus-1.0-5  1.5.19-4
ii  libkrb5-3  1.17-3
ii  libmm-glib01.10.0-1
ii  libnm0 1.14.6-2
ii  libnma01.8.20-1.1
ii  libpango-1.0-0 1.42.4-6
ii  libpangocairo-1.0-01.42.4-6
ii  libpolkit-gobject-1-0  0.105-25
ii  libpulse-mainloop-glib012.2-4
ii  libpulse0  12.2-4
ii  libpwquality1  1.4.0-3
ii  libsecret-1-0  0.18.7-1
ii  libsmbclient   2:4.9.5+dfsg-5
ii  libsoup2.4-1   2.64.2-2
ii  libupower-glib30.99.10-1
ii  libwacom2  0.32-1
ii  libwayland-server0 1.16.0-1
ii  libx11-6   2:1.6.7-1
ii  libxi6 2:1.7.9-1
ii  libxml22.9.4+dfsg1-7+b3

Versions of packages gnome-control-center recommends:
ii  cracklib-runtime  2.9.6-2
ii  cups-pk-helper0.2.6-1+b1
ii  gkbd-capplet  3.26.1-1
ii  gnome-online-accounts 3.30.1-2
ii  gnome-user-docs   3.30.2-1
ii  gnome-user-share  3.28.0-2
ii  iso-codes 4.2-1
ii  libcanberra-pulse 0.30-7
ii  libnss-myhostname 241-5
ii  mousetweaks   3.12.0-5
ii  network-manager-gnome 1.8.20-1.1
ii  policykit-1   0.105-25
ii  pulseaudio-module-bluetooth   12.2-4
ii  realmd0.16.3-2
ii  rygel 0.36.2-4
ii  rygel-tracker 0.36.2-4
ii  system-config-printer-common  1.5.11-4

Versions of packages gnome-control-center suggests:
ii  gnome-software   3.30.6-5
ii  gstreamer1.0-pulseaudio  1.14.4-1
pn  libcanberra-gtk-module   
ii  libcanberra-gtk3-module  0.30-7
ii  x11-xserver-utils7.7+8

-- no debconf information



Bug#586474: #586474 - nautilus: please implement copy/paste with CIFS mounted shares

2014-08-10 Thread Nathan A. Stine
Althaser,

I know for a fact that this works as of at least 3.12.2-1.  It can be
closed.

Thanks,

Nathan A. Stine

-Original Message-
From: Pedro Beja altha...@gmail.com
To: nathan.st...@gmail.com
Cc: 586...@bugs.debian.org
Subject: RE: #586474 - nautilus: please implement copy/paste with CIFS
mounted shares
Date: Sat, 9 Aug 2014 01:10:47 +0100

Hey Nathan,

this is an old bug.

Could you please still reproduce this issue with newer nautilus version
like 3.4.2-1+build1 or 3.12.2-1 ?

thanks
regards
althaser


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



Bug#556971: pulseaudio does not remember volume settings, always set to 0

2012-08-05 Thread Nathan A. Stine
On Wed, 2012-08-01 at 15:40 +0200, Alexander Kurtz wrote:
 Hi everybody,
 
 On Wed, 2009-11-18 at 18:12 +0100, Andreas Unterkircher wrote:
  Everytime I start up my system, the volume control of pulseaudio is set to 
  0 -
  to the lowest possible level, the 'Mute' option isn't active.
 
 This bug is quite old and unfortunately I was never able to reproduce
 it, so I'm thinking about closing it in a week or two.
 
 Do any of you guys still experience the problem today? If so, does
 upgrading pulseaudio to version 2.0-3 (currently in testing) or 2.0-4
 (currently in unstable; fixes #673847) help?
 
 Best regards
 
 Alexander Kurtz

Alexander,

I still can reproduce the bug so long as I do not use Ludovico's patch
to /etc/init.d/alsa-utils.  I've had that patch in place for awhile, so
I didn't know if it was still a problem until just now (when I disabled
it).

Thanks,

Nathan A. Stine


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



Bug#600675:

2012-03-13 Thread Nathan A. Stine
On Tue, 2012-03-13 at 23:20 +0100, Cristian Greco wrote:
 On Mon, 12 Mar 2012 21:19:38 -0400
 Nathan A. Stine nathan.st...@gmail.com wrote:
 
  On Mon, 2012-03-12 at 23:30 +0100, Cristian Greco wrote:
   On Fri, 22 Apr 2011 00:44:58 +0100
   Calum Lind caluml...@gmail.com wrote:
   
I have created a new ticket on Deluge bug tracker.

http://dev.deluge-torrent.org/ticket/1790
   
   Hi Calum,
   
   hmm... if you cannot replicate the problem I don't think it could be
   considered properly fixed. Nathan, could you please add some more
   specific information? Is this behavior still reproducible for you?
   
   Thanks,
   --
   Cristian Greco
   GPG key ID: 0xCF4D32E4
  
  Cristian (and Calum),
  
  The reported behavior is no longer reproducible, but I have found some
  related oddities.  If Deluge is open (visible) on workspace X, and I
  click on the tray icon while in workspace Y, Deluge appears on workspace
  X, but my focus is set on workspace Y.  This is using XFCE + Compiz.
 
 Hi Nathan,
 
 I'm not sure what you're describing is a bug in deluge... in gnome I
 have the very same behavior, and it is what I actually expect: deluge
 is open in workspace 1, move focus to workspace 2, click the tray
 icon, now deluge is flashing on the bottom panel, click it to get back
 to workspace 1.
 
 Thanks,
 --
 Cristian Greco
 GPG key ID: 0xCF4D32E4

I agree.  It looks like it's a problem with the XFCE panel in
conjunction with non-XFCE window managers.  Please feel free to close or
perhaps reassign to a package you think is best.

Thanks,

Nathan A. Stine






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



Bug#600675:

2012-03-12 Thread Nathan A. Stine
On Mon, 2012-03-12 at 23:30 +0100, Cristian Greco wrote:
 On Fri, 22 Apr 2011 00:44:58 +0100
 Calum Lind caluml...@gmail.com wrote:
 
  I have created a new ticket on Deluge bug tracker.
  
  http://dev.deluge-torrent.org/ticket/1790
 
 Hi Calum,
 
 hmm... if you cannot replicate the problem I don't think it could be
 considered properly fixed. Nathan, could you please add some more
 specific information? Is this behavior still reproducible for you?
 
 Thanks,
 --
 Cristian Greco
 GPG key ID: 0xCF4D32E4

Cristian (and Calum),

The reported behavior is no longer reproducible, but I have found some
related oddities.  If Deluge is open (visible) on workspace X, and I
click on the tray icon while in workspace Y, Deluge appears on workspace
X, but my focus is set on workspace Y.  This is using XFCE + Compiz.

I am less certain that this is a Deluge problem rather than a problem
with my desktop environment.  I tested with XFCE with the following
window managers:

Compiz
Metacity
Mutter
Xfwm4

In each case the behavior was slightly different.  The only time the
behavior was correct was with Xfwm4.  By correct, I mean that if
Deluge is open on workspace X, if I clicked on the tray icon while in
workspace Y, Deluge appeared in workspace Y.  Perhaps an XFCE bug then?

Any direction as to which package I should file against would be
helpful.

Best regards,

Nathan A. Stine




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



Bug#652935: xul-ext-pwdhash: No longer works with Iceweasel 9

2011-12-21 Thread Nathan A. Stine
Package: xul-ext-pwdhash
Version: 1.7-11
Severity: grave
Justification: renders package unusable

Mr. Drung,,

The pwdhash extension is not compatible with Iceweasel 9,
which has just hit sid.  I believe bumping the depends to
9.0 is enough to get this to work.

Thanks,

Nathan A. Stine

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

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

Versions of packages xul-ext-pwdhash depends on:
ii  iceweasel  8.0-3+b1

xul-ext-pwdhash recommends no packages.

xul-ext-pwdhash 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#652007: pulseaudio: Pulseaudio hangs mplayer and others when heavily seeking

2011-12-13 Thread Nathan A. Stine
Package: pulseaudio
Version: 1.1-2
Severity: normal

Dear Maintainer,

I've recently noticed that when heavily seeking in mplayer (and other media 
players),
pulseaudio will get stuck and hang the process that is playing the file. At 
this point
the process is completely unresponsive and is completely killed.  I was able to 
attach 
gdb to an mplayer session and received the following backtrace:

Thread 2 (Thread 0x7fd05b7e5700 (LWP 7133)):
#0  0x7fd068e51773 in *__GI___poll (fds=optimized out, nfds=optimized 
out, timeout=1500)
at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x7fd069d7917f in poll_func (ufds=0xc3a4b0, nfds=2, timeout=1500, 
userdata=0xc25150) at pulse/thread-mainloop.c:69
#2  0x7fd069d6a59c in pa_mainloop_poll (m=0xbd5290) at pulse/mainloop.c:875
#3  0x7fd069d6ac09 in pa_mainloop_iterate (m=0xbd5290, block=optimized 
out, retval=0x0) at pulse/mainloop.c:957
#4  0x7fd069d6acc0 in pa_mainloop_run (m=0xbd5290, retval=0x0) at 
pulse/mainloop.c:975
#5  0x7fd069d7912f in thread (userdata=0xc1a8e0) at 
pulse/thread-mainloop.c:88
#6  0x7fd062595978 in internal_thread_func (userdata=0xc37530) at 
pulsecore/thread-posix.c:83
#7  0x7fd070310b50 in start_thread (arg=optimized out) at 
pthread_create.c:304
#8  0x7fd068e5c3bd in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#9  0x in ?? ()

Thread 1 (Thread 0x7fd07207c7a0 (LWP 7132)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:142
#1  0x7fd069d797a0 in pa_threaded_mainloop_wait (m=0xc1a8e0) at 
pulse/thread-mainloop.c:206
#2  0x0047bbac in waitop (op=0xc024b0) at libao2/ao_pulse.c:108
#3  0x0047bcc6 in reset () at libao2/ao_pulse.c:314
#4  0x0044469d in seek (mpctx=0x99ace0, amount=60, style=optimized 
out) at mplayer.c:2731
#5  0x0043959e in main (argc=optimized out, argv=optimized out) at 
mplayer.c:3983

I can always reproduce on any file, so long as I seek (left/right arrow keys) 
enough.
In fact, simply holding down the arrow keys for a second or two always hangs 
mplayer.

Starting mplayer with -ao oss to bypass pulseaudio elminates the problem.

If you need any test files or any other assistance, please let me know.

Best regards,

Nathan A. Stine

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

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

Versions of packages pulseaudio depends on:
ii  adduser 3.113
ii  consolekit  0.4.5-1
ii  libasound2  1.0.24.1-4
ii  libasound2-plugins  1.0.24-3
ii  libc6   2.13-22
ii  libcap2 1:2.22-1
ii  libdbus-1-3 1.4.16-1
ii  libfftw3-3  3.3-1
ii  libice6 2:1.0.7-2
ii  libltdl72.4.2-1
ii  liborc-0.4-01:0.4.16-1
ii  libpulse0   1.1-2
ii  libsamplerate0  0.1.8-1
ii  libsm6  2:1.2.0-2
ii  libsndfile1 1.0.25-3
ii  libspeexdsp11.2~rc1-1
ii  libtdb1 1.2.9-4+b1
ii  libudev0175-3
ii  libx11-62:1.4.4-4
ii  libx11-xcb1 2:1.4.4-4
ii  libxcb1 1.7-4
ii  libxtst62:1.2.0-4
ii  lsb-base3.2-28
ii  udev175-3

Versions of packages pulseaudio recommends:
pn  gstreamer0.10-pulseaudio  0.10.30-2.1
pn  pulseaudio-esound-compat  none
pn  pulseaudio-module-x11 none
pn  rtkit none

Versions of packages pulseaudio suggests:
ii  paman none
ii  paprefs   0.9.9-2
ii  pavucontrol   0.99.2-1
ii  pavumeter 0.9.3-1
ii  pulseaudio-utils  1.1-2

-- 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#622308: xserver-xorg-video-intel: sporadic graphics corruption after upgrade to 2.6.38

2011-06-03 Thread Nathan A. Stine
On Thu, 2011-06-02 at 19:48 +0200, Cyril Brulebois wrote:
 Hi Nathan,
 
 Nathan A. Stine nathan.st...@gmail.com (27/04/2011):
  Well, I've upgraded to 2.4.25 and the newest kernel in unstable.
  The problem isn't completely gone, but it's certainly a lot less
  noticeable.  When I have the time, I'll still send the bug report
  upstream and keep you in the loop.
 
 any news? Maybe better with 2.6.39?
 
 Mraw,
 KiBi.

KiBi,

Yeah, it's still there but *really* minor.  I actually only see it in
Iceweasel now...and only on the about:home page.  In fact, it might
actually be an Iceweasel bug.

Either way feel free to close.

Thanks,

Nathan A. Stine




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



Bug#622308: xserver-xorg-video-intel: sporadic graphics corruption after upgrade to 2.6.38

2011-04-27 Thread Nathan A. Stine
On Tue, 2011-04-19 at 09:32 +0200, Cyril Brulebois wrote:
 Nathan Stine nathan.st...@gmail.com (18/04/2011):
  On Mon, Apr 11, 2011 at 9:21 PM, Cyril Brulebois k...@debian.org wrote:
   We're AFAICT only lacking a package for latest libdrm; not sure
   it's worth waiting until (say..) tomorrow for an updated libdrm
   package to be available, I think opening a bug upstream is the
   right thing to do.
 
 FWIW, we now have libdrm 2.4.25 in experimental, and x-x-v-intel
 2.15.0 is unstable; you may want to give them a shot before talking to
 upstream.
 
 KiBi.

Well, I've upgraded to 2.4.25 and the newest kernel in unstable.  The
problem isn't completely gone, but it's certainly a lot less noticeable.
When I have the time, I'll still send the bug report upstream and keep
you in the loop.

Thanks,

Nathan A. Stine




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



Bug#622572: gnome-applets: FTBFS -- undefined reference to XFree in stickynotes

2011-04-12 Thread Nathan A. Stine
Package: gnome-applets
Version: 2.30.0-3
Severity: serious
Justification: FTBFS

I was trying to track down a suspected memory leak related to the weather 
applet 
and when I tried to rebuild I received a linker error.  I reverted my change 
and found that the package fails to build from source.  The relevant lines are 
(full log attached):

/bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -march=native -g -O2
-march=native  -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o stickynotes_applet util.o
stickynotes.o stickynotes_callbacks.o stickynotes_applet.o
stickynotes_applet_callbacks.o -pthread -lpanel-applet-2 -lgconf-2 -lbonoboui-2
-lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0
-latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm
-lcairo -lpango-1.0 -lfreetype -lfontconfig -lbonobo-2 -lbonobo-activation
-lgmodule-2.0 -lORBit-2 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0   -pthread
-lwnck-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0
-lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype
-lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
-lxml2
libtool: link: gcc -g -O2 -march=native -g -O2 -march=native -Wl,-z -Wl,defs
-Wl,-O1 -o stickynotes_applet util.o stickynotes.o stickynotes_callbacks.o
stickynotes_applet.o stickynotes_applet_callbacks.o -pthread -pthread  -Wl
,--as-needed -lpanel-applet-2 /usr/lib/libgconf-2.so /usr/lib/libbonoboui-2.so
/usr/lib/libgnomecanvas-2.so /usr/lib/libgnome-2.so /usr/lib/libpopt.so
/usr/lib/libart_lgpl_2.so /usr/lib/libbonobo-2.so /usr/lib/libbonobo-
activation.so /usr/lib/libORBit-2.so -lwnck-1 /usr/lib/libgtk-x11-2.0.so
/usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgio-2.0.so
/usr/lib/libpangoft2-1.0.so /usr/lib/libpangocairo-1.0.so
/usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libcairo.so /usr/lib/libpango-1.0.so
/usr/lib/libfreetype.so -lfontconfig /usr/lib/libgobject-2.0.so
/usr/lib/libgmodule-2.0.so /usr/lib/libgthread-2.0.so -lrt
/usr/lib/libglib-2.0.so /usr/lib/libxml2.so -pthread
/usr/bin/ld: util.o: undefined reference to symbol 'XFree'
/usr/bin/ld: note: 'XFree' is defined in DSO //usr/lib64/libX11.so.6 so try
adding it to the linker command line
//usr/lib64/libX11.so.6: could not read symbols: Invalid operation
collect2: ld returned 1 exit status

I see that the version in experimental has a patch (02_link_X11.patch) which I
applied by simply adding those two lines to the proper Makefile.am lines.
That patch did not help resolve the issue.

I also note that there is a similar bug that deals with binutils-gold, but I am
not using the gold version.

Best regards,

Nathan A. Stine

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-applets depends on:
ii  gconf2  2.28.1-6 GNOME configuration database syste
ii  gnome-applets-data  2.30.0-3 Various applets for the GNOME pane
ii  gnome-icon-theme2.30.3-2 GNOME Desktop icon theme
ii  gnome-panel 2.30.2-4 launcher and docking facility for 
ii  gstreamer0.10-alsa  0.10.32-2GStreamer plugin for ALSA
ii  gvfs1.6.4-3  userspace virtual filesystem - ser
ii  libatk1.0-0 2.0.0-1  The ATK accessibility toolkit
ii  libbonobo2-02.24.3-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.24.3-1 The Bonobo UI library
ii  libc6   2.11.2-13Embedded GNU C Library: Shared lib
ii  libcpufreq0 007-1shared library to deal with the cp
ii  libdbus-1-3 1.4.6-1  simple interprocess messaging syst
ii  libdbus-glib-1-20.92-1   simple interprocess messaging syst
ii  libgconf2-4 2.28.1-6 GNOME configuration database syste
ii  libglib2.0-02.28.4-1 The GLib library of C routines
ii  libgnome-desktop-2-17   2.30.2-2 Utility library for loading .deskt
ii  libgnome2-0 2.30.0-1 The GNOME library - runtime files
ii  libgstreamer-plugins-base0. 0.10.32-2GStreamer libraries from the base
ii  libgstreamer0.10-0  0.10.32-6Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.24.4-3 The GTK+ graphical user interface 
ii  libgtop2-7  2.28.1-1 gtop system monitoring library (sh
ii  libgucharmap7   1:2.30.3-1   Unicode browser widget library (sh
ii  libgweather12.30.3-1 GWeather shared library
ii  libnotify1 [libnotify1-gtk2 0.5.0-2  sends desktop notifications to a n
ii  liboobs-1-4 2.30.1-1 GObject based interface to system-
ii  libpanel-applet2-0

Bug#610815: synaptic: Patch included

2011-02-26 Thread Nathan A. Stine
On Fri, 2011-02-25 at 10:09 -0500, Nathan A. Stine wrote:
 On Fri, 2011-02-25 at 11:14 +0100, Michael Vogt wrote:
  On Sat, Feb 19, 2011 at 11:33:37AM -0500, Nathan A. Stine wrote:
   Package: synaptic
   Version: 0.75
   Severity: normal
   Tags: patch
  
  Thanks for your bugreport and your patch.
   
   I have included a patch that should work well with all themes.  Instead of
   setting the background to a particular color during a search, the text and
   background colors are flip-flopped.
  
  I played with the patch and after the first search I apparently get a
  white background and white textcolor. So something is missing here,
  could you please have a look? 
  
  
  Thanks,
   Michael
 
 I noticed the same on my PC.  I think the defaults need to be reset
 after the search.  I believe simply saving the defaults and restoring
 them after the search is completed will do it.  I will have time to look
 at this later this weekend.
 
 Best regards,
 
 Nathan A. Stine

The problem with my original submission was that I wasn't restoring the
text color.  Unfortunately, just adding that line caused the text /
background to flip back and forth if a character was deleted from the
search string (the background would be the theme default if you typed
synaptic and then backspaced a character -- even though a search was
running).  To resolve that, I moved the default color restoration higher
in the function.

The only difference (that I can see) between this and the original
upstream version is that as the search string changes, the background
does not stay a static color.  It now blinks for a moment while
processing the new string.  I am unsure how to tackle that problem, but
will look into it if you think it is important enough to decline the
patch.

Best regards,

Nathan A. Stine
--- synaptic-0.75.orig/gtk/rgmainwindow.cc	2011-02-10 03:48:53.0 -0500
+++ synaptic-0.75/gtk/rgmainwindow.cc	2011-02-26 13:12:08.958257903 -0500
@@ -3030,10 +3030,11 @@
 
me-_fastSearchEventID = -1;
me-setBusyCursor(true);
+   // reset the colors to theme defaults
+   gtk_widget_modify_base(me-_entry_fast_search, GTK_STATE_NORMAL, NULL);
+   gtk_widget_modify_text(me-_entry_fast_search, GTK_STATE_NORMAL, NULL);
RGFlushInterface();
if(str == NULL || strlen(str) = 1) {
-  // reset the color
-  gtk_widget_modify_base(me-_entry_fast_search, GTK_STATE_NORMAL, NULL);
   // if the user has cleared the search, refresh the view
   // Gtk-CRITICAL **: gtk_tree_view_unref_tree_helper: assertion `node != NULL' failed
   // at us, see LP: #38397 for more information
@@ -3048,10 +3049,12 @@
   RGFlushInterface();
   gtk_tree_view_set_model(GTK_TREE_VIEW(me-_treeView), NULL);
   me-refreshTable();
-  // set color to a light yellow to make it more obvious that a search
-  // is performed
-  GdkColor yellowish = {0, 63479,63479,48830};
-  gtk_widget_modify_base(me-_entry_fast_search, GTK_STATE_NORMAL, yellowish);
+  // allocate temporary colors based on the current theme
+  // flipping the foreground and the background on search should work ok
+  GdkColor srchColorBox = me-_entry_fast_search-style-text[GTK_STATE_NORMAL];
+  GdkColor srchColorText = me-_entry_fast_search-style-base[GTK_STATE_NORMAL];
+  gtk_widget_modify_base(me-_entry_fast_search, GTK_STATE_NORMAL, srchColorBox);
+  gtk_widget_modify_text(me-_entry_fast_search, GTK_STATE_NORMAL, srchColorText);
}
me-setBusyCursor(false);
 


Bug#610815: synaptic: Patch included

2011-02-25 Thread Nathan A. Stine
On Fri, 2011-02-25 at 11:14 +0100, Michael Vogt wrote:
 On Sat, Feb 19, 2011 at 11:33:37AM -0500, Nathan A. Stine wrote:
  Package: synaptic
  Version: 0.75
  Severity: normal
  Tags: patch
 
 Thanks for your bugreport and your patch.
  
  I have included a patch that should work well with all themes.  Instead of
  setting the background to a particular color during a search, the text and
  background colors are flip-flopped.
 
 I played with the patch and after the first search I apparently get a
 white background and white textcolor. So something is missing here,
 could you please have a look? 
 
 
 Thanks,
  Michael

I noticed the same on my PC.  I think the defaults need to be reset
after the search.  I believe simply saving the defaults and restoring
them after the search is completed will do it.  I will have time to look
at this later this weekend.

Best regards,

Nathan A. Stine





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



Bug#610815: synaptic: Patch included

2011-02-19 Thread Nathan A. Stine
Package: synaptic
Version: 0.75
Severity: normal
Tags: patch

I have included a patch that should work well with all themes.  Instead of
setting the background to a particular color during a search, the text and
background colors are flip-flopped.

Best regards,

Nathan A. Stine

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages synaptic depends on:
ii  apt [libapt-pkg4.10]   0.8.11.5  Advanced front-end for dpkg
ii  apt-utils [libapt-inst 0.8.11.5  APT utility programs
ii  hicolor-icon-theme 0.12-1default fallback theme for FreeDes
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-11 Embedded GNU C Library: Shared lib
ii  libcairo2  1.10.2-2  The Cairo 2D vector graphics libra
ii  libept11.0.4 High-level library for managing De
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libgcc11:4.4.5-12GCC support library
ii  libglib2.0-0   2.28.0-2  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libpango1.0-0  1.28.3-1+squeeze1 Layout and rendering of internatio
ii  libstdc++6 4.4.5-12  The GNU Standard C++ Library v3
ii  libvte91:0.24.3-2Terminal emulator widget for GTK+ 
ii  libx11-6   2:1.4.1-4 X11 client-side library
ii  libxapian221.2.4-1   Search engine library
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages synaptic recommends:
ii  apt-xapian-index  0.41   maintenance and search tools for a
ii  gksu  2.0.2-5graphical frontend to su
ii  libgtk2-perl  2:1.222-1  Perl interface to the 2.x series o
ii  rarian-compat 0.8.1-5Documentation meta-data library (c
pn  software-properties-gtk   none (no description available)

Versions of packages synaptic suggests:
ii  deborphan 1.7.28.3   program that can find unused packa
pn  dwww  none (no description available)
ii  menu  2.1.44 generates programs menu for all me

-- no debconf information
--- synaptic-0.75.orig/gtk/rgmainwindow.cc	2011-02-10 03:48:53.0 -0500
+++ synaptic-0.75/gtk/rgmainwindow.cc	2011-02-19 11:07:10.171337400 -0500
@@ -3048,10 +3048,12 @@
   RGFlushInterface();
   gtk_tree_view_set_model(GTK_TREE_VIEW(me-_treeView), NULL);
   me-refreshTable();
-  // set color to a light yellow to make it more obvious that a search
-  // is performed
-  GdkColor yellowish = {0, 63479,63479,48830};
-  gtk_widget_modify_base(me-_entry_fast_search, GTK_STATE_NORMAL, yellowish);
+  // allocate colors based on the current theme
+  // flipping the text and the background on search should work ok
+  GdkColor srchColorBox = me-_entry_fast_search-style-text[GTK_STATE_NORMAL];
+  GdkColor srchColorText = me-_entry_fast_search-style-base[GTK_STATE_NORMAL];
+  gtk_widget_modify_base(me-_entry_fast_search, GTK_STATE_NORMAL, srchColorBox);
+  gtk_widget_modify_text(me-_entry_fast_search, GTK_STATE_NORMAL, srchColorText);
}
me-setBusyCursor(false);
 


Bug#610815: synaptic: Quick Search active background color is hard-coded

2011-01-22 Thread Nathan A. Stine
Package: synaptic
Version: 0.70
Severity: minor

Howdy,

I use a white-on-black GNOME theme, which makes the text I type into the quick
search field extremely difficult to read after the search starts.  This
yellowish color is hard-coded into RGMainWindow::xapianDoSearch().
Determining a sane value based on the current theme would probably be best, but
perhaps just inverting the search text and the text box would work nicely as
well.

Best regards,

Nathan A. Stine



-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages synaptic depends on:
ii  apt [libapt-pkg4.10]0.8.10.1 Advanced front-end for dpkg
ii  apt-utils [libapt-inst1 0.8.10.1 APT utility programs
ii  hicolor-icon-theme  0.12-1   default fallback theme for FreeDes
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-9 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libept1 1.0.4High-level library for managing De
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.5-10   GCC support library
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libstdc++6  4.4.5-10 The GNU Standard C++ Library v3
ii  libvte9 1:0.24.3-2   Terminal emulator widget for GTK+ 
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxapian22 1.2.4-1  Search engine library
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages synaptic recommends:
ii  apt-xapian-index  0.41   maintenance and search tools for a
ii  gksu  2.0.2-5graphical frontend to su
ii  libgnome2-perl1.042-2Perl interface to the GNOME librar
ii  rarian-compat 0.8.1-5Documentation meta-data library (c
pn  software-properties-gtk   none (no description available)

Versions of packages synaptic suggests:
ii  deborphan 1.7.28.3   program that can find unused packa
pn  dwww  none (no description available)
ii  menu  2.1.44 generates programs menu for all me

-- 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#495455: mplayer: xvmc support nonfunctional (Cannot find codec 'mpegvideo_xvmc' in libavcodec...)

2010-10-26 Thread Nathan A. Stine
Andreas,

Can you still duplicate this problem in the current unstable version?  I
wonder if the version of libavcodec did not have XVMC enabled at that
time.

XVMC works for me with my graphics card...

Best regards,

Nathan A. Stine




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



Bug#601252: mplayer: video distortion with fftheora decoder

2010-10-24 Thread Nathan A. Stine
On Sun, 2010-10-24 at 19:12 +0200, Reimar Döffinger wrote:
 On Sun, Oct 24, 2010 at 12:55:39PM -0400, Nathan A. Stine wrote:
  Package: mplayer
  Version: 2:1.0~rc4~try1.dsfg1-1
  Severity: normal
  
  When watching a theora-encoded file and using fftheora to decode, mplayer 
  seems
  to introduce some distortion at the top of the video file.  This problem 
  does
  not exist with the 3rd-party standard theora decoder.  I checked the file 
  in
  ffplay and did not find the same distortion, so I believe this is an mplayer
  bug.
  
  The file in question is here:
  
  http://ia331209.us.archive.org/0/items/Patent_Absurdity/Patent_Absurdity_HD_3540kbit.ogv
  
  A screenshot is attached to show the distortion.  The video is encoded at an
  interesting resolution: 1280x1088, which may contribute to the problem.
 
 
 One or more of these FFmpeg revisions have not been backported to 0.6 I guess:
 r23537, (r25050 not directly related), r25051, r25052, r25073

If this was an FFmpeg problem, ffplay should give the same distortion as
mplayer, right?  I was under the impression that if I can reproduce a
bug in mplayer and ffplay, I should submit it as an FFmpeg bug rather
than mplayer.  Is this not the case?

Nathan A. Stine




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



Bug#600675: deluge: Doesn't start in active workspace

2010-10-18 Thread Nathan A. Stine
Package: deluge
Version: 1.3.0-1
Severity: minor

I've noticed for awhile now that when I start deluge the UI pops up in the
primary workspace instead of the workspace I'm currently viewing.

It would be nice if Deluge would start in the active workspace rather than
defaulting to the primary one.

Thanks,

Nathan A. Stine



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

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

Versions of packages deluge depends on:
ii  deluge-gtk1.3.0-1bittorrent client written in Pytho
ii  python2.6.6-3interactive high-level object-orie

deluge recommends no packages.

deluge 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#600336: rhythmbox: Claims audio device all for itself

2010-10-16 Thread Nathan A. Stine
Manuel,

Pulseaudio is designed to claim the audio device for itself.

I believe you have 3 choices here:

1) Don't use pulseaudio
2) Configure gstreamer (and by extension, rhythmbox) to use pulseaudio
3) Use pasuspender to suspend pulseaudio while you use rhythmbox

You can use gstreamer-properties if you choose #2.

Best regards,

Nathan A. Stine




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



Bug#597653: No longer reproducible in experimental

2010-10-03 Thread Nathan A. Stine
Mplayer maintainers,

I can no longer reproduce this bug in the current version in
experimental (2:1.0~rc4~try1.dsfg1-1).  However, I can reproduce a new
bug that I will have to report later :-).

I have CC'd 597653 because I believe these bugs have similar root causes
and can probably be merged and then closed as being fixed in
experimental.

Best regards,

Nathan A. Stine




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



Bug#573525: Is driver related

2010-06-29 Thread Nathan A. Stine
Package: fofix
Severity: normal

I upgraded to the intel driver in experimental (2.12.0) along with mesa (7.8.1)
and no longer experience this issue.  So this is likely a problem with the
driver that is going into Squeeze.

Either way, it is not a problem with Fofix.

Best,

Nathan A. Stine



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

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

Versions of packages fofix depends on:
ii  python2.6.5-5An interactive high-level object-o
ii  python-imaging1.1.7-1+b1 Python Imaging Library
ii  python-numpy  1:1.3.0-3+b2   Numerical Python adds a fast array
ii  python-opengl 3.0.1~b2-1 Python bindings to OpenGL
ii  python-pygame 1.8.1release-2 SDL bindings for games development
ii  python-pysqlite2  2.6.0-1Python interface to SQLite 3
ii  python-support1.0.9  automated rebuilding support for P

Versions of packages fofix recommends:
ii  python-ogg   1.3+repack-5+b1 Python interface to the Ogg librar
pn  python-pyaudio   none  (no description available)
ii  python-pyvorbis  1.4-2+b1Python interface to the Ogg Vorbis

Versions of packages fofix suggests:
pn  python-psyco  none (no description available)

-- no debconf information



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



Bug#451984: iceweasel: Still can reproduce here

2010-06-23 Thread Nathan A. Stine
Package: iceweasel
Version: 3.5.9-3
Severity: normal

I can still reproduce this bug here (however sparingly).

In this case the file is a PDF that I had last downloaded a few days previous,
but when I downloaded today to check if an update was available, there was not.
At that point I removed the file from /tmp and tried again.  No luck.  I
finally fired up wget and downloaded the file.  Wget gave me the newest version
of the file instead of the cached version Iceweasel was using.

I even closed and restarted Iceweasel cleanly and am still getting the cached
version of the file.

For testing purposes the file is located at:

http://www.floc2.net/dpjudge/maps/knivesout.pdf

This file should be static until after 1:00am UTC on 6/25/2010 if anyone cares
to test themselves.



-- Package-specific info:

-- Extensions information
Name: Adblock Plus
Location: ${PROFILE_EXTENSIONS}/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
Status: enabled

Name: Beef Taco (Targeted Advertising Cookie Opt-Out)
Location: ${PROFILE_EXTENSIONS}/j...@velvetcache.org
Status: enabled

Name: Default
Location: /usr/lib/iceweasel/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
Package: iceweasel
Status: enabled

Name: Download Statusbar
Location: ${PROFILE_EXTENSIONS}/{D4DD63FA-01E4-46a7-B6B1-EDAB7D6AD389}
Status: enabled

Name: NoScript
Location: ${PROFILE_EXTENSIONS}/{73a6fe31-595d-460b-a920-fcc0f8843232}
Status: enabled

-- Plugins information
Name: IcedTea NPR Web Browser Plugin (using IcedTea6 1.8 (6b18-1.8-2))
Location: /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/IcedTeaPlugin.so
Package: icedtea6-plugin
Status: enabled

Name: Shockwave Flash
Location: /usr/lib/gnash/libgnashplugin.so
Package: mozilla-plugin-gnash
Status: enabled

Name: iTunes Application Detector
Location: /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
Package: rhythmbox-plugins
Status: enabled


-- Addons package information
ii  icedtea6-plugi 6b18-1.8-2 web browser plugin based on OpenJDK and Iced
ii  iceweasel  3.5.9-3Web browser based on Firefox
ii  mozilla-plugin 0.8.7-2+b1 free Shockwave Flash (SWF) movie player - Pl
ii  rhythmbox-plug 0.12.8-2   plugins for rhythmbox music player

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

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

Versions of packages iceweasel depends on:
ii  debianutils 3.2.3Miscellaneous utilities specific t
ii  fontconfig  2.8.0-2.1generic font configuration library
ii  libc6   2.11.2-1 Embedded GNU C Library: Shared lib
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libnspr4-0d 4.8.4-1  NetScape Portable Runtime Library
ii  libstdc++6  4.4.4-5  The GNU Standard C++ Library v3
ii  procps  1:3.2.8-9/proc file system utilities
ii  xulrunner-1.9.1 1.9.1.9-7+b1 XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  libgssapi-krb5-21.8.1+dfsg-5 MIT Kerberos runtime libraries - k
pn  mozplugger  none   (no description available)
pn  ttf-lyx | latex-xft-fonts   none   (no description available)
pn  ttf-mathematica4.1  none   (no description available)
ii  xfonts-mathml   4Type1 Symbol font for MathML
pn  xprint  none   (no description available)

Versions of packages xulrunner-1.9.1 depends on:
ii  libasound2  1.0.23-1 shared library for ALSA applicatio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libbz2-1.0  1.0.5-4  high-quality block-sorting file co
ii  libc6   2.11.2-1 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-1 simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.4-5GCC support library
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libhunspell-1.2-0   1.2.11-1 spell checker and morphological an
ii  libjpeg62   6b-16.1  The Independent JPEG Group's JPEG 
ii  libmozjs2d  1.9.1.9-7+b1 The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d 4.8.4-1  NetScape Portable Runtime Library
ii  libnss3-1d  

Bug#586590: compiz: crash to metacity when tooltip is larger than width of screen

2010-06-20 Thread Nathan A. Stine
Package: compiz
Version: 0.8.4-4
Severity: normal

When looking through old chat logs in pidgin, I found that compiz will crash if
mousing over a very large link.  When mousing over, a tooltip appears which is
wider than my screen resolution.  At this point compiz crashes and falls back
to metacity.

I was hoping to provide a backtrace, but after the crash gdb tells me that
compiz is starting metacity and shows no segfault or other useful data.

My screen resolution is 1920x1200, and I'm using Intel 945G graphics.

Please let me know anything else I can do to assist.

Best regards,

Nathan A. Stine



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

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

Versions of packages compiz depends on:
ii  compiz-core   0.8.4-4OpenGL window and compositing mana
ii  compiz-gnome  0.8.4-4OpenGL window and compositing mana
ii  compiz-gtk0.8.4-4OpenGL window and compositing mana
ii  compiz-plugins0.8.4-4OpenGL window and compositing mana

compiz recommends no packages.

Versions of packages compiz suggests:
ii  compizconfig-settings-manager 0.8.4-2Compizconfig Settings Manager

-- 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#586474: nautilus: please implement copy/paste with CIFS mounted shares

2010-06-19 Thread Nathan A. Stine
Package: nautilus
Version: 2.30.1-1
Severity: wishlist

I have noticed that when mounting a CIFS share in nautilus, I cannot use the
functions to create new files/folders from the right click menu, nor can i
paste files into the share (or its subfolders).  However, I can drag and drop
into the share (so I do have write permissions).

I would think this would be a useful feature to have.

Best regards,

Nathan A. Stine



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

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

Versions of packages nautilus depends on:
ii  desktop-file-utils  0.15-2   Utilities for .desktop files
ii  gvfs1.6.2-1  userspace virtual filesystem - ser
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-1 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libdbus-glib-1-20.86-1   simple interprocess messaging syst
ii  libexempi3  2.1.1-1  library to parse XMP metadata (Lib
ii  libexif12   0.6.19-1 library to parse EXIF files
ii  libgail18   2.20.1-1 GNOME Accessibility Implementation
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libglib2.0-data 2.24.1-1 Common files for GLib library
ii  libgnome-desktop-2-17   2.30.0-2 Utility library for loading .deskt
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libnautilus-extension1  2.30.1-1 libraries for nautilus components 
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libselinux1 2.0.94-1 SELinux runtime shared libraries
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libunique-1.0-0 1.1.6-1  Library for writing single instanc
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxml2 2.7.7.dfsg-2 GNOME XML library
ii  libxrender1 1:0.9.5-2X Rendering Extension client libra
ii  nautilus-data   2.30.1-1 data files for nautilus
ii  shared-mime-info0.71-3   FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
ii  app-install-dat 2010.01.31   Application Installer Data Files
ii  brasero 2.30.1-1 CD/DVD burning application for GNO
ii  consolekit  0.4.1-4  framework for defining and trackin
ii  desktop-base5.0.5common files for the Debian Deskto
ii  eject   2.1.5+deb1+cvs20081104-7 ejects CDs and operates CD-Changer
ii  gvfs-backends   1.6.2-1  userspace virtual filesystem - bac
ii  librsvg2-common 2.26.3-1 SAX-based renderer library for SVG
ii  synaptic0.63.1   Graphical package manager

Versions of packages nautilus suggests:
ii  eog  2.30.1-1+b1 Eye of GNOME graphics viewer progr
ii  evince [pdf-viewer]  2.30.1-3Document (postscript, pdf) viewer
ii  totem2.30.2-2+b1 A simple media player for the GNOM
pn  tracker  none  (no description available)
pn  xdg-user-dirsnone  (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#586475: reportbug: alt+c fails since cancel and continue both are bound to 'c'

2010-06-19 Thread Nathan A. Stine
Package: reportbug
Version: 4.12.3
Severity: minor

If using the GTK interface, you may not use ALT+C since both have the 'C'
underlined.  When pressing Alt the following message appears:

/usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:476: GtkWarning:
gtk_widget_event: assertion `WIDGET_REALIZED_FOR_EVENT (widget, event)' failed
  gtk.main ()

This is obviously not a critical bug, but a bug nonetheless.

Best regards,

Nathan A. Stine



-- Package-specific info:
** Environment settings:
INTERFACE=gtk2

** /home/stinerman/.reportbugrc:
reportbug_version 4.5
mode standard
ui gtk2
email nathan.st...@gmail.com
no-cc
header X-Debbugs-CC: nathan.st...@gmail.com
smtphost reportbug.debian.org

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

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

Versions of packages reportbug depends on:
ii  apt   0.7.25.3   Advanced front-end for dpkg
ii  python2.6.5-3An interactive high-level object-o
ii  python-reportbug  4.12.3 Python modules for interacting wit

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  debconf-utilsnone  (no description available)
pn  debsums  none  (no description available)
pn  dlocate  none  (no description available)
pn  emacs22-bin-common | none  (no description available)
ii  file 5.04-2  Determines file type using magic
ii  gnupg1.4.10-4GNU privacy guard - a free PGP rep
pn  postfix | exim4 | ma none  (no description available)
ii  python-gtk2  2.17.0-2Python bindings for the GTK+ widge
ii  python-gtkspell  2.25.3-5Python bindings for the GtkSpell l
pn  python-urwid none  (no description available)
ii  python-vte   1:0.24.1-1  Python bindings for the VTE widget
ii  xdg-utils1.0.2+cvs20100307-1 desktop integration utilities from

-- 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#584685: mplayer: video freezes on theora-encoded file

2010-06-05 Thread Nathan A. Stine
Package: mplayer
Version: 2:1.0~rc3+svn20100502-3
Severity: normal

mplayer stops updating the video on at least one theora-encoded file[1].  I 
tried playing this file via Totem, and Totem played the file without
disability. There is a similar Ubuntu bug[2] that implies this is an ffmpeg
problem, but I can not verify this because ffplay will not play the file.

Attached is my mplayer -v output.  As you can see fftheora fails and mplayer
falls back to libtheora due to bug #420200.

The bug occurs at 459.5 seconds into the movie and at several other places.
A workaround is to seek backward/foward enough that the frame in question
is not decoded and diplayed.

[1] http://patentabsurdity.com/download.html (tested on HD quality file)
[2] https://bugs.launchpad.net/ffmpeg2theora/+bug/515397

Best regards,

Nathan A. Stine

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

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

Versions of packages mplayer depends on:
ii  libaa1  1.4p5-38 ascii art library
ii  libasound2  1.0.23-1 shared library for ALSA applicatio
ii  libaudio2   1.9.2-3  Network Audio System - shared libr
ii  libavcodec524:0.5.2-1ffmpeg codec library
ii  libavformat52   4:0.5.2-1ffmpeg file format library
ii  libavutil49 4:0.5.2-1ffmpeg utility library
ii  libc6   2.11.1-2 Embedded GNU C Library: Shared lib
ii  libcaca00.99.beta17-1colour ASCII art library
ii  libcdparanoia0  3.10.2+debian-9  audio extraction tool for sampling
ii  libdirectfb-1.2-9   1.2.10.0-3   direct frame buffer graphics - sha
ii  libdvdread4 4.1.3-9  library for reading DVDs
ii  libenca01.13-1   Extremely Naive Charset Analyser -
ii  libesd0 0.2.41-7 Enlightened Sound Daemon - Shared 
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libfribidi0 0.19.2-1 Free Implementation of the Unicode
ii  libgcc1 1:4.4.4-4GCC support library
ii  libgif4 4.1.6-9  library for GIF images (library)
ii  libgl1-mesa-glx [libgl1 7.7.1-3  A free implementation of the OpenG
ii  libjack01.9.5~dfsg-13JACK Audio Connection Kit (librari
ii  libjpeg62   6b-16.1  The Independent JPEG Group's JPEG 
ii  liblircclient0  0.8.3-5  infra-red remote control support -
ii  liblzo2-2   2.03-2   data compression library
ii  libncurses5 5.7+20100313-2   shared libraries for terminal hand
ii  libogg0 1.2.0~dfsg-1 Ogg bitstream library
ii  libopenal1  1:1.12.854-2 Software implementation of the Ope
ii  libpng12-0  1.2.43-1 PNG library - runtime
ii  libpostproc51   4:0.5.2-1ffmpeg video postprocessing librar
ii  libpulse0   0.9.21-1.2+b1PulseAudio client libraries
ii  libsdl1.2debian 1.2.14-6 Simple DirectMedia Layer
ii  libsmbclient2:3.4.8~dfsg-1   shared library for communication w
ii  libspeex1   1.2~rc1-1The Speex codec runtime library
ii  libstdc++6  4.4.4-4  The GNU Standard C++ Library v3
ii  libsvga11:1.4.3-29   console SVGA display libraries
ii  libswscale0 4:0.5.2-1ffmpeg video scaling library
ii  libtheora0  1.1.1+dfsg.1-3   The Theora Video Compression Codec
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxext62:1.1.1-3X11 miscellaneous extension librar
ii  libxinerama12:1.1-3  X11 Xinerama extension library
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  libxv1  2:1.0.5-1X11 Video extension library
ii  libxvmc12:1.0.5-1X11 Video extension library
ii  libxxf86dga12:1.1.1-2X11 Direct Graphics Access extensi
ii  libxxf86vm1 1:1.1.0-2X11 XFree86 video mode extension l
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

mplayer recommends no packages.

Versions of packages mplayer suggests:
ii  bzip21.0.5-4 high-quality block-sorting file co
ii  fontconfig   2.8.0-2.1   generic font configuration library
ii  mplayer-doc  2:1.0~rc3+svn20100502-3 documentation for MPlayer
pn  netselect | fpin none  (no description available)
ii  ttf-freefont 20090104-7  Freefont Serif

Bug#549967: 0.25+ rely on ffmpeg 0.6

2010-06-04 Thread Nathan A. Stine
All,

The references to avcodec_decode were added after the 0.5 release, which
is what I believe will be going into Squeeze, so I'm reasonably sure
ffmpeg will not be updated any time soon.

So the next question is can we patch 0.26 to use ffmpeg 0.5?.  As far
as I can tell, the references to color_primaries can be commented out
entirely without issue, but we'd need to batch the rest of the code to
not use avcodec_decode, which is much beyond my limited capabilities,
not to mention it would diverge quite a lot from upstream.

Best regards,

Nathan A. Stine




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



Bug#582274: Isn't VP8 released as BSD?

2010-06-04 Thread Nathan A. Stine
On Thu, 2010-06-03 at 18:10 +0200, Reinhard Tartler wrote:
 On Do, Jun 03, 2010 at 16:22:28 (CEST), Nathan A. Stine wrote:
 
  On Thu, 2010-06-03 at 08:51 +0200, Sebastian Dröge wrote:
  On Wed, 2010-06-02 at 23:10 -0400, Nathan A. Stine wrote:
   Or so I thought.
   
   Diego Biurrun marked it as non-free upstream, but I'd think Debian Legal
   should take a look at the license to make their own determination.
  
  Well, it's IMHO not non-free (as in not DFSG free) but it's definitely
  GPLv2 incompatible because of the restriction in the patent license
  (interesting here: if they didn't include a patent license nobody
  would've complained although they had no official rights to use the
  patents...). If your software is (L)GPLv2+ or v3 I guess everything is
  fine, if it's LGPLv2 it's probably fine too.
  
  But you're right, Debian Legal should probably look at it as well. I've
  already asked the ftp-masters to give their statement about the license
  and compatibility with other licenses but they didn't answer yet.
 
  FFmpeg states that it is available under (L)GPL2+.
 
 the debian FFmpeg package is distributed under *GPL2*. We do enable
 important parts (e.g., in libswscale) that are not enable in LGPL mode.
 GPL3 would make linking other GPL2 only packages problematic.
 
 In theory, I guess we could provide an additional LGPL only variant of
 ffmpeg in some special, non-standard path, but I'm not convinced at all
 that this will a) helping here and b) worth the trouble.

Luckily Google has revised their license[1].  It seems this change has
addressed all concerns of GPLv2 incompatibility.  The license for libvpx
is now a simple BSD and the patent grant is separate.  It also clears up
the confusion over whether or not the patient grant still holds up if
the code is modified.  It does.

I would think this would be enough to include this in ffmpeg upstream
and part of Debian main.

[1]http://webmproject.blogspot.com/2010/06/changes-to-webm-open-source-license.html

Best regards,

Nathan A. Stine  




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



Bug#582274: Isn't VP8 released as BSD?

2010-06-03 Thread Nathan A. Stine
On Thu, 2010-06-03 at 08:51 +0200, Sebastian Dröge wrote:
 On Wed, 2010-06-02 at 23:10 -0400, Nathan A. Stine wrote:
  Or so I thought.
  
  Diego Biurrun marked it as non-free upstream, but I'd think Debian Legal
  should take a look at the license to make their own determination.
 
 Well, it's IMHO not non-free (as in not DFSG free) but it's definitely
 GPLv2 incompatible because of the restriction in the patent license
 (interesting here: if they didn't include a patent license nobody
 would've complained although they had no official rights to use the
 patents...). If your software is (L)GPLv2+ or v3 I guess everything is
 fine, if it's LGPLv2 it's probably fine too.
 
 But you're right, Debian Legal should probably look at it as well. I've
 already asked the ftp-masters to give their statement about the license
 and compatibility with other licenses but they didn't answer yet.

FFmpeg states that it is available under (L)GPL2+.  I suppose if the
license does meet muster, adding VP8 support would necessarily mean that
the entire work would be LGPLv2+ or GPLv3.  I wouldn't see how that is a
problem.  We could just add another build option --enable-gplv3 and put
libvpx under it as we do with swscale.

Nathan A. Stine




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



Bug#582274: Isn't VP8 released as BSD?

2010-06-02 Thread Nathan A. Stine
Or so I thought.

Diego Biurrun marked it as non-free upstream, but I'd think Debian Legal
should take a look at the license to make their own determination.

Anyone as confused as I should take a look at the thread where they
discuss the proper problems with the license[1].

I sure hope VP8 gets added to main otherwise we're back in the same boat
before Google released VP8.

[1]
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/109674/focus=109726

Best regards,

Nathan A. Stine




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



Bug#579860: miro: Segfault when moving volume slider during playback

2010-05-01 Thread Nathan A. Stine
Package: miro
Version: 3.0-1
Severity: normal

When playing back any file in Miro, I can get a segfault if I move the volume
slider.  It seems to be some sort of timing issue since it does not always
occur immediately.  In various tests, I found that Miro will always segfault
given enough time of moving the slider back and forth.

I am using the gstreamer backend with PulseAudio if that information is useful.

Attached is miro debug output if it is of any use.  The output of bug-buddy
is not useful.

Best regards,

Nathan A. Stine

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

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

Versions of packages miro depends on:
ii  gstreamer0.10-ffmpeg   0.10.10-1 FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugins-bad  0.10.18-2+b1  GStreamer plugins from the bad s
ii  gstreamer0.10-plugins-base 0.10.29-1 GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good 0.10.22-1 GStreamer plugins from the good 
ii  gstreamer0.10-x0.10.29-1 GStreamer plugins for X11 and Pang
ii  libc6  2.10.2-7  Embedded GNU C Library: Shared lib
ii  libgcc11:4.4.3-9 GCC support library
ii  libgtk2.0-02.20.0-3  The GTK+ graphical user interface 
ii  libnspr4-0d4.8.4-1   NetScape Portable Runtime Library
ii  libstdc++6 4.4.3-9   The GNU Standard C++ Library v3
ii  libx11-6   2:1.3.3-3 X11 client-side library
ii  miro-data  3.0-1 GTK+ based RSS video aggregator da
ii  python 2.5.4-9   An interactive high-level object-o
ii  python-dbus0.83.1-1  simple interprocess messaging syst
ii  python-gconf   2.28.1-1  Python bindings for the GConf conf
ii  python-glade2  2.17.0-2  GTK+ bindings: Glade support
ii  python-gst0.10 0.10.18-2 generic media-playing framework (P
ii  python-gtk22.17.0-2  Python bindings for the GTK+ widge
ii  python-gtkmozembed 2.25.3-4.1+b3 Python bindings for the GtkMozEmbe
ii  python-libtorrent  0.14.10-2 Python bindings for libtorrent-ras
ii  python-pysqlite2   2.5.5-3+b1Python interface to SQLite 3
ii  python-support 1.0.8 automated rebuilding support for P
ii  python2.5  2.5.5-6   An interactive high-level object-o
ii  xulrunner-1.9.11.9.1.9-6 XUL + XPCOM application runner

miro recommends no packages.

Versions of packages miro suggests:
ii  gstreamer0.10-plugins-ugly0.10.14-1  GStreamer plugins from the ugly 
ii  python-notify 0.1.1-2+b2 Python bindings for libnotify
ii  ttf-dejavu2.30-2 Metapackage to pull in ttf-dejavu-

-- no debconf information
2010-05-01 13:59:28,131 INFO Starting up Miro
2010-05-01 13:59:28,132 INFO Version:3.0
2010-05-01 13:59:28,141 INFO OS: Linux 2.6.32-4-amd64 x86_64
2010-05-01 13:59:28,143 INFO Revision:   
ssh://wguara...@pcf1.pculture.org/var/git/miro - c7fed359
2010-05-01 13:59:28,144 INFO Builder:u...@greenwood
2010-05-01 13:59:28,144 INFO Build Time: 1269739987.46
2010-05-01 13:59:28,145 INFO Starting event loop thread
2010-05-01 13:59:28,147 INFO Restoring database...
2010-05-01 13:59:28,147 INFO Python version:2.5.5 (r255:77872, Apr 21 
2010, 08:40:04) 
[GCC 4.4.3]
2010-05-01 13:59:28,149 INFO Sqlite3 version:   3.6.23.1
2010-05-01 13:59:28,150 INFO Gtk+ version:  (2, 20, 0)
2010-05-01 13:59:28,150 INFO Pysqlite version:  2.3.2
2010-05-01 13:59:28,151 INFO PyGObject version: (2, 21, 1)
2010-05-01 13:59:28,152 INFO opening database /home/stinerman/.miro/sqlitedb
2010-05-01 13:59:28,153 INFO PyGtk version: (2, 17, 0)
2010-05-01 13:59:28,154 INFO Language:  [('LANG', 'en_US.UTF-8')]
2010-05-01 13:59:28,162 INFO set_renderer: trying to add xinerenderer
2010-05-01 13:59:28,163 INFO set_renderer: couldn't load xinerenderer: 
Traceback (most recent call last):
  File /usr/lib/pymodules/python2.5/miro/plat/renderers/__init__.py, line 53, 
in set_renderer
pkg = __import__('miro.plat.renderers.' + modname)
ImportError: No module named xinerenderer

2010-05-01 13:59:28,164 ERRORinit_renderer: error detected...  trying to 
use gstreamerrenderer
Traceback (most recent call last):
  File /usr/lib/pymodules/python2.5/miro/plat/renderers/__init__.py, line 77, 
in init_renderer
set_renderer(%srenderer % r)
  File /usr/lib/pymodules/python2.5/miro/plat/renderers/__init__.py, line 53, 
in set_renderer
pkg = __import__('miro.plat.renderers.' + modname)
ImportError: No module named xinerenderer
2010-05-01

Bug#560389: I receive this error as well

2010-04-14 Thread Nathan A. Stine
All,

I get the same error as the original submitter with the following
caveats:

1) I'm running AMD64 instead of i386.
2) I don't get any screen flickering or performance degredation.  I just
get the error on my screen when I shut down GDM.
3) I use GDM rather than XDM.

This is current as of kernel version 2.6.32-11.

Thanks,

Nathan A. Stine




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



Bug#559256: Bug can be closed

2010-04-12 Thread Nathan A. Stine
All,

I can no longer reproduce this bug (clicking on cancel simply restarts
GDM instead of the computer), so it should probably be closed unless
anyone else is getting similar errors.

Thanks,

Nathan A. Stine




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



Bug#573756: Please package gcc-mingw32 4.4.3 or better

2010-03-13 Thread Nathan A. Stine
Package: gcc-mingw32
Version: 4.4.2-5
Severity: wishlist

Mr. Milan,

Per comments by the maintainer of wine-unstable, a newer version of
gcc-ming32 is needed to package newer versions of wine-unstable[1].

Wine has become relatively out of date, so those of us who use
wine-unstable would be greatful if you could update gcc-mingw32.

Best regards,

Nathan A. Stine

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557783#35

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

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



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



Bug#567829: 2.6.33 is available in experimental

2010-03-12 Thread Nathan A. Stine
Brice (and others),

Now that 2.6.33 is available in experimental, would it be possible to
get 2.10 in experimental as well?  Or perhaps we might even get a crack
at 2.10.901 since it looks like 2.11 will be released in about a month
(going by previous release deadlines).

Best regards,

Nathan A. Stine




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



Bug#567563: Seems to be fixed with new X

2010-02-19 Thread Nathan A. Stine
All,

This seems to have been fixed in xserver-xorg-core 2:1.7.5-1.  At least
it was for me.

Best regards,

Nathan A. Stine




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



Bug#566750: rhythmbox: Podcasts with dates before 1/1/1970 come after today's date

2010-01-24 Thread Nathan A. Stine
Package: rhythmbox
Version: 0.12.6-2
Severity: normal

I noticed after importing the oyez.org podcast for 1969 US Supreme Court cases,
rhythmbox thinks that all dates before the Unix epoch are after the current
date.

Without looking into it too much, I'll bet that there is no code to check if
the date value is negative, which implies a date before 1/1/1970.

For testing purposes, the podcast you would want to import is located at this
link:

http://www.oyez.org/cases/1969/podcast 

Thanks,

Nathan A. Stine

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

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

Versions of packages rhythmbox depends on:
ii  dbus1.2.16-2 simple interprocess messaging syst
ii  gconf2  2.28.0-1 GNOME configuration database syste
ii  gnome-icon-theme2.28.0-1 GNOME Desktop icon theme
ii  gstreamer0.10-alsa [gst 0.10.25-7GStreamer plugin for ALSA
ii  gstreamer0.10-esd [gstr 0.10.17-1GStreamer plugin for ESD
ii  gstreamer0.10-plugins-b 0.10.17-3GStreamer plugins from the bad s
ii  gstreamer0.10-plugins-b 0.10.25-7GStreamer plugins from the base 
ii  gstreamer0.10-plugins-g 0.10.17-1GStreamer plugins from the good 
ii  gstreamer0.10-pulseaudi 0.10.17-1GStreamer plugin for PulseAudio
ii  gstreamer0.10-sdl [gstr 0.10.17-3GStreamer plugin for SDL output
ii  gstreamer0.10-x 0.10.25-7GStreamer plugins for X11 and Pang
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libavahi-client30.6.25-3 Avahi client library
ii  libavahi-common30.6.25-3 Avahi common library
ii  libavahi-glib1  0.6.25-3 Avahi glib integration library
ii  libbrasero-media0   2.28.3-2 CD/DVD burning library for GNOME -
ii  libc6   2.10.2-5 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.16-2 simple interprocess messaging syst
ii  libdbus-glib-1-20.82-2   simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.0-1 GNOME configuration database syste
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.22.4-1 The GLib library of C routines
ii  libgnome-keyring0   2.28.2-1 GNOME keyring services library
ii  libgnome-media0 2.28.1-1 runtime libraries for the GNOME me
ii  libgpod40.7.2-2  library to read and write songs an
ii  libgstreamer-plugins-ba 0.10.25-7GStreamer libraries from the base
ii  libgstreamer0.10-0  0.10.25-4+b1 Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.18.6-1 The GTK+ graphical user interface 
ii  libgudev-1.0-0  150-2GObject-based wrapper library for 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  liblircclient0  0.8.3-5  infra-red remote control support -
ii  libmtp8 1.0.1-2  Media Transfer Protocol (MTP) libr
ii  libmusicbrainz4c2a  2.1.5-4  Second generation incarnation of t
ii  libnotify1 [libnotify1- 0.4.5-1  sends desktop notifications to a n
ii  libpango1.0-0   1.26.2-1 Layout and rendering of internatio
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libsoup-gnome2.4-1  2.29.5-2 an HTTP library implementation in 
ii  libsoup2.4-12.29.5-2 an HTTP library implementation in 
ii  libtotem-plparser12 2.28.2-1 Totem Playlist Parser library - ru
ii  libusb-0.1-42:0.1.12-13  userspace USB programming library
ii  libxml2 2.7.6.dfsg-2 GNOME XML library
ii  media-player-info   4-1  Media player identification files
ii  python  2.5.4-9  An interactive high-level object-o
ii  python-gnome2   2.28.0-1 Python bindings for the GNOME desk
ii  python-gst0.10  0.10.17-1generic media-playing framework (P
ii  python-gtk2 2.16.0-1 Python bindings for the GTK+ widge
ii  python-support  1.0.6automated rebuilding support for P
ii  python2.5   2.5.4-3  An interactive high-level object-o
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages rhythmbox recommends:
ii  avahi-daemon 0.6.25-3

Bug#550674: iceweasel hangs when used with padsp

2009-12-24 Thread Nathan A. Stine
On Thu, 2009-12-24 at 09:16 +0100, Mike Hommey wrote:
 On Wed, Dec 23, 2009 at 07:36:37PM -0500, Nathan A. Stine wrote:
  #0  __lll_lock_wait ()
  at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:136
  #1  0x7f54753a1e79 in _L_lock_949 () from /lib/libpthread.so.0
  #2  0x7f54753a1c9b in __pthread_mutex_lock (mutex=0x7f5475cd3680)
  at pthread_mutex_lock.c:61
  #3  0x7f5475acc1a0 in padsp_disabled () at utils/padsp.c:300
  #4  0x7f5475acfe85 in dsp_cloak_enable (filename=0x411609
  /proc/cpuinfo, 
  flags=0, mode=0) at utils/padsp.c:314
  #5  real_open (filename=0x411609 /proc/cpuinfo, flags=0, mode=0)
  at utils/padsp.c:1461
  #6  0x7f5475ad0b49 in open (filename=0x7f5475cd3680 \002,
  flags=128)
  at utils/padsp.c:1494
  #7  0x0040cd84 in malloc_ncpus () at jemalloc.c:5316
  #8  malloc_init_hard () at jemalloc.c:5625
  #9  0x0040e525 in malloc_init (num=1, size=32) at
  jemalloc.c:5567
  #10 calloc (num=1, size=32) at jemalloc.c:6321
  #11 0x7f54758c6360 in _dlerror_run (operate=0x7f54758c60b0
  dlsym_doit, 
  args=0x7fff0f3eb940) at dlerror.c:142
  #12 0x7f54758c607a in __dlsym (handle=value optimized out, 
  name=value optimized out) at dlsym.c:71
  #13 0x7f5475acc313 in dlsym_fn (pathname=value optimized out,
  mode=4)
  at utils/padsp.c:141
  #14 access (pathname=value optimized out, mode=4) at
  utils/padsp.c:2395
  #15 0x00402042 in FolderExists (argc=1, argv=0x7fff0f3efc48)
  at nsXULStub.cpp:151
  #16 main (argc=1, argv=0x7fff0f3efc48) at nsXULStub.cpp:330
  
  Looks like something in libc6 is what's waiting.  Let me know if you
  need anything else.
 
 Thanks.
 
 Would you have the trace for other threads ? It looks similar to a case
 we had with aoss, libtrash and others, but not quite.
 
 Mike

Mike,

Looks like there are no other threads.  Attached is my results when
running thread apply all bt full.

Thanks,

Nathan A. Stine

Thread 1 (Thread 0x7faea1c85760 (LWP 5735)):
#0  __lll_lock_wait () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:136
No locals.
#1  0x7faea1160e79 in _L_lock_949 () from /lib/libpthread.so.0
No symbol table info available.
#2  0x7faea1160c9b in __pthread_mutex_lock (mutex=0x7faea1a92680) at 
pthread_mutex_lock.c:61
ignore1 = value optimized out
ignore2 = -1582750080
ignore3 = -512
__PRETTY_FUNCTION__ = __pthread_mutex_lock
type = value optimized out
#3  0x7faea188b1a0 in padsp_disabled () at utils/padsp.c:300
sym = 0x0
sym_resolved = 0
#4  0x7faea188ee85 in dsp_cloak_enable (filename=0x411609 /proc/cpuinfo, 
flags=0, mode=0) at utils/padsp.c:314
No locals.
#5  real_open (filename=0x411609 /proc/cpuinfo, flags=0, mode=0) at 
utils/padsp.c:1461
r = value optimized out
_errno = 0
#6  0x7faea188fb49 in open (filename=0x7faea1a92680 \002, flags=128) at 
utils/padsp.c:1494
args = {{gp_offset = 0, fp_offset = 0, overflow_arg_area = 0x, 
reg_save_area = 0x0}}
mode = 1
#7  0x0040cd84 in malloc_ncpus () at jemalloc.c:5316
ret = 1
fd = value optimized out
column = value optimized out
buf = '\000' repeats 280 times\202, 
\274\251\241\256\177\000\000\000\000\000\000\000\000\000\000\300ڞ,\377\177\000\000\000\000\000\000\000\000\000\000\200\210ȡ\256\177\000\000\020ܞ,\377\177\000\000\\000\000\000\000\000\000\000\005\000\000\000\000\000\000\000=\300\251\241\256\177\000\000.\000\000\000\000\000\000\000(ܞ,\377\177\000\000\344m\340\240\256\177\000\000\274\274\251\241\256\177\000\000\300ڞ,\377\177\000\000
 
۞,\377\177\000\000\000\000\000\000\000\000\000\000x\210ȡ\256\177\000\000pܞ,\377\177\000\000\274\274\251\241\256\177\000\000\004\000\000\000\000\000\000\000P۞,\377\177\000\000\000\000\000\001\000\000\000X\210ȡ\256\177\000\000\240ܞ,\377\177\000\000\,
 '\000' repeats 15 times, 
=\300\251\241\256\177\000\000\063\000\000\000\000\000\000\000\270ܞ,\377\177\000\000T\005@,
 '\000' repeats 13 times, P۞,\377\177\000\000p\005...
#8  malloc_init_hard () at jemalloc.c:5625
i = 0
buf = '\000' repeats 3032 times\266, 
\064砮\177\000\000\320۞,\377\177\000\000\300۞,\377\177\000\000\023\000\000\000\000\000\000\000\060ݞ,\377\177\000\000\314\016A\000\000\000\000\000\305`䠮\177\000\000\341\016A,
 '\000' repeats 13 times, \025, '\000' repeats 31 times\260, 
ڞ,\377\177, '\000' repeats 18 times, 
X۞,\377\177\000\000\070۞,\377\177\000\000\312\016A\000\000\000\000\000\034۞,\377\177,
 '\000' repeats 34 times\240, ֞,\377\177\000\000\210ڞ,\377\177, '\000' 
repeats 18 times, 
\020۞,\377\177\000\000\000\000\000\000\355\020\000\000\000\000\000\000\000\000\000\000\377\377\377\377\377\377\377\377,
 '\000' repeats 32 times,  , '\000' repeats 103 times\377, 
\377\377\377\000\000\000\000\210ڞ,\377\177\000\000\312\016A, '\000' repeats 
653 times
opts = value optimized out
result = -512
linklen = value optimized out
#9

Bug#550674: iceweasel hangs when used with padsp

2009-12-23 Thread Nathan A. Stine
On Wed, 2009-12-23 at 14:01 +0100, Mike Hommey wrote:
 Hi,
 
 Sorry for the late answer.
 
 On Sun, Oct 11, 2009 at 11:49:31PM -0400, Nathan A. Stine wrote:
  Package: iceweasel
  Version: 3.5.3-2
  Severity: normal
  
  After upgrading to 3.5.3 when it hit stable, I found that iceweasel would 
  no 
  longer start.  I was able to nail down the problem by looking at the script 
  in
  /usr/bin.
  
  Starting iceweasel using padsp causes it to hang on my system.  Remove it 
  and 
  it starts right up.
  
  I can't say if this is a pulseaudio bug or an iceweasel bug, but it used to 
  work in 3.0.14.
 
 Could you attach a debugger and get a backtrace when iceweasel is
 hanged?
 
 Thanks
 
 Mike
 
 PS: You can ask for guidance if you need)

No need to apologize, Mike.  Here's your backtrace:

#0  __lll_lock_wait ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:136
#1  0x7f54753a1e79 in _L_lock_949 () from /lib/libpthread.so.0
#2  0x7f54753a1c9b in __pthread_mutex_lock (mutex=0x7f5475cd3680)
at pthread_mutex_lock.c:61
#3  0x7f5475acc1a0 in padsp_disabled () at utils/padsp.c:300
#4  0x7f5475acfe85 in dsp_cloak_enable (filename=0x411609
/proc/cpuinfo, 
flags=0, mode=0) at utils/padsp.c:314
#5  real_open (filename=0x411609 /proc/cpuinfo, flags=0, mode=0)
at utils/padsp.c:1461
#6  0x7f5475ad0b49 in open (filename=0x7f5475cd3680 \002,
flags=128)
at utils/padsp.c:1494
#7  0x0040cd84 in malloc_ncpus () at jemalloc.c:5316
#8  malloc_init_hard () at jemalloc.c:5625
#9  0x0040e525 in malloc_init (num=1, size=32) at
jemalloc.c:5567
#10 calloc (num=1, size=32) at jemalloc.c:6321
#11 0x7f54758c6360 in _dlerror_run (operate=0x7f54758c60b0
dlsym_doit, 
args=0x7fff0f3eb940) at dlerror.c:142
#12 0x7f54758c607a in __dlsym (handle=value optimized out, 
name=value optimized out) at dlsym.c:71
#13 0x7f5475acc313 in dlsym_fn (pathname=value optimized out,
mode=4)
at utils/padsp.c:141
#14 access (pathname=value optimized out, mode=4) at
utils/padsp.c:2395
#15 0x00402042 in FolderExists (argc=1, argv=0x7fff0f3efc48)
at nsXULStub.cpp:151
#16 main (argc=1, argv=0x7fff0f3efc48) at nsXULStub.cpp:330

Looks like something in libc6 is what's waiting.  Let me know if you
need anything else.

Thanks,

Nathan A. Stine











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



Bug#556971: #556971: pulseaudio does not remember volume settings, always set to 0

2009-12-23 Thread Nathan A. Stine
On Thu, 2009-12-24 at 02:04 +0100, Ludovico Cavedon wrote:
 Hi,
 I found the cause of the issue. This is what happens of first boot/login
 (i.e., when there is no ~/.pulse directory).
 
 * boot:
 /etc/init.d/alsa-utils start # set volume to default levels
 * login:
 pulseaudio --start # keep current volume (no saved one available)
 * logout:
 #pulseaudio keeps running!!
 * reboot
 /etc/init.d/alsa-utils stop # save current volume and mute mixer
 kill pulseudio # save current volume (oops, mixer is mute!)
 
 
 Second boot/login:
 * boot:
 /etc/init.d/alsa-utils start # set volume to saved one (good!)
 * login:
 pulseaudio --start # restore volume to saved one (oops, muted!)
 
 Note that alsa and pulseaudio store volume separately.
 
 I am attaching an easy proof-of-concept fix: prevent alsa-utils from
 zeroing the mixer. It work for me.
 
 But I would not blame alsa for doing that. I'd rather think that we
 should ensure that pulseaudio gets stopped before alsa-utils stop is
 called or when the user is logged out.
 
 Thanks,
 Ludovico
 

Works for me as well.  I appreciate your work Ludovico.

Thanks,

Nathan A. Stine




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



Bug#559256: [Pkg-utopia-maintainers] Bug#559256: policykit-1-gnome: User can restart PC with other users logged in

2009-12-16 Thread Nathan A. Stine
On Wed, 2009-12-16 at 21:14 +0100, Michael Biebl wrote:
 Nathan A. Stine wrote:
  Package: policykit-1-gnome
  Version: 0.95-1
  Severity: normal
  
  When I attempt to restart the system via gdm (System-Shut Down from the 
  GNOME main menu), policykit tells me that other users are logged in and I 
  must use the root password to be able to restart.  In my case, I usually 
  have a root terminal open on tty1, which is the other user
  
  However, I can hit cancel and bypass this and the system still restarts.  I 
  am not sure where the problem lies, but I would think that policykit should 
  interrupt the restart request if the root password is not entered.
  
 
 Do you get a message on the console, that the reboot/shutdown was triggered 
 by gdm?
 
 Michael
 

Michael,

The message disappears before I can see if it says it was triggered by
gdm.  Which log file should I look at for this info?  All I see
in /var/log/messages is:

Dec 16 19:23:18 stine-1 shutdown[2360]: shutting down for system halt
Dec 16 19:23:25 stine-1 kernel: Kernel logging (proc) stopped

Thanks,

Nathan





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



Bug#558196: mplayer: Sets volume to 100% for PulseAudio

2009-12-14 Thread Nathan A. Stine
On Fri, 2009-11-27 at 06:46 +0100, Reinhard Tartler wrote:
 tags 558196 confirmed
 stop
 
 Nathan A. Stine nathan.st...@gmail.com writes:
 
  Package: mplayer
  Version: 1.0~rc3+svn20090405-1
  Severity: normal
  Tags: patch
 
  When using the PulseAudio output, mplayer sets the audio output to
  100%.  For some sound cards this probably isn't a problem, but for my
  emu10k1-based (SB Live!) card, the PCM mixer's 0dB setting corresponds
  to 74%.  Mplayer makes this go to 100%, which gives me a 12dB gain and
  all kinds of clipping and noise because of it.  Totem, Rhythmbox,
  etc. all play nice with PulseAudio.
 
  There is a very simple patch available [1] that has not been accepted
  upstream yet, but I have no clue why it wouldn't be/isn't.
 
 moreover, this has been fixed in ubuntu already:
 
 https://bugs.launchpad.net/bugs/482408
 
 But, since mplayer is still in NEW, we cannot fix this in debian right
 now.
 

Reinhard,

So I see that mplayer has been sitting in new for 6 months now.  I take
it the slowness is related to #552373 and the new stripping to add
mencoder to main?

It is really a shame that mplayer is languishing with no updates for so
long.  When all is said and done we can probably lay blame at the US
patent system.  Our Supreme Court is looking at eliminating software
patents altogether (see In Re Bilski in any search), and I think I can
speak for everyone in saying I hope they succeed.

Luckily we have the packages over at Debian Multimedia for now (which
has addressed this bug).

Any ETA for when this will be added to unstable?

Best regards,

Nathan A. Stine




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



Bug#557726: miro: Patch for #557726

2009-12-10 Thread Nathan A. Stine
Package: miro
Severity: normal
Tags: patch

All,

Simply changing the debian/control file to have xulrunner-1.9.1 be the
dependency is enough to get the program to run.  I actually rebuilt the
package (hence my custom miro-data package listed below), but I'm not even
sure that would be required.

I have attached a very trivial patch to fix.

Best regards,

Nathan A. Stine

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

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

Versions of packages miro depends on:
ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
ii  libboost-python1.40.0 1.40.0-4   Boost.Python Library
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libfontconfig12.6.0-4generic font configuration library
ii  libfreetype6  2.3.11-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.4.2-3  GCC support library
ii  libglib2.0-0  2.22.3-1   The GLib library of C routines
ii  libgtk2.0-0   2.18.4-1   The GTK+ graphical user interface 
ii  libnspr4-0d   4.8.2-1NetScape Portable Runtime Library
ii  libpango1.0-0 1.26.1-1   Layout and rendering of internatio
ii  libstdc++64.4.2-3The GNU Standard C++ Library v3
ii  libx11-6  2:1.3.2-1  X11 client-side library
ii  libxine1  1.1.17-1   the xine video/media player librar
ii  libxine1-plugins  1.1.17-1   the xine video/media player librar
ii  libxine1-x1.1.17-1   X desktop video output plugins for
ii  miro-data 2.5.3-1.1  GTK+ based RSS video aggregator da
ii  python2.5.4-2An interactive high-level object-o
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
ii  python-gconf  2.28.0-1   Python bindings for the GConf conf
ii  python-glade2 2.16.0-1   GTK+ bindings: Glade support
ii  python-gtk2   2.16.0-1   Python bindings for the GTK+ widge
ii  python-gtkmozembed2.25.3-4.1 Python bindings for the GtkMozEmbe
ii  python-libtorrent 0.14.7-1   Python bindings for libtorrent-ras
ii  python-pysqlite2  2.5.5-3Python interface to SQLite 3
ii  python-support1.0.6  automated rebuilding support for P
ii  python2.5 2.5.4-3An interactive high-level object-o
ii  xulrunner-1.9.1   1.9.1.5-2  XUL + XPCOM application runner

miro recommends no packages.

Versions of packages miro suggests:
pn  gstreamer0.10-ffmpeg  none (no description available)
ii  gstreamer0.10-plugins-bad 0.10.17-1  GStreamer plugins from the bad s
ii  gstreamer0.10-plugins-base0.10.25-7  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good0.10.17-1  GStreamer plugins from the good 
ii  gstreamer0.10-plugins-ugly0.10.13-2  GStreamer plugins from the ugly 
ii  gstreamer0.10-x   0.10.25-7  GStreamer plugins for X11 and Pang
ii  python-gst0.100.10.17-1  generic media-playing framework (P
ii  python-notify 0.1.1-2+b1 Python bindings for libnotify
ii  ttf-dejavu2.30-1 Metapackage to pull in ttf-dejavu-

-- no debconf information
Source: miro
Section: net
Priority: extra
Maintainer: Uwe Hermann u...@debian.org
Build-Depends: cdbs (= 0.4.43),
   debhelper (= 5.0.37.2),
   python2.5 (= 2.5.2-6),
   python-support (= 0.6),
   python-pyrex (= 0.9.6.4),
   libboost-python-dev,
   libboost-filesystem-dev,
   libboost-date-time-dev,
   libboost-thread-dev,
   libboost-serialization-dev,
   python-libtorrent (= 0.14.2),
   libtorrent-rasterbar-dev (= 0.14.2),
   python-gtk2-dev,
   python-gnome2-extras-dev (= 2.19.1),
   xulrunner-dev,
   libxine-dev (= 1.1.12),
   pkg-config,
   libxv-dev,
   libssl-dev,
   libffi-dev
Standards-Version: 3.8.3
Homepage: http://www.getmiro.com

Package: miro
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python:Depends},
 python-dbus,
 python-gtk2,
 python-gconf,
 python-gtkmozembed (= 2.19.1) | python-gnome2-extras (= 2.19.1),
 python-glade2,
 python-pysqlite2,
 python-libtorrent (= 0.14.2),
 libxine1-x (= 1.1.12),
 libxine1-plugins (= 1.1.12),
 xulrunner-1.9.1

Bug#557726: Patch for #557726, try 2

2009-12-10 Thread Nathan A. Stine
Got the wrong file there...

My apologies.
--- control	2009-12-10 23:41:47.547899585 -0500
+++ control.new	2009-12-10 23:42:05.487900463 -0500
@@ -39,7 +39,7 @@
  python-libtorrent (= 0.14.2),
  libxine1-x (= 1.1.12),
  libxine1-plugins (= 1.1.12),
- xulrunner-1.9,
+ xulrunner-1.9.1,
  miro-data (= 2.5.3)
 Recommends: python-psyco [i386 hurd-i386 netbsd-i386 kfreebsd-i386]
 Suggests: ttf-dejavu,


Bug#559256: policykit-1-gnome: User can restart PC with other users logged in

2009-12-02 Thread Nathan A. Stine
Package: policykit-1-gnome
Version: 0.95-1
Severity: normal

When I attempt to restart the system via gdm (System-Shut Down from the GNOME 
main menu), policykit tells me that other users are logged in and I must use 
the root password to be able to restart.  In my case, I usually have a root 
terminal open on tty1, which is the other user

However, I can hit cancel and bypass this and the system still restarts.  I am 
not sure where the problem lies, but I would think that policykit should 
interrupt the restart request if the root password is not entered.

Best regards,

Nathan A. Stine


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

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

Versions of packages policykit-1-gnome depends on:
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libglib2.0-0  2.22.3-1   The GLib library of C routines
ii  libgtk2.0-0   2.18.4-1   The GTK+ graphical user interface 
ii  libpolkit-agent-1-0   0.95-1 PolicyKit Authentication Agent API
ii  libpolkit-gobject-1-0 0.95-1 PolicyKit Authorization API
ii  policykit-1   0.95-1 framework for managing administrat

policykit-1-gnome recommends no packages.

policykit-1-gnome 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#558196: mplayer: Sets volume to 100% for PulseAudio

2009-11-26 Thread Nathan A. Stine
Package: mplayer
Version: 1.0~rc3+svn20090405-1
Severity: normal
Tags: patch

When using the PulseAudio output, mplayer sets the audio output to 100%.  For 
some sound cards this probably isn't a problem, but for my emu10k1-based (SB 
Live!) card, the PCM mixer's 0dB setting corresponds to 74%.  Mplayer makes 
this go to 100%, which gives me a 12dB gain and all kinds of clipping and noise 
because of it.  Totem, Rhythmbox, etc. all play nice with PulseAudio.  

There is a very simple patch available [1] that has not been accepted upstream 
yet, but I have no clue why it wouldn't be/isn't.

Thanks,

Nathan A. Stine

[1] http://lists.mplayerhq.hu/pipermail/mplayer-users/2009-October/077999.html


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

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

Versions of packages mplayer depends on:
ii  debconf [debconf- 1.5.28 Debian configuration management sy
ii  libasound21.0.21a-1  shared library for ALSA applicatio
ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
ii  libaudio2 1.9.2-3Network Audio System - shared libr
ii  libavcodec52  4:0.5+svn20090706-2+b1 ffmpeg codec library
ii  libavformat52 4:0.5+svn20090706-2+b1 ffmpeg file format library
ii  libavutil49   4:0.5+svn20090706-2+b1 ffmpeg utility library
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libcaca0  0.99.beta16-2  colour ASCII art library
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libcdparanoia03.10.2+debian-9audio extraction tool for sampling
ii  libdirectfb-1.2-0 1.2.8-5direct frame buffer graphics - sha
ii  libesd0   0.2.41-6   Enlightened Sound Daemon - Shared 
ii  libfontconfig12.6.0-4generic font configuration library
ii  libfreetype6  2.3.11-1   FreeType 2 font engine, shared lib
ii  libfribidi0   0.10.9-1   Free Implementation of the Unicode
ii  libgcc1   1:4.4.2-3  GCC support library
ii  libgif4   4.1.6-8library for GIF images (library)
ii  libgl1-mesa-glx [ 7.6-1  A free implementation of the OpenG
ii  libglib2.0-0  2.22.2-2   The GLib library of C routines
ii  libgtk2.0-0   2.18.3-1   The GTK+ graphical user interface 
ii  libjack0  0.118+svn3796-1JACK Audio Connection Kit (librari
ii  libjpeg62 6b-15  The Independent JPEG Group's JPEG 
ii  liblircclient00.8.3-5infra-red remote control support -
ii  liblzo2-2 2.03-2 data compression library
ii  libncurses5   5.7+20090803-2 shared libraries for terminal hand
ii  libogg0   1.1.4~dfsg-1   Ogg bitstream library
ii  libopenal11:1.9.563-1Software implementation of the Ope
ii  libpango1.0-0 1.26.1-1   Layout and rendering of internatio
ii  libpng12-01.2.40-1   PNG library - runtime
ii  libpostproc51 4:0.5+svn20090706-2+b1 ffmpeg video postprocessing librar
ii  libpulse0 0.9.21-1   PulseAudio client libraries
ii  libsdl1.2debian   1.2.13-5   Simple DirectMedia Layer
ii  libsmbclient  2:3.4.3-1  shared library for communication w
ii  libspeex1 1.2~rc1-1  The Speex codec runtime library
ii  libstdc++64.4.2-3The GNU Standard C++ Library v3
ii  libsvga1  1:1.4.3-28 console SVGA display libraries
ii  libswscale0   4:0.5+svn20090706-2+b1 ffmpeg video scaling library
ii  libtheora01.1.1-2The Theora Video Compression Codec
ii  libx11-6  2:1.3.2-1  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxinerama1  2:1.0.3-2  X11 Xinerama extension library
ii  libxt61:1.0.6-1  X11 toolkit intrinsics library
ii  libxv12:1.0.4-1  X11 Video extension library
ii  libxvmc1  1:1.0.4-2  X11 Video extension library
ii  libxxf86dga1  2:1.0.2-1  X11 Direct Graphics Access extensi
ii  libxxf86vm1   1:1.0.2-1  X11 XFree86 video mode extension l
ii  mplayer-skin-blue 1.6-2  blue skin for mplayer
ii  zlib1g1:1.2.3.3.dfsg-15  compression library - runtime

mplayer recommends no packages.

Versions of packages mplayer suggests:
ii  bzip2 1.0.5-3high-quality block-sorting file co
ii  fontconfig2.6.0-4generic font

Bug#551956: Please change severity to wishlist

2009-11-22 Thread Nathan A. Stine
All,

After more testing it seems that PulseAudio has difficulty with the
Tone switch in ALSA.  If Tone is off, PulseAudio works as
advertised.  However, without Tone on, one cannot manipulate the bass
and treble settings via alsamixer.  Obviously, this would be a wishlist
item rather than an important-severity bug report.

Please see if PulseAudio can be made to work with the Tone switch as
seen in alsamixer for the emu10k1 chip.

Thanks,

Nathan A. Stine




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



Bug#551956: pulseaudio introduces noise/clipping

2009-10-21 Thread Nathan A. Stine
Package: pulseaudio
Version: 0.9.19-1
Severity: important

After fiddling with pulseaudio for several days I have determined that it is 
clipping sound or at the very least introducing noise into the audio stream.  I 
played a song via rhythmbox with sane volume defaults for pulseaudio and got 
the clipping.  When I played the exact same song via alsa, I got no clipping 
and the audio quality was superb.

Here's my aplay -L output:

stiner...@stine-1:~$ aplay -L
default:CARD=Live
SB Live! 5.1, ADC Capture/Standard PCM Playback
Default Audio Device
front:CARD=Live,DEV=0
SB Live! 5.1, ADC Capture/Standard PCM Playback
Front speakers
rear:CARD=Live,DEV=0
SB Live! 5.1, ADC Capture/Standard PCM Playback
Rear speakers
center_lfe:CARD=Live,DEV=0
SB Live! 5.1, ADC Capture/Standard PCM Playback
Center and Subwoofer speakers
surround40:CARD=Live,DEV=0
SB Live! 5.1, ADC Capture/Standard PCM Playback
4.0 Surround output to Front and Rear speakers
surround41:CARD=Live,DEV=0
SB Live! 5.1, ADC Capture/Standard PCM Playback
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Live,DEV=0
SB Live! 5.1, ADC Capture/Standard PCM Playback
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Live,DEV=0
SB Live! 5.1, ADC Capture/Standard PCM Playback
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
iec958:CARD=Live,DEV=0
SB Live! 5.1, Multichannel Capture/PT Playback
IEC958 (S/PDIF) Digital Audio Output
null
Discard all samples (playback) or generate zero samples (capture)
default:CARD=Intel
HDA Intel, STAC92xx Analog
Default Audio Device
front:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog
Front speakers
surround40:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers

For this test, I was using surround51:CARD=Live,DEV=0.  This is a Soundblaster 
Live! 5.1 (emu10k1 chip).  Here is the relevant lines of lspci -vv

04:00.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
Subsystem: Creative Labs SBLive! 5.1 Model SB0100
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B+ DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 32 (500ns min, 5000ns max)
Interrupt: pin A routed to IRQ 21
Region 0: I/O ports at 1040 [size=32]
Capabilities: [dc] Power Management version 1
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: EMU10K1_Audigy

My /etc/pulse/daemon.conf is the default except for using 6 channels rather 
than 2.

Please let me know if you need any other information as I will be happy to 
provide it.


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

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pulseaudio depends on:
ii  adduser 3.111add and remove users and groups
ii  consolekit  0.3.1-1  framework for defining and trackin
ii  libasound2  1.0.21a-1shared library for ALSA applicatio
ii  libasyncns0 0.3-1Asyncronous name service query lib
ii  libc6   2.10.1-1 GNU C Library: Shared libraries
ii  libcap2 1:2.17-2 support for getting/setting POSIX.
ii  libdbus-1-3 1.2.16-2 simple interprocess messaging syst
ii  libflac81.2.1-2+b1   Free Lossless Audio Codec - runtim
ii  libgdbm31.8.3-6  GNU dbm database routines (runtime
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange library
ii  libltdl72.2.6a-4 A system independent dlopen wrappe
ii  libogg0 1.1.4~dfsg-1 Ogg bitstream library
ii  libpulse0   0.9.19-1 PulseAudio client libraries
ii  libsamplerate0  0.1.7-3  Audio sample rate conversion libra
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libsndfile1 1.0.20-3 Library for 

Bug#550674: iceweasel hangs when used with padsp

2009-10-11 Thread Nathan A. Stine
Package: iceweasel
Version: 3.5.3-2
Severity: normal

After upgrading to 3.5.3 when it hit stable, I found that iceweasel would no 
longer start.  I was able to nail down the problem by looking at the script in
/usr/bin.

Starting iceweasel using padsp causes it to hang on my system.  Remove it and 
it starts right up.

I can't say if this is a pulseaudio bug or an iceweasel bug, but it used to 
work in 3.0.14.

Best regards,

Nathan A. Stine


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

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages iceweasel depends on:
ii  debianutils   3.2.1  Miscellaneous utilities specific t
ii  fontconfig2.6.0-4generic font configuration library
ii  libc6 2.9-27 GNU C Library: Shared libraries
ii  libglib2.0-0  2.22.2-2   The GLib library of C routines
ii  libgtk2.0-0   2.18.2-1   The GTK+ graphical user interface 
ii  libnspr4-0d   4.8-1  NetScape Portable Runtime Library
ii  libstdc++64.4.1-6The GNU Standard C++ Library v3
ii  procps1:3.2.8-2  /proc file system utilities
ii  psmisc22.8-1 utilities that use the proc file s
ii  xulrunner-1.9.1   1.9.1.3-3  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
pn  latex-xft-fonts   none (no description available)
pn  libkrb53  none (no description available)
pn  mozpluggernone (no description available)
pn  ttf-mathematica4.1none (no description available)
pn  xfonts-mathml none (no description available)
pn  xprintnone (no description available)
ii  xulrunner-1.9.1-gnome-support 1.9.1.3-3  Support for GNOME in xulrunner app

-- 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#531882: rhythmbox: set the volume to 100% when starts to play

2009-08-10 Thread Nathan A. Stine
Hello all,

I'm getting the same problem with rhythmbox that Drag is getting.  I
made a video of a session showing when it does work as advertised and
also when it doesn't.

It seems if you set the audio from the mixer you'll get the sound
diminishing each time unless you're set at 100%.  If you set the sound
from rhythmbox, it seems to stick.

Since this wouldn't be good as an attachment, I have uploaded to
Youtube[1].

[1] http://www.youtube.com/watch?v=8kTZoDvnD7M

Hopefully this can shed some light on the problem.

Best regards,

Nathan A. Stine




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



Bug#515950: dvdisaster: Same error on i386 (AMD K7)

2009-03-06 Thread Nathan A. Stine
On Fri, 2009-03-06 at 22:05 +0100, Carsten Gnörlich wrote:
 Hi Nathan,
  Compiling the debian source with -ggdb in CFLAGS gets me to
 spiral.c:
 
  Program received signal SIGILL, Illegal instruction.
  [Switching to Thread 0xb7469710 (LWP 31121)]
  0x080c4e7e in CreateSpiral (outline=0x83026e8, fill=0x83026c8, 
  start_radius=10, segment_size=5, n_segments=1000) at spiral.c:59
  59 spiral-diameter = 2.0 * scale_o*cos(0);
 
  Commenting out that line gets me to the GUI, but it dies again later
 on
  when it tries to draw the spiral when attempting to scan a disc (at
 line
  119 in spiral.c).

 Very strange. This part of the code has not been changed for ages;
 however I realize some typecasting sloppiness there.
 Actually segment_size should be cast to (double), and the cosine's arg
 better be 0.0. The corrected code fragment looks like:
 
  scale_o = (double)start_radius + ring_expand + (double)segment_size;
}
 
spiral-diameter = 2.0 * scale_o*cos(0.0);
 
 If that does not help, try commenting out the above line and hardcode a 
 reasonable value:
 
   spiral-diameter = 180;
 
 In that case I would like to see the value of spiral-diameter and 
 scale_o leading to the crash.
 
 
 And some completely different idea: SIGILL could be a sign of trying to 
 execute a non existing
 instruction. As dvdisaster has been made SSE2-aware since 0.71.27, maybe
 
 ./configure --with-sse2=no
 
 will change something?
 
 Cheers,
   Carsten
 

Carsten,

Ding!

My Athlon XP doesn't have SSE2 support, but the configure script detects
that it does.  This is surely the problem:

stiner...@stine-1:~$ cat /proc/cpuinfo 
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 6
model   : 8
model name  : AMD Athlon(tm)  2400+
stepping: 1
cpu MHz : 2000.271
cache size  : 256 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow up
bogomips: 4000.54
clflush size: 32
power management: ts

Using --with-sse2=no gives normal operation after a standard compile.

Glad we finally got this nailed down!

Nathan A. Stine




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



Bug#515950: dvdisaster: Same error on i386 (AMD K7)

2009-02-21 Thread Nathan A. Stine
Package: dvdisaster
Version: 0.71.27-1
Followup-For: Bug #515950

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I can confirm this bug as well.  The package in Lenny does not give this 
error.  It certainly must be something with the GUI since the program 
runs flawlessly from the command line.

I use GTK/GNOME rather than KDE.  My processor is an AMD AthlonXP.

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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dvdisaster depends on:
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.8.6-2The Cairo 2D vector graphics libra
ii  libglib2.0-0  2.18.4-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.12-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.22.4-2   Layout and rendering of internatio
ii  xdg-utils 1.0.2-6.1  desktop integration utilities from

Versions of packages dvdisaster recommends:
pn  dvdisaster-docnone (no description available)

dvdisaster suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmgUkAACgkQXv1y35xy4qCVdwCfY+kFelu83F4dt9ITM6eiwc1c
yq4AoKls4Nfrj8VgY93L/wJivPyo94vt
=1swT
-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#496519: [compiz] Re: Bug#496519: release-critical?

2009-02-16 Thread Nathan A. Stine
On Sat, 2009-02-14 at 17:26 +0100, Michel Dänzer wrote:
 On Sat, 2009-02-14 at 10:25 -0500, Nathan A. Stine wrote:
  
  However, the performance is less than acceptable on my Radeon 9600XT
  with the xorg radeon driver (rather than fglrx).  Oh well...
 
 Did you try with EXA rather than the default XAA?
 
 

I had an idea to try XAA and that works very well...

I was under the impression that EXA was the way to go on R300s and up.

Nathan A. Stine




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



Bug#496519: [compiz] Re: Bug#496519: release-critical?

2009-02-14 Thread Nathan A. Stine
On Fri, 2009-02-13 at 15:26 +0100, Simon Wenner wrote:
 Package: compiz
 Version: 0.7.6-7
 
 I'm also affected by this bug. Installing 
 compizconfig-settings-manager fixed the segfault.
 
 si...@beutelteufel:~$ compiz --replace
 Checking for Xgl: not present. 
 Detected PCI ID for VGA: 01:00.0 0300: 1002:9442 (prog-if 00 [VGA controller])
 Checking for texture_from_pixmap: not present. 
 Trying again with indirect rendering:
 Checking for texture_from_pixmap: present. 
 Checking for non power of two support: present. 
 Checking for Composite extension: present. 
 Comparing resolution (1280x1024) to maximum 3D texture size (8192): Passed.
 Checking for nVidia: not present. 
 Checking for FBConfig: present. 
 Checking for Xgl: not present. 
 Starting gtk-window-decorator
 /usr/bin/compiz: line 393:  5006 Speicherzugriffsfehler  
 ${COMPIZ_BIN_PATH}${COMPIZ_NAME} $COMPIZ_OPTIONS $@ $COMPIZ_PLUGINS
 
 
 VGA compatible controller: ATI Technologies Inc RV770 [Radeon HD 4850]
 Driver: fglrx 8-12-4
 
 Is there anyone that can run it without this dependency? If not, you should 
 consider to raise the severity of this bug to critical and try to fix it for 
 lenny.
 
 It seems to affect a lot of systems and it's not what I expect from a package 
 in a 
 stable release. I'm aware that compiz has many other unresolved problems, but 
 the 
 dependencies should be correct.
 
 Thanks.
 
 
 --- System information. ---
 Architecture: amd64
 Kernel:   Linux 2.6.26-1-amd64
 
 Debian Release: 5.0
   900 testing security.debian.org 
   900 testing mirror.switch.ch 
   800 unstablemirror.switch.ch 
   700 experimentalmirror.switch.ch 
 
 --- Package information. ---
 Depends   (Version) | Installed
 ===-+-=
 compiz-core(= 0.7.6-7) | 0.7.6-7
 compiz-plugins (= 0.7.6-7) | 0.7.6-7
 compiz-gtk (= 0.7.6-7) | 0.7.6-7
 compiz-gnome   (= 0.7.6-7) | 0.7.6-7

Thanks for the tip, Simon.

However, the performance is less than acceptable on my Radeon 9600XT
with the xorg radeon driver (rather than fglrx).  Oh well...

Thanks,

Nathan A. Stine




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



Bug#496519: [compiz] Re: Bug#496519: release-critical?

2009-02-14 Thread Nathan A. Stine
On Sat, 2009-02-14 at 17:26 +0100, Michel Dänzer wrote:
 On Sat, 2009-02-14 at 10:25 -0500, Nathan A. Stine wrote:
  
  However, the performance is less than acceptable on my Radeon 9600XT
  with the xorg radeon driver (rather than fglrx).  Oh well...
 
 Did you try with EXA rather than the default XAA?

Relevant section of xorg.conf:

Section Device
Identifier  ATI RADEON 9600XT
Driver  radeon
BusID   PCI:1:0:0
Option  EnablePageFliptrue
Option  DRI   on
Option  AccelMethod   EXA
EndSection

Thanks for the suggestion, though.

Nathan A. Stine




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



Bug#496519: compiz: More on 496519

2009-01-16 Thread Nathan A. Stine
Package: compiz
Version: 0.7.6-7
Followup-For: Bug #496519

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I tried to investigate further with this compiz issue.  I bypassed the 
compiz script and tried to directly run compiz.real:

stiner...@stine-1:~$ compiz.real --replace --ignore-desktop-hints glib 
gconf

compiz.real (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz.real (core) - Error: Failed to manage screen: 0
compiz.real (core) - Fatal: No manageable screens found on display :0.0

However,

stiner...@stine-1:~$ glxinfo | grep GLX_EXT_texture_from_pixmap
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap

Something is amiss here.

This is on an up-to-date Sid, using radeon (not fglrx), on a Radeon 
9600XT.  The same error message occurs if I run using 
- --indirect-rendering.

Best regards,

Nathan A. Stine

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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages compiz depends on:
ii  compiz-core   0.7.6-7OpenGL window and compositing mana
ii  compiz-gnome  0.7.6-7OpenGL window and compositing mana
ii  compiz-gtk0.7.6-7OpenGL window and compositing mana
ii  compiz-plugins0.7.6-7OpenGL window and compositing mana

compiz recommends no packages.

Versions of packages compiz suggests:
pn  compizconfig-settings-manager none (no description available)

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklxVHQACgkQXv1y35xy4qCQ5QCaArRfEUa5eMzStZam1+cu9MqJ
cLwAoI00H7m7vb7n3NNlp2Yc3Mx/qaG9
=9yKP
-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#490759: If you can't wait...

2008-08-30 Thread Nathan A. Stine
Those of you who can't wait until Lenny ships can try the binaries put
out by upstream:

http://www.winehq.org/site/download-deb

Nathan Stine




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



Bug#494032: python-cups: depends on transitional package libcupsys2

2008-08-06 Thread Nathan A. Stine
Package: python-cups
Version: 1.9.31-1
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Python-cups depends on the transitional package libcupsys2.  Please 
change the package to depend on the new package libcups2.

Best regards,

Nathan A. Stine

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

Kernel: Linux 2.6.26-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-cups depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libcups2 [libcupsys2] 1.3.8-1Common UNIX Printing System(tm) - 
ii  libcupsys21.3.8-1Common UNIX Printing System (trans
ii  python2.5.2-2An interactive high-level object-o
ii  python-support0.8.5  automated rebuilding support for P

python-cups recommends no packages.

python-cups suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkiaAKMACgkQXv1y35xy4qDC4QCfRUuWsis3141gPGiOK0eBVCIl
sqAAn3aMLHSntoCGO6B9R9nBGwa7W+KI
=myqa
-END PGP SIGNATURE-



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



Bug#490690: And cups as well

2008-08-06 Thread Nathan A. Stine
In addition to depending on libcupsys2, libgnomeprint2.2-0 also
recommends cupsys, which is also transitional.  This package should
recommend cups, not cupsys.

Best regards,

Nathan A. Stine




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



Bug#494033: xpp: depends on transitional package libcupsys2

2008-08-06 Thread Nathan A. Stine
Package: xpp
Version: 1.5-cvs20050828-1+b2
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This package depends on the transitional package libcupsys2.  Please 
change the package to depend on libcups2.

Best regards,

Nathan A. Stine

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

Kernel: Linux 2.6.26-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkiaBegACgkQXv1y35xy4qBH1wCfT93RIqGjEF2Gz3kuMBG59VtT
RckAoI2/Pdk4Ojk4OstLueyIR51ZiAVw
=J3s8
-END PGP SIGNATURE-



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



Bug#494034: xfprint4: depends on transitional package libcupsys2

2008-08-06 Thread Nathan A. Stine
Package: xfprint4
Version: 4.4.2-5
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This package depends on the transitional package libcupsys2.  Please 
change the package to depend on libcups2.

Best regards,

Nathan A. Stine

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

Kernel: Linux 2.6.26-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkiaBrAACgkQXv1y35xy4qDoLACgqI22GH77/wxyK2qyLnK9owuE
9ksAoIUJoYxrli9WlH+MZYgVlKkr+vbc
=FvJg
-END PGP SIGNATURE-



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



Bug#494035: libnet-cups-perl: depends on/suggests transitional packages

2008-08-06 Thread Nathan A. Stine
Package: libnet-cups-perl
Version: 0.55-3+b1
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This package depends on the transitional package libcupsys2.  Please 
change the package to depend on libcups2.  In addition, cupsys-common is 
suggested.  Please change this suggestion to cups-common.

Best regards,

Nathan A. Stine

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

Kernel: Linux 2.6.26-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkiaCCgACgkQXv1y35xy4qDK5gCfaROcUJQZO+YLmUHrhCeSuK2a
Ig4AnRxf5UKzJvh3zjX6lFa64lHiyHEd
=2KVh
-END PGP SIGNATURE-



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



Bug#492384: openjdk-6-jre-headless: Depends on transitional package libcupsys2

2008-07-25 Thread Nathan A. Stine
Package: openjdk-6-jre-headless
Version: 6b11-1
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The package should depend on libcups2 rather than libcupsys2.  The 
latter is a transitional package.

Best regards,

Nathan A. Stine

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

Kernel: Linux 2.6.25-7-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openjdk-6-jre-headless depends on:
ii  ca-certificates-java   20080712  Common CA certificates (JKS keysto
ii  dpkg   1.14.20   Debian package management system
ii  java-common0.30  Base of all Java packages
ii  libaccess-bridge-java  1.23.0-2  Java Access Bridge for GNOME
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libcups2 [libcupsys2]  1.3.8-1   Common UNIX Printing System(tm) - 
ii  libcupsys2 1.3.8-1   Common UNIX Printing System (trans
ii  libfreetype6   2.3.7-1   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.1-7 GCC support library
ii  liblcms1   1.17.dfsg-1   Color management library
ii  openjdk-6-jre-lib  6b11-1OpenJDK Java runtime (architecture
ii  rhino  1.7R1-1   JavaScript engine written in Java
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages openjdk-6-jre-headless recommends:
ii  libnss-mdns   0.10-3 NSS module for Multicast DNS name 
pn  tzdata-java   none (no description available)

Versions of packages openjdk-6-jre-headless suggests:
pn  sun-java6-fonts   none (no description available)
pn  ttf-arphic-uming  none (no description available)
pn  ttf-baekmuk | ttf-unfonts | t none (no description available)
ii  ttf-dejavu-core   2.25-1 Vera font family derivate with add
pn  ttf-indic-fonts   none (no description available)
pn  ttf-kochi-gothic | ttf-sazana none (no description available)
pn  ttf-kochi-mincho | ttf-sazana none (no description available)

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkiKFOQACgkQXv1y35xy4qB80wCfacid8dCBgjN3a8AZQXpvq7Xc
rlIAoIG4eaPU7rdtPGSu2Kcip3Ap4ut4
=XrVH
-END PGP SIGNATURE-



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



Bug#490672: Can't open jvm.cfg

2008-07-13 Thread Nathan A. Stine
Hello,

I have the same issue although, my log shows that jvm.cfg cannot be
opened.  Perhaps this is key to the issue:

stine-1:/home/stinerman# apt-get install ca-certificates-java
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  openjdk-6-jre-headless openjdk-6-jre-lib
Suggested packages:
  sun-java6-fonts ttf-indic-fonts-core
Recommended packages:
  tzdata-java
The following NEW packages will be installed:
  ca-certificates-java openjdk-6-jre-headless openjdk-6-jre-lib
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/26.5MB of archives.
After this operation, 72.5MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Selecting previously deselected package openjdk-6-jre-lib.
(Reading database ... 132750 files and directories currently installed.)
Unpacking openjdk-6-jre-lib
(from .../openjdk-6-jre-lib_6b10dfsg-1_all.deb) ...
Selecting previously deselected package ca-certificates-java.
Unpacking ca-certificates-java
(from .../ca-certificates-java_20080712_all.deb) ...
Selecting previously deselected package openjdk-6-jre-headless.
Unpacking openjdk-6-jre-headless
(from .../openjdk-6-jre-headless_6b10dfsg-1_i386.deb) ...
Setting up openjdk-6-jre-lib (6b10dfsg-1) ...
Setting up ca-certificates-java (20080712) ...
Error: could not open `/usr/lib/jvm/java-6-openjdk/jre/lib/i386/jvm.cfg'
Error: could not open `/usr/lib/jvm/java-6-openjdk/jre/lib/i386/jvm.cfg'
Error: could not open `/usr/lib/jvm/java-6-openjdk/jre/lib/i386/jvm.cfg'
Error: could not open `/usr/lib/jvm/java-6-openjdk/jre/lib/i386/jvm.cfg'
Error: could not open `/usr/lib/jvm/java-6-openjdk/jre/lib/i386/jvm.cfg'
Error: could not open `/usr/lib/jvm/java-6-openjdk/jre/lib/i386/jvm.cfg'
Error: could not open `/usr/lib/jvm/java-6-openjdk/jre/lib/i386/jvm.cfg'
Setting up openjdk-6-jre-headless (6b10dfsg-1) ...
dpkg: error processing openjdk-6-jre-headless (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 openjdk-6-jre-headless
E: Sub-process /usr/bin/dpkg returned an error code (1)
stine-1:/home/stinerman# dpkg --configure openjdk-6-jre-headless 
Setting up openjdk-6-jre-headless (6b10dfsg-1) ...
dpkg: error processing openjdk-6-jre-headless (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 openjdk-6-jre-headless

Best regards,

Nathan A. Stine


signature.asc
Description: This is a digitally signed message part


Bug#479791: Fixed in 2.22.3.1-1?

2008-07-09 Thread Nathan A. Stine
This issue seems to be fixed for me in version 2.22.3.1-1.  If this is
true for everyone, then this bug should be able to be closed.

Best regards,

Nathan A. Stine




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



Bug#484228: grub-pc: root partition fail to mount by uuid

2008-06-26 Thread Nathan A. Stine
On Thu, 2008-06-26 at 09:26 +0200, Robert Millan wrote:
 retitle 484228 grub should avoid passing UUID to Linux when not using initrd
 severity 484228 important
 thanks

 
 And btw, I would really appreciate if you people would stop recycling random
 bugs.  Every minute I spend sorting out this kind of mess is time I don't 
 spend
 fixing the actual problems.
 
 Thanks
 

I tend to find that package maintainers dislike duplicate bugs more than
reusing bugs.  I filed against this bug because this, from my point of
view, seemed to be the same issue.

Of course, I apologize for any extra work I create for Debian's package
maintainers.  This is never my intention.

Best regards, 

Nathan A. Stine




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



Bug#484228: grub-pc: Bug possibly reappeared

2008-06-25 Thread Nathan A. Stine
On Wed, 2008-06-25 at 22:45 +0200, Robert Millan wrote:
 On Sun, Jun 22, 2008 at 07:34:51PM -0400, Nathan A. Stine wrote:
  
  Note that I do not use LVM or dmRAID.
 
 Then your bug is not in GRUB.  File a separate bug on initramfs-tools.
 

As you might have guessed from the initial bug report, my kernel is
custom built.  As it so happens, I don't use any RAM disk for start-up.
I would then assume initramfs is not the culprit.

If you're sure this isn't a GRUB problem then I'll defer to your
judgment.  If it isn't GRUB then I'd have to assume GRUB just isn't
playing nicely with my kernel (config attached)?

Best regards,

Nathan A. Stine 




config.gz
Description: GNU Zip compressed data


Bug#487830: mplayer: Additional GDB details

2008-06-24 Thread Nathan A. Stine
Package: mplayer
Version: 1.0~rc2-14
Followup-For: Bug #487830

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have the same issue as Mr. Collins.

For your convenience, I've attached a GDB backtrace done as described in 
the HTML docs.

Best regards,

Nathan A. Stine

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

Kernel: Linux 2.6.25-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mplayer depends on:
ii  debconf [debconf-2.0]  1.5.22Debian configuration management sy
ii  libasound2 1.0.16-2  ALSA library
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-7   Open-source version of SGI's audio
ii  libavcodec51   3:20080610-0.0library to encode decode multimedi
ii  libavformat52  3:20080610-0.0ffmpeg file format library
ii  libavutil493:20080610-0.0avutil shared libraries
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libcaca0   0.99.beta13b-4colour ASCII art library
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libcdparanoia0 3.10.0+debian-1   audio extraction tool for sampling
ii  libcucul0  0.99.beta13b-4low-level Unicode character drawin
ii  libdirectfb-1.0-0  1.0.1-9   direct frame buffer graphics - sha
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.6-1   FreeType 2 font engine, shared lib
ii  libfribidi00.10.9-1  Free Implementation of the Unicode
ii  libgcc11:4.3.1-2 GCC support library
ii  libgif44.1.6-4   library for GIF images (library)
ii  libgl1-mesa-glx [libgl 7.0.3-4   A free implementation of the OpenG
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libgtk2.0-02.12.10-2 The GTK+ graphical user interface 
ii  libjack0   0.109.2-3 JACK Audio Connection Kit (librari
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  liblircclient0 0.8.2-2   infra-red remote control support -
ii  libmpcdec3 1.2.2-1   Musepack (MPC) format library
ii  libncurses55.6+20080614-1Shared libraries for terminal hand
ii  libogg01.1.3-4   Ogg Bitstream Library
ii  libopenal0a1:0.0.8-7 OpenAL is a portable library for 3
ii  libpango1.0-0  1.20.2-2  Layout and rendering of internatio
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libpostproc51  3:20080610-0.0postproc shared libraries
ii  libsdl1.2debian1.2.13-2  Simple DirectMedia Layer
ii  libsmbclient   2:3.0.30-3shared library that allows applica
ii  libspeex1  1.2~beta4-2   The Speex codec runtime library
ii  libstdc++6 4.3.1-2   The GNU Standard C++ Library v3
ii  libsvga1   1:1.4.3-27console SVGA display libraries
ii  libswscale03:20080610-0.0ffmpeg video scaling library
ii  libtheora0 1.0~beta3-1   The Theora Video Compression Codec
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxv1 2:1.0.4-1 X11 Video extension library
ii  libxvmc1   1:1.0.4-2 X11 Video extension library
ii  libxxf86dga1   2:1.0.2-1 X11 Direct Graphics Access extensi
ii  libxxf86vm11:1.0.1-3 X11 XFree86 video mode extension l
ii  mplayer-skin-blue [mpl 1.6-2 blue skin for mplayer
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

mplayer recommends no packages.

- -- debconf information:
* mplayer/voutput: xv_X11/Xv 
* mplayer/rtc: true
* mplayer/ttfont: Sans
* mplayer/cfgnote:
  mplayer/replace-existing-files-bail:
  mplayer/replace-existing-files: true
  mplayer/no-ttfont:
* mplayer/install_codecs:
* mplayer/dvd_device: /dev/dvd

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkhhR2IACgkQXv1y35xy4qDu0ACfbZGj9zf1Chjeb9BLPYMRVIuC
iZcAoK7Brdd74e6MrEzrCuKAg2E8+yWd
=/v52
-END PGP SIGNATURE-
[EMAIL PROTECTED]:/video/clips/youtube$ gdb mplayer
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change

Bug#484228: grub-pc: Bug possibly reappeared

2008-06-22 Thread Nathan A. Stine
Package: grub-pc
Version: 1.96+20080621-1
Followup-For: Bug #484228

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This bug seems to not be fully fixed, at least not on my system.

After upgrading to 1.96+20080621-1, I got a kernel panic when no root 
partition could be found.  Changing the root partition from the UUID to 
the actual partition (/dev/hda2) fixed the problem.

Note that I do not use LVM or dmRAID.

Best regards,

Nathan A. Stine

- -- Package-specific info:

*** BEGIN /proc/mounts
/dev/root / ext3 rw,noatime,nodiratime,errors=remount-ro,data=ordered 0 0
/dev/root /dev/.static/dev ext3 rw,errors=remount-ro,data=ordered 0 0
/dev/hda1 /windows fuseblk 
rw,noatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
/dev/sda1 /media/video ext3 
rw,noexec,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/sdb1 /media/audio ext3 
rw,noexec,noatime,nodiratime,errors=continue,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/hda
(hd1)   /dev/sda
(hd2)   /dev/sdb
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=30
set root=(hd0,2)
search --fs-uuid --set 57248621-95a3-49b3-acea-65964a2e63cb
if font /usr/share/grub/unicode.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set root=(hd0,2)
search --fs-uuid --set 57248621-95a3-49b3-acea-65964a2e63cb
insmod png
if background_image 
/usr/share/images/desktop-base/debian-blueish-wallpaper-640x480.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
set root=(hd0,2)
search --fs-uuid --set 57248621-95a3-49b3-acea-65964a2e63cb
menuentry Debian GNU/Linux, linux 2.6.25-k7 {
linux   /boot/vmlinuz-2.6.25-k7 
root=UUID=57248621-95a3-49b3-acea-65964a2e63cb ro  
}
menuentry Debian GNU/Linux, linux 2.6.25-k7 (single-user mode) {
linux   /boot/vmlinuz-2.6.25-k7 
root=UUID=57248621-95a3-49b3-acea-65964a2e63cb ro single 
}
menuentry Debian GNU/Linux, linux 2.6.24-k7 {
linux   /boot/vmlinuz-2.6.24-k7 
root=UUID=57248621-95a3-49b3-acea-65964a2e63cb ro  
}
menuentry Debian GNU/Linux, linux 2.6.24-k7 (single-user mode) {
linux   /boot/vmlinuz-2.6.24-k7 
root=UUID=57248621-95a3-49b3-acea-65964a2e63cb ro single 
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry Microsoft Windows XP Professional (on /dev/hda1) {
set root=(hd0,1)
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
*** END /boot/grub/grub.cfg

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

Kernel: Linux 2.6.25-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]1.5.22  Debian configuration management sy
ii  grub-common  1.96+20080621-1 GRand Unified Bootloader, version 
ii  libc62.7-12  GNU C Library: Shared libraries
ii  liblzo2-22.03-1  data compression library
ii  libncurses5  5.6+20080614-1  Shared libraries for terminal hand

grub-pc recommends no packages.

- -- debconf information:
* grub-pc/linux_cmdline:
* grub-pc/chainload_from_menu.lst: true

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkhe4ZYACgkQXv1y35xy4qA8BgCfeqoLcb3C65fJFxzlgs0G7rZM
gqoAn3J7mz0FBhTygwIQr6rXEkAIg8Jx
=2xaW
-END PGP SIGNATURE-



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



Bug#480569: wesnoth: Changing samplerate ingame results in segfault

2008-05-10 Thread Nathan A. Stine
Package: wesnoth
Version: 1:1.4.2-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Wesnoth will segfault if one changes the sound sample rate while 
in-game.  Steps to reproduce:

1) Open new game/scenario
2) Open sound options
3) Change refresh rate to 22500
4) Change refresh rate back to 44100

This does not occur if one changes the sample rate at the main menu 
before a new/saved game is started, but will occur via the main menu 
options after playing a game.

Best regards,

Nathan A. Stine

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

Kernel: Linux 2.6.25
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages wesnoth depends on:
ii  libboost-iostreams1.34 1.34.1-11 Boost.Iostreams Library
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libfribidi00.10.9-1  Free Implementation of the Unicode
ii  libgcc11:4.3.0-4 GCC support library
ii  libsdl-image1.21.2.6-3   image loading library for Simple D
ii  libsdl-mixer1.21.2.8-3   mixer library for Simple DirectMed
ii  libsdl-net1.2  1.2.7-2   network library for Simple DirectM
ii  libsdl1.2debian1.2.13-2  Simple DirectMedia Layer
ii  libstdc++6 4.3.0-4   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  python2.5  2.5.2-4   An interactive high-level object-o
ii  wesnoth-data   1:1.4.2-1 data files for Wesnoth
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages wesnoth recommends:
ii  wesnoth-httt  1:1.4.2-1  Heir to the Throne official campai
ii  wesnoth-tsg   1:1.4.2-1  The South Guard official campaign 
ii  wesnoth-ttb   1:1.4.2-1  A Tale of Two Brothers official ca

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIJiqoXv1y35xy4qARAqfwAJ95olUvl0V/FI/zABlW3YtOVMmrNgCffrze
4E/CD5wUSe/p5naeZHpQI6U=
=xWW4
-END PGP SIGNATURE-



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



Bug#479849: xserver-xorg: Can't switch between VTs using CTRL+ALT+Fn

2008-05-07 Thread Nathan A. Stine
On Wed, 2008-05-07 at 13:38 +0200, Julien Cristau wrote:
 On Tue, May  6, 2008 at 18:44:12 -0400, Nathan A. Stine wrote:
 
  Package: xserver-xorg
  Version: 1:7.3+10
  Severity: normal
  
  It seems that #445100 has reared it's ugly head again. I've found the
  same bug in 7.3+10.  The error cropped up after this package (and other 
  X-related packages) got to Lenny on May 5.  Mucking with vga mode settings 
  in grub haven't helped.  I've also found that using the vesa driver 
  instead of radeon don't help either, so I assume something is screwy
  with X rather than the driver.
 
 from your log:
 
  (WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
 
 this explains why ctrl-alt-fn doesn't work, and is probably due to a
 configuration issue.  If you can find out why xkbcomp fails you'll
 probably be able to fix this.
 
 Cheers,
 Julien

Julien,

After some more Google searching, I found that something was weird with
xlibs-data/x11-kbd-utils.  The latter didn't have anything installed
in /usr/bin for me.  A reinstall put the proper binaries in the folder.
xkbcomp failed because it didn't exist on my system :-).

Another user had similar problems, which seem to be related to the
deprecation of xlibs-data[1].  Perhaps there is something amiss there.

In any case, my issue is resolved.

Best regards,

Nathan A. Stine

[1] http://www.debianhelp.org/node/1619#comment-1456




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



Bug#477083: Same issue in QEMU

2008-05-07 Thread Nathan A. Stine
FYI, I'm getting the same slowness issue described using QEMU (with
KQEMU), so the problem must have something to do with being run in a
virtual environment.  This is on an Athlon K7.

Best regards,

Nathan A. Stine




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



Bug#472200: iceweasel: Cache size numerical overflow

2008-03-22 Thread Nathan A. Stine
Package: iceweasel
Version: 2.0.0.12-1
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

When changing the cache size in Edit  Preferences  Advanced  Network, 
one can cause the text box to overflow by entering a large number 
(anything over 10,000,000).  The number in the text box will change to 
a seemingly random number, sometimes positive or negative depending on 
the number.  I assume this is some sort of overflow problem with the 
size of the number.

This may just be a cosmetic problem, but I thought I should file anyway.

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

Kernel: Linux 2.6.22-3-k7 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages iceweasel depends on:
ii  debianutils2.28.4Miscellaneous utilities specific t
ii  fontconfig 2.5.0-2   generic font configuration library
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.0-1 GCC support library
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libgtk2.0-02.12.5-2  The GTK+ graphical user interface 
ii  libhunspell-1.1-0  1.1.9-1   spell checker and morphological an
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libnspr4-0d4.7.0-2   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.0~beta2-1Network Security Service libraries
ii  libpango1.0-0  1.20.0-1  Layout and rendering of internatio
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libstdc++6 4.3.0-1   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxft22.1.12-2  FreeType-based font drawing librar
ii  libxinerama1   2:1.0.3-1 X11 Xinerama extension library
ii  libxp6 1:1.0.0.xsf1-1X Printing Extension (Xprint) clie
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  procps 1:3.2.7-6 /proc file system utilities
ii  psmisc 22.6-1Utilities that use the proc filesy
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

iceweasel recommends no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH5TlVXv1y35xy4qARAi3/AJ0es8PrnTB9Ev7QTUu+ozPAokwyvACfcEYW
VudTW7cxmY8BbMiCFV5rogI=
=eaVP
-END PGP SIGNATURE-



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



Bug#461476: Nautilus crashes when showing folder properties

2008-01-18 Thread Nathan A. Stine
Subject: nautilus: Nautilus crashes when showing folder properties
Package: nautilus
Version: 2.18.3-3
Severity: normal

Any time I right click any folder and then select Properties from the 
menu, nautilus crashes.  The debug logs attached result when right 
clicking on the folder initrd from the root directory.  bugbuddy
catches the crash and pops up a window.  nautilus-dbg 
has already been installed.

Best regards,

Nathan A. Stine

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

Kernel: Linux 2.6.22-3-k7 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nautilus depends on:
ii  desktop-file-utils   0.13-2  Utilities for .desktop
files
ii  gnome-control-center 1:2.20.1-2  utilities to configure the
GNOME d
ii  libart-2.0-2 2.3.19-3Library of functions for 2D
graphi
ii  libatk1.0-0  1.20.0-1The ATK accessibility
toolkit
ii  libbonobo2-0 2.20.2-1Bonobo CORBA interfaces
library
ii  libc62.7-5   GNU C Library: Shared
libraries
ii  libcairo21.4.10-1+lenny2 The Cairo 2D vector
graphics libra
ii  libeel2-2.18 2.18.3-1Eazel Extensions Library
(for GNOM
ii  libesd0  0.2.36-3Enlightened Sound Daemon -
Shared 
ii  libexif120.6.16-2.1  library to parse EXIF files
ii  libgail-common   1.20.2-1GNOME Accessibility
Implementation
ii  libgail181.20.2-1GNOME Accessibility
Implementation
ii  libgconf2-4  2.20.1-2GNOME configuration
database syste
ii  libglade2-0  1:2.6.2-1   library to load .glade
files at ru
ii  libglib2.0-0 2.14.3-1The GLib library of C
routines
ii  libgnome-desktop-2   2.20.2-1Utility library for
loading .deskt
ii  libgnome2-0  2.20.1.1-1  The GNOME 2 library -
runtime file
ii  libgnomecanvas2-02.20.1.1-1  A powerful object-oriented
display
ii  libgnomeui-0 2.20.1.1-1  The GNOME 2 libraries (User
Interf
ii  libgnomevfs2-0   1:2.20.1-1  GNOME Virtual File System
(runtime
ii  libgtk2.0-0  2.12.1-1The GTK+ graphical user
interface 
ii  libnautilus-extension1   2.18.3-3libraries for nautilus
components 
ii  liborbit21:2.14.7-0.1libraries for ORBit2 - a
CORBA ORB
ii  libpango1.0-01.18.3-1Layout and rendering of
internatio
ii  librsvg2-2   2.18.2-1SAX-based renderer library
for SVG
ii  libselinux1  2.0.15-2+b1 SELinux shared libraries
ii  libstartup-notification0 0.9-1   library for program launch
feedbac
ii  libtrackerclient00.6.4-1 metadata database, indexer
and sea
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxml2  2.6.30.dfsg-3.1 GNOME XML library
ii  nautilus-data2.18.3-3data files for nautilus
ii  shared-mime-info 0.22-2  FreeDesktop.org shared MIME
databa

Versions of packages nautilus recommends:
ii  desktop-base  4.0.4  common files for the Debian
Deskto
ii  eject 2.1.5-6ejects CDs and operates
CD-Changer
pn  fam   none (no description available)
ii  libgnomevfs2-extra1:2.20.1-1 GNOME Virtual File System
(extra m
ii  librsvg2-common   2.18.2-1   SAX-based renderer library
for SVG
ii  nautilus-cd-burner2.18.2-1   CD Burning front-end for
Nautilus

-- no debconf information


nautilus.tar.gz
Description: application/compressed-tar


signature.asc
Description: This is a digitally signed message part


Bug#452708: +1

2007-11-26 Thread Nathan A. Stine
I get the same error except the program continues to work.  Obviously,
the videos don't play in the player, but I can always use an external
program.

Regards,

Nathan A. Stine




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



Bug#419837: Patch for sound allocation

2007-09-04 Thread Nathan A. Stine
On Tue, 2007-09-04 at 14:46 +0700, Slava Semushin wrote:
 2007/9/4, Nathan A. Stine nathan.stine / gmail.com:
  The attached patch *may* alleviate the sound allocation problem when no
  sounds are found.  This is my first patch, and I haven't programmed for
  about 2 years since college, so it may be completely wrong.
 
 found_sound variable may be 0 or 1 and I think in this case we should
 use bool type for this variable instead of int. But this is cosmetics
 change.
 
I would have done so, but I noticed that in other areas of the code
int type was used where bool was more appropriate.  For the sake of
being consistent I went with int.

Again, being new to the process, I'm not familiar with style guidelines
or much else.

Nathan



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



Bug#419837: Patch for sound allocation

2007-09-03 Thread Nathan A. Stine
Tags: patch

The attached patch *may* alleviate the sound allocation problem when no
sounds are found.  This is my first patch, and I haven't programmed for
about 2 years since college, so it may be completely wrong.

Best regards,

Nathan A. Stine
--- Sound.cxx	2005-04-23 15:53:29.0 -0400
+++ Sound.cxx.new	2007-09-03 14:55:52.0 -0400
@@ -64,6 +64,7 @@
 	// Load chunk files to ChunkMap
 	Mix_Chunk *chunk;
 	string File;
+	int found_sound = 0;
 	for (size_t i = 0; i  sounds.size(); i++) {
 		#ifndef NDEBUG
 		cout  Loading   sounds[i];
@@ -80,11 +81,16 @@
 		}
 		// If chunk is NULL there is no WAV available for this sound
 		if (!chunk) cout  WARNING *** Unable to open   sounds[i]  endl;
+		else found_sound = 1;
 		chunks[sounds[i]] = chunk;
 		#ifndef NDEBUG
 		cout  endl;
 		#endif
 	}
+	if (!found_sound) { // sound not needed
+		cleanup();
+		has_audio_available = 0;
+	}
 }
 
 void Sound::play( const char *file, int vol )


Bug#435691: xserver-xorg-video-ati: GATOS relicensed under MIT

2007-08-02 Thread Nathan A. Stine
Package: xserver-xorg-video-ati
Version: 1:6.6.3-2
Severity: wishlist
Tags: patch

The folks that develop GATOS have agreed to relicense their software 
under the MIT license[1].  This means that upstream will likely merge 
this code into mainline Xorg.

A patch[2] already exists for 6.6.3.  Another for 6.6.191[3], which 
should be adaptable to 6.6.192, the current version in experimental.  

I would appreciate patching 6.6.3, but understand if you want to keep 
this patch out of testing/unstable.

Best regards,

Nathan A. Stine

[1] 
http://sourceforge.net/mailarchive/message.php?msg_name=200707251403.37178.ml%40hboeck.de
[2] http://megahurts.dk/rune/stuff/xorg7.1-6.6.3-tv_output.patch.gz
[3] https://bugs.gentoo.org/attachment.cgi?id=115513

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

Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-ati depends on:
ii  libc6  2.6-2 GNU C Library: Shared libraries
ii  xserver-xorg-core  2:1.3.0.0.dfsg-11 X.Org X server -- core server

xserver-xorg-video-ati recommends no packages.

-- no debconf information


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



Bug#435694: xserver-xorg-video-ati: GATOS relicensed under MIT

2007-08-02 Thread Nathan A. Stine
Package: xserver-xorg-video-ati
Version: 1:6.6.3-2
Severity: wishlist
Tags: patch

The folks that develop GATOS have agreed to relicense their software 
under the MIT license[1].  This means that upstream will likely merge 
this code into mainline Xorg.

A patch[2] already exists for 6.6.3.  Another for 6.6.191[3], which 
should be adaptable to 6.6.192, the current version in experimental.  

I would appreciate patching 6.6.3, but understand if you want to keep 
this patch out of testing/unstable.

Best regards,

Nathan A. Stine

[1]http://sourceforge.net/mailarchive/message.php?msg_name=200707251403.37178.ml%40hboeck.de
[2] http://megahurts.dk/rune/stuff/xorg7.1-6.6.3-tv_output.patch.gz
[3] https://bugs.gentoo.org/attachment.cgi?id=115513

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

Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-ati depends on:
ii  libc6  2.6-2 GNU C Library: Shared
libraries
ii  xserver-xorg-core  2:1.3.0.0.dfsg-11 X.Org X server -- core
server

xserver-xorg-video-ati recommends no packages.

-- no debconf information



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



Bug#435691: xserver-xorg-video-ati: GATOS relicensed under MIT

2007-08-02 Thread Nathan A. Stine
On Thu, 2007-08-02 at 19:16 +0200, Brice Goglin wrote:
 forcemerge 435691 378594
 thank you
 
 
 
 
 Nathan A. Stine wrote:
  The folks that develop GATOS have agreed to relicense their software 
  under the MIT license[1].  This means that upstream will likely merge 
  this code into mainline Xorg.
 
  A patch[2] already exists for 6.6.3.  Another for 6.6.191[3], which 
  should be adaptable to 6.6.192, the current version in experimental.  
 
  I would appreciate patching 6.6.3, but understand if you want to keep 
  this patch out of testing/unstable.

 
 I've been following upstream discussion about this. It looks like the
 patch is being looked at, ported to new boards, probably needs some
 changes for randr-1.2, ... So a better version of the patch might get
 merged upstream in the near future. We are probably going to wait a bit
 instead of applying it ourself right now.
 
 People lived with this patch outside of Debian for several years
 already, they probably can wait a couple month again :) Once ati driver
 6.7 is released upstream, we'll push it to unstable and might put the
 randr-1.2 branch in experimental quickly. The gatos might be merged 
 upstream soon at this point.
 
 Brice
 

Fair enough, Brice.  I need to learn how to patch/build debian packages
anyway.  This might give me the proper motivation to do so.

Best regards,

Nathan A. Stine



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



Bug#434112: stellarium: Floating point exception upon start

2007-07-22 Thread Nathan A. Stine
On Sun, 2007-07-22 at 23:23 +0200, Fabien Chéreau wrote:
 Hi could you run a gdb on it to see where it crashes exactely?
 (type gdb stellarium, then run, then where)
 Thanks,
 Fabien

After a reboot, the program runs flawlessly.  I couldn't tell you what
the problem was.  If I had to guess, it might have been something with
QT.  I had no QT libs before installing the package, and this was the
first version of stellarium that used QT.  There must have been a
library or something that didn't get initialized properly...who knows.

Either way, the bug can be closed.  Sorry to waste your time.

Best regards,

Nathan A. Stine



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



Bug#434112: stellarium: Floating point exception upon start

2007-07-21 Thread Nathan A. Stine
Package: stellarium
Version: 0.9.0-1+b1
Severity: grave
Justification: renders package unusable

Stellarium 0.9.0-1+b1 just entered testing today.  I upgraded, and the 
program no longer works:

[EMAIL PROTECTED]:~$ stellarium
 ---
[ This is Stellarium 0.9.0 - http://www.stellarium.org ]
[ Copyright (C) 2000-2006 Fabien Chereau et al ]
 ---
File search path set to:
 1) /home/stinerman/.stellarium
 2) /usr/share/stellarium
config file is: /home/stinerman/.stellarium/config.ini
Floating point exception

This occurs with either command line argument.  Deleting the config.ini 
makes stellarium create a default file and promptly crash as above.

Best regards,

Nathan A. Stine


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

Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages stellarium depends on:
ii  libc6   2.6-2GNU C Library: Shared
libraries
ii  libcurl3-gnutls 7.16.2-6 Multi-protocol file
transfer libra
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine,
shared lib
ii  libgcc1 1:4.2-20070712-1 GCC support library
ii  libgl1-mesa-glx [libgl1 6.5.2-7  A free implementation of
the OpenG
ii  libglu1-mesa [libglu1]  6.5.2-7  The OpenGL utility library
(GLU)
ii  libjpeg62   6b-13The Independent JPEG
Group's JPEG 
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libqt4-core 4.3.0-2+b1   Qt 4 core non-GUI
functionality ru
ii  libqt4-gui  4.3.0-2+b1   Qt 4 core GUI functionality
runtim
ii  libsdl-mixer1.2 1.2.6-2  mixer library for Simple
DirectMed
ii  libstdc++6  4.2-20070712-1   The GNU Standard C++
Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension
librar
ii  libxi6  2:1.1.1-1X11 Input extension library
ii  libxmu6 1:1.0.3-1X11 miscellaneous utility
library
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics
library
ii  stellarium-data 0.9.0-1  datafiles for Stellarium, a
real-t
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library -
runtime

stellarium recommends no packages.

-- no debconf information



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



Bug#431133: fglrx-driver: DRI broken

2007-07-13 Thread Nathan A. Stine
On Fri, 2007-07-13 at 18:44 +1000, Brian May wrote:

I found a few possible problems:

 (II) LoadModule: GLcore
 (II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
 dlopen: /usr/lib/xorg/modules/extensions/libGLcore.so: undefined symbol: 
 _glapi_Dispatch
 (EE) Failed to load /usr/lib/xorg/modules/extensions/libGLcore.so
 (II) UnloadModule: GLcore
 (EE) Failed to load module GLcore (loader failed, 7)

http://lists.debian.org/debian-x/2006/10/msg00395.html

You should comment out that line in your xorg.conf apparently.

 (II) LoadModule: speedo
 (WW) Warning, couldn't open module speedo
 (II) UnloadModule: speedo
 (EE) Failed to load module speedo (module does not exist, 0)

Speedo is no longer enabled by default.

 (EE) fglrx(0): [agp] unable to acquire AGP, error xf86_ENODEV
 (EE) fglrx(0): cannot init AGP
 (II) fglrx(0): [drm] removed 1 reserved context for kernel
 (II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0x2000 at 0xb7942000
 (WW) fglrx(0): ***
 (WW) fglrx(0): * DRI initialization failed!  *
 (WW) fglrx(0): * (maybe driver kernel module missing or bad) *
 (WW) fglrx(0): * 2D acceleraton available (MMIO) *
 (WW) fglrx(0): * no 3D acceleration available*
 (WW) fglrx(0): * *

 (EE) AIGLX: Screen 0 is not DRI capable

And then this is the problem wrt the bug report.

I googled around and noticed that the unable to acquire AGP error
usually occurs when agpgart is not loaded.  

You can either load the agpgart module at boot time or use the ATI
agpgart.  For the latter, add (man fglrx for more info):

Option KernelModuleParm agpgart=2

to your xorg.conf with other driver options.


I might also recommend the free ati driver put out by Xorg.  It
apparently is good enough for many people.  3D acceleration is in beta
but 2D is fine.  You may want to try that if fglrx keeps giving you
trouble.

Best regards,

Nathan A. Stine



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



Bug#429860: two X servers simultaneously running on the fglrx-driver-8.37.6-1 package

2007-07-12 Thread Nathan A. Stine
Confirmed.

I think this occurred after Linux 2.6.21 got bumped to Lenny.  At least,
that is when I first noticed it.  It is trivial to kill the 2nd Xorg
instance, but either way, something is funky.

Best regards,

Nathan A. Stine



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



Bug#431133: fglrx-driver: DRI broken

2007-07-08 Thread Nathan A. Stine
Brian,

First, it seems you're still using XFree86 rather than Xorg.  I don't
know if that changes anything, but it might.

Second, you need the kernel module (fglrx-kernel-src) to use DRI.  After
compiling the module, you need to make sure your xorg.conf or the
equivalent for XFree86 has the following lines:

Section DRI
Mode 0666
EndSection

Section ServerFlags
Option  AIGLX off
EndSection

Section Extensions
Option  Composite off
EndSection

I'm not absolutely sure on all of those, but they work for me.

Best regards,

Nathan A. Stine



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



Bug#425294: iceweasel segfaults on www.facebook.com

2007-05-20 Thread Nathan A. Stine
Package: iceweasel
Version: 2.0.0.3-2
Severity: normal

The subject is pretty self-explanitory.  I can't find any other pages 
that crash like this.  Disabling pango fixes the problem.  If you 
believe this bug is important enough, I'll send you a more involved gdb 
report.  This is what I got when I ran gdb:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1223222704 (LWP 17116)]
0x0834d52a in nsHTMLReflowState::CalcLineHeight (aPresContext=0x92949b0, 
aRenderingContext=0x9565b08, aFrame=0x963279c)
at nsHTMLReflowState.cpp:2224
2224nsHTMLReflowState.cpp: No such file or directory.
in nsHTMLReflowState.cpp

Going back through my apt history, the problem does not seem to be 
libpango 1.16.4-1, as I've had that installed since May 10th.  The 
problem did not start until May 20th.

Best regards,

Nathan A. Stine

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

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

Versions of packages iceweasel depends on:
ii  debianutils 2.18.2   Miscellaneous utilities specific t
ii  fontconfig  2.4.2-1.2generic font configuration library
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.5-7GNU 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  libfreetype62.2.1-5  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2-20070516-1 GCC support library
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  libhunspell-1.1-0   1.1.5-6  spell checker and morphological an
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libpango1.0-0   1.16.4-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libstdc++6  4.2-20070516-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxp6  1:1.0.0.xsf1-1   X Printing Extension (Xprint) clie
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  psmisc  22.5-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3-15   compression library - runtime

iceweasel recommends no packages.

-- no debconf information


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



Bug#425294: iceweasel segfaults on www.facebook.com

2007-05-20 Thread Nathan A. Stine

 See bug #425228.
 
 Mike

Thanks Mike.  Upgrading to msttcorefonts 2.2 fixes my problem.

Sorry for producing a duplicate bug, but the issue with the fonts wasn't
immediately obvious.  Feel free to close.

Best Regards,

-- 
Nathan A. Stine
GPG Key ID 53E71572


signature.asc
Description: This is a digitally signed message part


Bug#423097: pidgin: No longer able to send IM to cell phones

2007-05-09 Thread Nathan A. Stine
Package: pidgin
Version: 2.0.0+dfsg.1-2
Severity: important


Previously, I could send an instant message to a phone number using my 
AIM account using the phone number (with a '+' in front) as a buddy 
name.  Now these messages do not reach their destination.  No error 
message pops up, nor does the confirmation message appear.  I have 
tested this with several phones, so the problem seems to be with pidgin.

Severity set as important because I use this feature quite often (and 
perhaps others do too), but feel free to set it to what you think is 
best.

Best regards,

Nathan A. Stine

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

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

Versions of packages pidgin depends on:
ii  libavahi-compat-howl0 0.6.18-5   Avahi Howl compatibility library
ii  libbonobo2-0  2.18.0-2   Bonobo CORBA interfaces library
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libcairo2 1.4.6-1The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.0.2-5simple interprocess messaging syst
ii  libdbus-glib-1-2  0.73-2 simple interprocess messaging syst
ii  libebook1.2-9 1.10.1-2   Client library for evolution addre
ii  libedata-book1.2-21.10.1-2   Backend library for evolution addr
ii  libedataserver1.2-9   1.10.1-2   Utility library for evolution data
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libgconf2-4   2.18.0.1-3 GNOME configuration database syste
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libgnome2-0   2.18.0-4   The GNOME 2 library - runtime file
ii  libgstreamer0.10-00.10.12-5  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.10.12-1  The GTK+ graphical user interface 
ii  libgtkspell0  2.0.10-3+b1a spell-checking addon for GTK's T
ii  libice6   1:1.0.3-2  X11 Inter-Client Exchange library
ii  libncursesw5  5.5-5  Shared libraries for terminal hand
ii  libnspr4-0d   4.6.6-3NetScape Portable Runtime Library
ii  libnss3-0d3.11.5-3   Network Security Service libraries
ii  liborbit2 1:2.14.7-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.16.2-2   Layout and rendering of internatio
ii  libperl5.85.8.8-7Shared Perl library
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  libsasl2-22.1.22.dfsg1-9 Authentication abstraction library
ii  libsasl2-modules  2.1.22.dfsg1-9 Pluggable Authentication Modules f
ii  libsm61:1.0.2-2  X11 Session Management library
ii  libstartup-notification0  0.9-1  library for program launch feedbac
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1:1.1.8-2  X cursor management library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library
ii  libxml2   2.6.28.dfsg-1  GNOME XML library
ii  libxrandr22:1.2.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.2-1  X Rendering Extension client libra
ii  libxss1   1:1.1.2-1  X11 Screen Saver extension library
ii  pidgin-data   2.0.0+dfsg.1-3 multi-protocol instant messaging c

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins-base0.10.12-2  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good0.10.5-5   GStreamer plugins from the good 
pn  python-dbus   none (no description available)

-- no debconf information


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



Bug#423097: pidgin: No longer able to send IM to cell phones

2007-05-09 Thread Nathan A. Stine
You're right.  It works for me now.  It must have been a server issue as
you suspected.  Sorry for wasting your time.

Thanks
-- 
Nathan A. Stine
GPG Key ID 53E71572


signature.asc
Description: This is a digitally signed message part


Bug#416347: kqemu-source: Source fails to build using module-assistant

2007-03-26 Thread Nathan A. Stine
Package: kqemu-source
Version: 1.3.0~pre11-3
Severity: grave
Justification: renders package unusable


Kqemu-source fails to build when I use module-assistant.  

When I upgraded and rebuilt the package everything went smoothly.  When 
I tried to add the pre11-3 module, I got the same error as in bug 
#416300.  I decided to purge all kqemu-related packages and try to build 
again.  When I tried to rebuild, I got an error from module-assistant.

Since it worked the first time (and apparently built ok for someone, 
otherwise #416300 would have never been filed in the first place), this 
may be a works for me bug.

Truncated buildlog output:

make -C /lib/modules/2.6.18-4-k7/build M=`pwd` modules
make[3]: Entering directory `/usr/src/linux-headers-2.6.18-4-k7'
  CC [M]  /usr/src/modules/kqemu/kqemu-linux.o
make[4]: *** No rule to make target 
`/usr/src/modules/kqemu/kqemu.mod.o', needed by 
`/usr/src/modules/kqemu/kqemu.o'.  Stop.
make[3]: *** [_module_/usr/src/modules/kqemu] Error 2
make[3]: Leaving directory `/usr/src/linux-headers-2.6.18-4-k7'
make[2]: *** [kqemu.ko] Error 2
make[2]: Leaving directory `/usr/src/modules/kqemu'
make[1]: *** [binary-modules] Error 2
make[1]: Leaving directory `/usr/src/modules/kqemu'
make: *** [kdist_build] Error 2

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

Versions of packages kqemu-source depends on:
ii  bzip2 1.0.3-6high-quality block-sorting file co
ii  debhelper 5.0.42 helper programs for debian/rules
ii  dpatch2.0.21 patch maintenance system for Debia
ii  make  3.81-3 The GNU version of the make util
ii  module-assistant  0.10.11tool to make module package creati

kqemu-source recommends no packages.

-- no debconf information


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



Bug#414924: rhythmbox: Buffering status bar gets stuck after switching to local files

2007-03-14 Thread Nathan A. Stine
Package: rhythmbox
Version: 0.9.6-8
Severity: minor


The buffering status bar will get stuck if one stops listening to an 
Internet radio station and switches to local files.  Steps to reproduce:

* Listen to an Internet radio station (in my case WWSU 
[http://listen.to/wwsu])
* Network problems cause buffering
* Click on play to stop radio station
* Play a local song
* Buffering bar stays put for the duration

This isn't too serious, mostly cosmetic.

Thanks,

Nathan A. Stine

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

Versions of packages rhythmbox depends on:
ii  dbus  1.0.2-1simple interprocess messaging syst
ii  gconf22.16.1-1   GNOME configuration database syste
ii  gnome-icon-theme  2.14.2-2   GNOME Desktop icon theme
ii  gstreamer0.10-alsa [gstre 0.10.10-4  GStreamer plugin for ALSA
ii  gstreamer0.10-esd [gstrea 0.10.4-4   GStreamer plugin for ESD
ii  gstreamer0.10-gnomevfs0.10.10-4  GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugins-bas 0.10.10-4  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-goo 0.10.4-4   GStreamer plugins from the good 
ii  gstreamer0.10-plugins-ugl 0.10.4-5   GStreamer plugins from the ugly 
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.12.4-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libavahi-client3  0.6.16-3   Avahi client library
ii  libavahi-common3  0.6.16-3   Avahi common library
ii  libavahi-glib10.6.16-3   Avahi glib integration library
ii  libbonobo2-0  2.14.0-3   Bonobo CORBA interfaces library
ii  libbonoboui2-02.14.0-5   The Bonobo UI library
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.0.2-1simple interprocess messaging syst
ii  libdbus-glib-1-2  0.71-3 simple interprocess messaging syst
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libexpat1 1.95.8-3.4 XML parsing C library - runtime li
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgconf2-4   2.16.1-1   GNOME configuration database syste
ii  libgcrypt11   1.2.3-2LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.6.0-4  library to load .glade files at ru
ii  libglib2.0-0  2.12.6-2   The GLib library of C routines
ii  libgnome-keyring0 0.6.0-3GNOME keyring services library
ii  libgnome-media0   2.14.2-4   runtime libraries for the GNOME me
ii  libgnome2-0   2.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-01:2.14.2-7 GNOME virtual file-system (runtime
ii  libgnutls13   1.4.4-3the GNU TLS library - runtime libr
ii  libgpg-error0 1.4-2  library for common error values an
ii  libgpod0  0.3.2-1.1  a library to read and write songs 
ii  libgstreamer0.10-00.10.10-3  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.8.20-7   The GTK+ graphical user interface 
ii  libhal1   0.5.8.1-7  Hardware Abstraction Layer - share
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  liblircclient00.8.0-9.2  LIRC client library
ii  libmusicbrainz4c2a2.1.4-1Second generation incarnation of t
ii  libnautilus-burn3 2.14.3-8+b1Nautilus Burn Library - runtime ve
ii  libnotify10.4.3-1sends desktop notifications to a n
ii  liborbit2 1:2.14.4-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.14.8-5   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  libsexy2  0.1.10-1   collection of additional GTK+ widg
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libsoup2.2-8  2.2.100-1  an HTTP library implementation in 
ii  libtasn1-3

Bug#412604: ekiga: Please have window pop-up upon call

2007-03-05 Thread Nathan A. Stine
On Tue, 2007-03-06 at 00:14 +0100, Sven Arvidsson wrote:
 On Mon, 2007-02-26 at 19:02 -0500, Nathan A. Stine wrote:
  When I get an incoming call and my speakers are off, I cannot tell if 
  someone is trying to call me.  The program window will tell me someone 
  is trying to call, but only if it is in the same workspace as the one I 
  am using.
  
  Perhaps setting the window as urgent (window flashes in the panel) or 
  doing something else that will get my attention when I have an incoming 
  call 
  will be helpful.
 
 Hi,
 
 Do you get window flashes if you set Visual system beep to Flash window
 titlebar in the Sound Preferences in GNOME?
 

Sven,

I recently installed compiz (after I filed the bug), so I'll have to go
back and retest without it on when I have the time.

With compiz on, the incoming call dialog will pop up, but only on the
workspace/cubespace on which I started ekiga.  The flash window does
nothing (and neither does flash entire screen).

Again, I'll recheck this recommendation without compiz and get back to
you.

Best Regards,

Nathan A. Stine 


signature.asc
Description: This is a digitally signed message part


Bug#412604: Followup

2007-03-05 Thread Nathan A. Stine
I've checked that the visual system beep works in my terminal, so it is
unlikely an incompatibility with compiz.  I'll still test anyway...

Nathan


signature.asc
Description: This is a digitally signed message part


Bug#413154: gaim-otr: Use gender neutral pronouns in strings

2007-03-02 Thread Nathan A. Stine
Package: gaim-otr
Version: 3.0.0+cvs20060530-3
Severity: minor


Throughout several sections of the code the program assumes that the 
person on the other end is male.  Gender neutral pronouns should be 
used.

I'm not much of a code/package hacker, but I'll see if I can get a patch 
out to you sometime soon.

Nathan

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

Versions of packages gaim-otr depends on:
ii  gaim1:2.0.0+beta5-10 multi-protocol instant messaging c
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgcrypt11 1.2.3-2  LGPL Crypto library - runtime libr
ii  libgpg-error0   1.4-2library for common error values an
ii  libotr2 3.0.0-2  Off-the-Record Messaging library

gaim-otr recommends no packages.

-- no debconf information


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



Bug#412604: ekiga: Please have window pop-up upon call

2007-02-26 Thread Nathan A. Stine
Package: ekiga
Version: 2.0.3-2
Severity: wishlist


When I get an incoming call and my speakers are off, I cannot tell if 
someone is trying to call me.  The program window will tell me someone 
is trying to call, but only if it is in the same workspace as the one I 
am using.

Perhaps setting the window as urgent (window flashes in the panel) or 
doing something else that will get my attention when I have an incoming call 
will be helpful.

Thanks,

Nathan A. Stine

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

Versions of packages ekiga depends on:
ii  evolution-data-server  1.6.3-4   evolution database backend server
ii  gconf2 2.16.0-3  GNOME configuration database syste
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.4-2  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.16-2  Avahi client library
ii  libavahi-common3   0.6.16-2  Avahi common library
ii  libavahi-glib1 0.6.16-2  Avahi glib integration library
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-13  GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libebook1.2-5  1.6.3-4   Client library for evolution addre
ii  libedataserver1.2-71.6.3-4   Utility library for evolution data
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libfontconfig1 2.4.2-1   generic font configuration library
ii  libgcc11:4.1.1-21GCC support library
ii  libgconf2-42.16.0-3  GNOME configuration database syste
ii  libglib2.0-0   2.12.6-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-6GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-5  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libopal-2.2.0  2.2.3.dfsg-3  Open Phone Abstraction Library - s
ii  liborbit2  1:2.14.4-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libpt-1.10.0   1.10.2-2  Portable Windows Library
ii  libpt-plugins-alsa 1.10.2-2  Portable Windows Library Audio Plu
ii  libpt-plugins-v4l  1.10.2-2  Portable Windows Library Video Plu
ii  libsdl1.2debian1.2.11-8  Simple DirectMedia Layer
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-5 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  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  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  yelp   2.14.3-1  Help browser for GNOME 2

ekiga recommends no packages.

-- no debconf information


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



Bug#401123: gpar2: Verifying archive produces segfault

2006-11-30 Thread Nathan A. Stine
Package: gpar2
Version: 0.3-2
Severity: minor


gpar2 will segfault under the following scenario:

* Open par2 file
* Click Verify BEFORE other par2 redundancy files are scanned (here 
repair possible appears in the status bar)
* Click Repair after redundancy files are scanned
* gpar2 segfaults

Obviously this is not something the user would be expected to do, but I 
figured you may want to know about the bug anyway.

Best regards,

Nathan A. Stine

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages gpar2 depends on:
ii  desktop-file-utils   0.11-1  Utilities for .desktop files
ii  libatk1.0-0  1.12.3-1The ATK accessibility toolkit
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcairo21.2.4-4 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.4.1-2 generic font configuration library
ii  libgcc1  1:4.1.1-19  GCC support library
ii  libglib2.0-0 2.12.4-1The GLib library of C routines
ii  libglibmm-2.4-1c2a   2.12.0-1C++ wrapper for the GLib toolkit (
ii  libgtk2.0-0  2.8.20-3The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a1:2.8.8-1   C++ wrappers for GTK+ 2.4 (shared 
ii  libpango1.0-01.14.7-1Layout and rendering of internatio
ii  libpar2-00.2-1   A library for performing comman ta
ii  libsigc++-2.0-0c2a   2.0.17-2type-safe Signal Framework for C++
ii  libstdc++6   4.1.1-19The GNU Standard C++ Library v3
ii  libx11-6 2:1.0.3-3   X11 client-side library
ii  libxcursor1  1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.1-4   X11 miscellaneous 'fixes' extensio
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  libxrender1  1:0.9.1-3   X Rendering Extension client libra
ii  shared-mime-info 0.19-1  FreeDesktop.org shared MIME databa

gpar2 recommends no packages.

-- no debconf information


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



  1   2   >