Jump to content

LEXmono

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by LEXmono

  1. So adding the following to "Extra Parameters" on each docker will allow you to offload the syslog to the IP and port specified. Make sure you change the value of tag to something notable so you can sort in Graylog and your IP of course. 

     

     

    --log-driver=syslog --log-opt tag="radarr" --log-opt syslog-address=udp://192.168.1.55:514

     

     

    If you are using TCP on your input you can use:

    --log-driver=syslog --log-opt tag="radarr" --log-opt syslog-address=tcp://192.168.1.55:514

     

    • Upvote 1
  2. Anyone successfully reverse proxy the Unraid GUI with this? Or other dockers that possibly have multiple sub directories they pull files from?

     

    I am trying to get https://mydomain.com/unraid to load http://tower BUT I use muximux on my root / directory and would like to keep using that at the root.

     

    Anyone curious, just had to make it its own sub domain:

     

    server {

     

            listen 443;

            server_name unraid.sub.domain.com;

            location / {

                    include /config/nginx/proxy.conf;

                    proxy_pass http://10.10.10.115;

                    auth_basic "Restricted";

                    auth_basic_user_file /config/nginx/.htpasswd;

                    add_header Content-Security-Policy "default-src *.sub.domain.com 'self' 'unsafe-eval' 'unsafe-inline';";

     

            }

    }

  3. Yeah only one onboard. I tried adding a PCI NIC, but I couldn't get it to work either.

     

    When you install another NIC, better disable the onboard interface, this would allow unRAID to select the new NIC as eth0 (=first interface).

     

     

    Good thought! I will try this tonight!

  4. I rebooted unraid to flash my m1015 sas controller and before I could do anything, I tried getting back into my unraid. The networking does not load. During boot/inet restart I get errors regarding NOCARRIER.

     

     

    eth0: executing '/lib/dhcpd/dhcpd-run-hooks' PREINIT

    eth0: executing '/lib/dhcpd/dhcpd-run-hooks' NOCARRIER

    eth0: waiting for carrier

     

    And then it kills and forks to background never to obtain IP. My DHCP server is handing out leases fine.

     

    I have tried leaving the NIC in DHCP, as well as staticd and I am unable to reach it at all. Known good cables and hardware. Seems it cannot get an IP address. Any suggestions?

  5. Have you tried restarting sshd?

     

    /etc/rc.d/rc.sshd restart

     

    Just tried. Getting the following error message. "Warning. There does not appear to be a parent instance of sshd running. If you really want to kill all running instances of sshd (including any sessions currently in use), run '/etc/rc.d/rc.sshd stop' instead"

     

     

    Looks like it's not running at all which would be why you can't get in. Try:

     

    /etc/rc.d/rc.sshd start

  6. Hello all! New to the unRAID family. I have a Dell PE 2970 which i am trying to get setup with unraid 6.1.2. The only issue I am having so far is I am unable to get the OS to recognize the drives.

     

    I have 8 drives. Unfortunately the PERC 5/i seems to be unable to disable the raid so i made 8 raid 0 volumes but I still only get the following in the syslog. Am I missing something? Not sure if I am looking at driver issues or just plain incompatibility. Any insight would be greatly appreciated! Let me know if you need anything else from me!

     

    root@MediaSrv:~# dmesg|grep -i sata
    sata_svw 0000:0a:0e.0: version 2.3
    scsi host0: sata_svw
    scsi host1: sata_svw
    scsi host2: sata_svw
    scsi host3: sata_svw
    ata1: SATA max UDMA/133 mmio m8192@0xee2fe000 port 0xee2fe000 irq 10
    ata2: SATA max UDMA/133 mmio m8192@0xee2fe000 port 0xee2fe100 irq 10
    ata3: SATA max UDMA/133 mmio m8192@0xee2fe000 port 0xee2fe200 irq 10
    ata4: SATA max UDMA/133 mmio m8192@0xee2fe000 port 0xee2fe300 irq 10
    ata1: SATA link down (SStatus 4 SControl 300)
    ata2: SATA link down (SStatus 4 SControl 300)
    ata3: SATA link down (SStatus 4 SControl 300)
    ata4: SATA link down (SStatus 4 SControl 300)

     

     

     

     

    mediasrv-syslog-20150912-1542.zip

×
×
  • Create New...