Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

"Try Kong" instructions not working #102

Closed
minusdavid opened this issue Nov 5, 2018 · 6 comments
Closed

"Try Kong" instructions not working #102

minusdavid opened this issue Nov 5, 2018 · 6 comments

Comments

@minusdavid
Copy link

I've tried https://docs.konghq.com/install/vagrant/ and compared with the "Try Kong" instructions from https://github.com/Kong/kong-vagrant#try-kong and this process doesn't work at all (at least with a Windows host).

It seems that Cassandra, Postgres, and Redis are running, but there's nothing listening on ports 8000, 8002, 8443, 8444:

vagrant@ubuntu-xenial:~$ sudo netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1265/sshd
tcp 0 0 127.0.0.1:7000 0.0.0.0:* LISTEN 2458/java
tcp 0 0 0.0.0.0:5432 0.0.0.0:* LISTEN 1502/postgres
tcp 0 0 127.0.0.1:34492 0.0.0.0:* LISTEN 2458/java
tcp 0 0 127.0.0.1:7199 0.0.0.0:* LISTEN 2458/java
tcp6 0 0 127.0.0.1:9042 :::* LISTEN 2458/java
tcp6 0 0 :::22 :::* LISTEN 1265/sshd
tcp6 0 0 :::5432 :::* LISTEN 1502/postgres

@minusdavid
Copy link
Author

I tried things from https://docs.konghq.com/0.14.x/getting-started/quickstart/ but nothing works there either.

@minusdavid
Copy link
Author

Looks like maybe this is my problem: openresty/docker-openresty#39

@minusdavid
Copy link
Author

I'm closing this issue after reading Kong/kong#2846, but you folk should really include a warning about older CPUs not being able to run OpenResty/Kong.

@p0pr0ck5
Copy link
Contributor

p0pr0ck5 commented Nov 5, 2018

Hi @minusdavid, thanks for noting your results here. Do note that our docs are open source available here:https://github.com/Kong/docs.konghq.com ; we’d be happy to receive a contribution in this regard. Thanks!

@minusdavid
Copy link
Author

Cool. Will be sending a pull request shortly. Thanks for the info!

@minusdavid
Copy link
Author

Actually, this contribution guidelines are pretty extensive. I think perhaps a bit too much work for adding a sentence. I have other priorities at the moment. Hopefully folk who run into the same issue find these issues.

Apparently only CPUs from pre-2011 should be affected by this, so I imagine this must be a fairly infrequent issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants