On Fri, Apr 29, 2011 at 5:14 PM, Riccardo Murri
<riccardo.mu...@gmail.com> wrote:
> Hello,
>
> I'm trying to use UML to provide a "standard environment" for
> computational jobs in a Grid computing setting.
>
> So, I launch "linux mem=256M ubd0=apppot0.img con=null con0=fd:0,fd:1
> root=/dev/ubda umid=my".  The /etc/inittab within the UML
> machine is set up to run a certain non-interactive script instead of
> the regular multiuser boot.

Do you really need a full blown disk image with a inittab?
I would use hostfs.
E.g:
./linux rootfstype=hostfs init=/path/to/work/doit.sh con=null
con0=fd:0,fd:1 &> uml.log < /dev/null
BTW: When doit.sh is done UML panics with "Kernel panic - not syncing:
Attempted to kill init!".
This is okay.

Anyway, what is the exact command-line which causes UML to hang?
Can you provide me a stand alone test case?

-- 
Thanks,
//richard

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to