Tag Archives: FDFS Upload Files Error

[Solved] FDFS Upload Files Error: tracker_query_storage fail, error no: 2, error info: No such file or directo

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