Andrei Belov

Results 87 comments of Andrei Belov

@PietroLiuzzo based on the logs it seems like there's no network reachability from your instance to Amplify receiver endpoint (https://receiver.amplify.nginx.com/) - could you please check the following: 1. Which IP...

@PietroLiuzzo could you please show an output of the following commands: ``` lsb_release -a dpkg -s nginx-amplify-agent curl -vi https://receiver.amplify.nginx.com/1.4/45243040b0ec78e52d221cc425f6a439/agent/ ``` TIA!

@PietroLiuzzo no worries (TIA is just "thanks in advance"). Could you please change the `api_url` parameter in `/etc/amplify-agent/agent.conf` in the following way: ``` api_url = https://35.155.143.94:443/1.4 ``` and restart the...

@PietroLiuzzo it seems like you've broken agent.conf somehow. Please try to restore it manually from original default one (https://github.com/nginxinc/nginx-amplify-agent/blob/master/etc/agent.conf.default), or by running install script once again, then change `api_url` to...

@PietroLiuzzo what's in agent logs? (/var/log/amplify-agent/agent.log)

@PietroLiuzzo thanks for doing that. You mentioned that you were re-installing the agent (https://github.com/nginxinc/nginx-amplify-agent/issues/215#issue-1106529879) - does it mean you may have running another (older) one before? If so, could you...

@PietroLiuzzo thanks for providing additional details. So far it seems like your particular system doesn't work well with new Amplify agent version 1.8.0 running under Python 3. This is a...

@PietroLiuzzo could you please also show the output of the following (on the same system): ``` python3 --version dpkg -s python3 dpkg -s python3.6 ``` Thanks!

@ademaro could you please enable debug logging in the agent, and share full log for like 5 minutes after start? Are you seeing a message similar to this one: https://github.com/nginxinc/nginx-amplify-agent/issues/216#issuecomment-1016648877...

@EvgenyPrikhodko though there are no prebuilt packages available for Alpine, latest agent version (1.8.0) is known to work with at least Alpine 3.13, 3.14, and 3.15. You can use https://github.com/nginxinc/nginx-amplify-agent/blob/master/packages/install-source.sh...