deaerator

Members
  • Posts

    515
  • Joined

  • Last visited

Everything posted by deaerator

  1. I noticed this morning that I'm seeing PCI errors. Sep 21 08:23:27 Tower kernel: pcieport 0000:00:01.1: AER: Corrected error received: 0000:00:01.1 Sep 21 08:23:27 Tower kernel: pcieport 0000:00:01.1: PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Transmitter ID) Sep 21 08:23:27 Tower kernel: pcieport 0000:00:01.1: device [8086:3c03] error status/mask=00001000/00002000 tower-diagnostics-20200921-0815.zip
  2. I have a couple of dockers that I want to have it stop at a certain time and stagger the start time. I have an Ark Cluster that needs staggered start times.
  3. Thank you for this, trying to figure out why my NZBGET got borked.
  4. It's default setting was br0. It gets it's own IP and still no connection.
  5. How do I setup the an Ubuntu VM to accept connections on my local network. i have some services running and want to access their services through a Web Browser on my pc?
  6. Wondering if this is a serious error and how do I fix this? This is using the Ark Server Template. [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed
  7. Something happened and /mnt/user is gone and now I have /mnt/user0 root@Tower:~# cd /mnt/user -bash: cd: /mnt/user: Transport endpoint is not connected How can I fix this tower-diagnostics-20200514-1444.zip
  8. RTX 4000 should support all formats; It was using HW acceleration before and now it's not.
  9. I'm noticing that not all videos transcoding is using Hardware Acceleration, reverting to Sofware transcoding. How do I enforce HW Transcoding only.
  10. Curious how do I setup a Cluster and add Mods to your ARK Docker?
  11. Tried that also and is not working, still this stupid error shows up. I too googled a bunch of solutions that didn't work also and that's why I'm asking help here.
  12. Did that and still getting the SAMEORIGINS error. # make sure that your dns has a cname set for nextcloud # assuming this container is called "letsencrypt", edit your nextcloud container's config # located at /config/www/nextcloud/config/config.php and add the following lines before the ");": # 'trusted_proxies' => ['letsencrypt'], # 'overwrite.cli.url' => 'https://nextcloud.your-domain.com/', # 'overwritehost' => 'nextcloud.your-domain.com', # 'overwriteprotocol' => 'https', # # Also don't forget to add your domain name to the trusted domains array. It should look somewhat like this: # array ( # 0 => '192.168.0.1:444', # This line may look different on your setup, don't modify it. # 1 => 'nextcloud.your-domain.com', # ), server { listen 443 ssl; listen [::]:443 ssl; server_name nextcloud.*; include /config/nginx/ssl.conf; add_header X-Frame-Options "SAMEORIGIN" always; add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;"; client_max_body_size 0; location / { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app nextcloud; set $upstream_port 443; set $upstream_proto https; proxy_pass $upstream_proto://$upstream_app:$upstream_port; proxy_max_temp_file_size 2048m; } }
  13. I followed his instructions able to get every error out except for the first one regarding "SAMEORIGIN".
  14. Need some help correcting some errors, fresh install following Space Invader Video.
  15. How about a gui to control all these game server dockers?
  16. Thank you for your help. When I did the ls command to both spots it turns out that on /mnt/disks/appdata there was /plex and /library But on /mnt/user/appdata/plex there was just one folder called /library I did a delete and a fresh rsync and everything is working again. Thank you.
  17. root@Tower:/mnt/disks# ls -al total 0 drwxrwxrwt 3 root root 60 Apr 16 21:18 ./ drwxr-xr-x 22 root root 440 Apr 16 21:18 ../ drwxrwxrwx 3 nobody users 18 Apr 16 19:53 appdata/ root@Tower:/mnt/disks#