Child pages
  • QNAP NAS

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Most of what is the present document is complementary to the manual because explained differently or uses different methods. First read this document and read the manual if you need further information.

 

Table of Contents

Introduction

QNAP Systems, Inc., as its brand promise "Quality Network Appliance Provider", aims to deliver comprehensive offerings of cutting edge network attached storage (NAS) and network video recorder (NVR) solutions featured with ease-of-use, robust operation, large storage capacity, and trustworthy reliability. QNAP integrates technologies and designs to bring forth quality products that effectively improve business efficiency on file sharing, virtualization applications, storage management and surveillance in the business environments, as well as enrich entertainment life for home users with the offering of a fun multimedia center experience. Headquartered in Taipei, QNAP delivers its solutions to the global market.

Link to the website: http://www.qnap.com/

Admin side

Remote scanning

...

Code Block
Installing xinetd (2.3.14-9) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/cs05q1armel/cross/unstable
/xinetd_2.3.14-9_arm.ipk
Nothing to be done
Successfully terminated.
Collected errors:
Package xinetd md5sum mismatch. Either the ipkg or the package index are corrupt
. Try 'ipkg update'.

 

 

Code Block
ipkg update

And try to install again.

Then execute the following command:

...

Code Block
~] # /opt/sbin/xinetd -d
08/11/7@22:21:26: DEBUG: 1493 {handle_includedir} Reading included configuration
 file: /opt/etc/xinetd.d/saned [file=/opt/etc/xinetd.conf] [line=15]
Service defaults
 Instances = 60
 CPS = max conn:25 wait:30
 Bind = All addresses.
 Only from: 127.0.0.1(NUMERIC) 192.168.1.0/255.255.255.0(NET)
 No access: No blocked sites
 Logging to syslog. Facility = authpriv, level = info
 Log_on_success flags = HOST PID
 Log_on_failure flags = HOST

Service configuration: saned
 id = saned
 flags = IPv4
 socket_type = stream
 Protocol (name,number) = (tcp,6)
 port = 6566
 wait = no
 user = 0
 group = 0
 Groups = no
 PER_SOURCE = -1
 Bind = All addresses.
 Server = /opt/sbin/saned
 Server argv = saned
 Only from: 127.0.0.1(NUMERIC) 192.168.1.0/255.255.255.0(NET)
 No access: No blocked sites
 Logging to syslog. Facility = authpriv, level = info
 Log_on_success flags = HOST PID
 Log_on_failure flags = HOST

08/11/7@22:21:26: DEBUG: 1493 {cnf_start_services} Started service: saned
08/11/7@22:21:26: DEBUG: 1493 {cnf_start_services} mask_max = 6, services_starte
d = 1
08/11/7@22:21:26: NOTICE: 1493 {main} xinetd Version 2.3.14 started with no opti
ons compiled in.
08/11/7@22:21:26: NOTICE: 1493 {main} Started working: 1 available service
08/11/7@22:21:26: DEBUG: 1493 {main_loop} active_services = 1

 

Auto start the config

This method consists in declaring a dummy QPKG which lunch your script at startup.
Log into your QNAP device using SSH or Telnet, for instance by using Putty
Edit QPKG config file:

...