Everything posted by Marcel40625
-
[Support] ich777 - Gameserver Dockers
@ich777 with the newest Stationeers Hotfix your Docker works again thanks. but your preentered -autosave=300 does not work anymore it would be now: -settings AutoSave true SaveInterval 300 (But this is already set by Default) For others: With the new engine rework from Stationeers be sure you use the new parameters and arguments to start the server! https://stationeers-wiki.com/Dedicated_Server_Guide
-
[Support] ich777 - Gameserver Dockers
yepp and on game id: "1690800 -beta experimental"
-
[Support] ich777 - Gameserver Dockers
looks more like a connection issue on your side, not realy a problem with the docker. my server seems to run fine
-
[Support] ich777 - Gameserver Dockers
i am Fire_Fly on discord it says it should be fixed even on Linux ... will try your update Edit: seems not fixed fully (does not get stuck anymore) (cant find the server in browser and buildin brower rcon not working), but i think there are bigger problems with the dedi server for linux from the game itself
-
[Support] ich777 - Gameserver Dockers
@ich777Thank you very much for all the Servers, Stationeers Dedicated Server: just a heads-up: since the june 15 update from Stationeers Dedicated Server, it doesnt work anymore they changed something with the engine and on me even with a fresh install it hangs on startup ArgumentOutOfRangeException: Count cannot be less than zero. Parameter name: count at System.String.Ctor (System.Char c, System.Int32 count) [0x0000d] in <8381b4eb633d4e20a2796f7a88eaf7e5>:0 at System.String.CreateString (System.Char c, System.Int32 count) [0x00000] in <8381b4eb633d4e20a2796f7a88eaf7e5>:0 at (wrapper managed-to-managed) System.String..ctor(char,int) at UI.ImGuiUi.RocketSystemConsole.ClearLine () [0x00012] in <2d6b3361e9454c32a5297c71f43a1b12>:0 at UI.ImGuiUi.RocketSystemConsole.PrintToConsole (System.String output, System.ConsoleColor colour) [0x00000] in <2d6b3361e9454c32a5297c71f43a1b12>:0 at Assets.Scripts.ConsoleWindow.Print (System.String output, System.ConsoleColor color, System.Boolean clearLine, System.Boolean aged) [0x00010] in <2d6b3361e9454c32a5297c71f43a1b12>:0 at Assets.Scripts.ConsoleWindow.WaitForGameToBeReadyThenOverrideConsoleInput () [0x00117] in <2d6b3361e9454c32a5297c71f43a1b12>:0 UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object) UnityEngine.DebugLogHandler:LogException(Exception, Object) UnityEngine.Logger:LogException(Exception, Object) UnityEngine.Debug:LogException(Exception) Cysharp.Threading.Tasks.UniTaskScheduler:PublishUnobservedTaskException(Exception) Assets.Scripts.<WaitForGameToBeReadyThenOverrideConsoleInput>d__30:MoveNext() Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoid1:Run() Cysharp.Threading.Tasks.AwaiterActions:Continuation(Object) Cysharp.Threading.Tasks.UniTaskCompletionSourceCore1:TrySetResult(Object) Cysharp.Threading.Tasks.DelayPromise:MoveNext() Cysharp.Threading.Tasks.Internal.PlayerLoopRunner:RunCore() Cysharp.Threading.Tasks.Internal.PlayerLoopRunner:Run()
-
[Plugin] Docker Folder
Same here 6.10.3
-
rsync Incremental Backup
Thanks for the answer, got it working myself 3 days ago the grep was a little obstacle but got it working (needed to add the "-") last_backup=$(echo "$last_backup" | grep -oP "[0-9-_/]*" | sort -r | head -n1)
-
rsync Incremental Backup
Very much thank you for this, i got my own stupid version of this running without the additional backup part but one question, is there a way to get a more human friendly directory naming? like date +%Y-%m-%d_%H-%M-%S or would this kill the script if i would change it everywhere?
-
Remote Start/Stop Docker Container for others
For now i solved it with a Portainer Docker https://www.portainer.io
-
Remote Start/Stop Docker Container for others
Thanks for the tip, yeah would be nice if Unraid would add User Management for the Gui ...
-
Remote Start/Stop Docker Container for others
Hey there, does anyone know a solution to start/stop Docker Containers for non Unraid Users? for example: i have some gameservers via Docker on one of my Unraid Servers, and from time to time these gameservers need a restart. And im not always online when my m8 needs a restart. is there a solution to give him access to just start/stop spezific docker containers?
-
Rackmount Case for many drives
Just to bring my Topic to an end. just upraded to the Intertech 4U-4416 https://www.inter-tech.de/products/ipc/storage-cases/4u-4416
-
Rackmount Case for many drives
Thats evil
-
Rackmount Case for many drives
contacted the manufacturer, its still produced but at least 2 months till its in the uk damn pandemic shortages ...
-
Rackmount Case for many drives
Thanks, but its out of Stock (searched a few shops) seems out of production Thanks but a bit to deep, 680mm my rack is only a 620mm one
-
Rackmount Case for many drives
The first one is a good first idea (thanks), and no, a tower case is no option, the rack is already nearly full no space left to waste
-
Rackmount Case for many drives
Hey there, im searching for a new Rackmount Case for my Unraid Server with special needs: What it needs: - 19" - 4U/HE - max depth of 600mm - 10+ HDD Bays (HotSwap would be nice, but not needed) - 8+ SSD Bays (alternatively 2x 5.25" Bay) it should be available in/to Germany any suggestions would be nice
-
[Plugin] CA User Scripts
thanks for the advice, but seems to work in this case and doesnt help ` ` for that?
-
[Plugin] CA User Scripts
thanks, but found out tail works /usr/local/emhttp/webGui/scripts/notify -i normal -s "Test" -d "Test" -m "`tail logfile.log`"
-
[Plugin] CA User Scripts
yeah but how can i attach the file or output from rsync to the notify command /usr/local/emhttp/webGui/scripts/notify -i normal -s "Test" -d "Test" -m < test.txt does not work the content of the file is not showing in notification
-
[Plugin] CA User Scripts
just do everything in one script, dont think there is a easy way. you could save a text file in the sub-scripts and wait for the file to appear in the main script
-
[Plugin] CA User Scripts
Hey there, i would like to know how i can mail the whole output of rsync -av --delete --ignore-errors -e as notification thanks in advance
-
[Plugin] CA User Scripts
Hey there, very good plugin! But i have a question: can we maybe have subdirectorys? Example: /Backups/Scriptfolder so you can put all backup scripts in that one subdirectory and in the webui theres a drop down or something similar
-
[Plugin] CA User Scripts
Yeah thanks i already saw that ... but my question is how do i attach the log to the mail?
-
[Plugin] CA User Scripts
Hey Guys. im using a rsync script with this plugin, is there a way to send the log of the script as an notification to my email set in the notification settings?