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 "cor
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 pro
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
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 is
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
hw.vga.textmode
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`.
> >
> > https://github.com/freebsd/freebsd/blob