Jump to content

ich777

Community Developer
  • Posts

    14,786
  • Joined

  • Days Won

    187

Posts posted by ich777

  1. 7 hours ago, AlaskaBvR said:

    Is there a way to make ASA visible to the game without making opening a port to the outside world?

    I'm not 100% sure because this is a game specific question but couldn't you connect through the in game console or via filtering LAN games only or simply by connecting through your servers LAN IP?

  2. 2 hours ago, bmartino1 said:

    I would not trust this system to be a forward facing machine.

    I'm not sure if I agree with that since otherwise you shouldn't be forwarding containers.

     

    In my opinion it should be safe to put this one VM with it's own dedicated DMZ VLAN on the DMZ (as long as you only put the VM in this VLAN) since the forwarding is done on the Router/Firewall/Switch and as long as your VM running the Mailserver is up to date it should be fine. Sure the VLAN filtering is done on Unraid but that happens on the Kernel level and is part from the Linux network layer which should be considered also safe.

     

    On 12/3/2023 at 9:59 AM, PullAndPush said:

    breaking out of the VM and then accessing internal servers

    That should be in it's own pretty hard since you don't use the Hosts Kernel and is isolated from the Host, but you know nothing is safe, nether VLANs are 100% safe...

     

    In my opinion it should be pretty safe and many people run Mail servers in VMs or even Docker containers (which shares the Kernel from the host).

     

    This is my opinion on that... :)

  3. 38 minutes ago, methanoid said:

    Anyone able to do that? Or see the value?

    I do that also with User Scripts.

     

    Something like:

    docker container stop CONTAINER1 CONTAINER2 …

    will do the job just fine...

     

    If you need to stop the container for example in 45 minutes you can do:

    echo "docker container stop CONTAINERNAME" | at now + 45 minutes

     

    • Thanks 2
  4. 10 minutes ago, Gex2501 said:

    Just in case it's of interest.

    Just in case are you sure that your CPU is stable?

     

    I heard a lot of things in regards that 13th and 14th gen are really unstable and even crashing on Windows quiet frequently…

     

    Please make sure that your BIOS is up to date and ensure that your power limits are under control.

  5. 6 hours ago, Teffi71 said:

    Today, I wanted to check on SABnzbd and was greeted by this error message:

    This is caused because you have the WebUI from TVHeadend on the same IP running as SABnzbd.

    You have two (or maybe more) options:

    • Make sure that TVHeadend and SABnzbd are not running on the same IP address
    • Don't open the WebUI from TVHeadend and SABnzbd on the machine where you manly access the WebUI from SABnzbd
    • (Open TVHeadend in a Private Browser window)
    • (Open TVHeadend in another Browser that you don't user for SABnzbd)
    • ...

    This is nothing weird this is a known issue. ;)

    • Like 1
  6. 24 minutes ago, mew0717 said:

    I've reinsalled the driver, I'm moved the card to a different PCIE  and still not able to get passed this error.

    Sorry but I don't see a Nvidia GPU on your PCIe bus.

     

    Are you sure the card isn't defective. Please try to reseat the card and make sure that it plugged in properly if it needs auxiliary power.

  7. On 4/24/2024 at 10:18 AM, nixweis said:

    P.S. könnte sich der Hersteller da nicht mal ein anderes System überlegen?, die Sticks halten nicht so lange und steigen ohne Vorwarnung aus, wenn ich das Produktiv einsetzen würde, hätte ich jetzt einen mittelschweren Wutanfall 🙂

    Also welche USB Sticks verwendest du denn das würde mich interessieren hab hier ein System von einem Kumpel und das läuft schon ca 8 Jahre mit ein und dem selben USB Stick.

     

    Mein development system, das bei jeder Unraid version die neue version automatisch installiert für die Plugin packages hat sicher schon 100 mal die Unraid version gewechselt und läuft auch noch immer.

     

    Bitte beachte aber hier das ich nur USB2.0 Sticks verwende der Marke Transcend.

     

    On 4/24/2024 at 10:18 AM, nixweis said:

    P.S. Klicke ich oben rechts auf "Fehler beheben" sehe ich "This USB Flash device has an invalid GUID. Please try a different USB Flash device." und Contact Support, habe ich gemacht, weiß aber nicht, ob die mich verstehen ;-)

    Welche Sticks kaufst du denn? Das hört sich sehr nach gefälschten USB Sticks an.

    • Upvote 1
  8. 1 hour ago, zero_neverload said:

    weiss jemand was er mit dem Post Script meint?

    Ich nutze den container nicht also kann ich dir da nicht weiter helfen.

     

    Ich würde mich aber an den Entwickler selbst wenden wenn im Docker container was fehlt.

     

    1 hour ago, zero_neverload said:

    (sorry aber mein English is not the Yellow from the Egg)

    Google translate, ChatGPT oder Google Gemini hilft.

  9. 17 minutes ago, Gex2501 said:

    Well that'll teach me to buy the "latest and greatest" hardware.

    Bleeding edge hardware on Linux in general is never the best choice, at least when it was just released.

     

    17 minutes ago, Gex2501 said:

    Can I be on the list to beta test or get an alert when the RC is avilable?

    I think so, maybe @SpencerJ can put you on the list of testers, would be also interesting to me if everything is working properly.

     

    Also check back from time to time in the Announcements subforums or subscribe to the newsletter.

  10. 6 hours ago, DontWorryScro said:

    Is a backup machine meant to be pulling from the source machine instead of the source machine pushing to the destination machine?  Does it matter?

    You can do it either way and it doesn't matter much.

     

    I'm more comfortable pulling it from the source machine to the destination since it feels a bit more safe to me since you can write a script that is running on server start that starts the backup, shuts down the machine automatically if needed and if this machine is only powered on for a backup.

     

    5 hours ago, DontWorryScro said:

    Can you tell me how to take the id_rsa from the root dir that was explained in the guide and copy/move it to where ever this is?

    Please don't use the root directory, you always have to use the id_rsa from the /luckybackup/.ssh directory not root because otherwise it will be wiped on a container update.

     

    5 hours ago, DontWorryScro said:

    I rewatched the video and any instance of typing root in cli i replaced with luckybackup but all things being equal, in the end, i just saw this when i navigated to the newly created luckybackup directory for the key. Looks to be empty inside.  what i do wrong?

    Please post a screenshot from your Docker template.

     

    5 hours ago, DontWorryScro said:

    but selecting them and attempting the backup popped some weird password request window in the VNC.

    Then you selected the wrong keys.

     

    BTW You don't have to create new keys, please use the existing ones which are located in /luckybackup/.ssh since they are individually created for each installation and as said above, please don't use the keys from /root/.ssh

  11. 12 hours ago, Elmojo said:

    Maybe I misunderstand how TV and Anydesk are working, but somehow they are both able to wake my remote machines (several of them) from sleep over the internet.

    I don't know how they are doing it but it can't be a real WoL package because that simply won't work.

     

    12 hours ago, Elmojo said:

    Would it still be of any use?  I suspect no.

    No, but if you choose the power outlet method and bind the power outlets to your HomeAssistant instance then it would be of course possible.

     

    12 hours ago, Elmojo said:

    For now, the simplest solution has been just to leave the machines awake (never sleep) and let the monitors turn off.

    We're not really concerned with power consumption, since it's not many machines in total, and they are spread out over various locations.

    Than this is your best bet.

    • Like 1
  12. 10 hours ago, DisplayFusion said:

    So it's looking like the saves for whatever reason is now corrupted after me adding two variables regardless of what variables I enter and which backup of the save I put into the servers saves, even ones days before I changed anything.

    It can be possible if the container was just starting and you changed right a value while it was starting and couldn't save successfully that it got corrupt but that is really a edge case that I never saw.

     

    As said before I have seen that only one time that a save game became corrupt on a Ark server.

     

    10 hours ago, DisplayFusion said:

    Am I out of luck or is there a workaround?

    You can try to move the savegame to a Windows machine and import it there and see if it is working.

    Do you maybe have a backup from your appdata where an "old" save is included?

  13. 10 hours ago, estuine said:

    Minecraft just updated to 1.20.5 this morning, and now my server isn't booting. Looking at the log I'm seeing the following error:

    Thank you for the report!

     

    Please update the container itself, after that edit the template, at the bottom click on Show more settings... and at Runtime Name enter "jre21" (without quotes) like:grafik.png.6cacccf1635c54fde83f087aa976adaa.png

     

    After that the container will start, download the new JRE and maybe restart one more time.

  14. 9 hours ago, skler said:

    Done, Diagnostic attached (without nvidia.conf params)

    Did you already try it with the driver version that I recommended above?

     

    9 hours ago, skler said:

    it should be compatible.. 

    But do you maybe have to buy a license to make use of it? Such Servers can be horrible when it comes to hardware support.

    I can't help much with real server stuff because I only use consumer hardware on my system.

     

    9 hours ago, skler said:

    I've tried opensource drivers too

    Thank you, since this is a real Datacenter card you don't have to use the option in nvidia.conf like pointed out on the plugin page but it shouldn't make a real difference.

     

    9 hours ago, skler said:

    do you think that the GPU could be broken? 

    Maybe yes but it is really hard to tell, are you also sure that the PCIe x16 slot can deliver enough power, I think someone with a Dell PowerEdge had an issue where the PCIe slot doesn't delivered enough power because of a riser card.

     

    Can you maybe test the card in another system and install the Nvidia driver?

  15. 2 hours ago, skler said:

    I've upgraded my old P400 with a T4 but the new card is not recognized. 

    This is a really bad sign:

    Apr 23 19:08:28 littleboy kernel: NVRM: Xid (PCI:0000:af:00): 140, pid='<unknown>', name=<unknown>, An uncorrectable ECC error detected (possible firmware handling failure) DRAM:-1840691974, LTC:0, MMU:0, PCIE:0

     

    It might be that your card is defective or your Firmware/BIOS is simply not compatible with your Nvidia card.

     

    If possible please try to driver version: 550.67 in the plugin, reboot and see if that helps.

    Can you maybe also try another slot in your Server?

     

    It is also possible that the GPU is not compatible with your server, this would not be the first time that I see a card because it's not Dell, HP,... certified.

     

    I assume auxiliary power is also connected properly?

     

    For testing purposes I would also recommend that you remove the file: /boot/config/modprobe.d/nvidia.conf

    Just a information because I saw it, you should do it like that if you want to use more options:

    options nvidia-drm modeset=1 fbdev=1

     

    • Upvote 1
  16. 3 hours ago, Elmojo said:

    I've asked on the Rustdesk Github, and the answer is "you can't", but that seems...implausible.

    Why should that be implausible?

    To send a WoL you have to be on the same Subnet and you need a device that is available on the same subnet...

     

    3 hours ago, Elmojo said:

    I feel like there has to be a way to do such a simple and commonly-needed thing, especially since Teamviewer and Anydesk do it without issue.

    I don't think that this is possible if nothing is running Anydesk or Teamviewer on your local network since otherwise this is in fact impossible because how should they perform a WoL in your subnet? Don't get me wrong but otherwise they must have physical access to your local network through the Internet and if they are able to perform this I won't be very happy because this is a big security risk!

     

    3 hours ago, Elmojo said:

    Any ideas?

    Do you use HomeAssistant? If yes, it would be way easier to do it via a WoL package through HomeAssistant or like I do it simply put your PC behind a switchable power outlet (WiFi, Zigbee,...), in your BIOS make sure that the action for Power Loss is set to Always on so that your PC/device is started, with that you won't need a WoL package at all (and maybe save some power since the PC is entirely off).

  17. 33 minutes ago, DisplayFusion said:

    I'm not sure what me adding those two variables done to the server but would like assistance if there is any and to save my saves at least.

    Have you yet tried to set up a second instance and see if that works, I know it sounds kind of silly but please try and see if that solves your issue.

     

    You just have to stop your first container, give the new container another name and change the path to the game files.

     

    I only see those kind of issues on non supported CPUs but I assume it was working before.

    It could also be the case that your game files got corrupt but I haven't seen that only once for a Ark server.

×
×
  • Create New...