mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[GH-ISSUE #501] About gstfsd #301
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#301
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:

Why not show “gstfsd” process
@qixinwuchen commented on GitHub (May 18, 2022):
@retspen
@qixinwuchen commented on GitHub (May 18, 2022):
@catborise can you help me
@catborise commented on GitHub (May 18, 2022):
it is an optional module. did you install it with specified commands
@qixinwuchen commented on GitHub (May 19, 2022):
thank you, I have intalled it, but supervisorctl status still didn't show gstfsd, I resolve this by add config of gstfsd, see below:
@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
@catborise commented on GitHub (May 20, 2022):
start it with
python3 /usr/local/bin/gstfsd,show me the output?
@qixinwuchen commented on GitHub (May 20, 2022):
nothing ,and it bolcked,
@catborise commented on GitHub (May 20, 2022):
no output = works as expected.
may be you should add gstfsd file as conf not ini.
@qixinwuchen commented on GitHub (May 20, 2022):
1 I tried it and gstfsd couldn't see

2 I can only see gstfsd when I configure gstfsd in /etc/supervisord.conf
@catborise commented on GitHub (May 20, 2022):
use
supervisorctl start gstfsdcommand and check "supervisord.log" log file to see what is going on.