Bug#635450: tiger: erroneous behavior of -q option (.: 1: Can't open /config)

2011-08-04 Thread Javier Fernández-Sanguino Peña
On Tue, Aug 02, 2011 at 06:13:04PM +1000, Russell Sim wrote:
 Hi,
 
 The problem seems to be because of the change to linux 3.0.0

You are spot on. The problem is because there is no configuration setup for
Linux 3.x *and* that there is a bug in the config script that prevents it
from using the 'default' configuration.

I've fixed both in a new package upload I will send out right away.

Sorry for the delay on fixing this issue.

Regards

Javier


signature.asc
Description: Digital signature


Bug#635450: tiger: erroneous behavior of -q option (.: 1: Can't open /config)

2011-08-02 Thread Russell Sim
Hi,

The problem seems to be because of the change to linux 3.0.0

I have fixed the problem on my machine by running
ln -s /usr/lib/tiger/systems/Linux/2 /usr/lib/tiger/systems/Linux/3

This is obviously not a 'real' fix but it does hilight the problem.

Cheers,
Russell

-- 
Russell Sim
e: russell@gmail.com



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



Bug#635450: tiger: erroneous behavior of -q option (.: 1: Can't open /config)

2011-07-26 Thread Andreas Schmidt
Package: tiger
Version: 1:3.2.3-7
Followup-For: Bug #635450

I applied the patch and the error message 
/usr/lib/tiger/config: line 369: /config: No such file or directory
disappeared. Now, however, running tigercrom results in another error:

*
# /usr/sbin/tigercron
Configuring...
 
 Will try to check using config for 'i686' running Linux
 3.0.0-1-686-pae...
 --CONFIG-- [con007c] No configuration files for Linux.  Using default
configuration files.  Not all checks may be performed.
 --ERROR-- [init001e] Don't have required command DIFF.
*



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

Kernel: Linux 3.0.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages tiger depends on:
ii  binutils  2.21.53.20110720-1 The GNU assembler, linker and bina
ii  bsdmainutils  8.2.3  collection of more utilities from 
ii  debconf [debconf-2.0] 1.5.40 Debian configuration management sy
ii  libc6 2.13-10Embedded GNU C Library: Shared lib
ii  net-tools 1.60-24.1  The NET-3 networking toolkit
ii  ucf   3.0025+nmu2Update Configuration File: preserv

Versions of packages tiger recommends:
ii  chkrootkit0.49-4 rootkit detector
ii  john  1.7.8-1active password cracking tool
ii  postfix [mail-transport-agent 2.8.3-1High-performance mail transport ag

Versions of packages tiger suggests:
ii  lsof   4.81.dfsg.1-1 List open files

-- Configuration Files:
/etc/cron.d/tiger changed [not included]
/etc/tiger/tigerrc [Errno 13] Permission denied: u'/etc/tiger/tigerrc'

-- debconf information:
* tiger/mail_rcpt: root
  tiger/remove_mess: true
* tiger/policy_adapt:

-- debsums errors found:
debsums: changed file /usr/lib/tiger/config (from tiger package)



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



Bug#635450: tiger: erroneous behavior of -q option (.: 1: Can't open /config)

2011-07-25 Thread Rob Leslie
Package: tiger
Version: 1:3.2.3-7
Severity: important
Tags: patch

When /usr/sbin/tigercron is run with the -q option, as in the default cron
configuration, and no configuration files exist for the current OS, the
default alternative misbehaves by failing to set the CONFIG_DIR parameter,
resulting in the error:

  .: 1: Can't open /config

The attached patch for /usr/lib/tiger/config corrects this problem.


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

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tiger depends on:
ii  binutils  2.21.53.20110720-1 The GNU assembler, linker and bina
ii  bsdmainutils  8.0.13 collection of more utilities from 
ii  debconf [debconf-2.0] 1.5.36.1   Debian configuration management sy
ii  libc6 2.13-10Embedded GNU C Library: Shared lib
ii  net-tools 1.60-23The NET-3 networking toolkit
ii  ucf   3.0025+nmu1Update Configuration File: preserv

Versions of packages tiger recommends:
ii  chkrootkit   0.49-4  rootkit detector
ii  exim4-daemon-light [mail 4.72-6+squeeze2 lightweight Exim MTA (v4) daemon
pn  john none  (no description available)

Versions of packages tiger suggests:
ii  lsof   4.81.dfsg.1-1 List open files

-- Configuration Files:
/etc/tiger/tigerrc [Errno 13] Permission denied: u'/etc/tiger/tigerrc'

-- debconf information excluded
--- config.orig 2011-02-25 16:56:59.0 -0800
+++ config  2011-07-25 15:19:43.0 -0700
@@ -357,8 +357,8 @@
 [ $QUIET != Y ]   {
 echo --CONFIG-- [con007c] No configuration files for $OS.  Using default
 echoconfiguration files.  Not all checks may be performed.
-CONFIG_DIR=$CONFIG_LOC/default
 }
+CONFIG_DIR=$CONFIG_LOC/default
   else
 echo --ERROR-- [con008e] No configuration files for $OS $REV and can't 
find the
 echo   default configuration files.  Terminating.