Jump to content

Shyrka973

Members
  • Posts

    38
  • Joined

  • Last visited

Everything posted by Shyrka973

  1. Hi, I do not know if it's due to this plugin, but after pressing "Move now", more than 100Go moved from array to cache. This concerns two shares that have the option "Use cache disk" to "prefer". These two shares are no longer on any of the three disks in the array, but only on the cache. I'm surprised because mover should move data from cache to array but not vice versa. I am wrong ? How to force mover to move the data from the array to the cache ? mover every hour: Aug 25 23:00:01 Tower root: Cache used space threshhold (60) not exceeded. Used Space: 22. Not moving files manual mover: Aug 25 23:12:27 Tower emhttpd: req (18): shareMoverSchedule=0+*%2F1+*+*+*&shareMoverLogging=yes&cmdStartMover=Move+now&csrf_token=**************** Aug 25 23:12:27 Tower emhttpd: shcmd (21540): /usr/local/sbin/mover |& logger & Aug 25 23:12:27 Tower root: Manually starting mover Aug 25 23:12:27 Tower move: move: file /mnt/disk1/Logiciels/Mac/Apple/xxx.dmg Aug 25 23:12:48 Tower move: move: file /mnt/disk1/Logiciels/Mac/Apple/xxxxx].d
  2. # stat -c '%U:%G' /var/cache/zoneminder nobody:users # stat -c '%U:%G' /var/cache/zoneminder/events root:www-data # stat -c '%U:%G' /var/cache/zoneminder/images root:www-data # stat -c '%U:%G' /var/cache/zoneminder/temp root:www-data
  3. I forgot this info: # stat -c '%U:%G' /var/cache/zoneminder nobody:users
  4. Hi, Whenever zm docker is restarted, zm is not available for an hour or more because I have a lot of camera events. The problem comes from the script 40_firstrun.sh that positions rights on /var/cache/zoneminder. If he does not find root:www-data just on /var/cache/zoneminder directory, it positions the rights on all the tree. But the rights on this directory change. I do not know when (reboot?). Can you change these lines: # Check the ownership on the /var/cache/zoneminder directory if [ `stat -c '%U:%G' /var/cache/zoneminder` != 'root:www-data' ]; then echo "Correcting /var/cache/zoneminder ownership..." chown -R root:www-data /var/cache/zoneminder fi by these; # Check the ownership on the /var/cache/zoneminder directory if [ `stat -c '%U:%G' /var/cache/zoneminder/events` != 'root:www-data' || `stat -c '%U:%G' /var/cache/zoneminder/images` != 'root:www-data' || `stat -c '%U:%G' /var/cache/zoneminder/temp` != 'root:www-data' || ]; then echo "Correcting /var/cache/zoneminder ownership..." chown -R root:www-data /var/cache/zoneminder fi Thanks.
  5. Hi, I had the same issue. [138418.486045] BUG: unable to handle kernel NULL pointer dereference at 0000000000000038 [138418.486658] IP: tcp_push+0x4e/0xee [138418.486970] PGD 8000000104be6067 P4D 8000000104be6067 PUD 1487d5067 PMD 0 [138418.487294] Oops: 0002 [#1] PREEMPT SMP PTI [138418.487607] Modules linked in: xt_CHECKSUM iptable_mangle ipt_REJECT nf_reject_ipv4 ebtable_filter ebtables ip6table_filter ip6_tables vhost_net tun vhost tap xt_nat veth ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 iptable_filter ip_tables nf_nat xfs md_mod it87 hwmon_vid bonding r8169 mii intel_powerclamp coretemp kvm_intel kvm crc32c_intel intel_cstate intel_uncore i2c_i801 i2c_core mxm_wmi ahci i7core_edac libahci pata_jmicron wmi button acpi_cpufreq [last unloaded: mii] [138418.489695] CPU: 7 PID: 18395 Comm: Plex Media Serv Tainted: G I 4.14.26-unRAID #1 [138418.490289] Hardware name: Gigabyte Technology Co., Ltd. X58A-UD7/X58A-UD7, BIOS F2 11/10/2009 [138418.490882] task: ffff88014658bfc0 task.stack: ffffc9000201c000 [138418.491207] RIP: 0010:tcp_push+0x4e/0xee [138418.491526] RSP: 0018:ffffc9000201fc70 EFLAGS: 00010246 [138418.491850] RAX: 0000000000000000 RBX: 00000000000005a8 RCX: 0000000000000000 [138418.492177] RDX: 0000000000000000 RSI: 0000000000004040 RDI: ffff880059a53000 [138418.492504] RBP: 0000000000000000 R08: 00000000000005a8 R09: ffffffff8151be00 [138418.492824] R10: ffff880059a53158 R11: 0000000000000000 R12: ffff880059a53000 [138418.493146] R13: 0000000000000000 R14: ffff88014c885c00 R15: 00000000ffffffe0 [138418.493467] FS: 00001462c31fe700(0000) GS:ffff8801993c0000(0000) knlGS:0000000000000000 [138418.493792] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [138418.494113] CR2: 0000000000000038 CR3: 0000000103aa6000 CR4: 00000000000006e0 [138418.494433] Call Trace: [138418.494748] tcp_sendmsg_locked+0xa53/0xbac [138418.495064] tcp_sendmsg+0x23/0x35 [138418.495375] sock_sendmsg+0x14/0x1e [138418.495690] ___sys_sendmsg+0x1ab/0x229 [138418.496005] ? seccomp_run_filters+0xdc/0x106 [138418.496320] ? generic_file_read_iter+0x595/0x6e4 [138418.496634] ? __seccomp_filter+0x26/0x1c5 [138418.496952] ? dput+0x30/0x190 [138418.497265] ? __sys_sendmsg+0x3c/0x5d [138418.497576] __sys_sendmsg+0x3c/0x5d [138418.497890] do_syscall_64+0xfe/0x107 [138418.498205] entry_SYSCALL_64_after_hwframe+0x3d/0xa2 [138418.498521] RIP: 0033:0x1462cff3ea6d [138418.498831] RSP: 002b:00001462c31fd320 EFLAGS: 00000293 ORIG_RAX: 000000000000002e [138418.499154] RAX: ffffffffffffffda RBX: 00001462c31fd350 RCX: 00001462cff3ea6d [138418.499476] RDX: 0000000000004000 RSI: 00001462c31fd350 RDI: 0000000000000055 [138418.499797] RBP: 00001462c31fd350 R08: 00001462b3806498 R09: 00001462b38064a8 [138418.500118] R10: 0000000000000001 R11: 0000000000000293 R12: 00001462c31fe5b8 [138418.500438] R13: 0000000000000001 R14: 0000000000000001 R15: 00001462b3806498 [138418.500761] Code: d0 75 02 31 c0 41 89 f3 41 81 e3 00 80 00 00 74 1a 44 8b 8f 68 05 00 00 41 d1 e9 44 2b 8f 6c 06 00 00 44 03 8f 74 06 00 00 79 10 <80> 48 38 08 8b 8f 6c 06 00 00 89 8f 74 06 00 00 40 80 e6 01 74 [138418.501691] RIP: tcp_push+0x4e/0xee RSP: ffffc9000201fc70 [138418.502014] CR2: 0000000000000038 [138418.502350] ---[ end trace 7ef9ab90b7be7027 ]---
  6. Hi, Occasionally, I have this bug when I play a movie. I have to restart the Plex docker to continue watching the movie. Other dockers are working without problem. I have this bug just with this Plex docker. [138418.486045] BUG: unable to handle kernel NULL pointer dereference at 0000000000000038 [138418.486658] IP: tcp_push+0x4e/0xee [138418.486970] PGD 8000000104be6067 P4D 8000000104be6067 PUD 1487d5067 PMD 0 [138418.487294] Oops: 0002 [#1] PREEMPT SMP PTI [138418.487607] Modules linked in: xt_CHECKSUM iptable_mangle ipt_REJECT nf_reject_ipv4 ebtable_filter ebtables ip6table_filter ip6_tables vhost_net tun vhost tap xt_nat veth ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 iptable_filter ip_tables nf_nat xfs md_mod it87 hwmon_vid bonding r8169 mii intel_powerclamp coretemp kvm_intel kvm crc32c_intel intel_cstate intel_uncore i2c_i801 i2c_core mxm_wmi ahci i7core_edac libahci pata_jmicron wmi button acpi_cpufreq [last unloaded: mii] [138418.489695] CPU: 7 PID: 18395 Comm: Plex Media Serv Tainted: G I 4.14.26-unRAID #1 [138418.490289] Hardware name: Gigabyte Technology Co., Ltd. X58A-UD7/X58A-UD7, BIOS F2 11/10/2009 [138418.490882] task: ffff88014658bfc0 task.stack: ffffc9000201c000 [138418.491207] RIP: 0010:tcp_push+0x4e/0xee [138418.491526] RSP: 0018:ffffc9000201fc70 EFLAGS: 00010246 [138418.491850] RAX: 0000000000000000 RBX: 00000000000005a8 RCX: 0000000000000000 [138418.492177] RDX: 0000000000000000 RSI: 0000000000004040 RDI: ffff880059a53000 [138418.492504] RBP: 0000000000000000 R08: 00000000000005a8 R09: ffffffff8151be00 [138418.492824] R10: ffff880059a53158 R11: 0000000000000000 R12: ffff880059a53000 [138418.493146] R13: 0000000000000000 R14: ffff88014c885c00 R15: 00000000ffffffe0 [138418.493467] FS: 00001462c31fe700(0000) GS:ffff8801993c0000(0000) knlGS:0000000000000000 [138418.493792] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [138418.494113] CR2: 0000000000000038 CR3: 0000000103aa6000 CR4: 00000000000006e0 [138418.494433] Call Trace: [138418.494748] tcp_sendmsg_locked+0xa53/0xbac [138418.495064] tcp_sendmsg+0x23/0x35 [138418.495375] sock_sendmsg+0x14/0x1e [138418.495690] ___sys_sendmsg+0x1ab/0x229 [138418.496005] ? seccomp_run_filters+0xdc/0x106 [138418.496320] ? generic_file_read_iter+0x595/0x6e4 [138418.496634] ? __seccomp_filter+0x26/0x1c5 [138418.496952] ? dput+0x30/0x190 [138418.497265] ? __sys_sendmsg+0x3c/0x5d [138418.497576] __sys_sendmsg+0x3c/0x5d [138418.497890] do_syscall_64+0xfe/0x107 [138418.498205] entry_SYSCALL_64_after_hwframe+0x3d/0xa2 [138418.498521] RIP: 0033:0x1462cff3ea6d [138418.498831] RSP: 002b:00001462c31fd320 EFLAGS: 00000293 ORIG_RAX: 000000000000002e [138418.499154] RAX: ffffffffffffffda RBX: 00001462c31fd350 RCX: 00001462cff3ea6d [138418.499476] RDX: 0000000000004000 RSI: 00001462c31fd350 RDI: 0000000000000055 [138418.499797] RBP: 00001462c31fd350 R08: 00001462b3806498 R09: 00001462b38064a8 [138418.500118] R10: 0000000000000001 R11: 0000000000000293 R12: 00001462c31fe5b8 [138418.500438] R13: 0000000000000001 R14: 0000000000000001 R15: 00001462b3806498 [138418.500761] Code: d0 75 02 31 c0 41 89 f3 41 81 e3 00 80 00 00 74 1a 44 8b 8f 68 05 00 00 41 d1 e9 44 2b 8f 6c 06 00 00 44 03 8f 74 06 00 00 79 10 <80> 48 38 08 8b 8f 6c 06 00 00 89 8f 74 06 00 00 40 80 e6 01 74 [138418.501691] RIP: tcp_push+0x4e/0xee RSP: ffffc9000201fc70 [138418.502014] CR2: 0000000000000038 [138418.502350] ---[ end trace 7ef9ab90b7be7027 ]---
  7. Hi, Does the Swap File Plugin work with this version 6.5.0 ? Thanks.
  8. Yes but in 6.4.1, I could not create a VM. So there was a bug that is fixed now. Thanks.
  9. Hi, I upgraded from 6.4.1 to 6.5.0 without issue but but I am surprised: i can create VMs. I just created a VM with ReactOS without problem. With 6.4.1, System Information says IOMMU is disabled and I could not create a VM. With 6.5.0, System Information says IOMMU is disabled but I can create a VM and this VM works. I think the passthrough PCI part probably does not work. It is a great progress (because i do not accept that VitualBox can run a VM on this PC and that unRAID can not).
  10. Hi, A problem: I'm trying to activate zmeventmonitor in SSL (zmNinja) but unsuccessful on iOS. It works with the Mac version of znNinja. I installed the certificate manually by sending it to me by email. In the documentation: It's very important to ensure the Common Name selected while generating the certificate is the same as the hostname or IP of the server. For example if you plan to access the server as myserver.ddns.net Please make sure you use myserver.ddns.net as the common name. If you are planning to access it via IP, please make sure you use the same IP. My Common Name contains * but should contain tower.localdomain.net What do you think ?
  11. Hi dlandon, The "fisrtrun.sh" contains some errors. *** Running /etc/my_init.d/40_firstrun.sh... File zm.conf already exists Using existing ssmtp configuration Using existing mysql database Using existing skins directory Creating symbolink links usermod: no changes usermod: no changes usermod: no changes stat: cannot stat '/config/data': No such file or directory /etc/my_init.d/40_firstrun.sh: line 87: [: !=: unary operator expected stat: cannot stat '/config/data': No such file or directory /etc/my_init.d/40_firstrun.sh: line 93: [: !=: unary operator expected Using existing data directory for events Using existing data directory for images Using existing data directory for temp Correcting /var/cache/zoneminder ownership... 1- The "/config/data" directory does not exist. It does not exist because it is not used. I think we use /var/cache/zoneminder" instead. I think we should disable this test. 2- Each time the zoneminder docker is restarted, zoneminder is not ready because it changes the owner of all my records.Indeed, this command: stat -c '% U:% G' / var / cache / zoneminder should return "root: www-data" but return "nobody: users". This command: chown -R root: www-data / var / cache / zoneminder positions the right owner and the right group but these are changed after just on "/var/cache/zoneminder" root. In my case, "/var/cache/zoneminder" is mounted on "surveillance" share and "surveillance" share is not exported.
×
×
  • Create New...