Moved the fields that depends on startup info from the init_process
request to get_startup_info.

diff --git a/server/console.c b/server/console.c
index 871a66e..bbadc1b 100644
--- a/server/console.c
+++ b/server/console.c
@@ -362,6 +362,7 @@
 	    }
 	    release_object( console );
 	}
+        else clear_error();  /* ignore error */
     }
     /* otherwise, if parent has a console, attach child to this console */
     if (!done && parent->console)