Bug#287382: juk: XML export feature request

2013-02-19 Thread Peter Hicks
Hi Adrien

On 19 Feb 2013, at 16:04, Adrien adrien.grell...@laposte.net wrote:

 This bug is very old now. Do you still think the feature is worth it ?

No, I think you can close the bug off if nobody's requested it other than me!

Cheers,


Peter


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



Bug#515941: Function not implemented when modifying files on xfs with noatime

2009-02-18 Thread Peter Hicks
Package: coreutils
Version: 6.12-1
Severity: important

When modifying/moving/touching files on an xfs filesystem mounted with
noatime:

  cp: preserving times for `/etc/samba/smb.conf': Function not implemented

This causes a dist-upgrade to fail.  Downgrading coreutils resolves the
problem.  I haven't been able to check on a non-xfs filesystem, or with a
filesystem mounted without noatime.


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

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

Versions of packages coreutils depends on:
ii  libacl1   2.2.47-2   Access control list shared library
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libselinux1   2.0.65-5   SELinux shared libraries

coreutils recommends no packages.

coreutils suggests no packages.

-- no debconf information



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



Bug#495456: pidgin: Crashes on startup if more than one Yahoo! account is configured

2008-10-26 Thread Peter Hicks

Ari Pollak wrote:

 Could you try pidgin 2.5.2 from experimental and see if it fixes the
 problem? If not, could you attach the output from running pidgin -d,
 as well as a new backtrace?

Alas, it doesn't.  I've emailed you separately with the debug output and
backtrace, as they might contain passwords.


Peter

-- 
Peter Hicks | e: [EMAIL PROTECTED] | g: 0x5DA31330 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?



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



Bug#460571: grub: automated migration of menu.lst static entries

2008-10-11 Thread Peter Hicks
Hello

Felix Zielcke wrote:
 This is from 20. January:
 
 Peter Hicks wrote :
 
 Robert Millan wrote:
 This makes a good candidate to start a README.Debian. Will you
 provide a patch?
 
 Sure, it shouldn't be too difficult.  I'll crack on with it shortly.
 
 Did you have in the meantime something for README.Debian of grub2  ?

Finally, I've found the README.Debian I wrote.  Please feel free to include it
in the .deb under the same license as GRUB2.


Peter

-- 
Peter Hicks | e: [EMAIL PROTECTED] | g: 0x5DA31330 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?
Migrating menu entries from grub to grub-pc
~~~

Not all menu.lst entries can be automatically migrated to grub.conf.
Installing grub-pc will automatically migrate your Linux and memtest86
configurations in to the new file, but will not touch entries for other
operating systems.  This document explains how to migrate these entries over
to grub.cfg.

First, edit /boot/grub/menu.lst and look for lines similar to the following:

   title   Windows XP Professional
   root(hd0,0)
   makeactive
   chainloader +1

For each complete configuration block, create a text file in /etc/grub.d
called 15_windows (see /etc/grub.d/README for a description of the numbering
scheme) containing the following:

   #!/bin/sh -e
   echo Installing entry for Windows XP Professional 2
   cat EOF
   menuentry Windows XP Professional {
   set root=(hd0,0)
   chainloader +1
   }
   EOF

Make this file executable - chmod 755 /etc/grub.d/15_windows, then re-run
/sbin/update-grub.  Check that /boot/grub/grub.cfg includes the new stanza,
and restart your system to verify the menu entry appears.

-- Peter Hicks [EMAIL PROTECTED]  Sun, 20 Jan 2008 10:31:25 +


Bug#501775: /usr/bin/ooffice: Fails to start, shell script error

2008-10-10 Thread Peter Hicks
Package: openoffice.org-common
Version: 1:2.4.1-10
Severity: grave
File: /usr/bin/ooffice
Justification: renders package unusable

When double-clicking a .doc file in Gnome, OOo fails to start.  Running from
the command line:

/usr/lib/openoffice/program/soffice: line 367: syntax error near unexpected 
/token `fi'
/usr/lib/openoffice/program/soffice: line 367: `fi'

Commenting out the affected block appears to work around the problem.

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

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

Versions of packages openoffice.org-common depends on:
ii  dictionaries-common [openoffi 0.98.12Common utilities for spelling dict
ii  openoffice.org-style-andromed 1:2.4.1-10 Default symbol style for OpenOffic

Versions of packages openoffice.org-common recommends:
ii  openoffice.org-style-crystal  1:2.4.1-10 Crystal symbol style for OpenOffic
ii  openoffice.org-style-tango1:2.4.1-10 Tango symbol style for OpenOffice.

Versions of packages openoffice.org-common suggests:
pn  openoffice.org-style-hicontra none (no description available)
pn  openoffice.org-style-industri none (no description available)

-- no debconf information



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



Bug#495456: pidgin: Crashes on startup if more than one Yahoo! account is configured

2008-08-25 Thread Peter Hicks
Hello

Ari Pollak wrote:

 Please install pidgin-dbg, libgtk2.0-0-dbg, and libglib2.0-0-dbg and get
 a new backtrace.

Backtrace is attached.


Peter

-- 
Peter Hicks | e: [EMAIL PROTECTED] | g: 0x5DA31330 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?
System: Linux 2.6.26.2-poggs #1 SMP PREEMPT Thu Aug 7 07:18:11 BST 2008 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10402000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: gnome

Memory status: size: 77635584 vsize: 77635584 resident: 3248 share: 
18034688 rss: 3248 rss_rlim: 4294967295
CPU usage: start_time: 1219690395 rtime: 103 utime: 92 stime: 11 cutime:3 
cstime: 11 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/pidgin'

[Thread debugging using libthread_db enabled]
[New Thread 0xb7114700 (LWP 9508)]
0xb7f20424 in __kernel_vsyscall ()
#0  0xb7f20424 in __kernel_vsyscall ()
#1  0xb769afd3 in __waitpid_nocancel () from /lib/i686/cmov/libpthread.so.0
#2  0xb7717a73 in IA__g_spawn_sync (working_directory=0x0, argv=0x986da90, 
envp=0x0, 
flags=value optimized out, child_setup=0, user_data=0x0, 
standard_output=0x0, 
standard_error=0x0, exit_status=0x0, error=0xbfe38ac8)
at /tmp/buildd/glib2.0-2.16.5/glib/gspawn.c:374
#3  0xb7717d7c in IA__g_spawn_command_line_sync (
command_line=0x968ec00 bug-buddy --appname=\pidgin\ --pid=9508, 
standard_output=0x0, 
standard_error=0x0, exit_status=0x0, error=0xbfe38ac8)
at /tmp/buildd/glib2.0-2.16.5/glib/gspawn.c:682
#4  0xb7f05198 in ?? () from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
#5  signal handler called
#6  0xb7f20424 in __kernel_vsyscall ()
#7  0xb755d640 in raise () from /lib/i686/cmov/libc.so.6
#8  0xb755f018 in abort () from /lib/i686/cmov/libc.so.6
#9  0xb7705df2 in IA__g_assertion_message (domain=0xb7d4e037 Gtk, 
file=0xb7dfefb4 /build/buildd/gtk+2.0-2.12.11/gtk/gtktreestore.c, 
line=531, 
func=0xb7dff61f gtk_tree_store_get_path, 
message=0x968ee18 assertion failed: (G_NODE (iter-user_data)-parent != 
NULL))
at /tmp/buildd/glib2.0-2.16.5/glib/gtestutils.c:1218
#10 0xb770631d in IA__g_assertion_message_expr (domain=0xb7d4e037 Gtk, 
file=0xb7dfefb4 /build/buildd/gtk+2.0-2.12.11/gtk/gtktreestore.c, 
line=531, 
func=0xb7dff61f gtk_tree_store_get_path, 
expr=0xb7dff1e4 G_NODE (iter-user_data)-parent != NULL)
at /tmp/buildd/glib2.0-2.16.5/glib/gtestutils.c:1229
#11 0xb7cd9a29 in gtk_tree_store_get_path (tree_model=0x8c039d8, 
iter=0xbfe38fec)
at /build/buildd/gtk+2.0-2.12.11/gtk/gtktreestore.c:531
#12 0xb7cd9a74 in gtk_tree_store_get_path (tree_model=0x8c039d8, 
iter=0xbfe391bc)
at /build/buildd/gtk+2.0-2.12.11/gtk/gtktreestore.c:544
#13 0xb7cdbe45 in IA__gtk_tree_store_set_valist (tree_store=0x8c039d8, 
iter=0xbfe391bc, 
var_args=0xbfe39068 ) at 
/build/buildd/gtk+2.0-2.12.11/gtk/gtktreestore.c:1055
#14 0xb7cdbe8f in IA__gtk_tree_store_set (tree_store=0x8c039d8, iter=0xbfe391bc)
at /build/buildd/gtk+2.0-2.12.11/gtk/gtktreestore.c:1082
#15 0x080818f7 in buddy_node (buddy=0x9298768, iter=0xbfe391bc, node=0x9298550)
at ../../pidgin/gtkblist.c:5994
#16 0x08082654 in pidgin_blist_update_contact (list=0x8e066c8, node=value 
optimized out)
at ../../pidgin/gtkblist.c:6086
#17 0x08081bf0 in pidgin_blist_update_buddy (list=0x8e066c8, node=0x9298768, 
status_change=value optimized out) at ../../pidgin/gtkblist.c:6108
#18 0x08081d06 in pidgin_blist_update (list=0x8e066c8, node=0x9298768)
at ../../pidgin/gtkblist.c:6223
#19 0xb7802889 in purple_blist_add_account (account=0x8cbcfe0) at 
../../libpurple/blist.c:2346
#20 0xb78142e8 in purple_connection_set_state (gc=0x9845f30, 
state=PURPLE_CONNECTED)
at ../../libpurple/connection.c:360
#21 0xb5a9dc1b in yahoo_process_status (gc=0x9845f30, pkt=0x9692e08)
at ../../../../libpurple/protocols/yahoo/yahoo.c:168
#22 0xb5aa34bf in yahoo_packet_process (gc=0x9845f30, pkt=0x9692e08)
at ../../../../libpurple/protocols/yahoo/yahoo.c:1225
#23 0xb5aa5029 in yahoo_pending (data=0x9845f30, source=22, 
cond=PURPLE_INPUT_READ)
at ../../../../libpurple/protocols/yahoo/yahoo.c:2576
#24 0x080a7e33 in pidgin_io_invoke (source=0x8e0a3a0, condition=value 
optimized out, 
data=0x9857f80) at ../../pidgin/gtkeventloop.c:78
#25 0xb771575d in g_io_unix_dispatch (source=0x984a998, callback=0x80a7df0 
pidgin_io_invoke, 
user_data=0x9857f80) at /tmp/buildd/glib2.0-2.16.5/glib/giounix.c:162
#26 0xb76df2e1 in IA__g_main_context_dispatch (context=0x8c0dc80)
at /tmp/buildd/glib2.0-2.16.5/glib/gmain.c:2012
#27 0xb76e2973 in g_main_context_iterate (context=0x8c0dc80, block=1, 
dispatch=1, 
self=0x8be73e8) at /tmp/buildd/glib2.0-2.16.5/glib/gmain.c:2645
#28 0xb76e2e92 in IA__g_main_loop_run (loop=0x9849cc8)
at /tmp/buildd/glib2.0-2.16.5/glib/gmain.c:2853
#29 0xb7bddc99 in IA__gtk_main () at 
/build/buildd/gtk+2.0-2.12.11/gtk/gtkmain.c:1163
#30 0x080c067e

Bug#495456: pidgin: Crashes on startup if more than one Yahoo! account is configured

2008-08-17 Thread Peter Hicks
Package: pidgin
Version: 2.4.3-1
Severity: important

Pidgin appears to have problems signing in to one particular Yahoo account
at startup - crashdump from Gnome is attached.

I have libpcap-format data from Wireshark when logging in with an account
which crashes Pidgin, and one that works normally, which I can supply
separately to this bug report if required.

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

Kernel: Linux 2.6.26.2-poggs (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.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-13 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-6The Cairo 2D vector graphics libra
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  libgstreamer0.10-00.10.20-1  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.12.11-3  The GTK+ graphical user interface 
ii  libgtkspell0  2.0.13-1   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-1   Layout and rendering of internatio
ii  libpurple02.4.3-1multi-protocol instant messaging l
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libstartup-notification0  0.9-1  library for program launch feedbac
ii  libx11-6  2:1.1.4-2  X11 client-side library
ii  libxss1   1:1.1.3-1  X11 Screen Saver extension library
ii  perl  5.10.0-13  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10.0]5.10.0-13  minimal Perl system
ii  pidgin-data   2.4.3-1multi-protocol instant messaging c

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins-base0.10.20-1  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good0.10.8-4   GStreamer plugins from the good 

Versions of packages pidgin suggests:
ii  evolution-data-server   2.22.3-1 evolution database backend server
ii  gnome-panel 2.20.3-5 launcher and docking facility for 
ii  kicker  4:3.5.9.dfsg.1-5 desktop panel for KDE
ii  libsqlite3-03.5.9-3  SQLite 3 shared library

-- no debconf information
System: Linux 2.6.26.2-poggs #1 SMP PREEMPT Thu Aug 7 07:18:11 BST 2008 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10402000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: gnome

Memory status: size: 78749696 vsize: 78749696 resident: 34185216 share: 
17833984 rss: 34185216 rss_rlim: 4294967295
CPU usage: start_time: 1218984652 rtime: 112 utime: 103 stime: 9 cutime:0 
cstime: 1 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/pidgin'

(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb70e9910 (LWP 30402)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no 

Bug#491268: xchat: Systray plugin causes segfault

2008-07-18 Thread Peter Hicks
Package: xchat
Version: 2.8.6-2
Severity: normal

After upgrading my sid machine last night, xchat no longer starts:

xchat[32622]: segfault at 0 ip b63514e7 sp bf91584c error 4 in
libmalaga.so.7.0.0[b633a000+1b000]

I have traced this down to the systray.so plugin - running xchat without any
plugins (xchat -n), then loading the systray plugin causes the same crash.

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

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

Versions of packages xchat depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-2   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-1   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.16.4-2  The GLib library of C routines
ii  libgtk2.0-02.12.11-1 The GTK+ graphical user interface 
ii  libpango1.0-0  1.20.5-1  Layout and rendering of internatio
ii  libperl5.105.10.0-11.1   Shared Perl library
ii  libpixman-1-0  0.10.0-2  pixel-manipulation library for X a
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libsexy2   0.1.11-2  collection of additional GTK+ widg
ii  libssl0.9.80.9.8g-11 SSL shared libraries
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxcb-render-util00.2+git36-1   utility libraries for X C Binding 
ii  libxcb-render0 1.1-1.1   X C Binding, render extension
ii  libxcb11.1-1.1   X C Binding
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  libxrandr2 2:1.2.3-1 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  python2.5  2.5.2-8   An interactive high-level object-o
ii  tcl8.4 8.4.19-2  Tcl (the Tool Command Language) v8
ii  xchat-common   2.8.6-2   Common files for X-Chat
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages xchat recommends:
ii  libnotify-bin 0.4.4-3sends desktop notifications to a n
ii  libnotify10.4.4-3sends desktop notifications to a n
ii  xdg-utils 1.0.2-6desktop integration utilities from

Versions of packages xchat suggests:
ii  libnet-google-perl1.0.1-1Simple OOP-ish interface to the Go

-- no debconf information



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



Bug#486737: ca-certificates: Errors when installing

2008-06-17 Thread Peter Hicks
Package: ca-certificates
Version: 20080514
Severity: minor

When upgrading from a previous version:

/tmp/ca-certificates.config.196661: line 83: echo: write error: Broken pipe
/tmp/ca-certificates.config.196661: line 83: echo: write error: Broken pipe
/tmp/ca-certificates.config.196661: line 83: echo: write error: Broken pipe
/tmp/ca-certificates.config.196661: line 83: echo: write error: Broken pipe
/tmp/ca-certificates.config.196661: line 83: echo: write error: Broken pipe
/tmp/ca-certificates.config.196661: line 83: echo: write error: Broken pipe

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

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

Versions of packages ca-certificates depends on:
ii  debconf [debconf-2.0]1.5.22  Debian configuration management sy
ii  openssl  0.9.8g-10.1 Secure Socket Layer (SSL) binary a

ca-certificates recommends no packages.

-- debconf information excluded



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



Bug#175356: francine: Still segfaults on current sid

2008-06-13 Thread Peter Hicks
Package: francine
Version: 0.99.8orig-6
Followup-For: Bug #175356

This bug is still present in the latest version in sid.  Are there plans to
fix it?

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

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

Versions of packages francine depends on:
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libpam0g  0.99.7.1-6 Pluggable Authentication Modules l
ii  libslang2 2.1.3-3The S-Lang programming library - r

francine recommends no packages.

-- no debconf information



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



Bug#483588: Further information and patch

2008-05-31 Thread Peter Hicks

Hello

On further investigation, I've found that debian/patches/48-CVE-2008-2292.patch 
is bogus and is the cause of the problem.


This patch differs from the SVN revision documented on SourceForge[1].  I 
backed out the Debian-supplied patch and replace it with NetSNMP's patch[2] 
from Subversion, recompiled and fixed the bug.


Could you consider revising the patch?


Peter

[1] 
http://sourceforge.net/tracker/index.php?func=detailaid=1826174group_id=12694atid=112694


[2] 
http://net-snmp.svn.sourceforge.net/viewvc/net-snmp/trunk/net-snmp/perl/SNMP/SNMP.xs?r1=16765r2=16770view=patchpathrev=16770


--
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?



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



Bug#483588: libsnmp-perl: Fix for CVE-2008-2292 (#482333) breaks OCTETSTR parsing

2008-05-29 Thread Peter Hicks
Package: libsnmp-perl
Version: 5.4.1~dfsg-7.1
Severity: important

Bug #482333 addresses CVE-2008-2292, a buffer overflow in __snprint_value. 
However, this also breaks the perl module, which returns garbage for any
OCTETSTRs passed back.

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

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

Versions of packages libsnmp-perl depends on:
ii  libc6 2.7-11 GNU C Library: Shared libraries
ii  libsnmp15 5.4.1~dfsg-7.1 SNMP (Simple Network Management Pr
ii  perl  5.10.0-10  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10.0 5.10.0-10  The Pathologically Eclectic Rubbis

libsnmp-perl recommends no packages.

-- no debconf information



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



Bug#483588: example?

2008-05-29 Thread Peter Hicks

Hi Thomas

Thomas Anders wrote:


Peter Hicks wrote:
Bug #482333 addresses CVE-2008-2292, a buffer overflow in __snprint_value. 
However, this also breaks the perl module, which returns garbage for any

OCTETSTRs passed back.


Can you present a minimal self-contained example?


Sure, it's attached.  It shows the correct strings being returned from the 
'get' call, but the corrupt output from snmpget.


I've had this on three systems I've upgraded to 5.4.1~dfsg-7.1 so far, and the 
problem went away when I removed the specific offending patch from the source 
and rebuilt.



Peter

--
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?
#!/usr/bin/perl -w

use strict;
use warnings;
use SNMP;

$SNMP::debugging = 3;

my $sess = new SNMP::Session( DestHost = 'localhost', Community = 'public', Version = 2 );

my @vbl;

push @vbl, [ 'sysUpTime', 0 ];
push @vbl, [ 'sysName', 0 ];
push @vbl, [ 'sysLocation', 0 ];
push @vbl, [ 'sysContact', 0 ];

my $varlist = new SNMP::VarList(@vbl);

$sess-get($varlist);

print ERROR WAS: .$sess-{'ErrorStr'}.\n if $sess-{'ErrorStr'};

foreach my $vb (@$varlist) {

  print 0:.$vb-[0].\n;
  print 1:.$vb-[1].\n;
  print 2:.$vb-[2].\n;
  print 3:.$vb-[3].\n;

}


Bug#479633: libsnmp-base: Included RFC1213 MIB is outdated

2008-05-05 Thread Peter Hicks
Package: libsnmp-base
Version: 5.4.1~dfsg-7
Severity: normal

The included RFC1213-MIB does not include IANAifType-MIB, and instead only
has a subset of all available ifType values (changes introduced in RFC1573).

Please replace this with a MIB file that does import IANAifType-MIB, for
example, ftp://ftp.cisco.com/pub/mibs/v1/RFC1213-MIB.my

This bug results in a walk of ifType returning numeric values for some
common 'unknown' interface types.

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

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

-- no debconf information



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



Bug#473378: nvidia-kernel-source: Fails to create changelog when kernel source directory is outside /usr/src

2008-03-30 Thread Peter Hicks
Package: nvidia-kernel-source
Version: 169.09-1
Severity: normal

I build several kernel sources off one machine, and my sources are all held
under /usr/src/poggs/$KERNEL_VERSION.

nvidia-kernel-source fails to generate a changelog:

  dh_builddeb  --destdir=/usr/src/poggs/2.6.24/linux-2.6.24/..
  dpkg-deb: building package `nvidia-kernel-2.6.24.4-angel-poggs' in 
`/usr/src/poggs/2.6.24/linux-2.6.24/../nvidia-kernel-2.6.24.4-angel-poggs_169.09-1+2.6.24.4-angel-poggs-10.00.Custom_i386.deb'.
  make[2]: Leaving directory `/usr/src/modules/nvidia-kernel'
  # Build a .changes file.
  dpkg-genchanges -b -eangel.st-albans.poggs.net [EMAIL PROTECTED] 
-u/usr/src/modules/nvidia-kernel/../..  
/usr/src/modules/nvidia-kernel/../../nvidia-kernel-2.6.24.4-angel-poggs_169.09-1+2.6.24.4-angel-poggs-10.00.Custom_i386.changes
  dpkg-genchanges: warning: duplicate files list entry for file 
nvidia-kernel-2.6.24.4-angel-poggs_169.09-1+2.6.24.4-angel-poggs-10.00.Custom_i386.deb
 (line 2)
  dpkg-genchanges: binary-only upload - not including any source code
  dpkg-genchanges: failure: cannot open upload file 
/usr/src/modules/nvidia-kernel/../../nvidia-kernel-2.6.24.4-angel-poggs_169.09-1+2.6.24.4-angel-poggs-10.00.Custom_i386.deb
 for reading: No such file or directory
  make[1]: *** [kdist] Error 2
  make[1]: Leaving directory `/usr/src/modules/nvidia-kernel'
  Module /usr/src/modules/nvidia-kernel failed.
  Hit return to Continue?

This is caused by the following line in debian/rules:

  kdist:
  [...]
dpkg-genchanges -b -e$(KMAINT) $(KEMAIL) -u$(CURDIR)/../..  $(CHFILE)

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

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

Versions of packages nvidia-kernel-source depends on:
ii  debhelper 6.0.10 helper programs for debian/rules
ii  dpatch2.0.29 patch maintenance system for Debia
ii  make  3.81-3.1   The GNU version of the make util
ii  sed   4.1.5-6The GNU sed stream editor

Versions of packages nvidia-kernel-source recommends:
ii  devscripts2.10.20scripts to make the life of a Debi
ii  kernel-package11.001-0.1 A utility for building Linux kerne
ii  nvidia-glx169.09-1   NVIDIA binary Xorg driver

-- no debconf information



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



Bug#468899: xscreensaver: Contains files from another package xscreenserver-data

2008-03-02 Thread Peter Hicks
Package: xscreensaver
Version: 5.04-3
Severity: normal

xscreensaver appears to contain files that are also in xscreenserver-data:

dpkg: dependency problems prevent configuration of xscreensaver:
 xscreensaver depends on xscreensaver-data; however:
  Package xscreensaver-data is not installed.
dpkg: error processing xscreensaver (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 xscreensaver


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

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

Versions of packages xscreensaver depends on:
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libc6  2.7-9 GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.14.6-1  The GLib library of C routines
ii  libgtk2.0-02.12.8-1  The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libpam0g   0.99.7.1-5Pluggable Authentication Modules l
ii  libpango1.0-0  1.18.4-1  Layout and rendering of internatio
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.31.dfsg-1 GNOME XML library
ii  libxmu62:1.0.4-1 X11 miscellaneous utility library
ii  libxpm41:3.5.7-1 X11 pixmap library
ii  libxrandr2 2:1.2.2-1 X11 RandR extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  libxxf86misc1  1:1.0.1-2 X11 XFree86 miscellaneous extensio
ii  libxxf86vm11:1.0.1-2 X11 XFree86 video mode extension l
pn  xscreensaver-data  none(no description available)

Versions of packages xscreensaver recommends:
ii  libjpeg-progs  6b-14 Programs for manipulating JPEG fil
ii  perl [perl5]   5.8.8-12  Larry Wall's Practical Extraction 
ii  wbritish [wordlist]6-2.1 British English dictionary words f
ii  wbritish-huge [wordlis 6-2.1 British English dictionary words f
ii  wbritish-large [wordli 6-2.1 British English dictionary words f
ii  wbritish-small [wordli 6-2.1 British English dictionary words f
ii  xli1.17.0+20061110-2 command line tool for viewing imag

-- no debconf information



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



Bug#468899: xscreensaver: Contains files from another package xscreenserver-data

2008-03-02 Thread Peter Hicks

Hi Tormod

Tormod Volden wrote:


Thanks for your bug report. The xscreensaver package now depends on
xscreensaver-data, and the latter should be pulled in when you do your
upgrade.


xscreenserver-data was already installed, I believe.


 dpkg: dependency problems prevent configuration of xscreensaver:
  xscreensaver depends on xscreensaver-data; however:
  Package xscreensaver-data is not installed.
 dpkg: error processing xscreensaver (--configure):
  dependency problems - leaving unconfigured
 Errors were encountered while processing:
  xscreensaver


Which command did you use to upgrade? Does an apt-get dist-upgrade fix it?


I used Synaptic which uncovered the error, then a dist-upgrade -u which failed 
on dpkg --configure, so to finish installing I've done a (don't kill me) 
apt-get -f install xscreensaver xscreensaver-data.


Would you like me to try installing the previous version of the package and 
trying an upgrade again?



Peter

--
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?



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



Bug#466229: grub-pc: Fails to boot, hangs with GRUB displayed

2008-02-18 Thread Peter Hicks

Robert Millan wrote:


severity 466229 important
thanks

(not reproducible)


Strangely, I can't reproduce it here again either - however it was definitely 
an issue yesterday.


Please close the bug report, my bad...


Peter

--
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?



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



Bug#466229: grub-pc: Fails to boot, hangs with GRUB displayed

2008-02-17 Thread Peter Hicks
Package: grub-pc
Version: 1.96+20080216-1
Severity: critical
Justification: breaks the whole system

After upgrading from 1.96+20080210-1 to 1.96+20080216-1, my system failed to
boot, hanging at a screen displaying GRUB.  This version also breaks another
system here, which hangs without even displaying anything on the screen.

Reinstalling 1.96+20080210-1 and performing a grub-install /dev/sda fixed
this problem.

-- Package-specific info:

*** BEGIN /proc/mounts
rootfs / rootfs rw 0 0
none /sys sysfs rw,nosuid,nodev,noexec 0 0
none /proc proc rw,nosuid,nodev,noexec 0 0
udev /dev tmpfs rw 0 0
/dev/sda1 / ext3 rw,noatime,nodiratime,errors=remount-ro,data=ordered 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid 0 0
usbfs /proc/bus/usb usbfs rw,nosuid,nodev,noexec 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,nosuid,noexec 0 0
fusectl /sys/fs/fuse/connections fusectl rw 0 0
/dev/sda5 /usr xfs rw,noatime,nodiratime,nobarrier,logbufs=8,noquota 0 0
/dev/sda6 /var xfs rw,noatime,nodiratime,nobarrier,logbufs=8,noquota 0 0
/dev/sda7 /home xfs rw,noatime,nodiratime,nobarrier,logbufs=8,noquota 0 0
/tmp /tmp tmpfs rw 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,nosuid,nodev,noexec 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
*** END /boot/grub/device.map

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

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,1)
if font (hd0,5)/share/grub/unicode.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

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

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, linux 2.6.24-angel-poggs {
linux   (hd0,1)/boot/vmlinuz-2.6.24-angel-poggs root=/dev/sda1 ro 
vga=791 splash
initrd  (hd0,1)/boot/initrd.img-2.6.24-angel-poggs
}
menuentry Debian GNU/Linux, linux 2.6.24-angel-poggs (single-user mode) {
linux   (hd0,1)/boot/vmlinuz-2.6.24-angel-poggs root=/dev/sda1 ro 
single vga=791 splash
initrd  (hd0,1)/boot/initrd.img-2.6.24-angel-poggs
}
menuentry Debian GNU/Linux, linux 2.6.24.2-angel-poggs {
linux   (hd0,1)/boot/vmlinuz-2.6.24.2-angel-poggs root=/dev/sda1 ro 
vga=791 splash
initrd  (hd0,1)/boot/initrd.img-2.6.24.2-angel-poggs
}
menuentry Debian GNU/Linux, linux 2.6.24.2-angel-poggs (single-user mode) {
linux   (hd0,1)/boot/vmlinuz-2.6.24.2-angel-poggs root=/dev/sda1 ro 
single vga=791 splash
initrd  (hd0,1)/boot/initrd.img-2.6.24.2-angel-poggs
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry Memory test (memtest86+) {
linux   (hd0,1)/boot/memtest86+.bin
}
### END /etc/grub.d/20_memtest86+ ###
*** END /boot/grub/grub.cfg

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

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

Versions of packages grub-pc depends on:
ii  base-files4.0.2  Debian base system miscellaneous f
ii  debconf [debconf-2.0] 1.5.19 Debian configuration management sy
ii  libc6 2.7-8  GNU C Library: Shared libraries
ii  liblzo1   1.08-3 data compression library (old vers
ii  libncurses5   5.6+20080203-1 Shared libraries for terminal hand

grub-pc recommends no packages.

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



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



Bug#463081: grub2: Machine reboots after 'Welcome to GRUB!' message

2008-01-29 Thread Peter Hicks
On Tue, Jan 29, 2008 at 04:15:29PM +0100, Robert Millan wrote:

 Can you reproduce it with:
 
   apt-get install grub-rescue-pc qemu
   dd if=/dev/sda5 of=/tmp/img
   qemu -boot a -fda /usr/lib/grub-rescue/grub-rescue-floppy.img -hda /tmp/img
 
 and trying to setup gfxterm manually? (by loading the font from 
 (hd0)/share/...)

Yes :-)

qemu: fatal: Trying to execute code outside RAM or ROM at 0x2e2e002e

EAX=0009c0d6 EBX=73667800 ECX= EDX=
ESI=00088190 EDI=0009c0d6 EBP=0007f76c ESP=0007f740
EIP=2e2e002e EFL=0002 [---] CPL=0 II=0 A20=1 SMM=0 HLT=0
ES =0010   00cf9300
CS =0008   00cf9a00
SS =0010   00cf9300
DS =0010   00cf9300
FS =0010   00cf9300
GS =0010   00cf9300
LDT=   8000
TR =   8000
GDT= 833c 0027
IDT=  03ff
CR0=6011 CR2= CR3= CR4=
CCS=000c CCD=0007f748 CCO=SUBL
FCW=037f FSW= [ST=0] FTW=00 MXCSR=1f80
FPR0=  FPR1= 
FPR2=  FPR3= 
FPR4=  FPR5= 
FPR6=  FPR7= 
XMM00=
XMM01=
XMM02=
XMM03=
XMM04=
XMM05=
XMM06=
XMM07=
Aborted

Just in case it's relevant, xfs_info on /usr:

meta-data=/dev/sda5  isize=256agcount=16, agsize=152742 blks
 =   sectsz=512   attr=0
data =   bsize=4096   blocks=2443872, imaxpct=25
 =   sunit=0  swidth=0 blks
naming   =version 2  bsize=4096
log  =internal   bsize=4096   blocks=16384, version=1
 =   sectsz=512   sunit=0 blks, lazy-count=0
realtime =none   extsz=4096   blocks=0, rtextents=0



Peter


// Peter



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



Bug#463081: grub2: Machine reboots after 'Welcome to GRUB!' message

2008-01-29 Thread Peter Hicks
On Tue, Jan 29, 2008 at 02:29:22PM +0100, Robert Millan wrote:

 On Tue, Jan 29, 2008 at 12:43:16PM +, Peter Hicks wrote:
  On Tue, Jan 29, 2008 at 01:27:33PM +0100, Robert Millan wrote:
  
   Did this happen on earlier versions of grub2 ?
  
  No, I've been upgrading daily for a while and rebooting the laptop many
  times during the day.
 
 During that time, gfxterm wasn't automatically enabled for you, right?

I can't say for certain.  I don't believe it was, however I don't delve in
to grub.cfg regularly.

  No, when I run grub-emu, I can access files on the xfs partitions, e.g.
  (hd0,5)/share/grub/unicode.pff.
 
 What happens if you cat that file from grub-emu?  (asides from seeing a lot of
 garbage in your terminal ;-)).

It spews out a load of garbage.

   The only strange behaviour was error:
  invalid arch dependent ELF magic when insmod-ing (hd0,2)/boot/grub/vbe.mod.
  
  I've tried commenting out the font(hd0,5), set gfxmode, insmod gfxterm,
  insmod vbe and terminal gxterm lines in grub.cfg, replacing them with
  'terminal console' with no change in behaviour.
 
 Can you try commenting out the background_image line as well?

There's not a background_image line in grub.cfg...

 Also, try running cat on that file from grub-emu too.

Works fine.

I've found that 'insmod gfxterm', 'insmod vbe' and 'terminal gfxterm' result
in a corrupt screen with grey blocks instead of text when I comment out the
'font' line, but when I add the 'font' line back in, I have the reboot
occuring immediately.  Replacing 'unicode' with 'ascii' causes the crash too.

I copied unicode.pff off to /boot/grub and changed grub.conf, and... it
worked.

So it seems the bug is to do with reading from an xfs partition.


Peter



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



Bug#463081: [EMAIL PROTECTED]: Re: Bug#463081: grub2: Machine reboots after 'Welcome to GRUB!' message]

2008-01-29 Thread Peter Hicks
On Tue, Jan 29, 2008 at 01:27:33PM +0100, Robert Millan wrote:

 Did this happen on earlier versions of grub2 ?

No, I've been upgrading daily for a while and rebooting the laptop many
times during the day.

 What happens if you rename /boot/grub/grub.cfg ?  Do you get a rescue prompt?

Yes, the rescue prompt comes up fine.

 Can you reproduce the problem with grub-emu ?  E.g. by trying to access files
 in your xfs partitions.

No, when I run grub-emu, I can access files on the xfs partitions, e.g.
(hd0,5)/share/grub/unicode.pff.  The only strange behaviour was error:
invalid arch dependent ELF magic when insmod-ing (hd0,2)/boot/grub/vbe.mod.

I've tried commenting out the font(hd0,5), set gfxmode, insmod gfxterm,
insmod vbe and terminal gxterm lines in grub.cfg, replacing them with
'terminal console' with no change in behaviour.


// Peter



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



Bug#463081: grub2: Machine reboots after 'Welcome to GRUB!' message

2008-01-29 Thread Peter Hicks
Package: grub2
Version: 1.95+20080128-1
Severity: critical
Justification: breaks the whole system

After upgrading this morning, my laptop (Dell Latitude D820) rebooted
immediately after Welcome to GRUB! appeared.  The BIOS went through a
'slow' boot, indicative that the last reboot was unexpected.

I've filed this bug early to prevent other people being caught out with an
unbootable system.

-- Package-specific info:

*** BEGIN /proc/mounts
rootfs / rootfs rw 0 0
none /sys sysfs rw,nosuid,nodev,noexec 0 0
none /proc proc rw,nosuid,nodev,noexec 0 0
udev /dev tmpfs rw 0 0
/dev/sda2 / ext3 rw,noatime,errors=remount-ro,data=ordered 0 0
/dev/sda2 /dev/.static/dev ext3 rw,errors=remount-ro,data=ordered 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid 0 0
usbfs /proc/bus/usb usbfs rw,nosuid,nodev,noexec 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,nosuid,noexec 0 0
/dev/sda7 /home xfs rw,noatime,ikeep,noquota 0 0
/dev/sda5 /usr xfs rw,noatime,ikeep,noquota 0 0
/dev/sda6 /var xfs rw,noatime,ikeep,noquota 0 0
/tmp /tmp tmpfs rw 0 0
/proc/sys/fs/binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
*** END /boot/grub/device.map

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

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,2)
font (hd0,5)/share/grub/unicode.pff
set gfxmode=640x480
insmod gfxterm
insmod vbe
terminal gfxterm
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

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

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, linux 2.6.24-neasden-poggs {
linux   (hd0,2)/boot/vmlinuz-2.6.24-neasden-poggs root=/dev/sda2 ro 
vga=791 splash
initrd  (hd0,2)/boot/initrd.img-2.6.24-neasden-poggs
}
menuentry Debian GNU/Linux, linux 2.6.24-neasden-poggs (single-user mode) {
linux   (hd0,2)/boot/vmlinuz-2.6.24-neasden-poggs root=/dev/sda2 ro 
single vga=791 splash
initrd  (hd0,2)/boot/initrd.img-2.6.24-neasden-poggs
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/15_windows ###
menuentry Windows XP Professional {
set root=(hd0,1)
chainloader +1
}
### END /etc/grub.d/15_windows ###

### BEGIN /etc/grub.d/20_memtest86 ###
menuentry Memory test (memtest86) {
linux   (hd0,2)/boot/memtest86.bin
}
### END /etc/grub.d/20_memtest86 ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry Memory test (memtest86+) {
linux   (hd0,2)/boot/memtest86+.bin
}
### END /etc/grub.d/20_memtest86+ ###
*** END /boot/grub/grub.cfg

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

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

Versions of packages grub2 depends on:
ii  debconf  1.5.18  Debian configuration management sy
ii  grub-pc  1.95+20080128-1 GRand Unified Bootloader, version 

grub2 recommends no packages.

-- debconf information:
  grub2/numbering_scheme_transition:



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



Bug#463081: grub2: Machine reboots after 'Welcome to GRUB!' message

2008-01-29 Thread Peter Hicks

Hi Robert

Robert Millan wrote:


Can you reproduce this in a smaller XFS filesystem?  (one that doesn't contain
any sensible data, so that you can put it in some public URL)


It's reproducable on a 32Mb-ish filesystem I created and bzipped up at 
http://stash.poggs.com/grub-xfs-example.bz2



Peter

--
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?



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



Bug#463081: grub2 resets machine when reading from an xfs filesystem

2008-01-29 Thread Peter Hicks

Hello

Please see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463081 - it
outlines a bug I discovered in the CVS from 20080128, packaged in to Debian
unstable.

It appears that grub is no longer able to read from an xfs filesystem, and an
example 32Mb image is contained in a .bz2 file linked to from the bug page 
above.

I can reproduce the problem on qemu, so I don't believe it's limited to my
hardware platform.  To get around the issue, I've copied some files over to
/boot, which is ext3 on my system.

Please let me know if you need any further information on how to reproduce the
problem, I'm happy to help.

Best wishes,


Peter

--
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?





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



Bug#463081: grub2 resets machine when reading from an xfs filesystem

2008-01-29 Thread Peter Hicks

Hello

Please see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463081 - it 
outlines a bug I discovered in the CVS from 20080128, packaged in to Debian 
unstable.


It appears that grub is no longer able to read from an xfs filesystem, and an 
example 32Mb image is contained in a .bz2 file linked to from the bug page above.


I can reproduce the problem on qemu, so I don't believe it's limited to my 
hardware platform.  To get around the issue, I've copied some files over to 
/boot, which is ext3 on my system.


Please let me know if you need any further information on how to reproduce the 
problem, I'm happy to help.


Best wishes,


Peter

--
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?



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



Bug#460571: grub-pc: On upgrade, does not configure Windows entries in menu grub.cfg

2008-01-20 Thread Peter Hicks

Hi Robert

Robert Millan wrote:


On Sun, Jan 13, 2008 at 07:08:10PM +, Peter Hicks wrote:



Robert Millan wrote:


Maybe it's better to just issue a debconf note explaining the situation.

I agree with this.

Maybe a link to a document on How to migrate menu.lst to grub.conf with 
an example of how to create the new entries in grub.cfg would be 
appropriate too.


This makes a good candidate to start a README.Debian. Will you provide a patch?


Sure, it shouldn't be too difficult.  I'll crack on with it shortly.


Peter

--
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?



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



Bug#460571: grub-pc: On upgrade, does not configure Windows entries in menu grub.cfg

2008-01-13 Thread Peter Hicks
Package: grub-pc
Version: 1.95+20080107-1
Severity: important

After upgrading and replacing grub with grub-pc, I found no menu entry for
Windows XP appeared in the new list - although the other Linux kernel
entries and memtest86+ were correctly added.

-- Package-specific info:

*** BEGIN /proc/mounts
rootfs / rootfs rw 0 0
none /sys sysfs rw,nosuid,nodev,noexec 0 0
none /proc proc rw,nosuid,nodev,noexec 0 0
udev /dev tmpfs rw 0 0
/dev/sda1 / ext3 rw,noatime,nodiratime,errors=remount-ro,data=ordered 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid 0 0
usbfs /proc/bus/usb usbfs rw,nosuid,nodev,noexec 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,nosuid,noexec 0 0
/dev/sda5 /usr xfs rw,noatime,nodiratime,nobarrier,logbufs=8,noquota 0 0
/dev/sda6 /var xfs rw,noatime,nodiratime,nobarrier,logbufs=8,noquota 0 0
/dev/sda7 /home xfs rw,noatime,nodiratime,nobarrier,logbufs=8,noquota 0 0
/tmp /tmp tmpfs rw 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,nosuid,nodev,noexec 0 0
fusectl /sys/fs/fuse/connections fusectl rw 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
*** END /boot/grub/device.map

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

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,1)
terminal console
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

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

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, linux 2.6.24-rc7-poggs {
linux   (hd0,1)/boot/vmlinuz-2.6.24-rc7-poggs root=/dev/sda1 ro 
initrd  (hd0,1)/boot/initrd.img-2.6.24-rc7-poggs
}
menuentry Debian GNU/Linux, linux 2.6.24-rc7-poggs (single-user mode) {
linux   (hd0,1)/boot/vmlinuz-2.6.24-rc7-poggs root=/dev/sda1 ro single 
initrd  (hd0,1)/boot/initrd.img-2.6.24-rc7-poggs
}
menuentry Debian GNU/Linux, linux 2.6.24-rc6-poggs {
linux   (hd0,1)/boot/vmlinuz-2.6.24-rc6-poggs root=/dev/sda1 ro 
initrd  (hd0,1)/boot/initrd.img-2.6.24-rc6-poggs
}
menuentry Debian GNU/Linux, linux 2.6.24-rc6-poggs (single-user mode) {
linux   (hd0,1)/boot/vmlinuz-2.6.24-rc6-poggs root=/dev/sda1 ro single 
initrd  (hd0,1)/boot/initrd.img-2.6.24-rc6-poggs
}
menuentry Debian GNU/Linux, linux 2.6.24-rc4-poggs {
linux   (hd0,1)/boot/vmlinuz-2.6.24-rc4-poggs root=/dev/sda1 ro 
initrd  (hd0,1)/boot/initrd.img-2.6.24-rc4-poggs
}
menuentry Debian GNU/Linux, linux 2.6.24-rc4-poggs (single-user mode) {
linux   (hd0,1)/boot/vmlinuz-2.6.24-rc4-poggs root=/dev/sda1 ro single 
initrd  (hd0,1)/boot/initrd.img-2.6.24-rc4-poggs
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry Memory test (memtest86+) {
linux   (hd0,1)/boot/memtest86+.bin
}
### END /etc/grub.d/20_memtest86+ ###
*** END /boot/grub/grub.cfg

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

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

Versions of packages grub-pc depends on:
ii  base-files4.0.2  Debian base system miscellaneous f
ii  debconf [debconf-2.0] 1.5.18 Debian configuration management sy
ii  libc6 2.7-5  GNU C Library: Shared libraries
ii  liblzo2-2 2.02-3 data compression library

grub-pc recommends no packages.

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



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



Bug#460571: grub-pc: On upgrade, does not configure Windows entries in menu grub.cfg

2008-01-13 Thread Peter Hicks

Hello!

Robert Millan wrote:


Maybe it's better to just issue a debconf note explaining the situation.


I agree with this.

Maybe a link to a document on How to migrate menu.lst to grub.conf with an 
example of how to create the new entries in grub.cfg would be appropriate too.



Peter

--
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?



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



Bug#440434: kdebluetooth: kbluetoothd.real crashes on startup

2007-09-01 Thread Peter Hicks
Package: kdebluetooth
Version: 0.99+1.0beta2-8
Severity: important

When starting KDE, kbluetoothd.real crashes with a SIGSEGV:

  [EMAIL PROTECTED]:~$ kbluetoothd
  Can't register passkey agent
  Passkey agent already exists
  KCrash: Application 'kbluetoothd.real' crashing...
  ERROR: Communication problem with kbluetoothd, it probably crashed.

Backtrace is attached, although it doesn't say very much.


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

Kernel: Linux 2.6.22.5-ck1-angel (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kdebluetooth depends on:
ii  bluez-utils 3.13-1   Bluetooth tools and daemons
ii  kdelibs4c2a 4:3.5.7.dfsg.1-7 core libraries and binaries for al
ii  libacl1 2.2.42-1 Access control list shared library
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libattr11:2.4.32-1.2 Extended attribute shared library
ii  libaudio2   1.9-2+b1 The Network Audio System (NAS). (s
ii  libbluetooth2   3.15-1   Library to use the BlueZ Linux Blu
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libfam0 2.7.0-13 Client library to control the FAM 
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2.1-4GCC support library
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libidn111.0-0GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libopenobex11.3-3OBEX protocol library
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libqt3-mt   3:3.3.7-7Qt GUI Library (Threaded runtime v
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2.1-4  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  2:1.1.2-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.3-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  qobex   0.99+1.0beta2-8  Swiss army knife for the OBject EX
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

kdebluetooth recommends no packages.

-- no debconf information
(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 1991718592 (LWP 2607)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging 

Bug#439977: openswan-modules-source: Is not compatible with kernel =2.6.22

2007-08-28 Thread Peter Hicks
Package: openswan-modules-source
Version: 1:2.4.8-dfsg-1
Severity: important

As per the mailing list[1], this package should maybe conflict with kernel
version 2.6.22 and later.  Openswan 2.5.x is apparently compatible with
kernels including and after 2.6.22.

[1] http://archives.free.net.ph/message/20070810.035644.389fce6d.en.html


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

Kernel: Linux 2.6.22-ck1-angel (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openswan-modules-source depends on:
ii  bzip2 1.0.3-7high-quality block-sorting file co
ii  coreutils [fileutils] 5.97-5.4   The GNU core utilities
ii  debhelper 5.0.53 helper programs for debian/rules

Versions of packages openswan-modules-source recommends:
ii  kernel-package11.001 A utility for building Linux kerne
pn  linux-source  none (no description available)

-- no debconf information


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



Bug#382285: Feature implemented

2007-07-10 Thread Peter Hicks
This feature now appears to be implemented - several previously uncopyable 
files to my Zen can now be copied.


--
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?


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



Bug#391295: Bug closed upstream

2007-07-10 Thread Peter Hicks
This bug has been closed upstream, as this was me misunderstanding a feature, 
not an actual bug.


--
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?


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



Bug#430374: libdbix-class-perl: New upstream version 0.08002

2007-06-23 Thread Peter Hicks
Package: libdbix-class-perl
Version: 0.07006-1
Severity: wishlist

Version 0.08002 is available on CPAN as of 17th June 2007, could this
package be updated, please?


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

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

Versions of packages libdbix-class-perl depends on:
ii  libcarp-clan-perl 5.9-1  Perl enhancement to Carp error log
ii  libclass-c3-perl  0.19-1 A pragma to use the C3 method reso
ii  libclass-data-accessor-perl   0.04001-1  Inheritable, overridable class and
ii  libclass-inspector-perl   1.16-1 Perl module that provides informat
ii  libclass-trigger-perl 0.11-1 Mix-in to add / call inheritable t
ii  libdata-page-perl 2.00-3 Help when paging through sets of r
ii  libdbi-perl   1.57-1 Perl5 database interface by Tim Bu
ii  libdbix-contextualfetch-perl  1.03-2 Add context aware fetches to DBI
ii  libmodule-find-perl   0.05-1 Find and use installed modules in 
ii  libossp-uuid-perl 1.5.1-1perl OSSP::UUID - OSSP uuid Perl B
ii  libsql-abstract-limit-perl2:0.12-1   portable LIMIT emulation
ii  libsql-abstract-perl  1.21-3 Generate SQL from Perl data struct
ii  libtie-ixhash-perl1.21-2 ordered associative arrays for Per
ii  libuniversal-exports-perl 0.05-1 Lightweight, universal exporting o
ii  perl  5.8.8-7Larry Wall's Practical Extraction 

Versions of packages libdbix-class-perl recommends:
pn  libdatetime-format-db2-perl   none (no description available)
pn  libdatetime-format-mysql-perl none (no description available)
pn  libdatetime-format-pg-perlnone (no description available)

-- no debconf information


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



Bug#427170: pidgin: Spelling mistake when a MSN contact is removed by another party

2007-06-02 Thread Peter Hicks
Package: pidgin
Version: 2.0.1-1
Severity: minor

When somebody on MSN removes you from their contact list:

  (10:06:49) [address] has removed you from his or her boddy list.

This should read 'buddy list'


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

Kernel: Linux 2.6.21-ck2-angel (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pidgin depends on:
ii  libavahi-compat-howl00.6.19-2Avahi Howl compatibility library
ii  libc62.5-9+b1GNU C Library: Shared libraries
ii  libcairo21.4.6-1.1   The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.0.2-5 simple interprocess messaging syst
ii  libdbus-glib-1-2 0.73-2  simple interprocess messaging syst
ii  libfontconfig1   2.4.2-1.2   generic font configuration library
ii  libgstreamer0.10-0   0.10.12-5   Core GStreamer libraries and eleme
ii  libgtk2.0-0  2.10.12-2   The GTK+ graphical user interface 
ii  libgtkspell0 2.0.10-3+b1 a spell-checking addon for GTK's T
ii  libice6  1:1.0.3-2   X11 Inter-Client Exchange library
ii  libncursesw5 5.6-3   Shared libraries for terminal hand
ii  libnspr4-0d  4.6.6-3 NetScape Portable Runtime Library
ii  libnss3-0d   3.11.5-3Network Security Service libraries
ii  libpango1.0-01.16.4-1Layout and rendering of internatio
ii  libperl5.8   5.8.8-7 Shared Perl library
ii  libsasl2-2   2.1.22.dfsg1-10 Authentication abstraction library
ii  libsasl2-modules 2.1.22.dfsg1-10 Pluggable Authentication Modules f
ii  libsm6   2:1.0.3-1   X11 Session Management library
ii  libstartup-notification0 0.9-1   library for program launch feedbac
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxcursor1  1:1.1.8-2   X cursor management library
ii  libxext6 1:1.0.3-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.3-2   X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.2-1   X11 Xinerama extension library
ii  libxml2  2.6.28.dfsg-1   GNOME XML library
ii  libxrandr2   2:1.2.1-1   X11 RandR extension library
ii  libxrender1  1:0.9.2-1   X Rendering Extension client libra
ii  libxss1  1:1.1.2-1   X11 Screen Saver extension library
ii  pidgin-data  2.0.1-1 multi-protocol instant messaging c

Versions of packages pidgin recommends:
pn  gstreamer0.10-plugins-basenone (no description available)
pn  gstreamer0.10-plugins-goodnone (no description available)
ii  python-dbus   0.81.0-1   simple interprocess messaging syst

-- no debconf information


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



Bug#418294: bind9-host: symbol lookup error: /usr/lib/libbind9.so.0: undefined symbol: isc_net_pton

2007-04-08 Thread Peter Hicks
Package: bind9-host
Version: 1:9.3.4-2
Severity: grave
Justification: renders package unusable

After a partial dist-upgrade to Debian 4.0, 'host' fails:

  [EMAIL PROTECTED]:~$ host -t any localhost
  host: symbol lookup error: /usr/lib/libbind9.so.0: undefined symbol: 
isc_net_pton

This appears to be the same as #344853, but that appears to have been fixed
in January 2006.


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.17-cks1-tufnell
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages bind9-host depends on:
ii  libbind9-0 1:9.3.2-1bpo1 BIND9 Shared Library used by BIND
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libdns22   1:9.3.4-2 DNS Shared Library used by BIND
ii  libisc11   1:9.3.4-2 ISC Shared Library used by BIND
ii  libisccfg1 1:9.3.4-2 Config File Handling Library used 
ii  liblwres9  1:9.3.2-1bpo1 Lightweight Resolver Library used 
ii  libssl0.9.80.9.8c-4  SSL shared libraries

-- no debconf information


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



Bug#412924: snmp: Please apply patch outlined in sourceforge.net bug #1459665

2007-02-28 Thread Peter Hicks
Package: snmp
Version: 5.3.1-2
Severity: normal
Tags: patch

When snmpwalk-ing a Cisco router's CISCO-FLASH-MIB, snmpwalk hangs due to an
invalid DISPLAY-HINT in the MIB file.

This problem has been identified and fixed in CVS, however until 5.4 is
released in Debian, I think it would be beneficial to include the attached
patch to snmplib/mib.c


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

Versions of packages snmp depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libsnmp10   5.2.3-7  NET SNMP (Simple Network Managemen

Versions of packages snmp recommends:
ii  perl-modules  5.8.8-7Core Perl modules

-- no debconf information
--- snmplib/mib.c1 May 2006 05:25:08 -5.89.2.5
+++ snmplib/mib.c   25 Jul 2006 13:44:45 -
@@ -488,5 +488,7 @@
 term = *hint++;
 else
 term = 0;
+if (width == 0)
+width = 1;
 }


Bug#287379: About your bug: juk: Short pause when changing tracks on the Debian BTS

2007-02-17 Thread Peter Hicks

Hello!

Ana Guerrero wrote:


We are sorry if nobody responded when you filed the bug, KDE has gotten more
bugs in the past years than the maintainers could handle. We are trying to
fix this now, but we need your help. So please respond to this mail and tell
us if:


I've just reinstalled JuK to test (as I moved over to Amarok some months ago), 
and the bug is no longer present :)



Peter

--
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?


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



Bug#397989: libcatalyst-modules-perl: Files contained in another package

2006-11-10 Thread Peter Hicks
Package: libcatalyst-modules-perl
Version: 11
Severity: grave
Justification: renders package unusable

dpkg: error processing
/var/cache/apt/archives/libcatalyst-modules-perl_12_all.deb (--unpack):
 trying to overwrite `/usr/share/man/man3/Catalyst::Manual.3pm.gz', which is
/also in package libcatalyst-perl

Nuff said!

-- 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.17-beyond4
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages libcatalyst-modules-perl depends on:
ii  libcache-cache-perl   1.05-1 Managed caches of persistent infor
ii  libcache-fastmmap-perl1.14-1 Mmap'ed file as a shared memory in
pn  libcatalyst-perl  none (no description available)
ii  libcatalyst-view-tt-perl  0.23-1 Template View Class for Catalyst
ii  libclass-throwable-perl   0.10-1 A minimal lightweight exception cl
ii  libconfig-any-perl0.04-1 Load configuration from different 
ii  libdata-visitor-perl  0.05-1 A visitor for Perl data structures
ii  libdbix-class-perl0.07002-2  Extensible and flexible object -
ii  libdbix-class-schema-loader-p 0.03008-1  Dynamic definition of a DBIx::Clas
ii  libdevel-stacktrace-perl  1.11-1 Stack trace and stack trace frame 
ii  libfile-slurp-perl.09-1  single call read  write file rout
ii  libhtml-prototype-perl1.48-1 Generate HTML and Javascript for t
ii  libhtml-widget-perl   1.10-1 HTML Widget And Validation Framewo
ii  libjson-perl  1.07-1 parse and convert to JSON (JavaScr
ii  liblocale-maketext-lexicon-pe 0.62-1 Lexicon-handling backends for Loc
ii  liblocale-maketext-simple-per 0.12-2 Simple interface to Locale::Makete
ii  liblog-log4perl-perl  1.07-1 A Perl port of the widely popular 
ii  libobject-signature-perl  1.05-1 Signature - Generate cryptographic
ii  libparams-validate-perl   0.77-1 validate parameters to Perl method
ii  libpath-class-perl0.15-1 Cross-platform path specification 
ii  librpc-xml-perl   0.59-1 Perl module implementation of XML-
ii  libset-object-perl1.18-2 Collection of objects without dupl
ii  libtemplate-plugin-class-perl 0.13-1 Call methods of arbitrary classes 
ii  libtest-www-mechanize-perl1.12-2 Testing-specific WWW::Mechanize su
ii  libuniversal-can-perl 1.12-1 Safer version of UNIVERSAL::can.
ii  libuniversal-isa-perl 0.06-1 Safer version of UNIVERSAL::isa.
ii  perl  5.8.8-6.1  Larry Wall's Practical Extraction 

libcatalyst-modules-perl recommends no packages.

-- no debconf information


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



Bug#392990: zaptel-modules: Includes modules.isapnp

2006-10-14 Thread Peter Hicks
Package: zaptel-modules
Version: zaptel-source
Severity: grave
Justification: renders package unusable

I have this error when installing:

dpkg: error processing
zaptel-modules-2.6.18_1.2.9.1.dfsg-2+2.6.18-10.00.Custom_i386.deb (--install):
 trying to overwrite `/lib/modules/2.6.18/modules.isapnpmap', which is also in 
package linux-image-2.6.18-angel

I don't believe modules.isapnp should be included.

-- 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-beyond3-mh4
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#391295: xchat: ALLCHAN command repeats the command twice in active window

2006-10-05 Thread Peter Hicks
Package: xchat
Version: 2.6.4
Severity: minor

When using /allchan command to /away, the channel I'm typing the command
in has the action executed twice.  Other channels, it's just executed once.

-- 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-beyond3-mh4
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#385870: amarok: Error messages are not verbose enough

2006-09-03 Thread Peter Hicks
Package: amarok
Version: 1.4.1-3
Severity: normal

When 'organizing files', Amarok will report 'x file(s) could not be
organized', but it never says what the files are - consequently, it's a very
big effort to find the files it's barfing on.

This may be linked with bug #382285, i.e. there is a common reason a file
can't be organized and copied to a media device.


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

Versions of packages amarok depends on:
ii  amarok-engines  1.4.1-3  output engines for the Amarok audi
ii  amarok-xine [amarok-engine] 1.4.1-3  xine engine for the Amarok audio p
ii  kdelibs4c2a 4:3.5.4-3core libraries and binaries for al
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-13   GCC support library
ii  libgl1-mesa-glx [libgl1]6.4.2-1.1A free implementation of the OpenG
ii  libglib2.0-02.10.3-3 The GLib library of C routines
ii  libgpod00.3.2-1.1a library to read and write songs 
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libifp4 1.0.0.2-3communicate with iRiver iFP audio 
ii  libmysqlclient15off 5.0.24-3 mysql database client library
ii  libnjb5 2.2.5-4.1Creative Labs Nomad Jukebox librar
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libpq4  8.1.4-6  PostgreSQL C client library
ii  libqt3-mt   3:3.3.6-4Qt GUI Library (Threaded runtime v
ii  libsdl1.2debian 1.2.11-3 Simple DirectMedia Layer
ii  libsm6  1:1.0.1-2X11 Session Management library
ii  libsqlite3-03.3.7-1  SQLite 3 shared library
ii  libstdc++6  4.1.1-13 The GNU Standard C++ Library v3
ii  libtag1c2a  1.4-4TagLib Audio Meta-Data Library
ii  libtunepimp30.4.2-3.2MusicBrainz tagging library and si
ii  libusb-0.1-42:0.1.12-2   userspace USB programming library
ii  libvisual-0.4-0 0.4.0-1  Audio visualization framework
ii  libx11-62:1.0.0-8X11 client-side library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  ruby1.8.2-1  An interpreter of object-oriented 
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:3.5.4-1  enables the browsing of audio CDs 

-- no debconf information


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



Bug#385870: More information

2006-09-03 Thread Peter Hicks
Further information about the bug - it seems that files without an album set
(for example) are to be renamed to something like:

  /home/pwh/MP3Collection/A/All_About_Eve//Road_To_Your_Soul.mp3

Note the double forward-slash.  If an album name is put in the IDv3 tag, the
file is renamed correctly.

-- 
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?


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



Bug#382285: amarok: Copying files to media device should skip uncopyable files

2006-08-09 Thread Peter Hicks
Package: amarok
Version: 1.4.1-3
Severity: wishlist

When copying around 4,000 tracks to an MP3 player (Creative Zen, uses
libnjb), some files can't be transferred.  Amarok stops the entire transfer
process at this point.

A better behaviour in my view would be to skip the files that can't be
copied, and move on to the next.  This would allow people to download their
whole MP3 collection overnight, not wake up at 6am and find nothing bar the
first six files have been copied ;-)


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

Versions of packages amarok depends on:
ii  amarok-engines  1.4.1-3  output engines for the Amarok audi
ii  amarok-xine [amarok-engine] 1.4.1-3  xine engine for the Amarok audio p
ii  kdelibs4c2a 4:3.5.4-3core libraries and binaries for al
ii  libc6   2.3.6-18 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-10   GCC support library
ii  libgl1-mesa-glx [libgl1]6.4.2-1  A free implementation of the OpenG
ii  libglib2.0-02.10.3-3 The GLib library of C routines
ii  libgpod00.3.2-1.1a library to read and write songs 
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libifp4 1.0.0.2-3communicate with iRiver iFP audio 
ii  libmysqlclient15off 5.0.22-4 mysql database client library
ii  libnjb5 2.2.5-4  Creative Labs Nomad Jukebox librar
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libpq4  8.1.4-6  PostgreSQL C client library
ii  libqt3-mt   3:3.3.6-3Qt GUI Library (Threaded runtime v
ii  libsdl1.2debian 1.2.11-2 Simple DirectMedia Layer
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libsqlite3-03.3.5-0.2+b1 SQLite 3 shared library
ii  libstdc++6  4.1.1-10 The GNU Standard C++ Library v3
ii  libtag1c2a  1.4-4TagLib Audio Meta-Data Library
ii  libtunepimp30.4.2-3.2MusicBrainz tagging library and si
ii  libusb-0.1-42:0.1.12-2   userspace USB programming library
ii  libvisual-0.4-0 0.4.0-1  Audio visualization framework
ii  libx11-62:1.0.0-8X11 client-side library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  ruby1.8.2-1  An interpreter of object-oriented 
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:3.5.4-1  enables the browsing of audio CDs 

-- no debconf information


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



Bug#380537: slapd: Fails to start after upgrade to from 2.3.23 to 2.3.24

2006-07-31 Thread Peter Hicks

Steve Langasek wrote:

 On Sun, Jul 30, 2006 at 08:22:33PM +0100, Peter Hicks wrote:
 
 slapd.conf is owned by root.root, and chown-ing it to root.openldap fixes
 the problem.
 
 Is this because the perms on the file are 0640?

Spot on.

  Maybe this should be done by the upgrade script?
 
 I think there had been discussion before the changes to run slapd as a
 non-root user about causing the config file to be read before dropping root
 privileges.  I think that would be much better than a one-time override of
 the admin's file permissions.

I second this - providing the config file never needs to be written to by slapd
when running, I'd much rather have slapd running as a user unable to modify the
config file.


Poggs

-- 
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?


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



Bug#380537: [Pkg-openldap-devel] Bug#380537: slapd: Fails to start after upgrade to from 2.3.23 to 2.3.24

2006-07-31 Thread Peter Hicks
Hi Torsten

Torsten Landschoff wrote:

 Hmm, that's weird because the main function in Debian's slapd contains
 code that reads like this:
 
   if ( read_config( configfile, configdir ) != 0 ) {
   /* error handling */
   }
   if ( username != NULL || groupname != NULL ) {
   slap_init_user( username, groupname );
   }
 
 Therefore this error should not happen.

I can't reproduce the problem any more - I purged and reinstalled slapd
yesterday - it was in a bit of a state after a botched install of another 
package.

False alarm, I believe the bug can be closed as I can't reproduce it any more.

Apologies :(


Peter.

-- 
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?


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



Bug#380537: slapd: Fails to start after upgrade to from 2.3.23 to 2.3.24

2006-07-30 Thread Peter Hicks
Package: slapd
Version: 2.3.24-2
Severity: grave
Justification: renders package unusable

Hello

After upgrading from 2.3.23 to 2.3.24, slapd refuses to start:

 [EMAIL PROTECTED]:~$ /etc/init.d/slapd start
 No configuration file was found for slapd at /etc/ldap/slapd.conf.
 If you have moved the slapd configuration file please modify
 /etc/default/slapd to reflect this.  If you chose to not
 configure slapd during installation then you need to do so
 prior to attempting to start slapd.

slapd.conf is owned by root.root, and chown-ing it to root.openldap fixes
the problem.  Maybe this should be done by the upgrade script?


Peter.


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

Versions of packages slapd depends on:
ii  adduser 3.95 Add and remove users and groups
ii  coreutils   5.97-1   The GNU core utilities
ii  debconf [debconf-2.0]   1.5.3Debian configuration management sy
ii  libc6   2.3.6-16 GNU C Library: Shared libraries
ii  libdb4.24.2.52+dfsg-1Berkeley v4.2 Database Libraries [
ii  libiodbc2   3.52.4-3 iODBC Driver Manager
ii  libldap-2.3-0   2.3.24-2 OpenLDAP libraries
ii  libltdl31.5.22-4 A system independent dlopen wrappe
ii  libperl5.8  5.8.8-6  Shared Perl library
ii  libsasl22.1.19.dfsg1-0.2 Authentication abstraction library
ii  libslp1 1.2.1-5  OpenSLP libraries
ii  libssl0.9.8 0.9.8b-2 SSL shared libraries
ii  libwrap07.6.dbs-9Wietse Venema's TCP wrappers libra
ii  perl [libmime-base64-pe 5.8.8-6  Larry Wall's Practical Extraction 
ii  psmisc  22.2-1   Utilities that use the proc filesy

Versions of packages slapd recommends:
pn  db4.2-util  none   (no description available)
ii  libsasl2-modules2.1.19.dfsg1-0.2 Pluggable Authentication Modules f

-- debconf information:
  slapd/fix_directory: true
* shared/organization: localdomain
  slapd/upgrade_slapcat_failure:
  slapd/backend: BDB
* slapd/allow_ldap_v2: false
  slapd/no_configuration: false
  slapd/move_old_database: true
  slapd/suffix_change: false
  slapd/slave_databases_require_updateref:
* slapd/dump_database_destdir: /var/backups/slapd-VERSION
  slapd/autoconf_modules: true
* slapd/domain: poggs.net
  slapd/password_mismatch:
  slapd/invalid_config: true
  slapd/upgrade_slapadd_failure:
* slapd/dump_database: always
  slapd/migrate_ldbm_to_bdb: false
  slapd/purge_database: false
  slapd/admin:


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



Bug#371136: RFP: libhtml-superform-perl -- An interface for generating basic HTML form elements

2006-06-07 Thread Peter Hicks
Package: wnpp
Severity: wishlist

* Package name: libhtml-superform-perl
  Version : x.y.z
  Upstream Author : Name [EMAIL PROTECTED]
* URL : http://www.example.org/
* License : (GPL, LGPL, BSD, MIT/X, etc.)
  Programming Lang: (C, C++, C#, Perl, Python, etc.)
  Description : An interface for generating basic HTML form elements

Used in its basic form, this module provides an interface for generating
basic HTML form elements much like HTML::StickyForms does. The main
difference is HTML::SuperForm returns HTML::SuperForm::Field objects rather
than plain HTML. This allows for more flexibilty when generating forms for a
complex application.

This module is available on CPAN.


-- 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-beyond4.1
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#331435: xserver-xorg: Mouse pointer occasionally vanishes

2005-10-04 Thread Peter Hicks

Hi David

David Martínez Moreno wrote:

Have you tried to use nv driver instead of NVidia one? That could be the 
definite thing to know for assigning the bug to xserver-xorg or 
nvidia-driver.


That was one of my thoughts today - although I've narrowed the problem 
down, and it only occurs after the machine has been idle for a while. 
I'll run 'nv' on my laptop, as it only has a single LCD and I'll still 
be able to use it.


Just to add some more detail - when the mouse pointer disappears, it's 
as if the mouse doesn't exist - even clicking randomly doesn't select 
more windows.


Leave it with me - I'll pop nv on my laptop and see how that goes.

Best wishes,


Peter.

--
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?



Bug#331435: xserver-xorg: Mouse pointer occasionally vanishes

2005-10-03 Thread Peter Hicks
Package: xserver-xorg
Version: 6.8.2.dfsg.1-7
Severity: important

Hello

On both my desktop (details below) and laptop (same release), the mouse
pointer occasionally disappears and never returns.  This happens with a
Logitech USB mouse on my desktop, and a Synaptics mouse-pad on my laptop.

No errors in dmesg, and restarting the X server resolves the problem.


Peter.


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

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

X server symlink status:
lrwxrwxrwx  1 root root 17 2005-07-15 17:27 /etc/X11/X - /usr/bin/X11/Xorg
-rwxr-xr-x  1 root root 1833176 2005-09-08 07:53 /usr/bin/X11/Xorg

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

VGA-compatible devices on PCI bus:
:01:00.0 VGA compatible controller: nVidia Corporation NV25 [GeForce4 Ti 
4200] (rev a3)

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

Xorg X server configuration file status:
-rw-r--r--  1 root root 2914 2005-09-04 17:38 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
#
#  /etc/X11/XF86Config
#

Section Module

Loaddbe   # Double buffer extension
Loadextmod

SubSection extmod
Option  omit xfree86-dga
EndSubSection

Loadtype1
Loadfreetype

#   Loaddri
Loadglx

EndSection

Section Files

RgbPath /usr/X11R6/lib/X11/rgb

#   FontPath/usr/X11R6/lib/X11/fonts/local/
FontPath/usr/X11R6/lib/X11/fonts/misc/
FontPath/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/100dpi/:unscaled
#   FontPath/usr/X11R6/lib/X11/fonts/URW
FontPath/usr/X11R6/lib/X11/fonts/Type1/
#   FontPath/usr/X11R6/lib/X11/fonts/Speedo/
FontPath/usr/X11R6/lib/X11/fonts/75dpi/
FontPath/usr/X11R6/lib/X11/fonts/100dpi/
FontPathunix/:7100
FontPathunix/:7110

ModulePath  /usr/X11R6/lib/modules

EndSection

Section ServerFlags

Option  NoTrapSignals
#   Option  DontZap
#   Option  Dont Zoom
#   Option  DisableVidModeExtension
#   Option  AllowNonLocalXvidtune
#   Option  DisableModInDev
#   Option  AllowNonLocalModInDev

#   Option  Xinerama

EndSection

Section InputDevice

Identifier  Keyboard1
Driver  keyboard
#   Option  Protocol  Xqueue

Option  AutoRepeat500 30
#   Option  Xleds 1 2 3

#   Option  LeftAlt   Meta
#   Option  RightAlt  ModeShift

Option XkbRules   xfree86
Option XkbModel   itouch
Option XkbLayout  gb
Option XkbOptions 
grp:lwin_switch,lv3:rwin_switch,ctrl:ctrl_aa,grp_led:scroll:shift_nocancel

EndSection


Section InputDevice

Identifier  Logitech Cordless
Driver  mouse
Option  Protocol  IMPS/2
Option  Device/dev/input/mice

Option  Buttons   5
Option  ZAxisMapping  4 5

Option  Emulate3Buttons   off
#   Option  Emulate3Timeout   50

#   Option  ChordMiddle

EndSection


Section Monitor

Identifier  Iiyama VisionMaster Pro 413

HorizSync   30-96
VertRefresh 50-160

EndSection

Section Monitor

Identifier  CTX PR705F

HorizSync   30-85
VertRefresh 50-160

EndSection

Section Device

Identifier  NVidia GeForce Ti4200
VendorName  NVidia
Driver  nvidia
#   Driver  nv
BusID   PCI:1:0:0

Option  TwinView  on
Option  SecondMonitorHorizSync30-85
Option  SecondMonitorVertRefresh  50-160
Option  TwinViewOrientation   RightOf
Option  MetaModes 1280x1024,1280x1024
Option  ConnectedMonitor  crt,crt
Option  RenderAccel   true

#   Screen 0
#   Screen 1

EndSection


Section Screen

Identifier  Screen 1

Device  NVidia GeForce Ti4200
Monitor Iiyama VisionMaster Pro 413

DefaultDepth24

Subsection  Display

Depth   24
Modes   2560x1024
Viewport0 0

EndSubsection

EndSection

Section ServerLayout

Identifier  Dualhead

Screen  Screen 1

InputDevice Logitech Cordless CorePointer
InputDevice Keyboard1 CoreKeyboard

EndSection

Section DRI

Mode 0666

EndSection

Section Extensions

Option  Composite 

Bug#331435: xserver-xorg: Mouse pointer occasionally vanishes

2005-10-03 Thread Peter Hicks

Hello

David Martínez Moreno wrote:


El lunes, 3 de octubre de 2005 15:30, Peter Hicks escribió:


On both my desktop (details below) and laptop (same release), the
mouse pointer occasionally disappears and never returns.  This
happens with a Logitech USB mouse on my desktop, and a Synaptics
mouse-pad on my laptop.

No errors in dmesg, and restarting the X server resolves the
problem.


Hello, Peter. Did the pointer disappear always in the same screen?


I'm not sure, both times I'd walked away from the machine for a few minutes.

My laptop's single-headed, my desktop dual-headed with no common 
hardware apart from an NVidia graphics card.



Peter.

--
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?



Bug#330138: wpasupplicant: Should depend on libopensc-openssl

2005-09-27 Thread Peter Hicks
Kyle McMartin wrote:

 Spoke too soon. The problem is engine.  I didn't specify any, and
 the default is to not load any, but depending on the config, some could
 be loaded. I'm tempted to just comment this in the config file, and
 add a suggests or recommends on the required packages.

A Suggests would be better, I think.  The OpenSC libraries aren't
exactly commonplace, so a combination of that and a comment would sort
things out.


Peter.

-- 
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#330138: wpasupplicant: Should depend on libopensc-openssl

2005-09-26 Thread Peter Hicks
Package: wpasupplicant
Version: 0.4.4-1
Severity: important

Hello

On a laptop where wpasupplicant was working last week, today's upgrade
breaks and reports problems loading an OpenSC library.

Installing libopensc-openssl works around this problem - should the package
depend on it?



Peter.



-- 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.13-ck6
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages wpasupplicant depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  libreadline5  5.0-11 GNU readline and history libraries
ii  libssl0.9.7   0.9.7g-2   SSL shared libraries

wpasupplicant recommends no packages.

-- no debconf information


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



Bug#330138: wpasupplicant: Should depend on libopensc-openssl

2005-09-26 Thread Peter Hicks
Kyle McMartin wrote:

 How odd, I don't have this package installed... Which authentication
 methods are you using?

Numerous, and I had the OpenSC libraries installed on my laptop for
other projects.  Certainly, the configuration files referenced some .so
files.

Sorry I can't be more specific, I was more concerned with fixing
authentication on my wireless kit than keeping track of what broke and
how I'd fix it.


Peter.

-- 
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#328240: php4-rrdtool: Please provide php5-rrdtool package

2005-09-14 Thread Peter Hicks
Package: php4-rrdtool
Version: 1.04-15
Severity: wishlist

Hello

Would you consider releasing a php5-rrdtool package for PHP5?  It's the only
reason I've not updated to PHP5 on any of my three systems yet.


Peter.


-- 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-ck5
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages php4-rrdtool depends on:
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  librrd2   1.2.11-0.2 Time-series data storage and displ
ii  php4-cli [phpapi-20050606]4:4.4.0-2  command-line interpreter for the p

php4-rrdtool recommends no packages.

-- debconf information:
  php4/add_extension: true
  php4/remove_extension: true
  php4/extension_rrdtool_cli: true


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



Bug#279670: Additional request

2005-09-08 Thread Peter Hicks
Hello

I second the request for embedded perl in this package.  My servers are
handing around 150 traps per minute and running with high load.  Embedded
perl would help me no end.

Is there something I can do to speed this along?


Peter.


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



Bug#323941: php4-rrdtool: Please update to be compatible with librrd2

2005-08-19 Thread Peter Hicks
Package: php4-rrdtool
Version: 1.04-13
Severity: wishlist

Hello

librrd2 is now available.  When this is installed on a Debian unstable box,
any new rrd files generated use a format that php4-rrdtool can't read.

Could this package be updated to use the new version library?


Peter.


-- 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-ck5
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages php4-rrdtool depends on:
ii  debconf [debconf-2.0]  1.4.57Debian configuration management sy
ii  libc6  2.3.5-3   GNU C Library: Shared libraries an
ii  librrd01.0.40-2.onms Time-series data storage and displ
ii  php4-cli [phpapi-20050606] 4:4.4.0-1 command-line interpreter for the p

php4-rrdtool recommends no packages.

-- debconf information:
  php4/add_extension: true
  php4/remove_extension: true
  php4/extension_rrdtool_cli: true


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



Bug#322732: bluez-utils: rfcomm bind fails with obscure error message

2005-08-12 Thread Peter Hicks
Package: bluez-utils
Version: 2.18-1
Severity: wishlist

Hello

When the 'rfcomm' kernel module isn't compiled with CONFIG_BT_RFCOMM_TTY
enabled, 'rfcomm bind' will fail with an obscure error message, Can't
create device: Operation not supported.  It does this when it's trying to
bind to a device in /dev.

Could this be changed to report something more useful, such as Check
rfcomm.ko is compiled with TTY support?


Peter.


-- 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-ck5
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages bluez-utils depends on:
ii  bluez-pin   0.25-1   Bluetooth PIN helper with D-BUS su
ii  dbus-1  0.23.4-3 simple interprocess messaging syst
ii  libbluetooth1   2.18-1   Library to use the BlueZ Linux Blu
ii  libc6   2.3.5-3  GNU C Library: Shared libraries an
ii  libusb-0.1-42:0.1.10a-18 userspace USB programming library
ii  module-init-tools   3.2-pre8-1   tools for managing Linux kernel mo
ii  modutils2.4.27.0-3   Linux module utilities
ii  sysvinit2.86.ds1-1   System-V like init

bluez-utils recommends no packages.

-- no debconf information


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



Bug#285053: More info - #285053: sudo keeps complaining about timestamp being too far in the future

2005-06-19 Thread Peter Hicks
Package: sudo
Version: 1.6.8p7-1.1
Followup-For: Bug #285053

Hello

This only appears to be a problem on sparc64, and I've had the same issue
for several months now.


Peter.


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

Versions of packages sudo depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libpam-modules  0.76-22  Pluggable Authentication Modules f
ii  libpam0g0.76-22  Pluggable Authentication Modules l

sudo recommends no packages.

-- no debconf information


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



Bug#314913: MySQL plugin isn't configured to be able to pass a username/password

2005-06-19 Thread Peter Hicks
Package: nagios-plugins
Version: 1.4-6
Severity: important
Tags: patch

Hello

The MySQL plugin's configuration file, /etc/nagios-plugins/config/mysql.cfg,
isn't set to allow a username/password to be provided.

A workaround is:

  /usr/lib/nagios/plugins/check_mysql -H $HOSTADDRESS$ -u $ARG1$ -p $ARG2$

However, this probably won't work if check_mysql is set not to need a
password.  How about two commands - check_mysql_anon and check_mysql - the
first not needing a password?


Peter.


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

Versions of packages nagios-plugins depends on:
ii  bind9-host [host]  1:9.3.1-2 Version of 'host' bundled with BIN
ii  dnsutils   1:9.3.1-2 Clients provided with BIND
ii  fping  2.4b2-to-ipv6-11  sends ICMP ECHO_REQUEST packets to
ii  iputils-ping   3:20020927-2  Tools to test the reachability of 
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libldap2   2.1.30-10 OpenLDAP libraries
ii  libmysqlclient12   4.0.24-10 mysql database client library
ii  libnet-snmp-perl   5.0.1-1   Script SNMP connections
ii  libpq3 1:7.4.8-9 PostgreSQL C client library
ii  libssl0.9.70.9.7g-1  SSL shared libraries
ii  ntp1:4.2.0a+stable-8 Network Time Protocol: network uti
ii  ntp-simple 1:4.2.0a+stable-8 Network Time Protocol: daemon for 
ii  ntpdate1:4.2.0a+stable-8 The ntpdate client for setting sys
ii  procps 1:3.2.5-1 /proc file system utilities
ii  qstat  2.8-1 Command-line tool for querying qua
ii  radiusclient1  0.3.2-8   /bin/login replacement which uses 
ii  smbclient  3.0.14a-5 a LanManager-like simple client fo
ii  snmp   5.1.2-6.1 NET SNMP (Simple Network Managemen

Versions of packages nagios-plugins recommends:
ii  nagios-text 2:1.3-cvs.20050402-2.sarge.1 A host/service/network monitoring 

-- no debconf information


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



Bug#303292: Installation report

2005-04-05 Thread Peter Hicks
Package: installation-reports
Debian-installer-version: RC3
uname -a: Linux laptop 2.6.8-2-386 #1 Mon Jan 24 03:01:58 EST 2005 i686 
unknown
Date: 2005-04-05 21:30
Method: Booted RC3 netboot kernel and initrd.gz, downloaded installer 
modules from mirror.ox.ac.uk

Machine: Toshiba Tecra M3
Processor: 2GHz Pentium M?
Memory: 512Mb
Root Device: IDE, appears to be SATA
Root Size/partition table: N/A
Output of lspci and lspci -n: N/A
Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it
Initial boot worked:[O]
Configure network HW:   [E]
Config network: [O]
Detect CD:  [ ]
Load installer modules: [O]
Detect hard drives: [E]
Partition hard drives:  [ ]
Create file systems:[ ]
Mount partitions:   [ ]
Install base system:[ ]
Install boot loader:[ ]
Reboot: [ ]
Comments/Problems:
Refused to see the sk98lin-driven NIC, so I downloaded the 2.6.8-2 
kernel sources, patched with the Linux driver patch from Marvell, made 
the modules, copied the newer sk98lin.ko over to the initrd, rebooted 
and driver loaded without issue.

A lot of the PCI devices were 'unknown' so I copied over later *.lst ID 
files from the discover package on an unstable box, which then 
identified a lot of them.  The IDE controller is an Intel 82801FBM 
(ICH6M) SATA controller, however d-i can't find a driver for this :-(

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


Bug#295866: zaptel-source: Unable to find libtonezone

2005-02-18 Thread Peter Hicks
Package: zaptel-source
Version: 1:1.0.2-2
Severity: minor

When compiling from source, I get the following error:

mkdir -p 
/usr/src/modules/zaptel/debian/zaptel-modules-2.6.10-ck5/usr/include/linux
install -m 644 zaptel.h 
/usr/src/modules/zaptel/debian/zaptel-modules-2.6.10-ck5/usr/include/linux
install -m 644 torisa.h 
/usr/src/modules/zaptel/debian/zaptel-modules-2.6.10-ck5/usr/include/linux
( cd /usr/src/modules/zaptel/debian/zaptel-modules-2.6.10-ck5/usr/lib ; rm -f 
libtonezone.so ; ln -sf libtonezone.so.1.0 libtonezone.so )
cd: 1: can't cd to 
/usr/src/modules/zaptel/debian/zaptel-modules-2.6.10-ck5/usr/lib

The usr/lib directory doesn't exist, however libtonezone.so.1.0 is in /usr/lib 
on my system.  I'm confused!


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-ck5
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]