the reason:
1. The tracker service is not started
2. The Storage service is not started
solution:
Enter the command to check whether these two services are started, if not, it means that they are not started. Just start it.
netstat -tulnp
Tracker service start command
service fdfs_trackerd start
Storage service start command
service fdfs_storaged start