Skip to content
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

Webproc crashing - logging of webproc process? #34

Open
psyciknz opened this issue Sep 7, 2024 · 0 comments
Open

Webproc crashing - logging of webproc process? #34

psyciknz opened this issue Sep 7, 2024 · 0 comments

Comments

@psyciknz
Copy link

psyciknz commented Sep 7, 2024

I'm trying to get web proc running for an LXC alpine container with dnsmasq.

It starts but after a few mins the webproc process dies.
I'm starting it as a service

#!/sbin/openrc-run

name="DNSMasq Via WebProc"
description="DNSMasq"
command="/usr/sbin/webproc"
#command_args="--port 8053 -c /etc/dnsmasq.conf -c /etc/resolv.conf -- /usr/sbin/dnsmasq --pid-file= --no-daemon --user=dnsmasq --group=dnsmasq --conf-file=/etc/dnsmasq.conf"
command_args="--port 8053 -c /etc/dnsmasq.conf -c /etc/resolv.conf -- /usr/sbin/dnsmasq --no-daemon"
command_background=yes
pidfile="/run/${RC_SVCNAME}.pid"

I've tried both these commands with the same response. The 2nd I copied from your docker-dnsmasq container which I've been using successfully for years.

There's nothing in messages when webproc dies. All I see is the dnsmasq messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant