Hola a todos,
Estoy trabajando con xen en mi servidor CentOS 5.3 y me muestra por pantalla de la máquina virtualizada y el servidor este mensaje:
[root@xen ~]# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 7088 8 r----- 406.7
cpanel.vm 6 255 8 -b---- 4.0
sh-3.1# free
total used free shared buffers cached
Mem: 262320 38328 223992 0 3704 14280
-/+ buffers/cache: 20344 241976
Swap: 524280 0 524280
sh-3.1# printk: 357755 messages suppressed.
4gb seg fixup, process syslogd (pid 792), cs:ip 73:0070023a
4gb seg fixup, process syslogd (pid 792), cs:ip 73:007001b0
4gb seg fixup, process klogd (pid 795), cs:ip 73:00b38bb0
4gb seg fixup, process klogd (pid 795), cs:ip 73:00bbf250
4gb seg fixup, process klogd (pid 795), cs:ip 73:00b38bb0
4gb seg fixup, process klogd (pid 795), cs:ip 73:00bbf250
printk: 24 messages suppressed.
4gb seg fixup, process syslogd (pid 792), cs:ip 73:0070023a
4gb seg fixup, process syslogd (pid 792), cs:ip 73:007001b0
4gb seg fixup, process klogd (pid 795), cs:ip 73:00b38bb0
4gb seg fixup, process klogd (pid 795), cs:ip 73:00bbf250
4gb seg fixup, process klogd (pid 795), cs:ip 73:00b38bb0
4gb seg fixup, process klogd (pid 795), cs:ip 73:00bbf250
printk: 24 messages suppressed.
4gb seg fixup, process sh (pid 864), cs:ip 73:00c7a4f5
4gb seg fixup, process klogd (pid 795), cs:ip 73:00b38bb0
4gb seg fixup, process klogd (pid 795), cs:ip 73:00bbf250
df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 5063712 626436 4180048 14% /
none 131160 0 131160 0% /dev/shm
Luego miro en el servidor(Domain-0) esto en /var/log/messages
May 21 14:48:40 xen kernel: device vifcpan0 entered promiscuous mode
May 21 14:48:40 xen kernel: ADDRCONF(NETDEV_UP): vifcpan0: link is not ready
May 21 14:48:40 xen logger: /etc/xen/scripts/vif-bridge: iptables -A FORWARD -m physdev --physdev-in vifcpan0 -s 192.168.100.110 192.168.100.111 -j ACCEPT failed. If you are using iptables, this may affect networking for guest domains.
May 21 14:48:44 xen kernel: blkback: ring-ref 8, event-channel 27, protocol 1 (x86_32-abi)
May 21 14:48:44 xen kernel: blkback: ring-ref 9, event-channel 28, protocol 1 (x86_32-abi)
May 21 14:48:44 xen kernel: ADDRCONF(NETDEV_CHANGE): vifcpan0: link becomes ready
May 21 14:48:44 xen kernel: xenbr0: topology change detected, propagating
May 21 14:48:44 xen kernel: xenbr0: port 3(vifcpan0) entering forwarding state
May 21 14:49:07 xen kernel: printk: 73917 messages suppressed.
May 21 14:49:07 xen kernel: 4gb seg fixup, process lxxen (pid 11573), cs:ip 73:00a72a50
May 21 14:49:07 xen kernel: 4gb seg fixup, process lxxen (pid 11573), cs:ip 73:00ae8f19
May 21 14:49:07 xen kernel: 4gb seg fixup, process lxxen (pid 11573), cs:ip 73:00a7637c
May 21 14:49:07 xen kernel: 4gb seg fixup, process lxxen (pid 11573), cs:ip 73:00a7638a
May 21 14:49:07 xen kernel: 4gb seg fixup, process lxxen (pid 11573), cs:ip 73:00a2db2b
Los ficheros de configuración de mi servidor VPS es:
/home/xen/cpanel.vm
# cat cpanel.vm.cfg
kernel = '/boot/hypervm-xen-vmlinuz'
ramdisk = '/boot/hypervm-xen-initrd.img'
memory = 256
cpu_weight = 1000
name = 'cpanel.vm'
vif = ['ip=192.168.100.110 192.168.100.111, vifname=vifcpan0, mac=aa:00:75:80:ef:01 ']
vnc = 0
vcpus = 8
vncviewer = 0
serial = 'pty'
disk = ['phy:/dev/disk/cpanel_rootimg,sda1,w', 'phy:/dev/disk/cpanel_vmswap,sda2,w']
root = '/dev/sda1 ro'
# cat memory.value
256
Alguna idea de lo que puede significar este mensaje.
Desde ya, gracias por todo.
Saludos.