[GH-ISSUE #501] About gstfsd #301

Open
opened 2026-02-27 15:58:10 +03:00 by kerem · 10 comments
Owner

Originally created by @qixinwuchen on GitHub (May 18, 2022).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/501

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

Originally created by @qixinwuchen on GitHub (May 18, 2022). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/501 run command “supervisorctl status”,it shows below: ![image](https://user-images.githubusercontent.com/33652818/169005565-182a8036-f7b9-4e2e-8648-413aac043c02.png) Why not show “gstfsd” process
Author
Owner

@qixinwuchen commented on GitHub (May 18, 2022):

@retspen

<!-- gh-comment-id:1129779361 --> @qixinwuchen commented on GitHub (May 18, 2022): @retspen
Author
Owner

@qixinwuchen commented on GitHub (May 18, 2022):

@catborise can you help me

<!-- gh-comment-id:1129781022 --> @qixinwuchen commented on GitHub (May 18, 2022): @catborise can you help me
Author
Owner

@catborise commented on GitHub (May 18, 2022):

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
<!-- gh-comment-id:1129955897 --> @catborise commented on GitHub (May 18, 2022): 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 ```
Author
Owner

@qixinwuchen commented on GitHub (May 19, 2022):

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

<!-- gh-comment-id:1131173018 --> @qixinwuchen commented on GitHub (May 19, 2022): > 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](https://user-images.githubusercontent.com/33652818/169200757-1322af04-c571-4342-9873-dca39706ced0.png)
Author
Owner

@qixinwuchen commented on GitHub (May 19, 2022):

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

image

<!-- gh-comment-id:1131174559 --> @qixinwuchen commented on GitHub (May 19, 2022): I don't know why the configuration under this path doesn't take effect. It's really strange ![image](https://user-images.githubusercontent.com/33652818/169201130-694f07e9-e4e3-4fb5-95e9-5cf5955148bc.png)
Author
Owner

@catborise commented on GitHub (May 20, 2022):

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

<!-- gh-comment-id:1132802680 --> @catborise commented on GitHub (May 20, 2022): start it with `python3 /usr/local/bin/gstfsd`, show me the output?
Author
Owner

@qixinwuchen commented on GitHub (May 20, 2022):

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

image
nothing ,and it bolcked,

<!-- gh-comment-id:1132807553 --> @qixinwuchen commented on GitHub (May 20, 2022): > start it with `python3 /usr/local/bin/gstfsd`, show me the output? ![image](https://user-images.githubusercontent.com/33652818/169522078-23c43724-0916-4698-998b-6bc5d1174588.png) nothing ,and it bolcked,
Author
Owner

@catborise commented on GitHub (May 20, 2022):

no output = works as expected.

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

image

<!-- gh-comment-id:1132820286 --> @catborise commented on GitHub (May 20, 2022): no output = works as expected. may be you should add gstfsd file as conf not ini. ![image](https://user-images.githubusercontent.com/1725643/169524250-379d1e56-e96d-44d1-b0e2-ca270c7debab.png)
Author
Owner

@qixinwuchen commented on GitHub (May 20, 2022):

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

<!-- gh-comment-id:1132832544 --> @qixinwuchen commented on GitHub (May 20, 2022): > no output = works as expected. > > may be you should add gstfsd file as conf not ini. > > ![image](https://user-images.githubusercontent.com/1725643/169524250-379d1e56-e96d-44d1-b0e2-ca270c7debab.png) 1 I tried it and gstfsd couldn't see 2 I can only see gstfsd when I configure gstfsd in /etc/supervisord.conf ![image](https://user-images.githubusercontent.com/33652818/169525321-f139be14-d6c1-4659-90ed-09131a80f5bc.png)
Author
Owner

@catborise commented on GitHub (May 20, 2022):

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

<!-- gh-comment-id:1132927549 --> @catborise commented on GitHub (May 20, 2022): use `supervisorctl start gstfsd` command and check "supervisord.log" log file to see what is going on.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#301
No description provided.