dheg

Members
  • Posts

    413
  • Joined

  • Last visited

Posts posted by dheg

  1.   

    3 hours ago, dja said:

    Well, I would disable docker and reboot. See if that clears it up. You might try this to get GUI and disable the service. 
    /etc/rc.d/rc.docker stop

    You could then do-
    /etc/rc.d/rc.nginx-fpm restart
    /etc/rc.d/rc.php-fpm restart

    See if your GUI comes back, disable or otherwise investigate.  *Disclaimer, not a pro. Don't think this will hurt, anything- but I'm putting it out there! :)

     

    I fixed it, one of the dockers (Heimdall) was using port 443, you put me in the right path!

    Instead of messing with the command line, I tried first to start in safe mode, the webgui loaded without issues.

    I changed the docker port to 443 and rebooted, everything is fine now.

     

    Thanks!

    • Like 1
  2. 3 hours ago, dja said:

    Did you get this sorted?

    I'm seeing this repeated near the end of logging quite a bit.  (Line 3231 in syslog)
    Something to look at possibly. 
     

    
    Jul 25 22:06:08 gaia root: Starting Nginx server daemon...
    Jul 25 22:06:08 gaia nginx: 2021/07/25 22:06:08 [emerg] 19819#19819: bind() to 0.0.0.0:443 failed (98: Address already in use)
    Jul 25 22:06:08 gaia nginx: 2021/07/25 22:06:08 [emerg] 19819#19819: bind() to [::]:443 failed (98: Address already in use)
    Jul 25 22:06:08 gaia root: nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
    Jul 25 22:06:08 gaia root: nginx: [emerg] bind() to [::]:443 failed (98: Address already in use)

     

     

    Thanks for this, it's not yet sorted, I was hoping for some clues.

    The only thing I can think of is that I have assigned those ports to docker.

    Do you know how can I check docker from the command line?

  3. The system was working fine until yesterday. I had a power outage but the UPS did its job and as far as I know the shutdown was clean.

    I started the server this morning and I cannot  access the webgui. The rest seems to be working fine.

    • I can SSH into the system.
    • All dockers are running fine, I can access their webguis
    • VM running as well (started from the command line)

     

    I reboted and same behaviour, no error message and everything seems fine.

     

    Any ideas?

     

     

     

    gaia-diagnostics-20210725-2232.zip

  4. I still can make this work, the device is there:

    root@gaia:/proc/bus/input# lsusb
    Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 003 Device 002: ID 051d:0004 American Power Conversion Smart-UPS_1000 FW:UPS 04.1 / ID=1018
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 001 Device 004: ID 1b1c:1c07 Corsair USB2.0 Hub
    Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. Hub
    Bus 001 Device 002: ID 0781:5571 SanDisk Corp. Cruzer Fit
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    root@gaia:~# lsusb -v -s003:002
    
    Bus 003 Device 002: ID 051d:0004 American Power Conversion Smart-UPS_1000 FW:UPS 04.1 / ID=1018
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               2.00
      bDeviceClass            0 
      bDeviceSubClass         0 
      bDeviceProtocol         0 
      bMaxPacketSize0        64
      idVendor           0x051d American Power Conversion
      idProduct          0x0004 
      bcdDevice            0.01
      iManufacturer           1 American Power Conversion 
      iProduct                2 Smart-UPS_1000 FW:UPS 04.1 / ID=1018
      iSerial                 3 AS1833262640    
      bNumConfigurations      1
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength       0x0029
        bNumInterfaces          1
        bConfigurationValue     1
        iConfiguration          0 
        bmAttributes         0xe0
          Self Powered
          Remote Wakeup
        MaxPower               10mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           2
          bInterfaceClass         3 Human Interface Device
          bInterfaceSubClass      0 
          bInterfaceProtocol      0 
          iInterface              0 
            HID Device Descriptor:
              bLength                 9
              bDescriptorType        33
              bcdHID               1.11
              bCountryCode           33 US
              bNumDescriptors         1
              bDescriptorType        34 Report
              wDescriptorLength      75
             Report Descriptors: 
               ** UNAVAILABLE **
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0040  1x 64 bytes
            bInterval              10
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x01  EP 1 OUT
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0040  1x 64 bytes
            bInterval              10
    can't get device qualifier: Resource temporarily unavailable
    can't get debug descriptor: Resource temporarily unavailable
    Device Status:     0x0001
      Self Powered

     

    Any ideas?

     

  5. Hopefully you can help...

     

    I have the APC UPS SMC1000IC (https://www.apc.com/shop/hr/en/products/APC-Smart-UPS-C-1000VA-LCD-230V-with-SmartConnect/P-SMC1000IC?isCurrentSite=true).

     

    I got it to work using the USB cable and type in the USB settings. It did stop working though. However the strange thing is that it is still recognized (Bus 005 Device 002) by unraid, it does not connect though.

    root@gaia:~# for usb_ctrl in $(find /sys/bus/usb/devices/usb* -maxdepth 0 -type l); do pci_path="$(dirname "$(realpath "${usb_ctrl}")")"; echo "Bus $(cat "${usb_ctrl}/busnum") --> $(basename $pci_path) (IOMMU group $(basename $(realpath $pci_path/iommu_group)))"; lsusb -s "$(cat "${usb_ctrl}/busnum"):"; echo; done
    Bus 10 --> 0000:10:00.3 (IOMMU group 33)
    Bus 010 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    
    Bus 3 --> 0000:0b:00.1 (IOMMU group 19)
    Bus 003 Device 004: ID 1b1c:1c07 Corsair USB2.0 Hub
    Bus 003 Device 003: ID 05e3:0608 Genesys Logic, Inc. Hub
    Bus 003 Device 002: ID 090c:6300 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) Kingston  Reader
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    
    Bus 4 --> 0000:0b:00.1 (IOMMU group 19)
    Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    
    Bus 5 --> 0000:0b:00.3 (IOMMU group 19)
    Bus 005 Device 002: ID 051d:0004 American Power Conversion Smart-UPS_1000 FW:UPS 04.1 / ID=1018
    Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    
    Bus 6 --> 0000:0b:00.3 (IOMMU group 19)
    Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    
    Bus 9 --> 0000:10:00.3 (IOMMU group 33)
    Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    Attached is the diagnostic file as well.

     

    I don't know why it did stop working. What I did after I got it to work was to create a VM and change some of the settings  in the BIOS following this guide https://forums.unraid.net/topic/87557-guide-asrock-x570-taichi-vm-w-hardware-passthrough/

     

    Following the guide I changed the USB settings, could this be? Could it be possible that the USB is 2.0 and I updated the controllers to USB 3?

     

     

    gaia-diagnostics-20200323-2332.zip

  6. Are you a Home Assistant user? Or are you planning to use this data outside the unraid dashboard in any way?
    I didn't know it was for home assistant, it just looked nice.
    I have an unopened icy994, but don't know yet when I'll have the time to play with it.

    My objective was to be able to monitor psu usage with gaming vm off/on and display off. Any kind of export would be enough, csv, sheets, anything

    Sent from my SM-G973F using Tapatalk

  7. Hi all

     

    I've just installed a win10 VM in a new server (3950x + x570 Taichi). I passed-through a 1660Ti and one usb controller. I followed the videos of Spaceinvader and it went pretty smooth.

     

    I am planning on putting the server in the basement and running video and usb optical cables from there (around 15m) to my office to have a work/game station. I bought these in Aliexpress:

    https://es.aliexpress.com/item/32995536889.html?spm=a2g0s.9042311.0.0.2eea63c05dbaCC

    https://es.aliexpress.com/item/33014622720.html?spm=a2g0s.9042311.0.0.2eea63c05dbaCC

     

    The USB cable should be plug and play, and in fact, when connected directly to the server I can pass usb devices to the VM and works fine.

    However, when connected to the usb controller passed to the VM, it is not recognized by the VM. I get and unknown USB device (attached picture).

     

    Any ideas? Has any of you had a similar issue?

     

    Thanx!

     

    20200209_165224.jpg

  8. Actually i didn't, I thought of jumping straight away to the 3900 after reading somewhere that issues were fixed.

    Then 3900 ran out of stock and decided to wait for the 3950x.

    I have the x570 taichi awaiting for the 3950x to arrive. I bought it last week on presale, let's wait and see when it comes.

    Sent from my SM-G973F using Tapatalk

  9. Hopefully someone can help...

     

    I am planning to replace my old unraid server (a few dockers, but mainly a file server) and was about to pull the trigger with an i9 9900k.

    The goal is to have a Win 10 VM for gaming and photo editing, and dockers for the usual stuff, plus emby server, tv server, and maybe in the near future pfsense.

     

    Then I saw the new Ryzen 3900, which seems to outperform the i9 at the same price (plus the latest security concerns around the intel chips) and started investigating on it.

    I read that the Ryzen 3000 series don’t work yet with GPU passthrough in unraid, but don't want to drop the 3900, so I thought of starting with a X570 and a Ryzen 2700, so I can upgrade to 3900 in the future.

     

    Will the 2700 and X570 work for GPU passthrough?

    Anyone has successfully built this?

  10. Hi,

    I recently moved from SAB to nzbget and the only feature I'm missing is notifications.

    Found a script to send pushover notifications, but it does not work. 

    Aparently it needs phyton for the script to work.

    Is it installed? Could it be easily added?

    Thanks in advance!

    2019-02-21 18_57_55-[21] 18.9 MB_s - NZBGet.png

  11. I’ve having troubles lately with my server, specifically:

    • Mover hangs, it shows as running but no files are moved. I can’t stop the array either
    • Preclear pauses for no reason, and I can’t start it again
    • Can’t stop dockers

    I don’t know if all these are related.

    I can’t pinpoint the origin of this. I have had my server down for almost 2 years, so when I powered it on again I had to update unraid, plugins, dockers, etc. A lot of changes all at once.

    Right now:

    • I have downloaded files recognized by radarr in the movies share and seated in the cache pool
    • cache pool is full
    • mover running but cache isn’t emptying, no files seem to be moving
    • nzbget is paused due to lack of space in the cache
    • 3 dockers running: radarr, nzbget, and heimdall, I can’t stop any
    • I can’t stop the array and/reboot the server

    The only option seem to do a hard reset, it’d be the second in the last week for the same reason, I’d like to avoid this!

    Attached logs.

    gaia-diagnostics-20190219-0749.zip

  12. Just to use the i9-9700K as a CPU in a server running unRAID should not require any particular kernel version.  There seems to be some credible information that to utilize the iGPU in the 9th generation CPU will require the updated i915 drivers that supposedly are in Linux kernel 4.20.
    Thanks!

    Sent from my SM-G950F using Tapatalk

  13. First of all, great plugin, just being able to manage new drives and start preclear from the main tab is priceless for me!

     

    This is a feature request, would it be possible to hide specific drives from the list?

    I use as a flash and SD card in a SD reader, the reader has two slots, but I never use the second one. It still appears in the devices list (despite not having an sd card inserted)

     

    2019-02-13 15_03_50-gaia_Main.png