HomeGenie Forum

General Category => Troubleshooting and Support => Topic started by: Johnny H on August 07, 2016, 02:10:24 PM

Title: Going totally insane with install..
Post by: Johnny H on August 07, 2016, 02:10:24 PM
Hi,

not sure why I'm having so much trouble... using raspberry pi with the jesse release. Installed HG last night, got it configured, working fine.

tried to connect this am "connection refused", tried to restart:
[....] Restarting homegenie (via systemctl): homegenie.serviceJob for homegenie.service failed. See 'systemctl status homegenie.service' and 'journalctl -xn' for details.

 homegenie.service - LSB: Run HomeGenie
   Loaded: loaded (/etc/init.d/homegenie)
   Active: failed (Result: exit-code) since Sun 2016-08-07 11:55:21 UTC; 12s ago
  Process: 12594 ExecStop=/etc/init.d/homegenie stop (code=exited, status=127)
  Process: 12659 ExecStart=/etc/init.d/homegenie start (code=exited, status=127)

I have no clue... did nothing but went to sleep and woke up. no power failure or the like.

this is about the 10th time this is happening , i reinstall the image and reinstall HG every time. I had HG working on this hardware before, but that was with the previous incarnations of HG and the image that was pre-supplied.


Any insight appreciated.
Johnny
Title: Re: Going totally insane with install..
Post by: nolio on August 08, 2016, 11:23:58 PM
Hi,
Sometimes raspberry pi have a lot of issues when SD card has trouble ... Not sure that your problem.
Did you try another SD Card ?

With your problem description, it's not easy to help ...
Are you sure on the HomeGenie port ? 80, 8080, 8081, ... ?
You can check by using "netstat -l" and see the "LISTEN" status, it can help you to find the good one ...

Can you enable and/or take a look at HG log ?

Bye
Title: Re: Going totally insane with install..
Post by: Johnny H on August 10, 2016, 03:10:48 AM
Hi,

I think your right..... I reinstalled the image, setup hg, was running Good for 3 days.. So today I said let me make an image for a backup. I shutdown, all looked good, made a backup, put the card back in the Pi , and lone and behold... Bad sectors all of a sudden appeared, and the same error with HG occurred , and it failed to start again!!!

Hg logs show debug messages and info items, then at the end there is a lot of unreadable jibberish.

I'm gonna try another sd card, if it stil happens, wil use a Mac mini or similar

Thanks,
Johnny
Title: Re: Going totally insane with install..
Post by: [email protected] on August 10, 2016, 10:29:20 PM
Decent SD card and a pi are working fine here and more practical than a mac
Title: Re: Going totally insane with install..
Post by: kevinvinv on August 16, 2016, 04:40:13 AM
I use a net book.. I  like it b/c it has a keyboard and monitor all built in... but insanity seems to go with the territory when it comes to DIY home automation!
Title: Re: Going totally insane with install..
Post by: bkenobi on August 16, 2016, 05:17:37 PM
Everyone has their own approach which is part of the fun I suppose.  I personally like having a headless server running on a very light weight platform that doesn't ever get touched.  If I need to do something, using a tablet or phone with the Android app works well.  If I need to modify anything, I use a web browser from a laptop.  If I needed to modify anything on the system, I can log in remotely via SSH since I'm running an RPi.
Title: Re: Going totally insane with install..
Post by: Johnny H on August 17, 2016, 12:01:24 AM
swapped out the SD card.. all good no !

thanks for you help.
Johnny
Title: Re: Going totally insane with install..
Post by: petediscrete on August 26, 2016, 01:31:23 PM
As an aside Johhny H, i suggest you take an image of your working SD card on another SD card and if you experience any further difficulties you have an instant replacement rather than having to restore backups and all that goes with it.
Title: Re: Going totally insane with install..
Post by: bkenobi on August 26, 2016, 04:38:04 PM
There is a script on this forum that was posted a couple years back which is designed to fully back up the SD card to another drive.  I install a microsd card in a USB adapter, but you could use anything really.  I have had my setup fail for no apparent reason (probably power loss related) and didn't have the backup at the time.  It was a tense couple days setting things up again while my wife realized how much she relied on automation for some things.  I had another failure after using the backup script and it took 5 minutes which included walking to the basement and waiting for the RPi to power back up.  Once the new card was installed, I ran the script again and put the working image on the broken SD for a new backup.

nolio mentioned the script here:
http://www.homegenie.it/forum/index.php?topic=76.msg2745#msg2745 (http://www.homegenie.it/forum/index.php?topic=76.msg2745#msg2745)

and here's the script:
https://github.com/billw2/rpi-clone (https://github.com/billw2/rpi-clone)