Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jul 2005 08:58:24 -0400
From:      Aaron Peterson <dopplecoder@gmail.com>
To:        gerard-seibert@suscom.net
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Command Not Found error message
Message-ID:  <45d750d205073005585ef420b6@mail.gmail.com>
In-Reply-To: <20050730074129.025C.GERARD-SEIBERT@suscom.net>
References:  <20050730074129.025C.GERARD-SEIBERT@suscom.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 7/30/05, Gerard Seibert <gerard-seibert@suscom.net> wrote:
> When running 'portsclean' from CRON, this message is sent to the root
> mailbox. In fact, there are several of them in the mailbox. I do not
> know what it means.
>=20
> /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:31: command not found: unam=
e -rm
> uname(1) could be broken - cannot parse the output:
> make: not found
> ** Error occured reading /usr/local/etc/pkgtools.conf:
>         uninitialized constant PkgConfig::OS_PLATFORM
>=20
> When I run the 'uname -rm' command from the command line, it produces
> this output.
>=20
> 5.4-RELEASE I386
> =20
> --
> Gerard E. Seibert
> gerard-seibert@suscom.net

You might need to define your path in your crontab file with something
like this:

PATH=3D${PATH}:/usr/bin

(because uname is in /usr/bin)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45d750d205073005585ef420b6>