<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>----- "Danny Dias" &lt;ing.diasdanny@gmail.com&gt; wrote:
<br><div>&gt;I'm getting a KErnel Pannic every time i restart the server, what could be happening?</div><div>&gt;I just make: "shutdown -r now" and the server gets Kernel Panic. I'have to go on site and press the power button</div>
<div><br><br></div><div>I'd be willing to bet Wanpipe is attempting to stop while Asterisk is still using it. It's a known problem. Put the following into /etc/wanpipe/scripts/stop</div><div><br></div><div>#!/bin/sh</div><div>/etc/init.d/asterisk stop</div><div>sleep 2</div><div>/etc/init.d/asterisk stop</div><div><br></div><div>Then chmod +x it. When Wanpipe attempts to stop, it will shut down Asterisk first, bypassing a panic situation.</div><div><br></div><div>--Tim</div></div></body></html>