Jump to content

feraay

Members
  • Posts

    56
  • Joined

  • Last visited

Posts posted by feraay

  1. On 5/27/2022 at 10:59 PM, michaeldt said:

    I upgraded to 5.18 (Unraid 6.10.0) and tried hardware encoding in Plex. Played a film for about 20 mins and it didn't crash. (In 6.9.2 when I tried it, it would crash the server after about a minute.)

    I'll see how stable it is over the next few days.

    Something new ?

     

    we are all curious 😅 it’s still up? 

    • Haha 1
    • Upvote 1
  2. Moin,

     

    ich steh etwas auf dem schlauch wahrscheinlich ist die Lösung super simpel.

    Ich habe einen VPN Container. Hier dann ein custom Network erstellt und den sabnzbd Container über dieses Netzwerk via --net=container:nordlynx. Funktioniert alles super. Im nordlynx Container Port 8080 gemapped. Jetzt würde ich gern aus kosmetischen Gründen via pi-hole custom DNS die sabnzbd Web-gui via sabnzbd.box erreichen. Dafür müsste ich ja entweder den Port 8080 auf 80 Mappen oder einen reverse Proxy in das --net=container:nordlynx Netzwerk hängen. Da der nordlynx Container aktuell im Bridge läuft könnte ich hier Port 80 und 443 ja auch nicht Mappen. 

     

     

    Ziel ist einfach die Container im net=container:nordlynx ohne Angabe von Ports aufzurufen. 

     

    Kann mir jemand einen Tipp geben wie ich hier am besten vorgehe. 

     

    Ich habe ein zweites Docker net proxynet mit einem Swag Container für overserr via Cloudflare. Aber ich will die Services aus dem nordlynx net gar nicht nach außen erreichbar machen. Es geht tatsächlich nur um den Aufruf von lokal damit ich mir sparen kann die Ports hinten dranzuhängen. 

     

    Vielen Dank.

  3. sorry for late answer.

     

    so you want the server to wake up every day at the same time?

     

     

     

    time=09:55
    now=$(date +%s)
    other=$(date -d $time +%s)
    if [ $now -ge $other  ]
    then
    	echo `date '+%s' --date='tomorrow 09:55:00'` > /sys/class/rtc/rtc0/wakealarm
    else
        echo `date '+%s' --date='today 09:55:00'` > /sys/class/rtc/rtc0/wakealarm
    fi

     

     

     

    to be honest the better way to do it is set a alarm in bios and repeat every day.

     

     

    the script is only needed if you don't want the server to wake up every day.

  4. Hello,

     

    i am running a win10 vm with a Nvidia passthrough, works very well.

    Now its my second or third try to passtrough some USB ports for plug and play functions.

    I´m started having doubts about me. :D

    Maybe I just understand the whole thing wrong but I think my problem is my motherboard MSI Z97S specifications.

     

    Bus 1 --> 0000:00:1a.0 (IOMMU group 4)

    Bus 001 Device 002: ID 8087:8009 Intel Corp. 

    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

     

    Bus 2 --> 0000:00:1d.0 (IOMMU group 9)

    Bus 002 Device 002: ID 8087:8001 Intel Corp. 

    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

     

    Bus 3 --> 0000:00:14.0 (IOMMU group 2)

    Bus 003 Device 003: ID 1b1c:0c03 Corsair 

    Bus 003 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver

    Bus 003 Device 004: ID 045e:02e6 Microsoft Corp. 

    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

     

    Bus 4 --> 0000:00:14.0 (IOMMU group 2)

    Bus 004 Device 002: ID 0781:5583 SanDisk Corp. 

    Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

     

    it shows. bus 1 to 4

     

    root@Watson:~# lspci | grep USB

    00:14.0 USB controller: Intel Corporation 9 Series Chipset Family USB xHCI Controller

    00:1a.0 USB controller: Intel Corporation 9 Series Chipset Family USB EHCI Controller #2

    00:1d.0 USB controller: Intel Corporation 9 Series Chipset Family USB EHCI Controller #1

     

    3 usb controllers.

     

    Ports:

    2x USB 3.0 Front

    4x USB 3.0

    2x USB 2.0

     

    but all ports are on Bus 3 --> 0000:00:14.0 (IOMMU group 2) except a single  Usb 3.0 on Bus 4 --> 0000:00:14.0 (IOMMU group 2)

     

    Bus 3 and 4 are on the same controller, the same iommu group and have the same id.:|

     

    And  bus 1 and 2 are unreachable for me because there are only onboard headers?

     

    So my problem is I can't passthrough the controller because my unraid stick is on it too right ?

     

    Bus 004 Device 002: ID 0781:5583 SanDisk Corp.

     

    If more informations are needed please let me know.

     

    I can't find a Layout description about my Motherboard. But I use 2 onboard USB 2.0 Headers one for a LED and one for All IN One Corsair Watercooling.

    Maybe thats the reason why the USB Ports are all on the same Controller? Really don't know. Would it be better to unplug the frontusb from the header?

    Or switch the onboard header from  the AIO Cooling? 

     

    I Read here that maybe it has something todo with the BIOS USB Settings xhci ehci legacy, but I already changed the settings. Don't really know what to set here to get the effect I want.

     

    On 19.2.2017 at 8:45 AM, jowe said:

    Had the same problem here, (ASUS Z87-C Mobo). Only option is to disable xHCI controller. Then the ports are separated. All internal ports to one controller, and all external +internal USB3 header to another.

     

    JoWe

     

    That would be more than enough for my uses but i have only 4 settings in bios under the usb config:

     

    1.disable usb controller off

    2.xhci hand-off tested both enabled and disabled no effect

    3.ehci hand-off tested both enabled and disabled no effect

    4.usb legacy is set to auto , if I disable it my unraid stick won't be recognized.

     

    In Bios it tell me I have 2 usb root hubs.  

     

    I don´t get it what did msi do with this motherboard?

     

    Would be very happy about every help and every hint.

     

    Thanks very much.

     

     

    Best wishes

     

     

    feraay

  5. same here.

     

    s3_sleep version: 3.0.5 after reboot status is stopped. 
    After re-save it shows running till next reboot.

     

     

    first thought it´s because of my random wake up script 

    time=09:55
    now=$(date +%s)
    other=$(date -d $time +%s)
    dayofweek=$(date +%u)
    if [ $now -ge $other  ] && [ $dayofweek -lt 5 ]
    then
    	echo `date '+%s' --date='tomorrow 09:55:00'` > /sys/class/rtc/rtc0/wakealarm
    elif [ $dayofweek -ge 5 ]
    then
       echo `date '+%s' --date='next monday 09:55:00'` > /sys/class/rtc/rtc0/wakealarm
    else
       echo `date '+%s' --date='today 09:55:00'` > /sys/class/rtc/rtc0/wakealarm
    fi

    but tested without it and same result. 

     

     

    p.s this bad syntax is the only one that worked for me. 

     

     

     

  6. This Script should do it.

    Just paste it into S3 Sleep settings in the custom command box (post sleep)

    Be sure you disabled resume by rtc alarm in bios and set the bios time to rtc time.

     

    It will wakeup every day at 09.55. So you can set jobs for 10.00.

    time=09:55
    now=$(date +%s)
    other=$(date -d $time +%s)
    if [ $now -ge $other  ]
    then
    	echo `date '+%s' --date='tomorrow 09:55:00'` > /sys/class/rtc/rtc0/wakealarm
    else
        echo `date '+%s' --date='today 09:55:00'` > /sys/class/rtc/rtc0/wakealarm
    fi

     

     

     

     

    Monday to Friday exclude Saturday and Sunday:

     

    time=09:55
    now=$(date +%s)
    other=$(date -d $time +%s)
    dayofweek=$(date +%u)
    if [ $now -ge $other  ] && [ $dayofweek -lt 5 ]
    then
    echo `date '+%s' --date='tomorrow 09:55:00'` > /sys/class/rtc/rtc0/wakealarm
    elif [ $dayofweek -ge 5 ]
    then
        echo `date '+%s' --date='next monday 09:55:00'` > /sys/class/rtc/rtc0/wakealarm
    else
        echo `date '+%s' --date='today 09:55:00'` > /sys/class/rtc/rtc0/wakealarm
    fi

     

     

     

     

    • Like 1
×
×
  • Create New...