Re: cannot allocate memory

2016-03-18 Thread Roman Gorelov
Solved, thank you. I was imprudent.

Re: OpenNTP features

2016-03-18 Thread Brent Cook
> On Mar 16, 2016, at 6:23 AM, Gabor Juhasz wrote: > > Hi All, > > In our IoT project we have to select an NTPd for our embedded device > in order it can have accurate time. > It uses 3G/4G mobile net. Of course the net is expensive so we have to > reduce the > network usage. Currently we have 2 c

minor corrections diff for 59.html

2016-03-18 Thread Rob Pierce
Some punctuation, case and grammer corrections along with a few hrefs. For your consideration. Index: 59.html === RCS file: /cvs/www/59.html,v retrieving revision 1.72 diff -u -p -r1.72 59.html --- 59.html 16 Mar 2016 19:10:52 -0

Re: OpenNTP features

2016-03-18 Thread Theo de Raadt
> * Maxchange > Maximum allowed offset corrected on a clock update. If the delta is > bigger ntpd exists. I don't see the purpose of that. > * Polltime > maxpoll /minpoll : setting the minimum/maximum polling interval Have you measured the actual $ cost for what it does now, and determined that

cannot allocate memory

2016-03-18 Thread Roman Gorelov
I have strange issues. I installed go port and figured out that go compiler and executables produced by it require 770 MB of datasize. I bumped datasize-max and datasize-cur of login class `default' to 771 MB. Then programs being run as another user stopped working with `cannot allocate memory' err

Re: reference ipsec.conf in ipsec.4 under SEE ALSO?

2016-03-18 Thread Rob Pierce
> From: "Jason McIntyre" > To: "misc" > Sent: Friday, March 18, 2016 5:40:07 PM > Subject: Re: reference ipsec.conf in ipsec.4 under SEE ALSO? > On Fri, Mar 18, 2016 at 04:59:29PM -0400, Rob Pierce wrote: >> I think it make sense for ipsec.4 to reference it's own configuration file >> under > >

Re: Ruby 1.9.3 package on OpenBSD 5.9 (snapshots) missing

2016-03-18 Thread ML mail
You mean I should just take the ports.tar.gz file of OpenBSD 5.8 and compile ruby 1.9 from there? I don't really know where is this CVS attic that you mention. On Friday, March 18, 2016 9:55 PM, Jeremy Evans wrote: On Fri, Mar 18, 2016 at 10:49 AM, ML mail wrote: > Thanks for the info.

Re: reference ipsec.conf in ipsec.4 under SEE ALSO?

2016-03-18 Thread Jason McIntyre
On Fri, Mar 18, 2016 at 04:59:29PM -0400, Rob Pierce wrote: > I think it make sense for ipsec.4 to reference it's own configuration file > under SEE ALSO. > fixed, thanks. but note SEE ALSO is sorted by section first, so it should be after the options Xr. jmc > Index: ipsec.4 > ===

Re: Ruby 1.9.3 package on OpenBSD 5.9 (snapshots) missing

2016-03-18 Thread Fred
On 03/18/16 22:08, ML mail wrote: You mean I should just take the ports.tar.gz file of OpenBSD 5.8 and compile ruby 1.9 from there? I don't really know where is this CVS attic that you mention. Deleted files go to the attic in CVS: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/ruby/1.

Ruby 1.9.3 package on OpenBSD 5.9 (snapshots) missing

2016-03-18 Thread ML mail
Hi, I just noticed that there is no Ruby version 1.9.3 package anymore in OpenBSD 5.9 (snapshots) although there is still version 1.8.7... Any ideas why? or was it simply forgotten? Regards ML