Re: installing from cvs, problem with make fullkern
"Roger Tsang" <[email protected]>
| Newsgroups | gmane.linux.cluster.ssic.devel |
|---|---|
| Message-ID | <[email protected]> |
I synced my sandboxes one more time.
Index: main.c
===================================================================
RCS file: /cvsroot/ci-linux/ci/kernel/init/main.c,v
retrieving revision 1.14
diff -u -r1.14 main.c
--- main.c 25 Jul 2007 06:27:27 -0000 1.14
+++ main.c 8 Aug 2007 13:33:40 -0000
@@ -708,12 +708,6 @@
(void) sys_dup(0);
(void) sys_dup(0);
-#if defined(CONFIG_SERIAL_CONSOLE) && defined(CONFIG_KDB)
- /* open serial console here so we can use kdb */
- if ((sys_open("/dev/ttyS0", O_RDWR, 0) < 0) &&
- (sys_open("/dev/ttyS1", O_RDWR, 0) < 0))
- printk("Note: unable to open serial console.\n");
-#endif
/*
* We try each of these until one succeeds.
On 8/8/07, John Hughes <[email protected]> wrote:
> Niklas wrote:
> > Yes now I got it compiled thank you!
> >
> > When I boot up a second node the second node says it loses CLMS master
> > and the init node panics with kmalloc_nofail failed... size too large.
> >
> > Just tell me if you dont want me to send these things I stumble upon
> > to the mailing list, I know it is from cvs and a work in progress, it
> > is probably something in my environment. But if it helps in improving
> > the software I will be glad to send them.
> No, no please report any problems to the mailing list - or, if you can
> duplicate them, make a bugreport on the sourceforge page.
>
> Is your problem reproducible? Any chance of a stack trace?
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> ssic-linux-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ssic-linux-devel
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/