Hi,
I’m using autoyast for setting up our HPC nodes. We are using some additional software to access
our file system (quantum STORNEXT).
We have prepared a new installation source (http) with all files (system, system updates, sdk, sdk updates and compiler).
After installing a node using autoyast with this repository everything seems to be fine, but when I try to
install the stornext software (building a kernel module) I run into problems. Everything is build correctly (kernel module),
the software is installed, but when I try to load the module the following error appears:
node31:~ # modprobe -v cvfs
insmod /lib/modules/3.12.49-11-default/extra/cvfs.ko
modprobe: ERROR: could not insert 'cvfs': Exec format error
dmesg | tail -1
[ 721.104497] module: cvfs: Unknown rela relocation: 4
I check the kernel version, compiler libs all seems to be the same (compared to a manually installed system).
Any idea ?