Nov 14, 2019 #1 Wayne1712 Community Member View Badges Joined May 14, 2019 Messages 26 Reaction score 17 Rating - 0% 0 0 0 I'm having issues opening reef pi up (unsure what ive done to stop it working). reef-pi.service: Failed with result 'exit lines 1-7/7 (end)
I'm having issues opening reef pi up (unsure what ive done to stop it working). reef-pi.service: Failed with result 'exit lines 1-7/7 (end)
Nov 14, 2019 #2 Michael Lane Well-Known Member View Badges Excellence Award Joined Aug 11, 2018 Messages 677 Reaction score 1,123 Rating - 0% 0 0 0 That doesn't seem to provide much information. Was reef-pi running previously? Did you make any changes recently? Is anything recorded in the log? Code: sudo journalctl -fu reef-pi.service
That doesn't seem to provide much information. Was reef-pi running previously? Did you make any changes recently? Is anything recorded in the log? Code: sudo journalctl -fu reef-pi.service
Nov 15, 2019 #3 OP OP Wayne1712 Community Member View Badges Joined May 14, 2019 Messages 26 Reaction score 17 Rating - 0% 0 0 0 Yes was working previously. I did set up RaspController app, followed the instructions in the app.
Nov 15, 2019 #4 Michael Lane Well-Known Member View Badges Excellence Award Joined Aug 11, 2018 Messages 677 Reaction score 1,123 Rating - 0% 0 0 0 I'm not 100% certain, but it looks like RaspControl may be locking a resource that reef-pi needs. I can't tell what it might be, but I would bet they both want to start a web server, control GPIO, and communicate over 1-wire and i2c.
I'm not 100% certain, but it looks like RaspControl may be locking a resource that reef-pi needs. I can't tell what it might be, but I would bet they both want to start a web server, control GPIO, and communicate over 1-wire and i2c.
Nov 16, 2019 #5 Ranjib 7500 Club Member View Badges Reef Squad Excellence Award Expert Contributor SF Bay Reefer My Tank Thread Joined Apr 16, 2016 Messages 9,848 Reaction score 17,081 Location Pleasant Hill, Concord Rating - 0% 0 0 0 This is an i2c related issue. Check i2c is enabled and if you have any i2c based circuit (pca9685 or ph board ) those are detected
This is an i2c related issue. Check i2c is enabled and if you have any i2c based circuit (pca9685 or ph board ) those are detected
Nov 17, 2019 #6 OP OP Wayne1712 Community Member View Badges Joined May 14, 2019 Messages 26 Reaction score 17 Rating - 0% 0 0 0 Thanks for the replies, I fixed it by flashing a new sd card