Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F fastdht
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • YuQing
  • fastdht
  • Wiki
  • Home

Home · Changes

Page history
Updated Home (markdown) authored Apr 11, 2019 by blank-1's avatar blank-1
Hide whitespace changes
Inline Side-by-side
Home.md
View page @ 9c0f6ac8
......@@ -99,10 +99,10 @@ ldconfig
## 5、再次执行`ldd /usr/local/bin/fdhtd`
## 6、再次启动FastDHT
`fdhtd /etc/fdht/fdhtd.conf`
7、查看端口是否启动
##7、查看端口是否启动
`netstat -an | grep 11411`
(注意:要先启动FastDHT。在启动storage,才能使文件去重功能生效。)
8、设置FastDHT开机自启
##8、设置FastDHT开机自启
`vi /etc/rc.local `
加入以下配置:
`fdhtd /etc/fdht/fdhtd.conf`
......
Clone repository
  • Home