I've just discovered the way it works. That's what I have done:<br>
<br>
After having configure BIRD with the --enable-debug option, I have
opened a shell, and in the bird.conf directory, I have executed bird. .<br>
Then, in opened another shell and I have executed birdc -s /"bird.conf directory", and finally I got birdc in my screen.<br>
<br>
But...<br>
<br>
What I originally wanted was to get <DBG> messages in my log
file, and it continue without them. I don't know where is my error;I
thnik I have activated all the "debug" options...Here is my
configuration file: <br>
<br>

debug protocols all;<br>

log "/log_bird" all;<br>
<div>                    
 <br>                  
                                                               
                    
 <br>protocol
kernel
{                        
 <br>
        persist;<br>
        scan time
5;                     
 <br>
        export
all;                              
 <br>
}                                                 
 <br>
                                                  
 <br>
protocol device
{                                 
 <br>
        scan time
10;                    
 <br>
}<br>
protocol static {<br>
        route <a href="http://11.0.0.0/24" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">11.0.0.0/24</a> reject;#via "tap0";<br>
    #route <a href="http://172.29.16.0/22" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">172.29.16.0/22</a> reject;<br>
}<br>
<br>
protocol bgp bgp2 {<br>
    local as 65005;<br>
    neighbor <a href="http://13.0.0.2/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">13.0.0.2</a> as 65002;<br>
    import all;<br>
    export where source=RTS_STATIC;;<br>
    source address <a href="http://13.0.0.1/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">13.0.0.1</a>;<br>
}</div>
<br>
<br>
Any idea??<br>
<br>
Best regards,<br>
<br>
Jorge -jorge1981@gmail.com-<br><br><div><span class="gmail_quote">2006/8/2, Jorge Gomez <<a href="mailto:jorge1981@gmail.com">jorge1981@gmail.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><span class="q"><div>>If I remember correctly, the debug mode causes BIRD to search for<br>>everything (config, birdc sockets etc.) in the current directory.</div>
<div> </div></span></div><div>
<div>Martin, thanks for your quick response,</div>
<div> </div>
<div>If I have understood you well, I have to copy my config
file (bird.conf) into the directory where I am running
bird. Ok, bird find it. But the birdc socket is
created ONCE I have executed bird, so I can`t copy it
before calling bird, and continue without finding it, and consecuently
without being able to run birdc :(. 
</div>
<div>Another question: What else does bird need to find in the
current directory, apart from the bird.conf file and the bird.ctl
socket? </div>
<div> </div>
<div>It's very important to for my proyect be able to see de debugging
messages, because I need to know what is happening inside bird!</div>
<div> </div>
<div>Thank you very much for your time.</div>
<div> </div>
<div>Best regards,</div>
<div> </div>
<div>Jorge <a href="mailto:-jorge1981@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">-jorge1981@gmail.com</a>-<br><br><br> </div>
<div><span class="gmail_quote">2006/8/1, Martin Mares <<a href="mailto:mj@ucw.cz" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mj@ucw.cz</a>>:</span>
</div><div><span class="e" id="q_10cd03b0f519f6f0_2"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">Hello!<br><br>> My project is based in BGP. I have to implement the capability of
<br>> transporting MPLS labels over BGP messages, or, in other words, implement
<br>> MP-BGP in a BGP open source daemon. And that's the reason I'm writing to<br>> this list!<br><br>Good news!<br><br>> Usually I test the changes I make in a virtual network done with User Mode<br>> Linux (UML) (I don't know if you have heard about that?).
<br><br>I heard, but never used that myself (mainly because when I was working<br>on BIRD, UML didn't exist yet :) ).<br><br>> 1.- Diving in the web and looking for documentation and information of BIRD,<br>> I have seen that MBGP support is one of the future objectives of the daemon,
<br>> and I would like to know if there is any improvement being developed at the<br>> moment in this area, or if somebody could give me the contact of any working<br>> group interested in MBGP for BIRD.<br><br>
So far nothing. Feela, did anybody at Cesnet think about that?
<br><br>> 2.- Another problem I have founded is that when I try to configure BIRD with<br>> the --enable-debug option, BIRD can't find my bird.conf, and consecuently it<br>> can't run.<br><br>If I remember correctly, the debug mode causes BIRD to search for
<br>everything (config, birdc sockets etc.) in the current directory.<br><br>                              
Have a nice fortnight<br>--<br>Martin `MJ' Mares   <<a href="mailto:mj@ucw.cz" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mj@ucw.cz</a>>   <a href="http://atrey.karlin.mff.cuni.cz/%7Emj/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://atrey.karlin.mff.cuni.cz/~mj/</a><br>Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth<br>A sine curve goes off to infinity or at least the end of the blackboard.<br></blockquote></span></div>
<div></div><br>

</div></blockquote></div><br>