Unable to open cpuinfo

bigboy

Verified User
Joined
Nov 25, 2005
Messages
231
Location
USA
Unable to open cpuinfo for reading -

still there when clicking on System Information link.
 
You will need to provide more detailed information about your problem if you expect anything by posting here.
 
What OS/Distribution are you running?

What do you get when logged into a shell as root you do:

# cat /proc/cpuinfo

Jeff
 
Someone else will have to carry you further.

I don't know if FreeBSD implements the "/proc" file system.

Jeff
 
if problem still actual i'll answer:
to share /proc you need install linux_base port on your freebsd box using ports or something like packages
for example on my box:
#cd /usr/ports/emulators/linux_base
#make install clean
if something goes wrong try to install it with package
(ftp://ftp.freebsd.org/pub/FreeBSD/releases/YOUR_PLATFORM/YOUR_RELEASE/packages/All.... )
then edit /etc/fstab and add string like:
linproc /proc linprocfs rw 0 0
and add autoload kernel module linux.ko

in any case you may search at www.google.com
!!
there are a lot of information and howtos!

best regards!
 
bigboy said:
OK thank For share
You're welcome.
where are you ?
Me? San Bernardino, Calfornia, US, as stated in both my sig and in the Location field of my posts.

We also have offices in Coeur d'Alene, Idaho, US, and in Almere, Netherlands.

Jeff
 
Back
Top