Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot list containers #11

Open
randomhammer opened this issue Jun 10, 2018 · 2 comments
Open

Cannot list containers #11

randomhammer opened this issue Jun 10, 2018 · 2 comments

Comments

@randomhammer
Copy link

randomhammer commented Jun 10, 2018

I have successfully installed the app and created an index cluster, but I cannot get a list of containers. I get the following when I try to list images (menu option L from "Manage Containers" menu:

./splunknbox.sh: line 5401: /containers_list.tmp: Permission denied
./splunknbox.sh: line 5370: /containers_list.tmp: No such file or directory
count: 0
Hit <ENTER> to continue...
@brightanvil
Copy link

Error on the line 158:

CONT_LIST_FILE="$TMPDIR/containers_list.tmp"

It should be:

CONT_LIST_FILE="$TMP_DIR/containers_list.tmp"

@mhassan2
Copy link
Owner

mhassan2 commented Jul 28, 2018 via email

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

No branches or pull requests

3 participants