[EMAIL PROTECTED] wrote:
> 
> i installed open-iscsi-2.0-868-rc1  in kernel 2.6.21-2950.fc8xen.
> and getting the following error::
> [EMAIL PROTECTED] init.d]# ./open-iscsi start
> Starting iSCSI initiator service: FATAL: Error inserting ib_iser 
> (/lib/modules/2.6.21-2950.fc8xen/kernel/drivers/infiniband/ulp/iser/ib_iser.ko):
>  Unknown symbol in module, or unknown parameter (see dmesg)
>                                               [  OK  ]                        
>                
>                                              [  OK  ]
> Setting up iSCSI targets: iscsiadm: No records found!
>                                               [  OK  ]
>   
> 
> dmesg shows::
> ib_iser: disagrees about version of symbol iscsi_set_param
> ib_iser: Unknown symbol iscsi_set_param
> ib_iser: disagrees about version of symbol iscsi_conn_get_param
> ib_iser: Unknown symbol iscsi_conn_get_param
> ib_iser: disagrees about version of symbol iscsi_conn_teardown
> ib_iser: Unknown symbol iscsi_conn_teardown
> ib_iser: disagrees about version of symbol iscsi_session_get_param
> ib_iser: Unknown symbol iscsi_session_get_param
> ib_iser: disagrees about version of symbol iscsi_conn_send_pdu
> ib_iser: Unknown symbol iscsi_conn_send_pdu
> ib_iser: disagrees about version of symbol iscsi_conn_start
> ib_iser: Unknown symbol iscsi_conn_start
> ib_iser: disagrees about version of symbol iscsi_prep_unsolicit_data_pdu
> ib_iser: Unknown symbol iscsi_prep_unsolicit_data_pdu
> ib_iser: disagrees about version of symbol iscsi_session_teardown
> ib_iser: Unknown symbol iscsi_session_teardown
> ib_iser: disagrees about version of symbol iscsi_unregister_transport
> ib_iser: Unknown symbol iscsi_unregister_transport
> ib_iser: disagrees about version of symbol iscsi_conn_stop
> ib_iser: Unknown symbol iscsi_conn_stop
> 

You can ignore this if you are not using iser.

The modules from the open-iscsi tarball are not compatible with the 
upstream iscsi modules. The open-iscsi release has scsi_transport_iscsi 
and libiscsi, which is used by other modules like ib_iser and qla4xxx, 
but the open-iscsi modules have different structures and function 
definitions, so the upstream iser and qla4xxx modules will not always 
work with them. This is fine normally because most people want iscsi_tcp 
which is regular old iscsi over tcp/ip.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to open-iscsi@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/open-iscsi
-~----------~----~----~----~------~----~------~--~---

Reply via email to