Mailing List Archive

Regarding Executing /sbin/init in DOM0
Hi,
I could build and run Xen 4.0.2 and ported my DOM0 Kernel on ARM,however kernel seems to be running successfully, But after it executes /sin/init , I dont see any user messages from Busybox application, I am suspecting if there can be issues with System calls? Although i couldn't debug it further ,i want to know if anyone else has faced similar problem and what was the issue in that case?

Warm Regards,
Akshay


_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
Regarding Executing /sbin/init in DOM0 [ In reply to ]
Hi,
I could build and run Xen 4.0.2 and ported my DOM0 Kernel on ARM,however kernel seems to be running successfully, But after it executes /sin/init , I dont see any user messages from Busybox application, I am suspecting if there can be issues with System calls? Although i couldn't debug it further ,i want to know if anyone else has faced similar problem and what was the issue in that case?

Warm Regards,
Akshay

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
Re: Regarding Executing /sbin/init in DOM0 [ In reply to ]
I got 1 major issue, i missed a major thing in system call handling. Will do the changes and test it out on Monday !!.



----- Original Message -----
From: akshay st <akshayts@yahoo.co.in>
To: xen-arm <xen-arm@lists.xen.org>
Cc:
Sent: Friday, 12 April 2013 9:19 PM
Subject: [XenARM] Regarding Executing /sbin/init in DOM0



Hi,
I could build and run Xen 4.0.2 and ported my DOM0 Kernel on ARM,however kernel seems to be running successfully, But after it executes /sin/init , I dont see any user messages from Busybox application, I am suspecting if there can be issues with System calls? Although i couldn't debug it further ,i want to know if anyone else has faced similar problem and what was the issue in that case?

Warm Regards,
Akshay

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm


_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
Re: Regarding Executing /sbin/init in DOM0 [ In reply to ]
On 04/12/2013 04:49 PM, akshay st wrote:

> Hi,


Hello,


> I could build and run Xen 4.0.2 and ported my DOM0 Kernel on ARM,however kernel seems to be running successfully, But after it executes /sin/init , I dont see any user messages from Busybox application, I am suspecting if there can be issues with System calls? Although i couldn't debug it further ,i want to know if anyone else has faced similar problem and what was the issue in that case?
>


Could you specify which board and xen tree do you use?

Did you try to start bash instead of init? (init=/bin/bash on the kernel
command line)

Cheers,

Julien

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
Re: Regarding Executing /sbin/init in DOM0 [ In reply to ]
I am using Embedded Xen 2.1 but using our own Linux . I am using Embedded board which sits on Motherboard for my testing.  I missed to take some of System call handling changes in our Linux, Basically the paravirtual changes in Linux System call handling. Have done the changes and  will do the testing on Monday , hopefully this will be the problem.



----- Original Message -----
From: Julien Grall <julien.grall@citrix.com>
To: akshay st <akshayts@yahoo.co.in>
Cc: xen-arm <xen-arm@lists.xen.org>; xen-devel <xen-devel@lists.xen.org>
Sent: Friday, 12 April 2013 10:19 PM
Subject: Re: [XenARM] Regarding Executing /sbin/init in DOM0

On 04/12/2013 04:49 PM, akshay st wrote:

> Hi,


Hello,


> I could build and run Xen 4.0.2 and ported my DOM0 Kernel on ARM,however kernel seems to be running successfully, But after it executes /sin/init , I dont see any user messages from Busybox application, I am suspecting if there can be issues with System calls? Although i couldn't debug it further ,i want to know if anyone else has faced similar problem and what was the issue in that case?
>


Could you specify which board and xen tree do you use?

Did you try to start bash instead of init? (init=/bin/bash on the kernel
command line)

Cheers,

Julien


_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm