* [gentoo-user] sshfs issue
@ 2008-02-28 21:19 ionut cucu
2008-02-28 21:51 ` Jerry McBride
0 siblings, 1 reply; 7+ messages in thread
From: ionut cucu @ 2008-02-28 21:19 UTC (permalink / raw
To: gentoo-user
I'm running sshfs very often and I've noticed the following issue:
whenever the hub/swich(what ever is that keeping my lan together)
suddenly stops working while I'm using sshfs my computer crashes, or if
I;m lucky enough I get to do an umount before everything falls. Is
there any way to prevent this?
Also since this is a lan is there a null encryption algorithm I could
use to speed things up a bit? Or lower the CPU usage?
Thanks!
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] sshfs issue
2008-02-28 21:19 [gentoo-user] sshfs issue ionut cucu
@ 2008-02-28 21:51 ` Jerry McBride
2008-02-28 21:58 ` ionut cucu
0 siblings, 1 reply; 7+ messages in thread
From: Jerry McBride @ 2008-02-28 21:51 UTC (permalink / raw
To: gentoo-user
On Thursday 28 February 2008 04:19:22 pm ionut cucu wrote:
> I'm running sshfs very often and I've noticed the following issue:
> whenever the hub/swich(what ever is that keeping my lan together)
> suddenly stops working while I'm using sshfs my computer crashes, or if
> I;m lucky enough I get to do an umount before everything falls. Is
> there any way to prevent this?
> Also since this is a lan is there a null encryption algorithm I could
> use to speed things up a bit? Or lower the CPU usage?
> Thanks!
Dude... time for a new switch...
--
From the Desk of: Jerome D. McBride
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] sshfs issue
2008-02-28 21:51 ` Jerry McBride
@ 2008-02-28 21:58 ` ionut cucu
2008-02-28 22:11 ` Neil Walker
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: ionut cucu @ 2008-02-28 21:58 UTC (permalink / raw
To: gentoo-user
On Thu, 28 Feb 2008 16:51:59 -0500
Jerry McBride <mcbrides9@comcast.net> wrote:
> On Thursday 28 February 2008 04:19:22 pm ionut cucu wrote:
> > I'm running sshfs very often and I've noticed the following issue:
> > whenever the hub/swich(what ever is that keeping my lan together)
> > suddenly stops working while I'm using sshfs my computer crashes,
> > or if I;m lucky enough I get to do an umount before everything
> > falls. Is there any way to prevent this?
> > Also since this is a lan is there a null encryption algorithm I
> > could use to speed things up a bit? Or lower the CPU usage?
> > Thanks!
>
> Dude... time for a new switch...
>
Yeah well it's a campus *(1) switch, the campus's *(2) lan, the
campus's *(3) gateway....so on so forth till the A class IP so I can do
nothing about it
Note *(1) to *(2) are ugly words and shouldn't be used around children
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] sshfs issue
2008-02-28 21:58 ` ionut cucu
@ 2008-02-28 22:11 ` Neil Walker
2008-02-28 22:42 ` Jerry McBride
2008-02-28 22:43 ` Chris Brennan
2 siblings, 0 replies; 7+ messages in thread
From: Neil Walker @ 2008-02-28 22:11 UTC (permalink / raw
To: gentoo-user
ionut cucu wrote:
> Yeah well it's a campus *(1) switch, the campus's *(2) lan, the
> campus's *(3) gateway....so on so forth till the A class IP so I can do
> nothing about it
>
You could try telling (asking nicely ;) ) the campus tech guys to get
their act together. It seems, from what you have said, that you are
at their mercy. :(
Be lucky,
Neil
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] sshfs issue
2008-02-28 21:58 ` ionut cucu
2008-02-28 22:11 ` Neil Walker
@ 2008-02-28 22:42 ` Jerry McBride
2008-02-28 22:43 ` Chris Brennan
2 siblings, 0 replies; 7+ messages in thread
From: Jerry McBride @ 2008-02-28 22:42 UTC (permalink / raw
To: gentoo-user
On Thursday 28 February 2008 04:58:32 pm ionut cucu wrote:
> On Thu, 28 Feb 2008 16:51:59 -0500
>
> Jerry McBride <mcbrides9@comcast.net> wrote:
> > On Thursday 28 February 2008 04:19:22 pm ionut cucu wrote:
> > > I'm running sshfs very often and I've noticed the following issue:
> > > whenever the hub/swich(what ever is that keeping my lan together)
> > > suddenly stops working while I'm using sshfs my computer crashes,
> > > or if I;m lucky enough I get to do an umount before everything
> > > falls. Is there any way to prevent this?
> > > Also since this is a lan is there a null encryption algorithm I
> > > could use to speed things up a bit? Or lower the CPU usage?
> > > Thanks!
> >
> > Dude... time for a new switch...
>
> Yeah well it's a campus *(1) switch, the campus's *(2) lan, the
> campus's *(3) gateway....so on so forth till the A class IP so I can do
> nothing about it
>
> Note *(1) to *(2) are ugly words and shouldn't be used around children
Hmmm no help....
How about this?
http://fuse.sourceforge.net/wiki/index.php/SshfsFaq
Has a section concerning "locking up"...
Also... how about reporting a bug to the developer?
Send bug reports to fuse-sshfs@lists.sourceforge.net.
I just glossed over the documentation and saw no mention of a null encryption
engine. If you are willing to use no encryption... maybe you should try
another transport protocol... NFS works well.
Also sshfs runs via the FUSE architecture.... Not well know for performance,
more for "as a means to an end" and it runs slow too.
Cheers.
--
From the Desk of: Jerome D. McBride
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] sshfs issue
2008-02-28 21:58 ` ionut cucu
2008-02-28 22:11 ` Neil Walker
2008-02-28 22:42 ` Jerry McBride
@ 2008-02-28 22:43 ` Chris Brennan
2008-02-29 7:56 ` Mick
2 siblings, 1 reply; 7+ messages in thread
From: Chris Brennan @ 2008-02-28 22:43 UTC (permalink / raw
To: gentoo-user
Are you sure the switch/hub/router is failing?
With any remote connection such as smb/nfs/sshfs, if the target becomes
unavailable for some reason such as lag or a bad route from Point A to
Point B then that terminal window will hang till point B is reachable.
ionut cucu wrote:
> On Thu, 28 Feb 2008 16:51:59 -0500
> Jerry McBride <mcbrides9@comcast.net> wrote:
>
>> On Thursday 28 February 2008 04:19:22 pm ionut cucu wrote:
>>> I'm running sshfs very often and I've noticed the following issue:
>>> whenever the hub/swich(what ever is that keeping my lan together)
>>> suddenly stops working while I'm using sshfs my computer crashes,
>>> or if I;m lucky enough I get to do an umount before everything
>>> falls. Is there any way to prevent this?
>>> Also since this is a lan is there a null encryption algorithm I
>>> could use to speed things up a bit? Or lower the CPU usage?
>>> Thanks!
>> Dude... time for a new switch...
>>
> Yeah well it's a campus *(1) switch, the campus's *(2) lan, the
> campus's *(3) gateway....so on so forth till the A class IP so I can do
> nothing about it
>
> Note *(1) to *(2) are ugly words and shouldn't be used around children
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] sshfs issue
2008-02-28 22:43 ` Chris Brennan
@ 2008-02-29 7:56 ` Mick
0 siblings, 0 replies; 7+ messages in thread
From: Mick @ 2008-02-29 7:56 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 943 bytes --]
On Thursday 28 February 2008, Chris Brennan wrote:
> Are you sure the switch/hub/router is failing?
>
>
> With any remote connection such as smb/nfs/sshfs, if the target becomes
> unavailable for some reason such as lag or a bad route from Point A to
> Point B then that terminal window will hang till point B is reachable.
Ha! I was blaming MSWindows for causing the PC to hang whenever I was trying
to connect to the office file server (through a VPN session). My reasoning
went that I shouldn't lose the whole machine for 10 minutes, while waiting
for an error that it couldn't authenticate me on the domain controller. I
blamed the OS for being stupid of course (not withstanding the outsourced
tech support who can't fix it). In the sense that neither Linux, nor Gentoo
constitutes a stupid OS, I think this is a bug. Fine for the
application/terminal to crash, but not the whole machine.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-02-29 10:00 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-28 21:19 [gentoo-user] sshfs issue ionut cucu
2008-02-28 21:51 ` Jerry McBride
2008-02-28 21:58 ` ionut cucu
2008-02-28 22:11 ` Neil Walker
2008-02-28 22:42 ` Jerry McBride
2008-02-28 22:43 ` Chris Brennan
2008-02-29 7:56 ` Mick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox