-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mojave support #101
Comments
Has not been tested with Mojave. Where are you seeing the segfault? When you run iscsictl? the daemon iscsid? What are you typing in to generate the segfault? Is it reproducible? Does it segfault regardless of the input? If you would like to contribute to testing and development please provide some more information. |
Same--here's what the crash report looks like:
|
Compiling the sources works |
When compiling from source on Mojave I was getting
However this has not entirely fixed my install as I now receive a |
This seems to be a red herring, turned out to be a target-side error, as on rebooting the array, the compiled from source binary is working on macOS Mojave. |
Hello @nsinenian, I am also having the same Thanks! Command line build attempt (from fresh source):
|
So I was able to get this working in Mojave with some additional tinkering and @simonarnell's helpful comments above. I would suggest that providing a fresh install package for Mojave users would be helpful and appreciated. |
Hello everyone, so to sum up, everything is working fine under Mojave if you uninstall, build from sources while removing the info.plist, and reinstall ? |
And I get a totally different error than y'all have reported when trying to log into a target: I believe this comes from iscsid sending back garbage to the client, but I haven't got much further than that. Changing the build settings (by removing the plist copy), changing the build system and fixing the warnings, nothing seems to help. Anyone have thoughts? |
@eg0n sadly, I don't have an answer for you, you should try to unload com.github.iscsi-osx.iscsid.plist, kextunload ISCSIInitiator.kext, kextload ISCSIInitiator.kext, and reload com.github.iscsi-osx.iscsid.plist ? About this though, now that it's working for me, I have random kernel panics when kextunloading. Not sure why it works sometimes and why it doesn't work other times. |
Just an update: I was able to build and use the results successfully. However, I then started seeing reliable disconnects that (after a loooong time) I traced back to an asymmetric routing problem. I seem to be all good for now! |
Is it possible to get a reliable build / install package for Mojave? |
Any chance on an updated release for Mojave? |
Hi, |
Hi. |
Hi. included all the file from a Xcode 10.3 build. I have not tested a connection yet. |
@armandckj perhaps, it would be better to make a pull-request? |
Hi, |
Hi!
What about Mojave? I'm getting
Segmentation fault: 11
on Public Beta 6 :-(The text was updated successfully, but these errors were encountered: