Entxawp

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by Entxawp

  1. I need to extract the save file but it says it's no longer there /home/amp/.config/Epic/FactoryGame/Saved/SaveGames/
  2. Thank you for the container and all the information that comes with it! I've been useing the container for a little while now and I'm wondering if there is a way to automate the plot command on start-up and then every hour untill X amount are active.
  3. [13:04:45] [Core Info] : Running in a Docker environment. [13:04:45] [Core Warning] : Current time zone is set to CET - Servers should ideally be UTC to avoid time-zone related issues [13:04:45] [Core Info] : OS: Linux / x86_64 [13:04:45] [Core Info] : CPU: AMD Ryzen Threadripper 1920X 12-Core Processor (12C/24T) [13:04:45] [Core Info] : AMP Instance ID: 3debdf2f-9fbe-40cd-a0f2-b20105ed69af [13:04:46] [ModuleLoader Info] : Loaded MinecraftModule version 1.0.0.3 by CubeCoders Limited [13:04:46] [ModuleLoader Info] : Loaded FileManagerPlugin version 1.0.0.0 by CubeCoders Limited [13:04:46] [ModuleLoader Info] : Loaded EmailSenderPlugin version 1.0.0.0 by CubeCoders Limited [13:04:46] [ModuleLoader Info] : Loaded WebRequestPlugin version 1.0.0.0 by CubeCoders Limited [13:04:46] [ModuleLoader Info] : Loaded LocalFileBackupPlugin version 1.0.0.0 by CubeCoders Limited [13:04:46] [ModuleLoader Info] : Loaded CommonCorePlugin version 1.0.0.0 by CubeCoders Limited [13:04:46] [FileManager Notice] : Using keypair with fingerprint FX/QoxIyrsFiw16bF1wBi9B42GEI7tpg4JOj4qsdzuM= [13:04:46] [FileManager Info] : SFTP Server started on 0.0.0.0:2225 [13:04:46] [Core Error] : No valid AMP licence was found. Please run `ampinstmgr reactivate BungeeCordProxy` to reactivate this instance. Just the reactivate with ampisntmgr. Also I did not set a static MAC address (doing it right now) EDIT: This indeed solved the problem, thank you very much
  4. Heyo, I'm having trouble when I run weekly backups, just like after last week's back-up all of the instances have licence problems and need to be reactivated. Apearenly this is due to a wrong auth server URL, how do I fix this?
  5. I'm trying to install Pterodactyl but I'n not getting the full filestructure (no core.js) so I can't complete the nodes. Am I doing something wrong, are there more commands that I need to run after installing both the Panel and Deamon?
  6. Hi everyone, I am having some issues with MariaDB, namely with creating a new user. Half a week ago I also had an issue where it dropped all the mysql.user passwords after a gracefull reboot of unraid so it might have to do something with that. In the picture you can see MariaDB does say the command worked but actualy it didn't. Hope someone can help, Ent.
  7. Hi, thank you for your reply. I posted this in general support because it seems general DB issue not because of the docker container specifically, I will move the topic to their non the less.
  8. Basically what the title says, I am trying to create a user but I am unable to add one. Hope someone can help, Ent.
  9. I've solved the issue. The Issue seems to stem form the MariaDB server. It looks like the password or something else expired and the solve is to root into MariaDB and reset the password the same as it was before. Logging in as root on the MariaDB server UPDATE mysql.user SET authentication_string = PASSWORD('same_password_as_before') WHERE User = 'nextcloud' AND Host = 'localhost'; FLUSH PRIVILEGES; GRANT ALL PRIVILEGES ON nextcloud.* TO 'nextcloud' IDENTIFIED BY 'same_password_as_before'; exit;
  10. Hi everyone, After rebooting my Unraid server I'm facing this issue. Internal Server Error The server encountered an internal error and was unable to complete your request. Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report. More details can be found in the server log. The error occured after a reboot of the system, before the system worked as normal. nextcloud/log/php/error.log: [25-Oct-2020 02:00:00] NOTICE: fpm is running, pid 767 [25-Oct-2020 02:00:00] NOTICE: ready to handle connections [25-Oct-2020 10:31:40] NOTICE: Terminating ... [25-Oct-2020 10:31:40] NOTICE: exiting, bye-bye! [25-Oct-2020 10:36:27] NOTICE: fpm is running, pid 352 [25-Oct-2020 10:36:27] NOTICE: ready to handle connections [25-Oct-2020 10:38:38] NOTICE: Terminating ... [25-Oct-2020 10:38:38] NOTICE: exiting, bye-bye! [25-Oct-2020 11:14:25] NOTICE: fpm is running, pid 350 [25-Oct-2020 11:14:25] NOTICE: ready to handle connections [25-Oct-2020 11:35:39] NOTICE: Terminating ... [25-Oct-2020 11:35:39] NOTICE: exiting, bye-bye! [25-Oct-2020 11:36:04] NOTICE: fpm is running, pid 353 [25-Oct-2020 11:36:04] NOTICE: ready to handle connections [25-Oct-2020 12:09:18] NOTICE: Terminating ... [25-Oct-2020 12:09:18] NOTICE: exiting, bye-bye! [25-Oct-2020 12:09:53] NOTICE: fpm is running, pid 352 [25-Oct-2020 12:09:53] NOTICE: ready to handle connections [25-Oct-2020 12:12:20] NOTICE: Terminating ... [25-Oct-2020 12:12:20] NOTICE: exiting, bye-bye! [25-Oct-2020 12:15:23] NOTICE: fpm is running, pid 351 [25-Oct-2020 12:15:23] NOTICE: ready to handle connections [25-Oct-2020 13:30:22] NOTICE: Terminating ... [25-Oct-2020 13:30:22] NOTICE: exiting, bye-bye! [25-Oct-2020 13:54:58] NOTICE: fpm is running, pid 353 [25-Oct-2020 13:54:58] NOTICE: ready to handle connections [25-Oct-2020 13:56:51] NOTICE: fpm is running, pid 353 [25-Oct-2020 13:56:51] NOTICE: ready to handle connections [25-Oct-2020 14:03:05] NOTICE: Terminating ... [25-Oct-2020 14:03:05] NOTICE: exiting, bye-bye! [25-Oct-2020 14:07:12] NOTICE: fpm is running, pid 352 [25-Oct-2020 14:07:12] NOTICE: ready to handle connections [25-Oct-2020 14:07:48] NOTICE: Terminating ... [25-Oct-2020 14:07:48] NOTICE: exiting, bye-bye! [25-Oct-2020 14:11:43] NOTICE: fpm is running, pid 350 [25-Oct-2020 14:11:43] NOTICE: ready to handle connections Log nextcloud/data/nextcloud.log: {"reqId":"CCCcKu04Y2M3kUn1R4dQ","level":2,"time":"2020-09-01T13:45:34+00:00","remoteAddr":"192.168.178.86","user":"--","app":"no app in context","method":"GET","url":"/","message":"Could not detect any host in http:///data/htaccesstest.txt","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36","version":""} {"reqId":"CCCcKu04Y2M3kUn1R4dQ","level":2,"time":"2020-09-01T13:45:34+00:00","remoteAddr":"192.168.178.86","user":"--","app":"no app in context","method":"GET","url":"/","message":"Could not detect any host in https:///data/htaccesstest.txt","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36","version":""} {"reqId":"CCCcKu04Y2M3kUn1R4dQ","level":3,"time":"2020-09-01T13:45:34+00:00","remoteAddr":"192.168.178.86","user":"--","app":"jsresourceloader","method":"GET","url":"/","message":"Could not find resource js/setup.js to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36","version":""} {"reqId":"hMxCPGlNGrJBXrNDg4iR","level":2,"time":"2020-09-01T13:49:10+00:00","remoteAddr":"192.168.178.86","user":"--","app":"no app in context","method":"POST","url":"/index.php","message":"Could not detect any host in http:///data/htaccesstest.txt","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36","version":""} {"reqId":"hMxCPGlNGrJBXrNDg4iR","level":2,"time":"2020-09-01T13:49:10+00:00","remoteAddr":"192.168.178.86","user":"--","app":"no app in context","method":"POST","url":"/index.php","message":"Could not detect any host in https:///data/htaccesstest.txt","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36","version":""} {"reqId":"hMxCPGlNGrJBXrNDg4iR","level":3,"time":"2020-09-01T13:49:13+00:00","remoteAddr":"192.168.178.86","user":"--","app":"jsresourceloader","method":"POST","url":"/index.php","message":"Could not find resource js/setup.js to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36","version":"19.0.2.2"} {"reqId":"lWUIfyi5d3uK6vIRZ5bh","level":2,"time":"2020-09-01T13:50:20+00:00","remoteAddr":"192.168.178.86","user":"--","app":"no app in context","method":"POST","url":"/index.php","message":"Host 192.168.178.76 was not connected to because it violates local access rules","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36","version":"19.0.2.2"} {"reqId":"lWUIfyi5d3uK6vIRZ5bh","level":2,"time":"2020-09-01T13:50:20+00:00","remoteAddr":"192.168.178.86","user":"--","app":"no app in context","method":"POST","url":"/index.php","message":"Host 192.168.178.76 was not connected to because it violates local access rules","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36","version":"19.0.2.2"} {"reqId":"lWUIfyi5d3uK6vIRZ5bh","level":3,"time":"2020-09-01T13:50:23+00:00","remoteAddr":"192.168.178.86","user":"--","app":"jsresourceloader","method":"POST","url":"/index.php","message":"Could not find resource js/setup.js to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36","version":"19.0.2.2"} {"reqId":"DV1mdsZsyFRGmQvaHT9C","level":2,"time":"2020-09-01T13:50:53+00:00","remoteAddr":"192.168.178.86","user":"--","app":"no app in context","method":"POST","url":"/index.php","message":"Host 192.168.178.76 was not connected to because it violates local access rules","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36","version":"19.0.2.2"} {"reqId":"DV1mdsZsyFRGmQvaHT9C","level":2,"time":"2020-09-01T13:50:53+00:00","remoteAddr":"192.168.178.86","user":"--","app":"no app in context","method":"POST","url":"/index.php","message":"Host 192.168.178.76 was not connected to because it violates local access rules","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36","version":"19.0.2.2"} {"reqId":"DV1mdsZsyFRGmQvaHT9C","level":3,"time":"2020-09-01T13:50:57+00:00","remoteAddr":"192.168.178.86","user":"--","app":"jsresourceloader","method":"POST","url":"/index.php","message":"Could not find resource js/setup.js to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36","version":"19.0.2.2"} Any help is appriciated, Ent
  11. Hey I just want to say that I stresstested the system for about an hour and it no longer crashes, thank you for your help. I do have one more question, can I still overclock my cpu, or would that cause the memory to be out of sync again? Thank you, Ent
  12. My apologies, it does. Thank you very much both of you.
  13. I do have a question left, the link doesn't mention threadrippers with 8 slots running at quadchannel (not that I have that right now, I have 4x8gb). Should I ever fill all eight slots can I still run them at 1866?
  14. Thank you for the help then, It is a little sad that I will have to sacrifice this much speed for this issue.
  15. Hi, the ram is 3200 which is what I'm running at, I also ran a Memtest with 2 passes without any issues. I did run the server with the exact same setup for months (sometimes for up to 50 days of uptime) without any issues.
  16. Oct 23 15:31:15 entxvault kernel: BTRFS warning (device loop2): csum failed root 1011 ino 45837 off 360448 csum 0x79fcb17b expected csum 0x528975a8 mirror 1 ### [PREVIOUS LINE REPEATED 10 TIMES] ### Oct 23 15:31:34 entxvault kernel: general protection fault: 0000 [#1] SMP NOPTI Oct 23 15:31:34 entxvault kernel: CPU: 16 PID: 1224 Comm: kswapd0 Tainted: G O 4.19.107-Unraid #1 Oct 23 15:31:34 entxvault kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./X399 Taichi, BIOS P3.90 12/04/2019 Oct 23 15:31:34 entxvault kernel: RIP: 0010:dentry_unlink_inode+0xa4/0xc6 Oct 23 15:31:34 entxvault kernel: Code: e7 45 31 c9 45 31 c0 b9 02 00 00 00 4c 89 e2 be 00 04 00 00 e8 df 20 02 00 4c 89 e7 e8 cb 20 02 00 48 8b 45 60 48 85 c0 74 17 <48> 8b 40 40 48 85 c0 74 0e 4c 89 e6 48 89 ef 5d 41 5c e9 1b 0b 8a Oct 23 15:31:34 entxvault kernel: RSP: 0018:ffffc900042cbc18 EFLAGS: 00010282 Oct 23 15:31:34 entxvault kernel: RAX: fffbffff81c1fa40 RBX: ffff88822edccfc0 RCX: 0000000000000000 Oct 23 15:31:34 entxvault kernel: RDX: ffff88822ed6b730 RSI: ffffc900012416e0 RDI: ffff88822ed6b680 Oct 23 15:31:34 entxvault kernel: RBP: ffff8882d5abb5c0 R08: 0000000000000001 R09: ffffc900042cbb78 Oct 23 15:31:34 entxvault kernel: R10: 0000000000000001 R11: ffff88885cf5fb40 R12: ffff88822ed6b600 Oct 23 15:31:34 entxvault kernel: R13: ffff8882d5abb5c0 R14: ffffc900042cbc98 R15: ffff88822edccfc0 Oct 23 15:31:34 entxvault kernel: FS: 0000000000000000(0000) GS:ffff88885d200000(0000) knlGS:0000000000000000 Oct 23 15:31:34 entxvault kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Oct 23 15:31:34 entxvault kernel: CR2: 000014fa7c15c000 CR3: 00000005b7098000 CR4: 00000000003406e0 Oct 23 15:31:34 entxvault kernel: Call Trace: Oct 23 15:31:34 entxvault kernel: __dentry_kill+0xcb/0x135 Oct 23 15:31:34 entxvault kernel: shrink_dentry_list+0x149/0x185 Oct 23 15:31:34 entxvault kernel: prune_dcache_sb+0x56/0x74 Oct 23 15:31:34 entxvault kernel: super_cache_scan+0xee/0x16d Oct 23 15:31:34 entxvault kernel: do_shrink_slab+0x128/0x194 Oct 23 15:31:34 entxvault kernel: shrink_slab+0x11b/0x276 Oct 23 15:31:34 entxvault kernel: shrink_node+0x108/0x3cb Oct 23 15:31:34 entxvault kernel: kswapd+0x451/0x58a Oct 23 15:31:34 entxvault kernel: ? __switch_to_asm+0x41/0x70 Oct 23 15:31:34 entxvault kernel: ? mem_cgroup_shrink_node+0xa4/0xa4 Oct 23 15:31:34 entxvault kernel: kthread+0x10c/0x114 Oct 23 15:31:34 entxvault kernel: ? kthread_park+0x89/0x89 Oct 23 15:31:34 entxvault kernel: ret_from_fork+0x22/0x40 Oct 23 15:31:34 entxvault kernel: Modules linked in: macvlan xt_CHECKSUM ipt_REJECT ip6table_mangle ip6table_nat nf_nat_ipv6 iptable_mangle ip6table_filter ip6_tables vhost_net vhost tap xt_nat veth ipt_MASQUERADE iptable_filter iptable_nat nf_nat_ipv4 nf_nat ip_tables xfs md_mod tun nct6775 hwmon_vid bonding igb(O) edac_mce_amd kvm_amd kvm btusb btrtl btbcm btintel bluetooth mpt3sas k10temp crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel pcbc wmi_bmof mxm_wmi aesni_intel ecdh_generic aes_x86_64 ccp ahci i2c_piix4 crypto_simd i2c_core nvme raid_class pcc_cpufreq cryptd libahci glue_helper scsi_transport_sas nvme_core wmi button acpi_cpufreq [last unloaded: igb] Oct 23 15:31:34 entxvault kernel: ---[ end trace 4db28ab27bc080eb ]--- Oct 23 15:31:34 entxvault kernel: RIP: 0010:dentry_unlink_inode+0xa4/0xc6 Oct 23 15:31:34 entxvault kernel: Code: e7 45 31 c9 45 31 c0 b9 02 00 00 00 4c 89 e2 be 00 04 00 00 e8 df 20 02 00 4c 89 e7 e8 cb 20 02 00 48 8b 45 60 48 85 c0 74 17 <48> 8b 40 40 48 85 c0 74 0e 4c 89 e6 48 89 ef 5d 41 5c e9 1b 0b 8a Oct 23 15:31:34 entxvault kernel: RSP: 0018:ffffc900042cbc18 EFLAGS: 00010282 Oct 23 15:31:34 entxvault kernel: RAX: fffbffff81c1fa40 RBX: ffff88822edccfc0 RCX: 0000000000000000 Oct 23 15:31:34 entxvault kernel: RDX: ffff88822ed6b730 RSI: ffffc900012416e0 RDI: ffff88822ed6b680 Oct 23 15:31:34 entxvault kernel: RBP: ffff8882d5abb5c0 R08: 0000000000000001 R09: ffffc900042cbb78 Oct 23 15:31:34 entxvault kernel: R10: 0000000000000001 R11: ffff88885cf5fb40 R12: ffff88822ed6b600 Oct 23 15:31:34 entxvault kernel: R13: ffff8882d5abb5c0 R14: ffffc900042cbc98 R15: ffff88822edccfc0 Oct 23 15:31:34 entxvault kernel: FS: 0000000000000000(0000) GS:ffff88885d200000(0000) knlGS:0000000000000000 Oct 23 15:31:34 entxvault kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Oct 23 15:31:34 entxvault kernel: CR2: 000014fa7c15c000 CR3: 00000005b7098000 CR4: 00000000003406e0 Oct 23 15:31:44 entxvault kernel: BTRFS warning (device loop2): csum failed root 1011 ino 49129 off 4558848 csum 0x946039f0 expected csum 0xbf15fd23 mirror 1 ### [PREVIOUS LINE REPEATED 8 TIMES] ### Oct 23 15:31:54 entxvault kernel: BTRFS warning (device loop2): csum failed root 1011 ino 45837 off 360448 csum 0x79fcb17b expected csum 0x528975a8 mirror 1 ### [PREVIOUS LINE REPEATED 1 TIMES] ### Oct 23 15:32:00 entxvault kernel: BTRFS warning (device loop2): csum failed root 1011 ino 49129 off 4558848 csum 0x946039f0 expected csum 0xbf15fd23 mirror 1 ### [PREVIOUS LINE REPEATED 1 TIMES] ### Oct 23 15:32:04 entxvault kernel: ------------[ cut here ]------------ Oct 23 15:32:04 entxvault kernel: WARNING: CPU: 18 PID: 17059 at fs/btrfs/inode.c:9333 btrfs_destroy_inode+0xaa/0x206 Oct 23 15:32:04 entxvault kernel: Modules linked in: macvlan xt_CHECKSUM ipt_REJECT ip6table_mangle ip6table_nat nf_nat_ipv6 iptable_mangle ip6table_filter ip6_tables vhost_net vhost tap xt_nat veth ipt_MASQUERADE iptable_filter iptable_nat nf_nat_ipv4 nf_nat ip_tables xfs md_mod tun nct6775 hwmon_vid bonding igb(O) edac_mce_amd kvm_amd kvm btusb btrtl btbcm btintel bluetooth mpt3sas k10temp crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel pcbc wmi_bmof mxm_wmi aesni_intel ecdh_generic aes_x86_64 ccp ahci i2c_piix4 crypto_simd i2c_core nvme raid_class pcc_cpufreq cryptd libahci glue_helper scsi_transport_sas nvme_core wmi button acpi_cpufreq [last unloaded: igb] Oct 23 15:32:04 entxvault kernel: CPU: 18 PID: 17059 Comm: shfs Tainted: G D O 4.19.107-Unraid #1 Oct 23 15:32:04 entxvault kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./X399 Taichi, BIOS P3.90 12/04/2019 Oct 23 15:32:04 entxvault kernel: RIP: 0010:btrfs_destroy_inode+0xaa/0x206 Oct 23 15:32:04 entxvault kernel: Code: ff ff ff 00 74 0e 48 c7 c7 79 fc d2 81 e8 bf 35 e6 ff 0f 0b 48 83 bb 20 ff ff ff 00 74 0e 48 c7 c7 79 fc d2 81 e8 a7 35 e6 ff <0f> 0b 48 83 bb 28 ff ff ff 00 74 0e 48 c7 c7 79 fc d2 81 e8 8f 35 Oct 23 15:32:04 entxvault kernel: RSP: 0018:ffffc90006323998 EFLAGS: 00010246 Oct 23 15:32:04 entxvault kernel: RAX: 0000000000000024 RBX: ffff8882e1ba3700 RCX: 0000000000000000 Oct 23 15:32:04 entxvault kernel: RDX: 0000000000000000 RSI: ffff88885d2964f8 RDI: ffff88885d2964f8 Oct 23 15:32:04 entxvault kernel: RBP: ffff888854eb2800 R08: 000000000000000f R09: ffff8880000b9900 Oct 23 15:32:04 entxvault kernel: R10: 0000000000000000 R11: 0000000000000044 R12: ffff888858bb8000 Oct 23 15:32:04 entxvault kernel: R13: 0000000000000000 R14: 0000000000025eba R15: 0000000000000000 Oct 23 15:32:04 entxvault kernel: FS: 0000148d0653b700(0000) GS:ffff88885d280000(0000) knlGS:0000000000000000 Oct 23 15:32:04 entxvault kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Oct 23 15:32:04 entxvault kernel: CR2: 0000148d0507b020 CR3: 0000000810e50000 CR4: 00000000003406e0 Oct 23 15:32:04 entxvault kernel: Call Trace: Oct 23 15:32:04 entxvault kernel: dispose_list+0x30/0x39 Oct 23 15:32:04 entxvault kernel: prune_icache_sb+0x56/0x74 Oct 23 15:32:04 entxvault kernel: super_cache_scan+0x11a/0x16d Oct 23 15:32:04 entxvault kernel: do_shrink_slab+0x128/0x194 Oct 23 15:32:04 entxvault kernel: shrink_slab+0x20c/0x276 Oct 23 15:32:04 entxvault kernel: shrink_node+0x108/0x3cb Oct 23 15:32:04 entxvault kernel: do_try_to_free_pages+0x1a1/0x300 Oct 23 15:32:04 entxvault kernel: try_to_free_pages+0xb2/0xcd Oct 23 15:32:04 entxvault kernel: __alloc_pages_nodemask+0x423/0xae1 Oct 23 15:32:04 entxvault kernel: ? __switch_to_asm+0x41/0x70 ### [PREVIOUS LINE REPEATED 1 TIMES] ### Oct 23 15:32:04 entxvault kernel: ? __switch_to_asm+0x35/0x70 Oct 23 15:32:04 entxvault kernel: ? __switch_to+0x2a6/0x2fb Oct 23 15:32:04 entxvault kernel: fuse_copy_fill.part.0+0x9e/0x147 Oct 23 15:32:04 entxvault kernel: fuse_copy_one+0x43/0x5c Oct 23 15:32:04 entxvault kernel: fuse_dev_do_read.isra.0+0x4f7/0x650 Oct 23 15:32:04 entxvault kernel: ? do_iter_write+0x14a/0x15c Oct 23 15:32:04 entxvault kernel: ? wait_woken+0x6a/0x6a Oct 23 15:32:04 entxvault kernel: fuse_dev_splice_read+0x91/0x14d Oct 23 15:32:04 entxvault kernel: __se_sys_splice+0x4c2/0x54f Oct 23 15:32:04 entxvault kernel: do_syscall_64+0x57/0xf2 Oct 23 15:32:04 entxvault kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9 Oct 23 15:32:04 entxvault kernel: RIP: 0033:0x148d07e78c6b Oct 23 15:32:04 entxvault kernel: Code: e8 ca 92 f7 ff 44 8b 4c 24 2c 4c 8b 44 24 20 89 c5 4c 8b 54 24 18 8b 54 24 28 b8 13 01 00 00 48 8b 74 24 10 8b 7c 24 08 0f 05 <48> 3d 00 f0 ff ff 77 31 89 ef 48 89 44 24 08 e8 f1 92 f7 ff 48 8b Oct 23 15:32:04 entxvault kernel: RSP: 002b:0000148d0653add0 EFLAGS: 00000293 ORIG_RAX: 0000000000000113 Oct 23 15:32:04 entxvault kernel: RAX: ffffffffffffffda RBX: 0000000000000036 RCX: 0000148d07e78c6b Oct 23 15:32:04 entxvault kernel: RDX: 0000000000000036 RSI: 0000000000000000 RDI: 0000000000000004 Oct 23 15:32:04 entxvault kernel: RBP: 0000000000000000 R08: 0000000000021000 R09: 0000000000000000 Oct 23 15:32:04 entxvault kernel: R10: 0000000000000000 R11: 0000000000000293 R12: 0000148ce4000ba0 Oct 23 15:32:04 entxvault kernel: R13: 0000000000000000 R14: 0000148cd8000b60 R15: 0000148d0653b700 Oct 23 15:32:04 entxvault kernel: ---[ end trace 4db28ab27bc080ec ]--- Oct 23 15:32:13 entxvault kernel: BTRFS warning (device loop2): csum failed root 1011 ino 49129 off 4558848 csum 0x946039f0 expected csum 0xbf15fd23 mirror 1 ### [PREVIOUS LINE REPEATED 1 TIMES] ### Oct 23 15:32:28 entxvault kernel: BTRFS warning (device loop2): csum failed root 1011 ino 45837 off 360448 csum 0x79fcb17b expected csum 0x528975a8 mirror 1
  17. Hi everyone, I have an issue with my Unraid server that kept crashing while under a heavy plex load. This was because of the UPS runtime left was set too high. but after fixing that the server is still spitting out BTRFS errors and plex even seems to have killed a HT (#18) and is now stuck at 100%. How should I proceed? (recreate docker and btrfs?) Many thanks, Ent entxvault-diagnostics-20201023-1417.zip
  18. I had a backup from 2 days ago and ended up going that route after going back to unraid 6.8.3 that also stopped my issues with plex crashing/freezing the server
  19. Neither of the three options given worked in my situation root@entxvault:~# mkdir /x mkdir: cannot create directory ‘/x’: File exists root@entxvault:~# mount -o usebackuproot,ro /dev/nvme1n1 /x mount: /x: wrong fs type, bad option, bad superblock on /dev/nvme1n1, missing codepage or helper program, or other error. root@entxvault:~# mount -o usebackuproot,ro /dev/nvme2n1 /x mount: /x: wrong fs type, bad option, bad superblock on /dev/nvme2n1, missing codepage or helper program, or other error. root@entxvault:~# mount -o degraded,usebackuproot,ro /dev/nvme1n1 /x mount: /x: wrong fs type, bad option, bad superblock on /dev/nvme1n1, missing codepage or helper program, or other error. root@entxvault:~# root@entxvault:~# mount -o degraded,usebackuproot,ro /dev/nvme2n1 /x mount: /x: wrong fs type, bad option, bad superblock on /dev/nvme2n1, missing codepage or helper program, or other error. root@entxvault:~# mount -o ro,notreelog,nologreplay /dev/nvme1n1 /x mount: /x: wrong fs type, bad option, bad superblock on /dev/nvme1n1, missing codepage or helper program, or other error. root@entxvault:~# btrfs check --repair /dev/nvme1n1 enabling repair mode WARNING: Do not use --repair unless you are advised to do so by a developer or an experienced user, and then only after having accepted that no fsck can successfully repair all types of filesystem corruption. Eg. some software or hardware bugs can fatally damage a volume. The operation will start in 10 seconds. Use Ctrl-C to stop it. 10 9 8 7 6 5 4 3 2 1 Starting repair. Opening filesystem to check... No valid Btrfs found on /dev/nvme1n1 ERROR: cannot open file system root@entxvault:~#
  20. Sep 12 17:27:06 entxvault root: mount: /mnt/cache: can't read superblock on /dev/nvme1n1p1. It seems to be a damaged superblock. On these threads from before I found that there are backups of the superblocks but I am unsure of how to fix it in my situation. https://forums.unraid.net/topic/46802-faq-for-unraid-v6/page/2/?tab=comments#comment-543490
  21. Here is the diagnostics entxvault-diagnostics-20200912-2022.zip Sep 12 17:27:05 entxvault emhttpd: shcmd (91): mkdir -p /mnt/cache Sep 12 17:27:05 entxvault emhttpd: /mnt/cache uuid: da42f43c-1bfa-495a-a654-77d5e00d774d Sep 12 17:27:05 entxvault emhttpd: /mnt/cache TotDevices: 2 Sep 12 17:27:05 entxvault emhttpd: /mnt/cache NumDevices: 2 Sep 12 17:27:05 entxvault emhttpd: /mnt/cache NumFound: 2 Sep 12 17:27:05 entxvault emhttpd: /mnt/cache NumMissing: 0 Sep 12 17:27:05 entxvault emhttpd: /mnt/cache NumMisplaced: 0 Sep 12 17:27:05 entxvault emhttpd: /mnt/cache NumExtra: 0 Sep 12 17:27:05 entxvault emhttpd: /mnt/cache LuksState: 0 Sep 12 17:27:05 entxvault emhttpd: shcmd (92): mount -t btrfs -o noatime,space_cache=v2 -U da42f43c-1bfa-495a-a654-77d5e00d774d /mnt/cache Sep 12 17:27:05 entxvault kernel: BTRFS info (device nvme1n1p1): using free space tree Sep 12 17:27:05 entxvault kernel: BTRFS info (device nvme1n1p1): has skinny extents Sep 12 17:27:06 entxvault kernel: BTRFS info (device nvme1n1p1): enabling ssd optimizations Sep 12 17:27:06 entxvault kernel: BTRFS info (device nvme1n1p1): start tree-log replay Sep 12 17:27:06 entxvault kernel: BTRFS error (device nvme1n1p1): bad tree block start, want 4529101275136 have 0 ### [PREVIOUS LINE REPEATED 1 TIMES] ### Sep 12 17:27:06 entxvault kernel: BTRFS: error (device nvme1n1p1) in __btrfs_free_extent:3080: errno=-5 IO failure Sep 12 17:27:06 entxvault kernel: BTRFS: error (device nvme1n1p1) in btrfs_run_delayed_refs:2189: errno=-5 IO failure Sep 12 17:27:06 entxvault kernel: BTRFS: error (device nvme1n1p1) in btrfs_replay_log:2243: errno=-5 IO failure (Failed to recover log tree) Sep 12 17:27:06 entxvault root: mount: /mnt/cache: can't read superblock on /dev/nvme1n1p1. Sep 12 17:27:06 entxvault kernel: BTRFS error (device nvme1n1p1): open_ctree failed Sep 12 17:27:06 entxvault emhttpd: shcmd (92): exit status: 32 Sep 12 17:27:06 entxvault emhttpd: /mnt/cache mount error: No file system Sep 12 17:27:06 entxvault emhttpd: shcmd (93): umount /mnt/cache Sep 12 17:27:06 entxvault root: umount: /mnt/cache: not mounted. Sep 12 17:27:06 entxvault emhttpd: shcmd (93): exit status: 32 Sep 12 17:27:06 entxvault emhttpd: shcmd (94): rmdir /mnt/cache Sep 12 17:27:06 entxvault emhttpd: shcmd (95): mkdir -p /mnt/vmdrive Sep 12 17:27:06 entxvault emhttpd: shcmd (96): mount -t btrfs -o noatime /dev/nvme0n1p1 /mnt/vmdrive Sep 12 17:27:06 entxvault kernel: BTRFS info (device nvme0n1p1): disk space caching is enabled Sep 12 17:27:06 entxvault kernel: BTRFS info (device nvme0n1p1): has skinny extents Sep 12 17:27:06 entxvault kernel: BTRFS info (device nvme0n1p1): enabling ssd optimizations
  22. Jesus the beta is really buggy for me, It just removed my primary cache drive, can anyone help me as how to get I t back/ how to downgrade back to 6.9.3 stable?
  23. I have an issue with 6.9.0-beta25. The server crashed/froze for the first time on the 8th (updated to beta25 on the 30th) but now turns off every few hours. I have no idea what is going on but here is my log and a foto of the server's monitor. I turned of Containers, updated plugins and removed my overclock but it doesn't seem to help. Hope someone can help, Ent entxvault-diagnostics-20200910-0054.zip
  24. I forgot to send a conclusion but it worked, thank you very much!