-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I get the an iso and the kernel from http://www.fsmware.com/xenofreebsd/5.3/ and I''d try to boot it and this is what I got: Using config file "freebsd.example". Started domain FrebieVM1, console on port 9603 ************ REMOTE CONSOLE: CTRL-] TO QUIT ******** WARNING: loader(8) metadata is missing! start_info 0xc02b5000 start_info->nr_pages 65536 Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 ~ The Regents of the University of California. All rights reserved. FreeBSD 5.3-RELEASE #31: Thu Jan 20 11:37:43 PST 2005 mowat@bldf1.eng.netapp.com:/t/niners/users/xen/bsd/sys-5.3/i386-xeno.tot/compile/XENCONF WARNING: DIAGNOSTIC option enabled, expect reduced performance. Timecounter "ixen" frequency 1204978000 Hz quality 0 CPU: AMD Duron(tm) processor (1204.98-MHz 686-class CPU) ~ Origin = "AuthenticAMD" Id = 0x671 Stepping = 1 Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX ~ AMD Features=0xc0480000<MP,AMIE,DSP,3DNow!> real memory = 265441280 (253 MB) avail memory = 256208896 (244 MB) WARNING: driver "evtchn" used unreserved major device number 140 cpu0 on motherboard Timecounters tick every 10.000 msec xc0: <Xen Console> on motherboard WARNING: driver "xc" used unreserved major device number 12 xn0: Ethernet address: aa:00:00:5d:67:c0 Manual than hangs what''s wrong and what DIAGNOSTIC option is ? thank you for ur help Marco -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCHMMFihYL426P5W4RAhB8AKCeut3lnJZABkIFUkJDTCxeHFno9ACfV9jJ UiJUkUrwnnezVkNdarsT7uU=qWeB -----END PGP SIGNATURE----- ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I get the iso and the kernel from http://www.fsmware.com/xenofreebsd/5.3/ after some editing of freebsd.exemple try to boot it and this is what I got: Using config file "freebsd.example". Started domain FrebieVM1, console on port 9603 ************ REMOTE CONSOLE: CTRL-] TO QUIT ******** WARNING: loader(8) metadata is missing! start_info 0xc02b5000 start_info->nr_pages 65536 Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 ~ The Regents of the University of California. All rights reserved. FreeBSD 5.3-RELEASE #31: Thu Jan 20 11:37:43 PST 2005 mowat@bldf1.eng.netapp.com:/t/niners/users/xen/bsd/sys-5.3/i386-xeno.tot/compile/XENCONF WARNING: DIAGNOSTIC option enabled, expect reduced performance. Timecounter "ixen" frequency 1204978000 Hz quality 0 CPU: AMD Duron(tm) processor (1204.98-MHz 686-class CPU) ~ Origin = "AuthenticAMD" Id = 0x671 Stepping = 1 Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX ~ AMD Features=0xc0480000<MP,AMIE,DSP,3DNow!> real memory = 265441280 (253 MB) avail memory = 256208896 (244 MB) WARNING: driver "evtchn" used unreserved major device number 140 cpu0 on motherboard Timecounters tick every 10.000 msec xc0: <Xen Console> on motherboard WARNING: driver "xc" used unreserved major device number 12 xn0: Ethernet address: aa:00:00:5d:67:c0 Manual than hangs what''s wrong and what DIAGNOSTIC option is ? thank you for ur help Marco -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCHM0NihYL426P5W4RAjhNAJ42g7xST/y4KyYNGgsQ8+HV7RFbIgCfbk1M dmv7UjaJeIs7O2cMvb0e/UQ=lPS2 -----END PGP SIGNATURE----- ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
visik7 wrote on 23/02/05 18:35:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > 8 > I get the iso and the kernel from > http://www.fsmware.com/xenofreebsd/5.3/ > after some editing of freebsd.exemple > try to boot it > and this is what I got:What''s in your domain config file, and where is the root filesystem? It works for me with root on an LVM2 volume, and this config file. The LV device is /dev/munkyII/vm-XXVIII, and xen-br0 is already configured when I start the domain. Cheers, Chris. kernel = "/boot/freebsd-5.3-xenU" memory = 128 cpu = -1 name = "XXVIII" nics=1 vif = [ ''mac=aa:00:00:00:00:28, bridge=xen-br0'' ] disk = [ ''phy:munkyII/vm-XXVIII,loop0,w'' ] extra = "boot.netif.ip=10.1.70.28" extra += ",boot.netif.netmask=255.255.255.240" extra += ",boot.netif.gateway=10.1.70.17" extra += ",vfs.root.mountfrom=ufs:/dev/xbd0a" extra += ",boot_verbose=yes" ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chris Andrews wrote: | visik7 wrote on 23/02/05 18:35: | |> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 8 I get the iso and |> the kernel from http://www.fsmware.com/xenofreebsd/5.3/ after |> some editing of freebsd.exemple try to boot it and this is what I |> got: | erroneously I reply to you instead of ML anyway I tried with disk = [ ''file:/xen/mdroot-5.3-small,loop0,w'' ] extra = "vfs.root.mountfrom=ufs:/dev/xbd0a" and the behaviour is the same. thanks ~ Marco -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCHOSgihYL426P5W4RAo/3AKCJz3N+1cjDJWU6tL5XW2Xa7sdxRwCeLB+q RNBlOQZ9Om3hRbblfRMACFU=M8am -----END PGP SIGNATURE----- ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
visik7 wrote on 23/02/05 20:16:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Chris Andrews wrote: > > | visik7 wrote on 23/02/05 18:35: > | > |> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 8 I get the iso and > |> the kernel from http://www.fsmware.com/xenofreebsd/5.3/ after > |> some editing of freebsd.exemple try to boot it and this is what I > |> got: > | > erroneously I reply to you instead of ML > anyway I tried with > > disk = [ ''file:/xen/mdroot-5.3-small,loop0,w'' ] > extra = "vfs.root.mountfrom=ufs:/dev/xbd0a" > > and the behaviour is the same.I''ve just played about with my config file, and unless I include the net config in the extra string, I also get the hang you''re seeing. Try something like this, even if you don''t actually want the networking: extra = "boot.netif.ip=10.1.70.28" extra += ",boot.netif.netmask=255.255.255.240" extra += ",boot.netif.gateway=10.1.70.17" extra += ",vfs.root.mountfrom=ufs:/dev/xbd0a" extra += ",boot_verbose=yes" Chris. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chris Andrews wrote: | visik7 wrote on 23/02/05 20:16: | |> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 |> |> Chris Andrews wrote: |> |> | visik7 wrote on 23/02/05 18:35: | |> -----BEGIN PGP SIGNED |> MESSAGE----- Hash: SHA1 8 I get the iso and |> the kernel from |> http://www.fsmware.com/xenofreebsd/5.3/ after |> some editing of |> freebsd.exemple try to boot it and this is what I |> got: | |> erroneously I reply to you instead of ML anyway I tried with |> |> disk = [ ''file:/xen/mdroot-5.3-small,loop0,w'' ] extra |> "vfs.root.mountfrom=ufs:/dev/xbd0a" |> |> and the behaviour is the same. | | | I''ve just played about with my config file, and unless I include | the net config in the extra string, I also get the hang you''re | seeing. | | Try something like this, even if you don''t actually want the | networking: | | extra = "boot.netif.ip=10.1.70.28" extra +| ",boot.netif.netmask=255.255.255.240" extra +| ",boot.netif.gateway=10.1.70.17" extra +| ",vfs.root.mountfrom=ufs:/dev/xbd0a" extra += ",boot_verbose=yes" | | | Chris. yes using this config it works but now the question is why btw thank you for your help ~ Marco -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCHRQFihYL426P5W4RApdmAKCDpLNi0XbgVgJJpk4a4sN4bQo1RQCfU85n WA3pS+hrdhuG4iwbhU95lWQ=pacJ -----END PGP SIGNATURE----- ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
> and what DIAGNOSTIC option is ?It enables some extra sanity checking in places. -Kip ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
That was one piece of the code that I didn''t do - I''ll have to take a look. -Kip> > yes using this config it works > but now the question is why > btw > thank you for your help > ~ Marco > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.5 (MingW32) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > iD8DBQFCHRQFihYL426P5W4RApdmAKCDpLNi0XbgVgJJpk4a4sN4bQo1RQCfU85n > WA3pS+hrdhuG4iwbhU95lWQ> =pacJ > -----END PGP SIGNATURE----- > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xen-devel >------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel