From owner-freebsd-questions@FreeBSD.ORG Fri Oct 24 15:57:29 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D67C7106567A for ; Fri, 24 Oct 2008 15:57:29 +0000 (UTC) (envelope-from robin@reportlab.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id E39A28FC1D for ; Fri, 24 Oct 2008 15:57:28 +0000 (UTC) (envelope-from robin@reportlab.com) Received: by ug-out-1314.google.com with SMTP id m2so201349uge.39 for ; Fri, 24 Oct 2008 08:57:27 -0700 (PDT) Received: by 10.210.10.1 with SMTP id 1mr2498144ebj.105.1224862525497; Fri, 24 Oct 2008 08:35:25 -0700 (PDT) Received: from ?192.168.0.3? (host-82-44-127-245.static.telewest.net [82.44.127.245]) by mx.google.com with ESMTPS id k9sm1218573nfh.23.2008.10.24.08.35.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 24 Oct 2008 08:35:25 -0700 (PDT) Message-ID: <4901EB3E.3050506@chamonix.reportlab.co.uk> Date: Fri, 24 Oct 2008 16:35:26 +0100 From: Robin Becker User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: change of behaviour after reboot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2008 15:57:29 -0000 I had to perform a stupidity related reboot after allowing my /var fs to get to 109%. All seems well except for the behaviour of some of my rather ancient cgi scripts which are for serving up moinmoin wikis. Prior to the reboot these all seemed to work fine they hd the #! line #!/usr/bin/env python after the reboot these scripts refused to work. The log messages say > env: python: No such file or directory > Premature end of script headers: zzz-wiki.cgi I tried to check that env was there and that it gave me a reasonable python (at least at the terminal). However, something had obviously changed as the scripts now only work if I use #!/usr/local/bin/python I'm worried now in case my reboot or the over usage has caused some hidden damage. Anybody have any idea what could cause this misbehaviour? -- Robin Becker