Everything posted by awshirley
-
[Support] ich777 - Gameserver Dockers
Just tried to install this for Left 4 Dead 2. Looking through the logs I can see it's stuck in a loop: Unloading Steam API...OK ---Update Server--- Redirecting stderr to '/serverdata/Steam/logs/stderr.txt' Logging directory: '/serverdata/Steam/logs' [ 0%] Checking for available updates... [----] Verifying installation... UpdateUI: skip show logo Steam Console Client (c) Valve Corporation - version 1745888136 -- type 'quit' to exit -- Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 52 msec OK Connecting anonymously to Steam Public...OK Waiting for client config...OK Waiting for user info...OK ERROR! Failed to install app '222860' (Invalid platform) Unloading Steam API...OK Anyone know how to fix this? Thanks!
-
Problem with paths for share, docker and v
For some reason, my shares aren't working any longer. When I click on the share I get an Invalid Path message. Both docker and vm's are giving me a "One or more paths do not exist" message. Docker containers will not run giving me an execution error. VM's will not run giving me "Cannot access storage file '/mnt/user/isos/Fedora-Server-dvd-x86_64-39-1.5.iso': Transport endpoint is not connected". I'm hoping I won't have to completely rebuild my arrays and install everything again. All help is greatly appreciated! unraid-diagnostics-20250317-1059.zip
-
Cannot get license key to show up in account.unraid.net
For some reason, my license key doesn't show up when I log into account.unraid.net. The instructions for linking your key don't work either, as nothing shows up for me to link. I can't figure this one out. Thanks!
-
Cannot delete share folder
I didn't see the delete option on the share settings. That got rid of it. Thanks you!
-
Cannot delete share folder
Share is Default_Data. Diagnostics are attached. unraid-diagnostics-20241116-0928.zip
-
Cannot delete share folder
Sorry, I forgot to mention the share is empty.
-
Cannot delete share folder
I've got a share folder I'm no longer using. I've tried to delete it i the file manager and the web page just hangs. Only a reboot will clear up the hung web page. I've seen another message thread about this issue. The solution was to backup the array and rebuild it. I have some critical docker apps running on Unraid and can't destroy/rebuild the arrary. Anyone have suggestions? Thanks.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
NFS just quit working on Unraid 6.12.13 I had an unclean shutdown and now NFS won't start any longer. The message on the share says "Remote server is offline". I've rebuilt my flash drive but that didn't seem to fix it. I've attached my diagnostics. Thanks! unraid-diagnostics-20241103-0051.zip
-
NFS just quit working on Unraid 6.12.13
I had an unclean shutdown and now NFS won't start any longer. The message on the share says "Remote server is offline". I've rebuilt my flash drive but that didn't seem to fix it. I've attached my diagnostics. Thanks! unraid-diagnostics-20241103-0051.zip
-
Cannot find eth0 after booting.
That did it. Thank you!! Is there something in the diagnostics that would point to this issue? I'd like to learn from this experience.
-
Cannot find eth0 after booting.
I was getting a directory bread error which I fixed with GParted. After rebooting the fixed flash drive, it cannot find eth0. At this point, I'm not sure what the issue is and it's driving me nuts. I've attached the diagnostics zip file. All help is greatly appreciate! unraid-diagnostics-20240905-2254.zip
-
[Support] Clowrym's Docker Repository
I've installed the latest version of the Transmission_VPN Docker container. It's working and I can use the GUI to get into it. When I try starting torrent downloads, the number of seeds, leechers and says it's downloading. Only problem is it doesn't download anything. I've got PIA configured properly; I could see it in the logs from the container. Is there something messed up with this container?
-
Unraid 6.12.4 problems using rsync to backup a folder from Fedora 39 to Unraid.
To answer your questions. 1. !'m running the command from a Fedora 39 Server. 2. The NAS is Unraid. 3. The destination path is mounted at boot time via fstab. It looks like this from the Fedora Server: root@master-vm-server:/mnt# ls -lha total 5.0K drwxr-xr-x. 5 root root 61 Nov 12 16:19 . dr-xr-xr-x. 23 root root 4.0K Nov 16 11:53 .. drwxrwxrwx. 1 99 users 8 Nov 18 19:40 default_data Destination path is /mnt/default_data on the Fedora Server Source path is 192.168.1.x:/mnt/user/default_data on the Unraid NAS. Not sure what you mean by myfolder in default_data on Unraid. I've used the CLI on unraid and do not see a myfolder anywhere.
-
Unraid 6.12.4 problems using rsync to backup a folder from Fedora 39 to Unraid.
I'm using this rsync command to backup a folder from my server to the NAS: rsync -avh --no-links --delete /data/myfolder /mnt/default_data I keep getting this error message on every single file: rsync: [generator] failed to set times on "/mnt/default_data/******************": Permission denied (13) rsync: [generator] failed to set times on "/mnt/default_data/******************": Permission denied (13) I'm running this as root on my server to unraid. For some reason, there's permission issues even though the NFS share has 777 permissions. drwxrwxrwx 1 nobody users 5 Nov 15 11:55 default_data/ Any ideas for what I'm doing wrong? All help is greatly appreciated.