public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Test failures during git daily testing
@ 2009-12-07 17:54 Lucas Meneghel Rodrigues
  2009-12-08 13:13 ` Avi Kivity
  0 siblings, 1 reply; 5+ messages in thread
From: Lucas Meneghel Rodrigues @ 2009-12-07 17:54 UTC (permalink / raw)
  To: KVM mailing list; +Cc: Dor Laor, Avi Kivity

[-- Attachment #1: Type: text/plain, Size: 825 bytes --]

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.

Lucas

[-- Attachment #2: Screenshot of QEMU (vm1).png --]
[-- Type: image/png, Size: 2247 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Test failures during git daily testing
  2009-12-07 17:54 Test failures during git daily testing Lucas Meneghel Rodrigues
@ 2009-12-08 13:13 ` Avi Kivity
  2009-12-08 18:20   ` Jan Kiszka
  0 siblings, 1 reply; 5+ messages in thread
From: Avi Kivity @ 2009-12-08 13:13 UTC (permalink / raw)
  To: Lucas Meneghel Rodrigues; +Cc: KVM mailing list, Dor Laor

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Test failures during git daily testing
  2009-12-08 13:13 ` Avi Kivity
@ 2009-12-08 18:20   ` Jan Kiszka
  2009-12-08 21:34     ` Lucas Meneghel Rodrigues
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Kiszka @ 2009-12-08 18:20 UTC (permalink / raw)
  To: Avi Kivity; +Cc: Lucas Meneghel Rodrigues, KVM mailing list, Dor Laor

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Test failures during git daily testing
  2009-12-08 18:20   ` Jan Kiszka
@ 2009-12-08 21:34     ` Lucas Meneghel Rodrigues
  2009-12-09  7:28       ` Avi Kivity
  0 siblings, 1 reply; 5+ messages in thread
From: Lucas Meneghel Rodrigues @ 2009-12-08 21:34 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: Avi Kivity, KVM mailing list, Dor Laor

On Tue, 2009-12-08 at 19:20 +0100, Jan Kiszka wrote:
> 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.

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

> Jan
> 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Test failures during git daily testing
  2009-12-08 21:34     ` Lucas Meneghel Rodrigues
@ 2009-12-09  7:28       ` Avi Kivity
  0 siblings, 0 replies; 5+ messages in thread
From: Avi Kivity @ 2009-12-09  7:28 UTC (permalink / raw)
  To: Lucas Meneghel Rodrigues; +Cc: Jan Kiszka, KVM mailing list, Dor Laor

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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-12-09  7:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-07 17:54 Test failures during git daily testing Lucas Meneghel Rodrigues
2009-12-08 13:13 ` Avi Kivity
2009-12-08 18:20   ` Jan Kiszka
2009-12-08 21:34     ` Lucas Meneghel Rodrigues
2009-12-09  7:28       ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox