Bug#690192: python-zookeeper truncates paths with more than 255 characters.

2012-10-10 Thread Paul Dwerryhouse
Package: python-zookeeper
Version: 3.3.5+dfsg1-2
Severity: normal

There appears to be a problem with python-zookeeper's handling of nodes with
that have a total path length that is greater than 255 characters. It can
be demonstrated with this simple test program, which creates a node with
path length of 302 characters. The return value from zookeeper.create should
be exactly the same, in this case, but instead, it is trucated at 
255 characters:

==
#!/usr/bin/python 

import zookeeper

ZOO_OPEN_ACL_UNSAFE = {perms:0x1f, scheme:world, id :anyone}
path = / + x * 300 + X
servers=127.0.0.1:2181

zh = zookeeper.init(servers)
znode = zookeeper.create(zh,path, 'test', [ZOO_OPEN_ACL_UNSAFE], 0)

print path
print znode

zookeeper.delete(zh, znode)
==

# ./ztest.py
/X
/xx
Traceback (most recent call last):
  File ./ztest.py, line 20, in module
zookeeper.delete(zh, lockfile)
zookeeper.NoNodeException: no node

 
Checking in the Zookeeper cli confirms that the node is created successfully,
and it's only the name returned from zookeeper.create that is truncated.

I cannot find any information on what the maximum allowed path length is,
for Zookeeper, but this doesn't really matter, because if paths longer than
256 characters aren't allowed, then it should be throwing an exception at
create time.

I have also checked that it's not just the node-name length that is the 
problem - it's definitely the total length of the path.

Thanks,

Paul


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

Kernel: Linux 3.2.0-3-686-pae (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-zookeeper depends on:
ii  libc6 2.13-35
ii  libzookeeper-mt2  3.3.5+dfsg1-2
ii  python2.7.3~rc2-1
ii  python2.6 2.6.8-0.2
ii  python2.7 2.7.3~rc2-2.1

python-zookeeper recommends no packages.

python-zookeeper suggests no packages.

-- debconf-show failed


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



Bug#684640: python-formalchemy: package doesn't provide i18n_resources directory

2012-08-12 Thread Paul Dwerryhouse
Package: python-formalchemy
Version: 1.4.2-1
Severity: normal

Hi,

The python-formalchemy package doesn't install the i18n_resources directory as
part of the deb, and unfortunately this is breaking another python module that
needs to use formalchemy. 

In this case, I am unable to get pyramid-formalchemy working with the Debian
python-formalchemy package:

pyramid.exceptions.ConfigurationError: 
/usr/lib/python2.7/dist-packages/formalchemy/i18n_resources/ is not a 
directory

Now, if I take the formalchemy upstream source, and build my own deb using
py2dsc, then pyramid-formalchemy works fine, because the 
i18n_resources directory now exists, as it expects it to.

Would it be possible to modify the package so that the i18n_resources isn't
removed before building the deb? Or perhaps add another package (eg,
python-formalchemy-i18n) so that we can have access to these files?

Thanks,

Paul



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

Kernel: Linux 3.2.0-3-686-pae (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-formalchemy depends on:
ii  python 2.7.3~rc2-1
ii  python-pylons  1.0-2
ii  python-sqlalchemy  0.7.8-1
ii  python-tempita 0.5.1-1
ii  python-webhelpers  1.3-4
ii  python-webob   1.1.1-1
ii  python2.6  2.6.8-0.2
ii  python2.7  2.7.3~rc2-2.1

python-formalchemy recommends no packages.

Versions of packages python-formalchemy suggests:
ii  python-beautifulsoup  3.2.1-1

-- debconf-show failed


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



Bug#644964: redmine: Redmine's mercurial support is broken in squeeze

2011-10-11 Thread Paul Dwerryhouse
Package: redmine
Version: 1.0.1-2
Severity: normal


When using the mercurial as a repository for a redmine project in squeeze,
the repository browser doesn't show the size / revision / age / author for
any of the files (instead, it just shows '?') and it does not show a list
of latest revisions at the bottom of the screen.

In Apache's error log (using fcgid) the following error appears:

abort:  not under root
abort:  not under root

I have identically configured redmine instances on both squeeze and wheezy,
and the version in wheezy is not having this problem, although it still fails
to show the size of the files.

(I also have another system configured using the redmine package from Ubuntu
lucid, which appears to be built from the Debian package, and it does not
have any of these problems).

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages redmine depends on:
ii  dbconfig-common  1.8.46+squeeze.0common framework for packaging dat
ii  debconf [debconf-2.0 1.5.36.1Debian configuration management sy
ii  libactionmailer-ruby 2.3.5-1.2+squeeze1  Framework for generation of custom
ii  libactionpack-ruby   2.3.5-1.2+squeeze1  Controller and View framework used
ii  libactiveresource-ru 2.3.5-1.2+squeeze1  Connects objects and REST web serv
ii  libactivesupport-rub 2.3.5-1.2+squeeze1  utility classes and extensions (Ru
ii  libjs-scriptaculous  1.8.3-1 JavaScript library for dynamic web
ii  rails2.3.5-1.2+squeeze1  MVC ruby based framework geared fo
ii  redmine-mysql1.0.1-2 metapackage providing MySQL depend
ii  redmine-sqlite   1.0.1-2 metapackage providing sqlite depen
ii  ruby 4.5 An interpreter of object-oriented 
ii  ruby1.8  1.8.7.302-2squeeze1 Interpreter of object-oriented scr

redmine recommends no packages.

Versions of packages redmine suggests:
pn  libopenid-rubynone (no description available)
pn  librmagick-ruby   none (no description available)
pn  libsvn-ruby   none (no description available)

-- debconf information excluded



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



Bug#548980: tray icon won't hide and show liferea when it is on a different virtual desktop

2009-09-29 Thread Paul Dwerryhouse
Package: liferea
Version: 1.6.0-1
Severity: normal


Hi,

When using multiple virtual desktops in Gnome, liferea's tray icon will no
longer hide and then show liferea's main window, if it is not on the same
virtual desktop as the user is currently using.

Demonstration:

* Go to Workspace 1
* make sure liferea's main window is visible
* Go to Workspace 2
* click on liferea's tray icon.  Nothing happens

This stopped working only in the last few weeks.

It looks very similar to #525419 for pidgin, which is having the same issue.

Cheers,

Paul

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

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

Versions of packages liferea depends on:
ii  gconf2  2.26.2-3 GNOME configuration database syste
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libc6   2.9-26   GNU C Library: Shared libraries
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-1   simple interprocess messaging syst
ii  libgconf2-4 2.26.2-3 GNOME configuration database syste
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.22.0-1 The GLib library of C routines
ii  libgtk2.0-0 2.18.0-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange library
ii  liblua5.1-0 5.1.4-3  Simple, extensible, embeddable pro
ii  libnm-glib0 0.7.1-2  network management framework (GLib
ii  libnotify1 [libnotify1-gtk2 0.4.5-1  sends desktop notifications to a n
ii  libpango1.0-0   1.26.0-1 Layout and rendering of internatio
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libsoup2.4-12.28.0-1 an HTTP library implementation in 
ii  libsqlite3-03.6.18-1 SQLite 3 shared library
ii  libwebkit-1.0-2 1.1.15.1-1   Web content engine library for Gtk
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxml2 2.7.5.dfsg-1 GNOME XML library
ii  libxslt1.1  1.1.26-1 XSLT processing library - runtime 
ii  liferea-data1.6.0-1  architecture independent data for 

Versions of packages liferea recommends:
ii  curl  7.19.5-1.1 Get a file from an HTTP, HTTPS or 
ii  dbus  1.2.16-2   simple interprocess messaging syst
ii  dbus-x11  1.2.16-2   simple interprocess messaging syst
ii  wget  1.11.4-4   retrieves files from the web

Versions of packages liferea suggests:
pn  network-manager   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#533385: gxine can't read Realaudio metadata files if stored as bookmarks

2009-06-16 Thread Paul Dwerryhouse
Package: gxine
Version: 0.5.904-2
Severity: normal


I've noticed that gxine cannot read Realaudio metadata files if they are
stored as a bookmark (ie, mediamark), but reading them from the command line
works fine.

For example, this works:

gxine http://www.bbc.co.uk/radio1/realaudio/media/r1live.ram

But if I store that url directly in a mediamark, and try to play it, then gxine
fails with:

The xine engine failed to start. No demuxer found - stream format not
recognised

It would be nicer to be able to store the url to the metadata file in the
bookmarks, rather than storing the direct url to the streams, because quite
often net-broadcasters change them.

Cheers,

Paul

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

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

Versions of packages gxine depends on:
ii  libc62.9-15  GNU C Library: Shared libraries
ii  libdbus-1-3  1.2.14-2simple interprocess messaging syst
ii  libdbus-glib 0.80-4  simple interprocess messaging syst
ii  libglib2.0-0 2.20.3-1The GLib library of C routines
ii  libgtk2.0-0  2.16.2-1The GTK+ graphical user interface 
ii  libhal1  0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer - share
ii  liblircclien 0.8.3-3 infra-red remote control support -
ii  libmozjs1d   1.9.0.11-1  The Mozilla SpiderMonkey JavaScrip
ii  libpango1.0- 1.24.2-1Layout and rendering of internatio
ii  librsvg2-com 2.26.0-1SAX-based renderer library for SVG
ii  libx11-6 2:1.2.1-1   X11 client-side library
ii  libxcb1  1.3-2   X C Binding
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxine1 1.1.16.3-1+b2   the xine video/media player librar
ii  libxine1-x   1.1.16.3-1+b2   X desktop video output plugins for
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library

Versions of packages gxine recommends:
ii  libxine1-ffmpeg1.1.16.3-1+b2 MPEG-related plugins for libxine1

Versions of packages gxine suggests:
ii  gxineplugin 0.5.904-2the xine video player, GTK+/Gnome;
ii  libdvdcss2 [libdvdcss]  1.2.10-0.2   Simple foundation for reading DVDs
ii  libgnomevfs2-0  1:2.24.1-1   GNOME Virtual File System (runtime
ii  realplayer  1:11.0.0-0.2 RealPlayer 10 based on the open so

-- 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#516233: pidgin: Pidgin pops up new messages even if told not to

2009-02-19 Thread Paul Dwerryhouse
Package: pidgin
Version: 2.5.4-2
Severity: normal


Hi,

Since upgrading to version 2.5.4, Pidgin is popping up chat windows onto my
screen when I get new messages, even though I have told it not to.

I have Tools - Preferences - Interface - Hide new IM conversations set
to Always, but this is being ignored.

Thanks,

Paul


-- 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_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pidgin depends on:
ii  gconf22.22.0-1   GNOME configuration database syste
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  libdbus-1-3   1.2.12-1   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.80-3 simple interprocess messaging syst
ii  libglib2.0-0  2.18.4-2   The GLib library of C routines
ii  libgstreamer0.10-00.10.22-2  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.12.12-1  The GTK+ graphical user interface 
ii  libgtkspell0  2.0.13-2   a spell-checking addon for GTK's T
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libpango1.0-0 1.20.5-3   Layout and rendering of internatio
ii  libpurple02.5.4-2multi-protocol instant messaging l
ii  libsm62:1.1.0-2  X11 Session Management library
ii  libstartup-notification0  0.9-1  library for program launch feedbac
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxss1   1:1.1.3-1  X11 Screen Saver extension library
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10.0]5.10.0-19  minimal Perl system
ii  pidgin-data   2.5.4-2multi-protocol instant messaging c

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins-base0.10.22-2  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good0.10.13-3  GStreamer plugins from the good 

Versions of packages pidgin suggests:
ii  docker  1.4-5System tray for KDE3/GNOME2 dockle
pn  evolution-data-server   none   (no description available)
ii  gnome-panel 2.20.3-5 launcher and docking facility for 
ii  kicker  4:3.5.9.dfsg.1-6 desktop panel for KDE
ii  libsqlite3-03.5.9-6  SQLite 3 shared library

-- 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#509970: FTBS update.

2009-01-10 Thread Paul Dwerryhouse

Ah, I see what the problem is; it needs a build-dep for the 'docbook' package
now:

diff -urN kannel-1.4.0.old/debian/control kannel-1.4.0/debian/control
--- kannel-1.4.0.old/debian/control 2006-10-04 12:44:50.0 +1000
+++ kannel-1.4.0/debian/control 2009-01-11 11:00:13.0 +1100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Paul Dwerryhouse p...@dwerryhouse.com.au
 Build-Depends: debhelper ( 4.0.0), libxml2-dev, libssl-dev (= 0.9.8-1), 
openssl, libmysqlclient15-dev, libpam0g-dev, dpatch
-Build-Depends-Indep: debhelper ( 4.0.0), docbook-dsssl, jadetex, transfig, 
imagemagick, gs, jade
+Build-Depends-Indep: debhelper ( 4.0.0), docbook-dsssl, jadetex, transfig, 
imagemagick, gs, jade, docbook
 Standards-Version: 3.6.2
 
 Package: kannel

Updated packages coming soon.

Cheers,

Paul


-- 
Paul Dwerryhouse| PGP Key ID: 0x6B91B584



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



Bug#479232: New files open new gxine instance

2008-12-03 Thread Paul Dwerryhouse

Any chance of getting this patched before lenny is released?

Cheers,

Paul.

-- 
Paul Dwerryhouse| PGP Key ID: 0x6B91B584



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



Bug#501526: libsmdkim-dev is not usable without sm header files

2008-10-07 Thread Paul Dwerryhouse
Package: libsmdkim-dev
Version: 2.6.0.dfsg-1
Severity: normal


I've just tried compiling a very simple test program to use libsmdkim-dev,
and unfortunately it is not able to compile without access to include
files that are in the dkim-milter source code, but not packaged in Debian:

#include sys/types.h
#include sys/stat.h
#include stdlib.h
#include fcntl.h
#include errno.h
#include stdio.h
#include string.h
#include sysexits.h
#include unistd.h

#include dkim.h

int main(int argc,char **argv) {

return 1;

}

cc -I/usr/include/libsmdkim  -c -o test.o test.c
In file included from test.c:18:
/usr/include/libsmdkim/dkim.h:641: error: expected declaration specifiers or 
'...' before 'bool'
/usr/include/libsmdkim/dkim.h:789: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'dkim_sig_hdrsigned'
/usr/include/libsmdkim/dkim.h:1100: error: expected declaration specifiers or 
'...' before 'bool'


In order to make it compile, I had to do the following:

Add sm/string.h to the included headers, then pull in the directories in the
dkim-milter source code where sm/string.h and sm/os/sm_os_linux.h are located,
and symlink sm_os_linux.h to sm_os.h:

#include sys/types.h
#include sys/stat.h
#include stdlib.h
#include fcntl.h
#include errno.h
#include stdio.h
#include string.h
#include sysexits.h
#include unistd.h

#include sm/string.h

#include dkim.h

int main(int argc,char **argv) {

}

cc -I/usr/include/libsmdkim -I/var/tmp/dkim-milter-2.6.0.dfsg/include 
-I/var/tmp/dkim-milter-2.6.0.dfsg/include/sm/os   -c -o test.o test.c
cc   test.o   -o test


This leads me to suspect that libsmdkim-dev is not usable without these
header files being included in the Debian package. Are you able to include
them?

Thanks,

Paul

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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages libsmdkim-dev depends on:
ii  libsmdkim2  2.6.0.dfsg-1 DomainKeys Identified Mail (DKIM) 

libsmdkim-dev recommends no packages.

libsmdkim-dev suggests no packages.

-- no debconf information



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



Bug#479232: gxine: Patch for bug #479232

2008-08-08 Thread Paul Dwerryhouse
Package: gxine
Version: 0.5.903-2
Followup-For: Bug #479232


I have this issue too, on both of my systems that are running
Debian/sid. It is caused by gxine's configuration files having been moved 
to $HOME/.config/gxine/, while the server code is still looking at the
old location. In src/server.c there is the following line:

#define SOCKET_FILENAME %s/.gxine/socket

This directory no longer exists, hence gxine can't create the socket.

I've attached a trivial patch that fixes this.

Cheers,

Paul


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

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages gxine depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libdbus-1-3   1.2.1-3simple interprocess messaging syst
ii  libdbus-glib-1-2  0.76-1 simple interprocess messaging syst
ii  libglib2.0-0  2.16.5-1   The GLib library of C routines
ii  libgtk2.0-0   2.12.11-3  The GTK+ graphical user interface 
ii  libhal1   0.5.11-2   Hardware Abstraction Layer - share
ii  liblircclient00.8.3-2infra-red remote control support -
ii  libmozjs1d1.9.0.1-1  The Mozilla SpiderMonkey JavaScrip
ii  libpango1.0-0 1.20.5-1   Layout and rendering of internatio
ii  librsvg2-common   2.22.2-2   SAX-based renderer library for SVG
ii  libx11-6  2:1.1.4-2  X11 client-side library
ii  libxcb1   1.1-1.1X C Binding
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxine1  1.1.14-1   the xine video/media player librar
ii  libxine1-x1.1.14-1   X desktop video output plugins for
ii  libxinerama1  2:1.0.3-2  X11 Xinerama extension library

Versions of packages gxine recommends:
ii  libxine1-ffmpeg   1.1.14-1   MPEG-related plugins for libxine1

Versions of packages gxine suggests:
ii  gxineplugin 0.5.903-2the xine video player, GTK+/Gnome;
ii  libdvdcss2 [libdvdcss]  1.2.9-0.1Simple foundation for reading DVDs
ii  libgnomevfs2-0  1:2.22.0-4   GNOME Virtual File System (runtime
ii  realplayer  1:11.0.0-0.2 RealPlayer 10 based on the open so

-- no debconf information
diff -urN gxine-0.5.903/src/server.c gxine-0.5.903.fixed/src/server.c
--- gxine-0.5.903/src/server.c	2008-08-08 20:29:48.0 +1000
+++ gxine-0.5.903.fixed/src/server.c	2008-02-12 04:18:45.0 +1100
@@ -40,7 +40,7 @@
 #define LOG
 */
 
-#define SOCKET_FILENAME %s/.gxine/socket
+#define SOCKET_FILENAME %s/.config/gxine/socket
 #define BUF_SIZE1024
 
 static int   gxsocket;


Bug#489609: New version of galeon can't see saved passwords or save new passwords.

2008-07-06 Thread Paul Dwerryhouse
Package: galeon
Version: 2.0.6-1
Severity: normal


Galeon 2.0.6 (and 2.0.5) can't see the saved password list; reverting to 
2.0.4 fixes this. I also created a new user and ran Galeon from that,
and it doesn't ask to save passwords.

Iceweasel isn't having the same issue, so it looks to me like a Galeon
problem.

Cheers,

Paul

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

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages galeon depends on:
ii  galeon-common  2.0.5-1   GNOME web browser for advanced use
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libgcc11:4.3.1-4 GCC support library
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.4-1  The GLib library of C routines
ii  libgnome-desktop-2 2.22.3-1  Utility library for loading .deskt
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-4GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.10-2 The GTK+ graphical user interface 
ii  libnspr4-0d4.7.1-3   NetScape Portable Runtime Library
ii  liborbit2  1:2.14.13-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.4-1  Layout and rendering of internatio
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libstdc++6 4.3.1-4   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  procps 1:3.2.7-8 /proc file system utilities
ii  xulrunner  1.8.1.14-3.1  XUL + XPCOM application runner
ii  xulrunner-1.9  1.9~rc2-5 XUL + XPCOM application runner

Versions of packages galeon recommends:
ii  gnome-control-center1:2.22.2.1-1 utilities to configure the GNOME d
ii  gnome-icon-theme2.22.0-1 GNOME Desktop icon theme
ii  iso-codes   3.1-1ISO language, territory, currency,
ii  scrollkeeper0.3.14-16A free electronic cataloging syste
ii  yelp2.22.1-3 Help browser for GNOME 2

-- no debconf information



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



Bug#472250: please return support for .dcrc file

2008-03-22 Thread Paul Dwerryhouse
Package: dc
Version: 1.06.94-3
Severity: wishlist
Tags: patch


The dc package in Debian etch and earlier had a patch that added support
for a .dcrc file, which was run on startup. This was a really great
feature (I use it, for example, to run '3k' when starting up, so that dc
will return more precision than just integers). It would be nice if it
could be returned to the newer release.

I've taken the patch from the old version of dc, applied it to the
latest release and attached it to this report.

Many thanks,

Paul


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

Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages dc depends on:
ii  libc6 2.7-9  GNU C Library: Shared libraries

dc recommends no packages.

-- no debconf information
diff -urN bc-1.06.94.old/dc/dc.c bc-1.06.94/dc/dc.c
--- bc-1.06.94.old/dc/dc.c	2006-06-05 07:05:48.0 +1000
+++ bc-1.06.94/dc/dc.c	2008-03-23 07:58:28.0 +1100
@@ -30,6 +30,9 @@
 #include config.h
 
 #include stdio.h
+#include unistd.h
+#include sys/types.h
+#include pwd.h
 #ifdef HAVE_STDLIB_H
 # include stdlib.h
 #endif
@@ -89,6 +92,29 @@
 	bug_report_info();
 }
 
+static void
+try_rcfile(void)
+{
+char *homedir;
+struct passwd *pw;
+char *rcfile;
+FILE *input;
+
+homedir=getenv(HOME);
+if (!homedir)
+{
+   pw=getpwuid(getuid());
+   homedir=pw-pw_dir;
+}
+rcfile=malloc(strlen(homedir)+8);
+sprintf(rcfile, %s/.dcrc, homedir);
+if (!(input=fopen(rcfile, r)))
+   return;
+if (dc_evalfile(input))
+   exit(EXIT_FAILURE);
+fclose(input);
+}
+
 /* returns a pointer to one past the last occurance of c in s,
  * or s if c does not occur in s.
  */
@@ -297,6 +323,8 @@
 		}
 	}
 
+	try_rcfile();
+
 	for (; optind  argc; ++optind) {
 		try_file(argv[optind]);
 		did_eval = 1;
diff -urN bc-1.06.94.old/doc/dc.1 bc-1.06.94/doc/dc.1
--- bc-1.06.94.old/doc/dc.1	2006-04-29 19:05:36.0 +1000
+++ bc-1.06.94/doc/dc.1	2008-03-23 08:00:16.0 +1100
@@ -501,6 +501,14 @@
 because the 2 was stored in an instance of 0:a that
 was later popped.
 .SH
+FILES
+.TP 15
+~/.dcrc
+The commands in this file will be executed when
+.I dc
+is first run.
+.PP
+.SH
 BUGS
 .PP
 Email bug reports to


Bug#469109: pidgin: can no longer adjust size of the text input in a conversation window

2008-03-05 Thread Paul Dwerryhouse

For what it's worth, if you copy the file pidgin/gtkconv.c from the
previous pidgin package (version 2.3.1) into the source tree of the
current package, then it compiles and runs perfectly, with the old chat
window interface.

Cheers,

Paul

-- 
Paul Dwerryhouse| PGP Key ID: 0x6B91B584



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



Bug#469109: pidgin: can no longer adjust size of the text input in a conversation window

2008-03-02 Thread Paul Dwerryhouse
Package: pidgin
Version: 2.4.0-1
Severity: normal


The old version of pidgin allowed the user to resize the input box
within a conversation window, by moving the centre dividing line up or
down. This is no longer possible in the new version of pidgin; instead,
the input box is only a small section of the overall conversation
window.

Would be nice to be able to resize it again.

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

Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages pidgin depends on:
ii  gconf2  2.20.1-3 GNOME configuration database syste
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.7-9GNU C Library: Shared libraries
ii  libcairo2   1.4.14-1 The Cairo 2D vector graphics libra
pn  libdbus-1-3 none   (no description available)
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libglib2.0-02.14.6-1 The GLib library of C routines
ii  libgstreamer0.10-0  0.10.17-2Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.12.8-1 The GTK+ graphical user interface 
ii  libgtkspell02.0.10-4 a spell-checking addon for GTK's T
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libpango1.0-0   1.18.4-1 Layout and rendering of internatio
pn  libpurple0  none   (no description available)
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstartup-notification00.9-1library for program launch feedbac
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxss1 1:1.1.2-1X11 Screen Saver extension library
ii  perl5.8.8-12 Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.8]   5.8.8-12 The Pathologically Eclectic Rubbis
pn  pidgin-data none   (no description available)

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins-base0.10.17-3  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good0.10.7-1   GStreamer plugins from the good 

-- no debconf information



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



Bug#444196: SIGSEGV when opening print dialog

2007-10-12 Thread Paul Dwerryhouse

I don't know if this helps any with this problem, but I've just had
Galeon die with the following message:

Type mismatch: Expected `bool' got `int' for key /apps/galeon/Print/printon

Strangely enough, however, I wasn't trying to print at the time...

Looks like the schemas might have been altered. There was certainly a
difference between my system schema, which had printon as an int, and
the value in ~/.gconf/apps/galeon/Print/%gconf.xml, which was a bool.

However when I view /apps/galeon/Print/printon in gconf-editor, it shows
up as an int (despite the fact that I've now changed the system schema).

Cheers,

Paul

-- 
Paul Dwerryhouse| PGP Key ID: 0x6B91B584



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



Bug#415242: liferea: Add shortcut key for Mark-All-As-Read

2007-03-17 Thread Paul Dwerryhouse
Package: liferea
Version: 1.0.27-2
Severity: wishlist
Tags: patch


It would be nice if there was a shortcut added for the main interface
option Mark All As Read, because it is a pain to have to click on the
menu whenever this needs to be done.

The attached patch does this; I have chosen CTRL-L as the shortcut,
which seems intuitive given the equivalent action of that key
combination in Emacs and shell command lines. It is trivial to choose a
different shortcut.

Cheers,

Paul.


-- 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-3-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages liferea depends on:
ii  dbus-1-utils   1.0.2-1   simple interprocess messaging syst
ii  gconf2 2.16.1-1  GNOME configuration database syste
ii  libatk1.0-01.12.4-2  The ATK accessibility toolkit
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  libdbus-1-31.0.2-1   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.71-3simple interprocess messaging syst
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libgconf2-42.16.1-1  GNOME configuration database syste
ii  libglib2.0-0   2.12.6-2  The GLib library of C routines
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.4-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libx11-6   2:1.0.3-6 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  liferea-xulrunner  1.0.27-2  xulrunner-based rendering library 
ii  zlib1g 1:1.2.3-13compression library - runtime

liferea recommends no packages.

-- no debconf information
diff -urN liferea-1.0.27.orig/src/interface.c liferea-1.0.27/src/interface.c
--- liferea-1.0.27.orig/src/interface.c 2007-03-17 23:14:01.0 +1100
+++ liferea-1.0.27/src/interface.c  2007-03-17 23:02:03.0 +1100
@@ -223,6 +223,9 @@
   gtk_widget_show (mark_all_as_read2);
   gtk_container_add (GTK_CONTAINER (menuitem2_menu), mark_all_as_read2);
   gtk_tooltips_set_tip (tooltips, mark_all_as_read2, _(Marks read every item 
of every subscription.), NULL);
+  gtk_widget_add_accelerator (mark_all_as_read2, activate, accel_group,
+  GDK_l, (GdkModifierType) GDK_CONTROL_MASK,
+  GTK_ACCEL_VISIBLE);
 
   image2934 = gtk_image_new_from_stock (gtk-apply, GTK_ICON_SIZE_MENU);
   gtk_widget_show (image2934);


Bug#411605: linux-2.6: There are no 2.6.18-4 linux-image xen packages for K7

2007-02-19 Thread Paul Dwerryhouse

Package: linux-2.6
Version: 2.6.18.dfsg.1-10
Severity: normal


Prior to 2.6.18-4, there were linux-image xen packages for K7 CPUs
(for example, linux-image-2.6.18-3-xen-k7).

Now, there is only linux-image-2.6.18-4-xen-686, which doesn't work on
K7.

Thanks,

Paul

-- 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-3-xen-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)



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



Bug#407292: jwhois: problem with .es domain

2007-01-20 Thread Paul Dwerryhouse

On Wed, Jan 17, 2007 at 03:22:18PM +0300, Hari wrote:
  When I invoke `jwhois' with arguments domain.es from an ordinary shell
  prompt it prints `lynx : accès impossible au fichier de départ 
 http://www.nic.es/cgi-bin/consulta.whois'.
  Here is a transcript:
 
  $ jwhois jexiste.es
  [Dans la cache]
 
  Recherche www.nic.es
  Connexion HTTP à www.nic.es
  Envoi de la requête HTTP
  Demande acheminée au serveur. Veuillez attendre
  HTTP/1.1 302 Found
  Transfert de données terminé
  HTTP/1.1 302 Found
  Utilisation de https://www.nic.es/cgi-bin/consulta.whois
  Recherche www.nic.es
  Connexion HTTPS à www.nic.es
 
  lynx : accès impossible au fichier de départ 
 http://www.nic.es/cgi-bin/consulta.whois

Apparently, there is no whois server for .es, and instead jwhois has
been using a CGI based server to extract whois information. However, it
now seems that the .es NIC have changed the URL for this service, and
furthermore, have now put image validation on it:

https://www.nic.es/esnic/esn/verValidacionWhoisAction?dominio=nic.es

Unless someone knows of a working whois server for .es that doesn't
require image validation, not much can be done about this problem, other
than lobbying the Spanish NIC organisation to provide a decent system
for finding information.

Paul.

-- 
Paul Dwerryhouse| PGP Key ID: 0x6B91B584



Bug#382301: Certain Windows Media streams cause gxine to completely hang

2006-08-10 Thread Paul Dwerryhouse
Package: gxine
Version: 0.5.7-1
Severity: normal


A number of windows media audio streams (not all) cause gxine to lock up
hard, such that it must be killed off and restarted, to recover.
Typically, the stream buffers, then starts to play, and after two or
three seconds of audio, gxine hangs.

This does not appear to be a bug in libxine, because the streams play
perfectly in xine. This problem occurs in both the unstable and testing
Debian packages.

Here are a few of the streams that cause the problem:

http://stream2.cooeeweb.com.au/seafmsc

mms://a451.l672123077.c6721.g.lm.akamaistream.net/D/451/6721/v0001/reflector:23077

mms://stream.polskieradio.pl/Program 1
(yes, there is a space in that address)

http://202.147.105.46/goldfm

I can provide plenty of others if needed.

Cheers,

Paul



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

Versions of packages gxine depends on:
ii  libc62.3.6-18GNU C Library: Shared libraries
ii  libglib2.0-0 2.10.3-3The GLib library of C routines
ii  libgtk2.0-0  2.8.18-7The GTK+ graphical user interface 
ii  liblircclient0   0.8.0-5 LIRC client library
ii  libmozjs0d   1.8.0.4-2   The Mozilla SpiderMonkey JavaScrip
ii  libpango1.0-01.12.3-1+b1 Layout and rendering of internatio
ii  librsvg2-common  2.14.4-2SAX-based renderer library for SVG
ii  libx11-6 2:1.0.0-8   X11 client-side library
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxine1 1.1.2-2 the xine video/media player librar
ii  libxinerama1 1:1.0.1-4   X11 Xinerama extension library

gxine recommends no packages.

-- no debconf information


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



Bug#382295: user-mode-linux: Enable CONFIG_IP_VS

2006-08-09 Thread Paul Dwerryhouse
Package: user-mode-linux
Version: 2.6.17-1um-1
Severity: wishlist


Hi,

It would be nice if IP_VS support could be enabled in the user-mode-linux
kernel.

Cheers,

Paul

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

Versions of packages user-mode-linux depends on:
ii  uml-utilities 20060323-3 User-mode Linux (utility programs)

user-mode-linux recommends no packages.

-- no debconf information


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



Bug#373760: gxine: try to recover from bad metafiles, where possible

2006-06-15 Thread Paul Dwerryhouse
Package: gxine
Version: 0.5.6-0.1
Severity: wishlist


gxine doesn't cope very well with bad XML in ASX metafiles, even if
it has enough information to play them. It would be nice if it could
try to recover when this happens.

Case in point - this metafile, http://www.theradio.com.au/Streams/seafmgc.asx, 
has an unterminated 'param' element on the second last line of the file.
As a result, gxine won't play the stream - yet by that point, it would
have read the 'entry' sections, and should be able to play them.

Certain other proprietary players on proprietary operating systems
are able to read and handle this metafile, even though it has the error.

I realise this is one of those situations where standards and reality
collide, and that really it is the fault of the person who created the
ASX file, but there's so many bad metafiles on the web, gxine will
be fairly useless if it can only handle those that are well-formed. 

Cheers,

Paul



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

Versions of packages gxine depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libglib2.0-0  2.10.3-1   The GLib library of C routines
ii  libgtk2.0-0   2.8.18-1   The GTK+ graphical user interface 
ii  liblircclient00.8.0-5LIRC client library
ii  libmozjs0d1.8.0.1-11 The Mozilla SpiderMonkey JavaScrip
ii  libpango1.0-0 1.12.3-1   Layout and rendering of internatio
ii  librsvg2-common   2.14.3-2   SAX-based renderer library for SVG
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension librar
ii  libxine1  1.1.1-2the xine video/media player librar
ii  libxinerama1  1:1.0.1-4  X11 Xinerama extension library

gxine recommends no packages.

-- no debconf information


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



Bug#363704: gq: crashes when clicking on +-nodes in the tree view

2006-05-14 Thread Paul Dwerryhouse

gq 1.0.0 appears to fix this problem.

I've made a deb of this, if anyone needs it:

http://leapster.org/linux/debian/gq/

The source package can be downloaded from the gq sourceforge page.

(Had to remove all the dpatch patches, as they wouldn't apply).

Cheers,

Paul

-- 
Paul Dwerryhouse| PGP Key ID: 0x6B91B584


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



Bug#366915: user-mode-linux: fails when host kernel is linux-image-2.6.16-1-k7

2006-05-11 Thread Paul Dwerryhouse
Package: user-mode-linux
Version: 2.6.16-1um-2
Severity: normal


When user-mode linux is used with a host kernel of
linux-image-2.6.16-1-k7 (ie, the package in sid), it panics. When the
host kernel is linux-image-2.6.15-1-k7 (also from sid), it works
perfectly.

I've tested this with a number of guest images; debian sid, ubuntu
breezy  dapper. Doesn't appear to be an NPTL issue; it crashes under
2.6.16 whether the /lib/tls libraries are present or not.


The boot messages when it fails:

$ linux ubd0=uml1.img con=pty con0=fd:0,fd:1 mem=256M 
eth0=daemon,,unix,/var/run/vde/tap1.ctl eth1=daemon,,unix,/var/run/vde/tap1.ctl
Checking that ptrace can change system call numbers...OK
Checking syscall emulation patch for ptrace...OK
Checking advanced syscall emulation patch for ptrace...OK
Checking PROT_EXEC mmap in /tmp...OK
Checking for the skas3 patch in the host:
  - /proc/mm...not found
  - PTRACE_FAULTINFO...not found
  - PTRACE_LDT...not found
UML running in SKAS0 mode
Linux version 2.6.16 ([EMAIL PROTECTED]) (gcc version 4.0.4 20060422 
(prerelease) (Debian 4.0.3-2)) #2 Sat Apr 29 23:36:42 CEST 2006
Built 1 zonelists
Kernel command line: ubd0=uml1.img con=pty con0=fd:0,fd:1 mem=256M 
eth0=daemon,,unix,/var/run/vde/tap1.ctl eth1=daemon,,unix,/var/run/vde/tap1.ctl 
root=98:0
PID hash table entries: 2048 (order: 11, 32768 bytes)

[...]

kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
mapping mmap stub failed, errno = 12
Kernel panic - not syncing: start_userspace : expected SIGSTOP, got status = 256
 
EIP: 0073:[e410] CPU: 0 Not tainted ESP: 007b:a7e29fa8 EFLAGS: 00200246 
Not tainted
EAX:  EBX: 13f5 ECX: 0013 EDX: 13f5
ESI: 13f1 EDI: 0011 EBP: a7e29fc4 DS: 007b ES: 007b
08267af8:  [0806f080] show_regs+0xb4/0xb9
08267b24:  [0805e08c] panic_exit+0x23/0x3d
08267b38:  [0807e495] notifier_call_chain+0x1a/0x31
08267b58:  [08072ffb] panic+0x4f/0xca
08267b74:  [0806c165] start_userspace+0xce/0x11a
08267b94:  [0805e31a] init_new_context_skas+0xfb/0x13e
08267bb4:  [080ad3f0] do_execve+0x96/0x1df
08267bd8:  [080599b8] execve1+0x28/0x52
08267bfc:  [080599f5] um_execve+0x13/0x3f
08267c18:  [0805936a] run_init_process+0x34/0x4f
08267c38:  [08059471] init+0xec/0x117
08267c48:  [0806955b] run_kernel_thread+0x42/0x4a
08267cf8:  [0805e49f] new_thread_handler+0x7f/0xa9
08267d1c:  [e420] _etext+0xf7e66406/0x0

Thanks,

Paul.




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

Versions of packages user-mode-linux depends on:
ii  uml-utilities 20060323-3 User-mode Linux (utility programs)

user-mode-linux recommends no packages.

-- no debconf information


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



Bug#345479: Australia summer time 2006

2006-02-27 Thread Paul Dwerryhouse

Will updated packages for this problem be released for sarge (and woody)?

(Yes, I know it's a fairly easy problem to fix for myself, but not
everyone is going to know how to do this, or even that they need to do
it at all).

Cheers,

Paul.

-- 
Paul Dwerryhouse| PGP Key ID: 0x6B91B584


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



Bug#353490: kernel-package: config placed in /usr/bin when building UML kernels

2006-02-18 Thread Paul Dwerryhouse
Package: kernel-package
Version: 10.035
Severity: normal


When building user-mode-linux kernels, make-kpkg puts the kernel's
config file under /usr/bin:

dpkg -L linux-uml-2.6.15.4 | grep config
/usr/bin/config-2.6.15.4

It should probably be put under /usr/lib/uml

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

Versions of packages kernel-package depends on:
ii  dpkg  1.13.15package maintenance system for Deb
ii  dpkg-dev  1.13.15package building tools for Debian
ii  file  4.15-2 Determines file type using magic
ii  gcc [c-compiler]  4:4.0.2-2  The GNU C compiler
ii  gcc-3.3 [c-compiler]  1:3.3.6-12 The GNU C compiler
ii  gcc-3.4 [c-compiler]  3.4.5-2The GNU C compiler
ii  gcc-4.0 [c-compiler]  4.0.2-9The GNU C compiler
ii  gettext   0.14.5-2   GNU Internationalization utilities
ii  make  3.80+3.81.b4-1 The GNU version of the make util
ii  perl  5.8.8-2Larry Wall's Practical Extraction 
ii  po-debconf0.9.2  manage translated Debconf template

Versions of packages kernel-package recommends:
ii  bzip2 1.0.3-2high-quality block-sorting file co
ii  libc6-dev [libc-dev]  2.3.6-1GNU C Library: Development Librari

-- no debconf information


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



Bug#343769: Please upgrade build depends to libmysqlclient15-dev

2006-02-12 Thread Paul Dwerryhouse
On Sun, Dec 18, 2005 at 12:15:08AM +0100, Christian Hammers wrote:
 Please upgrade the build dependencies of your package to use
   libmysqlclient15-dev

Due to a namespace collision, kannel currently cannot compile against
libmysqlclient15. Kannel 1.4.1 is supposed to be released RSN; I'd
rather wait for that if I can, than move to the CVS version of kannel.

Cheers,

Paul.

-- 
Paul Dwerryhouse| PGP Key ID: 0x6B91B584


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



Bug#346429: Please update to Kannel CVS

2006-01-17 Thread Paul Dwerryhouse
On Sat, Jan 07, 2006 at 09:45:39PM +0100, Loïc Minier wrote:
  Please update to Kannel CVS, 1.0 is very old, in the facts not
  supported upstream, buggy on x86_64, leaks memory, and has in general a
  lot of bugs now fixed in CVS.

According to a message on the kannel devel mailing list, 1.4.1 is going
to be out very soon now (it was supposed to be within the last week), so
I'm going to hold off on this for the moment.

[See http://www.mail-archive.com/devel@kannel.org/msg05355.html ]




Bug#347315: libc6: Daylight saving time handling for Australia needs altering for 2006

2006-01-09 Thread Paul Dwerryhouse
Package: libc6
Version: 2.3.5-11
Severity: normal


In 2006, daylight savings time has been extended to April 2nd, for the
Australian states of Victoria, New South Wales, South Australia and
Tasmania.

This has been reflected in the upstream zoneinfo files at:

ftp://elsie.nci.nih.gov/pub/tzdata2005r.tar.gz

Cheers,

Paul.


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

-- no debconf information


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



Bug#342627: licq: Online ICQ users are changed to Offline after a period of time

2005-12-08 Thread Paul Dwerryhouse
Package: licq
Version: 1.3.2-4+b1
Severity: normal


After being logged in for a while, I find that all my ICQ contacts who
were previously listed as online are suddenly listed as offline, even
though they definitely are still online. If I force licq to go offline,
and then online, they reappear as online again (until the problem
re-occurs).

Strangely, however, the AIM users who are in my contact list don't
change - licq always lists their online status correctly.

I didn't have this problem with versions of licq in sid earlier this
year, and my network hasn't changed in the meantime (the computer running
licq is on a NAT'd network behind a fairly generic Linksys router).

Cheers,

Paul.

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

Versions of packages licq depends on:
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-5  GCC support library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgpgme111.1.0-1GPGME - GnuPG Made Easy
ii  libssl0.9.8   0.9.8a-4   SSL shared libraries
ii  libstdc++64.0.2-5The GNU Standard C++ Library v3
ii  licq-plugin-qt [licq-plugin]  1.3.2-4+b1 graphical user interface plug-in f

Versions of packages licq recommends:
ii  sox   12.17.8-1  A universal sound sample translato

-- no debconf information


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



Bug#331042: xmms: Cannot save no skin as default

2005-10-01 Thread Paul Dwerryhouse
Package: xmms
Version: 1.2.10+cvs20050809-3
Severity: normal


Ever since the Debian skin was made the default in xmms, it has been
impossible to force xmms to revert to its original 'no skin' setting as
the default.

Any skin will work fine as default, but if I select none, then the
Debian skin will be used when xmms restarts. The original blue-on-black
interface was much more intuitive than the Debian skin - it labels the
random and repeat buttons properly, and it is very clear what the position 
slider does (whereas it looks like a grey blob in the Debian skin).

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

Versions of packages xmms depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libglib1.21.2.10-10  The GLib library of C routines
ii  libgtk1.2 1.2.10-17  The GIMP Toolkit set of widgets fo
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libssl0.9.7   0.9.7g-2   SSL shared libraries
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxi66.8.2.dfsg.1-7 X Window System Input extension li
ii  libxxf86vm1   6.8.2.dfsg.1-7 X Video Mode selection library
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m

Versions of packages xmms recommends:
ii  libasound21.0.9-3ALSA library
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libmikmod23.1.11-a-6 A portable sound library
ii  libogg0   1.1.2-1Ogg Bitstream Library
ii  libvorbis0a   1.1.0-1The Vorbis General Audio Compressi
ii  libvorbisfile31.1.0-1The Vorbis General Audio Compressi
ii  unzip 5.52-3 De-archiver for .zip files
ii  xlibmesa-gl [libgl1]  6.8.2.dfsg.1-7 Mesa 3D graphics library [X.Org]
ii  zlib1g1:1.2.3-4  compression library - runtime

-- no debconf information


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



Bug#325815: ppp-dev: Put all the header files into the package

2005-08-31 Thread Paul Dwerryhouse
Package: ppp-dev
Version: 2.4.3-20050321+2
Severity: wishlist


The current Debian package only puts the following files into
/usr/include/pppd:

ccp.h  fsm.h  ipcp.h  lcp.h  patchlevel.h  pppd.h

The upstream source package puts all of these files there:

ccp.h   eap.h  ipcp.h   magic.h  patchlevel.h  pppd.h  tdb.h
chap-new.h  ecp.h  ipxcp.h  md4.hpathnames.h   sha1.h  upap.h
chap_ms.h   fsm.h  lcp.hmd5.hpppcrypt.hspinlock.h

Could you include all of these files in ppp-dev also?

Thanks,

Paul

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

-- no debconf information


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



Bug#325815: ppp-dev: Put all the header files into the package

2005-08-31 Thread Paul Dwerryhouse
On Wed, Aug 31, 2005 at 10:49:09AM +0200, Marco d'Itri wrote:
 Why?

Well, for a start, at least one application that I know of needs those 
headers to compile. Specifically, I'm referring to portslave 
(http://sourceforge.net/portslave/) - as it stands, it won't compile on
Debian without having a copy of the ppp source code to refer to.

The existing Debian package of portslave has to drop support for chap
in order to compile, because the chap*.h files aren't there.

Secondly, given that upstream thinks it worthwhile to put all those
header files in, it would be nice if Debian did too.

Cheers,

Paul

-- 
Paul Dwerryhouse| PGP Key ID: 0x6B91B584


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



Bug#324504: straw: A patch to allow all feeds to be marked as read at once

2005-08-22 Thread Paul Dwerryhouse
Package: straw
Version: 0.25.1-5
Severity: wishlist
Tags: patch


Occasionally, it would be nice to be able to mark all feeds as read at
one time, rather than having to individually click on each feed and mark
it as read.

The attached patch provides a Mark Everything as Read option, in the 
Edit menu (with a hotkey of Shift-E), to do this.

Thanks!

Paul.


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

Versions of packages straw depends on:
ii  gconf22.10.1-1   GNOME configuration database syste
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libc6 2.3.5-4GNU C Library: Shared libraries an
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgtk2.0-0   2.6.9-1The GTK+ graphical user interface 
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  python2.3.5-3An interactive high-level object-o
ii  python2.3 2.3.5-7An interactive high-level object-o
ii  python2.3-egenix-mxdatetime   2.0.6-1date and time handling routines fo
ii  python2.3-glade2  2.6.2-1GTK+ bindings: Glade support
ii  python2.3-gnome2  2.10.0-2   Python bindings for the GNOME desk
ii  python2.3-gnome2-extras   2.10.0-4   Python bindings for the GNOME desk
ii  python2.3-gtk22.6.2-1Python bindings for the GTK+ widge

Versions of packages straw recommends:
ii  python2.3-adns1.0.0-6A Python 2.3 interface to the asyn

-- no debconf information
diff -urN straw-0.25.1.orig/glade/straw.glade straw-0.25.1/glade/straw.glade
--- straw-0.25.1.orig/glade/straw.glade 2004-07-16 05:15:58.0 +1000
+++ straw-0.25.1/glade/straw.glade  2005-08-22 23:31:57.0 +1000
@@ -173,6 +173,16 @@
  /child
 
  child
+   widget class=GtkMenuItem 
id=menu_mark_everything_as_read
+ property name=visibleTrue/property
+ property name=label translatable=yesMark 
_Everything As Read/property
+ property name=use_underlineTrue/property
+ signal name=activate 
handler=on_menu_mark_everything_as_read_activate last_modification_time=Mon, 
22 Aug 2005 13:04:51 GMT/
+ accelerator key=E modifiers=GDK_SHIFT_MASK 
signal=activate/
+   /widget
+ /child
+
+ child
widget class=GtkSeparatorMenuItem id=separator9
  property name=visibleTrue/property
/widget
diff -urN straw-0.25.1.orig/src/lib/Main.py straw-0.25.1/src/lib/Main.py
--- straw-0.25.1.orig/src/lib/Main.py   2004-07-16 05:15:58.0 +1000
+++ straw-0.25.1/src/lib/Main.py2005-08-22 23:31:57.0 +1000
@@ -172,6 +172,10 @@
 feed = self._visible_feed
 feed.mark_all_read()
 
+def mark_everything_as_read(self,feeds):
+   for feed in feeds:
+   feed.mark_all_read()
+
 def display_feed(self, feed):
 if self._feed_selection_enabled and self._visible_feed != feed:
 self._visible_feed = feed
diff -urN straw-0.25.1.orig/src/lib/MainWindow.py 
straw-0.25.1/src/lib/MainWindow.py
--- straw-0.25.1.orig/src/lib/MainWindow.py 2004-07-16 05:15:58.0 
+1000
+++ straw-0.25.1/src/lib/MainWindow.py  2005-08-22 23:32:12.0 +1000
@@ -1475,6 +1475,10 @@
 def on_menu_mark_all_as_read_activate(self, *args):
 straw.main.mark_as_read()
 
+def on_menu_mark_everything_as_read_activate(self, *args):
+   feeds = self._feedlist.flatten_list()
+   straw.main.mark_everything_as_read(feeds)
+
 def on_menu_next_category_activate(self, *args):
 straw.main.display_next_category()
 


Bug#323018: kernel-package: Modules placed in wrong directory when building user mode linux kernels

2005-08-13 Thread Paul Dwerryhouse
Package: kernel-package
Version: 9.005
Severity: normal


When building with --arch=um, the kernel modules are not placed in a
version specific directory, but rather are placed directly under
/usr/lib/uml/modules/ and thus prevents multiple uml packages from being
installed.

# dpkg -L kernel-uml-2.6.12.4

[...]

/usr/lib/uml/modules
/usr/lib/uml/modules/aes-i586.ko
/usr/lib/uml/modules/harddog.ko
/usr/lib/uml/modules/hostaudio.ko
/usr/lib/uml/modules/mmapper_kern.ko
/usr/lib/uml/modules/random.ko
/usr/lib/uml/modules/anubis.ko
/usr/lib/uml/modules/arc4.ko

[...]

This bug is not present in the sarge version of kernel-package, only
the current sid version.

Cheers,

Paul


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

Versions of packages kernel-package depends on:
ii  dpkg  1.13.10Package maintenance system for Deb
ii  dpkg-dev  1.13.10Package building tools for Debian
ii  gcc [c-compiler]  4:4.0.1-3  The GNU C compiler
ii  gcc-3.3 [c-compiler]  1:3.3.6-7  The GNU C compiler
ii  gcc-4.0 [c-compiler]  4.0.1-4The GNU C compiler
ii  make  3.80-10The GNU version of the make util
ii  perl  5.8.7-4Larry Wall's Practical Extraction 

Versions of packages kernel-package recommends:
ii  bzip2 1.0.2-8high-quality block-sorting file co
ii  libc6-dev [libc-dev]  2.3.5-3GNU C Library: Development Librari

-- no debconf information


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



Bug#314619: straw: fatal error looking for gtkhtml2

2005-06-18 Thread Paul Dwerryhouse

gtkhtml2.so for python now appears to be in python2.3-gnome2-extras.

If you install this package, straw will work again, so it will need this
(or possible python-gnome2-extras) as a dependency.

Cheers,

Paul

-- 
Paul Dwerryhouse| PGP Key ID: 0x6B91B584


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



Bug#305211: slapd: Failed Config on upgrade

2005-04-18 Thread Paul Dwerryhouse

I'm getting the same error on both machines that I've upgraded, and it
looks like it was caused by a problem in the postinst script:

Setting up slapd (2.2.23-2) ...
  Backing up /etc/ldap/slapd.conf in /var/backups/slapd-2.2.23-1...
done.
  Enabling LDAPv2 support... already enabled.
  Moving old database directories to /var/backups:
  Loading from /var/backups/slapd-2.2.23-1: 
  - directory dc=leapster,dc=org... /var/lib/dpkg/info/slapd.postinst:
line 103: /var/backups/slapd-2.2.23-1/dc=leapster,dc=org.ldif: No
such file or directory
/var/lib/dpkg/info/slapd.postinst: line 106: [: : integer expression
expected
failed.

Cheers,

Paul

-- 
Paul Dwerryhouse| PGP Key ID: 0x6B91B584


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



Bug#301737: gnarwl: incorrect startup info in INSTALL.gz

2005-03-27 Thread Paul Dwerryhouse
Package: gnarwl
Version: 3.3-7
Severity: minor


In the INSTALL.gz file, the section that explains a method for running
gnarwl from postfix is slightly incorrect. It says:

3. Add to /etc/postfix/master.cf:
gnarwlunix  -   n   n   -   -   pipe flags=F 
user=gnarwl argv=/usr/local/bin/gnarwl -v $sender $recipient

Gnarwl no longer has a -v option and will immediately halt if this is
passed to it.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gnarwl depends on:
ii  debconf 1.4.46   Debian configuration management sy
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgdbm31.8.3-2  GNU dbm database routines (runtime
ii  libldap22.1.30-3 OpenLDAP libraries
ii  po-debconf  0.8.22   manage translated Debconf template


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