<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">This is definitely not for this mailing list, but I’ll quickly answer.</div><div class=""><br class=""></div><div class="">The php code looks fairly straight forward;</div><div class=""><br class=""></div><div class=""><div class="">if ($query_type){</div><div class="">    if (preg_match("/^(ping|ping6)$/",$query_type) || preg_match("/^(trace|trace6)$/",$query_type)){</div><div class=""><span class="Apple-tab-span" style="white-space:pre">       </span>//Do nothing here</div><div class="">    }else{</div><div class=""><span class="Apple-tab-span" style="white-space:pre">   </span>if (is_array($config)){</div><div class=""><span class="Apple-tab-span" style="white-space:pre">   </span>    if (isset($config['birdc'])||isset($config['birdc6'])){</div><div class=""><span class="Apple-tab-span" style="white-space:pre">             </span>$socket_path=$config['birdc'];</div><div class=""><span class="Apple-tab-span" style="white-space:pre">            </span>if ($protocol=="ipv6"){</div><div class=""><span class="Apple-tab-span" style="white-space:pre">         </span>    $socket_path=$config['birdc6'];</div><div class=""><span class="Apple-tab-span" style="white-space:pre">             </span>}</div><div class=""><span class="Apple-tab-span" style="white-space:pre">         </span><b class="">if (!@file_exists($socket_path)){</b></div><div class=""><b class=""><span class="Apple-tab-span" style="white-space:pre">               </span>    $error[]="Socket not found";</b></div><div class=""><span class="Apple-tab-span" style="white-space:pre">            </span>}</div><div class=""><span class="Apple-tab-span" style="white-space:pre"> </span>    }else{</div><div class=""><span class="Apple-tab-span" style="white-space:pre">              </span>$error[]="Config error: check socket path";</div><div class=""><span class="Apple-tab-span" style="white-space:pre">     </span>    }</div><div class=""><span class="Apple-tab-span" style="white-space:pre">   </span>}else{</div><div class=""><span class="Apple-tab-span" style="white-space:pre">    </span>    $error[]="Config error: check config file";</div><div class=""><span class="Apple-tab-span" style="white-space:pre">       </span>}</div><div class="">    }</div><div class="">}else{</div><div class="">    $error[]="Can`t get query type";</div><div class="">}</div></div><div class=""><br class=""></div><div class="">I’ve bolded the error, basically file_exists is not true, for the file birdc or birdc6</div><div class=""><br class=""></div><div class="">Check the config files and ensure php is not chrooted to a path that is unable to run birdc or birdc6</div><div class=""><br class=""></div><div class="">Good luck,</div><div class="">Mike</div><br class=""><div class="">
<div style="orphans: auto; text-align: start; text-indent: 0px; widows: auto; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="orphans: 2; widows: 2;" class=""><b class="">--</b></div><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class=""><b class="">Michael McConnell</b></div><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class=""><b class="">WINK Streaming;</b><br class=""><b class="">email:</b> <a href="mailto:michael@winkstreaming.com" class="">michael@winkstreaming.com</a><br class=""><b class="">phone:</b> +1 312 281-5433 <b class="">x 7400</b></div><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class=""><b class="">cell:</b> +506 8706-2389</div><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class=""><b class="">skype:</b> wink-michael<br class=""><b class="">web:</b> <a href="http://winkstreaming.com/" class="">http://winkstreaming.com</a></div></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Apr 28, 2017, at 7:30 PM, Ajai Kumar <<a href="mailto:joinajay1@gmail.com" class="">joinajay1@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class="">Dear Michael,<br class=""></div>Thanks for prompt response. Basically I have downloaded from <a href="http://bird-lg.subnets.ru/" class="">http://bird-lg.subnets.ru/</a>  and I am getting the preview like <a href="http://bird-lg.subnets.ru/lg/index.php" class="">http://bird-lg.subnets.ru/lg/index.php</a>. It is very good for IPv4 all command and ping6 only.<br class=""><br class=""></div>It is php based bird-lg and you are referring python based lg. My team is not able to find out step to setup <a href="https://github.com/sileht/bird-lg" class="">https://github.com/sileht/bird-lg</a>.<br class=""><br class=""></div>Looking forward for help pls.<br class=""></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On 29 April 2017 at 06:52, Michael McConnell <span dir="ltr" class=""><<a href="mailto:michael@winkstreaming.com" target="_blank" class="">michael@winkstreaming.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class=""><div class="">Hello Ajai,</div><div class=""><br class=""></div><div class=""><a href="http://subnet.ru/" target="_blank" class="">subnet.ru</a> doesn’t seems to be much of a website, but the official github page for bird-lg here; <a href="https://github.com/sileht/bird-lg" target="_blank" class="">https://github.com/<wbr class="">sileht/bird-lg</a> doesn’t have a reference to the error “Socket not found”.  (<a href="https://github.com/sileht/bird-lg/search?utf8=%E2%9C%93&q=Socket+not+found&type=" target="_blank" class="">https://github.com/sileht/<wbr class="">bird-lg/search?utf8=✓&q=<wbr class="">Socket+not+found&type=</a>)</div><div class=""><br class=""></div><div class="">In any event you might want to look in bird.py to see what that error correspond with.</div><div class=""><br class=""></div><div class="">Cheers,</div><div class="">Mike</div><div class=""><br class=""></div><div class="">
<div style="text-align:start;text-indent:0px;word-wrap:break-word" class=""><div class=""><b class="">--</b></div><div style="letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><b class="">Michael McConnell</b></div><div style="letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><b class="">WINK Streaming;</b><br class=""><b class="">email:</b> <a href="mailto:michael@winkstreaming.com" target="_blank" class="">michael@winkstreaming.<wbr class="">com</a><br class=""><b class="">phone:</b> <a href="tel:+1%20312-281-5433" value="+13122815433" target="_blank" class="">+1 312 281-5433</a> <b class="">x 7400</b></div><div style="letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><b class="">cell:</b> <a href="tel:+506%208706%202389" value="+50687062389" target="_blank" class="">+506 8706-2389</a></div><div style="letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><b class="">skype:</b> wink-michael<br class=""><b class="">web:</b> <a href="http://winkstreaming.com/" target="_blank" class="">http://winkstreaming.com</a></div></div>
</div><div class=""><div class="h5">
<br class=""><div class=""><blockquote type="cite" class=""><div class="">On Apr 28, 2017, at 6:55 PM, Ajai Kumar <<a href="mailto:joinajay1@gmail.com" target="_blank" class="">joinajay1@gmail.com</a>> wrote:</div><br class="m_7469376891099448641Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Dear All,<br class=""><br class=""></div><div class=""> <br class=""></div>I am using  bird-lg downloaded from <a href="http://subnet.ru/" target="_blank" class="">subnet.ru</a> and it is giving output of all the commands for IPv4.  bird.client.php is in one server and route server is in remote server. I have enabled IPv6 on bird.lg.conf.php and route server is running properly for IPv6 too as I am able to see the output after entering into the bird6. I am able to see ping6 report only and for other commands,<span class="m_7469376891099448641m_7208280405233796279error_text">I am getting appended error<br class=""><br class="">[ERROR]: BIRD client errors:
        1: Socket not found</span> <div class=""><br class="">Can anyone help on this. Thanks in advance for your support.<br class=""></div><div class="">Regards,<br class=""></div><div class="">Ajai Kumar <br clear="all" class=""></div><div class=""><div class=""><div class=""><br class="">-- <br class=""><div class="m_7469376891099448641m_7208280405233796279gmail-m_1675891849156717962m_-5356966305086027397gmail_signature"><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><br class="">Please don't print this email unless you really need to. This will preserve trees on our planet.</div></div></div></div></div></div></div></div>
</div></div></div></div>
</div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""><br clear="all" class=""><br class="">-- <br class=""><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><br class="">(M) +91-9868477444<br class="">Skype ID:erajay<br class="">P-mail: joinajay1 at <a href="http://gmail.com/" target="_blank" class="">gmail.com</a><br class="">.................................<br class="">Please don't print this email unless you really need to. This will preserve trees on our planet.</div></div></div></div></div></div></div></div>
</div>
</div></blockquote></div><br class=""></body></html>