Re: Unkillable process in "vm map (user)"

2017-12-10 Thread Konstantin Belousov
On Mon, Dec 11, 2017 at 07:09:31AM +1100, Peter Jeremy wrote: > I was experimenting with ports/devel/libmill (which is a library that > provides Go-styly functionality for C programs) and managed to create > an unkillable process by spawning 100 "goroutines" (think very > cheap "thread" or

Unkillable process in "vm map (user)"

2017-12-10 Thread Peter Jeremy
I was experimenting with ports/devel/libmill (which is a library that provides Go-styly functionality for C programs) and managed to create an unkillable process by spawning 100 "goroutines" (think very cheap "thread" or "coroutine") joined by "channels" (think message passing pipes). (The

Re: Two problems about ASUS N3150I-C

2017-12-10 Thread Ryan Root
Without more info it's likely going to be hard for anyone to help but both these symptoms you mention could be possibly related to processes that depend on the system clock not being messed with.  Some people these days try to cheat on games and stuff like that by using hacks that mess with the

Two problems about ASUS N3150I-C

2017-12-10 Thread Yasuhiro KIMURA
Hello. I have two 11.1-RELEASE amd64 boxes working as my home servers. Their hardware spec are same and ASUS N3150I-C is used as motherboad. And there are two problems about it. 1. 'shutdown -r now' doesn't work after system has been up for a while If I try 'shutdown -r now' just after system

hw.vga.textmode=1 and the installation media

2017-12-10 Thread Eugene M. Zheganin
Hi, would be really nice if the 11.2 and subsequent versions would come with the hw.vga.textmode=1 as the default in the installation media. Because you know, there's a problem with some vendors (like HP) who's servers are incapable of showing graphics in IPMI with the default

Re: Cannot build 11-STABLE from 12-CURRENT due to missing lint

2017-12-10 Thread Kirill Ponomarev via freebsd-stable
On 11/26, Shawn Webb wrote: > On Sun, Nov 26, 2017 at 05:33:26PM -0500, Shawn Webb wrote: > > Now that `lint` was removed from 12-CURRENT base, 12-CURRENT now > > cannot build 11-STABLE. Building usr.bin/xlint/llib in 11-STABLE > > depends on `lint`. > > > >