Karl Wang
2007-Feb-01 17:24 UTC
[Xen-users] Cannot creat Xen virtual machine with Yast in Suse 10
Dear All: I have problems in Suse 10 Linux Enterprise server 64bit. I installed Xen shiped with Suse installation. I boot the system with Xen virtual machine support. In Yast, I want to creat virtual machine with Xen manager. However, it always report there are not free memory available. I check /proce/meminfo , it shows as below, there are some free memory. I checked with command line, like xm list it returns errors: Traceback (most recent call last): File "/usr/sbin/xm", line 8, in ? from xen.xm import main File "/usr/lib64/python/xen/xm/main.py", line 51, in ? from xen.util import security File "/usr/lib64/python/xen/util/security.py", line 25, in ? from xen.lowlevel import acm ImportError: /usr/lib64/python2.4/xen/lowlevel/acm.so: undefined symbol: xc_acm_op my python version is 2.4.2, shipped with Suse installation. I guess I have damaged the package of Xen (initrd-2.6.16.20-0.12-xen) How can I repair it? I do not want to reinstall the whole system. Thanks ----------------------------/proc/meminfo ----------------------- MemTotal: 1926580 kB MemFree: 599284 kB Buffers: 118788 kB Cached: 735832 kB SwapCached: 0 kB Active: 700432 kB Inactive: 475960 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 1926580 kB LowFree: 599284 kB SwapTotal: 530104 kB SwapFree: 530104 kB Dirty: 20 kB Writeback: 0 kB Mapped: 411908 kB Slab: 85680 kB CommitLimit: 1493392 kB Committed_AS: 577212 kB PageTables: 6988 kB VmallocTotal: 34359738367 kB VmallocUsed: 2036 kB VmallocChunk: 34359736327 kB ----------------------------------------- --------------------------------- Need a quick answer? Get one in minutes from people who know. Ask your question on Yahoo! Answers. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Ulrich Windl
2007-Feb-02 09:51 UTC
Re: [Xen-users] Cannot creat Xen virtual machine with Yast in Suse 10
On 1 Feb 2007 at 9:24, Karl Wang wrote:> Dear All: > I have problems in Suse 10 Linux Enterprise server 64bit. > I installed Xen shiped with Suse installation.With Updates? Without Updates it never worked for me.> I boot the system with Xen virtual machine support. > In Yast, I want to creat virtual machine with Xen manager. However, it always report there are not free memory available.If it says "failed to create initial ramdisk" or so, that yould even mean you have the wrong DVD in the drive. At some high level that error message is correct, but the initial cause is uite different. Welcome to the world of error reporting!> I check /proce/meminfo , it shows as below, there are some free memory. > I checked with command line, like > xm list > it returns errors: > > Traceback (most recent call last): > File "/usr/sbin/xm", line 8, in ? > from xen.xm import main > File "/usr/lib64/python/xen/xm/main.py", line 51, in ? > from xen.util import security > File "/usr/lib64/python/xen/util/security.py", line 25, in ? > from xen.lowlevel import acm > ImportError: /usr/lib64/python2.4/xen/lowlevel/acm.so: undefined symbol: xc_acm_op > > my python version is 2.4.2, shipped with Suse installation. > I guess I have damaged the package of Xen (initrd-2.6.16.20-0.12-xen) > How can I repair it?Ever seen the "Yast Repair Module"? Maybe to something like "rpm -V xen\*" to find out what''s wrong. Also check you have everything needed installed ("rpm -qa xen\*"): xen-doc-html-3.0.2_09763-0.8 xen-tools-ioemu-3.0.2_09763-0.8 xen-tools-3.0.2_09763-0.8 xen-3.0.2_09763-0.8 xen-doc-pdf-3.0.2_09763-0.8 xen-libs-3.0.2_09763-0.8> I do not want to reinstall the whole system.Please also have a look at /usr/share/doc/packages/xen/README.SuSE Ulrich _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Carlo Granisso
2007-Feb-02 10:08 UTC
[Xen-users] BOOTING PARAVIRTUALIZED DOMU FORM ISO IMAGE
Hi all, I need to boot a pravirtualized domU from an ISO image (linux kernel). I''ve tried with: kernel = "/boot/vmlinuz-2.6.16-xenU" memory = 128 name = "xen05" #cpu = -1 # leave to Xen to pick vif = [ ''mac=00:00:20:01:01:05, ip=x.x.x.x'' ] disk = [ ''phy:/dev/mapper/lvm1-xen05,sda1,w'',''phy:/dev/mapper/lvm1-xen05swap,sda2,w'',''file:/ISOIMAGE.iso,cdrom,r'' ] #cdrom = "/ISOIMAGE.iso" root = "/dev/sda1 ro" boot = "/dev/sdb" (and boot="d") # Sets runlevel 4. extra = "4" but it doesn''t work... Can you help me? Thanks! Carlo _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Petersson, Mats
2007-Feb-02 10:14 UTC
RE: [Xen-users] BOOTING PARAVIRTUALIZED DOMU FORM ISO IMAGE
> -----Original Message----- > From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of > Carlo Granisso > Sent: 02 February 2007 10:08 > To: xen-users@lists.xensource.com > Subject: [Xen-users] BOOTING PARAVIRTUALIZED DOMU FORM ISO IMAGE > > Hi all, I need to boot a pravirtualized domU from an ISO image (linux > kernel). > I''ve tried with: > > kernel = "/boot/vmlinuz-2.6.16-xenU" > memory = 128 > name = "xen05" > #cpu = -1 # leave to Xen to pick > vif = [ ''mac=00:00:20:01:01:05, ip=x.x.x.x'' ] > disk = [ > ''phy:/dev/mapper/lvm1-xen05,sda1,w'',''phy:/dev/mapper/lvm1-xen0 > 5swap,sda2,w'',''file:/ISOIMAGE.iso,cdrom,r'' > ] > #cdrom = "/ISOIMAGE.iso" > root = "/dev/sda1 ro" > boot = "/dev/sdb" (and boot="d") > # Sets runlevel 4. > extra = "4"Because of the way that Xen boots a PV domain, it can''t be done from a CDROM. You may be able to "install to a different location" in some way from the CDROM, which can perhaps solve your problem, but it''s not possible for Xen to boot a CDROM in PV mode. -- Mats> > but it doesn''t work... > > Can you help me? > > Thanks! > > > Carlo > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Carlo Granisso
2007-Feb-02 10:21 UTC
Re: [Xen-users] BOOTING PARAVIRTUALIZED DOMU FORM ISO IMAGE
Can I use some tool for p2v? Wich tool? Thanks! Carlo Petersson, Mats ha scritto:>>-----Original Message----- >>From: xen-users-bounces@lists.xensource.com >>[mailto:xen-users-bounces@lists.xensource.com] On Behalf Of >>Carlo Granisso >>Sent: 02 February 2007 10:08 >>To: xen-users@lists.xensource.com >>Subject: [Xen-users] BOOTING PARAVIRTUALIZED DOMU FORM ISO IMAGE >> >>Hi all, I need to boot a pravirtualized domU from an ISO image (linux >>kernel). >>I''ve tried with: >> >>kernel = "/boot/vmlinuz-2.6.16-xenU" >>memory = 128 >>name = "xen05" >>#cpu = -1 # leave to Xen to pick >>vif = [ ''mac=00:00:20:01:01:05, ip=x.x.x.x'' ] >>disk = [ >>''phy:/dev/mapper/lvm1-xen05,sda1,w'',''phy:/dev/mapper/lvm1-xen0 >>5swap,sda2,w'',''file:/ISOIMAGE.iso,cdrom,r'' >>] >>#cdrom = "/ISOIMAGE.iso" >>root = "/dev/sda1 ro" >>boot = "/dev/sdb" (and boot="d") >># Sets runlevel 4. >>extra = "4" >> >> > >Because of the way that Xen boots a PV domain, it can''t be done from a >CDROM. > >You may be able to "install to a different location" in some way from >the CDROM, which can perhaps solve your problem, but it''s not possible >for Xen to boot a CDROM in PV mode. > >-- >Mats > > > >>but it doesn''t work... >> >>Can you help me? >> >>Thanks! >> >> >>Carlo >> >> >> >>_______________________________________________ >>Xen-users mailing list >>Xen-users@lists.xensource.com >>http://lists.xensource.com/xen-users >> >> >> >> >> > > > >_______________________________________________ >Xen-users mailing list >Xen-users@lists.xensource.com >http://lists.xensource.com/xen-users > > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Sadique Puthen
2007-Feb-02 10:21 UTC
Re: [Xen-users] BOOTING PARAVIRTUALIZED DOMU FORM ISO IMAGE
Carlo Granisso wrote:> Hi all, I need to boot a pravirtualized domU from an ISO image (linux > kernel).You can do this only with a fully virtualized gues, not with PV.> I''ve tried with: > > kernel = "/boot/vmlinuz-2.6.16-xenU" > memory = 128 > name = "xen05" > #cpu = -1 # leave to Xen to pick > vif = [ ''mac=00:00:20:01:01:05, ip=x.x.x.x'' ] > disk = [ > ''phy:/dev/mapper/lvm1-xen05,sda1,w'',''phy:/dev/mapper/lvm1-xen05swap,sda2,w'',''file:/ISOIMAGE.iso,cdrom,r'' > ] > #cdrom = "/ISOIMAGE.iso" > root = "/dev/sda1 ro" > boot = "/dev/sdb" (and boot="d") > # Sets runlevel 4. > extra = "4" > > but it doesn''t work... > > Can you help me? > > Thanks! > > > Carlo > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Tom Miller
2007-Feb-06 15:25 UTC
Re: [Xen-users] Cannot creat Xen virtual machine with Yast in Suse 10
Karl Wang wrote:> Dear All: > I have problems in Suse 10 Linux Enterprise server 64bit.I am using openSuse 10.2 with no problems. Your kernel version seems old compared to mine. Also what version of Xen? 3.0.4? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Kevin Blackwell
2007-Feb-07 22:45 UTC
Re: [Xen-users] Cannot creat Xen virtual machine with Yast in Suse 10
Karl, Believe me, two weeks ago I was exactly where you are now. The first thing I have to say to you about Suse''s virtual machine tool is this DO NOT USE IT!!!!>From what I can tell, it does not work right. I have successfully installXen w/ SuSE 10.2 on a Dell 64bit server. I can spin off a server rather quickly these days. I even have a Fedora Core 6 environment running. (That''s was a problem too, but another time. ) If you need any assistance creating a xen environment from hand, I can point you to some awesome docs. Kevin On 2/1/07, Karl Wang <krl.wang@yahoo.com> wrote:> > Dear All: > I have problems in Suse 10 Linux Enterprise server 64bit. > I installed Xen shiped with Suse installation. > I boot the system with Xen virtual machine support. > In Yast, I want to creat virtual machine with Xen manager. However, it > always report there are not free memory available. > I check /proce/meminfo , it shows as below, there are some free memory. > I checked with command line, like > xm list > it returns errors: > > Traceback (most recent call last): > File "/usr/sbin/xm", line 8, in ? > from xen.xm import main > File "/usr/lib64/python/xen/xm/main.py", line 51, in ? > from xen.util import security > File "/usr/lib64/python/xen/util/security.py", line 25, in ? > from xen.lowlevel import acm > ImportError: /usr/lib64/python2.4/xen/lowlevel/acm.so: undefined symbol: > xc_acm_op > > my python version is 2.4.2, shipped with Suse installation. > I guess I have damaged the package of Xen (initrd-2.6.16.20-0.12-xen) > How can I repair it? > I do not want to reinstall the whole system. > > Thanks > > > ----------------------------/proc/meminfo ----------------------- > > MemTotal: 1926580 kB > MemFree: 599284 kB > Buffers: 118788 kB > Cached: 735832 kB > SwapCached: 0 kB > Active: 700432 kB > Inactive: 475960 kB > HighTotal: 0 kB > HighFree: 0 kB > LowTotal: 1926580 kB > LowFree: 599284 kB > SwapTotal: 530104 kB > SwapFree: 530104 kB > Dirty: 20 kB > Writeback: 0 kB > Mapped: 411908 kB > Slab: 85680 kB > CommitLimit: 1493392 kB > Committed_AS: 577212 kB > PageTables: 6988 kB > VmallocTotal: 34359738367 kB > VmallocUsed: 2036 kB > VmallocChunk: 34359736327 kB > > ----------------------------------------- > > ------------------------------ > Need a quick answer? Get one in minutes from people who know. Ask your > question on Yahoo! Answers<http://answers.yahoo.com/;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx> > . > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Kevin Blackwell
2007-Feb-07 22:46 UTC
Re: [Xen-users] Cannot creat Xen virtual machine with Yast in Suse 10
Karl, Also, stay away from broadcom Ethernet adapters. There''s a bug in them. No network. On 2/1/07, Karl Wang <krl.wang@yahoo.com> wrote:> > Dear All: > I have problems in Suse 10 Linux Enterprise server 64bit. > I installed Xen shiped with Suse installation. > I boot the system with Xen virtual machine support. > In Yast, I want to creat virtual machine with Xen manager. However, it > always report there are not free memory available. > I check /proce/meminfo , it shows as below, there are some free memory. > I checked with command line, like > xm list > it returns errors: > > Traceback (most recent call last): > File "/usr/sbin/xm", line 8, in ? > from xen.xm import main > File "/usr/lib64/python/xen/xm/main.py", line 51, in ? > from xen.util import security > File "/usr/lib64/python/xen/util/security.py", line 25, in ? > from xen.lowlevel import acm > ImportError: /usr/lib64/python2.4/xen/lowlevel/acm.so: undefined symbol: > xc_acm_op > > my python version is 2.4.2, shipped with Suse installation. > I guess I have damaged the package of Xen (initrd-2.6.16.20-0.12-xen) > How can I repair it? > I do not want to reinstall the whole system. > > Thanks > > > ----------------------------/proc/meminfo ----------------------- > > MemTotal: 1926580 kB > MemFree: 599284 kB > Buffers: 118788 kB > Cached: 735832 kB > SwapCached: 0 kB > Active: 700432 kB > Inactive: 475960 kB > HighTotal: 0 kB > HighFree: 0 kB > LowTotal: 1926580 kB > LowFree: 599284 kB > SwapTotal: 530104 kB > SwapFree: 530104 kB > Dirty: 20 kB > Writeback: 0 kB > Mapped: 411908 kB > Slab: 85680 kB > CommitLimit: 1493392 kB > Committed_AS: 577212 kB > PageTables: 6988 kB > VmallocTotal: 34359738367 kB > VmallocUsed: 2036 kB > VmallocChunk: 34359736327 kB > > ----------------------------------------- > > ------------------------------ > Need a quick answer? Get one in minutes from people who know. Ask your > question on Yahoo! Answers<http://answers.yahoo.com/;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx> > . > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Lars Stavholm
2007-Feb-07 23:24 UTC
Re: [Xen-users] Cannot creat Xen virtual machine with Yast in Suse 10
Kevin Blackwell wrote:> Karl, > > Believe me, two weeks ago I was exactly where you are now. The first > thing I > have to say to you about Suse''s virtual machine tool is this > > DO NOT USE IT!!!! > >> From what I can tell, it does not work right. I have successfully install > Xen w/ SuSE 10.2 on a Dell 64bit server. I can spin off a server rather > quickly these days. I even have a Fedora Core 6 environment running. > (That''s > was a problem too, but another time. ) If you need any assistance creating > a xen environment from hand, I can point you to some awesome docs.What doco are you referring to? /Lars> Kevin > > On 2/1/07, Karl Wang <krl.wang@yahoo.com> wrote: >> >> Dear All: >> I have problems in Suse 10 Linux Enterprise server 64bit. >> I installed Xen shiped with Suse installation. >> I boot the system with Xen virtual machine support. >> In Yast, I want to creat virtual machine with Xen manager. However, it >> always report there are not free memory available. >> I check /proce/meminfo , it shows as below, there are some free memory. >> I checked with command line, like >> xm list >> it returns errors: >> >> Traceback (most recent call last): >> File "/usr/sbin/xm", line 8, in ? >> from xen.xm import main >> File "/usr/lib64/python/xen/xm/main.py", line 51, in ? >> from xen.util import security >> File "/usr/lib64/python/xen/util/security.py", line 25, in ? >> from xen.lowlevel import acm >> ImportError: /usr/lib64/python2.4/xen/lowlevel/acm.so: undefined symbol: >> xc_acm_op >> >> my python version is 2.4.2, shipped with Suse installation. >> I guess I have damaged the package of Xen (initrd-2.6.16.20-0.12-xen) >> How can I repair it? >> I do not want to reinstall the whole system. >> >> Thanks >> >> >> ----------------------------/proc/meminfo ----------------------- >> >> MemTotal: 1926580 kB >> MemFree: 599284 kB >> Buffers: 118788 kB >> Cached: 735832 kB >> SwapCached: 0 kB >> Active: 700432 kB >> Inactive: 475960 kB >> HighTotal: 0 kB >> HighFree: 0 kB >> LowTotal: 1926580 kB >> LowFree: 599284 kB >> SwapTotal: 530104 kB >> SwapFree: 530104 kB >> Dirty: 20 kB >> Writeback: 0 kB >> Mapped: 411908 kB >> Slab: 85680 kB >> CommitLimit: 1493392 kB >> Committed_AS: 577212 kB >> PageTables: 6988 kB >> VmallocTotal: 34359738367 kB >> VmallocUsed: 2036 kB >> VmallocChunk: 34359736327 kB >> >> ----------------------------------------- >> >> ------------------------------ >> Need a quick answer? Get one in minutes from people who know. Ask your >> question on Yahoo! >> Answers<http://answers.yahoo.com/;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx> >> >> . >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users >> > > > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Kevin Blackwell
2007-Feb-08 06:49 UTC
Re: [Xen-users] Cannot creat Xen virtual machine with Yast in Suse 10
Well, For starters, this one works. http://en.opensuse.org/Installing_Xen3 A side not though, and someone please correct me if I''m wrong, but in my process of getting Xen to run, I determined this step which I think many writers of the documentation take for granted. If your running a reiser fs, then the direction are good to go, but if your main filesystem is ext2, ext2, etc... apply the directions whatever filesystem your running. To the best of my knowledge, and attempting to get that damn reiser module to load, if your running filesystem A, it''s not going to load filesystem B module. At least that was the problem I ran into. Once I figured that out, I was good to go. On 2/7/07, Lars Stavholm <stava@telcotec.se> wrote:> > Kevin Blackwell wrote: > > Karl, > > > > Believe me, two weeks ago I was exactly where you are now. The first > > thing I > > have to say to you about Suse''s virtual machine tool is this > > > > DO NOT USE IT!!!! > > > >> From what I can tell, it does not work right. I have successfully > install > > Xen w/ SuSE 10.2 on a Dell 64bit server. I can spin off a server rather > > quickly these days. I even have a Fedora Core 6 environment running. > > (That''s > > was a problem too, but another time. ) If you need any assistance > creating > > a xen environment from hand, I can point you to some awesome docs. > > What doco are you referring to? > /Lars > > > Kevin > > > > On 2/1/07, Karl Wang <krl.wang@yahoo.com> wrote: > >> > >> Dear All: > >> I have problems in Suse 10 Linux Enterprise server 64bit. > >> I installed Xen shiped with Suse installation. > >> I boot the system with Xen virtual machine support. > >> In Yast, I want to creat virtual machine with Xen manager. However, it > >> always report there are not free memory available. > >> I check /proce/meminfo , it shows as below, there are some free memory. > >> I checked with command line, like > >> xm list > >> it returns errors: > >> > >> Traceback (most recent call last): > >> File "/usr/sbin/xm", line 8, in ? > >> from xen.xm import main > >> File "/usr/lib64/python/xen/xm/main.py", line 51, in ? > >> from xen.util import security > >> File "/usr/lib64/python/xen/util/security.py", line 25, in ? > >> from xen.lowlevel import acm > >> ImportError: /usr/lib64/python2.4/xen/lowlevel/acm.so: undefined > symbol: > >> xc_acm_op > >> > >> my python version is 2.4.2, shipped with Suse installation. > >> I guess I have damaged the package of Xen (initrd-2.6.16.20-0.12-xen) > >> How can I repair it? > >> I do not want to reinstall the whole system. > >> > >> Thanks > >> > >> > >> ----------------------------/proc/meminfo ----------------------- > >> > >> MemTotal: 1926580 kB > >> MemFree: 599284 kB > >> Buffers: 118788 kB > >> Cached: 735832 kB > >> SwapCached: 0 kB > >> Active: 700432 kB > >> Inactive: 475960 kB > >> HighTotal: 0 kB > >> HighFree: 0 kB > >> LowTotal: 1926580 kB > >> LowFree: 599284 kB > >> SwapTotal: 530104 kB > >> SwapFree: 530104 kB > >> Dirty: 20 kB > >> Writeback: 0 kB > >> Mapped: 411908 kB > >> Slab: 85680 kB > >> CommitLimit: 1493392 kB > >> Committed_AS: 577212 kB > >> PageTables: 6988 kB > >> VmallocTotal: 34359738367 kB > >> VmallocUsed: 2036 kB > >> VmallocChunk: 34359736327 kB > >> > >> ----------------------------------------- > >> > >> ------------------------------ > >> Need a quick answer? Get one in minutes from people who know. Ask your > >> question on Yahoo! > >> Answers< > http://answers.yahoo.com/;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx > > > >> > >> . > >> > >> _______________________________________________ > >> Xen-users mailing list > >> Xen-users@lists.xensource.com > >> http://lists.xensource.com/xen-users > >> > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Ulrich Windl
2007-Feb-08 08:42 UTC
Re: [Xen-users] Cannot creat Xen virtual machine with Yast in Suse 10
On 7 Feb 2007 at 16:45, Kevin Blackwell wrote:> Karl, > > Believe me, two weeks ago I was exactly where you are now. The first thing I > have to say to you about Suse''s virtual machine tool is this > > DO NOT USE IT!!!!I agree, but only after you have created one working VM. Otherwise I could not get the needed kernel and initrd. I was cloning all other VMs from the first one. Then you can happily modify the software selection and install updates.> > >From what I can tell, it does not work right. I have successfully install > Xen w/ SuSE 10.2 on a Dell 64bit server. I can spin off a server rather > quickly these days. I even have a Fedora Core 6 environment running. (That''s > was a problem too, but another time. ) If you need any assistance creating > a xen environment from hand, I can point you to some awesome docs.I think the tool only works if the online-update version is used (every registerd trial user gets free online updates for a month or two I think). Ulrich _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
James Oakley
2007-Feb-08 14:34 UTC
Re: [Xen-users] Cannot creat Xen virtual machine with Yast in Suse 10
On Wednesday 07 February 2007 6:45 pm, Kevin Blackwell wrote:> Karl, > > Believe me, two weeks ago I was exactly where you are now. The first thing > I have to say to you about Suse''s virtual machine tool is this > > DO NOT USE IT!!!! > > >From what I can tell, it does not work right.Did you submit a bug report? -- James Oakley Engineering - SolutionInc Ltd. joakley@solutioninc.com http://www.solutioninc.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
James Oakley
2007-Feb-08 14:39 UTC
Re: [Xen-users] Cannot creat Xen virtual machine with Yast in Suse 10
On Wednesday 07 February 2007 6:46 pm, Kevin Blackwell wrote:> Karl, > > Also, stay away from broadcom Ethernet adapters. There''s a bug in them. No > network.I''ve used plenty of Broadcoms. In fact, most servers I''ve used (IBM, HP, Sun, Dell) have Broadcom adapters on board. What''s this bug you''re talking about? Did you submit a bug report to the vendor? -- James Oakley Engineering - SolutionInc Ltd. joakley@solutioninc.com http://www.solutioninc.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Christian
2007-Feb-12 23:16 UTC
Re: [Xen-users] Cannot creat Xen virtual machine with Yast in Suse 10
James Oakley schrieb:> On Wednesday 07 February 2007 6:46 pm, Kevin Blackwell wrote: > >> Karl, >> >> Also, stay away from broadcom Ethernet adapters. There''s a bug in them. No >> network. >> > > I''ve used plenty of Broadcoms. In fact, most servers I''ve used (IBM, HP, Sun, > Dell) have Broadcom adapters on board. >Did you ever try "pciback.hide" with a Broadcom adapter ??? I tried it on severall boxes (Dell, HP, FSC) with no success. I used a then Intel adapters with success. Regards Chris> What''s this bug you''re talking about? Did you submit a bug report to the > vendor? > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
James Oakley
2007-Feb-13 19:12 UTC
Re: [Xen-users] Cannot creat Xen virtual machine with Yast in Suse 10
On Monday 12 February 2007 7:16 pm, Christian wrote:> Did you ever try "pciback.hide" with a Broadcom adapter ??? > I tried it on severall boxes (Dell, HP, FSC) with no success. > I used a then Intel adapters with success.Did you submit a bug report? Developers can''t fix problems if they don''t know about them. -- James Oakley Engineering - SolutionInc Ltd. joakley@solutioninc.com http://www.solutioninc.com ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ This e-mail is CONFIDENTIAL and contains information intended only for the person(s) named. Any other distribution, copying or disclosure is strictly prohibited. If you have received this e-mail in error, please notify me immediately at 902 420 0077 or reply by e-mail to the sender and destroy the original communication. Thank You. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users