GreenFrogSB / LMDS

LMDS - Linux Media Delivery System
https://greenfrognest.com
GNU General Public License v3.0
210 stars 45 forks source link

HoneyGain Stops working after some hours #62

Closed cripdk closed 1 year ago

cripdk commented 1 year ago

Hello i'm trying to run honeygain on RPi 4 when i first install it was running but after some hours stop working and in the logs i'm getting this error "standard_init_linux.go:219: exec user process caused: exec format error". I try it again with doing all from a clean start and fresh OS but again the same thing running for some hours and then get the same error.

GreenFrogSB commented 1 year ago

This should be part of the script already but.....

Run this: docker run --privileged --rm tonistiigi/binfmt --install x86_64 then restart honeygain container.

if above make container work ok, you will have to add this command to the crontab so it is run after every reboot. crontab -e pick an editor to modify the file and add the line below into it: @reboot docker run --privileged --rm tonistiigi/binfmt --install x86_64

Save it, it should make it work after reboot.

I hope that helps.

cripdk commented 1 year ago

@GreenFrogSB Thank you for your response, i tried that and after 10 days it seems that running with no problem so i think we fix it.