Syncthing on QNAP - ARM V5

When starting on my QNAP TS-219 P II this is the output…

[/share/MD0_DATA/syncthing/syncthing-linux-armv5-v0.8.10] # ./syncthing
[667FG] 11:16:01 INFO: syncthing v0.8.10 (go1.2.2 linux-arm) jb@jborg-mbp 2014-05-25 19:36:38 UTC
[667FG] 11:16:01 INFO: My ID: 667FG[...]5KA6ZAP
[667FG] 11:16:02 INFO: Starting web GUI on http://127.0.0.1:8081/
[667FG] 11:16:02 INFO: Populating repository index
[667FG] 11:16:02 INFO: Sending local discovery announcements
[667FG] 11:16:02 INFO: Sending global discovery announcements
[667FG] 11:16:02 OK: Ready to synchronize default (read-write)
[667FG] 11:16:02 INFO: Node 667F[...]OESGQ is "QNAP2" at [dynamic]
[667FG] 11:16:02 WARNING: accept tcp 0.0.0.0:22000: bad address
[667FG] 11:16:02 WARNING: accept tcp 0.0.0.0:22000: bad address
[667FG] 11:16:02 WARNING: accept tcp 0.0.0.0:22000: bad address
...and on and on

Changing<listenAddress>:22000</listenAddress> in /root/.config/syncthing/config.xml to anything else reasonable did not result in any success.

  • logged on user is the default user named ‘admin’
  • changed file ownership to user ‘admin’ and group ‘administrators’

Any hints?

Ralf.

Have you tried the IP of your box?

Yes, I did… Negative.

Firewall ist ‘disabled’ - bittorentsync works fine!

# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

What’s the Linux kernel version on this box?

[~] # cat /proc/version
Linux version 2.6.33.2 (root@NasX86-14) (gcc version 4.2.1) #1 Sat Apr 12 06:34:32 CST 2014

QNAP Firmware ist the latest: 4.0.7

Looks like a known incompatibility between the Go compiler and that QNAP;

https://groups.google.com/forum/#!topic/Golang-nuts/zMOKGRwqMHI

I can hope this will be fixed in a newer version the go compiler.