Note de ce sujet :
  • Moyenne : 0 (0 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5
Linknx sur QNAP TS-119
#4
> Bon, j'ai enfin réussi à faire fonctionner EIBD et LINKNX.
> Avec lancement automatique au re-démarrage du NAS.

Peut-tu nous donner la procédure pour le lancement automotique, car
moi je dois toujours faire /etc/init.d/crond.sh restart après un
reboot.


Voici le script de lancement au démarrage qui est placé dans /share/
HDA_DATA/Qweb/script/ :

#!/bin/sh

/sbin/daemon_mgr eibd start "/share/HDA_DATA/.qpkg/Optware/bin/
LancementEIBD.sh"
/sbin/daemon_mgr linknx start "/share/HDA_DATA/.qpkg/Optware/bin/
LancementLINKNX.sh"

# location: /share/custom/scripts/contab.sh
# script name: crontab script
# purpose: add entries to the crontab, which will survive a QNAP
reboot
# designed for Qnap TS-201
tmpfile=/tmp/crontab.tmp

#ce read crontab and remove custom entries (usually not there since
after a rebo
# QNAP restores to default crontab:
crontab -l | grep -vi "custom1.sh" | grep -vi "custom2.sh" > $tmpfile

# add custom entries to crontab
echo "*/5 * * * * /share/HDA_DATA/Qweb/script/store_knx_data.sh" >>
$tmpfile

#load crontab from file
crontab $tmpfile

# Efface les fichiers temporaires
# rm $tmpfile

# restart crontab
/etc/init.d/crond.sh restart


Messages dans ce sujet
Linknx sur QNAP TS-119 - par DaGGeR - 25/07/2010, 19:14:08
Linknx sur QNAP TS-119 - par DaGGeR - 31/07/2010, 12:38:31
Linknx sur QNAP TS-119 - par marc.assin - 31/07/2010, 12:53:45
Linknx sur QNAP TS-119 - par Chrystof - 08/08/2010, 11:50:09
Linknx sur QNAP TS-119 - par DaGGeR - 09/08/2010, 20:40:12
Linknx sur QNAP TS-119 - par DaGGeR - 10/08/2010, 04:01:54
Linknx sur QNAP TS-119 - par DaGGeR - 11/08/2010, 18:11:56
Linknx sur QNAP TS-119 - par marc.assin - 11/08/2010, 18:25:37
Linknx sur QNAP TS-119 - par Chrisophe Bruchez - 11/08/2010, 20:26:25

Atteindre :


Utilisateur(s) parcourant ce sujet : 1 visiteur(s)