|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Couldn't open directory /lib/modules/2.6.26-2-xen-686: N
On Mon, Oct 19, 2009 at 1:25 PM, Siju George <sgeorge.ml@gmail.com> wrote:
While booting the above option I get the errors.
Couldn't open directory /lib/modules/2.6.26-2-xen-686: No such file
or directory
FATAL: Could not open /lib/modules/2.6.26-2-xen-686/modules.dep.temp
for writing: No such file or directory
Here you got error that there is no such file or directory:
/lib/modules/2.6.26-2-xen-686/modules.dep.temp
I have the above directory installed with the following files.
debian-xen:~# uname -r
2.6.26-2-686
debian-xen:~# ls -l /lib/modules/`uname -r`
total 1872
drwxr-xr-x 9 root root 4096 2009-10-14 16:09 kernel
-rw-r--r-- 1 root root 410793 2009-10-14 16:09 modules.alias
-rw-r--r-- 1 root root 69 2009-10-14 16:09 modules.ccwmap
-rw-r--r-- 1 root root 392500 2009-10-14 16:09 modules.dep
-rw-r--r-- 1 root root 813 2009-10-14 16:09 modules.ieee1394map
-rw-r--r-- 1 root root 451 2009-10-14 16:09 modules.inputmap
-rw-r--r-- 1 root root 22763 2009-10-14 16:09 modules.isapnpmap
-rw-r--r-- 1 root root 74 2009-10-14 16:09 modules.ofmap
-rw-r--r-- 1 root root 298215 2009-10-14 16:09 modules.pcimap
-rw-r--r-- 1 root root 1429 2009-10-14 16:09 modules.seriomap
-rw-r--r-- 1 root root 180744 2009-10-14 16:09 modules.symbols
-rw-r--r-- 1 root root 554592 2009-10-14 16:09 modules.usbmap
debian-xen:~#
here you list files and directories in: /lib/modules/2.6.26-2-686 First check that directory: /lib/modules/2.6.26-2-xen-686 exists. Second: ensure that you really boot into xen kernel, because the:
uname -r shouldn't return:
2.6.26-2-686
but: 2.6.26-2-xen-686
Regards, Vlado
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|