Bug#473651: [samba] Add a regular backup of .tdb files

2009-08-24 Thread Erik Rossen
number of years ago. I have been cautious of how I backup mmapped data ever since. FYI, I just did a test with smbpasswd on my Lenny system with the 2.6.26-2-vserver-686 kernel and the /var/lib/samba/passdb.tdb file changed mtime as it should. Good. -- Erik Rossen

Bug#473651: [samba] Add a regular backup of .tdb files

2009-08-23 Thread Erik Rossen
opy of /etc/samba/smbpasswd in /var/backups. # # Written by Eloy A. Paris for the Debian project. # Augmented by Erik Rossen to backup *.tdb files. # BAK=/var/backups/samba umask 022 mkdir -p $BAK if cd $BAK; then # Make sure /etc/samba/smbpasswd exists if [ -f /etc/samba/smbpasswd ]; then c

Bug#514960: mutt: refusal to save cert may be due to stricter gnutls

2009-03-08 Thread Erik Rossen
Package: mutt Version: 1.5.18-6 Followup-For: Bug #514960 Lenny's version of mutt also refused to save the cert/fingerprint of my IMAPS server but I was able to fix the problem by regenerating my IMAPS server SSL certificate to use "Signature Algorithm: sha1WithRSAEncryption" rather than "Signatur

Bug#475158: snmpd: confirmed bug #475158 still in Lenny

2009-02-12 Thread Erik Rossen
durian snmpd[2550]: No swap line in /proc/stat -- Erik Rossen OpenPGP key: 2935D0B9 ros...@rossen.ch On fonce la tĂȘte dans http://www.rtfm-sarl.ch le guidon et on RTFM. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#514423: libpam-modules: 'or' operator ignored in services field of /etc/security/group.conf

2009-02-07 Thread Erik Rossen
Package: libpam-modules Version: 1.0.1-5 Severity: normal There is another bug in pam_groups that seems similar to #326407, i.e. the 'or' operator is ignored in services field of /etc/security/group.conf. In etch, I use the following line in /etc/security/group.conf to give users access to the a

Bug#499675: /etc/cron.daily/integrit reports are not in alphabetical order

2008-09-23 Thread Erik Rossen
There was a error in my patch - the field seperator for the sorts should have been "/" instead of ":". Attached is the complete /etc/cron.daily/integrit that I am currently using. -- Erik Rossen OpenPGP key: 2935D0B9 [EMAIL PROTECTED]

Bug#499675: /etc/cron.daily/integrit reports are not in alphabetical order

2008-09-21 Thread Erik Rossen
Package: integrit Version: 4.0-1 Severity: wishlist Tags: patch I collect and read integrit reports from several dozen machines every morning. It would be helpful if the cronjob sent reports with affected files listed in alphabetical order. When the reports are ordered one can rapidly scan each

Bug#497514: coreutils: chmod, chown, and chgrp change ctime even when no change was necessary

2008-09-03 Thread Erik Rossen
- FreeBSD 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 -- Erik Rossen OpenPGP key: 2935D0B9 [EMAIL PROTECTED] If you do not know what http://people.linux-gull

Bug#497514: coreutils: chmod, chown, and chgrp change ctime even when no change was necessary

2008-09-02 Thread Erik Rossen
On Tue, Sep 02, 2008 at 02:30:20PM -0600, Bob Proulx wrote: > Erik Rossen wrote: > > As far as speed is concerned, you are right that an extra stat() would > > usually not improve matters. (Would it be an enormous penalty? I doubt > > it.) But users of file integrity

Bug#497514: coreutils: chmod, chown, and chgrp change ctime even when no change was necessary

2008-09-02 Thread Erik Rossen
hanging syscall. That would not be an > improvement. As far as speed is concerned, you are right that an extra stat() would usually not improve matters. (Would it be an enormous penalty? I doubt it.) But users of file integrity checking systems like myself will be grateful for the chang

Bug#497514: coreutils: chmod, chown, and chgrp change ctime even when no change was necessary

2008-09-02 Thread Erik Rossen
a particular setting. Yup. But it would be so much more elegant if chmod just Did The Right Thing. Can I ask you to pass along this wishlist item to upstream and maybe ask them why ctime must be modified even when the permissions are not? I would really like to know why. -- Erik Rossen

Bug#497514: coreutils: chmod, chown, and chgrp change ctime even when no change was necessary

2008-09-02 Thread Erik Rossen
Package: coreutils Version: 5.97-5.3 Severity: wishlist It would be nice if chmod (and chown and chgrp) only made changes to inodes when necessary so as not to change the ctime of files. I like to use the integrit file integrity-checking program which scans for changes to mtime and ctime. I als

Bug#489546: fai-client: dryrun "-n" option of install_packages is broken

2008-07-06 Thread Erik Rossen
Package: fai-client Version: 3.2.8 Severity: normal Tags: patch It looks like a line for treating the dryrun option "-n" install_packages has gone missing. The fix is simple: --- /usr/sbin/install_packages.ORIG 2008-07-05 10:57:14.0 +0200 +++ /usr/sbin/install_packa

Bug#475036: So if kernel-package no longer works, what do we do in the meantime?

2008-07-04 Thread Erik Rossen
Package: kernel-package Version: 11.001-0.1 Followup-For: Bug #475036 Recently I wanted to rebuild linux-image-2.6.18-6-xen-vserver-686 with one option changed, but the only way that I have found to do this is apt-get source linux-image-2.6.18-6-xen-vserver-686 cd linux-2.6-2.6.1

Bug#486121: gosa-schema: goserver.schema lacks a structuralObjectClass goServer

2008-06-13 Thread Erik Rossen
inside of the README. Please do. And thanks. -- Erik Rossen OpenPGP key: 2935D0B9 [EMAIL PROTECTED] If you do not know what http://people.linux-gull.ch/rossento do, start with RTFM. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wit

Bug#486121: gosa-schema: goserver.schema lacks a structuralObjectClass goServer

2008-06-13 Thread Erik Rossen
Package: gosa-schema Version: 2.5.16.1-1 Severity: important Somewhere between version 2.4beta2-1 and 2.5.16, the definition of the objectClass "goServer" underwent a regression where it got changed from a STRUCTURAL to an AUXILLARY objectClass (line 230 of the current version). This causes LDAP

Bug#484666: fcopy: file-modes do not yet work for directories

2008-06-05 Thread Erik Rossen
Package: fai-client Version: 3.1.8 Severity: wishlist I like using fcopy for maintaining tarballs of configuration files for a bunch of hosts. The "file-modes" file permits me to own/edit/maintain my repository of configuration files as a non-privileged user because fcopy, when given a list of cl

Bug#476797: chbg: propose XLIB_SKIP_ARGB_VISUALS=1

2008-05-16 Thread Erik Rossen
Package: chbg Version: 1.5-9 Followup-For: Bug #476797 This is a "me too" report. A bug very similar to this one showed up in the qiv package. The solution proposed in #326849 is to prefix the command like so: XLIB_SKIP_ARGB_VISUALS=1 chbg I just added this to my .xsession file and now

Bug#475549: libsane-extras: info for installing proprietary epkowa backend out of date

2008-04-12 Thread Erik Rossen
On Sat, Apr 12, 2008 at 08:11:58AM +0200, Erik Rossen wrote: > On Fri, Apr 11, 2008 at 10:10:21PM +0200, Julien BLACHE wrote: > > Erik Rossen <[EMAIL PROTECTED]> wrote: > > > And in which RPM is it found? > > > > The -plugin one. > > This was the bi

Bug#475549: libsane-extras: info for installing proprietary epkowa backend out of date

2008-04-11 Thread Erik Rossen
On Fri, Apr 11, 2008 at 10:10:21PM +0200, Julien BLACHE wrote: > Erik Rossen <[EMAIL PROTECTED]> wrote: > > And in which RPM is it found? > > The -plugin one. This was the bit of information that was missing from the README.Debian. Could you please add it? Just FYI, I wa

Bug#475549: libsane-extras: info for installing proprietary epkowa backend out of date

2008-04-11 Thread Erik Rossen
ch RPM is it found? And where precisely should it be placed? -- Erik Rossen OpenPGP key: 2935D0B9 [EMAIL PROTECTED] If you do not know what http://people.linux-gull.ch/rossento do, start with RTFM. -- To UNSUBSCRIBE, email to [EMA

Bug#475549: libsane-extras: info for installing proprietary epkowa backend out of date

2008-04-11 Thread Erik Rossen
Package: libsane-extras Version: 1.0.18.5 Severity: normal The information for installing the epkowa backend, found in /usr/share/doc/libsane-extras/README.Debian, needs to be updated because Avasys has changed their packaging of iscan and the proprietary firmware that they distribute. In additi

Bug#470749: dnsutils: how to patch nsupdate man page

2008-04-10 Thread Erik Rossen
Package: dnsutils Version: 1:9.3.4-2etch1 Followup-For: Bug #470749 The nsupdate man page can be patched to remove the broken nroff formatting commands by doing the following: gunzip /usr/share/man/man8/nsupdate.8.gz ; \ perl -p -i -e 's/.HP (\d+) //gs' /usr/share/man/man8/nsupda

Bug#353364: ganglia-monitor: status of glibc copyright infringement?

2008-01-09 Thread Erik Rossen
Package: ganglia-monitor Followup-For: Bug #353364 Hi Stuart, Almost 2 years ago you mentioned that the reason that Ganglia version 3.x was not getting into Debian was because the developers had included some of the source of glibc directly into Ganglia without changing the licence of Ganglia fro

Bug#453050: samba: "too-many-files-in-directory" bug in 3.0.24-6etch6 too?

2007-11-27 Thread Erik Rossen
Package: samba Version: 3.0.24-6etch6 Followup-For: Bug #453050 It was reported that 3.0.24-6etch7 had a problem with too many files in a directory, but I think that I have at least one server experiencing this problem with 3.0.24-6etch6. This is seen when attempting to load older roaming profil

Bug#396544: bootcd+dash fails due to bashisms

2006-11-01 Thread Erik Rossen
Package: bootcd Version: 2.53 Severity: normal There are a number of bashisms in bootcd version 2.53 (currently found in etch) that cause it and boot CD images created with bootcd to fail when dash is used as /bin/sh. dash is a strictly POSIX-compliant Bourne shell that is frequently used to spee

Bug#383926: dosage 1.5.8 is available

2006-08-20 Thread Erik Rossen
Package: dosage Version: 1.5.7-2 Severity: wishlist Just a heads-up to inform you that dosage 1.5.8 is available at http://slipgate.za.net/dosage/downloads/dosage-1.5.8.tar.gz -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (991, 'testing'), (55, 'stab

Bug#367820: davfs2: MOVE method broken - davfs treats file names as directory names

2006-05-18 Thread Erik Rossen
Package: davfs2 Version: 0.2.8-1 Severity: important When trying the following on a mounted davfs, I get the following error: [EMAIL PROTECTED]:/mnt/test# mv luge.gif luge2.gif mv: cannot move `luge.gif' to `luge2.gif': No such file or directory Using cadaver to do the MOVE works, so I looked a

Bug#358923: unfs3: non-existant directory in /etc/exports causes silent failure

2006-03-25 Thread Erik Rossen
Package: unfs3 Version: 0.9.13+dfsg-1prolibre Severity: normal If one includes an entry in /etc/exports for a directory that does not exist, unfsd silently denies access to ANY exports (even valid ones) until the offending entries are removed. Although there is a warning in syslog in this case, t

Bug#331269: cfengine: security update of 2005-10-01 moved binaries from /usr/bin to /usr/sbin

2005-10-02 Thread Erik Rossen
Package: cfengine Version: 1.6.5-1sarge1 Severity: important [Please ignore the Version info above: I am writing this email from a sarge machine because reportbug is broken in woody now.] The latest cfengine update by the Security Team has moved all of the cfengine binaries from /usr/bin to /usr

Bug#293435: vserver-debiantools: VREBOOT_LOCATION is set to the old location

2005-02-03 Thread Erik Rossen
Package: vserver-debiantools Version: 0.1.7 Severity: normal In the scripts /usr/sbin/{newnfserver,newvserver,stripserver}, there is the line VREBOOT_LOCATION="/usr/lib/vserver/vreboot" which was the old locateion of the vreboot utility. The package util-vserver now stores vreboot in /usr/lib/u