Re: [leaf-devel] X64_32 init problem

2013-01-01 Thread KP Kirchdoerfer
Happy New Year to all of you!

Am 30.12.2012 18:09, schrieb KP Kirchdoerfer:
 
 Hi Yves;
 
 Am 30.12.2012 17:49, schrieb Yves Blusseau:
 
 Le 30 déc. 2012 à 17:32, KP Kirchdoerfer kap...@users.sourceforge.net a 
 écrit :
 
 Hi all;
 
 there is a problem that X86_64 runs into an error:
 
 [0.220661] Kernel panic - not syncing: No init found.  Try passing
 init= option to kernel. See Linux Documentation/init.txt for guidance.
 [0.221976] Pid: 1, comm: swapper/0 Not tainted 3.2.33-x86_64 #1
 [0.222625] Call Trace:
 [0.222904]  [812b2b92] ? panic+0x95/0x198
 [0.223448]  [812b1910] ? init_post+0xb8/0xb8
 [0.223986]  [81650c18] ? kernel_init+0x11e/0x11e
 [0.224597]  [812ba274] ? kernel_thread_helper+0x4/0x10
 [0.225278]  [81650afa] ? start_kernel+0x344/0x344
 [0.225860]  [812ba270] ? gs_change+0xb/0xb

I've committed and (now) tested a fix for this issue.

Looks like a good release ahead.

kp


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] X64_32 init problem

2012-12-30 Thread Yves Blusseau

Le 30 déc. 2012 à 17:32, KP Kirchdoerfer kap...@users.sourceforge.net a écrit 
:

 Hi all;
 
 there is a problem that X86_64 runs into an error:
 
 [0.220661] Kernel panic - not syncing: No init found.  Try passing
 init= option to kernel. See Linux Documentation/init.txt for guidance.
 [0.221976] Pid: 1, comm: swapper/0 Not tainted 3.2.33-x86_64 #1
 [0.222625] Call Trace:
 [0.222904]  [812b2b92] ? panic+0x95/0x198
 [0.223448]  [812b1910] ? init_post+0xb8/0xb8
 [0.223986]  [81650c18] ? kernel_init+0x11e/0x11e
 [0.224597]  [812ba274] ? kernel_thread_helper+0x4/0x10
 [0.225278]  [81650afa] ? start_kernel+0x344/0x344
 [0.225860]  [812ba270] ? gs_change+0xb/0xb
 

Hi Kp,

can you check that the initrd.lrp package contain the link to the init script 
with command like:

gzip -dc initrd.lrp | cpio -tv

This is what i have:
lrwxrwxrwx   1 root root   26 Dec 30 17:41 init - 
var/lib/lrpkg/root.linuxrc
-rwxr-xr-x   1 root root 9884 Dec 30 17:41 
var/lib/lrpkg/root.linuxrc

Also you can try to force the init script passing init= option to kernel: 
init=/var/lib/lrpkg/root.linuxrc

I know that the root.linuxrc was changed by the zram support. Perhaps, it's the 
cause of the problem.

Yves

smime.p7s
Description: S/MIME cryptographic signature
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] X64_32 init problem

2012-12-30 Thread KP Kirchdoerfer

Hi Yves;

Am 30.12.2012 17:49, schrieb Yves Blusseau:
 
 Le 30 déc. 2012 à 17:32, KP Kirchdoerfer kap...@users.sourceforge.net a 
 écrit :
 
 Hi all;
 
 there is a problem that X86_64 runs into an error:
 
 [0.220661] Kernel panic - not syncing: No init found.  Try passing
 init= option to kernel. See Linux Documentation/init.txt for guidance.
 [0.221976] Pid: 1, comm: swapper/0 Not tainted 3.2.33-x86_64 #1
 [0.222625] Call Trace:
 [0.222904]  [812b2b92] ? panic+0x95/0x198
 [0.223448]  [812b1910] ? init_post+0xb8/0xb8
 [0.223986]  [81650c18] ? kernel_init+0x11e/0x11e
 [0.224597]  [812ba274] ? kernel_thread_helper+0x4/0x10
 [0.225278]  [81650afa] ? start_kernel+0x344/0x344
 [0.225860]  [812ba270] ? gs_change+0xb/0xb
 
 
 Hi Kp,
 
 can you check that the initrd.lrp package contain the link to the init script 
 with command like:
 
 gzip -dc initrd.lrp | cpio -tv

Doing a complete rebuild right now, I refer to initrd.lrp built this
morning; this one shows

lrwxrwxrwx 1 root  root  26 Dec 29 13:46 init - var/lib/lrpkg/root.linuxrc
-rwxr-xr-x   1 root root  9884 Dec 29 13:46 var/lib/lrpkg/root.linuxrc


 This is what i have:
 lrwxrwxrwx   1 root root   26 Dec 30 17:41 init - 
 var/lib/lrpkg/root.linuxrc
 -rwxr-xr-x   1 root root 9884 Dec 30 17:41 
 var/lib/lrpkg/root.linuxrc
 
 Also you can try to force the init script passing init= option to kernel: 
 init=/var/lib/lrpkg/root.linuxrc
 
 I know that the root.linuxrc was changed by the zram support. Perhaps, it's 
 the cause of the problem.

I'll try, once the build is ready, but note that the i686 image worked
with zram support enabled, whereas x86_64 failed.

kp

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel