fluiday / macfuse

Automatically exported from code.google.com/p/macfuse
Other
0 stars 0 forks source link

ls fails to show content of /proc/byname #344

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I am following the tutorial http://osxbook.com/book/bonus/chapter11/procfs/ to 
set up /proc 
on a MacBook Pro. 

What steps will reproduce the problem?
1. when I get to the step 
$ sudo mkdir /proc
$ sudo chown root:wheel /proc
$ sudo ./procfs /proc
$ mount

everything is fine and I can list with $ ls -F /proc the content of the folder
2. As soon as I try to list the content of the folder /proc/byname I get the 
following error
ls: : Device not configured

What is the expected output? What do you see instead?

The expected output should be the one shown on the following page
http://osxbook.com/book/bonus/chapter11/procfs-cool/

$ ls -F /proc/byname
Adium@                  Microsoft AU Daemon@    iTunes Helper@
AirPort Disk Agent@     Safari@                 loginwindow@
Dock@                   SystemUIServer@         procfs@
Finder@                 Terminal@
Google Notifier@        UniversalAccessApp@

What version of the product are you using? On what operating system?
I use the latest release with a MacBook pro running leopard

Please provide any additional information below.

Original issue reported on code.google.com by amchou...@gmail.com on 21 Apr 2008 at 1:16

GoogleCodeExporter commented 8 years ago
On Leopard, you need to run procfs either foregrounded (the -f option) or 
through launchd. See:

http://groups.google.com/group/macfuse-
devel/browse_thread/thread/f5f202ff137628d3/27b40e4b4d14a030?lnk=gst&q=byname#27
b40e4b4d14a030

You can also search on the macfuse-devel forum for "procfs.plist".

Original comment by si...@gmail.com on 21 Apr 2008 at 6:02