Bug#1069279: loading /etc/profile.d scripts should enforce consistent ordering

2024-04-19 Thread Dave Holland
On Fri, 19 Apr 2024 at 10:51, Santiago Vila  wrote:
> Thanks for the report. Is this not already addressed by the proposed
> patch in Bug #885414, in which we explicitly use run-parts --list
> to get the files to be processed?

Hi,

Thanks for the quick reply. I had only read the first few entries in
#885414 and assumed from the dates that it wasn't making progress. Now
I read to the end, I see it is active, and that using run-parts does
seem like it will cover this. Great!

I saw in #604918 that /etc/profile is deliberately not treated as a
conffile. Is there any way to get the new version installed on package
upgrade, other than an external configuration management system such
as Ansible?

Cheers,
Dave



Bug#1069279: loading /etc/profile.d scripts should enforce consistent ordering

2024-04-19 Thread Dave Holland
Package: base-files
Version: 12.4+deb12u5

The fragment in /etc/profile (copied from
/usr/share/base-files/profile) does not enforce a particular locale
when generating the list of /etc/profile.d/*.sh files to load. This
means that the ordering of those scripts is not predictable, but
depends on the locale (LC_ALL environment variable) of the user
logging in, when passed by sshd. This can lead to subtle misbehaviour
at best, or outright breakage at worst. A user should not be able to
influence the admin-configured script ordering which is set by those
filenames.

Suggested fix: explicitly set LC_ALL=C, to match the sort behaviour of
run-parts, and if necessary reset it afterwards.

thanks,
Dave



Bug#985196: on OpenRD "client" ( arch = armv5tel ) Upgraded from Buster to Bullseye and haveged stoped working.

2021-09-02 Thread Dave Holland
I had the same problem when I upgraded my SheevaPlug (armel) from Buster to
Bullseye.

I found this thread:
https://archlinuxarm.org/forum/viewtopic.php?f=15=14549

Adding the following service override makes haveged start as expected:

root@puny:~# cat /etc/systemd/system/haveged.service.d/override.conf
[Service]
SystemCallFilter=uname

Please would you consider including that for armel packages?

Cheers,
Dave


Bug#707184: Debian Backport

2013-11-13 Thread Dave Holland
s3ql for Wheezy - yes please.

Cheers,
Dave


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



Bug#661845: biff: postinst assumes existence of /etc/inetd.conf and hence prints errors

2012-03-02 Thread Dave Holland
On Thu, Mar 01, 2012 at 08:29:06PM +, pfx-debianb...@goeswhere.com wrote:
 .. as /etc/inetd.conf doesn't exist on my system.  This is scary to me.

Biff needs an inetd to work. Can I just ask, do you have any inetd
equivalents on your system? What's the output of:  dpkg -l | grep inetd

thanks,
Dave



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



Bug#574133: Import of Google Calendar ICAL file fails with year is out of range parse error

2011-04-08 Thread Dave Holland
Hi,

this bug is a show-stopper for me using the ics_diff.py utility.

Do you mind if I NMU a version with the supplied patch applied?

thanks,
Dave



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



Bug#603691: patch for #603691 python-flickrapi: Using deprecated module md5

2011-03-30 Thread Dave Holland
Hi,

the patch to fix this is pretty simple (attached).

Would you like me to NMU?

Cheers,
Dave
--- ez_setup.py	2008-09-20 21:50:43.0 +0100
+++ ez_setup.py.patched	2011-03-30 10:11:38.0 +0100
@@ -54,7 +54,7 @@
 
 def _validate_md5(egg_name, data):
 if egg_name in md5_data:
-from md5 import md5
+from hashlib import md5
 digest = md5(data).hexdigest()
 if digest != md5_data[egg_name]:
 print sys.stderr, (
--- flickrapi/__init__.py	2011-03-30 10:12:42.0 +0100
+++ flickrapi/__init__.py.patched	2011-03-30 10:12:26.0 +0100
@@ -42,7 +42,7 @@
 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 import sys
-import md5
+import hashlib
 import urllib
 import urllib2
 import mimetools
@@ -283,7 +283,7 @@
 % (key, datum))
 data.append(datum)
 
-md5_hash = md5.new()
+md5_hash = hashlib.md5()
 md5_hash.update(''.join(data))
 return md5_hash.hexdigest()
 


Bug#610122: xjig: timer goes on after completing, finally causes beeps every 1s

2011-01-20 Thread Dave Holland
On Thu, Jan 20, 2011 at 09:05:28PM -0500, pac...@kosh.dhis.org wrote:
 But here's something even better: a patch to eliminate the magic number by
 adding an explicit flag for the end phase when the clock is no longer
 ticking. Besides fixing the weird behavior at the megasecond mark, this also
 makes it stop waking up once per second after the puzzle is finished.

Thanks for that!

I'm currently travelling, with limited connectivity, but I'll upload a
new package next week.

Cheers,
Dave



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



Bug#607398: resolv.conf(5) should mention options single-request

2010-12-17 Thread Dave Holland
Package: manpages
Version: 3.27-1

The libc in Squeeze has a changed stub resolver behaviour which
attempts to do IPv4 and IPv6 lookups in parallel; unfortunately this
breaks in the presence of some firewalls/routers.

The workaround is documented here:
http://udrepper.livejournal.com/20948.html
and it is to add
  options single-request
to /etc/resolv.conf

Please can this be mentioned in the man page for resolv.conf?

thanks,
Dave



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



Bug#569203: ITP: parti -- an experimental window manager, a WM library, and screen for X

2010-11-26 Thread Dave Holland
Hello Miguel and Michael,

I just wondered what the state of this ITP was? I wanted to use xpra
on Lenny and found that the 0.0.6-0ubuntu8 source package from Ubuntu
builds (with a few warnings) on Lenny and the resulting binary works
fine for me.

Would it be sensible to take 0.0.6-0ubuntu8 and import it into Debian,
then have Ubuntu pull from there? Presumably that would make less work
for Ubuntu MOTU going forwards? I know we're too late for Squeeze but
it'd be nice to see xpra in Wheezy.

Cheers,
Dave



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



Bug#596623: enemies-of-carlotta: throws md5 deprecation warnings in squeeze

2010-09-13 Thread Dave Holland
severity 596623 serious
thanks

On Sun, Sep 12, 2010 at 11:12:49PM +0200, Philipp Kern wrote:
 $ enemies-of-carlotta
 /usr/share/enemies-of-carlotta/eoc.py:11: DeprecationWarning: the md5 module 
 is deprecated; use hashlib instead
   import md5
[...]
 Seen on all actions, too.  The fix should be fairly straightforward.

Oops. Thanks. I'm raising this to serious because I think the
unexpected output will confuse MTAs. I've just built and tested
1.2.6-4 with the fix (you're right, it was straightforward) and I'll
upload that shortly. Then I'll try to get it into Squeeze.

Cheers,
Dave



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



Bug#596675: freeze exception: enemies-of-carlotta 1.2.6-4 into Squeeze

2010-09-13 Thread Dave Holland
Package: release.debian.org

Hi,

Yesterday I had bug #596623 reported (enemies-of-carlotta uses
deprecated md5 module). The result is that the deprecation warnings
will confuse MTAs and break mailing lists using e-o-c. So I've just
now changed the bug to serious, and uploaded 1.2.6-4 which uses the
hashlib module instead. Please can you allow this version into Squeeze
for release? Sorry I didn't notice the problem sooner.

This is the changelog entry from 1.2.6-3 which is currently in Squeeze:

enemies-of-carlotta (1.2.6-4) unstable; urgency=high

  * Switched from deprecated md5 to hashlib (closes: #596623)

 -- Dave Holland d...@debian.org  Mon, 13 Sep 2010 10:33:49 +0100

thanks,
Dave



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



Bug#596623: enemies-of-carlotta: throws md5 deprecation warnings in squeeze

2010-09-13 Thread Dave Holland
On Mon, Sep 13, 2010 at 12:05:43PM +0200, Philipp Kern wrote:
 At least in my case Exim didn't choke at all and I only noticed it on the
 CLI interface.

OK, that's interesting - and possibly reassuring too! A few years ago
I had problems with Exim and spurious output from commands - maybe
it's more resilient now.

Cheers,
Dave



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



Bug#366929: cfs 1.4.1-20 fixes the problem

2009-12-01 Thread Dave Holland
I ran into this problem too after upgrading to Lenny.

I found that cfs 1.4.1-20 (currently in sid) installed cleanly on my
Lenny machine, and allowed me to use cfs again. I hope that's useful.

Cheers,
Dave



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



Bug#550953: [Piuparts-devel] Bug#550953: piuparts should also ignore index.db for non-English manpages

2009-10-15 Thread Dave Holland
On Wed, Oct 14, 2009 at 06:12:42PM +0200, Holger Levsen wrote:
 thanks for your bugreport. I'll fix it maƱana most probably :-)

Gracias ;-)

Cheers,
Dave



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



Bug#550953: piuparts should also ignore index.db for non-English manpages

2009-10-14 Thread Dave Holland
Package: piuparts
Version: 0.36

piuparts ignores /var/cache/man/index.db but it should ignore the
non-English equivalents such as /var/cache/man/es/index.db too.
I noticed this since piuparts started reporting errors like this
when the package contains a non-English manual page:

 0m18.3s ERROR: FAIL: After purging files have been modified:
   /var/cache/man/es/index.db not owned

(from http://piuparts.debian.org/sid/fail/enemies-of-carlotta_1.2.6-2.log )

Suggested fix: add /var/cache/man/.*/index.db to the definition of
ignored_patterns in /usr/sbin/piuparts.

Cheers,
Dave



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



Bug#521314: cupsd crash: double free or corruption

2009-03-26 Thread Dave Holland
Package: cups
Version: 1.3.8-1lenny4.1
Severity: normal

cupsd crashed with a glibc error: double free or corruption.

This is a fairly busy system, with 133 printers configured. As such, I
don't know the sequence of events immediately before the crash. I haven't
seen this crash before and don't know how to reproduce it.

I've attached the backtrace excerpt from /var/log/syslog.

thanks,
Dave


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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
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 cups depends on:
ii  adduser3.110 add and remove users and groups
ii  cups-common1.3.8-1lenny4.1   Common UNIX Printing System(tm) - 
ii  debconf [debconf-2 1.5.24Debian configuration management sy
ii  ghostscript8.62.dfsg.1-3.2lenny0 The GPL Ghostscript PostScript/PDF
ii  libavahi-compat-li 0.6.23-3lenny1Avahi Apple Bonjour compatibility 
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcups2   1.3.8-1lenny4.1   Common UNIX Printing System(tm) - 
ii  libcupsimage2  1.3.8-1lenny4.1   Common UNIX Printing System(tm) - 
ii  libdbus-1-31.2.1-5   simple interprocess messaging syst
ii  libgnutls262.4.2-6   the GNU TLS library - runtime libr
ii  libkrb53   1.6.dfsg.4~beta1-5MIT Kerberos runtime libraries
ii  libldap-2.4-2  2.4.11-1  OpenLDAP libraries
ii  libpam0g   1.0.1-5   Pluggable Authentication Modules l
ii  libpaper1  1.1.23+nmu1   library for handling paper charact
ii  libslp11.2.1-7.5 OpenSLP libraries
ii  lsb-base   3.2-20Linux Standard Base 3.2 init scrip
ii  perl-modules   5.10.0-19 Core Perl modules
ii  procps 1:3.2.7-11/proc file system utilities
ii  ssl-cert   1.0.23simple debconf wrapper for OpenSSL
ii  xpdf-utils [popple 3.02-1.4  Portable Document Format (PDF) sui

Versions of packages cups recommends:
ii  avahi-utils   0.6.23-3lenny1 Avahi browsing, publishing and dis
ii  cups-client   1.3.8-1lenny4.1Common UNIX Printing System(tm) - 
ii  foomatic-filters  3.0.2-20080211-3.2 OpenPrinting printer support - fil
ii  smbclient 2:3.2.5-4  a LanManager-like simple client fo

Versions of packages cups suggests:
ii  cups-bsd1.3.8-1lenny4.1  Common UNIX Printing System(tm) - 
pn  cups-driver-gutenprint  none   (no description available)
pn  cups-pdfnone   (no description available)
ii  foomatic-db 20080211-2+nmu1  OpenPrinting printer support - dat
ii  foomatic-db-engine  3.0.2-20080211-1 OpenPrinting printer support - pro
pn  hplip   none   (no description available)
pn  xpdf-korean | xpdf-japa none   (no description available)

-- debconf information:
  cupsys/raw-print: true
  cupsys/backend: ipp, lpd, parallel, scsi, serial, socket, usb, snmp, dnssd



-- 
 The Wellcome Trust Sanger Institute is operated by Genome Research 
 Limited, a charity registered in England with number 1021457 and a 
 company registered in England with number 2742969, whose registered 
 office is 215 Euston Road, London, NW1 2BE. 
Mar 26 14:12:40 cupsrv2 cupsd[5506]: REQUEST 172.19.29.58 - - GET /ppd/E201C.ppd HTTP/1.1 200 88663 - -
Mar 26 14:12:41 cupsrv2 cupsd[5506]: REQUEST 172.19.29.58 - - POST /printers/E201C HTTP/1.1 200 5744530 Print-Job successful-ok
Mar 26 14:12:45 cupsrv2 cupsd[5506]: REQUEST 172.20.10.101 - - POST / HTTP/1.1 200 75 - -
Mar 26 14:12:48 cupsrv2 *** glibc detected *** /usr/sbin/cupsd: double free or corruption (!prev): 0x09bcece8 ***
Mar 26 14:12:48 cupsrv2 === Backtrace: =
Mar 26 14:12:48 cupsrv2 /lib/i686/cmov/libc.so.6[0xb7c0f624]
Mar 26 14:12:48 cupsrv2 /lib/i686/cmov/libc.so.6(cfree+0x96)[0xb7c11826]
Mar 26 14:12:48 cupsrv2 /usr/sbin/cupsd[0x805880e]
Mar 26 14:12:48 cupsrv2 /usr/sbin/cupsd(cupsdReadClient+0x15f0)[0x805a710]
Mar 26 14:12:48 cupsrv2 /usr/sbin/cupsd[0x8092dc2]
Mar 26 14:12:48 cupsrv2 /usr/sbin/cupsd[0x806b35c]
Mar 26 14:12:48 cupsrv2 /lib/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb7bb7455]
Mar 26 14:12:48 cupsrv2 /usr/sbin/cupsd[0x804fa51]
Mar 26 14:12:48 cupsrv2 === Memory map: 
Mar 26 14:12:48 cupsrv2 08048000-080a7000 r-xp  08:01 359810 /usr/sbin/cupsd#012080a7000-080a9000 rw-p 0005f000 08:01 359810 /usr/sbin/cupsd#01209861000-0a588000 rw-p 09861000 00:00 0  [heap]#012b760-b7621000 rw-p b760 00:00 0 #012b7621000-b770 ---p b7621000 00:00 0 #012b77da000-b77e3000 r-xp  08:01 475251 /lib/i686/cmov/libnss_nis-2.7.so#012b77e3000-b77e5000 rw-p 

Bug#495917: openssh-client: unable to connect to Netscreen Devices with version 1:5.1p1-2

2008-08-28 Thread Dave Holland
Hi,

I just had chance to test the patch. With the small amendment below it
works fine with our XOS switches (typically ExtremeXOS version 11.6.3.5
v1163b5).

Thanks!

Dave

--- openssh-5.1p1.orig/compat.c
+++ openssh-5.1p1/compat.c
@@ -160,6 +160,8 @@
SSH_BUG_SCANNER },
{ Probe-*,
SSH_BUG_PROBE },
+   { NetScreen,
+ *4.1.2*,SSH_BUG_WINDOWSIZE },
{ NULL, 0 }
};
 



-- 
 The Wellcome Trust Sanger Institute is operated by Genome Research 
 Limited, a charity registered in England with number 1021457 and a 
 company registered in England with number 2742969, whose registered 
 office is 215 Euston Road, London, NW1 2BE. 



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



Bug#495917: openssh-client: unable to connect to Netscreen Devices with version 1:5.1p1-2

2008-08-27 Thread Dave Holland
Hello,

A colleague tells me:

| There appears to be a bug in XOS switches that mean that if you try and
| ssh to them from a machine running openssh 4.7 or higher (this is the
| default on lenny) then you will fail to connect with a message channel
| 0: open failed: resource shortage: Channel open failed.
| 
| This is down to an increase in the window size available in the ssh
| client. I've made a patched version of the openssh 5.1 binary which
| reduces the window size back to the pre  openssh 4.7 size (4k rather
| than 64k).
| 
| The work around is to change the advertised window size back to 4 from
| 64k in channels.h
| 
| 151c151
|  #define CHAN_SES_WINDOW_DEFAULT (64*CHAN_SES_PACKET_DEFAULT)
| ---
|  #define CHAN_SES_WINDOW_DEFAULT (4*CHAN_SES_PACKET_DEFAULT)
| 153c153
|  #define CHAN_TCP_WINDOW_DEFAULT (64*CHAN_TCP_PACKET_DEFAULT)
| ---
|  #define CHAN_TCP_WINDOW_DEFAULT (4*CHAN_TCP_PACKET_DEFAULT)

I've asked him to report the bug to Extreme too.

Dave


-- 
 The Wellcome Trust Sanger Institute is operated by Genome Research 
 Limited, a charity registered in England with number 1021457 and a 
 company registered in England with number 2742969, whose registered 
 office is 215 Euston Road, London, NW1 2BE. 



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



Bug#495917: openssh-client: unable to connect to Netscreen Devices with version 1:5.1p1-2

2008-08-27 Thread Dave Holland
On Wed, Aug 27, 2008 at 03:59:18PM +0100, Colin Watson wrote:
 Does the rather ugly patch attached to this mail help?

The Extreme X450 XOS switches we have here (X450 and Black Diamond
models) have this version banner:

SSH-2.0-4.1.2 SSH Secure Shell Toolkit

so I guess after this line
 +  { NetScreen,  SSH_BUG_WINDOWSIZE },
we should also have a line like
 +  { *4.1.2*,SSH_BUG_WINDOWSIZE },
to include these devices too?

thanks,
Dave



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



Bug#475182: mcabber should use stat (not lstat) to check config file permissions

2008-04-09 Thread Dave Holland
Package: mcabber
Version: 0.8.3-1
Severity: minor
Tags: patch

My .mcabberrc is a symlink to an encfs-encrypted file because it
contains a password:

[EMAIL PROTECTED]:~$ ls -l .mcabberrc 
lrwxrwxrwx 1 dh3 dh3 16 2008-03-20 09:37 .mcabberrc - encfs/.mcabberrc
[EMAIL PROTECTED]:~$ ls -l encfs/.mcabberrc 
-rw--- 1 dh3 dh3 10004 2008-03-28 14:47 encfs/.mcabberrc

When mcabber starts, it complains about the file permissions:

[EMAIL PROTECTED]:~$ mcabber 
MCabber 0.8.3 -- Email: mcabber [at] lilotux [dot] net
[15:31:29] MCabber 0.8.3 -- Email: mcabber [at] lilotux [dot] net
[15:31:29] Bad permissions [/home/dh3/.mcabberrc]
[15:31:29] Permissions have been corrected

I believe this is because mcabber is using lstat when it should be using
stat to check the file permissions. The permissions of the symlink are
irrelevant, it's the permissions on the target file that should be
checked. (Incidentally, the message claiming that the permissions have
been corrected is false because chmod works on the target file not the
symlink.)

I've attached a small patch to fix this.

thanks,
Dave

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

Versions of packages mcabber depends on:
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libncursesw5   5.5-5 Shared libraries for terminal hand
ii  libssl0.9.80.9.8c-4etch1 SSL shared libraries

mcabber recommends no packages.

-- no debconf information



-- 
 The Wellcome Trust Sanger Institute is operated by Genome Research 
 Limited, a charity registered in England with number 1021457 and a 
 company registered in England with number 2742969, whose registered 
 office is 215 Euston Road, London, NW1 2BE. 
--- mcabber-0.8.3/src/utils.c   2006-11-16 20:54:21.0 +
+++ mcabber-0.8.3-patched/src/utils.c   2008-04-09 15:36:12.30700 +0100
@@ -127,7 +127,7 @@
   return 0;
 #endif
 
-  fd = lstat(name, buf);
+  fd = stat(name, buf);
   if (fd == -1) return -1;
 
   if (buf.st_uid != geteuid()) {


Bug#462437: dirvish-cronjob's mount_check() should accept an xfs filesystem

2008-01-24 Thread Dave Holland
Package: dirvish
Version: 1.2.1-1
Severity: normal
Tags: patch


If /etc/dirvish/dirvish-cronjob is used to mount an xfs filesystem for
the backup, it fails with this message:

[EMAIL PROTECTED]:~# /etc/dirvish/dirvish-cronjob 
/dirvish isn't inode 2 ?! Mount must have failed; stopping.

  File: `/dirvish'
  Size: 56  Blocks: 0  IO Block: 4096   directory
Device: 801h/2049d  Inode: 128 Links: 6
Access: (0755/drwxr-xr-x)  Uid: (0/root)   Gid: (0/root)
Access: 2008-01-24 20:11:47.352157746 +
Modify: 2008-01-24 20:11:45.648091348 +
Change: 2008-01-24 20:11:45.648091348 +
mount output:
[EMAIL PROTECTED]:~# 

It's an xfs filesystem:

[EMAIL PROTECTED]:~# mount | grep /dirvish
/dev/sda1 on /dirvish type xfs (rw)

The script expects the root inode to be inode 2, but xfs filesystems
mount with inode 128 as the root. The attached simple patch allows
dirvish-cronjob to successfully use an xfs filesystem.

thanks,
Dave


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

Versions of packages dirvish depends on:
ii  libtime-modules-perl 2003.1126-2 Various Perl modules for time/date
ii  libtime-period-perl  1.20-8  Perl library for testing if a time
ii  perl 5.8.8-7 Larry Wall's Practical Extraction 
ii  perl-modules 5.8.8-7 Core Perl modules
ii  rsync2.6.9-2 fast remote file copy program (lik

Versions of packages dirvish recommends:
ii  ssh   1:4.3p2-9  Secure shell client and server (tr

-- no debconf information
--- dirvish-cronjob.orig2008-01-24 20:22:59.0 +
+++ dirvish-cronjob 2008-01-24 20:23:20.0 +
@@ -21,7 +21,11 @@
rm -f $mntout
return 0 # ok
fi
-   echo $1 isn't inode 2 ?! Mount must have failed; stopping.
+   if stat $1 | grep 'Inode: 128[^0-9]' /dev/null; then # ditto
+   rm -f $mntout
+   return 0 # ok
+   fi
+   echo $1 isn't inode 2 or 128?! Mount must have failed; stopping.
echo ''
stat $1
echo mount output:


Bug#443143: postrm fails if update-inetd not installed

2007-09-28 Thread Dave Holland
On Thu, Sep 27, 2007 at 08:15:27PM -0700, Tril wrote:
 apt-get remove update-inetd
 apt-get remove biff

Thanks, but that doesn't work for me:

[EMAIL PROTECTED]:~# apt-get remove update-inetd
Reading package lists... Done
Building dependency tree... Done
The following packages will be REMOVED
  at biff cvs exim4 exim4-base exim4-daemon-light ftp mailx mutt netbase
  nfs-common nis ntp openbsd-inetd pidentd telnet update-inetd

You see that it won't remove update-inetd without taking biff at the
same time.

Anyway, the problem appears to be the return code from [ falling
through to the end of the postrm script. I've added exit 0 to the end
which I believe will prevent this. I'm just about to upload the new
version.

thanks,
Dave



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



Bug#443143: postrm fails if update-inetd not installed

2007-09-26 Thread Dave Holland
Hi,

On Tue, Sep 18, 2007 at 09:21:05PM -0700, Tril wrote:
 I was unable to remove biff because postrm returned 1 (because
 /usr/sbin/update-inetd did not exist).  I fixed this by adding 
 || true at the end of the 4th line.

I don't quite understand what failed; that line already tests for the
presence of /usr/sbin/update-inetd before trying to invoke it:

 [ -e /usr/sbin/update-inetd ]  update-inetd --remove biff

Please can you send me a sequence of commands which will reproduce your
problem? I'll amend that line to change -e to -x to match other
packages' usage.

thanks,
Dave



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



Bug#426513: xserver-xorg-video-ati sometimes crashes soon after starting

2007-05-31 Thread Dave Holland
On Tue, May 29, 2007 at 06:23:38PM +0200, Brice Goglin wrote:
 Could you upgrade xserver-xorg-core to unstable (version 1.3) to see
 whether the bug still occurs?

I installed xserver-xorg-core 2:1.3.0.0.dfsg-5 from unstable (it also
pulled in libdrm2, libgcc1 and gcc-4.2-base).

After a few tries, I haven't been able to reproduce the intermittent
crash. Thanks! Can we leave this bug open for a short while in case it
does recur?

Dave


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



Bug#426513: xserver-xorg-video-ati sometimes crashes soon after starting

2007-05-29 Thread Dave Holland
Package: xserver-xorg-video-ati
Version: 1:6.6.3-2
Severity: important

After a recent dist-upgrade to etch, I'm finding that sometimes - but
not always - xserver-xorg-video-ati crashes soon after starting. The
xorg.log contains:

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x84) [0x80c4354]
1: [0xb7f0f420]
2: /usr/bin/X(Dispatch+0x81) [0x8086b91]
3: /usr/bin/X(main+0x489) [0x806e699]
4: /lib/i686/cmov/libc.so.6(__libc_start_main+0xdc) [0xb7d00ebc]
5: /usr/bin/X(FontFileCompleteXLFD+0xa9) [0x806d9d1]

Fatal server error:
Caught signal 11.  Server aborting

(This appears to be similar to bug 413463 but note that that problem was
not reproducible with 6.6.3-2. Also I am not using MergedFB.)

This is on a Compaq Evo N610c laptop; the video chipset as reported by
lspci is ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility
7500].

The problem *seems* to be related to either starting Mozilla or bringing
up eth0 (DHCP wired connection) but I'm not able to reliably trigger the
X crash with either of those actions.

I'm attaching the complete xorg.log (x-crash.txt) and my xorg.conf.

thanks,
Dave

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages xserver-xorg-video-ati depends on:
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  xserver-xorg-core 2:1.1.1-21 X.Org X server -- core server

xserver-xorg-video-ati recommends no packages.

-- no debconf information



The Wellcome Trust Sanger Institute is operated by Genome Research Limited,
a charity registered in England with number 1021457 and a company
registered in England with number 2742969, whose registered office is
215 Euston Road, London, NW1 2BE.

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN 
Current Operating System: Linux charon 2.6.18-4-686 #1 SMP Wed May 9 23:03:12 
UTC 2007 i686
Build Date: 04 April 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue May 29 08:59:28 2007
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor LTM14C446
(**) |   |--Device Generic Video Card
(**) |--Input Device Generic Keyboard
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc104
(**) XKB: model: pc104
(**) Option XkbLayout uk
(**) XKB: layout: uk
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device Generic Mouse
(WW) `fonts.dir' not found (or not valid) in /usr/lib/X11/fonts/misc.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/lib/X11/fonts/misc).
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/cyrillic does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in /usr/lib/X11/fonts/100dpi/.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/lib/X11/fonts/100dpi/).
(WW) `fonts.dir' not found (or not valid) in /usr/lib/X11/fonts/75dpi/.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/lib/X11/fonts/75dpi/).
(WW) `fonts.dir' not found (or not valid) in /usr/lib/X11/fonts/Type1.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/lib/X11/fonts/Type1).
(WW) The directory /usr/share/fonts/X11/CID does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/CID does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in /usr/lib/X11/fonts/100dpi.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/lib/X11/fonts/100dpi).
(WW) `fonts.dir' not found (or not valid) in /usr/lib/X11/fonts/75dpi.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/lib/X11/fonts/75dpi).
(**) FontPath set to:
unix/:7100,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/usr/lib/X11/fonts/Speedo,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi
(==) RgbPath set to /etc/X11/rgb
(==) ModulePath set to /usr/lib/xorg/modules
(**) Option DontZap true
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: bitmap

Bug#410913: dillo: Dillo should also support https proxy

2007-02-14 Thread Dave Holland
Package: dillo
Version: 0.8.5-4.1
Severity: wishlist

It would be nice if Dillo would support https proxy (e.g. CONNECT via
Squid). At the moment Dillo is useless for browsing https site from
behind a firewall.

Dave

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages dillo depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libfontconfig12.4.1-2generic font configuration library
ii  libfreetype6  2.2.1-2FreeType 2 font engine, shared lib
ii  libglib1.21.2.10-10.1The GLib library of C routines
ii  libgtk1.2 1.2.10-18  The GIMP Toolkit set of widgets fo
ii  libjpeg62 6b-11  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libssl0.9.8   0.9.8c-3   SSL shared libraries
ii  libx11-6  2:1.0.0-9  X11 client-side library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxi66.9.0.dfsg.1-4 X Window System Input extension li
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  wget  1.10.2-1   retrieves files from the web
ii  zlib1g1:1.2.3-9  compression library - runtime

dillo recommends no packages.

-- debconf-show failed


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



Bug#396729: Squid 2.6 and SCAVR

2007-02-02 Thread Dave Holland
There's a small change in the data Squid passes to the redirect_program
(the urlgroup is also passed) - the attached tiny patch handles this and
makes SCAVR work with Squid 2.6.

Dave
-- 
** Dave Holland ** Systems Support -- Special Projects Team **
** 01223 496923 ** Sanger Institute, Hinxton, Cambridge, UK **
--- scavr/SquidClamAV_Redirector.py 2006-04-24 08:05:40.0 +0100
+++ /usr/local/bin/SquidClamAV_Redirector.py2007-02-02 12:34:28.0 
+
@@ -680,7 +680,7 @@
squidline = strip(squidline)
#Log.log(Request: %s % str(squidline))
try:
-   url, src_address, ident, method = split(squidline)
+   url, src_address, ident, method, urlgroup = 
split(squidline)
except ValueError:
continue
if method == 'POST':


Bug#356904: clusterssh intercepts keypresses when it shouldn't

2006-08-02 Thread Dave Holland
On Tue, Aug 01, 2006 at 06:13:32PM -0700, tony mancill wrote:
 Would you mind testing again with one of the more recent versions of
 clusterssh (3.18.1+3.18.2pre3 or newer)?  I'm unable to reproduce this
 behavior with the newer versions.

Hi Tony,

I just tried 3.19.1-1 and the buggy behaviour is completely gone.
Thanks!

Dave


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



Bug#374479: xjig: save and restore would be nice

2006-06-19 Thread Dave Holland
Package: xjig
Version: 2.4-11
Severity: wishlist

It would be nice to be able to save and restore partially-completed
puzzles. (suggested by David Baron)


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

Versions of packages xjig depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libgcc1   1:4.1.0-1+b1   GCC support library
ii  libjpeg62 6b-11  The Independent JPEG Group's JPEG 
ii  libnetpbm10   2:10.0-10.1Shared libraries for netpbm
ii  libstdc++64.1.0-1+b1 The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte

xjig recommends no packages.

-- debconf-show failed


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



Bug#356904: clusterssh intercepts keypresses when it shouldn't

2006-03-14 Thread Dave Holland
Package: clusterssh
Version: 3.18.1-2
Severity: normal

If I press control and alt with the focus in the input box, then the
client nodenames are entered (as if I'd pressed alt-n) when I release
either control or alt.

This is annoying because my window manager uses a control/alt
combination to switch desktops, so I sometimes end up inserting unwanted
nodenames.

If I add key_clientname = null to my .csshrc then the nodenames are
not entered, but the input box and client windows flicker as if
extraneous redraws are occurring.

thanks,
Dave


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

Versions of packages clusterssh depends on:
ii  libx11-protocol-perl 0.55-1  Perl module for the X Window Syste
ii  openssh-client   1:4.2p1-5   Secure shell client, an rlogin/rsh
ii  perl-tk  1:804.027-4 Perl module providing the Tk graph
ii  xterm208-3.1 X terminal emulator

clusterssh recommends no packages.

-- no debconf information


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



Bug#347739: convertfs won't convert to reiser with progsreiserfs installed

2006-01-12 Thread Dave Holland
Package: convertfs
Version: 20050113-1
Severity: normal

convertfs looks for mkreiserfs. This is fine when the reiserfsprogs
package is installed, because that contains /sbin/mkreiserfs.

However the progsreiserfs package installs it as /sbin/mkfs.reiserfs
instead, so it's not found, and convertfs won't convert to reiserfs.

Suggested fix: in find_mkfs() check for the presence of
/sbin/mkreiserfs or /sbin/mkfs.reiserfs, save it to a variable, and
refer to that afterwards. I'll prepare a patch if you want.

thanks,
Dave

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

Versions of packages convertfs depends on:
ii  libc6 2.3.5-9GNU C Library: Shared libraries an

convertfs recommends no packages.

-- no debconf information


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



Bug#239134: PATCH: jpeg and ppm support for xjig

2005-12-02 Thread Dave Holland
On Sun, Oct 16, 2005 at 02:31:13AM -0400, Alan Curry wrote:
 I've made a patch which implements JPEG and PPM support.

Thanks very much for that. I'm about to upload a newer version including
your patch. The JPG support seems fine, but PPM occasionally does odd
things like only using part of the image; have you noticed that?

 Is there any active upstream maintainer for xjig? I'm going to be optimistic
 and Cc: [EMAIL PROTECTED] whose address is in the source (next to some
 9-year-old timestamps).

I don't know, sorry.

Dave


signature.asc
Description: Digital signature


Bug#340315: llgal: command line parsing happens too early so config file can't be overridden

2005-11-23 Thread Dave Holland
On Tue, Nov 22, 2005 at 01:09:27PM -0500, Brice Goglin wrote:
 Thank you. I've applied it to my tree and release 0.11.4 as soon as
 possible.

That's fast! Thanks very much.

Cheers,
Dave


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



Bug#311493: mutt should have a CA certs directory option

2005-06-01 Thread Dave Holland
Package: mutt
Version: 1.5.9-2
Severity: wishlist


mutt has the ssl_ca_certificates_file option, but an option like
ssl_ca_certificates_dir to pick up all the CA certs in a directory
would be useful.

thanks,
Dave Holland


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-acheron
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages mutt depends on:
ii  exim4   4.34-8   An MTA (Mail Transport Agent)
ii  exim4-daemon-light [mail-tr 4.34-8   Lightweight version of the Exim (v
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libdb4.34.3.27-2 Berkeley v4.3 Database Libraries [
ii  libgnutls11 1.0.16-9 GNU TLS library - runtime library
ii  libidn110.5.13-0.1   GNU libidn library, implementation
ii  libncursesw55.4-4Shared libraries for terminal hand
ii  libsasl22.1.19-1.5   Authentication abstraction library

-- no debconf information


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



Bug#311493: mutt should have a CA certs directory option

2005-06-01 Thread Dave Holland
On Wed, Jun 01, 2005 at 12:39:53PM +0200, Marco d'Itri wrote:
 On Jun 01, Dave Holland [EMAIL PROTECTED] wrote:
  mutt has the ssl_ca_certificates_file option, but an option like
  ssl_ca_certificates_dir to pick up all the CA certs in a directory
  would be useful.
 Please send a patch...

I will attempt to work something up in my copious free time[tm]. :-)

In the mean time, would you mind suggesting this to upstream, please?

thanks,
Dave


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



Bug#311495: dhcpcd default config should apply to all interfaces, not just eth0

2005-06-01 Thread Dave Holland
Package: dhcpcd
Version: 1:1.3.22pl4-21
Severity: minor


/etc/dhcpc/config by default only acts on eth0. This can produce
unexpected behaviour, e.g. when switching from a wired connection on
eth0 to a wireless connection on eth1 the nameservers are not updated.

Suggested fix: change eth0 to eth*.

thanks,
Dave


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-acheron
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages dhcpcd depends on:
ii  bsdutils1:2.12-10Basic utilities from 4.4BSD-Lite
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  procps  1:3.2.1-2The /proc file system utilities

-- no debconf information


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