cp loader.sym loader.bin fails

2015-03-29 Thread Erich Dollansky
Hi, I just updated my sources to: URL: svn://svn.freebsd.org/base/stable/10 Relative URL: ^/stable/10 Repository Root: svn://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 280833 Node Kind: directory Schedule: normal Last Changed Author: mav Last Changed

[Bug 198549] [build] FreeBSD -STABLE r279935 world fail to build lib/libmagic.

2015-03-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198549 sasamotik...@gmail.com changed: What|Removed |Added Summary|FreeBSD -STABLE r279935 |[build] FreeBSD -STABLE

[Bug 199014] [build] r280833 world fail to build with clang35 on -STABLE

2015-03-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199014 sasamotik...@gmail.com changed: What|Removed |Added Summary|[build] world fail to build |[build] r280833 world fail

Re: rctl logs swapuse even if swap is empty

2015-03-29 Thread Miroslav Lachman
Hello Edward, I am trying to contact you directly, because you are the author of RCTL. Can you shed some light on this issue? I still have a problem with understanding this swapuse issue. Now I have a monitoring of all values reported by rctl -u jail:fox and there are values like 60GB of

Jenkins build is back to normal : Build-UFS-image #1451

2015-03-29 Thread jenkins-admin
See https://jenkins.freebsd.org/job/Build-UFS-image/1451/ ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

nc (netcat) in 10.1 breaks after upgrade from 9.3

2015-03-29 Thread Miroslav Lachman
nc (netcat) in 10.1 behaves differently than it was before upgrade and breaks our scripts for monitoring services. For example, following command works in FreeBSD 8.4 and 9.3 echo stats | nc localhost 11211 But it hangs in 10.1 at the END and never finishes. It must be changed to: echo

Re: nc (netcat) in 10.1 breaks after upgrade from 9.3

2015-03-29 Thread Dimitry Andric
On 29 Mar 2015, at 22:53, Miroslav Lachman 000.f...@quip.cz wrote: nc (netcat) in 10.1 behaves differently than it was before upgrade and breaks our scripts for monitoring services. For example, following command works in FreeBSD 8.4 and 9.3 echo stats | nc localhost 11211 But it

Re: nc (netcat) in 10.1 breaks after upgrade from 9.3

2015-03-29 Thread Miroslav Lachman
Dimitry Andric wrote on 03/29/2015 23:21: On 29 Mar 2015, at 22:53, Miroslav Lachman 000.f...@quip.cz wrote: [...] It must be changed to: echo stats | nc -N localhost 11211 Is it intentional? Yes, this was introduced by upstream: