sampo
sampo copied to clipboard
Unable to Run Sampo
Hi,
I have been unable to run Sampo.
I was able to clone the tweaks branch and start the following command in one machine (after tweaking some minor code errors in "sampo.sh", esp. the lines with < <):
while true; do {echo -e 'HTTP/1.1 200 OK \r\n'; bash ./sampo.sh;} | nc -l 1042; done
From another machine, I ran the following command: curl -i http://IPofmachine:1042/
Output: HTTP/1.1 200 OK
But, I'm not receiving functionalities. Similarly, running with different endpoints does not yield any results.
Is there a more recent version/release of this tool? Can you please help troubleshoot this issue? Please let me know if I have to make any changes or specific configurations on my side.
Thanks for the support!
Apologies for the slow response here. The k8s deployment is really the only one that works ATM. The infinite loop and just the docker container need more tweaks. I have some changes upcoming that will support all three. Until then, YMMV
@ramgiteng Could you please try the latest release (v1.0.0) and let me know how that works for you?
The while loop will not actually work, but give the other methods a try that I show on the README
Have you tried the newest version @ramgiteng? Now v1.0.2?
Have you tried the newest version @ramgiteng? Now v1.0.2?
Hi Jacob, apologies for not following up. It's been a while since I last attempted using this. Will try it out and get back sometime next week.