On Sunday 18 April 2021 06:13:38 you wrote:

I put this on the dev list too, just in case someone knows the reason.  
This is the second time it bit me
> Hi Gene
>
> it worked here as user tomp connecting to user pi on raspberry pi 4
>
> i have kdoren's 5.10 kernel
>
Where can I get that? My 4.19-rt yadda kernel I built a year ago, stopped 
supporting screens greater than 1366x768 about 90 days back, no clues 
anyplace in the logs. As far as Xorg.0.log is concerned its running a 
1920x1080 screen but thats not what I'm getting. Looks fuggly. 

>
> i never used sshfs before

Beats any version of NSF like a white mouthed mule, TomP.  When it works, 
it always works, where NSF, CIFS, etc always seem to flip a coin to see 
if they are going to work today.

> and failed 1st time whenb i used 'sudo sshfs pi@192.168.1.5'

Thats an incomplete command line in several ways.

My script that mounts those that work:
#!/bin/bash
# usr and path to mount         /mount/point
sshfs gene@sixty40:/            /sshnet/sixty40
sshfs gene@lathe:/              /sshnet/lathe
sshfs gene@GO704:/              /sshnet/GO704
sshfs pi@rpi4:/                 /sshnet/rpi4
sshfs gene@TLM:/                /sshnet/TLM
#sshfs gene@3dprint:/            /sshnet/3dprint
sshfs gene@dddprint:/           /sshnet/dddprint

But I think I recall why, just haven't had enough coffee to go fix it 
yet.

I recall I wasn't able to make sixty40 work when it was named 6040. 
Something apparently doesn't like hostnames starting with a nummber. 
I'll rename it dddprint. Thats 3d's isn't it? ;o)

I went to it, changed its hostname in tghat file and address in the e/n/i 
file & fixed the /etc/hosts file on both ends of the cable. rebooted it.

Came back to this machine and fixed the script by adding the last line 
and creating that mountpoint. Works as requested.  It works as dddprint, 
but doesn't as 3dprint.  I think I'll ask debian if there is a valid 
reason.  Anyway, problem solved!

Point to remember, do NOT start a hostname with a number.

Thanks TomP. Take care and stay well now.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page <http://geneslinuxbox.net:6309/gene>


_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to