Kernel 2.6.35 branch / iSCSI-Target Tape

macday

Member
Mar 10, 2010
408
0
16
Stuttgart / Germany
Hello,

I´m testing the 2.6.35 kernel but I got one error:

Starting iSCSI-SCST target service: WARNING: Error inserting scst (/lib/modules/2.6.35-1-pve/extra/scst/scst.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting iscsi_scst (/lib/modules/2.6.35-1-pve/extra/scst/iscsi-scst.ko): Unknown symbol in module, or unknown parameter (see dmesg)

Could you help me ?

best regards
MacDay
 
You simply need to create the following directory:

# mkdir -p /var/lib/scst/pr

After reboot scst and iscsi_scst modules should load correctly.

Dos that solve the issue?