[GH-ISSUE #407] gstfsd won't start #250

Closed
opened 2026-02-27 15:57:58 +03:00 by kerem · 1 comment
Owner

Originally created by @qwrty-ftw on GitHub (Jan 15, 2021).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/407

Hello folks,

just updated my webvirtcloud instance on my server, everything works fine, but I have one issue with gstfsd

root@server:# supervisorctl status
gstfsd                           FATAL     Exited too quickly (process log may have details)
novncd                           RUNNING   pid 7373, uptime 0:00:24
webvirtcloud                     RUNNING   pid 7372, uptime 0:00:24

LOG:

janv. 15 19:21:00  supervisord[7274]: 2021-01-15 19:21:00,639 INFO supervisord started with pid 7274
janv. 15 19:21:01  supervisord[7274]: 2021-01-15 19:21:01,641 INFO spawned: 'webvirtcloud' with pid 7372
janv. 15 19:21:01  supervisord[7274]: 2021-01-15 19:21:01,643 INFO spawned: 'novncd' with pid 7373
janv. 15 19:21:01 supervisord[7274]: 2021-01-15 19:21:01,645 INFO spawned: 'gstfsd' with pid 7374
janv. 15 19:21:01  supervisord[7274]: 2021-01-15 19:21:01,668 INFO exited: gstfsd (exit status 1; not expected)
janv. 15 19:21:03  supervisord[7274]: 2021-01-15 19:21:03,632 INFO success: webvirtcloud entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
janv. 15 19:21:03  supervisord[7274]: 2021-01-15 19:21:03,632 INFO success: novncd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
janv. 15 19:21:03  supervisord[7274]: 2021-01-15 19:21:03,633 INFO spawned: 'gstfsd' with pid 7439
janv. 15 19:21:03  supervisord[7274]: 2021-01-15 19:21:03,657 INFO exited: gstfsd (exit status 1; not expected)

My conf gstfsd.conf

[program:gstfsd]
command=/opt/webvirtcloud/venv/bin/python3 /usr/local/bin/gstfsd
directory=/usr/local/bin
user=root
autostart=true
autorestart=true
redirect_stderr=true
root@server:#  ll /usr/local/bin/ | grep gstfsd
-rwxr-xr-x 1 root staff     2128 janv. 15 19:20 gstfsd

Any ideas ?

Thank you :)

Originally created by @qwrty-ftw on GitHub (Jan 15, 2021). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/407 Hello folks, just updated my webvirtcloud instance on my server, everything works fine, but I have one issue with gstfsd ``` root@server:# supervisorctl status gstfsd FATAL Exited too quickly (process log may have details) novncd RUNNING pid 7373, uptime 0:00:24 webvirtcloud RUNNING pid 7372, uptime 0:00:24 ``` LOG: ``` janv. 15 19:21:00 supervisord[7274]: 2021-01-15 19:21:00,639 INFO supervisord started with pid 7274 janv. 15 19:21:01 supervisord[7274]: 2021-01-15 19:21:01,641 INFO spawned: 'webvirtcloud' with pid 7372 janv. 15 19:21:01 supervisord[7274]: 2021-01-15 19:21:01,643 INFO spawned: 'novncd' with pid 7373 janv. 15 19:21:01 supervisord[7274]: 2021-01-15 19:21:01,645 INFO spawned: 'gstfsd' with pid 7374 janv. 15 19:21:01 supervisord[7274]: 2021-01-15 19:21:01,668 INFO exited: gstfsd (exit status 1; not expected) janv. 15 19:21:03 supervisord[7274]: 2021-01-15 19:21:03,632 INFO success: webvirtcloud entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) janv. 15 19:21:03 supervisord[7274]: 2021-01-15 19:21:03,632 INFO success: novncd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) janv. 15 19:21:03 supervisord[7274]: 2021-01-15 19:21:03,633 INFO spawned: 'gstfsd' with pid 7439 janv. 15 19:21:03 supervisord[7274]: 2021-01-15 19:21:03,657 INFO exited: gstfsd (exit status 1; not expected) ``` My conf gstfsd.conf ``` [program:gstfsd] command=/opt/webvirtcloud/venv/bin/python3 /usr/local/bin/gstfsd directory=/usr/local/bin user=root autostart=true autorestart=true redirect_stderr=true ``` ``` root@server:# ll /usr/local/bin/ | grep gstfsd -rwxr-xr-x 1 root staff 2128 janv. 15 19:20 gstfsd ``` Any ideas ? Thank you :)
kerem closed this issue 2026-02-27 15:57:58 +03:00
Author
Owner

@qwrty-ftw commented on GitHub (Jan 15, 2021):

Ok, solved the issue by remplacing:

command=/opt/webvirtcloud/venv/bin/python3 /usr/local/bin/gstfsd by command=/usr/bin/python3 /usr/local/bin/gstfsd

root@server:# supervisorctl status
gstfsd                           RUNNING   pid 25638, uptime 0:01:28
novncd                           RUNNING   pid 25637, uptime 0:01:28
webvirtcloud                     RUNNING   pid 25636, uptime 0:01:28
<!-- gh-comment-id:761112261 --> @qwrty-ftw commented on GitHub (Jan 15, 2021): Ok, solved the issue by remplacing: `command=/opt/webvirtcloud/venv/bin/python3 /usr/local/bin/gstfsd` by `command=/usr/bin/python3 /usr/local/bin/gstfsd` ``` root@server:# supervisorctl status gstfsd RUNNING pid 25638, uptime 0:01:28 novncd RUNNING pid 25637, uptime 0:01:28 webvirtcloud RUNNING pid 25636, uptime 0:01:28 ```
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#250
No description provided.