From owner-freebsd-questions Sun Nov 24 13:49:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44A8037B401; Sun, 24 Nov 2002 13:49:11 -0800 (PST) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id A12D643E3B; Sun, 24 Nov 2002 13:49:10 -0800 (PST) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id NAA21085; Sun, 24 Nov 2002 13:49:07 -0800 Message-ID: <3DE14953.4080709@owt.com> Date: Sun, 24 Nov 2002 13:49:07 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Tomas Pluskal Cc: freebsd-ports@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG, users-l@freebsd.cz Subject: Re: setiathome port: Can't open file temp.sah References: <20021124223343.G91492-100000@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Tomas Pluskal wrote: > Hello, > > I've installed the astro/setiathome port, but when I run it (using > "rc.d/setiathome.sh register" or just "setiathome -login"), it fails to > work: > > Welcome to SETI@home. > We use your email address to identify you. > Please type: > 1 to set up a new account (first-time users); > 2 to log into an existing account (returning users). > Your choice (1 or 2): 2 > Email address: plusik@pohoda.cz > Can't open file temp.sah > If you need help or have questions, > please check the FAQ at http://setiathome.ssl.berkeley.edu. > Please type: > 1 to set up a new account (first-time users); > 2 to log into an existing account (returning users). > > It always says "Can't open file temp.sah" and asks again for account > setup. It's not filesystem/rights problem, it does even when run as root. > > I don't have a public IP (10.0.0...) and I am connected to internet via > NAT, but I believe it doesn't matter (internet communication works OK, and > setiathome is AFAIK using only http). That doesn't matter either. I use a 192... convention. It has to be a permission problem. I generate about 25 wu's a day on FreeBSD machines and have no problems. Make sure your directory permissions are consistant with your user access rights. I created a user called seti and I get into trouble when I do something as root because seti can't modify files created by root. Kent > > I've tried to run strace on it, but it was not very helpful: > ... > connect(4, {sin_family=AF_INET, sin_port=htons(80), > sin_addr=inet_addr("66.28.250.122")}}, 16) = 0 > close(4) = 0 > write(1, "Can\'t open file temp.sah\n", 25Can't open file temp.sah > ) = 25 > write(1, "If you need help or have questio"..., 96If you need help or have > questions, > please check the FAQ at http://setiathome.ssl.berkeley.edu. > ) = 96 > write(1, "Please type:\n 1 to set up a n"..., 142Please type: > 1 to set up a new account (first-time users); > 2 to log into an existing account (returning users). > Your choice (1 or 2): ) = 142 > read(0, > ... > > My system is 4.7-STABLE, few weeks old. > > Thanks > > Tomas Pluskal > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > . > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message