gingerdude

Members
  • Posts

    17
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

gingerdude's Achievements

Noob

Noob (1/14)

2

Reputation

  1. Got it. Added commands to the go script. That worked. Thanks!
  2. I'm trying to make changes to /etc/php/php.ini and /etc/php-fpm.d/www.conf but both seem to revert upon reset. Is there a means to keep my settings persistent across reboots? Thanks!
  3. Understandable. I am a software Developer. I understand third party dependencies 🙂 I'll put the config change in and watch the above issue for resolution.
  4. I followed the guide here to move my settings into a separate config file and I'm still getting the error. I don't think that is the solution. Furthermore turning off the logging messages feels like a bandaid to me and not a real solution. Edit: I'm on 6.11.2
  5. I did the full recreation when I originally ran into the connection issue so I can't rule out that it wasn't also required. Regardless, even after doing so the DNS would not work, the IP address did. So potential solutions may need a recreation of the setup if it doesn't just work.
  6. Nevermind, just got it. Instead of entering the DNS address of the IQN like I have done in the past I needed to enter the IP Address of the Server and then it automatically discovered it. So if you run into this issue try that first. Thank you for the quick turnaround @ich777 and @SimonF!
  7. Hey @ich777 and @SimonF. Thanks for the update. I pulled the package and while it does resolve the issue with the plugin not working at all, such as the Status screen being back to normal, I am still unable to connect to the Drive I created. It failed to automatically reconnect and removing and re-adding the IQN leads to the IQN not being discoverable. Nothing else has changed on my network besides updating Unraid and updating this plugin. Any ideas?
  8. I'm getting a similar error as above, but uninstalling and reinstalling isn't helping this time. Looks like libffi.so.7 is no longer included with the latest Unraid 6.11.2 base install. Looks like the script here tries to create a symlink to it https://github.com/SimonFair/unraid.iSCSI/blob/27d5a6eaa575b0643fa90cabbecab370fbc1ed57/iSCSIgui.plg Any way to get this to work again? A similar symlink to 8 just generates an error about needing 7
  9. Finally getting time to mess with this again. The Display listed was the QEMU display adapter, not the actual monitor itself. Turns out I just needed to update OpenCore and drop a newer version of the files into the Bootloader. It has restored my ability to use external monitors. Thanks for chiming in though! 😀
  10. Any luck on this? I chose the same MSI card as the poster above as it is listed as supported by Apple directly in an article that was last updated yesterday! I am having no luck getting the display to light up upon moving up to Monterey, worked fine in Big Sur. It's detected as a Metal supported GPU if I go into the VM via TeamViewer. Also works to accelerate iOS simulators just fine, proving it is actually using the GPU to accelerate. Makes no sense, just no display. Same as the other folks, it will show the BIOS and Apple logo until about halfway and then shut off. Has to be a bug on Apple's side. I've seen others complaining about external displays on Monterey on native Apple machines. I have an M1 Max on Monterey that works fine with the same display though. https://support.apple.com/en-us/HT202239
  11. That's what I figured. I noticed other people have more substantial logging for their MCE errors than what I'm getting back. The reason I asked is because after installing the mce package, and getting the MCE to happen, it just spits out something along the lines of my AMD CPU not being supported. I was expecting it to spit out a more detailed report that I could use to prove my hypothesis as to why it's happening. Side note: It started happening when I broke apart one of my IOMMU groups and shared two USB hubs on it between two different VMs using the ACS patch. Seems to introduce some instability as the MCE error occurs occasionally when I have to restart the VMs. I suspect an isolation violation and one VM, or the host, is writing across that boundary between the devices since it's not actually isolated. Alternatively it could be issuing a reset command to one device and the other also restarts, and brings down the entire system with it. If I can prove what it is I can try to mitigate it (like turning off flr for that entire IOMMU group if that's the issue for example).
  12. I have the Fix Common Problems utility installed. It caught an MCE error. I noticed in the syslog it shows the error that mcelog generates. However in Fix Common Problems utility it suggests I install it? Does installing mcelog via the package manager actually give me increased functionality (like more detailed logging)? Or is the messaging insisting you install the mcelog package outdated and it already exists in Unraid by default? I don't like to install stuff I don't need.
  13. Everything was created beforehand. I now realize it's because the formatting for that Lun Id field is "fileio:test3". I was trying everything like "lun0" "backstores/fileio/test3" etc. I just needed to see the fields completed in an example to understand what to do.
  14. Actually I dug into the code and found the issue. The command to add a mapping is populated incorrectly from the UI. The command that is generated during the Mapping process when using the UI has the word "typename" where it should contain the Lun ID (ie "lun0"). Hence the command will fail every time. No wonder I was confused.
  15. I'm at a loss on how to set this up. I muddled my way through the other UI setup you all had. The new one is less straightforward. Got everything done except for the Add Map step on the Initiators page. What actually goes into the fields? Why are these not pre-populated or drop downs from the data that exists elsewhere in the plugins? I have no idea what format the Lun or Backstore name should be to enter into this form? Is there a set of screenshots where someone shows what those entries should look like?