tkluck / pac4cli

Proxy-auto-discovery for command-line applications
25 stars 9 forks source link

pac4cli crash loop during startup on Ubuntu 18.10 #48

Closed tkluck closed 6 years ago

tkluck commented 6 years ago

I ran into this issue because I still had some old configuration files on my system. The system journal shows:

okt 17 20:51:12 tkluck-xps systemd[1]: Started PAC autoconfigured proxy for use through http_proxy= environment variables.
okt 17 20:51:13 tkluck-xps systemd[1]: pac4cli.service: Service RestartSec=100ms expired, scheduling restart.
okt 17 20:51:13 tkluck-xps systemd[1]: pac4cli.service: Scheduled restart job, restart counter is at 1.
okt 17 20:51:13 tkluck-xps systemd[1]: Stopped PAC autoconfigured proxy for use through http_proxy= environment variables.
okt 17 20:51:13 tkluck-xps systemd[1]: Started PAC autoconfigured proxy for use through http_proxy= environment variables.
okt 17 20:51:13 tkluck-xps systemd[1]: pac4cli.service: Service RestartSec=100ms expired, scheduling restart.
okt 17 20:51:13 tkluck-xps systemd[1]: pac4cli.service: Scheduled restart job, restart counter is at 2.
okt 17 20:51:13 tkluck-xps systemd[1]: Stopped PAC autoconfigured proxy for use through http_proxy= environment variables.
okt 17 20:51:13 tkluck-xps systemd[1]: Started PAC autoconfigured proxy for use through http_proxy= environment variables.
okt 17 20:51:14 tkluck-xps systemd[1]: pac4cli.service: Service RestartSec=100ms expired, scheduling restart.
okt 17 20:51:14 tkluck-xps systemd[1]: pac4cli.service: Scheduled restart job, restart counter is at 3.
okt 17 20:51:14 tkluck-xps systemd[1]: Stopped PAC autoconfigured proxy for use through http_proxy= environment variables.
okt 17 20:51:14 tkluck-xps systemd[1]: Started PAC autoconfigured proxy for use through http_proxy= environment variables.
okt 17 20:51:17 tkluck-xps systemd[1]: pac4cli.service: Service RestartSec=100ms expired, scheduling restart.
okt 17 20:51:17 tkluck-xps systemd[1]: pac4cli.service: Scheduled restart job, restart counter is at 4.
okt 17 20:51:17 tkluck-xps systemd[1]: Stopped PAC autoconfigured proxy for use through http_proxy= environment variables.
okt 17 20:51:17 tkluck-xps systemd[1]: Started PAC autoconfigured proxy for use through http_proxy= environment variables.
okt 17 20:51:20 tkluck-xps systemd[1]: pac4cli.service: Service RestartSec=100ms expired, scheduling restart.
okt 17 20:51:20 tkluck-xps systemd[1]: pac4cli.service: Scheduled restart job, restart counter is at 5.
okt 17 20:51:20 tkluck-xps systemd[1]: Stopped PAC autoconfigured proxy for use through http_proxy= environment variables.
okt 17 20:51:20 tkluck-xps systemd[1]: pac4cli.service: Start request repeated too quickly.
okt 17 20:51:20 tkluck-xps systemd[1]: pac4cli.service: Failed with result 'start-limit-hit'.
okt 17 20:51:20 tkluck-xps systemd[1]: Failed to start PAC autoconfigured proxy for use through http_proxy= environment variables.

This will be fixed by #47 and this fix is already in the daily ppa build. Recording it as an issue here so it can be googled.

tkluck commented 6 years ago

Closing as #47 as been merged.