Page 2 of 2

Re: Domoticz version 3.8153

Posted: Sat Nov 10, 2018 8:55 pm
by eole35
Bonjour
J'ai suivi a la lettre pour la misa a jour mais lorsque je je souhaite copier le fichier dans le répertoire cela ne fonctionne pas

voici le message

Code: Select all

root@************:/ # cp -p download_update.sh / usr / local / AppCentral / domoticz / scripts /
cp: can't stat 'download_update.sh': No such file or directory
cp: '/' and '/' are the same file
cp: 'usr' and '/usr' are the same file
cp: '/' and '/' are the same file
cp: can't stat 'local': No such file or directory
cp: '/' and '/' are the same file
cp: can't stat 'AppCentral': No such file or directory
cp: '/' and '/' are the same file
cp: can't stat 'domoticz': No such file or directory
cp: '/' and '/' are the same file
cp: can't stat 'scripts': No such file or directory
en vous remercia pas avance
loic

Re: Domoticz version 3.8153

Posted: Mon Nov 12, 2018 3:49 am
by eole35
Bonjour

j'annule mon précédent post
Avec un peu de lecture et de ténacité j'ai réussi à faire la copie download-upadate.sh dans le repertoire

par contre; a la fin du téléchargement il me dit
Erreur lors du téléchargement de la mise à jour.
Vérifiez votre connexion au réseau ou réessayez plus tard !
je ne trouve pas la réponse au problème sur le web
Merci par avance
loic

Re: Domoticz version 3.8153

Posted: Mon Nov 12, 2018 6:05 pm
by father.mande
Hi,
Bonjour,

It's a shell script ... so you can try to trace it ...
/bin/sh -x download-update.sh.sh (or use -vx to have a more complete trace ... not remember if A.D.M. shell (busybox) support -v also)
BUT first, please put here the exact output when you launch the shell

C'est un shell script ... aussi lancez le avec trace
/bin/sh -x download-update.sh.sh (vous pouvez ajoter -v pour plus de détail)
MAIS en premier, merci de poster ici la sortie terminal exacte du shell)

Philippe.