We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the input device is not a TTY
nohup qlever index& [1] 336883 nohup: ignoring input and appending output to 'nohup.out' [1]+ Done nohup qlever index tail -f nohup.out Executing "index": for F in latest-lexemes.ttl.bz2 latest-all.ttl.bz2; do bzcat $F | head -1000 | \grep ^@prefix; done | sort -u > wikidata-latest.prefix-definitions docker run -it --rm -u 10000:10000 -v /etc/localtime:/etc/localtime:ro -v /hd/mantax/qlever/wikidata:/index -w /index --entrypoint bash --name qlever.wikidata-latest.index-build adfreiburg/qlever -c "ulimit -Sn 1048576; bzcat -f wikidata-latest.prefix-definitions latest-lexemes.ttl.bz2 latest-all.ttl.bz2 | IndexBuilderMain -F ttl -f - -i wikidata-latest -s wikidata-latest.settings.json --stxxl-memory-gb 10 | tee wikidata-latest.index-log.txt" the input device is not a TTY
The text was updated successfully, but these errors were encountered:
see https://stackoverflow.com/questions/43099116/error-the-input-device-is-not-a-tty
Sorry, something went wrong.
There is a new version of the qlever script, which will (eventually) solve this and many other issues. See #17
No branches or pull requests
the input device is not a TTY
The text was updated successfully, but these errors were encountered: