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

can't run index with nohup #15

Closed
WolfgangFahl opened this issue May 15, 2023 · 2 comments
Closed

can't run index with nohup #15

WolfgangFahl opened this issue May 15, 2023 · 2 comments

Comments

@WolfgangFahl
Copy link

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
@WolfgangFahl
Copy link
Author

@hannahbast
Copy link
Member

hannahbast commented Aug 28, 2023

There is a new version of the qlever script, which will (eventually) solve this and many other issues. See #17

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

2 participants