<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=042551921-06032007><FONT face=Arial 
color=#0000ff size=2>That was indeed the problem.&nbsp; I thought I had 
eliminated any httpd by disabling the service, but the problem was trixbox was 
still trying to load on startup via /usr/sbin/amportal.&nbsp; Once I removed 
that from startup, problem resolved.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=042551921-06032007><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=042551921-06032007><FONT face=Arial 
color=#0000ff size=2>I did go a step further and wipe out the panel in httpd as 
well.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=042551921-06032007><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=042551921-06032007><FONT face=Arial 
color=#0000ff size=2>Thanks for the pointer.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=042551921-06032007><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> asterisk-users-bounces@lists.digium.com 
[mailto:asterisk-users-bounces@lists.digium.com] <B>On Behalf Of </B>Alex 
Robar<BR><B>Sent:</B> Tuesday, March 06, 2007 1:57 PM<BR><B>To:</B> Asterisk 
Users Mailing List - Non-Commercial Discussion<BR><B>Subject:</B> Re: 
[asterisk-users] Manager.conf '127.0.0.1 unable to 
authenticate'<BR></FONT><BR></DIV>
<DIV></DIV>Hi Ken,<BR><BR>Trixbox comes with the Flash Operator Panel. The FOP 
server is likely setup with incorrect authentication parameters, and hence is 
failing authentication everytime it attempts to use the Asterisk Manager API to 
update it's tracking of what's going on in your system. <BR><BR>Check your 
op_server.cfg file (/var/www/html/panel/, I think). Look for the manager_user 
and manager_secret parameters, and make sure they match an entry in 
/etc/asterisk/manager.conf.<BR><BR>Alex<BR><BR>
<DIV><SPAN class=gmail_quote>On 3/6/07, <B class=gmail_sendername>Ken 
Williams</B> &lt;<A 
href="mailto:ken@intermountainelectronics.com">ken@intermountainelectronics.com</A>&gt; 
wrote:</SPAN>
<BLOCKQUOTE class=gmail_quote 
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
  <DIV>
  <DIV><SPAN><FONT face=Arial size=2>Every few seconds I get the following 
  message:</FONT></SPAN></DIV>
  <DIV><SPAN><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN><FONT face=Arial size=2><EM>&nbsp; == Parsing 
  '/etc/asterisk/manager.conf': Found<BR>&nbsp; == Connect attempt from '<A 
  onclick="return top.js.OpenExtLink(window,event,this)" href="http://127.0.0.1" 
  target=_blank>127.0.0.1</A>' unable to 
  authenticate<BR></EM></FONT></SPAN></DIV>
  <DIV><SPAN><FONT face=Arial size=2>I'm trying to track down where it's coming 
  from.&nbsp; </FONT></SPAN></DIV>
  <DIV><SPAN><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN><FONT face=Arial size=2>I've used TCPDUMP &amp; NGREP to monitor <A 
  onclick="return top.js.OpenExtLink(window,event,this)" href="http://127.0.0.1" 
  target=_blank>127.0.0.1</A>, no data's flowing.&nbsp; </FONT></SPAN></DIV>
  <DIV><SPAN><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN><FONT face=Arial size=2>I've tried loading Asterisk with no 
  modules, tried loading with a naked manager.conf (only lines are 
  [general]&nbsp;&amp; enabled=yes).</FONT></SPAN></DIV>
  <DIV><SPAN><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN><FONT face=Arial size=2>I've cleaned out 
  /var/lib/asterisk.</FONT></SPAN></DIV>
  <DIV><SPAN><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN><FONT face=Arial size=2>My full log shows the following every 
  attempt:</FONT></SPAN></DIV>
  <DIV><SPAN><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN><FONT face=Arial size=2><EM>[Mar&nbsp; 6 13:32:39] DEBUG[28578] 
  manager.c: Manager received command 'Challenge'<BR>[Mar&nbsp; 6 13:32:39] 
  DEBUG[28578] manager.c: Manager received command 'Login'<BR>[Mar&nbsp; 6 
  13:32:39] VERBOSE[28578] logger.c:&nbsp;&nbsp; == Parsing 
  '/etc/asterisk/manager.conf': [Mar&nbsp; 6 13:32:29] VERBOSE[28567] logger.c: 
  Found<BR>[Mar&nbsp; 6 13:32:40] VERBOSE[28578] logger.c:&nbsp;&nbsp; == 
  Connect attempt from '<A 
  onclick="return top.js.OpenExtLink(window,event,this)" href="http://127.0.0.1" 
  target=_blank>127.0.0.1</A>' unable to 
  authenticate<BR></EM></FONT></SPAN></DIV>
  <DIV><SPAN><FONT face=Arial size=2>I've updated from 1.2.13 to 1.4.1 and done 
  everything I could to remove Trixbox from the picture.&nbsp; I thought for 
  sure it was a module, but moving them all out of the picture didn't alleviate 
  the problem.&nbsp; It seems as long as manager.conf exists I'm getting these 
  messages.&nbsp; I've got 3 boxes setup with mostly identical setups 
  (extensions.conf is different) and only one box is getting this message.&nbsp; 
  From what I can tell from google searches it appears astbill and/or trixbox 
  are likely to blame but I'm running out of places to look for these 
  culprits.&nbsp; </FONT></SPAN></DIV>
  <DIV><SPAN><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN><FONT face=Arial size=2>Any suggestinos would be greatly 
  appreciated.</FONT></SPAN></DIV></DIV><BR>_______________________________________________<BR>--Bandwidth 
  and Colocation provided by <A 
  onclick="return top.js.OpenExtLink(window,event,this)" 
  href="http://Easynews.com" target=_blank>Easynews.com</A> 
  --<BR><BR>asterisk-users mailing list<BR>To UNSUBSCRIBE or update options 
  visit:<BR>&nbsp; <A onclick="return top.js.OpenExtLink(window,event,this)" 
  href="http://lists.digium.com/mailman/listinfo/asterisk-users" 
  target=_blank>http://lists.digium.com/mailman/listinfo/asterisk-users 
  </A><BR><BR></BLOCKQUOTE></DIV><BR><BR clear=all><BR>-- <BR>Alex Robar<BR><A 
href="mailto:alex.robar@gmail.com">alex.robar@gmail.com</A> </BODY></HTML>