Displaying 2 results from an estimated 2 matches for "vwconfig".
Did you mean:
vqconfig
2005 Dec 06
0
Problem: IP-Config: Unable to set interface netmask (-22)
...to set interface
netmask (-22)" problem when using option (b). For (a), I don''t have such problem. The boot
information for both (a) and (b) is same.
Could you please let me know what I am missing for (b) or is it a bug?
BTW, my Xen version is 2.0-testing.
Thanks
Xuehai
(a)
$ cat vwconfig
kernel = "/boot/vmlinuz-2.6.11-xenU"
memory = 256
name = "ucvosg"
disk = [ "file:/tmp/vosg/vosg-gk-rootfs.img,sda1,w" , "file:/tmp/vosg/swap1.img,sda2,w" ]
nics=2
hostname="alex.cs.uchicago.edu"
ip="128.135.164.83"
netmask="255.255.25...
2005 Dec 06
0
RE: Problem: IP-Config: Unable to set interface netmask(-22)
...boot
> information for both (a) and (b) is same.
> Could you please let me know what I am missing for (b) or is it a bug?
> BTW, my Xen version is 2.0-testing.
Use the "-n" option to xm create to get it to print out the sxp for both
cases.
Best,
Ian
> (a)
>
> $ cat vwconfig
> kernel = "/boot/vmlinuz-2.6.11-xenU"
> memory = 256
> name = "ucvosg"
> disk = [ "file:/tmp/vosg/vosg-gk-rootfs.img,sda1,w" ,
> "file:/tmp/vosg/swap1.img,sda2,w" ]
> nics=2
> hostname="alex.cs.uchicago.edu"
> ip="128....