Picha

Members
  • Posts

    31
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Picha's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Thank you, that worked! Seems like i was not the only one with that problem. I can actually resize the window without problems 👀
  2. Hello Everyone, Right now i have routes from/to my Server to reach everything in the 192.168.3.0/24 Subnet. Since broadcasts are not able, but would be convenient for selected services (e.g. Home Asisstant), i thought i could connect a new NIC directly to the 192.168.0.3/24 Network. Sadly this doesn`t work, because request from the network reaching the "old" port x.x.20.100 are going out on the new NIC. This obvious makes sense because it is connected directly to the network, but leads to asymmetrical routes. Is it possible to send traffic back from the same interface it came in? Don´t route between the interfaces? Or maybe any other way to achive this ?
  3. Anyone has an issue with digikam right now ? I´m only seeing a console with user abc@Hostname Currently on Unraid 6.10.3, App is updated to the latest Version. In the Logs i get the following errors: rdpClientConRecv: g_sck_recv failed(returned 0) rdpClientConRecvMsg: error rdpClientConCheck: rdpClientConGotData failed rdpClientConDisconnect: rdpRemoveClientConFromDev: removing clientCon 0x564273f4b310 guacd[623]: INFO: User "@91a18b18-47ec-43fb-b07d-191c0ae44630" disconnected (0 users remain) guacd[623]: INFO: Last user of connection "$475e9573-6440-4406-a20f-fcc70a176379" disconnected [2022-07-13 11:10:15] [Connection 6] Closing connection with error: Error: not opened at WebSocket.send (/gclient/node_modules/ws/lib/WebSocket.js:218:38) at ClientConnection.send (/gclient/node_modules/guacamole-lite/lib/ClientConnection.js:125:24) at GuacdClient.sendBufferToWebSocket (/gclient/node_modules/guacamole-lite/lib/GuacdClient.js:172:35) at GuacdClient.processReceivedData (/gclient/node_modules/guacamole-lite/lib/GuacdClient.js:163:14) at Socket.emit (node:events:537:28) at addChunk (node:internal/streams/readable:324:12) at readableAddChunk (node:internal/streams/readable:297:9) at Readable.push (node:internal/streams/readable:234:10) at TCP.onStreamRead (node:internal/stream_base_commons:190:23) [2022-07-13 11:10:15] [Connection 6] Closing guacd connection [2022-07-13 11:10:15] [Connection 6] Client connection closed guacd[401]: INFO: Connection "$475e9573-6440-4406-a20f-fcc70a176379" removed.
  4. So, i solved those errors with trial and error, but actually have no clue what the hell i did. Could somebody enlighten me ? Did i proxy the plex websockets? why does no one else has these problems ? I added the following lines into the plex.conf: proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade";
  5. Hello, i am having a lot of error messages in my error.log and have no clue what it could mean. I looked it up in google, but this didnt really help much. As far as i can tell everything works, but these errors are new / i never noticed them. Tried increasing the timeout which didnt help. Error Log example: 2022/02/20 14:40:31 [error] 634#634: *10069 upstream prematurely closed connection while reading response header from upstream, client: xxxxxxx, server: plex.*, request: "GET /:/websockets/notifications?X-Plex-Token=xxxxxxxx-Plex-Language=de-de HTTP/1.1", upstream: "https://192.168.3.100:32400/:/websockets/notifications?X-Plex-Token=QR-xxxxxxxX-Plex-Language=de-de", host: "xxxxxxx" Proxy Config: client_body_buffer_size 128k; #Timeout if the real server is dead proxy_next_upstream error timeout invalid_header http_500 http_502 http_503; # Advanced Proxy Config send_timeout 5m; proxy_read_timeout 240s; proxy_send_timeout 240s; proxy_connect_timeout 240s; # TLS 1.3 early data proxy_set_header Early-Data $ssl_early_data; # Basic Proxy Config proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Ssl on; proxy_redirect http:// $scheme://; proxy_http_version 1.1; proxy_set_header Connection ""; #proxy_cookie_path / "/; HTTPOnly; Secure"; # enable at your own risk, may break certain apps proxy_cache_bypass $cookie_session; proxy_no_cache $cookie_session; proxy_buffers 32 4k; proxy_headers_hash_bucket_size 128; proxy_headers_hash_max_size 1024; Plex Config: server { listen 443 ssl; listen [::]:443 ssl; server_name plex.*; include /config/nginx/ssl.conf; client_max_body_size 0; proxy_redirect off; proxy_buffering off; # enable for ldap auth, fill in ldap details in ldap.conf #include /config/nginx/ldap.conf; # enable for Authelia #include /config/nginx/authelia-server.conf; location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable the next two lines for ldap auth #auth_request /auth; #error_page 401 =200 /ldaplogin; # enable for Authelia #include /config/nginx/authelia-location.conf; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app 192.168.3.100; set $upstream_port 32400; set $upstream_proto https; proxy_pass $upstream_proto://$upstream_app:$upstream_port; proxy_set_header X-Plex-Client-Identifier $http_x_plex_client_identifier; proxy_set_header X-Plex-Device $http_x_plex_device; proxy_set_header X-Plex-Device-Name $http_x_plex_device_name; proxy_set_header X-Plex-Platform $http_x_plex_platform; proxy_set_header X-Plex-Platform-Version $http_x_plex_platform_version; proxy_set_header X-Plex-Product $http_x_plex_product; proxy_set_header X-Plex-Token $http_x_plex_token; proxy_set_header X-Plex-Version $http_x_plex_version; proxy_set_header X-Plex-Nocache $http_x_plex_nocache; proxy_set_header X-Plex-Provides $http_x_plex_provides; proxy_set_header X-Plex-Device-Vendor $http_x_plex_device_vendor; proxy_set_header X-Plex-Model $http_x_plex_model; } } Errors in Plex:
  6. Yes, try gvt-d if you want monitor output. Works even if you only have the igpu installed. At least on unraid, your can run it headless. Did this on two different machines and it worked. I can't tell you how to do it on a different hypervisior tho. Did most of it via the GUI of unraid and with the help of the forum.
  7. Hello @dqmhug i`m a little bit confused what you are trying to achive. I know "i915-GVTg_V5_4" only from virtualization of the iGPU and using it for one or multiple VMs, but only for HW acceleration. You cant use it with a Monitor connected to your gpu. If you want this have a look at the plugin: If you want to use your video output, like HDMI, you have to pass the iGPU through. As described here. Are you working with the GUI or only on CLI?
  8. Update: I narrowed it down to the VLAN Router. Somehow it doesn't route correct. I set a route directly on my windows pc and can now connect to the devices on the .8.0 net. So for anyone reading this, a Server to Server connection is not mandatory if you want to connect devices from between all networks.
  9. Maybe this network drawing helps. So, 192.168.8.0 (client) can connect to 192.168.3.0 (server) but not the other way around. Since the client is an LTE Router (Gl-AP 1300, Openwrt) its not that easy to let it work as a server. (Carrier-grad NAT for IPv4) Also beeing new to Openwrt doesnt really help. I set folllowing static routes on the VLAN router: - DestIP 192.168.8.0/24 GW 192.168.3.100 - DestIP 10.253.0.0/24 GW 192.168.3.100 The routes for Unraid where set automaticlly and are: - 192.168.8.0/24 wg0 - 10.253.0.3 wg0 I did not set any routes on the LTE Router. Allowed IPs on -Client Side 0.0.0.0/0 -Server Side 10.253.0.3, 192.168.8.0/24 I did not touch any Firewall settings.
  10. Is a Server-to-Server configuration mandatory to get a Lan-to-Lan connection or does ist also work with Server-Client ? I'm asking because i have already established an server-client connection. From the Clientside i can access everything on the Server Lan. The other way around i can only access Lan devices from my unraid server (on which Wireguard Server is installed). Other devices from server-lan cant connect to client-lan. So just to get in the right direction of troubleshooting, is this a routing problem or is a server to server connection required?
  11. Hello, i cant upgrade my key with paypal. I'm getting the error "PayPal Blocking Duplicate Order IDs" Is it an Error on my Side? Paypal side? Lime Side?
  12. Is there an integration for Sonarr or Radarr ? That would be nice. For example: Radarr doesnt find a movie at "common source" and looks for it on Plex from Buddy - Vice versa. So, just PlexRipper as an additional Indexer.
  13. Also VM ist soweit eingerichtet. Kann auf den ersten Blick keinen Unterschied feststellen. System ist aber gerade auch nicht im Idle, muss ich also später nochmal nachschauen. Da wir schon dabei sind: Mit welchen Settings messt ihr eigentlich den Stromverbraucht ? Nur das ich auch richtig vergleiche. Also: HDD Spindown?, Docker Aus-An?, VM laufen lassen ? Hab das jetzt eher "realistisch" gemacht, also quasi alles an gelassen, was später auch an ist, diverse Docker und VMs. Ich finde es halt ärgerlich das mein Grundverbrauch so hoch ist. Also die genannten 60-70 Watt. Wenn Plex 3-4 Streams transkodiert (über iGPU) und nebenbei noch was in einer Windows VM gedownloaded/entpackt wird komm ich im peak vllt. auf 100 Watt.
  14. Das ist die bekannte Streitfrage zwischen Langlebigkeit<->Stromsparen. Dachte 5 Stunden ist ein "guter" mittelweg. Bis gestern hatte ich nichtmal einen Spindown eingestellt. Ok. Ja, Backups werden wöchtenlich gemacht.