FreeBSD Bugzilla – Attachment 184696 Details for
Bug 221000
sysutils/munin-node: munin-asyncd service hangs on start
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Changes to munin-asyncd rc file
munin-asyncd.diff (text/plain), 919 bytes, created by
Marcel Bischoff
on 2017-07-25 11:27:56 UTC
(
hide
)
Description:
Changes to munin-asyncd rc file
Filename:
MIME Type:
Creator:
Marcel Bischoff
Created:
2017-07-25 11:27:56 UTC
Size:
919 bytes
patch
obsolete
>--- munin-asyncd 2017-04-14 00:18:43.000000000 +0200 >+++ munin-asyncd.fix 2017-07-25 13:21:57.933019000 +0200 >@@ -23,18 +23,26 @@ > > load_rc_config $name > >-: ${munin_asyncd_enable:=NO} >-: ${munin_asyncd_spool:=/var/spool/munin/async} >-: ${munin_asyncd_host:=localhost:4949} >+start_cmd="${name}_start" >+stop_cmd="${name}_stop" > > command="/usr/local/share/munin/munin-asyncd" > command_interpreter="/usr/local/bin/perl" > pidfile="/var/run/${name}.pid" > >-start_cmd() >+: ${munin_asyncd_enable:=NO} >+: ${munin_asyncd_spool:=/var/spool/munin/async} >+: ${munin_asyncd_host:=localhost:4949} >+ >+munin_asyncd_start() > { > check_startmsgs && echo "Starting ${name}." > daemon -u munin -f -p ${pidfile} ${command_interpreter} ${command} --spool ${munin_asyncd_spool} --host ${munin_asyncd_host} ${munin_asyncd_args} > } > >+munin_asyncd_stop() >+{ >+ kill `cat /var/run/munin_asyncd.pid` >+} >+ > run_rc_command $1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 221000
: 184696