I have a QNAP with fimware version 4.5.4.1741 that I’ve been trying to setup the Storj QNAP app on.
I was able to install Container Station, and then installed the Storj Storage Note app v. 1.1.0. When I tried starting it up, I got an error message saying: “Service Unavailable: The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.”
I then tried uninstalling and installing version 1.1.3 instead. I got the same error. Please see the attached screenshot.
Can someone please help on how to resolve this issue?
i installed docker, but when i run hello-world, below lines show up, would you please help to check whats wrong?
sudo docker run hello-world
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: process_linux.go:508: setting cgroup config for procHooks process caused: bpf_prog_query(BPF_CGROUP_DEVICE) failed: function not implemented: unknown.
ERRO[0003] error waiting for container: context canceled
Is your model capable to run docker containers?
This error is related to docker, not to storagenode.
Perhaps you need to ask help the QNAP support or QNAP Community.
WARNING: No memory limit support
WARNING: No swap limit support
WARNING: No cpu cfs quota support
WARNING: No cpu cfs period support
WARNING: No cpu shares support
WARNING: No cpuset support
WARNING: No io.weight support
WARNING: No io.weight (per device) support
WARNING: No io.max (rbps) support
WARNING: No io.max (wbps) support
WARNING: No io.max (riops) support
WARNING: No io.max (wiops) support
admin@ubuntu2004:~$ docker pull storjlabs/storagenode:latest
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post “http://%2Fvar%2Frun%2Fdocker.sock/v1.24/images/create?fromImage=storjlabs%2Fstoragenode&tag=latest”: dial unix /var/run/docker.sock: connect: permission denied
admin@ubuntu2004:~$ sudo docker pull storjlabs/storagenode:latest
latest: Pulling from storjlabs/storagenode
Digest: sha256:00b719a31761c28a25ad0d12fd9305080d835ba5a82eb38c16a84716d3d41939
Status: Image is up to date for storjlabs/storagenode:latest docker.io/storjlabs/storagenode:latest
You do not need to run a VM!
Just enable SSH, login to your QNAP and proceed. The Docker will be installed when you enable a Container Station in your QNAP.
i dont know how to run directly in the container station. would you please guide me? i am very new to using QNAP.
where to input - docker pull storjlabs/storagenode:latest in the container station?
I am also inexperienced but getting a docker to work is not difficult, I have qnap ts230.
First of all, do not open Container Station, the installation of the node must be done from a PC connected to the nas through a program that manages ssh connections, such as Putty. You install Putty on the PC, open it and connect to the nas via port 22.
In Putty you have to write the ip address of the nas, in my case 192.168.1.2:22. A terminal type screen opens, where you must first enter the administrator user of the nas, send and enter the relative password. When you type the password the cursor does not move but the password is written anyway, do enter and you are inside the SSH interface. You have to type q first then y to exit the help and finally you can proceed to install the node with the CLI commands
Also you must have a static ip to the outside and open the doors of the router. If you don’t have a static ip you can use noip.
The nas also has a fixed ip in the local network, it is not in dhcp, otherwise it changes 192.168.1.2
Hi @paragpadsumbiya
I left the web server turned off because I don’t use it. I am not using the storj app, I manage everything via ssh, it is simpler. To you, by activating the Web Server, does the app work?