-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
LINUX 安裝後配置頁空白 #236
Comments
应该是 数据库初始化那个步骤出问题导致 |
mongorestore -h 127.0.0.1 --port 27017 -d xunfeng . |
执行结果是否有异常 |
是這樣的,
|
"collections" : 1, |
cd /root/mongodb-linux-x86_64-3.4.0/binpwd/root/mongodb-linux-x86_64-3.4.0/bin mongorestore -h 127.0.0.1 --port 27017 -d xunfeng .2019-10-22T19:37:44.767+0800 the --db and --collection args should only be used when restoring from a BSON file. Other uses are deprecated and will not exist in the future; use --nsInclude instead i tried to do the above , and see again the db.stats() , it still only has one collection . |
先cd 到源码的db目录 再执行导入命令 |
thanks , it works now |
我LINUX 安裝後配置頁空白 , RUN "python vulscan/vulscan.py" 有以下的問題:
'NoneType' object has no attribute 'getitem'
Traceback (most recent call last):
File "vulscan/vulscan.py", line 355, in
PASSWORD_DIC, THREAD_COUNT, TIMEOUT, WHITE_LIST = get_config()
TypeError: 'NoneType' object is not iterable
應該是跟舊帖問題一樣, 但未知哪裡有改FULL PATH
#111
The text was updated successfully, but these errors were encountered: