Your message dated Fri, 28 Oct 2005 20:02:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#335976: fixed in nvidia-kernel-common 20051028+1
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 submit) by bugs.debian.org; 27 Oct 2005 04:10:49 +0000
>From [EMAIL PROTECTED] Wed Oct 26 21:10:49 2005
Return-path: <[EMAIL PROTECTED]>
Received: from audible.transient.net [216.254.12.79] 
        by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
        id 1EUz6H-0004nh-00; Wed, 26 Oct 2005 21:10:49 -0700
Received: (qmail 21275 invoked from network); 27 Oct 2005 04:10:49 -0000
Received: from fifty-fifty.audible.transient.net (192.168.2.50)
  by audible.transient.net with SMTP; 27 Oct 2005 04:10:49 -0000
Received: (nullmailer pid 30198 invoked by uid 1000);
        Thu, 27 Oct 2005 04:10:48 -0000
Date: Wed, 26 Oct 2005 21:10:48 -0700
From: Jamie Heilman <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: /etc/init.d/nvidia-kernel contains bashisms
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.11
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: nvidia-kernel-common
Version: 20051025+1
Severity: grave

Setting up nvidia-kernel-common (20051025+1) ...
/etc/init.d/nvidia-kernel: 19: Syntax error: Bad for loop variable
invoke-rc.d: initscript nvidia-kernel, action "start" failed.

"for (( expr1 ; expr2 ; expr3 )) ; do list ; done" syntax is a bashism,
instead consider:

--- nvidia-kernel.orig  2005-10-26 20:58:30.000000000 -0700
+++ nvidia-kernel       2005-10-26 21:06:26.000000000 -0700
@@ -6,7 +6,7 @@
 [ -r /etc/default/nvidia-kernel ] && . /etc/default/nvidia-kernel
 
 # test if anything is requested
-if [ -z "$NVIDIA_CARDS" ] || [ "$NVIDIA_CARDS" = 0 ]; then
+if [ -z "$NVIDIA_CARDS" ] || [ "$NVIDIA_CARDS" -lt 1 ]; then
   # Nothing to do but exit.
   exit 0
 fi  
@@ -16,8 +16,8 @@
     mknod -m 0660 /dev/nvidiactl c 195 255
     chgrp video /dev/nvidiactl
   fi
-  for (( i=0; i < NVIDIA_CARDS && i < 4; i++ )); do
-    if ! [ -e /dev/nvidia$i  ]; then
+  for i in $(seq 0 $(($NVIDIA_CARDS - 1))); do
+    if ! [ -e /dev/nvidia$i ]; then
       mknod -m 0660 /dev/nvidia$i c 195 $i
       chgrp video /dev/nvidia$i
     fi


-- 
Jamie Heilman                     http://audible.transient.net/~jamie/
"Paranoia is a disease unto itself, and may I add, the person standing
 next to you may not be who they appear to be, so take precaution."
                                                -Sathington Willoughby

---------------------------------------
Received: (at 335976-close) by bugs.debian.org; 29 Oct 2005 03:08:02 +0000
>From [EMAIL PROTECTED] Fri Oct 28 20:08:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EVgyr-00082l-00; Fri, 28 Oct 2005 20:02:05 -0700
From: Randall Donald <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#335976: fixed in nvidia-kernel-common 20051028+1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 28 Oct 2005 20:02:05 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: nvidia-kernel-common
Source-Version: 20051028+1

We believe that the bug you reported is fixed in the latest version of
nvidia-kernel-common, which is due to be installed in the Debian FTP archive:

nvidia-kernel-common_20051028+1.dsc
  to pool/contrib/n/nvidia-kernel-common/nvidia-kernel-common_20051028+1.dsc
nvidia-kernel-common_20051028+1.tar.gz
  to pool/contrib/n/nvidia-kernel-common/nvidia-kernel-common_20051028+1.tar.gz
nvidia-kernel-common_20051028+1_all.deb
  to pool/contrib/n/nvidia-kernel-common/nvidia-kernel-common_20051028+1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Randall Donald <[EMAIL PROTECTED]> (supplier of updated nvidia-kernel-common 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 28 Oct 2005 19:46:20 -0700
Source: nvidia-kernel-common
Binary: nvidia-kernel-common
Architecture: source all
Version: 20051028+1
Distribution: unstable
Urgency: low
Maintainer: Randall Donald <[EMAIL PROTECTED]>
Changed-By: Randall Donald <[EMAIL PROTECTED]>
Description: 
 nvidia-kernel-common - NVIDIA binary kernel module common files
Closes: 335976
Changes: 
 nvidia-kernel-common (20051028+1) unstable; urgency=low
 .
   * really fix script (closes: #335976)
Files: 
 b1c5084ad0e90d5f68d870128d259a22 546 contrib/x11 optional 
nvidia-kernel-common_20051028+1.dsc
 56e9255b2ae232a3cd26d44e013292dc 3909 contrib/x11 optional 
nvidia-kernel-common_20051028+1.tar.gz
 5c627973caf09c91b02cf01dffb64bab 4332 contrib/x11 optional 
nvidia-kernel-common_20051028+1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDYuL8U+6HYGwn3qsRApS/AKCUgdyjoeWCETaUUM48SjWwDDu7wACffpfD
5XdpJvH6uiy+Uu5Gj3sjFfk=
=HLkW
-----END PGP SIGNATURE-----


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

Reply via email to