CentOs installs
but i get the following message
[root@li* ~]# yum install rk-hunter
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
addons: mirror.sov.uk.goscomb.net
base: mirror.sov.uk.goscomb.net
extras: mirror.sov.uk.goscomb.net
updates: mirror.sov.uk.goscomb.net
Setting up Install Process
No package rk-hunter available.
Nothing to do
[root@li* ~]#
the same when I tried
Cheers
marcus
9 Replies
Follow those directions. Just did it the other day on 2 of my Linodes and had no issues.
[root@li264-13 ~]# cd /usr/local/src
[root@li264-13 src]# wget
--2011-03-14 14:28:59--
Resolving dfn.dl.sourceforge.net… 194.95.248.253, 2001:638:d:c101:acdc:1979:2:1001
Connecting to dfn.dl.sourceforge.net|194.95.248.253|:80… connected.
HTTP request sent, awaiting response… 302 Found
Location:
–2011-03-14 14:28:59--
Resolving downloads.sourceforge.net… 216.34.181.59
Connecting to downloads.sourceforge.net|216.34.181.59|:80… connected.
HTTP request sent, awaiting response… 404 Not Found
2011-03-14 14:29:00 ERROR 404: Not Found.
[root@li264-13 src]# wget
--2011-03-14 14:29:00--
Resolving dfn.dl.sourceforge.net… 194.95.248.253, 2001:638:d:c101:acdc:1979:2:1001
Connecting to dfn.dl.sourceforge.net|194.95.248.253|:80… connected.
HTTP request sent, awaiting response… 302 Found
Location:
–2011-03-14 14:29:00--
Resolving downloads.sourceforge.net… 216.34.181.59
Connecting to downloads.sourceforge.net|216.34.181.59|:80… connected.
HTTP request sent, awaiting response… 404 Not Found
2011-03-14 14:29:00 ERROR 404: Not Found.
[root@li264-13 src]# sha1sum -c rkhunter-1.3.6.tar.gz.sha1.txt
sha1sum: rkhunter-1.3.6.tar.gz.sha1.txt: No such file or directory
[root@li264-13 src]# tar -zxvf rkhunter-1.3.6.tar.gz
tar: rkhunter-1.3.6.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
[root@li264-13 src]# cd rkhunter-1.3.6
-bash: cd: rkhunter-1.3.6: No such file or directory
[root@li264-13 src]# ./installer.sh –layout default --install
-bash: ./installer.sh: No such file or directory
[root@li264-13 src]# /usr/local/bin/rkhunter –update
-bash: /usr/local/bin/rkhunter: No such file or directory
[root@li264-13 src]# /usr/local/bin/rkhunter –propupd
-bash: /usr/local/bin/rkhunter: No such file or directory
[root@li264-13 src]# rm -Rf /usr/local/src/rkhunter*
[root@li264-13 src]# cd
Any advice on how to install:
fail2ban
denyhosts
logcheck
As far as fail2ban, etc go… are you running into any specific issues getting them installed?
Yes when I tried to install Virtualmin after having installed RKHunter and denyhosts, it would install.
So I just installed Virtualmin without bothering with rkhunter etc
I now have 2 questions.
1) How do I install a wordpress website now, in Virtualmin/webmin
2) How do i install things like RKhunter - can i still go intot he command shell and install them?
(N.B CentOs user)