Thibaut Cornolti

Results 20 comments of Thibaut Cornolti

Hello, You will be able to see individual account details with TrackIt. I strongly recommend that you use our free SaaS solution. You can find it [here](https://re.trackit.io/app). However, you need...

Hi @sathyajackson Can I have some logs? You can get them by typing `docker-compose logs -f`. Thanks.

Your error seems to be: `max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536]` According to [elastic.co](https://www.elastic.co/guide/en/elasticsearch/reference/current/setting-system-settings.html#ulimit), you should try `sudo ulimit -n 65536`.

You need to configure `aws-cli`: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html Then, try again `sudo ulimit -n 65536` and `sudo sysctl -w fs.file-max=65536` Please write your logs in the appropriate format so we can read...

Hi, are you sure you start TrackIt with our `start.sh` script?

Look in the file `~/.aws/credentials`, do you have a `default` profile?

`./trackit-server/scripts/awsenv default env | grep 'AWS_' | cut -f1 -d"="` Does it display this? ``` AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SESSION_TOKEN AWS_SECRET_ACCESS_KEY ```

Ok! So let's start again, what are the `start.sh` and the containers outputs? Please write your logs as I wrote here https://github.com/trackit/trackit/issues/69#issuecomment-449040526 Thanks

Ok! Everything seems to have started well. Could you send me the containers logs now? Get them by typing `docker-compose logs -f` Still can't login?

I see you still have these errors ``` WARNING: The AWS_ACCESS_KEY_ID variable is not set. Defaulting to a blank string. WARNING: The AWS_SECRET_ACCESS_KEY variable is not set. Defaulting to a...