sjaak

Members
  • Posts

    184
  • Joined

Posts posted by sjaak

  1. 18 hours ago, itimpi said:

    You basically want to have the NIC that is going to be used to access Unraid set as eth0.  You can change which NIC is eth0 under Settings ->Network Settings

    i know,

     

    18 hours ago, jameson_uk said:

    So when you run 

    netstat -nplt

    what does it say for port 22?

    Before I added ListenAddress x.x.x.x to /boot/config/ssh/sshd_config there was no listen address specified so it was listening on 0.0.0.0:22 (ie. all interfaces).

     

    As for nginx the same goes, I see

    tcp        0      0 x.x.x.x:80       0.0.0.0:*               LISTEN      9182/nginx: master
    tcp6       0      0 :::80                   :::*                    LISTEN      9182/nginx: master

    So whilst it is bound correctly for ipv4 it is still bound to all interfaces for ipv6.

     

    I must admit there is on subtlety I have overlooked in my config in that my second NIC is actually a virtual interface so is eth0.10 but regardless of that netstat was clearly showing sshd listening on 0.0.0.0:22 so I don't see why this wouldn't have worked from a second NIC.

     

    dangit, just test another nic with a static ip, i can access the gui...

    ssh is only listening to eth0

     

    nginx is indeed listening on 0.0.0.0 and ::: so it is open on the other networks.

    i don't have enabled unraid to use ipv6, only some dockers and VM are using ipv6...

  2. is here someone who got SWAG fully working on IPv6? i trying to get it working but after view weeks of trail and error i'm out of idea's...

    Docker is fully working on IPv6, can confirm this. i have a tor relay running on unraid/docker and it external accessible through IPv6...

    SWAG does have an working IPv6 address. but Cloudflare won't get connection to SWAG on IPv6, resulting many times with error 522

     

    i did some research on nginx with ipv6, its needs '--with-ipv6'? when checking on SWAG with the command: nginx -V it gives me the following configure arguments:

    Quote

    nginx version: nginx/1.18.0
    built with OpenSSL 1.1.1k  25 Mar 2021
    TLS SNI support enabled
    configure arguments: --prefix=/var/lib/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --pid-path=/run/nginx/nginx.pid --lock-path=/run/nginx/nginx.lock --http-client-body-temp-path=/var/lib/nginx/tmp/client_body --http-proxy-temp-path=/var/lib/nginx/tmp/proxy --http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi --http-uwsgi-temp-path=/var/lib/nginx/tmp/uwsgi --http-scgi-temp-path=/var/lib/nginx/tmp/scgi --with-perl_modules_path=/usr/lib/perl5/vendor_perl --user=nginx --group=nginx --with-threads --with-file-aio --with-http_ssl_module --with-http_v2_module --with-http_realip_module --with-http_addition_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_auth_request_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_slice_module --with-http_stub_status_module --with-http_perl_module=dynamic --with-mail=dynamic --with-mail_ssl_module --with-stream=dynamic --with-stream_ssl_module --with-stream_realip_module --with-stream_geoip_module=dynamic --with-stream_ssl_preread_module --add-dynamic-module=/home/buildozer/aports/main/nginx/src/njs-0.5.0/nginx --add-dynamic-module=/home/buildozer/aports/main/nginx/src/ngx_devel_kit-0.3.1/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/ngx_brotli-1.0.0rc/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/ngx_cache_purge-2.5.1/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/nginx-dav-ext-module-3.0.0/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/echo-nginx-module-0.62/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/encrypted-session-nginx-module-0.08/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/ngx-fancyindex-0.5.1/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/headers-more-nginx-module-0.33/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/lua-nginx-module-0.10.19/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/lua-upstream-nginx-module-0.07/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/nchan-1.2.7/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/nginx-http-shibboleth-2.0.1/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/redis2-nginx-module-0.15/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/set-misc-nginx-module-0.32/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/nginx-upload-progress-module-0.9.2/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/nginx-upstream-fair-0.1.3/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/nginx-rtmp-module-1.2.1/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/nginx-vod-module-1.27/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/ngx_http_geoip2_module-3.3/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/naxsi-1.3/naxsi_src --add-dynamic-module=/home/buildozer/aports/main/nginx/src/mod_zip-1.2.0/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/nginx-module-vts-0.1.18/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/traffic-accounting-nginx-module-2.0/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/ngx_http_untar_module-1.0/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/ngx_upstream_jdomain-1.1.5/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/nginx_cookie_flag_module-1.1.0/ --add-dynamic-module=/home/buildozer/aports/main/nginx/src/array-var-nginx-module-0.05/

     

    no --with-ipv6 in there...

    anyone have in idea what i can do???

  3. 7 minutes ago, ich777 said:

    What do you mean with that, the Driver Plugin only uses wget to download files...

    Seems like there is something not configured properly...

     

    This is always a bad idea to block the Google DNS server, why would you do that? :D

    The plugin tries to ping 8.8.8.8 because it's an anycast IP address and is basically always online, just a little side note: not only my plugin tries to connect to 8.8.8.8 to check if there is actually a internet connection available...

    In this case the boot takes about 30 seconds longer.

     

    i had problems with unraid when IPv6 was enabled, when its enabled the vm's and docker container wont work with ipv6, so i disabled it and using the second NIC with IPv6 enabled only for the docker containers what need ipv6, and this solution works for me. the vm's got an ipv6 address and docker will work on ipv6.

    but sometimes unraid itself will try to use that nic to download stuff by using the ipv6 address and this will fail of course because unraid isn't setup for ipv6...

     

    i changed the firewall rule by only blocking 8.8.8.8 on port 53

    (i want to prevent any device on my network to use googledns)

  4. 23 minutes ago, ich777 said:

    This message indicates that something is preventing the file from being downloaded...

     

    yeah, i think i found the problem, the driver installer is trying to use IPv6, and unraid itself isn't setup for that. i'm going to temporary disable the second NIC by unplug the fiber (which is setup for IPv6) and then try again.

    the files are there where they belong, i uploaded it to unraid ;)

     

    and 8.8.8.8 is banned on my network (i did found some reference to 8.8.8.8 in this plugin)

     

    jup, found the problem, disabled the second NIC and tried again, its finished and its report me to reboot the server ;)

  5. 6 minutes ago, ich777 said:

    Can you download this file: Click

    Have you got any blocking software on your network (PiHole,...)?

     

    Also, have you tried to click the download button a second time?

     

    [...]

     

     

    yeah, i have Pi-hole, but unRAID is excluded from it. manual download did work.

     

    will trying a second time download.

  6. 4 hours ago, ich777 said:

    Have you clicked the download button again once more?

     

    What Unraid version are you using?

    Please also attach the diagnostics (Tools -> Diagnostics -> Download -> drop the downloaded zip file here in the text box).

     

    6.9.2

     

     

  7. 15 hours ago, Pava said:

    Hello thank you for help. print screen I was deleted. From spaceinvaderone video I try to make need just nextcloud but its not working for me. I had before in same IP Synology with Qnap, and all was working fine. What can I do, need to learn more about Unraid and network.

     

    its not only removing the screenshots. its why are you have all those ports OPEN to the WorldWideWeb...

  8. your Qnap is already using port 80 and 443. Letsencrypt(swag) need those ports... its not possible to port forward the same ports to two different devices at the same time

    your nextcloud have a port config on 444, if you want nextcloud behind swag you need to config the nextcloud config inside the swag folder... (after that, no need for port 444 anymore...)

     

    Search on Youtube "spaceinvaderone" he has video's for using swag (letsencrypt), nextcloud, duckdns, cloudflare etc..

     

    and NEVER EVER expose your unraid Manager to the WWW!!! especially if you don't have any network knowledge...

    i dont wanna scare you, just warn you, but by seeing you screenshots i can find your network with shodan... if i can find it, then people with bad intentions can it also...

  9. 4 minutes ago, MrGreen718 said:

    I cannot get this to work in any Plex docker including binhex-Plexpass or the official Plex docker. Ive also tried every other Plex docker as well. Using your recommended variables. I keep getting the following errors when I do it. The attached error is from the official Plex docker. 

    F51802CA-59EB-488C-92EA-97622B47D816.jpeg

    Screenshot 2021-03-13 at 10.27.36 AM.pdf 271.59 kB · 1 download

     

    check if you don't have any space " " at front and back of the Nvidia Visible Devices ID, this will happen when you did copy the ID

  10. well... this was a painful update... at reboot i got surprised with "Boot error", put an backup on flash drive still give this error. so recreate a new flashdrive and put the config back on it fixed the problem.

    then i got problems with the network card (mellanox connectX-3 pro) its a dual NIC but unraid was showing 3 NIC's🤔

    found out that its detecting the second nic double, GIU wasn't helping so i edit the network.cfg manually. rebooted, not fixed...

    found network-rules.cfg and edit this. rebooted and this got fixed. (network-rules.cfg is after reboot gone)

  11. 22 minutes ago, John_M said:

     

    What is using a USB connection?

     

    my VM and unRAID itself use a mouse/keyboard of the unRAID GUI.

    but i search on the Plex forum on that error message and its from the Plex tuner services, i don't use DVR on this server anymore? why is this still trowing errors and instability??

    i found this topic where they kill the plex tuner service, i just tried this out and will monitor the logs for any other errors/instability...

     

    edit:

    server still crashing, but now i got this message:

    Jobs: Exec of /usr/lib/plexmediaserver/Plex Tuner Service failed. (13)

     

    no more "Critical: libusb_init failed".

    but still an unstable server :(

     

  12. last weekend i found out that maybe the problem was the DVR, so i remove this from my main server and created an second server for this, but my problem still exist:

    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.4.4079-1b7748a7b/PLEX MEDIA SERVER/6507dcb9-aeb8-178e-763c213c-306a3ee2.dmp
    Starting Plex Media Server.
    Critical: libusb_init failed
    Mar 1 14:25:39 LMFSv3 kernel: Plex Media Serv[121438]: segfault at b8 ip 0000000000b456af sp 0000148a6a86e920 error 4 in Plex Media Server[a0c000+f23000]
    Mar 1 14:25:39 LMFSv3 kernel: Code: 46 04 00 48 8d 05 51 ee de 00 49 89 46 08 89 6c 24 08 eb 0d 89 6c 24 08 83 fd ff 0f 84 54 02 00 00 4c 89 64 24 60 4d 8b 67 08 <41> 80 bc 24 b8 00 00 00 00 74 15 49 8d bc 24 90 00 00 00 e8 89 4d
    Mar 1 14:26:19 LMFSv3 kernel: Plex Media Serv[122854]: segfault at 30 ip 0000000000bbaf9f sp 000014e9e8ffa980 error 4 in Plex Media Server[a0c000+f23000]
    Mar 1 14:26:19 LMFSv3 kernel: Code: cc cc cc cc cc cc cc cc cc cc cc 55 41 57 41 56 41 55 41 54 53 50 49 89 d5 49 89 f6 8b 36 83 fe ff 0f 84 5b 01 00 00 49 89 fc <48> 8b 7f 08 4d 8d 7e 08 31 c9 41 f6 46 04 40 0f 94 c1 4c 89 fa e8
    Mar 1 14:27:00 LMFSv3 kernel: Plex Media Serv[124369]: segfault at b8 ip 0000000000b456af sp 000014840a892920 error 4 in Plex Media Server[a0c000+f23000]
    Mar 1 14:27:00 LMFSv3 kernel: Code: 46 04 00 48 8d 05 51 ee de 00 49 89 46 08 89 6c 24 08 eb 0d 89 6c 24 08 83 fd ff 0f 84 54 02 00 00 4c 89 64 24 60 4d 8b 67 08 <41> 80 bc 24 b8 00 00 00 00 74 15 49 8d bc 24 90 00 00 00 e8 89 4d

     

    the second server is stable, no crash at all. does this mean my main server is corrupted????

    WHAT CAN I DO WITHOUT RECREATING MY LIBRARY?

    its pretty big and recreate this means hours of work and probably some temp ip bans from the metadata sites...

     

    i tried this already on the plex forum, the suggested to downgrade to unraid 6.8.3. with is NOT possible for me, i lose HW transcode and the Multi cache pool (where all my VM are running on...)

  13. 10 minutes ago, trurl said:

     

    i checked every .log file in the /logs folder, non of them are showing me anything about a crash

    only those .dmp files what are in the "Crash Reports" folder inside plex appdata are showing something, but its not possible to past the info here on the forum because it only past some symbols of it, not possible the post the hole .dmp file here...

  14. 3 minutes ago, trurl said:

    Yes it is. Why are you posting a screenshot?

     

    Are you sure that is the crash log? You should be able to just get them from that folder inside your plex appdata and open them in a text editor.

    because i cant past it here, its only showing the first 3 symbols...

    yep, this is one of those .dmp files

     

    the plex media server.log is not showing anything about the crash

     

     

  15. i have a big problem with Plex, its being going on for weeks and i cant found the solution, it crashing every time...

    i cant play any live tv through plex anymore, its just buffering and crashing (even my vero 4K+ device isn't liking this...)

     

    Can anyone help me!!????

     

    unRAID v6.9.0-RC2

    nvidia 1050TI (only in use by Plex)

     

    Plex container logbook:

    -------------------------------------
    _ ()
    | | ___ _ __
    | | / __| | | / \
    | | \__ \ | | | () |
    |_| |___/ |_| \__/
    
    
    Brought to you by linuxserver.io
    -------------------------------------
    
    To support LSIO projects visit:
    https://www.linuxserver.io/donate/
    -------------------------------------
    GID/UID
    -------------------------------------
    
    User uid: 99
    User gid: 100
    -------------------------------------
    
    [cont-init.d] 10-adduser: exited 0.
    [cont-init.d] 40-chown-files: executing...
    [cont-init.d] 40-chown-files: exited 0.
    [cont-init.d] 45-plex-claim: executing...
    [cont-init.d] 45-plex-claim: exited 0.
    [cont-init.d] 50-gid-video: executing...
    [cont-init.d] 50-gid-video: exited 0.
    [cont-init.d] 60-plex-update: executing...
    No update required
    [cont-init.d] 60-plex-update: exited 0.
    [cont-init.d] 99-custom-scripts: executing...
    [custom-init] no custom files found exiting...
    [cont-init.d] 99-custom-scripts: exited 0.
    [cont-init.d] done.
    [services.d] starting services
    [services.d] done.
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/19022ba8-b0cb-b11a-45a3de96-4df234db.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/4d95a93d-8d5e-f30b-6799e89d-22f9f142.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/38cdd1b1-161d-5669-4ee9353f-519ec7d7.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/75c0ea30-7c08-3bd6-0cce92c6-47f16826.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/60cce365-a780-605d-73ea626b-76799570.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/0ba4c21e-ca9b-af59-1ad1e7e3-24d4c530.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/765f9ebc-058f-3fa6-418a5de8-12e90cc6.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/33bafdc1-502e-d757-3fec2fdb-09bdb54e.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/1e0dd539-7f06-507b-662bb94c-775a80c6.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/48c7fcc8-6547-ebed-0cec9342-255a9e71.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/46409415-82cd-1367-0b6bc266-5cc04c9f.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/30dcc286-9a27-8804-320a39d0-0a400516.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/1c0da754-4f94-47d2-195092fa-3906d9fb.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/469513b9-7274-f423-3fd364f8-66b78bac.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/71a6adcf-d02f-b72f-670268d5-14fdff6c.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/5ce749a1-6801-1d18-0e5725e0-041ff241.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/197f06fb-fb6e-3f55-0bcd69d7-39d389ed.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/040040cd-ca45-bca1-324580ff-27cdc838.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/040040cd-ca45-bca1-324580ff-27cdc838.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/6fbf907b-3f5f-12b3-5a45a5be-1701f22f.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/6fbf907b-3f5f-12b3-5a45a5be-1701f22f.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/1a8596b6-3a6f-1146-0109d278-45352007.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/5769a3be-e313-c590-7ed634a1-3b70ef1e.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/5769a3be-e313-c590-7ed634a1-3b70ef1e.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/02880035-5bb8-f2e0-660f7bfb-69e8abf7.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.21.3.4015-a4be9cb8b/PLEX MEDIA SERVER/02880035-5bb8-f2e0-660f7bfb-69e8abf7.dmp
    Starting Plex Media Server.

     

     

    unRAID logbook:

     

    Feb 7 17:29:55 LMFSv3 kernel: Plex Media Serv[67674]: segfault at 30 ip 0000000000bb4c0f sp 00001526189f5980 error 4 in Plex Media Server[a06000+f11000]
    Feb 7 17:29:55 LMFSv3 kernel: Code: cc cc cc cc cc cc cc cc cc cc cc 55 41 57 41 56 41 55 41 54 53 50 49 89 d5 49 89 f6 8b 36 83 fe ff 0f 84 5b 01 00 00 49 89 fc <48> 8b 7f 08 4d 8d 7e 08 31 c9 41 f6 46 04 40 0f 94 c1 4c 89 fa e8
    Feb 7 17:30:34 LMFSv3 kernel: Plex Media Serv[68912]: segfault at 30 ip 0000000000bb4c0f sp 0000145b5e8b6980 error 4 in Plex Media Server[a06000+f11000]
    Feb 7 17:30:34 LMFSv3 kernel: Code: cc cc cc cc cc cc cc cc cc cc cc 55 41 57 41 56 41 55 41 54 53 50 49 89 d5 49 89 f6 8b 36 83 fe ff 0f 84 5b 01 00 00 49 89 fc <48> 8b 7f 08 4d 8d 7e 08 31 c9 41 f6 46 04 40 0f 94 c1 4c 89 fa e8
    Feb 7 17:31:14 LMFSv3 kernel: Plex Media Serv[70257]: segfault at 30 ip 0000000000bb4c0f sp 0000145853378980 error 4 in Plex Media Server[a06000+f11000]
    Feb 7 17:31:14 LMFSv3 kernel: Code: cc cc cc cc cc cc cc cc cc cc cc 55 41 57 41 56 41 55 41 54 53 50 49 89 d5 49 89 f6 8b 36 83 fe ff 0f 84 5b 01 00 00 49 89 fc <48> 8b 7f 08 4d 8d 7e 08 31 c9 41 f6 46 04 40 0f 94 c1 4c 89 fa e8
    Feb 7 17:31:54 LMFSv3 kernel: Plex Media Serv[71381]: segfault at 30 ip 0000000000bb4c0f sp 000014e32c26e980 error 4 in Plex Media Server[a06000+f11000]
    Feb 7 17:31:54 LMFSv3 kernel: Code: cc cc cc cc cc cc cc cc cc cc cc 55 41 57 41 56 41 55 41 54 53 50 49 89 d5 49 89 f6 8b 36 83 fe ff 0f 84 5b 01 00 00 49 89 fc <48> 8b 7f 08 4d 8d 7e 08 31 c9 41 f6 46 04 40 0f 94 c1 4c 89 fa e8
    Feb 7 17:32:34 LMFSv3 kernel: Plex Media Serv[72624]: segfault at 30 ip 0000000000bb4c0f sp 000014b94f44e980 error 4 in Plex Media Server[a06000+f11000]
    Feb 7 17:32:34 LMFSv3 kernel: Code: cc cc cc cc cc cc cc cc cc cc cc 55 41 57 41 56 41 55 41 54 53 50 49 89 d5 49 89 f6 8b 36 83 fe ff 0f 84 5b 01 00 00 49 89 fc <48> 8b 7f 08 4d 8d 7e 08 31 c9 41 f6 46 04 40 0f 94 c1 4c 89 fa e8
    Feb 7 17:33:14 LMFSv3 kernel: Plex Media Serv[73992]: segfault at 30 ip 0000000000bb4c0f sp 00001498ce65c980 error 4 in Plex Media Server[a06000+f11000]
    Feb 7 17:33:14 LMFSv3 kernel: Code: cc cc cc cc cc cc cc cc cc cc cc 55 41 57 41 56 41 55 41 54 53 50 49 89 d5 49 89 f6 8b 36 83 fe ff 0f 84 5b 01 00 00 49 89 fc <48> 8b 7f 08 4d 8d 7e 08 31 c9 41 f6 46 04 40 0f 94 c1 4c 89 fa e8
    Feb 7 17:33:54 LMFSv3 kernel: Plex Media Serv[75348]: segfault at b8 ip 0000000000b3f6af sp 0000149ab3936920 error 4 in Plex Media Server[a06000+f11000]
    Feb 7 17:33:54 LMFSv3 kernel: Code: 46 04 00 48 8d 05 51 ce dd 00 49 89 46 08 89 6c 24 08 eb 0d 89 6c 24 08 83 fd ff 0f 84 54 02 00 00 4c 89 64 24 60 4d 8b 67 08 <41> 80 bc 24 b8 00 00 00 00 74 15 49 8d bc 24 90 00 00 00 e8 a9 32
    Feb 7 17:34:33 LMFSv3 kernel: traps: Plex Media Serv[76420] general protection fault ip:b3f6af sp:14f25e5cf920 error:0 in Plex Media Server[a06000+f11000]
    Feb 7 17:35:13 LMFSv3 kernel: Plex Media Serv[77924]: segfault at 30 ip 0000000000bb4c0f sp 0000153860315980 error 4 in Plex Media Server[a06000+f11000]
    Feb 7 17:35:13 LMFSv3 kernel: Code: cc cc cc cc cc cc cc cc cc cc cc 55 41 57 41 56 41 55 41 54 53 50 49 89 d5 49 89 f6 8b 36 83 fe ff 0f 84 5b 01 00 00 49 89 fc <48> 8b 7f 08 4d 8d 7e 08 31 c9 41 f6 46 04 40 0f 94 c1 4c 89 fa e8
    Feb 7 17:35:53 LMFSv3 kernel: Plex Media Serv[79622]: segfault at 30 ip 0000000000bb4c0f sp 000014d1c9a0f980 error 4 in Plex Media Server[a06000+f11000]
    Feb 7 17:35:53 LMFSv3 kernel: Code: cc cc cc cc cc cc cc cc cc cc cc 55 41 57 41 56 41 55 41 54 53 50 49 89 d5 49 89 f6 8b 36 83 fe ff 0f 84 5b 01 00 00 49 89 fc <48> 8b 7f 08 4d 8d 7e 08 31 c9 41 f6 46 04 40 0f 94 c1 4c 89 fa e8
    Feb 7 17:36:33 LMFSv3 kernel: Plex Media Serv[81145]: segfault at 30 ip 0000000000bb4c0f sp 000014a6dbb16980 error 4 in Plex Media Server[a06000+f11000]
    Feb 7 17:36:33 LMFSv3 kernel: Code: cc cc cc cc cc cc cc cc cc cc cc 55 41 57 41 56 41 55 41 54 53 50 49 89 d5 49 89 f6 8b 36 83 fe ff 0f 84 5b 01 00 00 49 89 fc <48> 8b 7f 08 4d 8d 7e 08 31 c9 41 f6 46 04 40 0f 94 c1 4c 89 fa e8
    Feb 7 17:37:12 LMFSv3 kernel: Plex Media Serv[82622]: segfault at b8 ip 0000000000b3f6af sp 0000150f067d0920 error 4 in Plex Media Server[a06000+f11000]
    Feb 7 17:37:12 LMFSv3 kernel: Code: 46 04 00 48 8d 05 51 ce dd 00 49 89 46 08 89 6c 24 08 eb 0d 89 6c 24 08 83 fd ff 0f 84 54 02 00 00 4c 89 64 24 60 4d 8b 67 08 <41> 80 bc 24 b8 00 00 00 00 74 15 49 8d bc 24 90 00 00 00 e8 a9 32
    Feb 7 17:37:52 LMFSv3 kernel: Plex Media Serv[84305]: segfault at b8 ip 0000000000b3f6af sp 00001548bd093920 error 4 in Plex Media Server[a06000+f11000]
    Feb 7 17:37:52 LMFSv3 kernel: Code: 46 04 00 48 8d 05 51 ce dd 00 49 89 46 08 89 6c 24 08 eb 0d 89 6c 24 08 83 fd ff 0f 84 54 02 00 00 4c 89 64 24 60 4d 8b 67 08 <41> 80 bc 24 b8 00 00 00 00 74 15 49 8d bc 24 90 00 00 00 e8 a9 32

     

  16. i found a way to have some dockers use IPv6 and the VM's.

     

    what i did; unRAID it self is set on IPv4 only, i created i extra Vlan what is using ipv4+ipv6, did manual add this vlan to the docker setting (dhcp pool wasn't detected)

    switched the dockers images what need ipv6 to this vlan and boom! its working!

    setting unraid to IPv4+IPv6 resulting in no ipv6 on the VM's anymore... docker will work but it isn't always showing ipv6 then...

     

    so, nextcloiud, plex, swag are working fine now :)

     

    funfact; if i use the unraid terminal (or ssh) i can ping and lookup ipv6 addresses, its using the vlan to access ipv6... unraid itself doesn't have a ipv6 address, there is no assignment. command "ifconfig" shows that unraid does have a ipv6 address on that vlan 🤔

  17. What i did last week:

    after creating a vmpool i copied the folder "domains" (this is the default folder for vdiks) to the new vmpool.

    after that was finished, i changed the domain share to the vmpool:

     

    Screenshot_20201130_120402.thumb.png.52f227708297185171731ec420882119.png

     

    you can also change the share "system" to the vmpool, this one contains the data for Docker (not the appdata configs) and VM's.

     

    no need to change something in that container setting.

  18. running unraid 6.9.0beta35 with nvidia driver 455.38, Plex is happy with this... instability as f#ck!

    Plex container log:

    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.20.5.3600-47c0d9038/PLEX MEDIA SERVER/7edf9d9a-6d43-9944-1c8bceee-5ecfb85a.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.20.5.3600-47c0d9038/PLEX MEDIA SERVER/29b7effc-1d3c-6510-0373723e-4cd7e40c.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.20.5.3600-47c0d9038/PLEX MEDIA SERVER/66c311d8-e67f-9291-016a2e63-03b678c1.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.20.5.3600-47c0d9038/PLEX MEDIA SERVER/517a5c7f-43e7-7224-6828c608-717a640a.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.20.5.3600-47c0d9038/PLEX MEDIA SERVER/0e919167-d7a8-aa9c-6631deda-6862cca3.dmp
    Starting Plex Media Server.
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.20.5.3600-47c0d9038/PLEX MEDIA SERVER/0e919167-d7a8-aa9c-6631deda-6862cca3.dmp
    Starting Plex Media Server.

    unRAID syslog:

    Nov 17 12:25:39 LMFSv3 kernel: Plex Media Serv[128370]: segfault at 30 ip 0000000000b78aef sp 00001458ec9b9980 error 4 in Plex Media Server[9cb000+e97000]
    Nov 17 12:25:39 LMFSv3 kernel: Code: cc cc cc cc cc cc cc cc cc cc cc 55 41 57 41 56 41 55 41 54 53 50 49 89 d5 49 89 f6 8b 36 83 fe ff 0f 84 5b 01 00 00 49 89 fc <48> 8b 7f 08 4d 8d 7e 08 31 c9 41 f6 46 04 40 0f 94 c1 4c 89 fa e8
    Nov 17 12:27:02 LMFSv3 kernel: Plex Media Serv[1826]: segfault at 30 ip 0000000000b78aef sp 00001505abb37980 error 4 in Plex Media Server[9cb000+e97000]
    Nov 17 12:27:02 LMFSv3 kernel: Code: cc cc cc cc cc cc cc cc cc cc cc 55 41 57 41 56 41 55 41 54 53 50 49 89 d5 49 89 f6 8b 36 83 fe ff 0f 84 5b 01 00 00 49 89 fc <48> 8b 7f 08 4d 8d 7e 08 31 c9 41 f6 46 04 40 0f 94 c1 4c 89 fa e8
    Nov 17 12:27:41 LMFSv3 kernel: Plex Media Serv[3391]: segfault at 30 ip 0000000000b78aef sp 000014b52eab7980 error 4 in Plex Media Server[9cb000+e97000]
    Nov 17 12:27:41 LMFSv3 kernel: Code: cc cc cc cc cc cc cc cc cc cc cc 55 41 57 41 56 41 55 41 54 53 50 49 89 d5 49 89 f6 8b 36 83 fe ff 0f 84 5b 01 00 00 49 89 fc <48> 8b 7f 08 4d 8d 7e 08 31 c9 41 f6 46 04 40 0f 94 c1 4c 89 fa e8
    Nov 17 12:28:39 LMFSv3 kernel: Plex Media Serv[5945]: segfault at 30 ip 0000000000b8402f sp 0000148bc4702980 error 4 in Plex Media Server[9d6000+eab000]
    Nov 17 12:28:39 LMFSv3 kernel: Code: cc cc cc cc cc cc cc cc cc cc cc 55 41 57 41 56 41 55 41 54 53 50 49 89 d5 49 89 f6 8b 36 83 fe ff 0f 84 5b 01 00 00 49 89 fc <48> 8b 7f 08 4d 8d 7e 08 31 c9 41 f6 46 04 40 0f 94 c1 4c 89 fa e8
    Nov 17 12:29:19 LMFSv3 kernel: traps: Plex Media Serv[7954] general protection fault ip:b0ee5f sp:14dd1bb37790 error:0 in Plex Media Server[9d6000+eab000]
    Nov 17 12:29:59 LMFSv3 kernel: Plex Media Serv[9717]: segfault at 30 ip 0000000000b8402f sp 0000153a284af7f0 error 4 in Plex Media Server[9d6000+eab000]
    Nov 17 12:29:59 LMFSv3 kernel: Code: cc cc cc cc cc cc cc cc cc cc cc 55 41 57 41 56 41 55 41 54 53 50 49 89 d5 49 89 f6 8b 36 83 fe ff 0f 84 5b 01 00 00 49 89 fc <48> 8b 7f 08 4d 8d 7e 08 31 c9 41 f6 46 04 40 0f 94 c1 4c 89 fa e8
    Nov 17 12:30:40 LMFSv3 kernel: Plex Media Serv[11257]: segfault at 30 ip 0000000000b8402f sp 0000147273ffe980 error 4 in Plex Media Server[9d6000+eab000]
    Nov 17 12:30:40 LMFSv3 kernel: Code: cc cc cc cc cc cc cc cc cc cc cc 55 41 57 41 56 41 55 41 54 53 50 49 89 d5 49 89 f6 8b 36 83 fe ff 0f 84 5b 01 00 00 49 89 fc <48> 8b 7f 08 4d 8d 7e 08 31 c9 41 f6 46 04 40 0f 94 c1 4c 89 fa e8
    Nov 17 12:31:20 LMFSv3 kernel: traps: Plex Media Serv[12916] general protection fault ip:b0ee5f sp:15514a742920 error:0 in Plex Media Server[9d6000+eab000]
    Nov 17 12:32:00 LMFSv3 kernel: Plex Media Serv[14384]: segfault at 30 ip 0000000000b8402f sp 00001498428b6980 error 4 in Plex Media Server[9d6000+eab000]
    Nov 17 12:32:00 LMFSv3 kernel: Code: cc cc cc cc cc cc cc cc cc cc cc 55 41 57 41 56 41 55 41 54 53 50 49 89 d5 49 89 f6 8b 36 83 fe ff 0f 84 5b 01 00 00 49 89 fc <48> 8b 7f 08 4d 8d 7e 08 31 c9 41 f6 46 04 40 0f 94 c1 4c 89 fa e8

    did remove the container already and reinstall it, but it is still crashing, anyone has an idea? hope i don't have to create the appdata (database) again (it's huge!)

    no idea to read the .dmp file, not using windows...