Jump to content

takkischitt

Members
  • Posts

    40
  • Joined

  • Last visited

Posts posted by takkischitt

  1. On 10/9/2023 at 6:49 PM, Kiwih said:

    EDIT:

    I missread your post an thought you weren't able to set the new variable but that is not the case. I will leave my response here for others who might need it.

    I am using InfluxDB as Database, because I had it already installed.

     

    Hey,

    just follow the directions for Docker Containers on the linked page:

    1. Open the CLI of the Speedtest Docker container
    2. Run
      php artisan key:generate --show

       

      1. This will create a key starting with base64:
    3. Add the generated string to your environment variables attached to APP_KEY=generatedstringgoeshere (paste the key including the 'base64:' in the beginning)
    4. Restart the container

    For Step 3 I added an additional variable in the speedtesttracker config:

    Add another Path, Port, Variable, Label or Device -> config type: Variable

     

    Or you reinstall the Container because @ZappyZap added the variable already.

     

    Cheers

     

    Hi

     

    Can you clarify where I should add the additions as I've tried a few different things but I'm still getting the 500 SERVER ERROR message. I have got the string using the 'php artisan key:generate --show' command, I'm just not sure where I should enter it in the fields below:

     

    image.png.dfed11e9a1f9575b6b5cbbc289877fc8.png

  2. On 7/12/2023 at 10:08 PM, ljm42 said:

    Update - if the array can't stop due to "Retry unmounting shares" in 6.12.0 - 6.12.2, the quick fix is to open a web terminal and type:

    umount /var/lib/docker

    The array should then stop and prevent an unclean shutdown.

     

    (It is possible the array won't stop for other reasons, such as having a web terminal open to a folder on the array. Make sure to exit any web terminals or SSH sessions in this case)

     

    We have a fix in the 6.12.3-rc3 prerelease, available here:

    The fix is in the 6.12.3 release, available here:

    It would be helpful if some of the folks who have been having an issue stopping the array could upgrade and confirm the issue is resolved in this version. No need, this fix is confirmed.  Thanks to everyone who helped track this down!

     

    I've got this problem (running 6.12.4) and the terminal command doesn't work. I get the response "bash: unmount: command not found".

    • Upvote 1
  3. 34 minutes ago, binhex said:

    Got any vlans setup? Or multiple nics in your server? Also to confirm the clients are bedrock Minecraft not Java, right?

    Sent from my 22021211RG using Tapatalk
     

    No vlans, no nics, all clients bedrock (mainly sons tablet and our phones). It was working great for a long time and we've managed to build a pretty cool world in there. Now it just isn't showing on any device on the network. I've tried reinstalling the container from previous install, also.

  4. For some reason, my Minecraft server is no longer showing as available to connect to. Nothing has changed with my setup, as far as I know, however I did update Unraid but I'm not sure exactly when the Minecraft server stopped being available on the network, so I don't really know where to start with fixing it. Can anyone give me any advice as to how to get it working again?

  5. On 6/12/2023 at 2:39 PM, JorgeB said:

    If it's a one time thing you can ignore, if it keeps happening try limiting more the RAM for VMs and/or docker containers, the problem is usually not just about not enough RAM but more about fragmented RAM, alternatively a small swap file on disk might help, you can use the swapfile plugin:

     

    https://forums.unraid.net/topic/109342-plugin-swapfile-for-691/

     

    Thanks, I'll keep an eye on it.

  6. On 4/25/2020 at 1:42 PM, binhex said:

    a second server is def doable with caveats, more on that in a min, this is the procedure for setting up a second server:-

     

    1. go to unraid web ui/docker and 'add container'

    2. from the 'template' dropdown select under the heading '[user templates]' your existing minecraftbedrock server container

    3. change the 'name' of the container from 'binhex-minecraftbedrockserver' to something else.

    4. change the host ports to a different number, so change all references to 19132 to say 18132 and all ref to 19133 to 18133

    5. then click on 'show more settings' and change the host path for /config to something else, for e.g. just put a '2' on the end of the path

    click on apply.

    6. this will now start a new container running minecraft on a different port with a different path to store configuration

     

    now comes the caveat:-

    so because you cant use the same port as the first server you can only use this with minecraft bedrock clients that allow you to specify the port number, e.g. Minecraft PE clients i think allow this, for things like xbox one i am not sure this is possible.

     

    I'm trying to set up a second server so my son (and us!) can also have a survival server to play on as the original server I started is creative. I have followed the intructions above, but it fails when creating the container. Can anyone help/advise?

     

    docker run
      -d
      --name='binhex-minecraftbedrockserver-survival'
      --net='bridge'
      -e TZ="Europe/London"
      -e HOST_OS="Unraid"
      -e HOST_HOSTNAME="UnraidServer"
      -e HOST_CONTAINERNAME="binhex-minecraftbedrockserver-survival"
      -e 'CREATE_BACKUP_HOURS'='12'
      -e 'PURGE_BACKUP_DAYS'='14'
      -e 'ENABLE_WEBUI_CONSOLE'='yes'
      -e 'ENABLE_WEBUI_AUTH'='no'
      -e 'WEBUI_USER'='admin'
      -e 'WEBUI_PASS'=''
      -e 'WEBUI_CONSOLE_TITLE'='Minecraft Bedrock'
      -e 'STARTUP_CMD'=''
      -e 'UMASK'='000'
      -e 'PUID'='99'
      -e 'PGID'='100'
      -l net.unraid.docker.managed=dockerman
      -l net.unraid.docker.webui='http://[IP]:[PORT:8222]/'
      -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/minecraftbedrockserver-icon.png'
      -p '17132:19132/tcp'
      -p '17132:19132/udp'
      -p '17133:19133/tcp'
      -p '17133:19133/udp'
      -p '8222:8222/tcp'
      -v '/mnt/user/appdata/binhex-minecraftbedrockserver2':'/config':'rw' 'binhex/arch-minecraftbedrockserver'

    42e2706e1d25dc9b8e0d2842b04b101e03bcbeaf8dca9d2d7520b6a270b5ce65
    docker: Error response from daemon: driver failed programming external connectivity on endpoint binhex-minecraftbedrockserver-survival (65f761857d966161069eaed0eb8640010958d8498d7b814be55c898b3a1e4b57): Bind for 0.0.0.0:8222 failed: port is already allocated.

    The command failed.

  7. I have been using Wireguard for quite a while now, and until today, flawlessly.

     

    I'm currently away from home and use my phone as a hotspot to connect my laptop to for internet access. Usually, I'd turn on the Wireguard client on my laptop and I'd be able to access my home network as if I was sitting in my living room.

     

    But for some reason, it's not working now. Wireguard seems like it's connected and should be working, but I cannot see my home network or Unraid server. I have tried Wireguard running on my laptop, tried it running on my phone (the phone has access to the home network and Unraid server when running Wireguard) and I've tried having Wireguard running on both the phone and tablet but the tablet just won't get access.

     

    I've checked the client settings and all seems OK, the tunnel config works on the phone, I've tried deleting the tunnel config on my laptop and importing the backup again.

     

    Can anyone help? It's driving me mad, as it seems like it should be working.

  8. 1 hour ago, binhex said:

    Sorry my bad, I think prowlarr works differently as it connects to sonarr, radarr etc not the other way around. So you need to ensure in prowlarr web UI the settings/apps/sonarr is set to use localhost for the 'sonarr server' field, same for the other arrs.

     

    I'm not having much luck here...

     

    image.png.f718cb2c07e1ba21de331d68f23d314e.png

     

    image.png.73dbbae34b7da1c3017a20c5d9c13f2b.png

     

    I also tried 'http://localhost:8989' but when pressing the test button, it just ran and never completed and I had to cancel out of the settings.

  9. A couple of days ago, something happened and I could no longer access the WebUI for Radarr, Sonarr and Prowler. I had not made any changes to the system, though there were updates. I originally set them up to run through delugeVPN, and I eventually realised that I needed to add the arrs ports to 'VPN_INPUT_PORTS'. So that got me access to the WebUI again.

     

    Now, for some reason, Sonarr (and Radarr) can no longer access the indexers via Prowlarr. The indexers work fine in Prowlarr, but the connection times out when Sonarr and Radarr try to connect. Can anyone advise? As far as I can tell, everything is set up correctly.

     

    2022-07-07 15:30:58.6|Debug|Api|[PUT] /api/v3/config/host: 202.Accepted (169 ms)
    2022-07-07 15:30:58.6|Debug|Api|[GET] /api/v3/health: 200.OK (3 ms)
    2022-07-07 15:30:58.8|Debug|Api|[GET] /api/v3/health: 200.OK (4 ms)
    2022-07-07 15:31:04.2|Debug|Api|[GET] /api/v3/config/indexer: 200.OK (9 ms)
    2022-07-07 15:31:04.2|Debug|Api|[GET] /api/v3/indexer: 200.OK (46 ms)
    2022-07-07 15:31:49.1|Debug|Api|[GET] /api/v3/config/host: 200.OK (25 ms)
    2022-07-07 15:31:52.3|Debug|Api|[GET] /api/v3/health: 200.OK (3 ms)
    2022-07-07 15:31:52.3|Debug|Api|[GET] /api/v3/system/status: 200.OK (4 ms)
    2022-07-07 15:31:52.3|Debug|Api|[GET] /api/v3/diskspace: 200.OK (39 ms)
    2022-07-07 15:31:56.2|Debug|Api|[GET] /api/v3/log/file: 200.OK (8 ms)
    2022-07-07 15:32:16.2|Debug|Api|[GET] /api/v3/command: 200.OK (6 ms)
    2022-07-07 15:32:16.3|Debug|Api|[GET] /api/v3/command: 200.OK (6 ms)
    2022-07-07 15:32:45.6|Debug|NewznabCapabilitiesProvider|Failed to get newznab api capabilities from http://192.168.0.200:9696/2/
    
    [v3.0.8.1507] System.Net.WebException: The operation has timed out.: 'http://192.168.0.200:9696/2/api?t=caps&apikey=(removed) ---> System.Net.WebException: The operation has timed out.
      at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000e8] in /build/mono/src/mono/mcs/class/System/System.Net/HttpWebRequest.cs:956 
      at System.Net.HttpWebRequest.GetResponse () [0x0000f] in /build/mono/src/mono/mcs/class/System/System.Net/HttpWebRequest.cs:1218 
      at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x00123] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:81 
       --- End of inner exception stack trace ---
      at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001c0] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:107 
      at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 
      at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 
      at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281 
      at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities (NzbDrone.Core.Indexers.Newznab.NewznabSettings indexerSettings) [0x0006f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Indexers\Newznab\NewznabCapabilitiesProvider.cs:59 
    
    2022-07-07 15:32:45.6|Warn|Torznab|Unable to connect to indexer
    
    [v3.0.8.1507] System.Net.WebException: The operation has timed out.: 'http://192.168.0.200:9696/2/api?t=caps&apikey=(removed) ---> System.Net.WebException: The operation has timed out.
      at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000e8] in /build/mono/src/mono/mcs/class/System/System.Net/HttpWebRequest.cs:956 
      at System.Net.HttpWebRequest.GetResponse () [0x0000f] in /build/mono/src/mono/mcs/class/System/System.Net/HttpWebRequest.cs:1218 
      at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x00123] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:81 
       --- End of inner exception stack trace ---
      at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001c0] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:107 
      at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 
      at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 
      at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281 
      at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities (NzbDrone.Core.Indexers.Newznab.NewznabSettings indexerSettings) [0x000a1] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Indexers\Newznab\NewznabCapabilitiesProvider.cs:64 
      at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider+<>c__DisplayClass4_0.<GetCapabilities>b__0 () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Indexers\Newznab\NewznabCapabilitiesProvider.cs:36 
      at NzbDrone.Common.Cache.Cached`1[T].Get (System.String key, System.Func`1[TResult] function, System.Nullable`1[T] lifeTime) [0x000b1] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Cache\Cached.cs:104 
      at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities (NzbDrone.Core.Indexers.Newznab.NewznabSettings indexerSettings) [0x00020] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Indexers\Newznab\NewznabCapabilitiesProvider.cs:36 
      at NzbDrone.Core.Indexers.Torznab.Torznab.get_PageSize () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Indexers\Torznab\Torznab.cs:23 
      at NzbDrone.Core.Indexers.Torznab.Torznab.GetRequestGenerator () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Indexers\Torznab\Torznab.cs:27 
      at NzbDrone.Core.Indexers.HttpIndexerBase`1[TSettings].TestConnection () [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Indexers\HttpIndexerBase.cs:336 
    
    2022-07-07 15:33:46.2|Debug|Api|[GET] /api/v3/command: 200.OK (5 ms)
    2022-07-07 15:33:46.3|Debug|Api|[GET] /api/v3/command: 200.OK (6 ms)

     

  10. Hi, hopefully someone can assist me. I've got binhex containers on my system (DelugeVPN, Sonarr, Radarr, Prowlerr), but something has happened recently and I can no longer access the WebUI for Radarr, Sonarr and Prowler via their IPs. I have not made any changes to the system, though there have been updates. I originally set them up to run through delugeVPN, so I'm thinking this may have something to do with it, as it is only the Sonarr, Radarr and Prowlerr containers that are having issues. Could anyone advise as to what may have happened, and how I can avoid whatever has happened from happening again?

     

    I notice my containers don't have a Host Port in their settings, but when I try to add it, I get an error (see below for Radarr example). Once that happens, the docker image becomes orphaned and I have to reinstall it and remove the Host Port so the container will actually install.

     

    root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-radarr' --net='container:binhex-delugevpn' -e TZ="Europe/London" -e HOST_OS="Unraid" -e HOST_HOSTNAME="UnraidServer" -e HOST_CONTAINERNAME="binhex-radarr" -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[ip]:[port:7878]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/radarr-icon.png' -p ':7878/tcp' -v '/mnt/user/Downloads/':'/data':'rw' -v '/mnt/user/Media/Films/':'/media':'rw' -v '/mnt/user/appdata/binhex-radarr':'/config':'rw' 'binhex/arch-radarr'
    docker: Error response from daemon: conflicting options: port publishing and the container type network mode.
    See 'docker run --help'.

  11. When I install this container, I get the following error:

     

    [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
    [s6-init] ensuring user provided files have correct perms...exited 0.
    [fix-attrs.d] applying ownership & permissions fixes...
    [fix-attrs.d] done.
    [cont-init.d] executing container initialization scripts...
    [cont-init.d] done.
    [services.d] starting services
    [services.d] done.
    *************************************************************
    *************************************************************
    *** Your config file is not valid! ***
    *** Please check the docs at ***
    *** https://docs.frigate.video/configuration/index ***
    *************************************************************
    *************************************************************
    *** Config Validation Errors ***
    *************************************************************
    [Errno 2] No such file or directory: '/config/config.yml'
    [2022-05-12 22:28:49] frigate.app INFO : Starting Frigate (0.10.1-83481af)
    Traceback (most recent call last):
    File "/opt/frigate/frigate/app.py", line 312, in start
    self.init_config()
    File "/opt/frigate/frigate/app.py", line 77, in init_config
    user_config = FrigateConfig.parse_file(config_file)
    File "/opt/frigate/frigate/config.py", line 896, in parse_file
    with open(config_file) as f:
    FileNotFoundError: [Errno 2] No such file or directory: '/config/config.yml'

    *************************************************************
    *** End Config Validation Errors ***
    *************************************************************
    [cmd] python3 exited 1
    [cont-finish.d] executing container finish scripts...
    [cont-finish.d] done.
    [s6-finish] waiting for services.
    [s6-finish] sending all processes the TERM signal.
    [s6-finish] sending all processes the KILL signal and exiting.

     

    When I checked the /appdata/frigate path, there is nothing in there, so I created a folder called 'config' and added the minimal config, but I'm still getting the above error. Can anyone advise? I thought containers always installed into 'appdata'?

  12. 11 minutes ago, ghost82 said:

    Another workaround could be create a folder simlink on C:\ physical drive pointing to a folder on the network drive.

    It worked for me with installers requiring a physical disk, I pointed them on C:\foldersimlink and the content was written on the network drive.

     

    Is this what you're referring to? https://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/

  13. Where do I go to get the flash backup download? I cant find anywhere to login on the Unraid.net website.

     

    Edit: Never mind, I see that you can access it via the forums here via my profile. Will leave this up for anyone is as clueless as me!

  14. 43 minutes ago, JonathanM said:

    remove that one too.

    The containers are, the templates are stored on the flash. If you reinstall the container with an old template, or pull a new template and don't modify it for your layout that would explain things.

     

    Argh, the USB flash drive backup was from a while ago, so I must've made changes to things since that backup. Will that have messed things up badly? Or if I can get the templates back to the way they were, should everything work again? Sorry for the noob questions, not long with unraid and this pen drive failing has been a pain!

×
×
  • Create New...