fdfs_trackerd和fdfs_storaged正常,php无法上传

发布于 2022-09-18 12:03:35 字数 6740 浏览 12 评论 0

fdfs_trackerd和fdfs_storaged正常,php无法上传

  1. storage_upload_by_filename fail, result=28
  2. Warning: unpack() [function.unpack]: Type N: not enough input, need 4, have 0 in /usr/vhost/192.168.2.227/fdfs/fdfs_common.php on line 304
  3. tracker_query_storage_list fail, errno: 22

复制代码

  1. Active Internet connections (servers and established)
  2. Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name   
  3. tcp        0      0 0.0.0.0:22122               0.0.0.0:*                   LISTEN      15334/fdfs_trackerd
  4. tcp        0      0 0.0.0.0:3306                0.0.0.0:*                   LISTEN      2272/mysqld         
  5. tcp        0      0 192.168.2.223:11211         0.0.0.0:*                   LISTEN      16270/memcached     
  6. tcp        0      0 0.0.0.0:8080                0.0.0.0:*                   LISTEN      15334/fdfs_trackerd
  7. tcp        0      0 0.0.0.0:8888                0.0.0.0:*                   LISTEN      15928/fdfs_storaged
  8. tcp        0      0 0.0.0.0:23000               0.0.0.0:*                   LISTEN      15928/fdfs_storaged
  9. tcp        0      0 192.168.2.223:3306          192.168.2.223:20995         ESTABLISHED 2272/mysqld         
  10. tcp        0      0 192.168.2.223:13367         192.168.2.223:22122         ESTABLISHED 15928/fdfs_storaged
  11. tcp        0      0 192.168.2.223:22122         192.168.2.223:13367         ESTABLISHED 15334/fdfs_trackerd

复制代码

  1. [root@test03 data]# fdfs_monitor /etc/fdfs/storage.conf
  2. group count: 1
  3. Group 1:
  4. group name = group1
  5. free space = 1 GB
  6. storage server count = 1
  7. active server count = 1
  8. storage_port = 23000
  9. storage_http_port = 8888
  10. store path count = 1
  11. subdir count per path= 256
  12. current write server index = 0
  13.         Host 1:
  14.                 ip_addr = 192.168.2.223   ACTIVE
  15.                 total storage = 9GB
  16.                 free storage = 1GB
  17.                 total_upload_count = 0
  18.                 success_upload_count = 0
  19.                 total_set_meta_count = 0
  20.                 success_set_meta_count = 0
  21.                 total_delete_count = 0
  22.                 success_delete_count = 0
  23.                 total_download_count = 0
  24.                 success_download_count = 0
  25.                 total_get_meta_count = 0
  26.                 success_get_meta_count = 0
  27.                 total_create_link_count = 0
  28.                 success_create_link_count = 0
  29.                 total_delete_link_count = 0
  30.                 success_delete_link_count = 0
  31.                 last_heart_beat_time = 2010-01-30 12:01:20
  32.                 last_source_update = 1970-01-01 07:00:00
  33.                 last_sync_update = 1970-01-01 07:00:00
  34.                 last_synced_timestamp= 1970-01-01 07:00:00

复制代码

状态正常

fdfs_test.php

  1. storage_upload_by_filename fail, result=28
  2. Warning: unpack() [function.unpack]: Type N: not enough input, need 4, have 0 in /usr/vhost/192.168.2.227/fdfs/fdfs_common.php on line 304
  3. tracker_query_storage_list fail, errno: 22 storage_upload_by_filename fail, result=5 tracker_query_storage_fetch fail, errno: 5 storage_download_file_to_file fail, errno: 5 storage_download_file_to_buff fail, errno: 5
  4. Warning: fopen() [function.fopen]: Filename cannot be empty in /usr/vhost/192.168.2.227/fdfs/fdfs_test.php on line 165
  5. set metadata result: 5 storage_get_metadata fail, errno: 5 delete file result: 5

复制代码

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

谁与争疯 2022-09-25 12:03:35

靠,居然是空间太小导致的诡异事件

想念有你 2022-09-25 12:03:35

建议使用php扩展,不要使用纯PHP版本的客户端API。
可以下载V1.23。
V1.25本周末将发布,修改了几个bug,功能更加强大。

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文