[Bug 186114] net/mpd5 hangs after a certain number of users connect

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186114 --- Comment #33 from Eugene Grosbein --- (In reply to Cassiano Peixoto from comment #32) I'd better say "corefile" instead of "crashdump" as crashdump is generated for kernel panic and core file for userland process crashed or killed with

[Bug 186114] net/mpd5 hangs after a certain number of users connect

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186114 --- Comment #34 from Cassiano Peixoto --- (In reply to Eugene Grosbein from comment #33) I tried like you said, but didn't work, look: # sysctl kern.corefile='/var/tmp/%N.core' # ps ax | grep mpd5 31784 - Ss 0:00.01 /usr/local/sbin

[Bug 186114] net/mpd5 hangs after a certain number of users connect

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186114 --- Comment #35 from Eugene Grosbein --- (In reply to Cassiano Peixoto from comment #34) Does "killall" really terminate the process or does it continue to run? Perhaps, the signal is blocked for some reason. There are several ways to star

[Bug 186114] net/mpd5 hangs after a certain number of users connect

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186114 --- Comment #36 from Cassiano Peixoto --- (In reply to Eugene Grosbein from comment #35) it's not running anymore, look: # ps ax | grep mpd5 52264 1 S+ 0:00.00 grep mpd5 # /usr/local/etc/rc.d/mpd5 forcestart Starting mpd5. # ps ax

[Bug 186114] net/mpd5 hangs after a certain number of users connect

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186114 --- Comment #37 from Eugene Grosbein --- (In reply to Cassiano Peixoto from comment #36) Do you use tcsh for your login shell? Anyway, try starting mpd using direct command "/usr/local/sbin/mpd5 -p /var/run/mpd5.pid -b" for a test instead

[Bug 186114] net/mpd5 hangs after a certain number of users connect

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186114 --- Comment #38 from Cassiano Peixoto --- (In reply to Eugene Grosbein from comment #37) Same behaviour: # ps ax | grep mpd5 53396 1 R+ 0:00.00 grep mpd5 # /usr/local/sbin/mpd5 -p /var/run/mpd5.pid -b # ps ax | grep mpd5 53402 -

[Bug 186114] net/mpd5 hangs after a certain number of users connect

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186114 --- Comment #39 from Eugene Grosbein --- (In reply to Cassiano Peixoto from comment #38) Please show output of the command: dmesg | grep mpd5 -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug 186114] net/mpd5 hangs after a certain number of users connect

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186114 --- Comment #40 from Cassiano Peixoto --- (In reply to Eugene Grosbein from comment #39) # dmesg | grep mpd5 pid 53402 (mpd5), uid 0: exited on signal 3 pid 53441 (mpd5), uid 0: exited on signal 3 pid 53758 (mpd5), uid 0: exited on signal

[Bug 186114] net/mpd5 hangs after a certain number of users connect

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186114 --- Comment #41 from Eugene Grosbein --- (In reply to Cassiano Peixoto from comment #40) The signal is delivered but core generation is disabled for some reason. To find it, please show output of commands: sysctl kern.coredump proccontrol

[Bug 186114] net/mpd5 hangs after a certain number of users connect

2017-06-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186114 --- Comment #42 from Cassiano Peixoto --- (In reply to Eugene Grosbein from comment #41) I've just found out. My coredumpsize limit has been configured to 0Kb :( Now it worked fine. Thanks for your help. I'll keep you posted. Until now it'

Re: Enable IPv6 Privacy Extensions by default

2017-06-13 Thread Rui Paulo
On Mon, 2017-06-12 at 13:19 +0200, Tijl Coosemans wrote: > On Sun, 11 Jun 2017 22:13:14 + "Bjoern A. Zeeb" s.zabbadoz.net> wrote: > > On 11 Jun 2017, at 19:59, Tijl Coosemans wrote: > > > I recently got a new modem/router from my ISP that supports > > > IPv6.  Added > > > ifconfig_em0_ipv6="in

Re: Enable IPv6 Privacy Extensions by default

2017-06-13 Thread Garrett Wollman
In article <1497408664.2220.3.ca...@me.com>, rpa...@me.com writes: >I don't see any reason why we shouldn't have privacy addresses enabled >by default. In fact, back in 2008 no one voiced their concerns. Back in 2008 most people hadn't had their networks fall over as a result of MLD listener rep

Re: Enable IPv6 Privacy Extensions by default

2017-06-13 Thread Rui Paulo
On Tue, 2017-06-13 at 22:57 -0400, Garrett Wollman wrote: > In article <1497408664.2220.3.ca...@me.com>, rpa...@me.com writes: > > > I don't see any reason why we shouldn't have privacy addresses > > enabled > > by default.  In fact, back in 2008 no one voiced their concerns. > > Back in 2008 mos