Re: [uml-devel] uml instance crashes when started from script

2015-12-09 Thread stian
Den 2015-12-06 16:34, skrev Vegard Nossum: > Hi, > > I've been running into some odd crashes when starting my UML instance > from Python. This is my script: > > import subprocess > subprocess.check_call(['path/to/vmlinux', 'mem=2048M', > 'rootfstype=hostfs', 'rw', 'init=/bin/bash']) Can you please

Re: [uml-devel] uml instance crashes when started from script

2015-12-08 Thread Richard Weinberger
Hi! Am 06.12.2015 um 16:34 schrieb Vegard Nossum: > Hi, > > I've been running into some odd crashes when starting my UML instance from > Python. This is my script: > > import subprocess > subprocess.check_call(['path/to/vmlinux', 'mem=2048M', 'rootfstype=hostfs', > 'rw', 'init=/bin/bash']) >

Re: [uml-devel] uml instance crashes when started from script

2015-12-06 Thread Anton Ivanov
On 07/12/15 07:24, st...@nixia.no wrote: > Den 2015-12-06 16:34, skrev Vegard Nossum: >> Hi, >> >> I've been running into some odd crashes when starting my UML instance >> from Python. This is my script: >> >> import subprocess >> subprocess.check_call(['path/to/vmlinux', 'mem=2048M', >> 'rootfstyp

Re: [uml-devel] uml instance crashes when started from script

2015-12-06 Thread stian
Den 2015-12-06 16:34, skrev Vegard Nossum: > Hi, > > I've been running into some odd crashes when starting my UML instance > from Python. This is my script: > > import subprocess > subprocess.check_call(['path/to/vmlinux', 'mem=2048M', > 'rootfstype=hostfs', 'rw', 'init=/bin/bash']) > > [1.8800