Jump to content

xxbryantd

Members
  • Posts

    45
  • Joined

  • Last visited

Posts posted by xxbryantd

  1. Ended up not being a cable or port issues. I delete the network.cfg file on the boot drive and then plugged in cables to all 3 ports to see if any would grab a new ip. I was then able to login and change my main eth0 back to my 10gb card and set my static ip that I wanted for server.

  2. 6 hours ago, JorgeB said:

    That suggests the executable is missing or not correctly installed, double check you've followed the instructions correctly.

    So I had to run the command as ./sas3flash and it ran with no problem, but now I get this message  "ERROR: Cannot Flash IT Firmware over IR Firmware!"

    root@Tower:/lsi# ./sas3flash -o -f SAS9300_8i_IT.bin
    Avago Technologies SAS3 Flash Utility
    Version 17.00.00.00 (2018.04.02) 
    Copyright 2008-2018 Avago Technologies. All rights reserved.
    
            Advanced Mode Set
    
            Adapter Selected is a Avago SAS: SAS3008(C0)
    
            Executing Operation: Flash Firmware Image
    
                    Firmware Image has a Valid Checksum. 
                    Firmware Version 16.00.01.00
                    Firmware Image compatible with Controller. 
    
                    Valid NVDATA Image found. 
                    NVDATA Major Version 0e.01 
                    Checking for a compatible NVData image... 
    
                    NVDATA Device ID and Chip Revision match verified.
                    NVDATA Versions Compatible.
                    Valid Initialization Image verified.
                    Valid BootLoader Image verified.
    
                    ERROR: Cannot Flash IT Firmware over IR Firmware!
    
                    Firmware Image Validation Failed! 
    
            Due to error remaining commands will not be executed.
            Unable to Process Commands.
            Exiting SAS3Flash.

     

  3. 16 hours ago, ljm42 said:

    If anyone else is having the same issue, it is related to IPv6. If you are able to disable IPv6 then you can get up and running right away, otherwise it will be fixed in the next rc.

    How do I temporarily disable IPv6 to test and make sure this is my issue?

  4. 1 hour ago, ljm42 said:

    OK it sounds like there is a problem with the nginx config. In rc4 this would happen if you had ipv6 enabled, but that issue should be resolved in rc5.

     

    If you wouldn't mind, please DM me this file off your server:
      /etc/nginx/conf.d/servers.conf
    The easiest way is probably to open a web terminal and type:
      cat /etc/nginx/conf.d/servers.conf
    Then copy/paste the results into a DM

    Sending it now

  5. Quote

    Unraid OS 6.10.0-rc5 with My Servers plugin version 2022.04.26.1740
     Signed in to Unraid.net as xxbryantd
    Use SSL is auto
     Rebind protection is disabled for myunraid.net

    Local Access url: https://192-168-1-75.hash.myunraid.net:5443
     192-168-1-75.hash.myunraid.net resolves to 192.168.1.75
    Remote Access url: https://[redacted].hash.myunraid.net:[redacted]
     [redacted].hash.myunraid.net resolves to [redacted]
    IP address changes were detected, nginx was reloaded

    Request:
    {
        "keyfile": "[redacted]",
        "plgversion": "2022.04.26.1740",
        "internalhostname": "*.hash.myunraid.net",
        "internalport": "5443",
        "internalprotocol": "https",
        "remoteaccess": "yes",
        "servercomment": "",
        "servername": "Tower",
        "internalip": "192.168.1.75",
        "externalhostname": "*.hash.myunraid.net",
        "externalport": "[redacted]",
        "externalprotocol": "https"
    }
    Response (HTTP 200):
    []
    success

     

  6. Im attempting to access my server via the myservers plugin. I have changed the settings to use port 5443 and have opened that port on my router like I would open any other port. I used a online portchecker to see if the port was open and it shows it works just fine, but when I go to use the tool inside the myservers setting paged, it showed that the port is unreachable? What do I need to look at or check? 

  7. Im attempting to shutdown unraid with the following in a batch file, but it requires keyboard input to confirm once its ran. Is there anyway around that or some other way to shutdown unraid cleanly with a script on a remote computer that on the same network

    plink.exe -ssh -pw passwordhere useridhere@serveriphere powerdown

  8. I currently have a windows pc running 24/7 thats connected to my ups. Is it possible for unraid to read the ups status from my windows computer? The unraid server needs to be the first things that shuts down, otherwise id have it as the main computer connected to the ups.

  9. So my main setup is using eth0 for network traffic, but I have a separate NIC card setup named eth2. Would it be possible to setup a docker like deluge to use eth2 only for any network traffic, but also have it accessed by eth0 dockers?

×
×
  • Create New...