Questions tagged [qnap]

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.

109 questions
2
votes
1 answer

Amazon Glacier - is there any compression?

I'm using Glacier app on my QNAP NAS drive and was backing up some folder and I'm wondering if Glacier is using any file compression? Folder original size is 41.5GB and on the Glacier Management Console I see this container/vault have 36.5GB - is…
snoopy
  • 31
  • 2
2
votes
2 answers

How to overcome Centos to QNAP strange FTP file size limit of 150114776 bytes?

I'm sure there is a simple explanation but I cannot seem to figure it out. I have a Centos server which needs to do a daily FTP upload of a database to external back-up provided by a QNAP NAS. The server also puts a copy of the DB on to a second…
CJF123
  • 41
  • 6
2
votes
1 answer

htaccess not working on QNAP NAS

I have a QNAP NAS with Apache correctly installed. Some pages are linking fine except for ones using any RewriteRule. All other pages are linking correctly to mysql and displaying fine its the ones with any RewriteRule, these are showing up as a 404…
David G
  • 301
  • 3
  • 14
2
votes
2 answers

show "flock: Command not found" when install node.js on QNAP NAS

I want to install node.js on QNAP NAS, it's a linux OS I can use ipkg install package. but ipkg not have node.js... I reference web forum as http://forum.qnap.com/viewtopic.php?p=248556, installed V8 JavaScript Engine. Then install node.js When I'm…
YuTin
  • 31
  • 1
  • 5
2
votes
1 answer

How to password protect a twonky media server

I have a QNAP NAS TS 209 SII running a Twonky media server (Version 6). I've password protected the web server where the Administration's page is exposed. I Have also a Twonky media server running at the port 9000 which uses its own web server and…
Luixv
  • 8,590
  • 21
  • 84
  • 121
1
vote
0 answers

SQL Server on QNAP. Error: 17836, Severity: 20, State: 17

I have installed SQL Server 2022 on my Qnap, but I get this error: Error: 17836, gravedad: 20, estado: 17. 2023-02-28 20:31:29.17 Logon Length specified in network packet payload did not match number of bytes read; the connection has been closed.…
1
vote
1 answer

How do I enable spotlight to index my NAS on OSX 12.3.1?

I have a QNAP TS-431XeU. I'd like to have spotlight index my network attached storage. How do I do this?
1
vote
0 answers

Append docker run command switches to docker-compose up

My QNAP NAS has the ability to run Docker containers. But the UI is limited. You can't change the docker run command invocation. You can however use 'advaned' mode and use docker-compose and a YAML file instead. I need to somehow pass an…
Jay M
  • 3,736
  • 1
  • 24
  • 33
1
vote
1 answer

Retrieve underlying file of tee command

References Fullcode of what will be discussed here: https://github.com/djon2003/com.cyberinternauts.linux.backup activateLogs question that solved how to log to file and screen: https://stackoverflow.com/a/70792273/214898 Limitation Just a small…
Master DJon
  • 1,899
  • 2
  • 19
  • 30
1
vote
0 answers

Qnap and bookstack setup with docker

im having issues getting bookstack setup via docker on my qnap. Any idea's where i'm going wrong with the docker-compose script? nothing connects on port 6875, and the bookstacker is showing a connection refused message. The database app shows…
Oz Dylan
  • 11
  • 2
1
vote
0 answers

Docker Stack one static IP address for whole stack

I have a production environment using Docker on my QNAP, I would like to set up a test environment where I can run experiment out without having to interrupt my production environment. I need to have these containers available to my LAN and would…
1
vote
0 answers

Get FinalPath for any given UNC folder path (including NAS) and any per-user redirects

I need to figure out if a given (UNC) path actually points/ends/is the given path (directory). Example: "\?\UNC\machine1\shared1". GetFinalPathNameByHandle will result in "\?\UNC\machine1\shared1". However, if there's a symlink "sym" inside shared1…
1
vote
1 answer

Installing pip on QNAP

It looks like Python 2.7.5+ don't support pip anymore. I'm wondering if there are other ways to get pip working as I can't get it to install anything as each time I try, I get the error saying: pip: command not found I can't even install pip…
AHaghgoo
  • 11
  • 1
  • 3
1
vote
1 answer

How to redirect with PHP on a QNAP (NAS)

I have a NAS (QNAP) where all my files are hosted and the PHP redirect after a user succefully login is not working how it should. This is the code:
TheNoobUser
  • 406
  • 1
  • 5
  • 17
1
vote
1 answer

Connecting to phpmyadmin using php on a QNap (NAS)

I made a website that include a login before you can actually use the functions in it. When I test it on my pc using local host it works just fine. I then created a platform on a QNap (it's basically a NAS) and I then replaced the localhost with the…
TheNoobUser
  • 406
  • 1
  • 5
  • 17