Hi again, 9fans
On Wed, 27 Aug 2008 21:28:42 -0500
"Alex Lee" <[EMAIL PROTECTED]> wrote:
> On Tue, Aug 26, 2008 at 1:44 AM, John Soros <[EMAIL PROTECTED]> wrote:
> > Ok, still, it would be great to know how to set the time, as my time is way
> > off (by more than 4
> > hours). Best++
> > John
>
> As for the load issue: The full cpu usage that I was seeing earlier
> actually stops after a several minutes.
> ...
> Is this genrandom
> behavior anything out of the ordinary?
/dev/random normally runs at 100% cpu after booting, and whenever
its queue of random bytes is getting empty. Since it
On Aug 27, 5:55 am, [EMAIL PROTECTED] (Gorka Guardiola) wrote:
> On Wed, Aug 27, 2008 at 11:50 AM, <[EMAIL PROTECTED]> wrote:
> > Does anyone have some favorite sam command language idioms, tips,
> > tricks, etc.?
>
> You probably want
> this:http://plan9.bell-labs.com/sources/contrib/steve/doc/s
It will eventually install but won't get past a specific step after the
installed system is booted. I asked about the problem on 9fans. No
solutions... yet.
Here's the thread: http://9fans.net/archive/2008/01/547
--On Wednesday, August 27, 2008 1:33 PM +0100 Robert Raschke
<[EMAIL PROTECTED]>
>
> When genrandom is running, stats shows a load of around 3000.
> Otherwise, load is always around 2000.
>
what are the other two processes that are constantly
running?
- erik
>
> I don't think so. Genrandom make me want to look at using the hardware
> RNGs a few years ago, but then Intel killed firmware hub and the whole
> idea kind of went away.
>
via has release the padlock documentation.
unfortunately one needs to enable floating point
and sse to use the padlock
I run into an interesting problem with linuxemu.
The problem *seems* to be that traps can be
enqueued in the process note array *after* some
other note causing notify() to kill us.
Please correct me if i miss(understand) something
here. It just hit my mind after hours of late night
debugging.
T
it looks like you get the second trap while
you are still in your notify handler, since
i think this test
(up->notified || up->notify==0)
is for a proc in a notify handler getting a system
trap (or a proc with no notify handler).
it would be very interesting to know what the system
trap is
erik quanstrom wrote:
it looks like you get the second trap while
you are still in your notify handler, since
i think this test
(up->notified || up->notify==0)
is for a proc in a notify handler getting a system
trap (or a proc with no notify handler).
right, the problem is, my note ha
this is weird. So, to recap, your timezone is set correctly, and yet
you are four hours off.
A useful thing to do is cat /dev/time and see how it changes.
The time from lguest is simple: you read a 64-bit # which is time.
It's just like Xen that way.
Also, try this to test another issue:
date &
Hello people,
I am trying to configure IPv6 on my site, but I am no successful with Plan 9.
What I can:
- assign IPv6 link-local address (ip/ipconfig -6)
- manually assign IPv6 address to my ethernet card (ip/ipconfig ether
/net/ether0 add fd32:6e43:fb94::a)
What I can't:
- assign "::1" addres
i think it is weird too,
as far as i could mesure it, it took 60 seconds, here it is:
cpu% date && sleep 60 && date
Thu Aug 28 22:19:21 CET 2008
Thu Aug 28 22:20:22 CET 2008
cpu%
My timezones are all set up to be CET (host and plan9 guest), the hardware
clock is set to UTC. I am running vanilla 2
any chance that the rtc is being kept in local
time and not utc?
- erik
On Thu, Aug 28, 2008 at 10:38 AM, ron minnich <[EMAIL PROTECTED]> wrote:
> this is weird. So, to recap, your timezone is set correctly, and yet
> you are four hours off.
>
> A useful thing to do is cat /dev/time and see how it changes.
>
> The time from lguest is simple: you read a 64-bit # which i
On Thu, Aug 28, 2008 at 6:55 AM, erik quanstrom <[EMAIL PROTECTED]> wrote:
>> When genrandom is running, stats shows a load of around 3000.
>> Otherwise, load is always around 2000.
>
> what are the other two processes that are constantly
> running?
>
> - erik
Seems like it might be fossil, but I'
> - assign IPv6 link-local address (ip/ipconfig -6)
> - manually assign IPv6 address to my ethernet card (ip/ipconfig ether
> /net/ether0 add fd32:6e43:fb94::a)
ipconfig -N only checks ndb if there is no valid ip on the interface.
(cf. /sys/src/cmd/ip/ipconfig/main.c:^/main. dondbconfig is set wi
yep, i get exactly the same:
plan9:
% date
Thu Aug 28 23:40:17 CET 2008
Linux host:
$ date
Thu Aug 28 20:06:02 CEST 2008
even the time difference seems to be the same. strange!
rgds
John
On Thu, 28 Aug 2008 12:24:32 -0500
"Alex Lee" <[EMAIL PROTECTED]> wrote:
> On Thu, Aug 28, 2008 at 10:38 AM,
> Hi,
>
> A quick status update: 13 system calls have been implemented - just
> enough to get a basic set of utilities running. So far we have cat,
> sed, grep, 8c and a few others to run. Notable executables that don?t
> work are 8l, ls, awk and sam (either because they look for filesystems
> tha
18 matches
Mail list logo