|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Modules error
On Sun, 2005-05-15 at 15:47, Ramesh Babu wrote:
> Hi,
>
> while booting up the base hardware using Xen kernel , I get "modules"
> missing error . any way i can fix this ?
>
> /lib/modules/2.6.10-xenU/modules.dep -- not found !
If the kernel boots far enough to get a login prompt then run "depmod
-a".
You say "booting up the base hardware", which sounds like you are trying
to boot domain 0 rather than a guest domain. If that's the case then you
want to be using 2.6.10-xen0 rather than 2.6.10-xenU.
> Also under this directory I have 2 unresolvable links ( build and
> source ) ... not sure how they got created !!?
>
> [root@rveerach-linux1 2.6.10-xenU]# pwd
> /lib/modules/2.6.10-xenU
> [root@rveerach-linux1 2.6.10-xenU]# ls -l
> total 12
> lrwxrwxrwx 1 root root 86 May 15 19:53 build ->
> /auto/groups/xeno-xenod/users/xenod/cron-build/F17924.dir/xen-2.0.bk/linux-2.6.10-xenU
> drwxr-xr-x 6 root root 4096 May 15 19:44 kernel
> lrwxrwxrwx 1 root root 86 May 15 19:53 source ->
> /auto/groups/xeno-xenod/users/xenod/cron-build/F17924.dir/xen-2.0.bk/linux-2.6.10-xenU
> [root@rveerach-linux1 2.6.10-xenU]#
As John pointed out, these symlink to the build tree. As you have
installed the binary distribution, you won't have this. These symlinks
can be ignored (they actually point to the local path on the machine in
Cambridge that the build was performed on - this is not a problem in
most cases but has been/will be fixed now-ish).
James
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|