Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gentoo x64 iscsid probleem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Dutch
View previous topic :: View next topic  
Author Message
ckruijntjens
n00b
n00b


Joined: 03 Jul 2013
Posts: 1

PostPosted: Wed Jul 03, 2013 1:53 pm    Post subject: gentoo x64 iscsid probleem Reply with quote

Goedemiddag Allemaal,

Ik ben nieuw op het gentoo forum. (en met gentoo). Ik heb een gentoo systeem geinstalleerd (x64). Nu wil ik een iscsi initiator starten. Als ik iscsid start
krijg ik de volgende foutmelding.

* Use of the opts variable is deprecated and will be
* removed in the future.
* Please use extra_commands, extra_started_commands or extra_stopped_commands.
* Checking open-iSCSI configuration ...
* Loading iSCSI modules ...
modprobe: invalid option -- 'l'
* Loading libiscsi: not found ... [ !! ]
* ERROR: iscsid failed to start

Ik heb op meerdere forums gekeken en hier word gezegt dat het met kernel modules te maken heeft. ik heb mijn kernel configuratie aangepast en de kernel opnieuw gecompiled. Niets wil helpen.

Weet iemand heo dit probleem op te lossen, zodat ik iscsi kan gebruiken???





Het is al opgelost. De oplossing was:


i changed /etc/init.d/iscsid, replacing modprobe by lsmod :

-- # if [ -n "$(modprobe -l | grep ${m})" ]
++ if [ -n "$(lsmod | grep ${m})" ]


Alvast bedankt!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Dutch 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