7 Star 0 Fork 13

src-openEuler/fastdfs

[20.03-LTS-SP3]arm上fastdfs包下fdfs_storaged /etc/fdfs/storage.conf start启动失败

Accepted
Bug
Opened this issue  
2021-11-26 16:25

【环境信息】
系统:arm虚拟机
内存:4g
OS版本:openEuler-20.03-LTS-SP3
【问题复现步骤】
1.安装fastdfs-×和libfdfsclient包
2. cp /etc/fdfs/client.conf.sample ./client.conf
cp /etc/fdfs/storage.conf.sample ./storage.conf
cp /etc/fdfs/tracker.conf.sample ./tracker.conf
mkdir -p /tmp/fastdfs/1 /tmp/fastdfs/2 /tmp/fastdfs/3
sed -i '/base_path/s//home/yuqing/fastdfs//tmp/fastdfs/1/g' ./client.conf
sed -i '/tracker_server =/d' ./client.conf
sed -i "21atracker_server =本机ip" ./client.conf
sed -i '/base_path/s//home/yuqing/fastdfs//tmp/fastdfs/2/g' ./tracker.conf
sed -i '/thread_stack_size/s/256KB/1024KB/g' ./tracker.conf
sed -i '/base_path/s//home/yuqing/fastdfs//tmp/fastdfs/3/g' ./storage.conf
sed -i '/store_path0/s//home/yuqing/fastdfs//tmp/fastdfs/3/g' ./storage.conf
sed -i '/tracker_server =/d' ./storage.conf
sed -i "144atracker_server =本机ip" ./storage.conf
3. fdfs_trackerd ./tracker.conf start
fdfs_storaged /etc/fdfs/storage.conf start
netstat -unltp | grep "fdfs"
【预期结果】
服务启动成功

【实际结果】
fdfs_trackerd tracker.conf start启动成功
fdfs_storaged storage.conf start命令执行成功,但是服务没有起来;(x86上是启动成功的)
输入图片说明

Comments (3)

guojuanjuan created缺陷 4 years ago
openeuler-ci-bot added
 
sig/Storage
label
4 years ago
Expand operation logs
guojuanjuan assigned collaborator small_leek 4 years ago
guojuanjuan set milestone to openEuler-20.03-LTS-SP3-round-1 4 years ago
guojuanjuan set deadline to 2021-11-27 4 years ago
guojuanjuan set start time to 2021-11-26 4 years ago
guojuanjuan changed deadline from 2021-11-27 to 2021-11-30 4 years ago
guojuanjuan changed description 4 years ago

arm环境需要修改storage.conf里的thread_stack_size为1024KB

已确认:非问题。
输入图片说明

guojuanjuan changed issue state from 待办的 to 已验收 4 years ago

Sign in to comment

Status
Assignees
Projects
Milestones
Pull Requests
Successfully merging a pull request will close this issue.
Branches
Planed to start   -   Planed to end
-
Top level
Priority
Duration (hours)
参与者(4)
5329419 openeuler ci bot 1632792936 caodongxia-caodongxia guojuanjuan-guojuanjuan small_leek-small_leek
1
https://gitee.com/src-openeuler/fastdfs.git
git@gitee.com:src-openeuler/fastdfs.git
src-openeuler
fastdfs
fastdfs

Search