Thank you, here is the information you requested:

Wget version:

[root@server /]# wget -V
GNU Wget 1.11.4 Red Hat modified
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://www.gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Originally written by Hrvoje Niksic <hnik...@xemacs.org>.
Currently maintained by Micah Cowan <mi...@cowan.name>.
[root@server /]#

Trying to get the file using curl does not get the file either:

[root@ctc3650f /]# curl --fail --output "/tmp/backpfile" 
http://rkhunter.sourceforge.net/1.3/backdoorports.dat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0  1055    0     0    0     0      0      0 --:--:--  0:00:12 --:--:--     0
curl: (18) transfer closed with 1055 bytes remaining to read

[root@ctc3650f /]# cd /tmp

[root@ctc3650f tmp]# ls -l backpfile
ls: backpfile: No such file or directory
[root@ctc3650f tmp]#

Do not have lynx command.

I do not understand either why it cannot get this file, and it can get the 
other .dat files.  Also, I have 7 other RHEL servers that run the "rkhunter 
--update" every morning without fail, and they are all able to get the 
backdoorports.dat file.  4 of them are in the same location as this server that 
fails to get the file.

Thanks again,
Julie

-----Original Message-----
From: John Horne [mailto:john.ho...@plymouth.ac.uk] 
Sent: Monday, April 28, 2014 6:55 PM
To: RkhunterList
Subject: Re: [Rkhunter-users] error on backdoorports.dat when using rkhunter 
--update

On Mon, 2014-04-28 at 22:27 +0000, Davenport, Julie wrote:
> Thank you for your reply.  Here are the results of your suggestions:
> 
> When I tried the first way:
> 
> /usr/bin/wget -q -O "/tmp/rkhunter.upd.cssTY17212"
> http://rkhunter.sourceforge.net/1.3/backdoorports.dat
> 
> it just hung there and did nothing, so I terminated it.
> 
Well its connecting to sourceforge okay and getting a response (200) back. It's 
not an RKH or sourceforge problem - otherwise everyone would be getting the 
error.

I am a little lost as to why only this file is causing a problem.

Can you run 'wget -V' please so that I can see the wget version number.

Can you also maybe try using something like 'curl' or 'lynx' instead of wget. 
For curl use:

   curl --fail --output "/tmp/backpfile"
       http://rkhunter.sourceforge.net/1.3/backdoorports.dat

For lynx:

   lynx -source http://rkhunter.sourceforge.net/1.3/backdoorports.dat
>/tmp/backpfile




John.

--
----------------------------------------------------
John Horne                   Tel: +44 (0)1752 587287
Plymouth University, UK      Fax: +44 (0)1752 587001


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Rkhunter-users mailing list
Rkhunter-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkhunter-users

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Rkhunter-users mailing list
Rkhunter-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkhunter-users

Reply via email to