netsampler / goflow2

High performance sFlow/IPFIX/NetFlow Collector
BSD 3-Clause "New" or "Revised" License
487 stars 112 forks source link

Format bin not found #274

Closed Luke-Williams9 closed 10 months ago

Luke-Williams9 commented 10 months ago

Describe the bug Trying to run goflow2 via docker-compose kcg stack. Goflow2 gives me a fatal error 'Format bin not found' This happens regardless of whether I use your original docker-compose.yml which builds goflow2, or if I use the netsampler/goflow2:latest uploaded a few days ago.

To Reproduce git clone https://github.com/netsampler/goflow2.git cd goflow2/compose/kcg sudo docker-compose up

GoFlow2:

lspgn commented 10 months ago

Hi Luke, Thank you for raising this bug What's your architecture? Arm/amd64?

Luke-Williams9 commented 10 months ago

Hi Louis,

I'm running this on amd64 currently. I can also test it on a raspberry Pi 4 if that would help.


From: Louis @.> Sent: Monday, January 8, 2024 8:11 PM To: netsampler/goflow2 @.> Cc: Luke Williams @.>; Author @.> Subject: Re: [netsampler/goflow2] Format bin not found (Issue #274)

Hi Luke, Thank you for raising this bug What's your architecture? Arm/amd64?

— Reply to this email directly, view it on GitHubhttps://url.avanan.click/v2/___https://github.com/netsampler/goflow2/issues/274%23issuecomment-1882384265___.YXYyYzpnbG9iYWxzdG9ybTphOm86NTY0OWE1YmE5NjhlOGEzNDIwMzFmYWIwZDRjNjFlY2M6Njo5ZDZjOjAwNjNjYWE2NDE0ZTc0YTAyMjk1Y2Q0NTM3YzM3Yzg1OWNjNzJmMDc1M2NiMmE1ODdkYTM3ZDJhMTgxNGFjODI6aDpU, or unsubscribehttps://url.avanan.click/v2/___https://github.com/notifications/unsubscribe-auth/AUD7I37SBYMIMSEBFMVXJHDYNS7ONAVCNFSM6AAAAABBSMYCYOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBSGM4DIMRWGU___.YXYyYzpnbG9iYWxzdG9ybTphOm86NTY0OWE1YmE5NjhlOGEzNDIwMzFmYWIwZDRjNjFlY2M6NjphMTFkOjllMzRmNTg0NGU3NmZiOWMwNDk1M2EzYThmMDNkYzZkODFmM2JlMjAwYjZkMTAzZDUxNWUzZjkxZGNjOWZmZGI6aDpU. You are receiving this because you authored the thread.Message ID: @.***>

DISCLAIMER - This message and any attached files may contain information that is confidential and/or subject of legal privilege intended only for use by the intended recipient. If you are not the intended recipient or the person responsible for delivering the message to the intended recipient, be advised that you have received this message in error and that any dissemination, copying or use of this message or attachment is strictly forbidden, as is the disclosure of the information therein. If you have received this message in error please notify the sender immediately and delete the message.

lspgn commented 10 months ago

Can you make sure you pull the "latest" tag again? Or change to v2.1.1

docker-compose pull should work

Also, unrelated to this issue, your docker version is a bit old Might be preferable to install with https://docs.docker.com/engine/install/debian/ instead of apt

Luke-Williams9 commented 10 months ago

Ok, I've updated docker to a current version 24.0.7, and used netsampler/goflow2:v2.1.1 in my docker-compose.yml. It appears to be working now.

I always knew debian was conservative with updating their repos, but I never thought they'd have a version of docker 4 major versions behind :D

Thanks for your help.

Luke-Williams9 commented 10 months ago

can close this now.