On Thu, December 29, 2005 10:24, Tim Sailer said: > [EMAIL PROTECTED]:~/src/owfs$ export CC=gcc-4.0 > [EMAIL PROTECTED]:~/src/owfs$ rm config.status > [EMAIL PROTECTED]:~/src/owfs$ ./configure --prefix=/usr/local > [EMAIL PROTECTED]:~/src/owfs$ make > > gets me through. Another hit on the different versions of gcc. Grr. > > Thanks for the help. Onwards...
Just a quick followup. owfs is now running happily on my system. I created a mountpoint /ow. Then ran 'owfs -u /ow' and cd-ed into /ow. Look at all the devices! Outstanding! However, as I did this as root, no other user other than root can see the mountpoint. Hmm... I killed owfs, and ran 'owserver -p 3001 -u' and 'owfs 3001 /ow' and same thing. So, this is working, but it appears to be a fuse issue. I'm doing this all on an Ubuntu system, and there is a fuse user/group. I added myself to the fuse group, changed the perms on /ow, and tried the owfs 3001 as myself. That worked. But, not even root can see the mountpoint. OK. Definately a fuse problem. Anyone have pointers? Tim PS: From the last time I used owfs, I see a great increase in the speed of reading the devices. Outstanding job! ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
