ThaDaVos

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by ThaDaVos

  1. I've got Catalina installed just fine but for some reason I cannot get Big Sur installed (which I need as one can no longer develop iOS apps on Catalina as the max supported SDK is 13.7 and you need SDK 14+) - I tried updating my Catalina too but it will end up getting the same error as Big Sur during clean installation and I cannot figure out how to fix this...

    image.thumb.png.193849e8e797f7972aedfa85754b8538.png

  2. Hey All,

    Love the zerotier container, only running into one issue:
    I've got two minecraft servers running on my unraid, one is managed by Pterodactyl (Game Panel) and the other is just the binhex one.

    I can connect to the binhex one, but not the pterodactyl one (ofcourse they have different ports and yes, I changed the port in Minecraft) - the only difference I see is that the Pterodactyl container is using a custom network as opposed to the bridge network the binhex container is using...

    Is this the issue? If so, how can I make it work with this custom network?

     

    What I've tried:

    - Change the network of the ZeroTier container => No differences

    - Restarting everything => No differences

  3. Just now, Raz said:


    Azure has a different layout and it changes css classes! You can edit the custom css file to make it works :)

    Oh, that explains a lot... a bit stupid, normally with themes you use the same classes 😂
    But, good to know, maybe I'll need to convert one of the themes I like to the Azure one (which is sometimes a bit buggy though)

    I guess this is the case for all the default Dynamix Themes?

     

    Ps: Thanks for the quick reply!

  4. Hello All,

     

    I'm running into a problem when setting up WOL in UnRaid - it works if I use Windows 10 instead so the settings should be set right but I can't get it to work in UnRaid, it almost seems like UnRaid turns off the network port always - in sleep and shutdown.

     

    Some strange findings I found:

    • If i run below command through the terminal I can't put the machine to sleep, it tries to sleep but instantly wakes up
      ethtool -s eth0 wol g
    • If I run the same command through telnet I can succesfully put it to sleep and wake it up using WOL -> only works once though, can't put it to sleep again, it will try to go to sleep but instantly wakes up again -> I have to reboot first and rerun the command

    Output of `ethtool eth0`:

    Settings for eth0: Supported ports: [ TP MII ]
    Supported link modes: 10baseT/Half 10baseT/Full 
    				100baseT/Half 100baseT/Full 
    				1000baseT/Half 1000baseT/Full
    Supported pause frame use: Symmetric Receive-only
    Supports auto-negotiation: Yes
    Supported FEC modes: Not reported
    Advertised link modes: 10baseT/Half 10baseT/Full
    				100baseT/Half 100baseT/Full
    				1000baseT/Half 1000baseT/Full
    Advertised pause frame use: Symmetric Receive-only
    Advertised auto-negotiation: Yes
    Advertised FEC modes: Not reported
    Link partner advertised link modes: 10baseT/Half 10baseT/Full
    				100baseT/Half 100baseT/Full
    				1000baseT/Full
    Link partner advertised pause frame use: Symmetric
    Link partner advertised auto-negotiation: Yes
    Link partner advertised FEC modes: Not reported
    Speed: 1000Mb/s
    Duplex: Full
    Port: MII
    PHYAD: 0
    Transceiver: internal
    Auto-negotiation: on
    Supports Wake-on: pumbg
    Wake-on: g
    Current message level: 0x00000033 (51)
    drv probe ifdown ifup
    Link detected: yes

    Also something else weird I noticed -> when I run `ethtool -s eth0 wol pumbg` it's set but only for the current session -> so after reboot it's gone, not persisting

     

    The Ethernet chip is the: RTL8111E chip

     

    Can someone please help?