hoobs-org / hoobsd

Server component for the certified HOOBS smart home stack.
GNU General Public License v3.0
8 stars 4 forks source link

4.110 issue #101

Closed themick4u closed 2 years ago

themick4u commented 3 years ago

Seeing hoobsd failing post install at --configure image

mkellsy commented 3 years ago

Run this.

sudo apt-get update
apt-get --reinstall install hoobsd hoobs-cli hoobs-gui
themick4u commented 3 years ago

Still erroring out

Sent from my iPhone

On Oct 19, 2021, at 10:32 PM, Michael Kellsy @.***> wrote:

apt-get --reinstall install hoobsd hoobs-cli hoobs-gui

mkellsy commented 3 years ago

Is this Marv? Or are you working with Marv. I am writing something up on Slack for this.

mkellsy commented 3 years ago

I missed the sudo on the apt-get install command. it's late for me

sudo apt-get update
sudo apt-get --reinstall install hoobsd hoobs-cli hoobs-gui
themick4u commented 2 years ago

I retried it and it still errors out in same dpkg place for —configure

Sent from my iPhone

On Oct 19, 2021, at 11:03 PM, Michael Kellsy @.***> wrote:

 I missed the sudo on the apt-get install command. it's late for me

sudo apt-get update sudo apt-get --reinstall install hoobsd hoobs-cli hoobs-gui — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

themick4u commented 2 years ago

No, it’s buster image on rPi 4

Sent from my iPhone

On Oct 19, 2021, at 10:55 PM, Michael Kellsy @.***> wrote:

 Is this Marv? Or are you working with Marv. I am writing something up on Slack for this.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

mkellsy commented 2 years ago

OK try running these commands.

sudo dpkg --configure -a
sudo apt remove hoobsd
wget -qO- https://dl.hoobs.org/stable | sudo bash -
sudo apt install hoobsd hoobs-cli hoobs-gui
sudo hoobsd service restart
themick4u commented 2 years ago

Thanks, removing and reinstalling hoobsd did the trick

Sent from my iPhone

On Oct 20, 2021, at 2:24 PM, Michael Kellsy @.***> wrote:

 OK try running these commands.

sudo dpkg --configure -a sudo apt remove hoobsd wget -qO- https://dl.hoobs.org/stable | sudo bash - sudo apt install hoobsd hoobs-cli hoobs-gui sudo hoobsd service restart — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

themick4u commented 2 years ago

So it shows I am on version 4.1.9. That is the current correct version right?

Sent from my iPhone

On Oct 20, 2021, at 2:24 PM, Michael Kellsy @.***> wrote:

 OK try running these commands.

sudo dpkg --configure -a sudo apt remove hoobsd wget -qO- https://dl.hoobs.org/stable | sudo bash - sudo apt install hoobsd hoobs-cli hoobs-gui sudo hoobsd service restart — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

mkellsy commented 2 years ago

Yep, that's the latest.