Re: openbgpds not talking each other since 8.2-STABLE upgrade

2012-01-10 Thread Borja Marcos
On Jan 10, 2012, at 12:01 AM, Claudio Jeker wrote: > Since it is possible to add MD5 for neighbors on config reload and the > listening sockets are normaly not closed and reopened on config reload it > was the easiest to set the MD5 option on all listening sockets no matter > what (especially sin

Unnecessary sleep in network.subr: ipv6_up()

2012-01-10 Thread Dennis Koegel
Cheers, problem: Having a *lot* of IPv6 interfaces (Vlan interfaces in this case) causes a huge and annoying delay time at system boot in 9.0R. ipv6_up() in network.subr does this: + # wait for DAD + sleep `${SYSCTL_N} net.inet6.ip6.dad_count` + sleep 1 This happens for each a

Re: openbgpds not talking each other since 8.2-STABLE upgrade

2012-01-10 Thread Claudio Jeker
On Tue, Jan 10, 2012 at 09:01:35AM +0100, Borja Marcos wrote: > > On Jan 10, 2012, at 12:01 AM, Claudio Jeker wrote: > > > Since it is possible to add MD5 for neighbors on config reload and the > > listening sockets are normaly not closed and reopened on config reload it > > was the easiest to se

Processes' FIBs

2012-01-10 Thread Oliver Fromme
Hi, Is there a way to find out the default FIB number of a process (from a shell script)? I've checked the manpages of ps and procstat, but they don't mention FIBs. I'm using stable/8, if that matters. Best regards Oliver -- ___ freebsd-net@freebsd.or

Re: Processes' FIBs

2012-01-10 Thread Paul A. Procacci
http://lists.freebsd.org/pipermail/freebsd-questions/2009-April/196532.html Not sure about ps/et al, but you can do it according to that post. Nearly 2 years old now. ~Paul On Tue, Jan 10, 2012 at 09:12:17PM +0100, Oliver Fromme wrote: > Hi, > > Is there a way to find out the default FIB numbe

Re: Unnecessary sleep in network.subr: ipv6_up()

2012-01-10 Thread Doug Barton
Looping in the author of that change ... On 01/10/2012 02:24, Dennis Koegel wrote: > Cheers, > > problem: Having a *lot* of IPv6 interfaces (Vlan interfaces in this case) > causes a huge and annoying delay time at system boot in 9.0R. > > ipv6_up() in network.subr does this: > > + # wait fo

Re: Very fresh (two days ago) 10-current becomes completely unresponsive under load

2012-01-10 Thread Lev Serebryakov
Hello, Lev. You wrote 11 января 2012 г., 3:05:29: > OH! I have top running right now, when it "hangs". 0% idle time, LA > becomes 20 when it have only 35 processes at all, but there is no specific > process consuming CPU. Ok, it seems, that here is a problem (CPU time : PID USERNAME PRI NICE

Re: Very fresh (two days ago) 10-current becomes completely unresponsive under load

2012-01-10 Thread Lev Serebryakov
Hello, Lev. You wrote 11 января 2012 г., 3:21:08: >> OH! I have top running right now, when it "hangs". 0% idle time, LA >> becomes 20 when it have only 35 processes at all, but there is no specific >> process consuming CPU. > Ok, it seems, that here is a problem (CPU time : > PID USERNAME PR

Re: Very fresh (two days ago) 10-current becomes completely unresponsive under load

2012-01-10 Thread Lev Serebryakov
Hello, Alexander. You wrote 11 января 2012 г., 3:35:44: > I remember no changes in mpd-5.6 that I would expect to cause this. Any > way it should be trivial to check -- just build 5.5. I'll try tomorrow. > What do you have configured in mpd configuration and netgraph at all? > AFAIR for plain

Re: Very fresh (two days ago) 10-current becomes completely unresponsive under load

2012-01-10 Thread Alexander Motin
On 01/11/12 01:21, Lev Serebryakov wrote: Hello, Lev. You wrote 11 января 2012 г., 3:05:29: OH! I have top running right now, when it "hangs". 0% idle time, LA becomes 20 when it have only 35 processes at all, but there is no specific process consuming CPU. Ok, it seems, that here is

Re: openbgpds not talking each other since 8.2-STABLE upgrade

2012-01-10 Thread Doug Barton
On 01/03/2012 13:03, Hiroki Sato wrote: > Okay, thank you for your report. I will take some time to fix > TCP_MD5SIG support in openbgpd and inform you when another patch is > ready. Any news on this? Not trying to be pushy, just wondering if I need to plan a test/change window. Thanks, Dou