Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
iSCSI Target
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
davesil2
n00b
n00b


Joined: 11 Apr 2005
Posts: 1

PostPosted: Mon Apr 11, 2005 2:07 pm    Post subject: iSCSI Target Reply with quote

I have "successfully" install iSCSI Target 0.4.6 from sourceforge. I am also relatively new to Gentoo.

I have to use the command "make KERNELSRC=/usr/src/linux" then "make KERNELSRC=/usr/src/linux install". The first command (as I understand it) patches the kernel and the second command compiles the code to create the daemons and scripts.

What is odd is that any time I recompile my kernel, I have to recompile the iscsi target code.

I'm not clear on why this happens. The code was not written specifically for gentoo I know. I also cannot use rc-status because the script is written for bash and does not use the start-stop-daemon. Any thoughts/help would be appreciated.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54234
Location: 56N 3W

PostPosted: Mon Apr 11, 2005 3:01 pm    Post subject: Reply with quote

davesil2,

Code:
make KERNELSRC=/usr/src/linux
configutes and compiles the code against the kernel at /usr/src/linux
Code:
make KERNELSRC=/usr/src/linux install
installs the code in /lib/modules/<kernel-ver>/... somewhere.
Hence at every kernel change you need to do it again. iSCSI looks like it involves external kernel module(s), which drop out when the kernel is rebuilt.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum