Re: anoncvs.NetBSD.org

2016-03-21 Thread bch
On 3/21/16, bch  wrote:
> On Mar 21, 2016 3:28 PM, "Ryo ONODERA"  wrote:
>>
>> Hi,
>>
>> From: bch , Date: Mon, 21 Mar 2016 15:23:35 -0700
>>
>> > And so, before I go and break my working rescue-workaround too, _is_
>> > this a solved problem, or should I hold off building? It looks like
>> > the issue is might still be open to interpretation, and a solution is
>> > still pending ?
>> >
>> > (asking for myself and for the record for others that may be affected
>> > in the future).
>>
>> https://mail-index.netbsd.org/source-changes/2016/03/21/msg073547.html
>> https://mail-index.netbsd.org/source-changes/2016/03/21/msg073546.html
>>
>> These commits fixes SIGILL problem for me.
>
> Nice. Thanks for the feedback.

For any affected others following this thread, the problem and
solution described by Ryo appear accurate. I updated using the
CVS_RSH=/rescue/ssh, then successfully built the updated distro, and
it worked properly thereafter.

Thanks again, Ryo.

-bch



>> > -bch
>> >
>> >
>> > On 3/21/16, bch  wrote:
>> >> On Mar 21, 2016 3:09 PM, "Ryo ONODERA"  wrote:
>> >>>
>> >>> Hi,
>> >>>
>> >>> From: bch , Date: Mon, 21 Mar 2016 15:00:05
> -0700
>> >>>
>> >>> > Are there cvs issues going on w/ anoncvs.netbsd.org atm? I'm
>> >>> > usually
>> >>> > "cvs -q update -Pd ." without issue, but today I'm getting an
>> >>> > immediate abort with no helpful messages.
>> >>> >
>> >>> > Am  I the only one experiencing this ?
>> >>>
>> >>> If your use recent NetBSD/amd64 current, it may have problem in
> OpenSSL.
>> >>> See http://gnats.netbsd.org/50989 .
>> >>> With this problem, cvs dies silently for me.
>> >>>
>> >>> And how about
>> >>> $ ssh anoncvs.NetBSD.org
>> >>> ?
>> >>> It may result in SIGILL.
>> >>
>> >> I think you nailed it. Thanks. I'll see about working around this.
>> >>
>> >>> > -bch
>> >>>
>> >>> P.S.
>> >>> If so, CVS_RSH=/rescue/ssh may help you.
>> >>>
>> >>> --
>> >>> Ryo ONODERA // ryo...@yk.rim.or.jp
>> >>> PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3
>> >>
>>
>> --
>> Ryo ONODERA // ryo...@yk.rim.or.jp
>> PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3
>


anoncvs.NetBSD.org

2016-03-21 Thread Ryo ONODERA
Hi,

From: bch , Date: Mon, 21 Mar 2016 15:00:05 -0700

> Are there cvs issues going on w/ anoncvs.netbsd.org atm? I'm usually
> "cvs -q update -Pd ." without issue, but today I'm getting an
> immediate abort with no helpful messages.
> 
> Am  I the only one experiencing this ?

If your use recent NetBSD/amd64 current, it may have problem in OpenSSL.
See http://gnats.netbsd.org/50989 .
With this problem, cvs dies silently for me.

And how about
$ ssh anoncvs.NetBSD.org
?
It may result in SIGILL.

> -bch

P.S.
If so, CVS_RSH=/rescue/ssh may help you.

--
Ryo ONODERA // ryo...@yk.rim.or.jp
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3


[no subject]

2016-03-21 Thread bch
Are there cvs issues going on w/ anoncvs.netbsd.org atm? I'm usually
"cvs -q update -Pd ." without issue, but today I'm getting an
immediate abort with no helpful messages.

Am  I the only one experiencing this ?

-bch


Per-user/group memory limits

2016-03-21 Thread Swift Griggs


I noticed this page:
https://wiki.netbsd.org/projects/project/tmpfs-quotas/

Does that only apply to tmpfs (ie.. RAM disks) or would it be usable to 
limit total process memory usage by a given user? I'm just curious as to 
what portion of linux's "Control Groups" / "CGroups" is already present in 
the BSDs, and of course most notably within NetBSD.


Thanks,
  Swift