|
Hello,
I'd like to use filesystems/fuse-afpfs-ng, but when I try to mount an AFP share, I get the error message: Could not find /dev/fuse0 I'm not quite sure if on NetBSD I need this pseudo-device, since we use puffs(3); I'm running a generic NetBSD-5.0.2 kernel, which has puffs enabled and /dev/putter exists. This is my first attempt to use a fuse -- what am I missing? Thanks in advance, -Jan |
|
On Sat, Jun 26, 2010 at 07:39:20PM -0400, Jan Schaumann wrote:
> I'd like to use filesystems/fuse-afpfs-ng, ... The last time I tried this file-system it didn't work very well. And from its SourceForge project page it looks like it is no longer maintained. > ... but when I try to mount an AFP share, I get the error message: > > Could not find /dev/fuse0 Is "ldd /usr/pkg/bin/afpfs" linked against "librefuse"? Kind regards -- Matthias Scheler http://zhadum.org.uk/ |
|
Matthias Scheler <[hidden email]> wrote:
> On Sat, Jun 26, 2010 at 07:39:20PM -0400, Jan Schaumann wrote: > > I'd like to use filesystems/fuse-afpfs-ng, ... > > The last time I tried this file-system it didn't work very well. > And from its SourceForge project page it looks like it is no > longer maintained. Hmmm. Do you have any other suggestions for mounting AFP shares? > > ... but when I try to mount an AFP share, I get the error message: > > > > Could not find /dev/fuse0 > > Is "ldd /usr/pkg/bin/afpfs" linked against "librefuse"? That's a shell script. :-) But: $ ldd /usr/pkg/bin/mount_afp /usr/pkg/bin/mount_afp: -lc.12 => /usr/lib/libc.so.12 -lgmp.10 => /usr/pkg/lib/libgmp.so.10 -lpuffs.0 => /usr/lib/libpuffs.so.0 -lpthread.0 => /usr/lib/libpthread.so.0 -lrefuse.0 => /usr/lib/librefuse.so.0 -lintl.0 => /usr/lib/libintl.so.0 -lgpg-error.0 => /usr/pkg/lib/libgpg-error.so.0 -lgcrypt.11 => /usr/pkg/lib/libgcrypt.so.11 -ltermcap.0 => /usr/lib/libtermcap.so.0 -ledit.2 => /usr/lib/libedit.so.2 -lcurses.6 => /usr/lib/libcurses.so.6 -lafpclient.0 => /usr/pkg/lib/libafpclient.so.0 -Jan |
|
On Wed, Jul 07, 2010 at 10:40:03AM -0400, Jan Schaumann wrote:
> > The last time I tried this file-system it didn't work very well. > > And from its SourceForge project page it looks like it is no > > longer maintained. > > Hmmm. Do you have any other suggestions for mounting AFP shares? No, unfortunately not. > $ ldd /usr/pkg/bin/mount_afp > /usr/pkg/bin/mount_afp: > -lc.12 => /usr/lib/libc.so.12 > -lgmp.10 => /usr/pkg/lib/libgmp.so.10 > -lpuffs.0 => /usr/lib/libpuffs.so.0 > -lpthread.0 => /usr/lib/libpthread.so.0 > -lrefuse.0 => /usr/lib/librefuse.so.0 > -lintl.0 => /usr/lib/libintl.so.0 > -lgpg-error.0 => /usr/pkg/lib/libgpg-error.so.0 > -lgcrypt.11 => /usr/pkg/lib/libgcrypt.so.11 > -ltermcap.0 => /usr/lib/libtermcap.so.0 > -ledit.2 => /usr/lib/libedit.so.2 > -lcurses.6 => /usr/lib/libcurses.so.6 > -lafpclient.0 => /usr/pkg/lib/libafpclient.so.0 That looks right. Can you please try to "ktrace" it? Kind regards -- Matthias Scheler http://zhadum.org.uk/ |
|
Matthias Scheler <[hidden email]> wrote:
> That looks right. Can you please try to "ktrace" it? http://www.netmeister.org/tmp/mount_afp.dump -Jan |
|
On Fri, Jul 09, 2010 at 10:10:18PM -0400, Jan Schaumann wrote:
> Matthias Scheler <[hidden email]> wrote: > > > That looks right. Can you please try to "ktrace" it? > > http://www.netmeister.org/tmp/mount_afp.dump I'm sorry but I cannot figure out what is going wrong from the dump. I just tried it under NetBSD/amd64 5.1_RC3 and got this far .... Could not connect, never got a response to getstatus, Connection timed out ... which is similar to the problems that even Linux users report on (at least) 64bit systems. My best guess is that one of the many puffs enhancements and bug fixes in the "netbsd-5" branch makes a difference. Please try with a NetBSD 5.1 release candidate. Kind regards -- Matthias Scheler http://zhadum.org.uk/ |
|
In reply to this post by Jan Schaumann
hi,
Need to install fuse-utils package for the fuse filesystem shared volumes It automatically create the folder /dev/fuse0 Chocomiel |
| Powered by Nabble | Edit this page |
