Hi, I created OpenSolaris domU on Fedora 8 dom0 using OpenSolaris 2008-05 CD, everything works fine after init bootup: I can login, run firefox ....
After domU is created and running, I decided to upgrade packages using System >Administration > Package Manager, then shutdown. At last, I did a start again by #xm create -c pv.py It hangs with message: Using config file "./pv.py". Started domain opensolaris v3.1.3 chgset 'unavailable' SunOS Release 5.11 Version snv_86 32-bit Copyright 1983-2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. WARNING: file system 'ctfs' version mismatch WARNING: Cannot mount /system/contract /kernel/fs/procfs: undefined symbol 'schedctl_set_cidpri' WARNING: mod_load: cannot load module 'procfs' WARNING: Cannot mount /proc WARNING: file system 'mntfs' version mismatch WARNING: Cannot mount /etc/mnttab WARNING: file system 'tmpfs' version mismatch WARNING: Cannot mount /etc/svc/volatile WARNING: file system 'objfs' version mismatch WARNING: Cannot mount /system/object WARNING: file system 'sharefs' version mismatch WARNING: Cannot mount /etc/dfs/sharetab /kernel/fs/procfs: undefined symbol 'schedctl_set_cidpri' WARNING: mod_load: cannot load module 'procfs' WARNING: file system 'sockfs' version mismatch /kernel/fs/procfs: undefined symbol 'schedctl_set_cidpri' Any idea how it happens and what I can do ? This is my pv.py name = "opensolaris" vcpus = 1 memory = "512" kernel = '/opt/img/os-08-05/unix' ramdisk = '/opt/img/os-08-05/boot_archive' extra = '/platform/i86xpv/kernel/unix -B zfs-bootfs=rpool/27' #extra = '/platform/i86xpv/kernel/unix' disk = [ 'file:/opt/img/os-08-05/solaris.img,0,w'] #root= '/dev/dsk/c0t0d0' vif = ['mac=00:16:3e:70:01:01'] on_shutdown = "destroy" on_reboot = "restart" on_crash = "destroy" The fedora 8 system xen packages are: kernel-xen-2.6.21.7-3.fc8 xen-libs-3.1.2-2.fc8 xen-3.1.2-2.fc8 kernel-xen-devel-2.6.21.7-3.fc8 [EMAIL PROTECTED] xen]# uname -r 2.6.21.7-3.fc8xen This message posted from opensolaris.org _______________________________________________ xen-discuss mailing list [email protected]
