| Probleme d'installation d'Open Karotz | |
|
|
Auteur | Message |
---|
vetea Lapin nain
Localisation : Nantes Nbr de messages : 11 Carottes : 3014
| Sujet: Probleme d'installation d'Open Karotz Dim 14 Aoû 2016 - 13:33 | |
| Bonjour, Comme nous venons de mettre la domotique à la maison avec Jeedom, nous avons voulu ressortir nos 2 Karotz du placard. Après la découverte de la fermeture des serveurs officiels, nous nous sommes tournés vers Open Karotz. J'ai bien suivi toute la procédure d'installation de la version v2.0, mais, à la fin de l'étape 2, lorsque je redémarre le lapin, la LED ne passe jamais au vert et reste cyan clignotant. Malgré cela, j'arrive tout de même à me connecter au karotz via son adresse IP, je clic "Install on the Rabbit" et j'ai : wget: bad address 'karotz.filippi.org' chmod: /usr/www/cgi-bin/setup.inc: No such file or directory wget: bad address 'karotz.filippi.org' HTTP/1.0 200 OK Use http://192.168.0.200 to go to main page Une idée svp ? | |
|
| |
DutchRabbits Nabz Junior
Localisation : Netherlands Nbr de messages : 54 Carottes : 3375
| Sujet: Re: Probleme d'installation d'Open Karotz Lun 15 Aoû 2016 - 22:20 | |
| Hello, Your Karotz cannot resolve hostnames. Check the DNS settings on your Karotz. In telnet enter command: cat /usr/etc/resolv.conf To create a valid DNS file, enter this command in telnet: echo "nameserver 8.8.8.8" > /usr/etc/resolv.conf and reboot your Karotz. --- Bonjour, Votre Karotz ne peut pas résoudre les noms d'hôtes. Vérifier les paramètres DNS de votre Karotz. Dans telnet entrez la commande: cat /usr/etc/resolv.conf Pour créer un fichier DNS valide, entrez cette commande dans telnet: echo "nameserver 8.8.8.8"> /usr/etc/resolv.conf et redémarrez votre Karotz. | |
|
| |
vetea Lapin nain
Localisation : Nantes Nbr de messages : 11 Carottes : 3014
| Sujet: Re: Probleme d'installation d'Open Karotz Mar 16 Aoû 2016 - 8:30 | |
| Bon, merci pour la reponse mais, cela n'a rien changé : je reste toujours en bleu cignotant Voici ce que j'ai faitt : Et voici ce que j'ai après en http sur le port 81 : wget: bad address 'karotz.filippi.org' chmod: /usr/www/cgi-bin/setup.inc: No such file or directory wget: bad address 'karotz.filippi.org' HTTP/1.0 200 OK Use http://192.168.0.200 to go to main page | |
|
| |
DutchRabbits Nabz Junior
Localisation : Netherlands Nbr de messages : 54 Carottes : 3375
| Sujet: Re: Probleme d'installation d'Open Karotz Mar 16 Aoû 2016 - 13:32 | |
| - vetea a écrit:
Bonjour vetea, In the screenshot above, your nameserver seems to be "freebox-server". That is not correct, this should be an IP address. Could you check /etc/conf/ip_wlan0.conf? Change "freebox-server" to "8.8.8.8", but only for DNS. Also check gateway, this should be an IP address too, IP address of your router. Dans la capture d'écran ci-dessus, votre nameserver semble être "freebox-server". Cela est inexact, cela devrait être une adresse IP. Pourriez-vous vérifier /etc/conf/ip_wlan0.conf? Change "freebox-server" à "8.8.8.8", mais seulement pour le DNS. Vérifiez également la passerelle, cela devrait être une adresse IP aussi, l'adresse IP de votre routeur. DutchRabbits (FreeRabbits.nl) | |
|
| |
vetea Lapin nain
Localisation : Nantes Nbr de messages : 11 Carottes : 3014
| Sujet: Re: Probleme d'installation d'Open Karotz Mar 16 Aoû 2016 - 14:47 | |
| Hi, again : new issue with your last advice ! It seems i can't read the wlan_0.conf file !! Moreover, could you also write me the code to do what you tell me tmo do because, I dont know a thing about coding ! Re Bonjour, Nouveau problème avec votre dernier conseil. Il semble que je ne peux pas lirte le fichier ip_wlan0.conf De plus, pourriez-vous me taper les ligner de code pour faire ce que vous m'avez conseillé, je ne connais rien au codage ! Thanks for your help Merci de l'aide | |
|
| |
DutchRabbits Nabz Junior
Localisation : Netherlands Nbr de messages : 54 Carottes : 3375
| Sujet: Re: Probleme d'installation d'Open Karotz Mar 16 Aoû 2016 - 19:02 | |
| - vetea a écrit:
- Hi, again : new issue with your last advice ! It seems i can't read the wlan_0.conf file
Bonjour vetea, You can use "cat" to display the contents of a file, see https://fr.wikipedia.org/wiki/Cat_(Unix) So the command is: cat /etc/conf/ip_wlan0.conf Also let me know if you are using WIFI or Ethernet, and Static or Dynamic IP. DutchRabbits (FreeRabbits.nl) | |
|
| |
vetea Lapin nain
Localisation : Nantes Nbr de messages : 11 Carottes : 3014
| Sujet: Re: Probleme d'installation d'Open Karotz Mar 16 Aoû 2016 - 20:10 | |
| Bonsoir! So, i used the command u tool, below the result. I am using a wifi connection to the Karotz, and both, static and dynamic IP on router is the gateway one What is the code to rename "freebox-server" into 8.8.8.8 ? (or something else! ) Regards | |
|
| |
DutchRabbits Nabz Junior
Localisation : Netherlands Nbr de messages : 54 Carottes : 3375
| Sujet: Re: Probleme d'installation d'Open Karotz Mar 16 Aoû 2016 - 21:27 | |
| - vetea a écrit:
- Bonsoir!
What is the code to rename "freebox-server" into 8.8.8.8 ? (or something else! )
Bonjour, Try this command, it will change "freebox-server" into the IP of your Router: sed -i "s/freebox-server/192.168.0.254/g" /etc/conf/ip_wlan0.conf After this, check using this command: cat /etc/conf/ip_wlan0.conf and see if freebox-server has changed into 192.168.0.254. After this, reboot. Then check your resolv.conf again using this command: cat /usr/etc/resolv.conf It should display: "nameserver 192.168.0.254" DutchRabbits (FreeRabbits.nl) | |
|
| |
vetea Lapin nain
Localisation : Nantes Nbr de messages : 11 Carottes : 3014
| Sujet: Re: Probleme d'installation d'Open Karotz Mer 17 Aoû 2016 - 9:06 | |
| Good morning, I wrote the commands and everythings went ok, i have "nameserver 192.168.0.254" but the light still blue "clignotant" I tried to reboot the karotz and to go on the html page 192.168.0.200:80, here : i clicked on "Install on the rabbit" and had the message :"Use http://192.168.0.200 to go to main page" So, as said on step 3 on Openkarotz website, i reboot the rabbit and tried again the html homepage, but it still the same (installation page). But when I click again on "install on the rabbit" i have now : "Open Karotz Allready Installed Use http://192.168.0.200 to go to main page" ??? Regards | |
|
| |
DutchRabbits Nabz Junior
Localisation : Netherlands Nbr de messages : 54 Carottes : 3375
| Sujet: Re: Probleme d'installation d'Open Karotz Mer 17 Aoû 2016 - 10:13 | |
| Bonjour, - vetea a écrit:
- But when I click again on "install on the rabbit" i have now :
"Open Karotz Allready Installed Use http://192.168.0.200 to go to main page" Regards Remove the file /usr/www/ok.version and try again. Use command: rm /usr/www/ok.version This will remove the file. Then click on "Install on the Rabbit" again. Also make sure you don't see a cached webpage. Refresh your webpage with F5. | |
|
| |
vetea Lapin nain
Localisation : Nantes Nbr de messages : 11 Carottes : 3014
| Sujet: Re: Probleme d'installation d'Open Karotz Mer 17 Aoû 2016 - 10:18 | |
| done, the rabbit said something "je vais redemarrer dans 5 secondes" then, it restarted, but light still blue, and same html page ! | |
|
| |
DutchRabbits Nabz Junior
Localisation : Netherlands Nbr de messages : 54 Carottes : 3375
| Sujet: Re: Probleme d'installation d'Open Karotz Mer 17 Aoû 2016 - 12:21 | |
| Bonjour, I think it is better to start all over again. But you can try this:
Try to remove www directory, command: rm -r /usr/www
Then go to http://192.168.0.200:81 and install on rabbit again.
It is strange your LED stays blue. What do you see when you type this command? ping -c4 www.google.com
| |
|
| |
vetea Lapin nain
Localisation : Nantes Nbr de messages : 11 Carottes : 3014
| Sujet: Re: Probleme d'installation d'Open Karotz Mer 17 Aoû 2016 - 12:27 | |
| Well, it seems i can't remove the www directory ! i'll start all over again in this afternoon, i 'll keep u informed | |
|
| |
DutchRabbits Nabz Junior
Localisation : Netherlands Nbr de messages : 54 Carottes : 3375
| Sujet: Re: Probleme d'installation d'Open Karotz Mer 17 Aoû 2016 - 12:40 | |
| - vetea a écrit:
- Well, it seems i can't remove the www directory !
You typed the wrong command: you forgot a space. - Code:
-
rm -r /usr/www | |
|
| |
vetea Lapin nain
Localisation : Nantes Nbr de messages : 11 Carottes : 3014
| Sujet: Re: Probleme d'installation d'Open Karotz Mer 17 Aoû 2016 - 15:25 | |
| ups, better without mistake but same result, the rabbit said" Installation de l'interface... je vais redemarrer dans 20 secondes" Then it restarted but same thing on html page and light still blue clignotant ! | |
|
| |
vetea Lapin nain
Localisation : Nantes Nbr de messages : 11 Carottes : 3014
| Sujet: Re: Probleme d'installation d'Open Karotz Mer 17 Aoû 2016 - 15:27 | |
| Well, As you suggested, i restart all the porcedure for the 5th time, and now everything is ok !!!!!!! I could update the rabbit to v2.1 : no problem And I could register it in Jeedom ! Big thnaks (and hug ) for having revive my rabbit ! | |
|
| |
vetea Lapin nain
Localisation : Nantes Nbr de messages : 11 Carottes : 3014
| Sujet: Re: Probleme d'installation d'Open Karotz Mer 17 Aoû 2016 - 15:53 | |
| Well, problems are not behind me ......
Karotz doesn't want to speak with the TTS function !!! and I dont understand why !!!
In tab "Sounds", I can't listen to the radio
In tab "Moods", i can play its and i can ear it good
Regards | |
|
| |
DutchRabbits Nabz Junior
Localisation : Netherlands Nbr de messages : 54 Carottes : 3375
| Sujet: Re: Probleme d'installation d'Open Karotz Mer 17 Aoû 2016 - 16:27 | |
| To fix TTS, try to enter these two comands: - Code:
-
wget http://www.freerabbits.nl/downloads/karotz/tts.sh -O /www/cgi-bin/tts chmod 755 /www/cgi-bin/tts | |
|
| |
vetea Lapin nain
Localisation : Nantes Nbr de messages : 11 Carottes : 3014
| Sujet: Re: Probleme d'installation d'Open Karotz Mer 17 Aoû 2016 - 16:35 | |
| Wow !!! I'd like to have your knowledge in this !! TTS seems to work good now. For radios stations, I could see that the URLs aren't good. But no problem, i put the right ones in Jeedom Thanks you very very much | |
|
| |
Contenu sponsorisé
| Sujet: Re: Probleme d'installation d'Open Karotz | |
| |
|
| |
| Probleme d'installation d'Open Karotz | |
|