search for: get_current_ipmask

Displaying 5 results from an estimated 5 matches for "get_current_ipmask".

2005 Sep 29
1
Kernel panic - not syncing: Attempted to kill init!
...Kernel panic - not syncing: Attempted to kill init! /============================= My configuration file looks like: [root@six xen-domains]# cat xen-export.conf kernel = "/boot/vmlinuz-2.6-xenU" memory = 128 name = "six-xenolinux" nics = 1 ip = "192.168.1.207" netmask=get_current_ipmask() gateway=get_current_ipgw() hostname="six-xenolinux" disk = [''phy:sda5,sda5,w''] root = "/dev/sda5 ro/" # Kernel image file. kernel = "/boot/vmlinuz-2.6.11.10-xenU" # Optional ramdisk. ramdisk = "/boot/initrd-2.6.11.10-xenU.img" ============...
2005 Jul 12
1
domU networking
...RUNNING MTU:16436 Metric:1 The last bit of information that I feel would be appropriate to share is a few important lines from the config file I''m using to bring up my domU: vif = [ ''bridge=xen-br0'' ] #dhcp="dhcp" ip = "192.168.1.247" netmask= get_current_ipmask() gateway= get_current_ipgw() hostname= "vm%d" % vmid Anyways, if anyone has an idea of what I''m doing wrong here, I would love to hear it. Also, if you have any ideas on what I could to do help further diagnose what''s going wrong with my setup, that would also be...
2006 May 23
0
Re: [Xen-smartio] Problem with infiniband on Xen domU
...mbol ib_free_send_mad ib_mthca: Unknown symbol ib_register_mad_agent -bash-3.00-dom0# cat correct-xen-lvdomain.3000.config kernel= "/boot/vmlinuz-2.6.16-xen" ramdisk = "/boot/initrd-2.6.16-xen.img" memory = 3000 name = "xen2-lvlinux" ip = "10.1.1.12" netmask=get_current_ipmask() gateway=get_current_ipgw() hostname="xen2-lvlinux" disk = [''phy:new-vg/vmdisk,sda1,w''] root = "/dev/sda1 ro" vcpus = 4 _______________________________________________ Xen-smartio mailing list Xen-smartio@lists.xensource.com http://lists.xensource.com/xen-s...
2005 Sep 08
4
Booting FreeBSD diskless in DomU
...d the ip= line if you''re NFS booting or the root file system # doesn''t set it later e.g. in ifcfg-eth0 or via DHCP # You can use ''extrabit'' to set the runlevel and custom environment # variables used by custom rc scripts (e.g. VMID=, usr= ) netmask = xen.util.ip.get_current_ipmask() gateway = xen.util.ip.get_current_ipgw() try: nfsserv except: nfsserv = ''10.0.0.19'' extra = "boot.netif.ip="+vfr_ipaddr[0] extra += ",boot.netif.netmask="+netmask extra = ",vfs.root.mountfrom=nfs:10.0.0.19:/FreeBSD53" extra += ",bo...
2005 Oct 11
8
More on domU not starting
I get the following warning when running xend start, and a similar warning sometimes when doing xm commands: /usr/lib/python/xen/xend/XendNode.py:26: RuntimeWarning: Python C API version mismatch for module xen.lowlevel.xc: This Python has API version 1012, module xen.lowlevel.xc has version 1011. import xen.lowlevel.xc /usr/lib/python/xen/xend/xenstore/xstransact.py:10: RuntimeWarning: