> When I try to run sshfs on my Sun Enterprise 250 (2 x 400 MHz
> Ultrasparc II processors), I get a bus error:
> 
> > [EMAIL PROTECTED]:~/tmp$ mkdir mnt
> > 
> > [EMAIL PROTECTED]:~/tmp$ ll
> > total 64
> > drwxr-xr-x   3 ron ron   126 May 17 11:42 ./
> > drwxr-xr-x 190 ron ron 20480 May 23 07:20 ../
> > drwxr-xr-x   3 ron ron    25 May  3 14:21 mnt/
> > 
> > [EMAIL PROTECTED]:~/tmp$ sshfs machine: mnt
> > Bus error

Can you try running:

  sshfs -d -osshfs_debug ...

Also if you have gdb installed, it would be nice to see where it crashes:

  $ ulimit -c unlimited
  $ sshfs ...
  Bus error (core dumped)
  $ gdb sshfs core
  (gdb) bt

> If I try again I get:
> 
> > [EMAIL PROTECTED]:~/tmp$ sshfs machine: mnt
> > fusermount: failed to access mountpoint /home/ron/tmp/mnt: Permission
> > denied
> 
>    and the mountpoint's directory entry is really strange:
> 
> > [EMAIL PROTECTED]:~/tmp$ ll
> > total 64
> > drwxr-xr-x   5 ron ron   144 May 23 07:28 ./
> > drwxr-xr-x 190 ron ron 20480 May 23 07:20 ../
> > ?---------   ? ?   ?       ?            ? mnt

You can restore the original state with

   fusermount -u mnt

Thanks,
Miklos


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to