etegration

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by etegration

  1. hi. im trying to activate the flash backup and it just says "Activating" and has been so for 10 mins. Is it normal? This unraid is not behind my opnsense router. It has a clear path to the wan router and out to Internet. My output for the above command looks ok. :~# ssh -v -T [email protected] OpenSSH_9.3p2, OpenSSL 1.1.1v 1 Aug 2023 debug1: Reading configuration data /root/.ssh/config debug1: /root/.ssh/config line 1: Applying options for backup.unraid.net debug1: Reading configuration data /etc/ssh/ssh_config debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling debug1: Connecting to backup.unraid.net [54.70.72.154] port 22. debug1: Connection established. debug1: identity file /root/.ssh/unraidbackup_id_ed25519 type 3 debug1: identity file /root/.ssh/unraidbackup_id_ed25519-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_9.3 debug1: Remote protocol version 2.0, remote software version OpenSSH_8.9p1 Ubuntu-3ubuntu0.6 debug1: compat_banner: match: OpenSSH_8.9p1 Ubuntu-3ubuntu0.6 pat OpenSSH* compat 0x04000000 debug1: Authenticating to backup.unraid.net:22 as 'git' debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: algorithm: [email protected] debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:hz1eeL5LRKm5o+ONM7NbW9AG0Eck/pZTP+0lMtqgQ3I debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: Host 'backup.unraid.net' is known and matches the ED25519 host key. debug1: Found key in /root/.ssh/known_hosts:3 debug1: rekey out after 134217728 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: rekey in after 134217728 blocks debug1: Will attempt key: /root/.ssh/unraidbackup_id_ed25519 ED25519 SHA256:qyhFWkQOH0AxieL4NTj4xP4LDbpsvNwgYT0j2osJKyI explicit debug1: SSH2_MSG_EXT_INFO received debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,[email protected],ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,[email protected],[email protected]> debug1: kex_input_ext_info: [email protected]=<0> debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey debug1: Next authentication method: publickey debug1: Offering public key: /root/.ssh/unraidbackup_id_ed25519 ED25519 SHA256:qyhFWkQOH0AxieL4NTj4xP4LDbpsvNwgYT0j2osJKyI explicit debug1: Server accepts key: /root/.ssh/unraidbackup_id_ed25519 ED25519 SHA256:qyhFWkQOH0AxieL4NTj4xP4LDbpsvNwgYT0j2osJKyI explicit Authenticated to backup.unraid.net ([54.70.72.154]:22) using "publickey". debug1: channel 0: new session [client-session] (inactive timeout: 0) debug1: Requesting [email protected] debug1: Entering interactive session. debug1: pledge: filesystem debug1: client_input_global_request: rtype [email protected] want_reply 0 debug1: client_input_hostkeys: searching /root/.ssh/known_hosts for backup.unraid.net / (none) debug1: client_input_hostkeys: searching /root/.ssh/known_hosts2 for backup.unraid.net / (none) debug1: client_input_hostkeys: hostkeys file /root/.ssh/known_hosts2 does not exist debug1: client_input_hostkeys: no new or deprecated keys from server debug1: Remote: /home/git/.ssh/authorized_keys:10797: key options: command debug1: Remote: /home/git/.ssh/authorized_keys:10797: key options: command debug1: pledge: fork You have successfully authenticated over SSH but interactive shells are not supported here. Unraid Flash Backup should have no issues connecting. Goodbye. debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 debug1: client_input_channel_req: channel 0 rtype [email protected] reply 0 debug1: channel 0: free: client-session, nchannels 1 Transferred: sent 3388, received 3824 bytes, in 0.7 seconds Bytes per second: sent 5087.3, received 5742.0 debug1: Exit status 128
  2. 2024 - time to let us decide how we want to boot off a ssd or even NVME and run the OS from ram please. thumbdrives are totally useless and so unreliable.
  3. seem to solve my problem too on a ITX board.
  4. is such frequent update to a plugin a good thing or a bad thing? everytime i log in to my unraids, theres an update to this.
  5. how did you fix your NPM please? I cant install mine and went manual for now inside a ubuntu VM but hope to try out the NPM docker with it's GUI.
  6. im having the same issue and ping is having the same results from both my unraid boxes. any ideas please?
  7. im having the exact problem but trying to boot my qcow2 image from /mnt/user/domain doesnt work either. i moved mine from default cache location to /mnt/disk2/domains/ and now wont boot with the interactive shell error.
  8. wow, if only the stupid PRTG looks as good as this!
  9. i found my script! it was the backup script for a Nextcloud sync that i do. there is a line where i "cd" to a directory then do a rm*. as that directory do not exist, rm was run in default /root i suppose causing the http 500 errors. When reboot occurs, files are restored i guess thus why every reboot worked.
  10. boot safe mode, disabled docker, disabled VM, tried with multiple combinations. i've narrowed it down to one of my own user script. enabling one by one and running them manually to try reproduced the error soon. 12 scripts to go through....with all scripts disabled, the error do not appear for the last 24 hours.
  11. I setup the logs to the flash drive. it happen again and before reboot. This was captured.
  12. oh no. happened to another unraid machine too. trying to get logs gets following error.
  13. sometimes /etc/rc.d/rc.php-fpm restart resolve it. mostly it does not. any help is appreciated. 😀 westeros-diagnostics-20210729-1807.zip
  14. i found out the hard way this P8Z77-M do not work with vt-d. was so happy that i am finally going to migrate the old setup to this with a 3770K cpu then saw there is no IOMMU.....sticking to my old B75M-A board 4 core 4 threads for now.
  15. hope to see what to look forward too pls
  16. May 14 21:00:16 Unraid008 crond[1591]: exit status 1 from user root /usr/local/sbin/mover &> /dev/null May 14 21:12:46 Unraid008 flash_backup: adding task: php /usr/local/emhttp/plugins/dynamix.unraid.net/include/UpdateFlashBackup.php update May 14 21:47:29 Unraid008 preclear_disk_WD-WCC4E4VDLKFE[5482]: Zeroing: progress - 50% zeroed @ 126 MB/s May 14 21:53:16 Unraid008 emhttpd: spinning down /dev/sdb May 14 21:53:18 Unraid008 emhttpd: read SMART /dev/sdb May 14 22:00:16 Unraid008 crond[1591]: exit status 1 from user root /usr/local/sbin/mover &> /dev/null May 14 22:03:40 Unraid008 kernel: general protection fault, maybe for address 0x3: 0000 [#1] SMP PTI May 14 22:03:40 Unraid008 kernel: CPU: 3 PID: 6905 Comm: mdrecoveryd Not tainted 5.10.28-Unraid #1 May 14 22:03:40 Unraid008 kernel: Hardware name: System manufacturer System Product Name/B75M-A, BIOS 1101 07/31/2014 May 14 22:03:40 Unraid008 kernel: RIP: 0010:_get_active_stripe+0x18b/0x339 [md_mod] May 14 22:03:40 Unraid008 kernel: Code: e2 06 74 13 4d 8b 49 10 4d 01 c9 4d 39 cf 72 07 49 83 e0 fd 4c 89 00 4c 8b 00 41 f6 c0 04 75 0a 49 81 c8 01 01 00 00 4c 89 00 <48> ff c7 48 05 b0 00 00 00 eb b5 48 8b 2c 24 48 03 29 83 3d 03 56 May 14 22:03:40 Unraid008 kernel: RSP: 0018:ffffc9000024bcd0 EFLAGS: 00010002 May 14 22:03:40 Unraid008 kernel: RAX: ffff8881393cf308 RBX: 0000000000000000 RCX: ffff888101ef7800 May 14 22:03:40 Unraid008 kernel: RDX: ffff8881390f3338 RSI: 0000000000000c90 RDI: 0000000000000003 May 14 22:03:40 Unraid008 kernel: RBP: ffff888101ef7800 R08: 0000000000000007 R09: 00000003a3812a48 May 14 22:03:40 Unraid008 kernel: R10: 0000000000000006 R11: ffff888313ba2400 R12: 0000000000000001 May 14 22:03:40 Unraid008 kernel: R13: ffff888101ef7cfc R14: ffff8881393cefc0 R15: 000000023e51cc90 May 14 22:03:40 Unraid008 kernel: FS: 0000000000000000(0000) GS:ffff888313b80000(0000) knlGS:0000000000000000 May 14 22:03:40 Unraid008 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 May 14 22:03:40 Unraid008 kernel: CR2: 00007fbaaac75000 CR3: 000000000200a003 CR4: 00000000001726e0 May 14 22:03:40 Unraid008 kernel: Call Trace: May 14 22:03:40 Unraid008 kernel: get_active_stripe+0x9c/0xf4 [md_mod] May 14 22:03:40 Unraid008 kernel: ? init_wait_entry+0x24/0x24 May 14 22:03:40 Unraid008 kernel: unraid_sync+0x17/0x89 [md_mod] May 14 22:03:40 Unraid008 kernel: md_do_sync+0xab/0x1e6 [md_mod] May 14 22:03:40 Unraid008 kernel: ? __mod_timer+0x21a/0x241 May 14 22:03:40 Unraid008 kernel: md_do_recovery+0x94/0x14d [md_mod] May 14 22:03:40 Unraid008 kernel: md_thread+0xee/0x115 [md_mod] May 14 22:03:40 Unraid008 kernel: ? init_wait_entry+0x24/0x24 May 14 22:03:40 Unraid008 kernel: ? md_seq_show+0x69e/0x69e [md_mod] May 14 22:03:40 Unraid008 kernel: kthread+0xe5/0xea May 14 22:03:40 Unraid008 kernel: ? __kthread_bind_mask+0x57/0x57 May 14 22:03:40 Unraid008 kernel: ret_from_fork+0x22/0x30 May 14 22:03:40 Unraid008 kernel: Modules linked in: xt_CHECKSUM ipt_REJECT nf_reject_ipv4 ip6table_mangle ip6table_nat iptable_mangle nf_tables vhost_net tun vhost vhost_iotlb tap veth macvlan xt_nat xt_tcpudp xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xt_addrtype iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 br_netfilter xfs md_mod ip6table_filter ip6_tables iptable_filter ip_tables x_tables bonding x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel crypto_simd cryptd glue_helper r8169 i2c_i801 rapl mpt3sas wmi_bmof i2c_smbus ahci intel_cstate realtek raid_class video libahci i2c_core scsi_transport_sas intel_uncore input_leds wmi led_class backlight thermal button fan May 14 22:03:40 Unraid008 kernel: ---[ end trace ce4998c0ec0e74d3 ]--- May 14 22:03:40 Unraid008 kernel: RIP: 0010:_get_active_stripe+0x18b/0x339 [md_mod] May 14 22:03:40 Unraid008 kernel: Code: e2 06 74 13 4d 8b 49 10 4d 01 c9 4d 39 cf 72 07 49 83 e0 fd 4c 89 00 4c 8b 00 41 f6 c0 04 75 0a 49 81 c8 01 01 00 00 4c 89 00 <48> ff c7 48 05 b0 00 00 00 eb b5 48 8b 2c 24 48 03 29 83 3d 03 56 May 14 22:03:40 Unraid008 kernel: RSP: 0018:ffffc9000024bcd0 EFLAGS: 00010002 May 14 22:03:40 Unraid008 kernel: RAX: ffff8881393cf308 RBX: 0000000000000000 RCX: ffff888101ef7800 May 14 22:03:40 Unraid008 kernel: RDX: ffff8881390f3338 RSI: 0000000000000c90 RDI: 0000000000000003 May 14 22:03:40 Unraid008 kernel: RBP: ffff888101ef7800 R08: 0000000000000007 R09: 00000003a3812a48 May 14 22:03:40 Unraid008 kernel: R10: 0000000000000006 R11: ffff888313ba2400 R12: 0000000000000001 May 14 22:03:40 Unraid008 kernel: R13: ffff888101ef7cfc R14: ffff8881393cefc0 R15: 000000023e51cc90 May 14 22:03:40 Unraid008 kernel: FS: 0000000000000000(0000) GS:ffff888313b80000(0000) knlGS:0000000000000000 May 14 22:03:40 Unraid008 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 May 14 22:03:40 Unraid008 kernel: CR2: 00007fbaaac75000 CR3: 000000000200a003 CR4: 00000000001726e0 preclear of 1 disk and parity check was running. the system locked up and i had to hard reboot. been happening for 2 days and so i log to the usb thumb drive and see the above. syslog(1)
  17. how do you access that config file? i cant seem to find my copy.
  18. this worked for me...for now. i use robocopy with multithreaded MT:32, i reduced it to 4 and it has ran twice throughout the last 24 hours with no more network errors. i has got to do with windows/ nfs etc. I tried using the built in FTP server in unraid and there was no error but the same set of files will take 5 days to copy asFTP is single threaded with winscp scripting.
  19. dec 2020, it's still the same. this problem is going to outlast the pandamic.
  20. that's a weird setting/ naming of that function in Settings.
  21. it could be a different set of problems. you need to pass through the USB port to the VM to see the USB drives connected.