Task #4065
closedFile to run nlsr ,I try to configure nlsr.conf but file
0%
Description
Hi,
sorry as I'm new to nlsr.
When I run to nlsr , I meet some problem.
I'm trying to run nlsr,I try to configure nlsr.conf ,create the directories defined there, such as:
log-dir /lib/log/nlsr/ ; path for log directory (Absolute path)
seq-dir /lib/lib/nlsr/ ; path for sequence directory (Absolute
But I meet the following question:
chenjie@chenjie-virtual-machine:~/NLSR$ nlsr
User does not have read and write permission on the directory
Error in configuration file processing! Exiting from NLSR
Run under root:
root@chenjie-virtual-machine:/home/chenjie/NLSR# nlsr
Cannot read certificate from file: /home/chenjie/NLSR/root.cert
can you help me with this error please?
thank you
jiechen
Updated by Ashlesh Gawande over 7 years ago
- Status changed from New to Rejected
You can either setup security. Which is described in Security section of:
https://github.com/named-data/NLSR/blob/developers-guide/nlsr-docs.pdf
Or disable security:
https://github.com/named-data/NLSR/issues/5
and comment out: https://github.com/named-data/NLSR/blob/54e726cf5e02bdc2f0b551555d77d6a8dddb3294/nlsr.conf#L306
Also are you aware of NLSR mailing list:
https://named-data.net/codebase/platform/support/mailing-lists/
(Rejecting as not a task)