-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: fig-daemon.service restarts indefinitely #2949
Comments
Hey to remove that you can run |
@grant0417 |
Can you run |
Loaded: loaded (/home/adham/.config/systemd/user/fig-daemon.service; enabled; preset: disabled)
Drop-In: /usr/lib/systemd/user/service.d
└─10-timeout-abort.conf
Active: activating (auto-restart) (Result: exit-code) since Fri 2024-06-07 21:10:56 EEST; 2s ago
Process: 6101 ExecStart=fig daemon (code=exited, status=203/EXEC)
Main PID: 6101 (code=exited, status=203/EXEC)
CPU: 3ms |
Okay to remove it permanently run the following steps, let me know if you have any additional issues: systemctl --user stop fig-daemon.service
systemctl --user disable fig-daemon.service
rm -f ~/.config/systemd/user/fig-daemon.service |
It worked, thanks @grant0417! |
I tried the proposed solution but that's not working. Any clue how to resolve this? 2024-07-09T23:49:30.275240+01:00 pihole2 systemd[3678928]: fig-daemon.service: Failed at step EXEC spawning /usr/bin/fig: No such file or directory root@pihole2:/var/log# systemctl status --user fig-daemon |
Checks
fig doctor
in the affected terminal sessionfig restart
and replicated the issue againOperating system
Fedora Linux
Expected behaviour
I have uninstalled Fig like a year ago, and when I run
jouranctl -e
now I see logs for fig-daemon.service trying to start and failing then restarting.Here are the longs:
Actual behaviour
It should have been uninstalled completely from the system.
Steps to reproduce
No response
Environment
No response
The text was updated successfully, but these errors were encountered: