Hello, ganesh nikam, on 06/09/2010 05:19 PM wrote: > Hello Friends, > > I am trying to configure FCoE initiator and target. I am following steps > mentioned on following link: > > http://www.mail-archive.com/[email protected]/msg03299.html > > In the 1st step og target module builds the command given is: > 1. cd <path-to-scst>/trunk/scst/src > > I have downloaded latest source code of scst. in its directory structure it > don't have the "trunk" directory.
If you downloaded SCST SVN code by "svn co https://scst.svn.sourceforge.net/svnroot/scst/trunk" you are already in the "trunk" directory. > but somehow I manage to compile this > package. > At the end of make install command it has given 3 warnings : > > ======================= > DEPMOD 2.6.32 > WARNING: /lib/modules/2.6.32/extra/scst.ko needs unknown symbol > blk_rq_map_kern_sg > WARNING: /lib/modules/2.6.32/extra/scst.ko needs unknown symbol > blk_rq_unmap_kern_sg > WARNING: /lib/modules/2.6.32/extra/scst.ko needs unknown symbol sg_copy > make[2]: Leaving directory `/home/ganesh/Downloads/linux-2.6.32' > > ==================== Looks like the "somehow" wasn't correct. Have you manually wrote #define SCSI_EXEC_REQ_FIFO_DEFINED anywhere? Don't do that. Remove it and everything will work. > and lastly it has given the message: > > mkdir -p /var/lib/scst/pr > **************************************************************** > *!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!* > *!! !!* > *!! Now don't forget to rebuild and reinstall all your !!* > *!! target drivers, custom dev handlers and necessary user !!* > *!! space applications. Otherwise, because of the versions !!* > *!! mismatch, you could have many problems and crashes. !!* > *!! See IMPORTANT note in the "Installation" section of !!* > *!! SCST's README file for more info. !!* > *!! !!* > *!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!* > **************************************************************** > > Here I want to ask that which version mismatch it has found ? and will these > above warning will affect next steps for the target ? Reread this message. It isn't about any found problem, it's just a warning. > After this make install, I have tried to compile open-fcoe-target. the > command mentioned for this is: > > make SCST=<path-to-scst>/trunk/scst install_tgt > > my query is what is this "scst" . is it a scst.ko module ?. In my source > code there is no trunk directory, so what should I give on the command line > ? > > Note : i am compiling all this packages for kernel version 2.6.32 > > your answers will be very helpful to me. thanks in advance > _______________________________________________ devel mailing list [email protected] http://www.open-fcoe.org/mailman/listinfo/devel
