View Single Post
  #2   (View Single Post)  
Old 5th June 2008
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

Do you have procfs mounted?
Try that:
# mount -t procfs proc /proc
And add to /etc/fstab:
Code:
proc  /proc  procfs  rw  0  0
Reply With Quote