Bug#319319: new version, still 'setgroups: Operation not permitted'

2005-11-28 Thread Bart Vanhaute
On Mon, 2005-11-28 at 02:34 -0800, Jamie Zawinski wrote:
> > when I compile and run this, I get:
> > setgroups: Operation not permitted
> 
> Note that xscreensaver (4.23) only calls setgroups if it needs to: if  
> the group list already contains only the one group that is intended,  
> it doesn't call it.  So a setgroups failure really is a problem.

In any normal desktop setup, a user will belong to several groups. For
instance, with gnome-volume-manager installed, users will also belong to
the plugdev group. 

I cannot really understand why the setgroups fails if it is only
restricting the list of groups; this should not require special
privileges. This makes me think there is something wrong with my setup.
But I cannot find any references on this behaviour on the net.

> 
> Perhaps one has to call setgid before setgroups?  If so, reversing  
> the order of the calls around line  137 in setuid.c might fix it?
> 
> > Ralf, can you verify that this program does work on your system, and
> > maybe direct me to the real problem?
> 
> Also see the "test-uid.c" program in xscreensaver/driver/.

This is what the program gives for me:

$ ./test-uid bartvh/bartvh
real user/group: 1000/1000 (bartvh/bartvh)
eff. user/group: 1000/1000 (bartvh/bartvh)
eff. group list: [cdrom=24, audio=29, video=44, staff=50, plugdev=109,
fuse=112, bartvh=1000]
setgroups(1, [1000]) "bartvh" failed: Operation not permitted
setgid(1000) "bartvh" succeeded.
setuid(1000) "bartvh" succeeded.
real user/group: 1000/1000 (bartvh/bartvh)
eff. user/group: 1000/1000 (bartvh/bartvh)
eff. group list: [cdrom=24, audio=29, video=44, staff=50, plugdev=109,
fuse=112, bartvh=1000]
running "whoami" and "groups" in a sub-process reports:
bartvh / bartvh cdrom audio video staff plugdev fuse

exactly the same result...

And when I reverse the order of setgid and setgroups (in that program),
I still get 'Operation not permitted'.

Bart.




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



Bug#319319: new version, still 'setgroups: Operation not permitted'

2005-11-11 Thread Bart Vanhaute
Hello,

after upgrading my xscreensaver package, I still have the same problem
starting xscreensaver. (Actually I had my xscreensaver set u+s, and
forgot about the problem until this upgrade.)

I downloaded the source code of xscreensaver, and the code fails when it
tries to call setgroups such that the effective groups only contain the
process gid (i.e. drop any privileges).

The following small program demonstrates what happens : 
#include 
#include 

int main(int argc, char* argv[]) {
gid_t gid;

gid = getgid();

if (setgroups(1, &gid)) {
perror("setgroups");
return 1;
}
return 0;
}

when I compile and run this, I get:
setgroups: Operation not permitted

Ralf, can you verify that this program does work on your system, and
maybe direct me to the real problem?

Thanks,
Bart.




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



Bug#304827: evolution-plugins does not contain exchange connector?

2005-04-28 Thread Bart Vanhaute
In my opinion, the evolution-plugins package does not contain the
exchange connector.

$ dpkg -L evolution-plugins | grep exchange
/usr/lib/evolution/2.2/plugins/org-gnome-exchange-account-setup.eplug
/usr/lib/evolution/2.2/plugins/liborg-gnome-exchange-account-settings.so
/usr/lib/evolution/2.2/plugins/liborg-gnome-exchange-account-settings.la

it looks like this is only a setup utility plug-in.

I downloaded ant built the ximian-connector-2.2.2 package locally (from
http://ftp.gnome.org/pub/GNOME/desktop/2.10/2.10.1/sources ). Only after
installing that, I got back my mail box on the exchange server.

Bart.




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



Bug#330400: rails initial run fails, nothing is created

2005-09-27 Thread Bart Vanhaute
Package: rails
Version: 0.13.1-1
Severity: grave
Justification: renders package unusable

$ rails /tmp/test
/usr/share/rails/railties/bin/../lib/../../activesupport/lib/active_support/clean_logger.rb:13:in
 `remove_const': constant Logger::Format not defined (NameError)

from 
/usr/share/rails/railties/bin/../lib/../../activesupport/lib/active_support/clean_logger.rb:13

from 
/usr/share/rails/railties/bin/../lib/../../activesupport/lib/active_support.rb:31
from /usr/share/rails/railties/bin/../lib/rails_generator.rb:28
from /usr/share/rails/railties/bin/rails:14
ln: when making multiple links, last argument must be a directory
ln: creating symbolic link `/tmp/test/doc/api' to
`/usr/share/doc/rails/html': No such file or directory
$ ls /tmp/test
ls: /tmp/test: No such file or directory
$

If I comment out line 13 of the clean_logger.rb file, everything seems
to work ok.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages rails depends on:
ii  libmysql-ruby1.8  2.6.3-1MySQL module for Ruby 1.8
ii  libredcloth-ruby1.8   3.0.3-2Textile module for Ruby 1.8
ii  rake  0.6.0-1a ruby build program
ii  rdoc  1.8.2-1Generate documentation from
ruby s
ii  ruby  1.8.2-1An interpreter of
object-oriented
ii  ruby1.8   1.8.3-1Interpreter of
object-oriented scr

Versions of packages rails recommends:
ii  irb   1.8.2-1Interactive Ruby (irb)

-- no debconf information




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



Bug#319319: xscreensaver: does not start: 'couldn't setgroups ... not permitted'

2005-07-21 Thread Bart Vanhaute
Package: xscreensaver
Version: 4.21-5
Severity: grave
Justification: renders package unusable

The xscreensaver daemon does not start at all. All I get is :
$ xscreensaver
xscreensaver: couldn't setgroups to bartvh (1000): Operation not permitted

I already tried the following:
 - reinstalled xscreensaver and xscreensaver-gl, 
 - create a new clean user (adduser test) and run as that user
but it keeps on failing.

Googling showed that xscreensaver should be set suid (as of 4.12), see
for example http://www.usenetlinux.com/archive/index.php/t-117351.html.


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

Versions of packages xscreensaver depends on:
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libc6 2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.6.5-1The GLib library of C routines
ii  libgtk2.0-0   2.6.8-1The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-3 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libpam0g  0.76-23Pluggable Authentication Modules l
ii  libpango1.0-0 1.8.1-1Layout and rendering of internatio
ii  libsm66.8.2.dfsg.1-3 X Window System Session Management
ii  libx11-6  6.8.2.dfsg.1-3 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-3 X Window System miscellaneous exte
ii  libxml2   2.6.20-1   GNOME XML library
ii  libxmu6   6.8.2.dfsg.1-3 X Window System miscellaneous util
ii  libxpm4   6.8.2.dfsg.1-3 X pixmap library
ii  libxrandr26.8.2.dfsg.1-3 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-3 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-3 X Window System client libraries m
ii  zlib1g1:1.2.3-1  compression library - runtime

Versions of packages xscreensaver recommends:
ii  libjpeg-progs 6b-10  Programs for manipulating JPEG fil
ii  netpbm2:10.0-8   Graphics conversion tools
ii  perl [perl5]  5.8.7-4Larry Wall's Practical Extraction 
ii  wamerican [wordlist]  5-4American English dictionary words 
ii  xloadimage4.1-14.2   Graphics file viewer under X11

-- no debconf information


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



Bug#272960: apt-watch: previously posted patch does not work

2005-01-11 Thread Bart Vanhaute
Upon second inspection, the patch I previously posted does not work. It
looks like I misinterpreted the Keep() state and I couldn't make enough
sense of the apt-pkg API to correct the patch. 

So, please disregard my previous patch, and sorry for the noise.

Bart.



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



Bug#291280: galeon: warnings shown twice

2005-01-19 Thread Bart Vanhaute
Package: galeon
Version: 1.3.19-1
Severity: minor

After upgrade of galeon to this latest version, each time I submit a
form over an insecure connection (plain http), I get the same warning
dialog twice. The same is true for other warnings, like entering a
secure site, etc.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages galeon depends on:
ii  debconf  1.4.42  
ii  galeon-common1.3.19-1
ii  gconf2   2.8.1-4 
ii  gnome-control-center 1:2.8.1-3   
ii  libart-2.0-2 2.3.16-6
ii  libatk1.0-0  1.8.0-4 
ii  libaudiofile00.2.6-5 
ii  libbonobo2-0 2.8.0-4 
ii  libbonoboui2-0   2.8.0-2 
ii  libc62.3.2.ds1-20
ii  libeel2-22.8.2-1 
ii  libesd-alsa0 [libesd0]   0.2.35-2
ii  libgail-common   1.8.2-1 
ii  libgail171.8.2-1 
ii  libgcc1  1:3.4.3-7   
ii  libgconf2-4  2.8.1-4 
ii  libgcrypt11  1.2.0-11
ii  libglade2-0  1:2.4.1-1   
ii  libglib2.0-0 2.6.1-2 
ii  libgnome-keyring00.4.1-1 
ii  libgnome2-0  2.8.0-6 
ii  libgnomecanvas2-02.8.0-1 
ii  libgnomeui-0 2.8.0-3 
ii  libgnomevfs2-0   2.8.3-9 
ii  libgnutls11  1.0.16-13   
ii  libgpg-error01.0-1   
ii  libgtk2.0-0  2.4.14-2
ii  libhowl0 0.9.8-2 
ii  libice6  4.3.0.dfsg.1-10 
ii  libjpeg626b-9
ii  libnautilus2-2   2.8.2-2 
ii  liborbit21:2.10.2-1.1
ii  libpango1.0-01.6.0-3 
ii  libpopt0 1.7-5   
ii  libsm6   4.3.0.dfsg.1-10 
ii  libstdc++5   1:3.3.5-6   
ii  libtasn1-2   0.2.10-4
ii  libx11-6 4.3.0.dfsg.1-10 
ii  libxext6 4.3.0.dfsg.1-10 
ii  libxml2  2.6.11-5
ii  libxrender1  0.8.3-7 
ii  mozilla-browser  2:1.7.5-1   
ii  procps   1:3.2.4-1   
ii  scrollkeeper 0.3.14-9.1  
ii  xlibs4.3.0.dfsg.1-10 
ii  zlib1g   1:1.2.2-4   

-- no debconf information




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



Bug#390470: python-gtk2: experimental 2.10.1-2 package FTBFS for me (i386)

2006-12-30 Thread Bart Vanhaute
Hi,

because only amd64 versions of the package is available, I was trying to
build the package myself in a debootstrap chroot. However the package
did not build properly:

# codegen helper, should be the same code whatever the build-time
# python runtime
mkdir debian/tmp/usr/share/pygtk/2.0/codegen/python2.4
mv debian/tmp/usr/share/pygtk/2.0/codegen/*.py 
debian/tmp/usr/share/pygtk/2.0/codegen/python2.4
# defs files, should be the same whatever the build-time python runtime
mkdir debian/tmp/usr/share/pygtk/2.0/defs/python2.4
mv debian/tmp/usr/share/pygtk/2.0/defs/*.defs 
debian/tmp/usr/share/pygtk/2.0/defs/python2.4
# headers, should be the same whatever the build-time python runtime
mkdir debian/tmp/usr/include/python2.4
mkdir: cannot create directory `debian/tmp/usr/include/python2.4': No such file 
or directory
make: *** [install-2.4] Error 1

I assume this fails because the ../usr/include directory does not exist
while creating the python2.4 subdir. (There was ample space left on the
filesystem.)

Greets,
Bart.





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



Bug#390470: python-gtk2: experimental 2.10.1-2 package FTBFS for me (i386) -- extra info

2006-12-30 Thread Bart Vanhaute
Hi again,

sorry for not checking immediately, I've been a little too trigger-happy
here. In fact, the package failed to build properly (only atk and pango
modules were being build) because of missing dependencies. 

After installing libxcb-xlib0-dev and libpthread-stubs0-dev packages,
the build was successful. I'm not sure if these two packages should be
added to the build dependencies of pygtk, or if they are dependencies of
packages pygtk build-depends on. Here is my analysis:

Package: libx11-dev
 file /usr/lib/pkgconfig/x11.pc refers to xcb-xlib.pc
 so this package might need a dependency on libxcb-xlib0-dev

Package: libxcb1-dev
 file /usr/lib/pkgconfig/xcb.pc refers to pthread-stubs.pc
 so this package might need a dependency on libpthread-stubs0-dev

I hope this info helps.

Greets,
Bart.







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



Bug#376367: python-gnome2-extras: package description still mentions 'dependency package'

2006-07-02 Thread Bart Vanhaute
Package: python-gnome2-extras
Version: 2.14.0-1
Severity: minor

The description of this package still includes:
 This package is a dependency package, which selects the right package
 for the default Python version (currently v2.3).

Because of the python policy transition, this is no longer the case. Simply 
removing that one paragraph will solve this bug.

Thanks for your debian work,
Bart.


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

Versions of packages python-gnome2-extras depends on:
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libaspell150.60.4-4  GNU Aspell spell-checker runtime l
ii  libatk1.0-01.11.4-2  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.10-1  Avahi client library
ii  libavahi-common3   0.6.10-1  Avahi common library
ii  libavahi-glib1 0.6.10-1  Avahi glib integration library
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-3  The Bonobo UI library
ii  libc6  2.3.6-15  GNU C Library: Shared libraries
ii  libcairo2  1.0.4-2   The Cairo 2D vector graphics libra
ii  libdbus-1-20.62-4simple interprocess messaging syst
ii  libesd-alsa0 [libesd0] 0.2.36-3  Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig1 2.3.2-7   generic font configuration library
ii  libfreetype6   2.2.1-2   FreeType 2 font engine, shared lib
ii  libgconf2-42.14.0-1  GNOME configuration database syste
ii  libgcrypt111.2.2-1   LGPL Crypto library - runtime libr
ii  libgda2-3  1.2.3-2   GNOME Data Access library for GNOM
ii  libgdl-1-0 0.6.1-1   GNOME DevTool libraries - developm
ii  libgksu1.2-0   1.3.8-1   library providing su and sudo func
ii  libgksuui1.0-1 1.0.7-1   a graphical fronted to su library
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.3-2  The GLib library of C routines
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome2-02.14.1-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 2.14.2-1  GNOME virtual file-system (runtime
ii  libgnutls131.4.0-2   the GNU TLS library - runtime libr
ii  libgpg-error0  1.2-1 library for common error values an
ii  libgtk2.0-02.8.18-1  The GTK+ graphical user interface 
ii  libgtkhtml2-0  2.11.0-1  HTML rendering/editing library - r
ii  libgtkspell0   2.0.10-3+b1   a spell-checking addon for GTK's T
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  liborbit2  1:2.14.0-2libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.12.3-1  Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-5.1  PNG library - runtime
ii  libpopt0   1.10-2lib for parsing cmdline parameters
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  libtasn1-3 0.3.5-1   Manage ASN.1 structures (runtime)
ii  libx11-6   2:1.0.0-6 X11 client-side library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxfixes3 1:3.0.1.2-4   X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.0-5 X11 Input extension library
ii  libxinerama1   1:1.0.1-4 X11 Xinerama extension library
ii  libxml22.6.26.dfsg-2 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.0.2-4   X Rendering Extension client libra
ii  libxslt1.1 1.1.17-2  XSLT processing library - runtime 
ii  mozilla-browser2:1.7.13-0.2  The Mozilla Internet application s
ii  python 2.3.5-11  An interactive high-level object-o
ii  python-gtk22.8.6-3   Python bindings for the GTK+ widge
ii  python-pyorbit 2.0.1-4   A Python language binding for t

Bug#423887: modules/module-alsa-sink.c:176: do_write: Assertion failed

2007-05-14 Thread Bart Vanhaute
Package: pulseaudio
Version: 0.9.5-7
Severity: normal

whenever some sound is send to the pulseaudio daemon, it exits with the 
following message:

pulseaudio: modules/module-alsa-sink.c:176: do_write: Assertion 
`memchunk->memblock && 
memchunk->memblock->data && memchunk->length && memchunk->memblock->length && 
(memchunk->length % 
u->frame_size) == 0' failed.
Aborted

The failure only happens with a machine with the following sound card:
Card: Intel 82801DB-ICH4

Chip: SigmaTel STAC9750,51  



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

Kernel: Linux 2.6.20-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 pulseaudio depends on:
ii  adduser   3.102  Add and remove users and groups
ii  libasound21.0.13-2   ALSA library
ii  libasyncns0   0.2-2  Asyncronous name service query lib
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libcap1   1:1.10-14  support for getting/setting POSIX.
ii  libltdl3  1.5.22-4   A system independent dlopen wrappe
ii  liboil0.3 0.3.11-1   Library of Optimized Inner Loops
ii  libsamplerate00.1.2-4audio rate conversion library
ii  libsndfile1   1.0.17-1   Library for reading/writing audio 
ii  libwrap0  7.6.dbs-13 Wietse Venema's TCP wrappers libra

Versions of packages pulseaudio recommends:
ii  libasound2-plugins1.0.13-3   ALSA library additional plugins
ii  pulseaudio-module-hal 0.9.5-7HAL device detection module for Pu
ii  pulseaudio-module-x11 0.9.5-7X11 module for PulseAudio sound se

-- no debconf information



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



Bug#420209: xserver-xorg-video-intel: blank screen, PP_STATUS and allocate pages warnings in X log

2007-04-26 Thread Bart Vanhaute
Package: xserver-xorg-video-intel
Version: 2:2.0.0-1
Severity: important

After upgrade to this newest driver the X server fails to show anything 
on my dell latitude D505, with intel 82852/855GM integrated graphics 
device. When gdm starts up, I see some flicker, including a (possible) 
quick off/on of the lcd display and then a black screen. Going back to 
text console works.

I already tried to disable some features (dri, glx, ...) but no 
improvement. There is a warning entry in the X log that was not 
present before regarding PP_STATUS (see below). The other new warning 
is the allocation of 10 pages failed, but according to Google, this is
not 
critical...

Bart.

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target unchanged from checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-04-12 18:05 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1703500 2007-04-20 08:21 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM
Integrated Graphics Device (rev 02)

/etc/X11/xorg.conf does not match checksum
in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3384 2007-04-20 20:10 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool,
using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual
page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades
*only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically
updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath"/usr/share/fonts/X11/misc"
#   FontPath"/usr/share/fonts/X11/cyrillic"
FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load"bitmap"
Load"dbe"
#   Load"ddc"
#   Load"dri"
Load"extmod"
Load"freetype"
#   Load"glx"
Load"int10"
Load"type1"
Load"vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
Option  "XkbOptions""compose:ralt"
EndSection

Section "InputDevice"
Identifier  "Synaptics Touchpad"
Driver  "synaptics"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "auto-dev"
Option  "SHMConfig" "on"

Option  "LeftEdge"  "120"
Option  "RightEdge" "830"
Option  "TopEdge"   "120"
Option  "BottomEdge""650"
Option  "FingerLow" "14"
Option  "FingerHigh""15"
Option  "MaxTapTime""180"
Option  "MaxTapMove""110"
Option  "EmulateMidButtonTime"  "75"
Option  "VertScrollDelta"   "20"
Option  "HorizScrollDelta"  "20"
Option  "MinSpeed"  "0.3"
Option  "MaxSpeed"  "0.75"
Option  "AccelFactor"   "0.015"
Option  "EdgeMotionMinSpeed""200"
Option  "EdgeMotionMaxSpeed""200"
Option  "UpDownScrolling"   "1"
Option  "CircularScrolling" "1"
Option  "CircScrollDelta"   "0.1"
Option  "CircScrollTrigger" "2"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ExplorerPS/2"
Option  "Emulate3Buttons"   "true"
EndSection

Section "Device"
Identifier  "Intel Corporation 82852/855GM Integrated G

Bug#420209: xserver-xorg-video-intel: blank screen, PP_STATUS andallocate pages warnings in X log

2007-06-26 Thread Bart Vanhaute
Hello,

Incidentally, I also tested this same driver, and I agree. However there
is some additional information in the upstream bug that could help the
Xorg developers... There is a suggestion about using i810switch, but I
could not make the described workaround to work for me. 

I also tried the -modesetting variant of the i810 driver, but that made
my lcd look very wrong: flickering parts, random noise, strange
colors...

Cheers,
Bart (still using 1.7.4-1).

On Tue, 2007-06-26 at 20:01 +0200, Jose Manuel D. Mendinueta wrote:
> Hi Brice,
> 
> I tested the experimental intel driver (2.0.0-5), and DO NOT work. The 
> effects 
> are the same: some flickering, and the screen black (I think the LCD 
> back-light is switched off...). I attach the Xorg log in case it may help.
> 
> Cheers,
> 
> mendi





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



Bug#420209: version 2.1.0 fixes problem (for me)

2007-07-03 Thread Bart Vanhaute
Hello,

great news: the newest version in unstable, 2:2.1.0-1, has solved the
black screen for me. Though there was no indication that the upstream
bug was solved.

Thanks,
Bart.



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



Bug#394207: eclipse-ecj: broken symbolic link /usr/share/ant/lib/jdtcore.jar to 3.1.1

2006-10-20 Thread Bart Vanhaute
Package: eclipse-ecj
Version: 3.1.2-2
Severity: normal

The eclipse-ecj contains a broken symbolic link in /usr/share/ant/lib:
jdtcore.jar links to ../../eclipse/plugins/org.eclipse.jdt.core_3.1.1.jar but
should probably link to ../../eclipse/plugins/org.eclipse.jdt.core_3.1.2.jar

I don't know what this exactly breaks (compilation in ant through ecj?).


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

Versions of packages eclipse-ecj depends on:
ii  ant-optional  1.6.5-6Java based build tool like make - 
ii  eclipse-jdt   3.1.2-2Java Development Tools plug-ins fo
ii  gij [java2-runtime]   4:4.1.1-12 The GNU Java bytecode interpreter
ii  gij-4.1 [java2-runtime]   4.1.1-16   The GNU Java bytecode interpreter
ii  java-common   0.25   Base of all Java packages
ii  java-gcj-compat   1.0.65-8   Java runtime environment using GIJ
ii  sun-j2sdk1.4 [java2-runtime]  1.4.2+12   Java(TM) JDK, Standard Edition, Su
ii  sun-java5-jre [java2-runtime] 1.5.0-08-1 Sun Java(TM) Runtime Environment (

eclipse-ecj recommends no packages.

-- no debconf information



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



Bug#394221: libxerces2-java: refers to jaxp-1.3.jar but depends on libjaxp1.2-java

2006-10-20 Thread Bart Vanhaute
Package: libxerces2-java
Version: 2.8.0-1
Severity: critical
Justification: breaks unrelated software

This package depends on libjaxp1.2-java, however there is a symbolic link 
/usr/share/java/xmlParserAPIs.jar refering to jaxp-1.3.jar.

Additionally, if I try to run ant (which depends on libxerces2-java), I get 
java.lang.NoClassDefFoundError: org/xml/sax/ext/Attributes2
(hence the severity critical). 

After installing libjaxp-1.3, ant works again. 


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

Versions of packages libxerces2-java depends on:
ii  classpath-common  2:0.92-3.1 clean room standard Java libraries
ii  gij [java2-runtime]   4:4.1.1-12 The GNU Java bytecode interpreter
ii  gij-4.1 [java1-runtime]   4.1.1-16   The GNU Java bytecode interpreter
ii  libjaxp1.2-java   1.2.01-1   Java XML parser and transformer AP
ii  sun-j2sdk1.4 [java2-runtime]  1.4.2+12   Java(TM) JDK, Standard Edition, Su
ii  sun-java5-jre [java2-runtime] 1.5.0-08-1 Sun Java(TM) Runtime Environment (

libxerces2-java recommends no packages.

-- no debconf information



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



Bug#396224: libapache2-mod-jk: JkMountFile directive does not work

2006-10-30 Thread Bart Vanhaute
Package: libapache2-mod-jk
Version: 1:1.2.18-2
Severity: normal

The JkMountFile directive does not appear to work. The directive should point to
a file containing mount points 
(see http://tomcat.apache.org/connectors-doc/config/apache.html)

Mount point specified in a apache .conf file are found, but when I specify the
same mount points in such a mount file, they are not found. Apache gives no
error when starting up, but does not find the mapping:

[Mon Oct 30 17:44:11 2006] [23466:] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (508): Attempting to map URI 
'/fleet/start.do' from 0 
maps

The same configuration on a SuSE server does work.

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

Versions of packages libapache2-mod-jk depends on:
ii  apache2  2.2.3-2 Next generation, scalable, extenda
ii  apache2-mpm-prefork [apache2 2.2.3-2 Traditional model for Apache HTTPD
ii  apache2.2-common 2.2.3-2 Next generation, scalable, extenda
ii  libc62.3.6.ds1-7 GNU C Library: Shared libraries
ii  libdb4.3 4.3.29-6Berkeley v4.3 Database Libraries [
ii  libexpat11.95.8-3.3  XML parsing C library - runtime li

libapache2-mod-jk recommends no packages.

-- no debconf information



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



Bug#395462: gksu: cannot open display when using password from keyring

2006-10-30 Thread Bart Vanhaute
Package: gksu
Version: 2.0.0-1
Followup-For: Bug #395462

The bug about not being able to open display only occurs when the password 
is retreived from the gnome keyring. If I do not store the password, and type
it in each time when doing the gksu, there is no problem connecting to the
display.


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

Versions of packages gksu depends on:
ii  gnome-keyring   0.6.0-2  GNOME keyring services (daemon and
ii  libatk1.0-0 1.12.3-1 The ATK accessibility toolkit
ii  libc6   2.3.6.ds1-7  GNU C Library: Shared libraries
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.1-2  generic font configuration library
ii  libgconf2-4 2.16.0-2 GNOME configuration database syste
ii  libgksu2-0  2.0.3-1  library providing su and sudo func
ii  libglib2.0-02.12.4-1 The GLib library of C routines
ii  libgnome-keyring0   0.6.0-2  GNOME keyring services library
ii  libgtk2.0-0 2.8.20-3 The GTK+ graphical user interface 
ii  liborbit2   1:2.14.3-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.14.7-1 Layout and rendering of internatio
ii  libstartup-notification00.8-2library for program launch feedbac
ii  libx11-62:1.0.3-2X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.1-4X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-3X11 Input extension library
ii  libxinerama11: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-3X Rendering Extension client libra
ii  sudo1.6.8p12-4   Provide limited super user privile

gksu recommends no packages.

-- no debconf information



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



Bug#395462: gksu: cannot open display when using password from keyring

2006-10-31 Thread Bart Vanhaute
On Mon, 2006-10-30 at 23:53 -0300, Gustavo Noronha Silva wrote:
> Em Mon, 30 Oct 2006 18:20:31 +0100
> Bart Vanhaute <[EMAIL PROTECTED]> escreveu:
> 
> > The bug about not being able to open display only occurs when the
> > password is retreived from the gnome keyring. If I do not store the
> > password, and type it in each time when doing the gksu, there is no
> > problem connecting to the display.
> 
> hmmm, this is interesting. Does it work if you remove the key from the
> keyring explicitely and let gksu readd it?
> 


This is exactly what I did to get it working again : I opened the
gnome-keyring-manager program and explicitly removed the password.

But it also works if the password was never in the keyring in the first
place.

Bart.





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



Bug#395462: RE : doesn't launch any apps: cannot open display

2006-11-01 Thread Bart Vanhaute
On Wed, 2006-11-01 at 00:11 -0300, Gustavo Noronha Silva wrote:
> I actually found the problem, and it would be great if you guys could
> try out the package I'm making available here:
> 
> http://people.debian.org/~kov/stuff/libgksu2-0_2.0.3-1_i386.deb
> 
> It includes a small patch to fix the problem, which I'm attaching to
> this email. If it works for you I'll upload a fixed deb to Debian
> unstable asap. 

That package does indeed fix the problem for me. 

Thanks!
Bart.




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



Bug#396224: file name in JkMountFile becomes garbled

2006-11-05 Thread Bart Vanhaute
Hello,

some additional information about my failure to use JkMountFile of
mod_jk:

I added debug output to the function uri_worker_map_load in
native/common/jk_uri_worker_map.c:
jk_log(l, JK_LOG_INFO, "loading '%s'", uw_map->fname);

And in /var/log/apache2/mod_jk.log I read:
... loading '(null)'

Note the file name is not null, but equal to the string "(null)".

So it appears the filename becomes garbled at some point. If I point
JkMountFile in the configuration file to a file that does not exist,
starting apache2 fails as expected, so the file is entered correctly
during configuration parsing. 

I hope this bit of information helps.

Bart.



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



Bug#420209: version 2.1.0 fixes problem (for me)

2007-07-05 Thread Bart Vanhaute
On Wed, 2007-07-04 at 00:38 +0200, Brice Goglin wrote:
> Do you still have the PP_STATUS and allocate pages warnings in X log?
> 

No PP_STATUS, but still the allocate pages warning:

$ grep '^(WW)' Xorg.0.log
(WW) Including the default font
path 
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(WW) intel(0): Bad V_BIOS checksum
(WW) intel(0): xf86AllocateGARTMemory: allocation of 10 pages failed
(WW) intel(0): Failed to allocate texture space.
(WW) intel(0): xf86AllocateGARTMemory: allocation of 10 pages failed
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
$ grep '^(EE)' Xorg.0.log
(EE) intel(0): detecting sil164
(EE) intel(0): Unable to read from DVOI2C_E Slave 112.






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



Bug#360914: gnome-panel: WindowList applet no longer raises windows when clicked

2006-04-27 Thread Bart Vanhaute
Hello,

this bug only occurs when /apps/metacity/general/raise_on_click is
false. 

The bug is actually a duplicate of #360791 filed on metacity. 


Bart.



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



Bug#319319: acknowledged by developer (Bug#302791: fixed in xscreensaver 4.24-1)

2006-03-28 Thread Bart Vanhaute
Hello,

This new version (4.24-1) claims to have solved the problem of
xscreensaver not starting due to a crash in getgroups(), and as such
closed this bug. However, I still experience the same error on startup:

$ xscreensaver
xscreensaver: couldn't setgroups to bartvh (1000): Operation not permitted
xscreensaver: effective group list: [cdrom, audio, video, staff, plugdev, fuse, 
netdev, bartvh]
$ dpkg -s xscreensaver | grep Version
Version: 4.24-1

Note that the changelog mentions getgroups, whereas the bug report is
about setgroups. 


Bart.




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



Bug#319319: setgroups in xscreensaver

2006-03-29 Thread Bart Vanhaute
On Tue, 2006-03-28 at 14:08 -0800, Jamie Zawinski wrote:
> xscreensaver is trying to disavow write permission into (e.g.) group  
> "cdrom", and it can't.
> 
> Had your group list contained only one element, "bartvh", it would  
> not have called setgroups at all (see comments in driver/setuid.c).
> 
> I don't particularly pretend to understand this crap.

The grouplist is the same as the list one get when executing groups at
the command line, isn't it?

$ groups
bartvh cdrom audio video staff plugdev fuse netdev

It is quiete normal for a user to belong to multiple groups. 

> 
> Is the executable setuid?

No, the debian package does not install the xscreensaver package setuid.
If I add the setuid bit, it works ok. 

What I do not understand in this problem is why I would need a setuid
executable to be able to drop groups. 


Bart.




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



Bug#360769: yelp recursively opening windows for DocBook documents

2006-04-06 Thread Bart Vanhaute
Hello,

just a note: when I associated yelp with the application/docbook+xml
mime type in an attempt to fix this bug, yelp recursively started to
open a new window each time a help file was opened. That was rather
difficult to get out of.

Cheers,
Bart.




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



Bug#362780: reinstall of x11-common fails during post-install script

2006-04-15 Thread Bart Vanhaute
Package: x11-common
Version: 1:7.0.11
Severity: normal

If I reinstall x11-common (because I wronly removed the X
symlink, see e.g. bug 362685), the post-install script fails:
Setting up x11-common (7.0.11) ...
rmdir: /usr/X11R6/bin: Not a directory
x11-common postinst error: Could not remove /usr/X11R6/bin. Is not yet empty

However:
$ file /usr/X11R6/bin
/usr/X11R6/bin: symbolic link to `/usr/bin'

The script does not correctly recognize it as being a symbolic link.
The test on line 904 of x11-common.postinst
if [ -d "/usr/X11R6/bin" ]; then
should be changed into
if [ ! -L "/usr/X11R6/bin" -a -d "/usr/X11R6/bin" ]; then



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii  debianutils   2.15.5 Miscellaneous utilities specific t
ii  laptop-detect 0.12.1 attempt to detect a laptop
ii  lsb-base  3.1-3  Linux Standard Base 3.1 init scrip

x11-common recommends no packages.

-- debconf information excluded




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



Bug#357589: libxul0d: newest update make epiphany and galeon crash on startup

2006-03-18 Thread Bart Vanhaute
Package: libxul0d
Version: 1.8.0.1-6
Severity: grave
Justification: renders package unusable

An update to this version of xulrunner makes galeon and epiphany crash
on startup. Perhaps they both need to rebuild, but I am filing against
the xulrunner because there seems nothing in the changelog that might
indicate a possible breakage.

This is a backtrace in galeon startup:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1238878528 (LWP 18191)]
0xb6a053fa in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
(gdb) bt
#0  0xb6a053fa in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#1  0xb6a058f8 in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#2  0xb6b137bd in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#3  0xb6b14ef9 in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#4  0xb6a1326d in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#5  0xb6a14040 in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#6  0xb69fe3c0 in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#7  0xb6a56472 in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#8  0xb69dc203 in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#9  0xb6b5744c in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#10 0xb6c558c4 in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#11 0xb6c571f9 in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#12 0xb692d82a in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#13 0xb694832a in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#14 0xb694afcb in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#15 0xb694914e in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#16 0xb6947875 in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#17 0xb6a7c33d in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#18 0xb6a7da1c in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#19 0xb6858367 in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#20 0xb6890476 in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#21 0xb683bb46 in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#22 0xb683c229 in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#23 0xb6773e9c in NS_AsyncCopy () from /usr/lib/libxul.so.0d
#24 0xb67884f7 in PL_HandleEvent () from /usr/lib/libxul.so.0d
#25 0xb6788dc8 in PL_ProcessPendingEvents () from /usr/lib/libxul.so.0d
#26 0xb678a47e in nsAutoCMonitor::Exit () from /usr/lib/libxul.so.0d
#27 0xb6f8b435 in JSD_GetValueForObject () from /usr/lib/libxul.so.0d
#28 0xb740eeff in g_vasprintf () from /usr/lib/libglib-2.0.so.0
#29 0xb73e5b8c in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#30 0xb73e8f6b in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#31 0xb73e92c7 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#32 0xb7543758 in bonobo_main () from /usr/lib/libbonobo-2.so.0
#33 0x0807d048 in main ()



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

Versions of packages libxul0d depends on:
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libfontconfig12.3.2-5generic font configuration library
ii  libgcc1   1:4.0.3-1  GCC support library
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libgtk2.0-0   2.8.13-1   The GTK+ graphical user interface
ii  libjpeg62 6b-12  The Independent JPEG Group's JPEG
ii  libmozjs0d1.8.0.1-6  The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d   1.8.0.1-6  NetScape Portable Runtime Library
ii  libnss3-0d1.8.0.1-6  Network Security Service libraries
ii  libpango1.0-0 1.10.4-1   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libstdc++64.0.3-1The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-3  FreeType-based font drawing librar
ii  libxi66.9.0.dfsg.1-4 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics
ii  zlib1g