QNAP is a Taiwanese corporation that specializes in providing networked solutions for file sharing, virtualization, storage management and surveillance applications to address corporate, SMB, SOHO and home user needs. QNAP's main products include Network-Attached Storage (NAS), Network Video Recorders (NVR) and Digital Signage (DS.) The company’s product lineup and services include Turbo NAS, VioStor NVR, digital signage players and video wall controllers.
Questions tagged [qnap]
109 questions
0
votes
2 answers
Output stdout and stderr to file and screen and stderr to file in a limited environment
The problem could be probably fixed using mkfifo, but it doesn't exist on my QNAP. So, here is the description of problem and what I tried so far.
I have a function called activateLogs that restarts the script if writing logs to disk or both (screen…

Master DJon
- 1,899
- 2
- 19
- 30
0
votes
0 answers
Retrieving and AWS Glacier Archive via CLI
I'm using the AWS CLI to try to retrieve an AWS Archive that was pushed to Glacier via a QNAP NAS backup task. I've successfully initiated the download aws glacier initiate-job --account-id etc, and have got my inventory file aws glacier…

Stuart Brown
- 977
- 2
- 22
- 47
0
votes
1 answer
yaml for pihole container on QNAP
I am trying to make the following docker-compose.yaml to run on my QNAP container station.
The following part is working, but after the "restart: unless-stopped" the mess begins.
version: '3'
services:
pihole:
container_name: pihole
…

Waldecker
- 25
- 3
0
votes
1 answer
How to allow DHCP server assign always the same IP address to a docker container
I have a QNAP (TS-451U) and would like to run a self-developed app on it. Since cross-compiling from my MacBook is not that easy and installing it neither, I decided to go with the QNAP Container Station.
Manually, building and deploying my…

Jonas Wolf
- 1,154
- 1
- 12
- 20
0
votes
1 answer
We are using ResilioSync on QNAP NAS and one of our NAS got hit by QLocker ransomware, what can we do?
We got hit by the QNAP QLocker ransom ware on our NAS and it encrypted a lot of files (datasets) that we are sharing by ReslioSync.
Is there some way to restore the files?

tobi delbruck
- 301
- 2
- 9
0
votes
2 answers
Why does my Qnap NAS TS-431 status light keep flashing?
I've got a Qnap TS-431. It's got a flashing red/green status light - so something is wrong and I'm trying to figure out what that is. The fan seems to work if I've just got 1 HDD (but the status remains flashing red/green) and when I added more…

honey_card212
- 1
- 1
0
votes
1 answer
Python watch QNAP FTP directory for changes and send UDP messages
I need to write a program that watches a directory on ftp server and then sends a message with the path to the new file. So I did manage to use watchdog for a local folder with this as I need just the create event:
if __name__ == "__main__":
…

Tony
- 618
- 12
- 27
0
votes
1 answer
Vtiger 7 install on QNAP with PHP 7
Hello I have problem with QNAP server.
I have to install and configuration Vtiger 7 on this server. On server is installed PHP 7.3.7, but the recommended version for Vtiger 7 is PHP 5.4.2.
If I install and configure Vtiger 7 then the installation is…
0
votes
1 answer
Network IP address for docker compose
tl;dr I want every container in this stack to use the same IP & MAC address and be on my local network but need help on how to
For starters I'm new to docker and docker-compose. I made a docker-stack for my Plex Servers (three of them, one for…

LostChild
- 11
- 1
- 2
0
votes
1 answer
Owncloud seems to ignore dbtype in config.php (using docker)
I’m an Owncloud newbie and would like to deploy a containerized version of Owncloud on my NAS (QNAP) as a private alternative to Dropbox.
I can run a docker container of Owncloud without any problem using the default sqlite database: I access the…

Sergio
- 25
- 3
0
votes
1 answer
Giving SQL Sever access to connect to a a network share - no domain
I have a QNAP nas and I want to give my SQL Server 2019 access to a share on the server. The NAS is linux based and not part of a domain.
I simply want to give my SQL server credentials to use when connecting to that share.
How can I do this?
I'm…

jimerb
- 67
- 9
0
votes
0 answers
h2 running out of file descriptors on an h2 processing many files on a qnap server
This is the error I see
Only reported by one user, and they are using a qnap server and they have a large number of files to process so I guess this is the key factor. But could the problem be caused by something I am doing wrong with by database…

Paul Taylor
- 13,411
- 42
- 184
- 351
0
votes
1 answer
AFP and Time Machine stopped working on QNAP HS-251+
Time Machine and AFP have stopped working. I think it may have happened at the firmware update before last but cannot confirm that.
I have an HS-251+ w/ firmware version 4.3.6.0959
I have macOS 10.14.5 and QNAP.
When I try connect to the NAS using…

Bryon
- 939
- 13
- 25
0
votes
3 answers
Installing npm on QNAP
I am new to the QNAP, as I need to install crontab-UI on QNAP, but this Crontab-UI required or to be installed with the help of NPM (node package manager).
So is there any way to install npm on QNAP. If there is a way to install npm then its much…

Adnan Butt
- 11
- 5
0
votes
1 answer
How to connect QNAP Web server to Microsoft MS SQL
I'm trying to configure my QNAP TS-231P Web server to connect to a MS SQL database installed on a Windows server (MSSQL Express 2014).
In QNAP Control Panel -> Server Web, I added in the php.ini file this line
extension = mssql.so
and now running…

Davide
- 39
- 4