Displaying 3 results from an estimated 3 matches for "1020300".
Did you mean:
102000
2012 Jan 09
2
[LLVMdev] Sethi-Ullman Scheduling
I'm looking over the RR list scheduler and am wondering about how the
Sethi-Ullman numbers are used.
The comments and the code indicate that the node with the lowest S-I
number is scheduled first. Traditionally S-I scheduling schedules the
node with the highest S-I number first.
What am I missing?
-Dave
2023 Aug 18
2
[Bug 3604] New: Building OpenSSH fails with zlib1.3 installed
...| v = a*1000000 + b*10000 + c*100 + d;
| fprintf(stderr, "found zlib version %s (%d)\n", ZLIB_VERSION,
v);
|
| /* 1.1.4 is OK */
| if (a == 1 && b == 1 && c >= 4)
| exit(0);
|
| /* 1.2.3 and up are OK */
| if (v >= 1020300)
| exit(0);
|
| exit(2);
|
| ;
| return 0;
| }
configure:10916: result: yes
configure:10919: error: *** zlib too old - check config.log ***
Your reported zlib version has known security problems. It's possible
your
vendor has fixed these problems without changing the...
2013 Apr 11
0
reboot command lost?
...u, 11 Apr 2013 13:06:06 +0200
> From: Michal Privoznik <mprivozn at redhat.com>
> To: ??? <dhc3 at hotmail.com>
> Cc: "libvirt-users at redhat.com" <libvirt-users at redhat.com>
> Subject: Re: [libvirt-users] reboot command lost?
> Message-ID: <5166991E.1020300 at redhat.com>
> Content-Type: text/plain; charset=UTF-8
>
> On 11.04.2013 10:04, ??? wrote:
> > when i send a reboot command to libvirtd to reboot a domain, it does not
> > receive and print the following warn:
> >
> > 2013-04-10 06:01:39.080+0000: 2908: warni...