search for: kern_error

Displaying 1 result from an estimated 1 matches for "kern_error".

Did you mean: kern_err
2007 May 18
0
mach_mpspec.h, mach_apicdef.h & xenbus_mkdir
...cdef.h: No such file or directory Copying these files from mach-generic or mach-default allows the build to proceed. But on loading the module it receives an error trying to call xenbus_mkdir. Specifically it calls: if((ret = xenbus_mkdir(t,"modules" , ""))){ printk(KERN_ERROR "modreporter: Error making \"modules\" directory: %d.\n", ret); } It hits the error condition with error value -22 (-EINVAL). I used xenstore''s trace option, and a number of printk''s in the xenbus_mkdir path and determined that the problem seems to be th...