Re: fusefs-sshfs

2009-08-27 Thread Roald de Vries

Dear Patrick,

I'm running 7.1; I have /dev/fuse0. How did you do it?

Roald


On Aug 27, 2009, at 4:55 AM, patrick wrote:


Which version of FreeBSD are you running? I just installed sshfs on
7.2, and while I didn't get it working right away, I did eventually do
it. Do you have /dev/fuse0?

Patrick


On Mon, Aug 17, 2009 at 2:15 PM, Roald de Vries  
wrote:

Dear all,

I've installed fusefs-sshfs, and added fusefs_enable="YES" to  
rc.conf.
During startup, I see fusefs being started, but when I do: "sshfs  
remote:~
/media/remote", I get "fuse: failed to open fuse device: No such  
file or

directory". Any idea why? Thanks in advance.

Kind regards,

Roald
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org 
"






___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: fusefs-sshfs

2009-08-20 Thread Roald de Vries

Dear Chris,

Thanks for your reply. I've tried the absolute path as well, but no  
success :-(. Any other suggestions?


Kind regards,

Roald


On Aug 18, 2009, at 10:17 AM, chris scott wrote:

2009/8/17 Roald de Vries 
Dear all,

I've installed fusefs-sshfs, and added fusefs_enable="YES" to  
rc.conf. During startup, I see fusefs being started, but when I do:  
"sshfs remote:~ /media/remote", I get "fuse: failed to open fuse  
device: No such file or directory". Any idea why? Thanks in advance.


Kind regards,

Roald
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org 
"


try an explicit path as well rather than ~




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: fusefs-sshfs

2009-08-18 Thread Chad Perrin
On Mon, Aug 17, 2009 at 11:15:16PM +0200, Roald de Vries wrote:
> Dear all,
> 
> I've installed fusefs-sshfs, and added fusefs_enable="YES" to rc.conf.  
> During startup, I see fusefs being started, but when I do: "sshfs  
> remote:~ /media/remote", I get "fuse: failed to open fuse device: No  
> such file or directory". Any idea why? Thanks in advance.

Try running these commands:

kldload /usr/local/modules/fuse.ko
/usr/local/etc/rc.d/fusefs start
sysctl vfs.usermount=1

. . . then using an absolute path rather than a relative path.  If that
doesn't work, there's probably something wrong with the install, the
network setup, or the remote machine.

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
Quoth Anonymous: "It is easier to measure something than to understand
what you have measured."


pgpVo3HWF3k3z.pgp
Description: PGP signature


Re: fusefs-sshfs

2009-08-18 Thread Roald de Vries

Dear Adam,

kldstat does list the appropriate module, and when I try to start it  
manually, I get the respons 'fusefs is already running'.


Kind regards, Roald

On Aug 18, 2009, at 3:45 AM, Adam Vande More wrote:



On Mon, Aug 17, 2009 at 4:15 PM, Roald de Vries  
 wrote:

Dear all,

I've installed fusefs-sshfs, and added fusefs_enable="YES" to  
rc.conf. During startup, I see fusefs being started, but when I do:  
"sshfs remote:~ /media/remote", I get "fuse: failed to open fuse  
device: No such file or directory". Any idea why? Thanks in advance.


Kind regards,

Roald
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org 
"


does kldstat list the appropriate module?

151 0xcbe3a000 e000 fuse.ko

start it manually:

/usr/local/etc/rc.d/fusefs start

--
Adam Vande More


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: fusefs-sshfs

2009-08-18 Thread chris scott
2009/8/17 Roald de Vries 

> Dear all,
>
> I've installed fusefs-sshfs, and added fusefs_enable="YES" to rc.conf.
> During startup, I see fusefs being started, but when I do: "sshfs remote:~
> /media/remote", I get "fuse: failed to open fuse device: No such file or
> directory". Any idea why? Thanks in advance.
>
> Kind regards,
>
> Roald
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscr...@freebsd.org"
>

try an explicit path as well rather than ~
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: fusefs-sshfs

2009-08-17 Thread Adam Vande More
On Mon, Aug 17, 2009 at 4:15 PM, Roald de Vries  wrote:

> Dear all,
>
> I've installed fusefs-sshfs, and added fusefs_enable="YES" to rc.conf.
> During startup, I see fusefs being started, but when I do: "sshfs remote:~
> /media/remote", I get "fuse: failed to open fuse device: No such file or
> directory". Any idea why? Thanks in advance.
>
> Kind regards,
>
> Roald
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscr...@freebsd.org"
>

does kldstat list the appropriate module?

151 0xcbe3a000 e000 fuse.ko

start it manually:

/usr/local/etc/rc.d/fusefs start

-- 
Adam Vande More
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


fusefs-sshfs

2009-08-17 Thread Roald de Vries

Dear all,

I've installed fusefs-sshfs, and added fusefs_enable="YES" to rc.conf.  
During startup, I see fusefs being started, but when I do: "sshfs  
remote:~ /media/remote", I get "fuse: failed to open fuse device: No  
such file or directory". Any idea why? Thanks in advance.


Kind regards,

Roald
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: fusefs-sshfs compilation error

2007-08-17 Thread Boris Samorodov
Sorry All, this is a message for Dave.

Dave, there is a problem to send an email message to your address (I'm
not sure if it is a problem of my provider or yours but the problem
exists):
-
Aug 18 00:20:33 bsam sendmail[1292]: l7HKKLkj001292: to="Dave" <[EMAIL 
PROTECTED]>, [EMAIL PROTECTED] (1001/0), delay=00:00:12, xdelay=00:00:11, 
mailer=relay, pri=62739, relay=mail.kuban.ru. [62.183.66.246], dsn=5.2.1, 
stat=User unknown
Aug 18 00:20:33 bsam sendmail[1292]: l7HKKLkj001292: [EMAIL PROTECTED], [EMAIL 
PROTECTED] (1001/0), delay=00:00:12, xdelay=00:00:11, mailer=relay, pri=62739, 
relay=mail.kuban.ru. [62.183.66.246], dsn=2.0.0, stat=Sent (l7HKJv7q038694 
Message accepted for delivery)
-

WBR
-- 
bsam
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: fusefs-sshfs compilation error

2007-08-17 Thread Boris Samorodov
(restoring original cc: freebsd-questions@ as it may help someone to
find an answer with a feedback)

On Fri, 17 Aug 2007 15:52:35 -0400 Dave wrote:

>Thanks for your suggestion. That did it. Everything installed fine
> now. Now i get to do usage.

Great, I'm happy to be useful.

> Thanks.
> Dave.

> - Original Message - 
> From: "Boris Samorodov" <[EMAIL PROTECTED]>
> To: "Dave" <[EMAIL PROTECTED]>
> Cc: 
> Sent: Friday, August 17, 2007 9:35 AM
> Subject: Re: fusefs-sshfs compilation error


> > On Fri, 17 Aug 2007 06:26:15 -0400 Dave wrote:
> >
> >>I'm running 6.2 with a ports tree cvsupped and kernel sources from
> >> about half an hour ago.
> >
> > Do you keep base system and kernel in sync? It's always a good idea.
> > Did you compile and install the kernel? It's not a good idea use a
> > recent kernel sources to build modules but use an old kernel itself.
> >
> >> I'm trying to install the
> >> sysutils/fusefs-sshfs port. During the compilation of the dependency
> >> fusefs-kmod i am getting an error that opt_global.h file can not be
> >> found and compilation stops.
> >
> > You didn't show the platform. The output of "uname -a" is OK.
> > And it's always a good idea to show the error message. (BTW usually
> > two or tree good lines are showed followed by a full error message.)
> > Did you try to locate the file? May be at another computer? Here it is
> > for me:
> > -
> > srv# locate opt_global.h
> > /usr/obj/usr/src/sys/GENERIC/opt_global.h
> > -
> >
> >> For the fusefs-kmod port i did select
> >> create a global autofile setup.
> >
> > I just tried to compile fusefs-kmod with a global autofile setup. It
> > succeeded at:
> > -
> > # uname -a
> > FreeBSD srv.sem.ipt.ru 6.2-STABLE FreeBSD 6.2-STABLE #0: Tue Jul 24
> > 19:30:05 MSD 2007
> > [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC amd64
> > -
> >
> >> Any suggestions welcome.
> >
> > Since the file opt_global.h is found (at my system) only at /usr/obj
> > directory I'd quess you dodn't have kernel sources and kernel binary
> > at sinc (i.e. didn't compile the kernel after cvsupping).

WBR
-- 
bsam
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: fusefs-sshfs compilation error

2007-08-17 Thread Andy Greenwood

Boris Samorodov wrote:

On Fri, 17 Aug 2007 06:26:15 -0400 Dave wrote:

  

   I'm running 6.2 with a ports tree cvsupped and kernel sources from
about half an hour ago.



Do you keep base system and kernel in sync? It's always a good idea.
Did you compile and install the kernel? It's not a good idea use a
recent kernel sources to build modules but use an old kernel itself.

  

I'm trying to install the
sysutils/fusefs-sshfs port. During the compilation of the dependency
fusefs-kmod i am getting an error that opt_global.h file can not be
found and compilation stops.



You didn't show the platform. The output of "uname -a" is OK.
And it's always a good idea to show the error message. (BTW usually
two or tree good lines are showed followed by a full error message.) 
Did you try to locate the file? May be at another computer? Here it is

for me:
-
srv# locate opt_global.h
/usr/obj/usr/src/sys/GENERIC/opt_global.h
-

  

For the fusefs-kmod port i did select
create a global autofile setup.



I just tried to compile fusefs-kmod with a global autofile setup. It
succeeded at:
-
# uname -a
FreeBSD srv.sem.ipt.ru 6.2-STABLE FreeBSD 6.2-STABLE #0: Tue Jul 24 19:30:05 
MSD 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  amd64
-

  

Any suggestions welcome.



Since the file opt_global.h is found (at my system) only at /usr/obj
directory I'd quess you dodn't have kernel sources and kernel binary
at sinc (i.e. didn't compile the kernel after cvsupping).

HTH, WBR
  

Just installed fine here.

[EMAIL PROTECTED] fusefs-sshfs]$ uname -a
FreeBSD zeus.agreenftp.no-ip.com 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu 
Aug  9 17:11:53 EDT 2007 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/ZEUS  i386

[EMAIL PROTECTED] fusefs-sshfs]$ pkg_info | grep fusefs
fusefs-kmod-0.3.9.p1 Kernel module for fuse
fusefs-libs-2.7.0_1 FUSE allows filesystem implementation in userspace
fusefs-sshfs-1.8Mount remote directories over ssh
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: fusefs-sshfs compilation error

2007-08-17 Thread Boris Samorodov
On Fri, 17 Aug 2007 06:26:15 -0400 Dave wrote:

>I'm running 6.2 with a ports tree cvsupped and kernel sources from
> about half an hour ago.

Do you keep base system and kernel in sync? It's always a good idea.
Did you compile and install the kernel? It's not a good idea use a
recent kernel sources to build modules but use an old kernel itself.

> I'm trying to install the
> sysutils/fusefs-sshfs port. During the compilation of the dependency
> fusefs-kmod i am getting an error that opt_global.h file can not be
> found and compilation stops.

You didn't show the platform. The output of "uname -a" is OK.
And it's always a good idea to show the error message. (BTW usually
two or tree good lines are showed followed by a full error message.) 
Did you try to locate the file? May be at another computer? Here it is
for me:
-
srv# locate opt_global.h
/usr/obj/usr/src/sys/GENERIC/opt_global.h
-

> For the fusefs-kmod port i did select
> create a global autofile setup.

I just tried to compile fusefs-kmod with a global autofile setup. It
succeeded at:
-
# uname -a
FreeBSD srv.sem.ipt.ru 6.2-STABLE FreeBSD 6.2-STABLE #0: Tue Jul 24 19:30:05 
MSD 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  amd64
-

> Any suggestions welcome.

Since the file opt_global.h is found (at my system) only at /usr/obj
directory I'd quess you dodn't have kernel sources and kernel binary
at sinc (i.e. didn't compile the kernel after cvsupping).

HTH, WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


fusefs-sshfs compilation error

2007-08-17 Thread Dave

Hello,
   I'm running 6.2 with a ports tree cvsupped and kernel sources from about 
half an hour ago. I'm trying to install the sysutils/fusefs-sshfs port. 
During the compilation of the dependency fusefs-kmod i am getting an error 
that opt_global.h file can not be found and compilation stops. For the 
fusefs-kmod port i did select create a global autofile setup. Any 
suggestions welcome.

Thanks.
Dave.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: fusefs-sshfs fails to compile

2007-05-01 Thread Tom Evans
On Thu, 2007-04-26 at 17:16 -0600, Chad Perrin wrote:
> I'm not sure why, but fusefs-sshfs refuses to compile on a Thinkpad R52
> running FreeBSD 6.2-RELEASE.  I get the following when I try (watch the
> line wrap after -qa on the second line):
> 
> Stop in /usr/ports/sysutils/fusefs-sshfs.
> ** Command failed [exit code 1]: /usr/bin/script -qa
> /tmp/portinstall.19963.0 env make reinstall
> ** Fix the installation problem and try again.
> ** Listing the failed packages (*:skipped / !:failed)
> ! sysutils/fusefs-sshfs (install error)
> 
> There was a lot before that, of course, but I didn't want to dump it all
> to the mailing list.  The rest is posted online at:
> 
>   http://sob.apotheon.org/files/sshfs.fail.txt
> 
> Thanks in advance for any help.
> 

From the log:

> cc -O2 -fno-strict-aliasing -pipe   -I/usr/src/sbin/mount 
> -I../include  -c mount_fusefs.c
> mount_fusefs.c:47:21: mntopts.h: No such file or directory

Verify that /usr/src/sbin/mount/mntopts.h exists. If it doesn't, freshen
or fetch your sources (check the Handbook[1] for details)

Tom

[1]
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html


signature.asc
Description: This is a digitally signed message part


fusefs-sshfs fails to compile

2007-04-26 Thread Chad Perrin
I'm not sure why, but fusefs-sshfs refuses to compile on a Thinkpad R52
running FreeBSD 6.2-RELEASE.  I get the following when I try (watch the
line wrap after -qa on the second line):

Stop in /usr/ports/sysutils/fusefs-sshfs.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portinstall.19963.0 env make reinstall
** Fix the installation problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! sysutils/fusefs-sshfs (install error)

There was a lot before that, of course, but I didn't want to dump it all
to the mailing list.  The rest is posted online at:

  http://sob.apotheon.org/files/sshfs.fail.txt

Thanks in advance for any help.

-- 
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
"The ability to quote is a serviceable
substitute for wit." - W. Somerset Maugham
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"