Everything posted by VampyreGTX
-
[Support] ich777 - Gameserver Dockers
Thanks, I'll give it a go. It's my first time setting up a gameserver.
-
[Support] ich777 - Gameserver Dockers
Ok, I'm trying to setup a server for Squad. I assume I do have to have a steam ID/PW, without steamguard, for this correct? Also, what do I set as the parameters? Does anything have to be changed/added in the parameters? Finally, how do I access the admin/setup for the actual server? (Is there a cheatsheet on all this, like what ports to forward, etc?)
-
[Support] Djoss - HandBrake
Okay, forgive me since I'm a noob to dockers and such. I can get this installed (got Plex media server installed and running) but I cannot get past the unable to write to the directory error. I'm sure I'm not setting the initial setting correctly or something.
-
Looking for better ideas how how to sleep/suspend my unraid box
Just wanted to update my sleep issue. It was because of the 3 drives in the server but not the array Those wouldn't spin down on their own and also, if I manually spun them down, the scrip in this thread also didn't query them or something so the server never went to S3. Once I added the other 3 drives, it had no trouble going into S3.
-
Looking for better ideas how how to sleep/suspend my unraid box
that's what I was thinking. Can anyone confirm if drives that are attached, but not added to the array get spundown automatically?
-
Looking for better ideas how how to sleep/suspend my unraid box
I've adjusted the Go Script as noted my Pan!c, however, the server still doesn't automatically go into s3 sleep. Like I've said, I've confirmed it will if I manually enter the sleep command; however, not with the script that was created by AGW (i think it was). I still have those 3 drives outside of the array, not mounted. Could they be causing it from going to sleep? Do arrays not added into the array spindown automatically? I'll be getting the pro license tomorrow so I will be able to test it again then when I add those 3 to the array, but trying to find any other reasons.
-
Looking for better ideas how how to sleep/suspend my unraid box
pan!c, thanks! I'll adjust the Go script tomorrow when I get off Shift. If I wanted to run the script manually, from the telnet, how do I do that? Just navigate to the directory it's saved in and type s3.sh? Or so I have to enter another command to execute it first? I'm new to linux so this board has been a great source fo information as I learn it. I still have some cmd line knowledge from my old DOS days, but that's about it.
-
Looking for better ideas how how to sleep/suspend my unraid box
I've run the script that's been posted up here, but the system never shut down overnight. I confirmed sleep to s3 works on my mobo, the gigabyte ga-ma785g-ud3h and I can wake it with the wolcmd packet. I do have 3 WDC 1TB drives added to the system but not in the array. I currently only have the free license at the moment and plan on having the full within the next week. Could it be that the script cannot verify those drives have no activity since they're not in the array or something? Not sure why the script never kicked in overnight. Also, where exactly do I place it in my go script? Do I set the Go script to navigate to the directy I put it in and then just type in the file name? I have mine in /boot/script so I entered cd /boot/script and on the next line s3.sh (the script file). Is that correct? I entered this at the end of the go script. I haven't tested that the go script works yet, as I ran the script command from telnet.