Tomas Mudrunka

Results 432 comments of Tomas Mudrunka

I tried with postgress and still no luck :-/ Weird...

Hah. Sorry, i din't noted i am posting in wrong project :-) However if you manage to add this to your docker image it would be useful :-)

@felisucoibi put something like this to fstab: ``` sshfs#[email protected]:/content/ /mnt/srv fuse defaults,user,allow_other,reconnect,delay_connect,ConnectTimeout=5,ServerAliveInterval=5,IdentityFile=/root/.ssh/id_rsa_storage 0 0 ``` This fixed all my problems with connection stability, i even use it on laptop roaming...

I think this is about not so robust default setings. I think defaults should be changed and therefore this can be handled as issue.

@Nikratio Would it be possible to enable `delay_connect` by default only for mounting from fstab? It makes lots of sense when used with fstab, since it's quite common that fstab...

> as we would have to invent silly looking noreconnect and nodelay_connect options instead to get the other behaviour. Why would someone mount sshfs in nonreconnect mode? If i don't...

> You may want to know there was a failure. Can you give me an example? I guess in these cases you might want to watch the logs, so you...

My use case is to mount NAS on my laptop. So i want it to be immediately available when i travel across wifi networks or wake the system from being...

> Possible solution? https://help.ubuntu.com/community/Autofs No. I am happy with how the sshfs works by itself. it can reconnect without any issues with my configuration. Absolutely no need for autofs. only...

I've writter similar library from scratch: https://github.com/Harvie/RotaryDial It uses only 2 wires, but it's interrupt based, so you can only have one dial at time...