Code Monkey home page Code Monkey logo

Comments (6)

 avatar commented on August 26, 2024

Upon further research, the dev arguments were only added in Yosemite (https://forums.developer.apple.com/thread/9332). Going to try using Kext Utility to install. Will post result

from iscsiinitiator.

 avatar commented on August 26, 2024

After running Kext Utility, I was able to drag the kext into the Kext Utility App and then use the kextload command "sudo kextload /System/Library/Extensions/iSCSIInitiator.kext" to successfully load the kext. Perhaps worth adding to the readme?

from iscsiinitiator.

 avatar commented on August 26, 2024

Now I have a different issue. It wont accept my target name. Trying to follow the Wiki on initiator configuration. Both this and trying to add a target result in:
The specified target name is not a valid IQN or EUI-64 identifier

Using the following commands:
sudo iscsictl modify initiator-config -node-name iqn.1997-05.tw.com.proware:proips-006926bc0:dev0:ctr1

and

sudo iscsictl add target iqn.1997-05.tw.com.proware:proips-006926bc0:dev0.ctr1,192.1.20.30

from iscsiinitiator.

 avatar commented on August 26, 2024

Can anybody help me please?

from iscsiinitiator.

nsinenian avatar nsinenian commented on August 26, 2024

The invalid IQN issue was opened and closed some time ago; please see those comments. The IQN validation code only allowed for 3-character TLDs, and you have a 2 character TLD (i.e., .tw). This was addressed in the develop branch and has yet to make it into master (and hence the next beta release), so it shouldn't be a problem moving forward. Please use the develop branch until this has been resolved. If the problem persists using the develop branch, please let us know.

As for the second issue, the security restrictions dictate different requirements for OS El Capitan (i.e., the extension is installed in /Library/Extensions instead of /System/Library/Extensions). The best solution is to adapt the installation script accordingly for different versions of OS X, I will make the necessary changes for the next commit.

from iscsiinitiator.

nsinenian avatar nsinenian commented on August 26, 2024

I'm closing this as the necessary changes have been made (develop branch). The next beta release will absorb these changes.

from iscsiinitiator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.