Hello everyone.
I’m newbie and don’t know qnap TS-559 Pro at all yet.
I want to install Storj on qnapTS-559 Pro.
Connected via ssh and can’t get through Identity.
Please help me figure it out and find a solution to my question.
Thanks everyone!
Hello everyone.
I’m newbie and don’t know qnap TS-559 Pro at all yet.
I want to install Storj on qnapTS-559 Pro.
Connected via ssh and can’t get through Identity.
Please help me figure it out and find a solution to my question.
Thanks everyone!
Hello @men3 ,
Welcome to the forum!
Please, follow the guide for Linux and CLI: CLI Install - Node Operator
You don’t need to install docker, you need to enable a Container Station on your QNAP, it will install docker too.
Good evening, Alexey!
It’s good that we switched from mail to forum, maybe we will get a good guide on how to configure ts-559 pro.
I have tried these commands
1
curl -L https://github.com/storj/storj/releases/latest/download/identity_linux_amd64.zip -o identity_linux_amd64.zip
unzip -o identity_linux_amd64.zip
chmod +x identity
sudo mv identity /usr/local/bin/identity
2
curl -L https://github.com/storj/storj/releases/latest/download/identity_linux_arm.zip -o identity_linux_arm.zip
unzip -o identity_linux_arm.zip
chmod +x identity
sudo mv identity /usr/local/bin/identity
3
curl -L https://github.com/storj/storj/releases/latest/download/identity_linux_arm64.zip -o identity_linux_arm64.zip
unzip -o identity_linux_arm64.zip
chmod +x identity
sudo mv identity /usr/local/bin/identity
Command line gives error.
Rather, I was wrong, I ran it as an administrator.
Now I will do it as a regular user.
no, failed to connect via ssh
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
SHA256:r4TBm9zpV7XAWndusqH3XwF5DwkFIHZj7eouGZ4ujYQ.
Please contact your system administrator.
Add correct host key in C:\Users\PC/.ssh/known_hosts to get rid of this message.
Offending RSA key in C:\Users\PC/.ssh/known_hosts:1
RSA host key for 192.168.0.127 has changed and you have requested strict checking.
Host key verification failed.
You need to remove the line number 1 from the file C:\Users\PC\.ssh\known_hosts
, save it and then try ssh again.
This QNAP model should be x86_64 based, so the identity_linux_amd64
is the right one.
However, I would suggest to create an identity on your PC, so you need to download a binary for Windows: Identity - Node Operator
And follow this guide further.
If you have one identity already, you need to use a different name, for example “storagenode2”, and folder will be C:\User\PC\AppData\Roaming\Storj\Identity\storagenode2
When you would have a generated and signed identity, you can transfer this folder to QNAP.
Thank you Alexey!
Here is the error I encountered
sudo mv identity /usr/local/bin/identi % Total % Received % Xferd Average Speed Time Time Time Current
Dload tyUpload Total Spent Left Speed
100 147 100 147 0 0 435 0 --:--:-- --:--:-- --:--:-- 441
100 632 100 632 0 0 1042 0 --:--:-- --:--:-- --:--:-- 1042
100 9181k 100 9181k 0 0 1121k 0 0:00:08 0:00:08 --:--:-- 1314k
[~] # unzip -o identity_linux_amd64.zip
Archive: identity_linux_amd64.zip
inflating: identity
identity: write error (disk full?). Continue? (y/n/^C)
I will do identification on Windows, though I don’t understand where and how to transfer the identification files.
Perhaps it’s not joking
Could you please show the output of the command:
df -h
if I understood you correctly, then I output this command
curl -L https://github.com/storj/storj/releases/latest/download/identity_linux_amd64.zip -o identity_linux_amd64.zip
unzip -o identity_linux_amd64.zip
chmod +x identity
sudo mv identity /usr/local/bin/identity
got this result
[~] #
<orj/releases/latest/download/identity_linux_amd64.zip -o identity_linux_amd64.zip
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 147 100 147 0 0 419 0 --:--:-- --:--:-- --:--:-- 427
100 632 100 632 0 0 1606 0 --:--:-- --:--:-- --:--:-- 1606
100 9181k 100 9181k 0 0 5837k 0 0:00:01 0:00:01 --:--:-- 8786k
[~] # unzip -o identity_linux_amd64.zip
Archive: identity_linux_amd64.zip
inflating: identity
identity: write error (disk full?). Continue? (y/n/^C)
Sorry)))
warning: identity is probably truncated
[~] # df -h
Filesystem Size Used Available Use% Mounted on
/dev/ramdisk 151.1M 151.1M 1.0k 100% /
tmpfs 64.0M 304.0k 63.7M 0% /tmp
tmpfs 998.7M 24.0k 998.7M 0% /dev/shm
tmpfs 16.0M 0 16.0M 0% /share
/dev/sda4 371.0M 277.3M 93.7M 75% /mnt/ext
/dev/md9 515.6M 127.9M 387.7M 25% /mnt/HDA_ROOT
/dev/md0 9.1T 335.4M 9.1T 0% /share/MD0_DATA
tmpfs 1.0M 0 1.0M 0% /mnt/rf/nd
It was not joking. You really is out of space on root.
Please, remove the downloaded files
rm identity*
and switch to /share/MD0_DATA
cd /share/MD0_DATA
Then try there. Perhaps you need to switch to some folder there too.
You can see a content after switch:
ls -l
qnap knows about this problem, Alexey.
Found an interesting article.
QNAP Ramdisk
Did as you wrote, got the result (the first line is exactly what destroys my ramdisk)
I’m not get it, could you please elaborate on this?
As I said, it’s better to create an identity on PC, then transfer to QNAP to /share/MD0_DATA
to some folder, then create a folder for storage and follow the setup guide.
Qnap is aware of the problem with the ramdisk.
There are recommendations for troubleshooting.
I’m not a confident Linux user, for this reason I moved on to building on Windows
I have already made Identity and Signed on Windows
PS C:\Users\PC> [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; curl https://github.com/storj/storj/releases/latest/download/identity_windows_amd64.zip -o identity_windows_amd64.zip; Expand-Archive ./identity_windows_amd64.zip . -Force
PS C:\Users\PC> ./identity.exe create storagenode
2021/12/01 00:13:05 proto: duplicate proto type registered: node.SigningRequest
2021/12/01 00:13:05 proto: duplicate proto type registered: node.SigningResponse
Generating key with a minimum a difficulty of 36…
Generated 143140587 keys; best difficulty so far: 36
Found a key with difficulty 36!
Unsigned identity is located in “C:\Users\PC\AppData\Roaming\Storj\Identity\storagenode”
Please move CA key to secure storage - it is only needed for identity management and isn’t needed to run a storage node!
C:\Users\PC\AppData\Roaming\Storj\Identity\storagenode\ca.key
PS C:\Users\PC> ./identity.exe authorize storagenode m-e-n3@yandex.ru:18D6ojWNoEQmrS3s8GDdw1prERVPt6DwZbaYhrvzCWC4E9dRVxrHsMZvuKmLryMj7Sg56iHhTVmXUV5iBiv4Xx53zRm4KD
2021/12/01 00:28:11 proto: duplicate proto type registered: node.SigningRequest
2021/12/01 00:28:11 proto: duplicate proto type registered: node.SigningResponse
Identity successfully authorized using single use authorization token.
Please back-up “C:\Users\PC\AppData\Roaming\Storj\Identity\storagenode” to a safe location.
PS C:\Users\PC> (sls BEGIN “$env:AppData\Storj\Identity\storagenode\ca.cert”).count
2
PS C:\Users\PC> (sls BEGIN “$env:AppData\Storj\Identity\storagenode\identity.cert”).count
3
PS C:\Users\PC>
I created the StorjIdentity folder, but I don’t understand what files to move to it.
All of them, you need to have only two, but I suggest to move all six to do not bother with this later.
This is exactly what I did.
Now, as I understand it, you need to install STORJ_1.1.3.qpkg
but here’s another problem
Тип | Дата | Время | Пользователи | IP источника | Имя компьютера | Содержимое | |
---|---|---|---|---|---|---|---|
Ошибки | 2021/12/01 | 14:12:18 | System | 127.0.0.1 | localhost | [App Center] Failed to install Storj Storage Node 1.1.3. You must first install and enable container-station >= 1.7.2041. |
Yes, you need to have a Container Station, since this app just a wrapper around docker.
I would suggest to use a normal CLI instead. It’s not so hard.
However, you of course can use this app instead.
I can’t use the Container Station, it’s just not available in the App Center.
How to install it? I do not understand.
I think this is a end of story. If your model doesn’t support Container Station, you cannot use docker version there.
https://forum.qnap.com/viewtopic.php?t=114206
However, you can try to run a binary. The only problem - how to run the node after reboot (the QNAP will reset all changes in its configs), see Running Your Own Application at Startup - QNAPedia
To setup a binary:
ipkg install screen
screen
wget https://github.com/storj/storj/releases/latest/download/storagenode_linux_amd64.zip -o /share/Volume1/StorjIdentity/storagenode_linux_amd64.zip
unzip -d /share/Volume1/StorjIdentity/ /share/Volume1/StorjIdentity/storagenode_linux_amd64.zip
cd /share/Volume1/StorjIdentity/
chmod +x ./storagenode
./storagenode setup --config-dir /share/Volume1/StorjIdentity/Storj/ --identity-dir /share/Volume1/StorjIdentity/Storj/Identity/storagenode --contact.external-address your.external.address:28967 --operator.email your@email.ru --operator.wallet 0xZZZZZZZZZZZZZZZZ
./storagenode run --config-dir /share/Volume1/StorjIdentity/Storj/ --identity-dir /share/Volume1/StorjIdentity/Storj/Identity/storagenode
The difficult part would be to make it autorun after reboot.
It’s sad to hear that.
And even here, in the first step, something is wrong with my qnap
[~] # ipkg install screen
-sh: ipkg: command not found
[~] #
It’s command from their wiki.
I’m not familiar with QNAP ecosystem and what’s package system they have used.
Maybe you have screen
installed already. Could you please try to run it?