[DGD] Newbie question: command "status" always fails
Hauke Joachim Zühl
hzuehl at phone-talk.de
Sat Feb 8 12:19:36 CET 2014
Am Freitag, 7. Februar 2014, 22:29:46 schrieb Raymond Jennings:
> Before you try phantasmal, I'd suggest patching the kernel library
> temporarily.
>
> Replace the part that says:
>
> /kernel/lib/auto.c, line 612:
> if (!this_object()) {
> return nil;
> }
>
> And replace it with:
> if (!this_object()) {
> error("Current object is destructed");
> }
Done that and, sorry, this_object() is not nil!
So the question is how I have to call status() to get an overview of the
system status as it is shown in the kernel wiztool.
I usually get only "DGD 1.4.18" back, so just a string and not the whole array
as it seems in kernel wiztool.
Regards,
Hauke
More information about the DGD
mailing list