executables work in one place, not in the other

ernst at newdisorder.com ernst at newdisorder.com
Tue Apr 5 15:14:49 UTC 2005


I just moved two servers to enterprise 4, and on both of them, I have things 
like this happening, with different files and different unpredictable results. 
This problem is not restricted to perl, but has effects on all executables and 
some upredictable behaviour with apache and symbolic links.  In both cases, the 
filesystem is on one partition, so it's not as if one partition is corrupt and 
the other isn't.  Here's an example.  Any ideas?

------example------->
[root at front datylus]# more testperl.cgi
#!/usr/bin/perl

print "Content-type: text/html\n\n";

print "<h1>Hello!\n";
[root at front datylus]# dir -l testperl.cgi
-rwxr-xr-x  1 root root 77 Mar 25 12:49 testperl.cgi
[root at front datylus]# ./testperl.cgi
[root at front datylus]# cp testperl.cgi /root
[root at front datylus]# cd /root
[root at front ~]# ./testperl.cgi
Content-type: text/html

<h1>Hello!
[root at front ~]#




More information about the redhat-list mailing list