I was demoing a network install of CentOS 4 for a LUG InstallFest Saturday (installing a server over VNC using an HTTP install) and was hosting the installation repository on an AOLserver 4.0.9 instance (that also happens to be an OpenACS instance, but that shouldn't be an issue, should it?). The installation crashed on one particular RPM, libstdc++-3.4.3-9.EL4.i386.rpm. If you wget http://www.lamarowen.net/files/unpacked/CentOS/RPMS/libstdc++-3.4.3-9.EL4.i386.rpm you will see why; it returns the text 'File Not Found' as the actual file instead of the file (that is actually THERE on the server). AOLserver does NOT return a 404, either. Here is the result of a test: [EMAIL PROTECTED] lowen]$ wget -S http://www.lamarowen.net/files/unpacked/CentOS/RPMS/libstdc++-3.4.3-9.EL4.i386.rpm --11:12:26-- http://www.lamarowen.net/files/unpacked/CentOS/RPMS/libstdc++-3.4.3-9.EL4.i386.rpm => `libstdc++-3.4.3-9.EL4.i386.rpm' Resolving www.lamarowen.net... 192.168.1.246 Connecting to www.lamarowen.net[192.168.1.246]:80... connected. HTTP request sent, awaiting response... 1 HTTP/1.0 200 OK 2 Set-Cookie: ad_session_id=397908%2c0%2c0+%7b101+1109003160+E1D8FB0762E4C636607A23E00CFDD63EFC1EB2F8%7d; Path=/; Max-Age=1200 3 Last-Modified: Mon, 26 Jan 2004 15:39:48 GMT 4 MIME-Version: 1.0 5 Date: Mon, 21 Feb 2005 16:06:00 GMT 6 Server: AOLserver/4.0.9 7 Content-Type: text/html; charset=iso-8859-1 8 Content-Length: 15 9 Connection: keep-alive
100%[=============================================================>] 15 --.--K/s 11:12:26 (146.48 KB/s) - `libstdc++-3.4.3-9.EL4.i386.rpm' saved [15/15] [EMAIL PROTECTED] lowen]$ cat libstdc++-3.4.3-9.EL4.i386.rpm File not [EMAIL PROTECTED] lowen]$ But: [EMAIL PROTECTED] lowen]$ ssh [EMAIL PROTECTED] ls -l /var/www/aolserver/ramifordistat/www/files/unpacked/CentOS/RPMS/libstdc++-3.4.3-9.EL4.i386.rpm -r--r--r-- 1 root root 1197715 Feb 15 16:38 /var/www/aolserver/ramifordistat/www/files/unpacked/CentOS/RPMS/libstdc++-3.4.3-9.EL4.i386.rpm [EMAIL PROTECTED] lowen]$ I had tried updating through yum before on a repository hosted on AOLserver/OpenACS when I was running it on a SPARC box, and had attributed it to being on a SPARC box. But the current lamarowen.net box is Intel. Same thing works fine on a Apache install. Works fine for a different RPM, too: [EMAIL PROTECTED] lowen]$ wget -S http://www.lamarowen.net/files/unpacked/CentOS/RPMS/libsoup-2.2.1-1.i386.rpm --11:31:11-- http://www.lamarowen.net/files/unpacked/CentOS/RPMS/libsoup-2.2.1-1.i386.rpm => `libsoup-2.2.1-1.i386.rpm' Resolving www.lamarowen.net... 192.168.1.246 Connecting to www.lamarowen.net[192.168.1.246]:80... connected. HTTP request sent, awaiting response... 1 HTTP/1.0 200 OK 2 Set-Cookie: ad_session_id=377143%2c0%2c0+%7b760+1109004286+A77AFA5C19A6728FEDC72CCEF9DA310A01EB48B2%7d; Path=/; Max-Age=1200 3 Last-Modified: Tue, 08 Feb 2005 20:18:40 GMT 4 MIME-Version: 1.0 5 Date: Mon, 21 Feb 2005 16:24:46 GMT 6 Server: AOLserver/4.0.9 7 Content-Type: text/plain 8 Content-Length: 229463 9 Connection: keep-alive 100%[=============================================================>] 229,463 --.--K/s 11:31:11 (8.43 MB/s) - `libsoup-2.2.1-1.i386.rpm' saved [229,463/229,463] [EMAIL PROTECTED] lowen]$ Any ideas? -- Lamar Owen CE WGCR AM 720 and WWW.WGCR.NET Director of Information Technology Pisgah Astronomical Research Institute 1 Peter 4:11 -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
