Recompiled ,pass 

"process `named' is using obsolete setsockopt SO_BSDCOMPAT"

And got 

ipsec_setup: Starting Openswan IPsec cvs2002Mar11_16:19:03...


No login prompt show up.

Some debug information:   UML_CONFIG_MODE_TT is disabled

Program received signal SIGCONT, Continued.
0xffffe410 in ?? ()
(gdb) where
#0  0xffffe410 in ?? ()
#1  0x0820bb7c in init_thread_union ()
#2  0x08208000 in ?? ()
#3  0x00000000 in ?? ()
(gdb) bt
#0  0xffffe410 in ?? ()
#1  0x0820bb7c in init_thread_union ()
#2  0x08208000 in ?? ()
#3  0x00000000 in ?? ()
(gdb) l
101     #ifdef UML_CONFIG_MODE_TT
102             /* Allocate memory for thread command lines */
103             if(argc < 2 || strlen(argv[1]) < THREAD_NAME_LEN - 1){
104
105                     char padding[THREAD_NAME_LEN] = {
106                             [ 0 ...  THREAD_NAME_LEN - 2] = ' ', '\0'
107                     };
108
109                     new_argv = malloc((argc + 2) * sizeof(char*));
110                     if(!new_argv) {
(gdb) l 80,110
80      extern int uml_exitcode;
81
82      extern void scan_elf_aux( char **envp);
83
84      int main(int argc, char **argv, char **envp)
85      {
86              char **new_argv;
87              sigset_t mask;
88              int ret, i, err;
89
90              /* Enable all signals except SIGIO - in some environments,
we can
91               * enter with some signals blocked
92               */
93
94              sigemptyset(&mask);
95              sigaddset(&mask, SIGIO);
96              if(sigprocmask(SIG_SETMASK, &mask, NULL) < 0){
97                      perror("sigprocmask");
---Type <return> to continue, or q <return> to quit---
98                      exit(1);
99              }
100
101     #ifdef UML_CONFIG_MODE_TT
102             /* Allocate memory for thread command lines */
103             if(argc < 2 || strlen(argv[1]) < THREAD_NAME_LEN - 1){
104
105                     char padding[THREAD_NAME_LEN] = {
106                             [ 0 ...  THREAD_NAME_LEN - 2] = ' ', '\0'
107                     };
108
109                     new_argv = malloc((argc + 2) * sizeof(char*));
110                     if(!new_argv) {
(gdb)




-----Original Message-----
From: Blaisorblade [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 01, 2005 12:20 PM
To: [EMAIL PROTECTED]
Cc: [email protected]
Subject: Re: process `named' is using obsolete setsockopt SO_BSDCOMPAT

On Thursday 01 September 2005 21:02, Clifford Ton wrote:
> I am running Openswan UMLtesting with the following configuration.
>
> Host
> 2.6.12.5, fedora 4 (upgrade from REDHAT 9.1)
>
> Host UML Patch
>
http://www.user-mode-linux.org/~blaisorblade/patches/skas3-2.6/skas-2.6.12-
>v 9-pre7/skas-2.6.12-v9-pre7.patch.bz2
>
> Guest
> 2.6.12
>
> During the boot process it show "process `named' is using obsolete
> setsockopt SO_BSDCOMPAT"
This is just a useless warning. And you shouldn't normally be running named 
(except on a DNS server) - try disabling it first.

But I just think bootup is finished, and ssh to it would probably work. To
fix 
the consoles not appearing, do

*) tune your console parameters - you don't pass any, try con=xterm assuming

you run it inside X and with it allowed to start an xterm.

*) recompile the kernel, but on the clean tree, before "make 
xconfig/menuconfig ARCH=um", do a "make defconfig ARCH=um". This gives a
more 
reasonable default in some cases.


> And cannot continue the boot process, please help
>
>
>
---------------------------------------------------------------------------
> Following are my boot process message:
Don't post it so unreadably - as a last resort attach it and mark the "view 
inline" box.
-- 
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade

        

        
                
___________________________________ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it


-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.18/86 - Release Date: 8/31/2005




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
User-mode-linux-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to