DigitalMaxim
DigitalMaxim
After adding 2>&1 it returns error: CommandError: No module named crits_scripts.scripts.get_file Also I didn't mention that while running this command I've received this output: fatal: Not a git repository (or...
I do have write permissions to the output directory but still nothing saved in it. Can you please advise? Thank you.
First of all I'd like to thank you for your assistance. I am really appreciate it. I've configured CRITs to use services, but I didn't put these services at the...
Great, looking forward to hear any news from you. Thanks,
Hi, The CRITs directory is /mnt/crits/crits-m All CRITs services are at /mnt/crits/data/crits_services The first thing that I did while starting to index for snugglefish is: python manage.py runscript snugglefish_service index...
Hi, I've run this command: python manage.py runscript -e snugglefish_service index -- -a getnew -n CW -c 500 2>&1 | xargs -I % -n 1 python manage.py runscript -e crits_scripts...
Added these environments with "export" command and when I do "printenv" I see CRITS_USER=my user CRITS_PASSWORD= my password , but seems that it doesn't work. Also I just created an...
Hello, I have additional question. Every time that I am uploading new samples to the CRITs should I delete the existing index and create a new one? Is there any...
Hi, It is correct I don't have a git repository cloned for my CRITs install. I just ran "git init" and have created empty .git directory. I just removed it...
So, I just add newly created index to the already existing one? If for the moment I have one index named CW.index00000000. so the next one will be CW.index00000001?