Re: [SeaBIOS] [QUESTION]stuck in SeaBIOS and vm can not be reset any more

2016-08-03 Thread Xulei (Stone)
>On Tue, Aug 02, 2016 at 04:18:30AM +, Xulei (Stone) wrote: >> >On Fri, Jul 29, 2016 at 04:04:59AM +, Xulei (Stone) wrote: >> >> After one day, the vm is stuck. Looking from the following seabios log, >> >> it seems seabios stops at "PCI: Using 00:02.0 for primary VGA", and can >> >> not e

Re: [SeaBIOS] [QUESTION]stuck in SeaBIOS and vm can not be reset any more

2016-08-02 Thread Kevin O'Connor
On Tue, Aug 02, 2016 at 04:18:30AM +, Xulei (Stone) wrote: > >On Fri, Jul 29, 2016 at 04:04:59AM +, Xulei (Stone) wrote: > >> After one day, the vm is stuck. Looking from the following seabios log, > >> it seems seabios stops at "PCI: Using 00:02.0 for primary VGA", and can > >> not execute

Re: [SeaBIOS] [QUESTION]stuck in SeaBIOS and vm can not be reset any more

2016-08-01 Thread Xulei (Stone)
>On Fri, Jul 29, 2016 at 04:04:59AM +, Xulei (Stone) wrote: >> Hi, all: >> Recently when i try to reset a vm, I find it may be stuck in SeaBIOS. >> I use a shell script to continuously reset a vm to see what may happen. >> >> #!/bin/bash >> while((1)) >> do >> virsh reset VMNAME >> sleep 1 >>

Re: [SeaBIOS] [QUESTION]stuck in SeaBIOS and vm can not be reset any more

2016-08-01 Thread Kevin O'Connor
On Fri, Jul 29, 2016 at 04:04:59AM +, Xulei (Stone) wrote: > Hi, all: > Recently when i try to reset a vm, I find it may be stuck in SeaBIOS. > I use a shell script to continuously reset a vm to see what may happen. > > #!/bin/bash > while((1)) > do > virsh reset VMNAME > sleep 1 > done > > A

[SeaBIOS] [QUESTION]stuck in SeaBIOS and vm can not be reset any more

2016-07-28 Thread Xulei (Stone)
Hi, all: Recently when i try to reset a vm, I find it may be stuck in SeaBIOS. I use a shell script to continuously reset a vm to see what may happen. #!/bin/bash while((1)) do virsh reset VMNAME sleep 1 done After one day, the vm is stuck. Looking from the following seabios log, it seems seabios