webvirtcloud icon indicating copy to clipboard operation
webvirtcloud copied to clipboard

About gstfsd

Open qixinwuchen opened this issue 3 years ago • 10 comments

run command “supervisorctl status”,it shows below: image Why not show “gstfsd” process

qixinwuchen avatar May 18 '22 09:05 qixinwuchen

@retspen

qixinwuchen avatar May 18 '22 09:05 qixinwuchen

@catborise can you help me

qixinwuchen avatar May 18 '22 09:05 qixinwuchen

it is an optional module. did you install it with specified commands

wget -O - https://bit.ly/2NAaWXG | sudo tee -a /usr/local/bin/gstfsd
sudo service supervisor restart

catborise avatar May 18 '22 12:05 catborise

it is an optional module. did you install it with specified commands

wget -O - https://bit.ly/2NAaWXG | sudo tee -a /usr/local/bin/gstfsd
sudo service supervisor restart

thank you, I have intalled it, but supervisorctl status still didn't show gstfsd, I resolve this by add config of gstfsd, see below:

image

qixinwuchen avatar May 19 '22 03:05 qixinwuchen

I don't know why the configuration under this path doesn't take effect. It's really strange

image

qixinwuchen avatar May 19 '22 03:05 qixinwuchen

start it with python3 /usr/local/bin/gstfsd, show me the output?

catborise avatar May 20 '22 11:05 catborise

start it with python3 /usr/local/bin/gstfsd, show me the output?

image nothing ,and it bolcked,

qixinwuchen avatar May 20 '22 11:05 qixinwuchen

no output = works as expected.

may be you should add gstfsd file as conf not ini.

image

catborise avatar May 20 '22 12:05 catborise

no output = works as expected.

may be you should add gstfsd file as conf not ini.

image

1 I tried it and gstfsd couldn't see 2 I can only see gstfsd when I configure gstfsd in /etc/supervisord.conf image

qixinwuchen avatar May 20 '22 12:05 qixinwuchen

use supervisorctl start gstfsd command and check "supervisord.log" log file to see what is going on.

catborise avatar May 20 '22 13:05 catborise