You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i tryed to install syncthing on my wd cloud os 5, but there is no user root on ssh and without editing your script it not possible to install. The best way what i found - to change TARGET="$2" to TARGET="sshd@$2" and BINARY=$(find packages/$PACKAGE -name "${MODEL}${PACKAGE}.bin" | sort | tail -n1), also after install - need to login to the device and restart service manually, after it works. Also here logs:
./build_and_install.sh syncthing 172.16.0.123 WDMyCloud
Building syncthing version 1.11.1
ERROR: unknown model_name: WDMyCloudEX4
ERROR: unknown model_name: WDMyCloudEX2
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
ERROR: unknown model_name: WDMyCloudMirrorGen2
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
Move binaries
Bundle sources
Select model WDMyCloud
Created packages/syncthing/WDMyCloud_syncthing_1.11.1.bin
Install the app [email protected]'s password:
Warning: this usually doesn't work! [email protected]'s password:
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
SUCCESS!
Run test hooks
grep: /usr/local/apache2/conf/httpd.conf: No such file or directory
nc: getaddrinfo for host "[email protected]" port 8384: Name or service not known
Waiting for server...
nc: getaddrinfo for host "[email protected]" port 8384: Name or service not known
Waiting for server...
nc: getaddrinfo for host "[email protected]" port 8384: Name or service not known
Waiting for server...
nc: getaddrinfo for host "[email protected]" port 8384: Name or service not known
Waiting for server...
nc: getaddrinfo for host "[email protected]" port 8384: Name or service not known
Waiting for server...
nc: getaddrinfo for host "[email protected]" port 8384: Name or service not known
Waiting for server...
nc: getaddrinfo for host "[email protected]" port 8384: Name or service not known
Waiting for server...
Server become reachable only after i restarted it from web gui.
The text was updated successfully, but these errors were encountered:
Hello, i tryed to install syncthing on my wd cloud os 5, but there is no user root on ssh and without editing your script it not possible to install. The best way what i found - to change TARGET="$2" to TARGET="sshd@$2" and BINARY=$(find packages/$PACKAGE -name "${MODEL}${PACKAGE}.bin" | sort | tail -n1), also after install - need to login to the device and restart service manually, after it works. Also here logs:
Server become reachable only after i restarted it from web gui.
The text was updated successfully, but these errors were encountered: