Re: svn commit: r343416 - head/bin/sh

2019-01-24 Thread Larry Rosenman
ot; you speak of (honest question) UNIX Power Tools. It's an O'Reilly book that should have been entitled Common Sense UNIX. If I can find my copy you can have it Devin. If you can't find yours, Rod, I can send mine. -- Larry Rosenman http://www.lerctr.org/~ler P

Re: svn commit: r337791 - in head: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/asn1 crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/crypto/bn/asm c

2018-08-16 Thread Larry Rosenman
On Thu, Aug 16, 2018 at 11:34:59AM -0700, Bryan Drewery wrote: > On 8/16/18 11:21 AM, Larry Rosenman wrote: > > On Thu, Aug 16, 2018 at 02:02:52PM -0400, Jung-uk Kim wrote: > >> On 18. 8. 16., Larry Rosenman wrote: > >>> On Thu, Aug 16, 2018 at 01:48:40PM -0400, Jung

Re: svn commit: r337791 - in head: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/asn1 crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/crypto/bn/asm c

2018-08-16 Thread Larry Rosenman
On Thu, Aug 16, 2018 at 02:02:52PM -0400, Jung-uk Kim wrote: > On 18. 8. 16., Larry Rosenman wrote: > > On Thu, Aug 16, 2018 at 01:48:40PM -0400, Jung-uk Kim wrote: > >> On 18. 8. 16., Ravi Pokala wrote: > >>> -Original Message- > >>> From: o

Re: svn commit: r337791 - in head: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/asn1 crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/crypto/bn/asm c

2018-08-16 Thread Larry Rosenman
e and rebuilt from scratch, and got the same error. > > > > I didn't bisect it to this change, but it's the only recent change to > > crypto... > > I built worlds many times and I haven't seen such problem. In fact, > Jenkins didn't break on am

Re: svn commit: r337791 - in head: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/asn1 crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/crypto/bn/asm c

2018-08-16 Thread Larry Rosenman
svn up post the error will fix it till the next one. > -Ravi (rpokala@) > > > ___ > svn-src-...@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-al

Re: svn commit: r333919 - in head/contrib/file: . doc magic magic/Magdir python src tests

2018-05-20 Thread Larry Rosenman
r}/${lib} > - [ `file -b -L --mime-type ${libfile}` = "application/x-sharedlib" ] || > continue > - echo $libfile > - break > + case `file -b -L --mime-type ${libfile}` in > + application/x-pie-executable|application/x-sharedlib) > +

Re: svn commit: r318757 - head

2017-05-24 Thread Larry Rosenman
On 5/24/17, 1:01 PM, "O. Hartmann" wrote: Am Wed, 24 May 2017 19:40:46 +0200 "O. Hartmann" schrieb: > Am Wed, 24 May 2017 12:28:51 -0500 > Larry Rosenman schrieb: > > > I fixed my issues by force-rebuilding

Re: svn commit: r318757 - head

2017-05-24 Thread Larry Rosenman
-- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281 On 5/24/17, 12:40 PM, "O. Hartmann" wrote: Am Wed, 24 May 2017 12:28:51 -0500 Larr

Re: svn commit: r318757 - head

2017-05-24 Thread Larry Rosenman
I fixed my issues by force-rebuilding perl and all installed p5-* ports. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281

Re: svn commit: r318757 - head

2017-05-24 Thread Larry Rosenman
The initial failure was NOT, except that the PostgreSQL build builds a PL/Perl interpreter that MIGHT Be considered that. It was unexpected. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 17716 Limpia

Re: svn commit: r318757 - head

2017-05-24 Thread Larry Rosenman
ld-farm.conf Socket.c: loadable library and perl binaries are mismatched (got handshake key 0xd200080, needed 0xdf00080) borg.lerctr.org /home/pgbuildfarm/bin/latest $ force rebuilding and installing perl and all p5-* ports fixed that. -- Larry Rosenman http://www.lerctr.or

Re: svn commit: r318757 - head

2017-05-23 Thread Larry Rosenman
/usr/local/poudriere/data/packages/live-host-ports $ -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281 On 5/23/17, 6:08 PM, "Bryan Drewery" wrote:

Re: svn commit: r318757 - head

2017-05-23 Thread Larry Rosenman
others here? Or more info needed in /usr/{src,ports}/UPDATING? -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281

Re: svn commit: r317061 - in head: libexec/rpc.rstatd sys/amd64/amd64 sys/amd64/include sys/arm/arm sys/arm/include sys/arm64/include sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/compat/linprocf

2017-04-18 Thread Larry Rosenman
On 4/18/17, 2:58 PM, "Alan Somers" wrote: On Mon, Apr 17, 2017 at 11:34 AM, Gleb Smirnoff wrote: > Author: glebius > Date: Mon Apr 17 17:34:47 2017 > New Revision: 317061 > URL: https://svnweb.freebsd.org/changeset/base/317061 > > Log: > - Remove 'struct vmmeter

Re: svn commit: r316874 - head/sys/kern

2017-04-15 Thread Larry Rosenman
This looks MUCH better, startup was it’s usual speedy self. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281 From: Maksym Sobolyev on behalf of

Re: svn commit: r316874 - head/sys/kern

2017-04-15 Thread Larry Rosenman
On 4/15/17, 6:00 AM, "Maxim Sobolev" wrote: Peter, Ngie, none of this stuff is really directly related to the shutdown(2) change, so I'll probably let Hiroki to clean it up. -Max I’ve backed off to my previous root. Is someone working on this? It’s PAINFUL. _

Re: svn commit: r316938 - head/sbin/savecore

2017-04-14 Thread Larry Rosenman
On 4/14/17, 9:16 PM, "Conrad Meyer" wrote: On Fri, Apr 14, 2017 at 7:02 PM, Larry Rosenman wrote: > It looked like the netdump code might need some stuff for current –CURRENT. Not for the server (netdumpd) — it's just a simple UDP daemon that writes in

Re: svn commit: r316938 - head/sbin/savecore

2017-04-14 Thread Larry Rosenman
It looked like the netdump code might need some stuff for current –CURRENT. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281 On 4/14/17, 9:00 PM, "C

Re: svn commit: r316938 - head/sbin/savecore

2017-04-14 Thread Larry Rosenman
On 4/14/17, 8:59 PM, "Rodney W. Grimes" wrote: > On 4/14/17, 8:35 PM, "Rodney W. Grimes" wrote: > > > Yeah, I have the following: > > borg.lerctr.org /home/ler $ swapctl -l > > Device: 1024-blocks Used: > > /dev/mfid0p38388608 0 >

Re: svn commit: r316938 - head/sbin/savecore

2017-04-14 Thread Larry Rosenman
On 4/14/17, 8:35 PM, "Rodney W. Grimes" wrote: > Yeah, I have the following: > borg.lerctr.org /home/ler $ swapctl -l > Device: 1024-blocks Used: > /dev/mfid0p38388608 0 > /dev/mfid1p38388608 0 > /dev/mfid2p38388608 0 > /dev/mf

Re: svn commit: r316938 - head/sbin/savecore

2017-04-14 Thread Larry Rosenman
On 4/14/17, 3:46 PM, "Ngie Cooper (yaneurabeya)" wrote: > On Apr 14, 2017, at 13:43, Larry Rosenman wrote: > > On 4/14/17, 3:39 PM, "Ngie Cooper (yaneurabeya)" wrote: > >> On Apr 14, 2017, at 13:37, Larry Rosenman wrote:

Re: svn commit: r316938 - head/sbin/savecore

2017-04-14 Thread Larry Rosenman
On 4/14/17, 3:39 PM, "Ngie Cooper (yaneurabeya)" wrote: > On Apr 14, 2017, at 13:37, Larry Rosenman wrote: > > On 4/14/17, 3:33 PM, "Ngie Cooper (yaneurabeya)" wrote: > >> On Apr 14, 2017, at 13:26, Larry Rosenman wrote:

Re: svn commit: r316938 - head/sbin/savecore

2017-04-14 Thread Larry Rosenman
On 4/14/17, 3:33 PM, "Ngie Cooper (yaneurabeya)" wrote: > On Apr 14, 2017, at 13:26, Larry Rosenman wrote: > > On 4/14/17, 3:19 PM, "Ngie Cooper (yaneurabeya)" wrote: > >> On Apr 14, 2017, at 13:14, Slawa Olhovchenkov wrote:

Re: svn commit: r316938 - head/sbin/savecore

2017-04-14 Thread Larry Rosenman
On 4/14/17, 3:19 PM, "Ngie Cooper (yaneurabeya)" wrote: > On Apr 14, 2017, at 13:14, Slawa Olhovchenkov wrote: > > On Fri, Apr 14, 2017 at 01:49:51PM -0600, Alan Somers wrote: > >> On Fri, Apr 14, 2017 at 1:41 PM, Ngie Cooper wrote: >>> Author: ngie >>> Date:

svn commit: r311859 - head/usr.bin/calendar/calendars

2017-01-09 Thread Larry Rosenman
Larry Rosenman born in Queens, New York, United States, 1957 09/27 Neil Blakey-Milner born in Port Elizabeth, South Africa, 1978 09/27 Renato Botelho born in Araras, Sao Paulo, Brazil, 1979 09/28 Greg Lehey born in Melbourne, Victoria, Australia, 1948

svn commit: r311852 - head/share/misc

2017-01-09 Thread Larry Rosenman
g Lee\nle...@freebsd.org\n2002/08/14"] +ler [label="Larry Rosenman\n...@freebsd.org\n2017/01/09"] lev [label="Lev Serebryakov\n...@freebsd.org\n2003/06/17"] lifanov [label="Nikolai Lifanov\nlifa...@freebsd.org\n2016/12/11"] linimon [label="Mark Linimon\nlin

Re: svn commit: r306509 - in head/sys: fs/nandfs kern sys ufs/ffs

2016-09-30 Thread Larry Rosenman
On 2016-09-30 14:01, Mateusz Guzik wrote: On Fri, Sep 30, 2016 at 01:58:16PM -0400, Larry Rosenman wrote: On 2016-09-30 13:55, Mateusz Guzik wrote: >On Fri, Sep 30, 2016 at 01:36:26PM -0400, Larry Rosenman wrote: >>On 2016-09-30 13:28, Mateusz Guzik wrote: >>>On Fri, Sep 30,

Re: svn commit: r306509 - in head/sys: fs/nandfs kern sys ufs/ffs

2016-09-30 Thread Larry Rosenman
On 2016-09-30 13:55, Mateusz Guzik wrote: On Fri, Sep 30, 2016 at 01:36:26PM -0400, Larry Rosenman wrote: On 2016-09-30 13:28, Mateusz Guzik wrote: >On Fri, Sep 30, 2016 at 01:18:45PM -0400, Shawn Webb wrote: >>On Fri, Sep 30, 2016 at 05:11:03PM +, Mateusz Guzik wrote: >&g

Re: svn commit: r306509 - in head/sys: fs/nandfs kern sys ufs/ffs

2016-09-30 Thread Larry Rosenman
using the field. Can someone do me a favor and make sure sysutils/lsof still compiles/works? I'm OOT at the moment, and have a test IPv6 patch on my 12 system. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US

Re: svn commit: r303099 - head/sys/kern

2016-07-20 Thread Larry Rosenman
____ svn-src-...@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org" -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-M

Re: svn commit: r301226 - in head: etc etc/defaults etc/periodic/security etc/rc.d lib lib/libblacklist libexec libexec/blacklistd-helper share/mk tools/build/mk usr.sbin usr.sbin/blacklistctl usr.sbi

2016-06-06 Thread Larry Rosenman
. I was just repsonding to the notion that it should be re-enabled by default some day. -- Ian as an example adding to Ian, my Firewall is a pfSense box NOT on the same physical box. I do NOT need nor want blacklistd running, as NOTHING local can be done. -- Larry Rosenman

Re: svn commit: r296428 - head/sys/boot/common

2016-03-06 Thread Larry Rosenman
_addralign); > > shdr[i].sh_addr = (Elf_Addr)lastaddr; > > lastaddr += shdr[i].sh_size; > > > > > > ___ > svn-src-...@freebsd.org mailing list > https://

Re: svn commit: r285139 - in head: lib/libnv sys/conf sys/contrib/libnv sys/kern sys/sys

2015-07-09 Thread Larry Rosenman
happens when zfs is built in the kernel not as a module. Best regards, Bapt https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201356 has a patch -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail:

Re: svn commit: r284417 - in head: cddl/lib gnu/lib/libgcc gnu/lib/libssp lib/libalias/libalias lib/libalias/modules lib/libbegemot lib/libc lib/libcam lib/libcapsicum lib/libcasper lib/libcrypt lib/l

2015-06-15 Thread Larry Rosenman
;m STILL getting weird failures at 284417 -- trying a clean build (not -DNO_CLEAN). -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 108 Turvey Cove, Hutto, TX 78634-5688

Re: svn commit: r268840 - head/usr.sbin/unbound/local-setup

2014-07-18 Thread Larry Rosenman
e: ${forward_conf}" fi + if [ -f "${lanzones_conf}" ] ; then + echo "include: ${lanzones_conf}" + fi if [ -d "${confdir}" ] ; then echo "include: ${confdir}/*.conf" fi @@ -323,6 +366,13 @@