From: Bart V. A. <bva...@ac...> - 2019-01-25 15:58:20
|
On Fri, 2019-01-25 at 10:37 +0200, Alexander Turner wrote: > Dear Devels, > > Below the steps I have followed to install iSCSI-SCST (basically from http://scst.sourceforge.net/iscsi-scst-howto.txt) > > Fresh Install Debian 9 (add a few sources to /etc/apt/sources.list) > apt upgrade > apt update > apt-get install gcc libncurses5-dev linux-headers-`uname -r` lsscsi patch subversion > apt-get install build-essential > apt-get linux-source (although not really required I don't think) > svn co https://svn.code.sf.net/p/scst/svn/trunk scst > > Following explanation from Bart, no need to patch the kernel. So proceeded as follows: > > Within scst directory: > make 2release > make scst scst_install iscsi iscsi_install scstadm scstadm_install > > Following this if I try to modprobe scst or I run /etc/init.d/scst status I get the following error: > > FATAL: Module scst not found in directory /lib/modules/4.9.0-8-amd64 > > What am i doing wrong? Please check whether running "depmod" fixes this. I will check whether this needs to be added into an SCST makefile. Thanks, Bart. |