I have attempted to set up gut for the first time today on my laptop and desktop computers, both running Fedora 23 with Go 1.5.1 installed.
However, I cannot get any further in the setup process other than this error message: " Error on reverse-tunnel dial: dial tcp [::1]:34754: getsockopt: connection refused", when IPv6 is enabled, or this one: "Error on reverse-tunnel dial: dial tcp 127.0.0.1:34130: getsockopt: connection refused", when IPv6 has been disabled, upon which point I get a panic() function from the Go runtime.
I have attached log files from both style of attempts (w/ IPv6 and w/o), and the command I used for both times was gut sync /data1/_NASDrive/dzrodrig/ 192.168.1.xx:/data1/_NASDrive/dzrodrig/.
I have ruled out the runtime error being because I use a newer version of Go, because I have also tried the binary release from this repo with the same effect.
I have also scoured the source code - from what I can see, the function 'GutDaemon' in gut_cmd.go might have something to with it.
Please let me know if you need any more information.
Attachments:
gut_sync_34130port.txt
gut_sync_disable_ipv6.txt
uname-a.txt
I have attempted to set up gut for the first time today on my laptop and desktop computers, both running Fedora 23 with Go 1.5.1 installed.
However, I cannot get any further in the setup process other than this error message: " Error on reverse-tunnel dial: dial tcp [::1]:34754: getsockopt: connection refused", when IPv6 is enabled, or this one: "Error on reverse-tunnel dial: dial tcp 127.0.0.1:34130: getsockopt: connection refused", when IPv6 has been disabled, upon which point I get a panic() function from the Go runtime.
I have attached log files from both style of attempts (w/ IPv6 and w/o), and the command I used for both times was
gut sync /data1/_NASDrive/dzrodrig/ 192.168.1.xx:/data1/_NASDrive/dzrodrig/.I have ruled out the runtime error being because I use a newer version of Go, because I have also tried the binary release from this repo with the same effect.
I have also scoured the source code - from what I can see, the function 'GutDaemon' in gut_cmd.go might have something to with it.
Please let me know if you need any more information.
Attachments:
gut_sync_34130port.txt
gut_sync_disable_ipv6.txt
uname-a.txt