On Wed, 2012-08-29 at 12:52 +0400, Volodin Arkady "Enforta" wrote: > Hi! > > I trying to build iscsi_target system, compiled kernel and getting > "duplicate symbol config_group_find_item" error: > > root@ftp:/# targetcli > targetcli GIT_VERSION (rtslib GIT_VERSION) > Copyright (c) 2011 by RisingTide Systems LLC. > All rights reserved. > Kernel module target_core_mod exists but fails to load: FATAL: Error > inserting target_core_mod > (/lib/modules/3.2.28HandMade/kernel/drivers/target/target_core_mod.ko): > Invalid module format > root@ftp:/# dmesg | tail -n1 > configfs: exports duplicate symbol config_group_find_item (owned by kernel) It looks like your compiling these modules incorrectly. Why aren't you just compiling the target code from v3.2.x-stable, instead of putting this together by hand..? > root@ftp:/# modprobe target_core_mod > FATAL: Error inserting target_core_mod Also, you never want to manually load target_core_mod. Please use /etc/init.d/target start. > (/lib/modules/3.2.28HandMade/kernel/drivers/target/target_core_mod.ko): > Invalid module format > root@ftp:/# dmesg | tail -n1 > configfs: exports duplicate symbol config_group_find_item (owned by kernel) > > Thank you very much for your attention! > --nab -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html