Stock kernel (3.1r0 or 3.1r1, I forget which), and I did the owfs installation following the Darryl VanDorp blog entry. It appears that he compiles his kernel, so I had to retrieve the kernal sources and configure them. Here's the sequence I used
Install debian apt-get install g++ make python python-dev ssh autoconf swig apt-get install kernel-headers-2.6.8-2 kernel-source-2.6.8 cd /usr/src tar xvfz kernel-source-2.6.8.tar.gz cd kernel-source-2.6.8 cp /boot/config-2.6.8-2-386 ./config make prepare cd ~ mkdir build cd build wget http://umn.dl.sourceforge.net/sourceforge/fuse/fuse-2.5.3.tar.gz tar -zxvf fuse-2.5.3.tar.gz cd fuse-2.5.3 ./configure --with-kernel=/usr/src/kernel-source-2.6.8 make sudo make install I don't know how to compile a kernel yet, so it is probably a blatent newbie error for me to have used 2.6.8 when I needed 2.6.8-2, but I don't know exactly what I should have done. Renamed the 2.6.8 source to 2.6.8-2 and used that? Probably not. On 8/13/2006, "Tim Sailer" <[EMAIL PROTECTED]> wrote: > >On Sat, August 12, 2006 23:11, Willard Korfhage said: >> >> I'm afraid it still is not working. >> >> The first problem was fuse. Modprobe fuse failed, saying module fuse not >> found. Looking under /lib/modules, it looked like the problem was fuse >> got installed under /lib/modules/2.6.8, but everything else is in >> /lib/modules/2.6.8-2. I copied /lib/modules/2.6.8/kernel/fs/fuse to the >> corresponding location under the 2.6.8-2 directory, but modprobe still >> failed. Although I would like to understand why better, I just worked >> around it and did an insmod on fuse.ko, and now fuse appears when I do >> an lsmod. I tried out the hello, world example in fuse to make sure fuse >> works. >> >> That apparently fixed, I ran with the error logging using exactly the >> line that Paul suggested. And nothing happens. I am returned to the >> command prompt immediately witjhout a character printed. >> >> When something fails in a blatent way like this when it works for >> everyone else, it is very often a misconfiguration problem, but I cant' >> figure out what exactly is wrong. > >OK, let's start with the basics. Do you have the stock Debian kernel, or a >hand-compiled one? If stock, how did you install fuse? From the debian >package, or hand compiled? If the debian package, did you install the fuse >util package too? I run both Debian and Ubuntu, and have not had a problem >with either. > >Tim > >-- >Tim Sailer ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
