<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<table align="center" style="width: 100%; box-sizing: border-box; border-collapse: collapse; border-spacing: 0px;" cellspacing="1" cellpadding="3">
<tbody>
<tr>
<td style="width: 1241px; height: 6px;"></td>
</tr>
<tr>
<td style="width: 1241px; height: 523px;"><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">I built my minidlna package from slackbuilds.<br>
<br>
But it was faulty. Trying to do anything like<br>
</span>
<div style="margin: 5px 20px 20px;">
<div style="margin-bottom: 2px; font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Code:</div>
<pre style="margin: 0px -99999px 0px 0px; padding: 3px; border-width: 1px; border-style: inset; border-color: currentcolor; width: 98%; height: 34px;"><div style="direction: ltr; text-align: left; font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">/etc/rc.d/rc.minidlna restart/stop/start ..</div></pre>
</div>
<span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Threw an error. It looked like the PID was still running, but it wasn't.<br>
<br>
The<b> /etc/rc.d/rc.minidlna</b> was faulty.<br>
<br>
Just correcting this line solved the problem<br>
<br>
>From this<br>
</span>
<div style="margin: 5px 20px 20px;">
<div style="margin-bottom: 2px; font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Code:</div>
<pre style="margin: 0px -99999px 0px 0px; padding: 3px; border-width: 1px; border-style: inset; border-color: currentcolor; width: 98%; height: 34px;"><div style="direction: ltr; text-align: left; font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">PIDFILE="/var/run/${NAME}.pid"</div></pre>
</div>
<span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">To this ( the right path)<br>
</span>
<div style="margin: 5px 20px 20px;">
<div style="margin-bottom: 2px; font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Code:</div>
<pre style="margin: 0px -99999px 0px 0px; padding: 3px; border-width: 1px; border-style: inset; border-color: currentcolor; width: 98%; height: 34px;"><div style="direction: ltr; text-align: left; font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">PIDFILE="/var/run/minidlna/${NAME}.pid"</div></pre>
</div>
</td>
</tr>
</tbody>
</table>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
</body>
</html>