Page 2 of 2

Re: Porteus 1.0 bug

Posted: 28 Jun 2011, 08:34
by fanthom
@cchuang
"The cheatcode, "load=Modules", seems not to work again for both 32bit and 64bit Porteus-1."
yep - i have fixed it and then lost in development process :(
here is updated initrd:
http://ponce.cc/porteus/i486/testing/1. ... .0-fix.xzm
http://ponce.cc/porteus/x86_64/testing/ ... .0-fix.xzm
this update also adds support for sub-folders when porteus is booted with 'copy2ram' cheatcode (busybox is recompiled with '--parents' option for 'cp')

"activating modules (a lot) after booting, and executing "ls Desktop" (in /root directory with super user root) got the fault " Stale NFS file handle". "
i must get an example of a module which is causing this otherwise i wont be able to fix it. please try to track this particular module down.

"at boot stage, system halts and return the error caused by " porteus-1.0.sgn not found"; but it works after rebooting the box."
please try 'delay=3' cheatcode and check if that works.

Thanks for bug report.

Re: Porteus 1.0 bug

Posted: 28 Jun 2011, 13:55
by cchuang
1. "load=dirA" works now but "load=dirA,dirB" doesn't not work as in previous versions;
2. boot problem is solved by adding "delay=3";
3. "NFS stale..." is still in checking.

Thanks, fanthom

Re: Porteus 1.0 bug

Posted: 29 Jun 2011, 02:46
by fanthom
@cchuang
"1. "load=dirA" works now but "load=dirA,dirB" doesn't not work as in previous versions"
works here (with latest initrd posted above).
make sure you use "load=dirA;dirB" and not "load=dirA,dirB"

if "load=dirA;dirB" wont work then pls show me your cheatcodes.

Cheers

Re: Porteus 1.0 bug

Posted: 29 Jun 2011, 03:25
by cchuang
It was solved as changing "load=dirA,dirB" to "load=dirA;dirB".
"NFS Stale ..." problem was also solved since the older Gnome Libwas misused in some modules.

Thanks for help.

Now Porteus -1 is the default platform for our e-learning lectures, especially for scientific computation. In our design, the professional Math Algebra System, Sage, is hosted on Porteus, both for 32 and 64 versions as live system which can be used to read/write interactive lecture available in our lecture CMS.

If interested, the images of live system, liveSage can be downloaded from
http://diffusion.cgu.edu.tw/ftp

Thanks again

Re: Porteus 1.0 bug

Posted: 01 Jul 2011, 19:59
by fanthom
I'm glad to hear that :)
downloading 64bit version to give it a try.

Cheers