Re: Test failures during git daily testing

2009-12-08 Thread Avi Kivity

On 12/07/2009 07:54 PM, Lucas Meneghel Rodrigues wrote:

Hi Folks:

Today pretty much all install tests for kvm and qemu upstream git
failed. the vm screen says something along the lines:

Starting SeaBIOS [version-string]
No bootable device.

Screenshot attached. The command line the test used:

/usr/local/autotest/tests/kvm/qemu -name 'vm1' -monitor 
unix:/tmp/monitor-20091207-120625-tyjI,server,nowait -drive 
file=/usr/local/autotest/tests/kvm/images/fc11-32.qcow2,if=ide -net nic,vlan=0 
-net user,vlan=0 -m 512 -smp 1 -cdrom 
/usr/local/autotest/tests/kvm/isos/linux/Fedora-11-i386-DVD.iso -fda 
/usr/local/autotest/tests/kvm/images/floppy.img -tftp 
/usr/local/autotest/tests/kvm/images/tftpboot  -boot d -bootp /pxelinux.0 -boot 
n -redir tcp:5000::22 -vnc :0

There's a concern that the command that was used might no longer be valid. If 
that's the case, please advise.
   


You have both -boot n and -boot d.  Not sure if this is legal, maybe you 
need -boot nd.


--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Test failures during git daily testing

2009-12-08 Thread Jan Kiszka
Avi Kivity wrote:
 On 12/07/2009 07:54 PM, Lucas Meneghel Rodrigues wrote:
 Hi Folks:

 Today pretty much all install tests for kvm and qemu upstream git
 failed. the vm screen says something along the lines:

 Starting SeaBIOS [version-string]
 No bootable device.

 Screenshot attached. The command line the test used:

 /usr/local/autotest/tests/kvm/qemu -name 'vm1' -monitor
 unix:/tmp/monitor-20091207-120625-tyjI,server,nowait -drive
 file=/usr/local/autotest/tests/kvm/images/fc11-32.qcow2,if=ide -net
 nic,vlan=0 -net user,vlan=0 -m 512 -smp 1 -cdrom
 /usr/local/autotest/tests/kvm/isos/linux/Fedora-11-i386-DVD.iso -fda
 /usr/local/autotest/tests/kvm/images/floppy.img -tftp
 /usr/local/autotest/tests/kvm/images/tftpboot  -boot d -bootp
 /pxelinux.0 -boot n -redir tcp:5000::22 -vnc :0

 There's a concern that the command that was used might no longer be
 valid. If that's the case, please advise.

 
 You have both -boot n and -boot d.  Not sure if this is legal, maybe you
 need -boot nd.

(-boot n actually overwrites -boot d.)

Isn't PXE booting temporarily disabled in qemu-kvm? So there is no
device remaining and the tests fail.

Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Test failures during git daily testing

2009-12-08 Thread Avi Kivity

On 12/08/2009 11:34 PM, Lucas Meneghel Rodrigues wrote:



(-boot n actually overwrites -boot d.)

Isn't PXE booting temporarily disabled in qemu-kvm? So there is no
device remaining and the tests fail.
 

Avi, can you confirm that? If that's the case, I will have to switch
over step file based installs for upstream.

   


Yes, I forgot to revert b496fe34317ead after seabios got fixed.  I'll 
fix that soon.



--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html