[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#261965: marked as done (tetex-bin: bogus daily error message)



Your message dated Fri, 30 Jul 2004 12:19:14 +0200
with message-id <878yd1kdb1.fsf@alhambra.bioz.unibas.ch>
and subject line Bug#261965: tetex-bin: bogus daily error message
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at maintonly) by bugs.debian.org; 29 Jul 2004 08:58:47 +0000
>From pot@gnu.org Thu Jul 29 01:58:47 2004
Return-path: <pot@gnu.org>
Received: from pot.isti.cnr.it [146.48.83.182] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Bq6kR-0003IM-00; Thu, 29 Jul 2004 01:58:47 -0700
Received: from pot by pot.isti.cnr.it with local (Exim 3.36 #1 (Debian))
	id 1Bq6kP-0002ge-00
	for <maintonly@bugs.debian.org>; Thu, 29 Jul 2004 10:58:45 +0200
From: Francesco Potorti` <pot@gnu.org>
To: Debian Bug Tracking System <maintonly@bugs.debian.org>
Subject: tetex-bin: bogus daily error message
X-Debbugs-CC: Francesco Potorti` <pot@fly.isti.cnr.it>
Organization: 
X-fingerprint: 4B2 6187 5C3 D6B1 2E31  7666 9DF 2DC9 BE21 6115
Message-Id: <[🔎] E1Bq6kP-0002ge-00@pot.isti.cnr.it>
Date: Thu, 29 Jul 2004 10:58:45 +0200
Delivered-To: maintonly@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: tetex-bin
Version: 2.0.2-15
Severity: minor
File: /etc/cron.daily/tetex-bin

This is what I get every day from cron:
  /etc/cron.daily/tetex-bin:
  chgrp: cannot access `/root/texmf/ls-R': No such file or directory

The reason is that the daily coron tetex-bin script does not check to
see if the files in the search path do in fact exist before accessing
them.  This patch solves the problem:

cd /etc/cron.daily/
diff -pub /etc/cron.daily/tetex-bin\~ /etc/cron.daily/tetex-bin
--- /etc/cron.daily/tetex-bin~	2003-08-09 10:25:54.000000000 +0200
+++ /etc/cron.daily/tetex-bin	2004-07-29 10:56:31.000000000 +0200
@@ -14,6 +14,7 @@ if [ -x "/usr/bin/mktexlsr" ]; then
   if [ $FHS = 1 ]; then
     LSRDBS=`kpsewhich --show-path=ls-R | sed -e 's/:/ /g'`
     for dbfile in ${LSRDBS}; do
+      if [ -s "$dbfile" ]; then
       case "$dbfile" in
         /usr/local*) continue ;;
         *) /usr/bin/mktexlsr $dbfile > /dev/null
@@ -21,6 +22,7 @@ if [ -x "/usr/bin/mktexlsr" ]; then
 	   chgrp --dereference --quiet users $dbfile/ls-R
 	   ;;
       esac
+      fi
     done
   else
     /usr/bin/mktexlsr > /dev/null

Diff finished at Thu Jul 29 10:58:06


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-rc3-pr-hrt-1
Locale: LANG=C, LC_CTYPE=it_IT@euro (ignored: LC_ALL set to C)

Versions of packages tetex-bin depends on:
ii  debconf                   1.4.29         Debian configuration management sy
ii  debianutils               2.8.4          Miscellaneous utilities specific t
ii  dpkg                      1.10.22        Package maintenance system for Deb
ii  ed                        0.2-20         The classic unix line editor
ii  libc6                     2.3.2.ds1-13   GNU C Library: Shared libraries an
ii  libgcc1                   1:3.3.4-3      GCC support library
ii  libice6                   4.3.0.dfsg.1-4 Inter-Client Exchange library
ii  libkpathsea3              2.0.2-15       path search library for teTeX (run
ii  libpaper1                 1.1.14         Library for handling paper charact
ii  libpng12-0                1.2.5.0-6      PNG library - runtime
ii  libsm6                    4.3.0.dfsg.1-4 X Window System Session Management
ii  libstdc++5                1:3.3.4-3      The GNU Standard C++ Library v3
ii  libt1-5                   5.0.2-3        Type 1 font rasterizer library - r
ii  libwww0                   5.4.0-9        The W3C WWW library
ii  libx11-6                  4.3.0.dfsg.1-4 X Window System protocol client li
ii  libxaw7                   4.3.0.dfsg.1-4 X Athena widget set library
ii  libxext6                  4.3.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxmu6                   4.3.0.dfsg.1-4 X Window System miscellaneous util
ii  libxt6                    4.3.0.dfsg.1-4 X Toolkit Intrinsics
ii  mime-support              3.28-1         MIME files 'mime.types' & 'mailcap
ii  perl                      5.8.3-3        Larry Wall's Practical Extraction 
ii  sed                       4.1.1-1        The GNU sed stream editor
ii  tetex-base                2.0.2-9        Basic library files of teTeX
ii  ucf                       1.07           Update Configuration File: preserv
ii  xlibs                     4.3.0.dfsg.1-4 X Window System client libraries m
ii  zlib1g                    1:1.2.1.1-5    compression library - runtime

-- debconf information:
* tetex-bin/upd_map: true
* tetex-bin/cnf_name:
* tetex-bin/fmtutil: true
* tetex-bin/userperm: false
* tetex-bin/texmf: true
* tetex-bin/hyphen:
* tetex-bin/oldcfg: true
* tetex-bin/use_debconf: true
* tetex-bin/groupname: users
* tetex-bin/groupperm: true
* tetex-bin/lsr-perms: true

---------------------------------------
Received: (at 261965-done) by bugs.debian.org; 30 Jul 2004 10:23:05 +0000
>From frank@kuesterei.ch Fri Jul 30 03:23:04 2004
Return-path: <frank@kuesterei.ch>
Received: from balu1.urz.unibas.ch [131.152.1.51] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BqUXY-0002Ak-00; Fri, 30 Jul 2004 03:23:04 -0700
Received: from alhambra.bioz.unibas.ch (bioz6-allgem17.Bioz.unibas.ch [131.152.17.45])
	by balu1.urz.unibas.ch (8.12.10/8.12.10) with ESMTP id i6UAN23e002106;
	Fri, 30 Jul 2004 12:23:02 +0200
Received: from localhost ([127.0.0.1] helo=alhambra.bioz.unibas.ch)
	by alhambra.bioz.unibas.ch with esmtp (Exim 3.35 #1 (Debian))
	id 1BqUTq-0000MJ-00; Fri, 30 Jul 2004 12:19:14 +0200
To: Francesco Potorti` <pot@gnu.org>
Cc: 261965-done@bugs.debian.org
Subject: Re: Bug#261965: tetex-bin: bogus daily error message
Sender: frank.kuester@unibas.ch
X-Attribution: fant
X-Ehrenamt: http://www.langau.de
In-Reply-To: <E1BqUFn-0004hO-00@pot.isti.cnr.it> (Francesco Potorti`'s
 message of "Fri, 30 Jul 2004 12:04:43 +0200")
References: <[🔎] E1Bq6kP-0002ge-00@pot.isti.cnr.it>
	<[🔎] 877jsnvwud.fsf@alhambra.bioz.unibas.ch>
	<E1BqUFn-0004hO-00@pot.isti.cnr.it>
From: =?iso-8859-1?q?Frank_K=FCster?= <frank@debian.org>
Date: Fri, 30 Jul 2004 12:19:14 +0200
Message-ID: <878yd1kdb1.fsf@alhambra.bioz.unibas.ch>
User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Delivered-To: 261965-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Francesco Potorti` <pot@gnu.org> schrieb:

>>There's nothing like this second hunk in our cron.daily script. Those
>>lines must be from you as the local admin, or from a third-party
>>package.
>
> Yes, they were local modifications, sorry.  So apparently this bug does
> not exist.

Nice to be able to close an other one. By the way, you could have done
this as well, by sending mail to 261965-done@bugs.debian.org, as I do it
now.=20

Regards, Frank
--=20
Frank K=FCster, Biozentrum der Univ. Basel
Abt. Biophysikalische Chemie



Reply to: