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
60
votes
2 answers

Get last line of shell output as a variable

I am working on a shell script with exiftool to automatically change some exif tags on pictures contained in a certain folder and I would like to use the output to get a notification on my NAS (a QNAP) when the job is completed. Everything works…
giopas
  • 645
  • 1
  • 6
  • 10
57
votes
20 answers

ERROR! MySQL manager or server PID file could not be found! QNAP

I am having an issue where MySQL isn't starting on my QNAP NAS. I found this first by not being able to log in through phpMyAdmin - was getting error: #2002 Cannot log in to the MySQL server I then went to attempt to start mysql, as I guess this…
adprocas
  • 1,863
  • 1
  • 14
  • 31
14
votes
1 answer

Docker Error standard_init_linux.go:185: exec user process caused "exec format error with Qnap TS131P

My Docker file is song/songkong at https://hub.docker.com/r/songkong/songkong/~/dockerfile/ FROM openjdk:8-jre-alpine RUN apk --no-cache add \ ca-certificates \ curl \ fontconfig \ msttcorefonts-installer \ tini \ &&…
Paul Taylor
  • 13,411
  • 42
  • 184
  • 351
13
votes
1 answer

Mount Qnap NFS Share on Linux OS

I am trying to mount a NFS share from my Qnap to my laptop which runs Manjaro (Arch Linux) but I keep getting access denied by the server and i can't figure out what the problem is! $ sudo mount 10.0.2.6:/backup /mnt/nas/backup mount.nfs: access…
5
votes
1 answer

Does Docker automate IP masquerade rules in iptables for bridge networks?

I have docker-1.9.1 running on a QNAP raid machine. It has the default bridge network using subnet 10.0.3.0/24. In iptables I see a rule in the nat table: -A POSTROUTING -s 10.0.3.0/24 ! -d 10.0.3.0/24 -j MASQUERADE I am assuming that Docker created…
Matthew Crenshaw
  • 322
  • 1
  • 4
  • 14
4
votes
2 answers

What is the difference between lxcbr0 and docker0 bridges?

What is the difference between lxcbr0 and docker0 bridges? "The lxcbr0 bridge provides Internet connectivity for containers in Container Station." "The docker0 bridge provides Internet connectivity for containers of dependent applications." Can I…
XP1
  • 6,910
  • 8
  • 54
  • 61
4
votes
1 answer

Qnap NAS + Node.js Container Station

Maybe anyone tried install Container with Node.js? I cant get how it works. All I know that its container with unix + installed node. When I create new project (in console in container) I have access it over container console, but I cant see it over…
Cidrax
  • 41
  • 1
  • 3
3
votes
1 answer

How to configure Docker max-concurrent-uploads on QNAP

How do I configure Docker on my QNAP TS-131P so that it only uploads one layer at time ? I have a problem pushing an image because it is trying to push multiple layers concurrently and they keep failing because of a poor internet…
Paul Taylor
  • 13,411
  • 42
  • 184
  • 351
3
votes
1 answer

Can I inform QNAP if my Docker Image is Intel or Arm

QNAP ContainerStation supports searching for Docker images on Docker Hub. QNAP ContainerStation is supported on both their Intel and Arm platforms. I have an Intel and an Arm Image of my application, if user searches for image (songkong) both are…
Paul Taylor
  • 13,411
  • 42
  • 184
  • 351
2
votes
2 answers

How to host a html website on a QNAP NAS Server

I would like to know how to host a simple html website on a QNAP NAS sever. All of the tutorials I have found are extremely vague and do not work at all. Thank you! I already have a domain name ready for the website.
mark
  • 81
  • 1
  • 9
2
votes
2 answers

Docker containers won't start again after being stopped

I'm trying to launch a GitLab or Gitea docker container in my QNAP NAS (Container Station) and, for some reason, when I restart the container, it won't start back up because files are lost (it seems). For example, for GitLab it gives me errors…
mignz
  • 3,648
  • 2
  • 20
  • 21
2
votes
1 answer

Add php and composer alias on QNAP Startup

I came across a couple of issues with my QNAP NAS TS-251+ whilst developing a new project these are: 1) There is no php alias and when I add one via command line it is removed on NAS Restart. 2) A similar thing happens for Composer except on…
Popeye
  • 11,839
  • 9
  • 58
  • 91
2
votes
0 answers

NFSv4 user mapping ubuntu

I'm unable to map client username to server username when I mount a QNAP storage on Ubuntu client with NFSv4 (I don't want to use the UID correspondence). In my case neither the UID and the username are equal in both the client and the…
2
votes
1 answer

QNAP Web UI - How to get the windows in a web app?

I am learning to write web apps. I am currently working on a project and recently purchased a QNAP Nas unit. The web UI for the admin settings is perfect for what I would like, but I don't know how to do the windows thing. Basically you have a menu…
pantsignal
  • 49
  • 7
2
votes
1 answer

Docker: Jenkins container can't access internet on QNAP device

I try to get the Docker image (1.651.3 or latest version) running on my QNAP NAS using the internal ContainerStation. Just using the default settings without setting any parameters or binding any resource, I can't access the internet. I already…
Christian Gripp
  • 333
  • 2
  • 9
1
2 3 4 5 6 7 8