search for: 512700

Displaying 2 results from an estimated 2 matches for "512700".

Did you mean: 512000
2004 Dec 10
1
Kernel Panic on New Kernel Package
...t can't find the initrd and Panics. I am running a single partition on my software RAID1, the file system is ext3. [root at admin /]# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/md0 115377576 2014940 107501728 2% / none 512700 0 512700 0% /dev/shm [root at admin /]# I just can't seem to figure it out. I've done some searching online but the fixes people are posting just don't seem logical as my initrd IS there. [root at admin /]# ls -al /boot/*2.4.21-20.0.1.EL* -rw-r--r-- 1 root...
2008 Sep 22
2
Getting perl CGI programs to work on CentOS 5 server
I'm trying to get perl CGI programs to work from the cgi-bin (actually a sub-directory cgi-bin/various) and have set appropriate permissions using chmod 755. I'm currently testing using the simplest cgi program, you know the one: #!/usr/bin/perl # howdy--the easiest of CGI programs use CGI; print <<END_of_Multiline_Text; Content-type: text/html <HTML> <HEAD>