<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2722" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Sorry,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I use a start-up script and the /var/log/messages 
:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>Sep&nbsp; 9 16:53:25 sip ser: WARNING: 
fix_socket_list: could not rev. resolve 192.168.100.199<BR>Sep&nbsp; 9 16:53:25 
sip ser: WARNING: fix_socket_list: could not rev. resolve 
192.168.100.199<BR>Sep&nbsp; 9 16:53:25 sip /usr/local/sbin/ser[434]: Maxfwd 
module- initializing<BR>Sep&nbsp; 9 16:53:25 sip /usr/local/sbin/ser[434]: 
new_connection(): Access denied for user <A 
href="mailto:'ser'@'localhost'">'ser'@'localhost'</A> (using password: 
YES)<BR>Sep&nbsp; 9 16:53:25 sip /usr/local/sbin/ser[434]: db_init(): Could not 
create a connection<BR>Sep&nbsp; 9 16:53:25 sip /usr/local/sbin/ser[434]: ERROR: 
uridb_db_ver: unable to open database connection<BR>Sep&nbsp; 9 16:53:25 sip 
/usr/local/sbin/ser[434]: ERROR: uri_db:mod_init(): Error while querying table 
version<BR>Sep&nbsp; 9 16:53:25 sip /usr/local/sbin/ser[434]: init_mod(): Error 
while initializing module uri_db</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>The script:</DIV>
<DIV>&nbsp;</DIV>
<DIV>#!/bin/sh<BR>#<BR># Start/stop/restart SIP EXpress Router (SER)<BR>#<BR># 
Version: 1.0 - Paul Belanger &lt;<A 
href="mailto:pabelanger@gmail.com">pabelanger@gmail.com</A>&gt;<BR>#<BR># 
Directions:<BR># copy ser script to /usr/local/etc/rc.d/<BR># edit /etc/rc.conf 
and add the following:<BR># ser_enable="YES"<BR>#<BR>#<BR># 05.05.2005 - Initial 
Version</DIV>
<DIV>&nbsp;</DIV>
<DIV>. /etc/rc.subr</DIV>
<DIV>&nbsp;</DIV>
<DIV>name="ser"<BR>rcvar="`set_rcvar`"<BR>command="/usr/local/sbin/${name}"<BR>pidfile="/var/run/${name}.pid"</DIV>
<DIV>&nbsp;</DIV>
<DIV>load_rc_config $name<BR>ser_flags="$cron_flags -P 
$pidfile"<BR>run_rc_command "$1"</DIV></FONT></DIV></BODY></HTML>