Re: [Fink-devel] fuse vs. MacFUSE

2007-02-11 Thread Brendan Cully
On Wednesday, 07 February 2007 at 22:36, Roland Kuhn wrote:
 Oh, my bad. I frequently forget 'fink desc'... This solves all my  
 problems except for the sshfs and ssh processes: they still stay  
 around after unmounting, and a view into /sw/share/doc/sshfs/* and  
 'mount_fusefs --help' didn't inspire me much :-(
 
 I've followed the advice in the FAQ.txt and run with - 
 odebug,sshfs_debug,loglevel=debug, and in the end I don't see how  
 sshfs should have noticed the unmount. Log attached; I've inserted  
 two empty lines before pressing the eject button in the Finder window.

I see this too. I don't know what the answer is - I think it's a bug
with Finder interaction.

-
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=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] fuse vs. MacFUSE

2007-02-07 Thread Roland Kuhn

Hi!

Having read about this marvellous achievement, I decided immediately  
to try fuse on my PowerBook. Using the Google-supplied MacFUSE and  
sshfs .dmg's it worked immediately and the way one would expect: you  
click on sshfs, enter the destination info into the window which pops  
up and find the fuse mount as a new volume in the finder. When you're  
done you click on the eject button and it's gone.


Now, with the Fink version there is no popup window, but hey, I'm  
glad to have a popup blocker in my browser ;-) So I mount server from  
the command line and voila: it works. There's even a new volume in  
the Finder, albeit named quite generic FUSE Volume 0. The only  
problem is, that the eject button does not work, sometimes it  
closes the current view but it does not remove the icon or unmount  
the sshfs. Issuing 'umount mnt' removes the mount, but the sshfs  
process stays alive. That problem can be cured by kill -9 (SIGTERM  
does not have an effect), but I have not found a way yet to get rid  
of that FUSE Volume 0 lying on my Desktop. Double clicking simply  
opens a view into the empty directory which used to be the mount point.


What is the status?

BTW: I installed Fuse.pm via cpan (had to use 'notest force' because  
the tests don't work), and fuseftp works as far as I could see. Being  
able to write my own filesystem in Perl sends shivers down my spine :-)


A propos: no kernel panics yet ;-) I half expected to see my machine  
crash when playing bad games with the fuse processes, but the kext  
seems stable enough to handle a dead handler...


Ciao,
Roland

--
TU Muenchen, Physik-Department E18, James-Franck-Str., 85748 Garching
Telefon 089/289-12575; Telefax 089/289-12570
--
CERN office: 892-1-D23 phone: +41 22 7676540 mobile: +41 76 487 4482
--
Any society that would give up a little liberty to gain a little
security will deserve neither and lose both.  - Benjamin Franklin
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GS/CS/M/MU d-(++) s:+ a- C+++ UL P+++ L+++ E(+) W+ !N K- w--- M 
+ !V Y+

PGP++ t+(++) 5 R+ tv-- b+ DI++ e+++ h y+++
--END GEEK CODE BLOCK--




smime.p7s
Description: S/MIME cryptographic signature


PGP.sig
Description: This is a digitally signed message part
-
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=lnkkid=120709bid=263057dat=121642___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] fuse vs. MacFUSE

2007-02-07 Thread Brendan Cully
On Wednesday, 07 February 2007 at 17:35, Roland Kuhn wrote:
 Now, with the Fink version there is no popup window, but hey, I'm  
 glad to have a popup blocker in my browser ;-) So I mount server from  
 the command line and voila: it works. There's even a new volume in  
 the Finder, albeit named quite generic FUSE Volume 0. The only  
 problem is, that the eject button does not work, sometimes it  
 closes the current view but it does not remove the icon or unmount  
 the sshfs. Issuing 'umount mnt' removes the mount, but the sshfs  
 process stays alive. That problem can be cured by kill -9 (SIGTERM  
 does not have an effect), but I have not found a way yet to get rid  
 of that FUSE Volume 0 lying on my Desktop. Double clicking simply  
 opens a view into the empty directory which used to be the mount point.
 
 What is the status?

From 'fink describe sshfs':

 Usage Notes:
 Invoking sshfs with the options
 -oping_diskarb,volname=finder volume name
 will probably improve its interaction with the Finder.

If you use -oping_diskarb, you should get much better behaviour out of
the finder.

-
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=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] fuse vs. MacFUSE

2007-02-07 Thread Roland Kuhn

Hi Brendan!

On 7 Feb 2007, at 17:56, Brendan Cully wrote:


On Wednesday, 07 February 2007 at 17:35, Roland Kuhn wrote:

Now, with the Fink version there is no popup window, but hey, I'm
glad to have a popup blocker in my browser ;-) So I mount server from
the command line and voila: it works. There's even a new volume in
the Finder, albeit named quite generic FUSE Volume 0. The only
problem is, that the eject button does not work, sometimes it
closes the current view but it does not remove the icon or unmount
the sshfs. Issuing 'umount mnt' removes the mount, but the sshfs
process stays alive. That problem can be cured by kill -9 (SIGTERM
does not have an effect), but I have not found a way yet to get rid
of that FUSE Volume 0 lying on my Desktop. Double clicking simply
opens a view into the empty directory which used to be the mount  
point.


What is the status?


From 'fink describe sshfs':

 Usage Notes:
 Invoking sshfs with the options
 -oping_diskarb,volname=finder volume name
 will probably improve its interaction with the Finder.

If you use -oping_diskarb, you should get much better behaviour out of
the finder.


Oh, my bad. I frequently forget 'fink desc'... This solves all my  
problems except for the sshfs and ssh processes: they still stay  
around after unmounting, and a view into /sw/share/doc/sshfs/* and  
'mount_fusefs --help' didn't inspire me much :-(


I've followed the advice in the FAQ.txt and run with - 
odebug,sshfs_debug,loglevel=debug, and in the end I don't see how  
sshfs should have noticed the unmount. Log attached; I've inserted  
two empty lines before pressing the eject button in the Finder window.


Ciao,
Roland


sshfs.txt.bz2
Description: Binary data


--
TU Muenchen, Physik-Department E18, James-Franck-Str., 85748 Garching
Telefon 089/289-12575; Telefax 089/289-12570
--
CERN office: 892-1-D23 phone: +41 22 7676540 mobile: +41 76 487 4482
--
Any society that would give up a little liberty to gain a little
security will deserve neither and lose both.  - Benjamin Franklin
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GS/CS/M/MU d-(++) s:+ a- C+++ UL P+++ L+++ E(+) W+ !N K- w--- M 
+ !V Y+

PGP++ t+(++) 5 R+ tv-- b+ DI++ e+++ h y+++
--END GEEK CODE BLOCK--




smime.p7s
Description: S/MIME cryptographic signature


PGP.sig
Description: This is a digitally signed message part
-
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=lnkkid=120709bid=263057dat=121642___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel