|
Author: matthew72
Date: 29-02-12 20:26
Can anyone tell me what I'm doing wrong here?
=======================
# uname -v
FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
# cvsup ports-supfile
Connected to cvsup9.us.FreeBSD.org
Updating collection ports-security/cvs
Finished successfully
# cd /usr/ports/security/chkrootkit
# make install clean
===> Vulnerability check disabled, database not found
=> chkrootkit-0.49.tar.gz is not in /usr/ports/security/chkrootkit/distinfo.
=> Either /usr/ports/security/chkrootkit/distinfo is out of date, or
=> chkrootkit-0.49.tar.gz is spelled incorrectly.
*** Error code 1
Stop in /usr/ports/security/chkrootkit.
#
|
|
Reply To This Message
|
|
Author: Dan
Date: 29-02-12 20:39
matthew72 wrote:
> Can anyone tell me what I'm doing wrong here?
>
> =======================
> # uname -v
> FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
WARNING: That is over 4 years old. And no doubt contains unpatched security holes.
>
>
> # cvsup ports-supfile
> Connected to cvsup9.us.FreeBSD.org
> Updating collection ports-security/cvs
> Finished successfully
> # cd /usr/ports/security/chkrootkit
Try this:
$ cat distinfo
SHA256 (chkrootkit-0.49.tar.gz) = ccb87be09e8923d51f450a167f484414f70c36c942f8ef5b9e5e4a69b7baa17f
SIZE (chkrootkit-0.49.tar.gz) = 39421
If you don't see the same as above, that's your problem.
Also, I use portsnap, which I'm not sure is available on FreeBSD 7. Failing that, perhaps install the package? http://www.freshports.org/security/chkrootkit/ says:
pkg_add -r chkrootkit
--
Webmaster
|
|
Reply To This Message
|
|
Author: matthew72
Date: 29-02-12 20:59
# cat distinfo
SHA256 (chkrootkit-0.49.tar.gz) = ccb87be09e8923d51f450a167f484414f70c36c942f8ef5b9e5e4a69b7baa17f
SIZE (chkrootkit-0.49.tar.gz) = 39421
# pkg_add -r chkrootkit
Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.0-release/Latest/chkrootkit.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.0-release/Latest/chkrootkit.tbz' by URL
|
|
Reply To This Message
|
|
Author: Dan
Date: 29-02-12 21:14
There will be no packages for 7.0 I'm sure... sorry about that.
I have no more ideas.
--
Webmaster
|
|
Reply To This Message
|
|
Author: matthew72
Date: 03-03-12 10:17
I can install it from source from their site but the site is in all portuguese. How do I know it's trusted? (I speak Portuguese, but I'm sure it's not wise to go downloading software from random sites.)
|
|
Reply To This Message
|
|