Re: [kvm-devel] Starting a VM reboots my machine

2007-11-07 Thread Cam Macdonell
Avi Kivity wrote: > Cam Macdonell wrote: >> Dor Laor wrote: >> >>> Cam Macdonell wrote: >>> Hi, I'm running an AMD vendor_id : AuthenticAMD cpu family : 15 model : 75 model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4600

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-06 Thread Avi Kivity
Cam Macdonell wrote: > Dor Laor wrote: > >> Cam Macdonell wrote: >> >>> Hi, >>> >>> I'm running an AMD >>> >>> vendor_id : AuthenticAMD >>> cpu family : 15 >>> model : 75 >>> model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ >>> >>> with 4GB of RAM and Sc

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-06 Thread Cam Macdonell
Dor Laor wrote: > Cam Macdonell wrote: >> >> Hi, >> >> I'm running an AMD >> >> vendor_id : AuthenticAMD >> cpu family : 15 >> model : 75 >> model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ >> >> with 4GB of RAM and Scientific Linux 5.0. I've compiled kvm-48 on

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-06 Thread Avi Kivity
Andrea Arcangeli wrote: > On Tue, Nov 06, 2007 at 11:16:16AM +0200, Avi Kivity wrote: > >> Andrea Arcangeli wrote: >> >>> On Mon, Nov 05, 2007 at 05:25:17PM +0200, Avi Kivity wrote: >>> >>> Well, I can't find anything like that it my tree. Maybe something's stale?

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-06 Thread Andrea Arcangeli
On Tue, Nov 06, 2007 at 11:16:16AM +0200, Avi Kivity wrote: > Andrea Arcangeli wrote: >> On Mon, Nov 05, 2007 at 05:25:17PM +0200, Avi Kivity wrote: >> >>> Well, I can't find anything like that it my tree. Maybe something's >>> stale? >>> >> >> Could be, this is why I don't like git that

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-06 Thread Avi Kivity
Andrea Arcangeli wrote: > On Mon, Nov 05, 2007 at 05:25:17PM +0200, Avi Kivity wrote: > >> Well, I can't find anything like that it my tree. Maybe something's stale? >> > > Could be, this is why I don't like git that much, with hg there would > be no way that we could be looking at differe

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-06 Thread Avi Kivity
Andrea Arcangeli wrote: > On Mon, Nov 05, 2007 at 05:28:36PM +0100, Andrea Arcangeli wrote: > >> Now I'm re-downloding the entire kvm.git and see if what I get is a >> different tree and if my previous kvm.git bitrotten. >> > > git bitrotten. What concerns me is that "git pull + git reset -

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-06 Thread Dor Laor
Andrea Arcangeli wrote: > On Mon, Nov 05, 2007 at 05:28:36PM +0100, Andrea Arcangeli wrote: > >> Now I'm re-downloding the entire kvm.git and see if what I get is a >> different tree and if my previous kvm.git bitrotten. >> > > git bitrotten. What concerns me is that "git pull + git reset -

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-05 Thread Cam Macdonell
Yaniv Kaul wrote: > Common configuration errors I've encountered (made): > - Firewall on Machine B > - Wrong MAC for Machine B (typo) > - eth0 on Machine A was not used > - They were not on the same subnet. > > I'd verify with tcpdump that packets are indeed being sent & received. > Use 'tcpdump -

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-05 Thread Yaniv Kaul
ort 12345' to catch those packets. You can create your own dmesg entries by running something like: echo 'test' > /dev/kmsg HTH, Y. -Original Message- From: Cam Macdonell [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 8:08 PM To: Yaniv Kaul Cc: Dor Laor; kvm-deve

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-05 Thread Cam Macdonell
Yaniv Kaul wrote: > Hi Cam, > > The MAC should be of the default gateway, if the listener's IP is not on > the same subnet as the client's. > Hi Yaniv, Well, I started netconsole as a module on "machine A". It loads fine and I get this in dmesg netconsole: local port 6665 netconsole: interfa

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-05 Thread Andrea Arcangeli
On Mon, Nov 05, 2007 at 05:28:36PM +0100, Andrea Arcangeli wrote: > Now I'm re-downloding the entire kvm.git and see if what I get is a > different tree and if my previous kvm.git bitrotten. git bitrotten. What concerns me is that "git pull + git reset --hard" can't bring my old kvm.git tree in sy

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-05 Thread Andrea Arcangeli
On Mon, Nov 05, 2007 at 05:25:17PM +0200, Avi Kivity wrote: > Well, I can't find anything like that it my tree. Maybe something's stale? Could be, this is why I don't like git that much, with hg there would be no way that we could be looking at different trees. Anyway I agree it's mandatory for m

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-05 Thread Avi Kivity
Andrea Arcangeli wrote: > On Mon, Nov 05, 2007 at 04:25:00PM +0200, Avi Kivity wrote: > >> This one's obviously correct, will apply... >> > > thanks! > > >>> Signed-off-by: Andrea Arcangeli <[EMAIL PROTECTED]> >>> >>> index 9584d0f..95a3489 100644 >>> --- a/drivers/kvm/svm.c >>> +++ b/dr

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-05 Thread Andrea Arcangeli
On Mon, Nov 05, 2007 at 04:25:00PM +0200, Avi Kivity wrote: > This one's obviously correct, will apply... thanks! >> Signed-off-by: Andrea Arcangeli <[EMAIL PROTECTED]> >> >> index 9584d0f..95a3489 100644 >> --- a/drivers/kvm/svm.c >> +++ b/drivers/kvm/svm.c >> @@ -1459,11 +1459,6 @@ static void

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-05 Thread Yaniv Kaul
kvm-devel Subject: Re: [kvm-devel] Starting a VM reboots my machine Dor Laor wrote: >> > I added a wiki page for it: > http://kvm.qumranet.com/kvmwiki/NetConsole > Regards, > Dor. Hi Dor, Thanks very much for doing this. For the command /sbin/modprobe netconsole netconsole=@/eth0,[

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-05 Thread Cam Macdonell
Dor Laor wrote: >> > I added a wiki page for it: > http://kvm.qumranet.com/kvmwiki/NetConsole > Regards, > Dor. Hi Dor, Thanks very much for doing this. For the command /sbin/modprobe netconsole netconsole=@/eth0,[EMAIL PROTECTED]/00:E0:81:2B:0C:C1 do both the IP and MAC have to be set to the

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-05 Thread Avi Kivity
Andrea Arcangeli wrote: > On Sun, Nov 04, 2007 at 08:15:26AM -0800, Alexey Eremenko wrote: > >> Cam: KVM-AMD is unstable now, unless you're a developer, I would suggest you >> to downgrade to KVM-36, which was the latest AMD-friendly version. We're >> working on a fix. >> >> Dor: kvm-amd crash

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-05 Thread Avi Kivity
Alexey Eremenko wrote: > > Cam: KVM-AMD is unstable now, unless you're a developer, I would > suggest you to downgrade to KVM-36, which was the latest AMD-friendly > version. We're working on a fix. > That's a wild exaggeration. On some hosts kvm-amd hangs, and some guests (Windows XP w/ ACPI

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-04 Thread Andrea Arcangeli
On Sun, Nov 04, 2007 at 08:15:26AM -0800, Alexey Eremenko wrote: > > Cam: KVM-AMD is unstable now, unless you're a developer, I would suggest you > to downgrade to KVM-36, which was the latest AMD-friendly version. We're > working on a fix. > > Dor: kvm-amd crashes host, without leaving any net

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-04 Thread Alexey Eremenko
Cam: KVM-AMD is unstable now, unless you're a developer, I would suggest you to downgrade to KVM-36, which was the latest AMD-friendly version. We're working on a fix. Dor: kvm-amd crashes host, without leaving any netconsole messages. -Alexey --

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-04 Thread Dor Laor
Cam Macdonell wrote: > Dor Laor wrote: >> Cam Macdonell wrote: >>> >>> Hi, >>> >>> I'm running an AMD >>> >>> vendor_id : AuthenticAMD >>> cpu family : 15 >>> model : 75 >>> model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ >>> >>> with 4GB of RAM and Scientific

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-02 Thread Cam Macdonell
Dor Laor wrote: > Cam Macdonell wrote: >> >> Hi, >> >> I'm running an AMD >> >> vendor_id : AuthenticAMD >> cpu family : 15 >> model : 75 >> model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ >> >> with 4GB of RAM and Scientific Linux 5.0. I've compiled kvm-48 on

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-01 Thread Dor Laor
Cam Macdonell wrote: Hi, I'm running an AMD vendor_id : AuthenticAMD cpu family : 15 model : 75 model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ with 4GB of RAM and Scientific Linux 5.0. I've compiled kvm-48 on it and the compile works and loading the modu