Monday, May 13, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 20909  / 2 Years ago, wed, june 1, 2022, 9:15:04

When attempting to start the iscsitarget service, I get




FATAL: Module iscsi_trgt not found.




Trying to build module using instructions from http://sourceforge.net/apps/mediawiki/iscsitarget/index.php?title=Unofficial_DEBs fails and the build log only has a single line in it saying the build started. Nothing about the failure.


More From » modules

 Answers
2

It depends on your ubuntu-version.



On newer systems (since Maverick) you have to install some additional packets:



sudo aptitude install iscsitarget iscsitarget-source iscsitarget-dkms


This compiles the required module automagically.



On Lucid you have to compile yourself (and maybe again after every kernel-update):



sudo aptitude install iscsitarget iscsitarget-source
# compile with module-assitant
sudo m-a a-i iscsitarget

[#43276] Friday, June 3, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
wenceslockro

Total Points: 494
Total Questions: 127
Total Answers: 97

Location: Chad
Member since Mon, Dec 5, 2022
1 Year ago
;