From: zeek <ze...@sp...> - 2003-05-07 04:23:32
|
Hello Grubbers, I'm running grub on 3 machines; WinXP, RedHat 7.3, and RedHat 8.0. I messed around with compilation for the RH systems but ran into trouble with ./configure wanting the metakit library even after I installed it. This isn't so important because I found Clinton Work's RPMs. http://www.scripty.com/grub/ The rh7.2 RPMs run just fine on my 7.3 but neither the rh8.0 or rh7.3 run on my 8.0 --I get this: ... [Tue May 06 23:49:55 2003] [debug] CrawlInsert(): 'http://www.abc.net.au/eyre/coverage.htm: size=25061 CRC=3568670052 STATUS=0 MIME=text/html' [Tue May 06 23:49:55 2003] [debug] GetRetrieve(): http://www.hkns.co.kr/2-1.htm [Tue May 06 23:49:55 2003] [debug] Error with CURL session. cURL error number: 6 I've been getting notices from my firewall that excessive attempts are coming in on port 53 (DNS) destined for the RH8.0 box. The port 53 traffic is coming from the DNS listed on the RH8.0 /etc/resolv.conf. Since I opened the port the errors are morre interesting: [Wed May 07 00:11:42 2003] [debug] GetRetrieve(): http://www.amazon.com/exec/obidos/tg/browse/-/851278/ref=br_bx_c_1_7/102-0106618 -5387335 [Wed May 07 00:11:46 2003] [debug] Error with CURL session. cURL error number: 7 [Wed May 07 00:11:46 2003] [debug] Error with CURL session. cURL error number: 7 [Wed May 07 00:11:46 2003] [debug] Error with CURL session. cURL error number: 28 [Wed May 07 00:11:46 2003] [debug] Error with CURL session. cURL error number: 7 [Wed May 07 00:11:46 2003] [debug] CrawlInsert(): 'http://www.alltimevideo.com/westerns_detail.asp?Name=Smith+Ballew: size=1 CRC=0 STATUS=4 MIME=text/plain' [Wed May 07 00:11:46 2003] [debug] GetRetrieve(): http://www.kayaknews.ca/yak/boats/Pyranhai3_222.shtml [Wed May 07 00:11:46 2003] [debug] Error with CURL session. cURL error number: 6 [Wed May 07 00:11:46 2003] [debug] Error with CURL session. cURL error number: 28 [Wed May 07 00:11:46 2003] [debug] Error with CURL session. cURL error number: 28 -- The end of my troubleshooting at this point is running named on the RH8.0 system --but I'm still getting errors. Any ideas? -zeek |