From owner-freebsd-questions@FreeBSD.ORG Fri Jan 7 17:53:29 2005 Return-Path: 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 D53D416A4CE for ; Fri, 7 Jan 2005 17:53:29 +0000 (GMT) Received: from web-17.seeweb.it (web-17.seeweb.it [212.25.166.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EA5243D1D for ; Fri, 7 Jan 2005 17:53:28 +0000 (GMT) (envelope-from matteo@tilde.it) Received: from [80.181.113.222] (host222-113.pool80181.interbusiness.it [80.181.113.222]) by web-17.seeweb.it (8.11.6p2/8.9.3) with ESMTP id j07HaqK02118; Fri, 7 Jan 2005 18:36:52 +0100 Message-ID: <41DEDA9C.903@tilde.it> Date: Fri, 07 Jan 2005 18:53:16 +0000 From: Matteo Santori User-Agent: Mozilla Thunderbird 0.9 (X11/20041204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marty Landman References: <6.2.0.14.0.20050107124651.01f4f528@mail.face2interface.com> In-Reply-To: <6.2.0.14.0.20050107124651.01f4f528@mail.face2interface.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: make sudo failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 17:53:30 -0000 Marty Landman wrote: > A previous thread mentioned sudo as a good way for me to get out of > the habit of su - so much. I just tried to install and this is what I > got, don't know what to make of it (pardon the pun) or what to do next. > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > # make build && make install && rehash && which sudo > /usr/sbin/sysctl: not found > "/usr/ports/Mk/bsd.port.mk", line 797: warning: "/usr/sbin/sysctl -n > kern.osreldate" returned non-zero status > >> sudo-1.6.6.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > >> Attempting to fetch from http://www.sudo.ws/sudo/dist/. > fetch: http://www.sudo.ws/sudo/dist/sudo-1.6.6.tar.gz: Not Found > >> Attempting to fetch from ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/. > fetch: ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/sudo-1.6.6.tar.gz: > File unavailable (e.g., file not found, no access) > >> Attempting to fetch from ftp://ftp.stikman.com/pub/sudo/. > Receiving sudo-1.6.6.tar.gz (333074 bytes): 100% (ETA 00:00) > 333074 bytes transferred in 112.4 seconds (2.89 kBps) > ===> Extracting for sudo-1.6.6_1 > md5: not found > *** Error code 127 > > Stop in /usr/ports/security/sudo. > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > Marty > > > Marty Landman, Face 2 Interface Inc. 845-679-9387 > Search & Sort Easily: http://face2interface.com/Products/FormATable.shtml > Web Installed Formmail: http://face2interface.com/formINSTal > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > Problem releated with some md5 control. Try to check what's wrong or try to get the pkg. What is interesting is ../usr/sbin/sysctl: not found "/usr/ports/Mk/bsd.port.mk", line 797: warning: "/usr/sbin/sysctl -n kern.osreldate" returned non-zero status why it's trying to search sysctl is such path?