Skip to content

Instantly share code, notes, and snippets.

@hiroyuki-sato
Created November 18, 2014 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiroyuki-sato/3f5e48348d8267190165 to your computer and use it in GitHub Desktop.
Save hiroyuki-sato/3f5e48348d8267190165 to your computer and use it in GitHub Desktop.
SCST SVN build step

checkout source

svn checkout svn://svn.code.sf.net/p/scst/svn/branches/3.0.x

rebuild kernel

scripts/rebuild-rhel-kernel-rpm
sudo rpm -ivh --force /path/to/rpmbuild/RPMS/x86_64/kernel-*.rpm

compile and install scst

cd 3.0.x
make 2release

make scst scst_install
make srpt srpt_install
make iscsi iscsi_install
make scstadm_install
@tfraley
Copy link

tfraley commented Aug 24, 2017

Hey buddy,
I understand this is an old post.
was wondering if you can lend some direction.

I'm trying to install scst on Centos 7.2
and get a no match put_page_callback patch guess it's not finding the current kernel.
I have not updated just a straight 7.2 install

Any suggestion on how to get this working would be greatly appreciated.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment