drchips

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by drchips

  1. Same situation here but running 6.9.2..... 2 user.scripts set for BackgroundOnly and AfterArrayStart fail to run: Checked using htop, filter for $ScriptName and user.script shows no running processes. Scripts run perfectly using bash /path/to/ScriptName/script & and show in htop. Re-boot and perform tests, and confirmed that the scripts are not starting / running.. Only change to the system was update of Unassigned Devices Preclear ( to version 2022.07.10a ). Nothing in system log to indicate failure to load user.scripts plugin... Thanks in anticipation..
  2. Hope you have fun... I am currently watching / looking at 2 systems: 1 - HP Z820 - 2x Intel Xeon [email protected], 256GB@1600MHz DDR3 2 - HP Z840 - 2x Xeon 10C [email protected], 256GB@2133MHz DDR4
  3. Welcome. Z840 is a very capable machine (as is the Z820) as long as you are not intending to put masses of drives in it. As far as UNRAID usage is concerned (in my view): Benefit of Z840: supports Bifurcation in the BIOS, should you wish to use multiple NVMe's on a single cheap card. (Z820 no bifurcation) Benefit of Z820: 3 x 5.25 external bays (if you want to use drive cage). (Z840 only 2 x 5.25 external) LSI controller is same. If you intend to expand the system internally (2nd CPU, lots of RAM etc) it would be best to go for the high capacity PSU. See the following resources: Art of Server: https://www.youtube.com/c/ArtofServer/videos How to flash HP Z840 Z820 to IT mode firmware: https://www.youtube.com/watch?v=boK6UcCFx2Q&ab_channel=ArtofServer How to upgrade the power supply in HP Z840 to 1125W PSU: https://www.youtube.com/watch?v=HKSc5l0cvsw&ab_channel=ArtofServer HP Z840 How to add additional HDD storage bays: https://www.youtube.com/watch?v=nQU90wCCpSc&ab_channel=ArtofServer HP Z840 Technical White Paper z840 Technical Whitepaper.pdf
  4. Hi Guys and Gals.. Longtime user but not any kind of programmer, though I normally find solutions (eventually). I find myself in need of some assistance from far more competent minds than mine. Scenario: Xeon 4C/8T 64GB Ram Disks: Parity & Disk1 are WD Ultrastar DC HC330 (CMR 7200) - fast changing data Disk2 to Disk6 contiguous are Seagate ST4000DM004-2CV104 (SMR 5400) - slow changing data Dynamix file integrity installed and set to watch new/modified files. I wish to use xfs_fsr on disks that are monitored by Dynamix file integrity. Testing: Ran xfs_fsr -v /dev/md1 Server went NUTS: htop showed load average ABOVE 16 and 8+ files being accessed by md5sum so I waited until it had all completed and Disk1 had stopped thrashing, then I started digging... Found rc.watcher supports stop and start: so... cd /usr/local/emhttp/plugins/dynamix.file.integrity/scripts ./rc.watcher stop >> /mnt/cache/Transcode/fsr.log xfs_fsr -v /dev/md2 | tee -a /mnt/cache/Transcode/fsr.log ./rc.watcher start >> /mnt/cache/Transcode/fsr.log Seemed to work, no thrashing, no md5sum processes running, EXCEPT after a while in terminal this appeared: ( screenshot titled bunker error.png) Something wrong there, nothing in logs or notifications... Performed a clean restart of server just to make sure it is stable and post this cry for help! What service(s) do I need to stop/pause/suspend/kill before running xfs_fsr? What service(s) do I need to start/unpause/resume afterwards? Thanks for your consideration & help.
  5. Alternatively, set up a Raspberry Pi as a print server, here are some links for you: https://www.tomshardware.com/uk/how-to/raspberry-pi-print-server https://pimylifeup.com/raspberry-pi-print-server/ https://opensource.com/article/18/3/print-server-raspberry-pi https://medium.com/swlh/setup-a-print-server-using-raspberry-pi-cups-part-1-c8f3d48af047 https://www.raspberry-pi-geek.com/Archive/2013/01/Converting-the-Raspberry-Pi-to-a-wireless-print-server https://www.balena.io/blog/wifi-enable-usb-printers-with-a-raspberry-pi-and-share-it-over-your-network/ https://maker.pro/raspberry-pi/projects/how-to-turn-a-usb-printer-into-a-wireless-printer-with-raspberry-pi-zero-w If you get a new printer later on, you have a Raspberry Pi to play with
  6. DirSyncPro is pretty capable, decent gui...
  7. This may be of some help: Art of Server (youtube): - https://www.youtube.com/c/ArtofServer/videos How to fix LSI firmware settings - https://www.youtube.com/watch?v=nLEVpU8u_Ls How to troubleshoot your LSI IT mode HBA - https://www.youtube.com/watch?v=TC4DovIcGLU
  8. Also, a docker will be easier to carry through the upgrades.
  9. Still running the Slackware VM, but looking at creating a docker next... I think I should be able to strip a docker down to the minimum for a perl environment. I think it is probably whistling in the wind to expect full support for perl to be re-instated now that it has been 'killed'. So, a minimum docker may be the best I can hope for..................
  10. Greetings, A shameless bump to beg some assistance. I have created a vm on my Workstation (not unRAID) and loaded Slackware 14.2. (which has a working perl environment) I am hoping to be able to perform some sort of diff with respect to types.h and I have come up with the following candidates: ./usr/include/dns/types.h ./usr/include/bits/types.h ./usr/include/isccc/types.h ./usr/include/isc/types.h ./usr/include/asm-generic/types.h ./usr/include/netlink/types.h ./usr/include/c++/5.3.0/parallel/types.h ./usr/include/sys/types.h ./usr/include/irs/types.h ./usr/include/pci/types.h ./usr/include/asm-x86/types.h ./usr/include/libnl3/netlink/types.h ./usr/include/linux/iio/types.h ./usr/include/linux/types.h ./usr/lib64/bcc/include/asm/types.h ./usr/lib64/bcc/include/generic/types.h ./usr/lib64/bcc/include/sys/types.h ./usr/lib64/bcc/include/arch/types.h ./usr/lib64/bcc/include/linuxmt/types.h ./usr/lib64/bcc/include/msdos/types.h ./usr/lib64/bcc/include/linux/types.h Can anybody throw a few hints my way? Cheers.
  11. Greetings .. Using the File Integrity plugin on 6.6.7 Impressive work.. Have been doing a fair amount of testing to try and get it to fail / see where it misses stuff. E.g. Parity check running, 6 data drives monitored, parallel transfer of 5GB files from ramdisk to each of the monitored disks. Everything passed, as said before: Impressive. There are a number of changes / additions I would like to see, but realise that they would only apply to my use-case, and it would not make sense to ask for them to be implemented. There are two possible changes that I would ask for that would / could be of benefit to the community as a whole (possibly). 1. An option to have the log files directory elsewhere (cache etc.) as I am uncomfortable with such potentially frequently changed files stored on the flash drive, I suspect there will be some who will opine that is nothing to worry about (wear leveling, flash drives are better quality nowadays etc. etc.), but if I am using the plugin as an aid to monitor / reduce the effects of bit-rot / failure then it makes sense to avoid the relatively fragile flash drive (in my opinion). 2. A means of triggering / running a script when processing has completed, enabling reliable post-processing. In my case I would use that script to perform the unique processing for my use-case. I hope you can consider this request. If only one can be implemented, please can it be option 2 (end-of-processing script triggering). Cheers..
  12. Thanks hawihoney, I already have a vm doing that, but what an AWFUL WASTE of resources, when it should be running on unRAID where it can be triggered @ the right time / conditions. I had it running under 5.0.2 (32-bit system, triggered by incron). It just seems 'off' having a linux system that does not support the perl environment. Could it be a 32-bit / 64-bit thing? Unlikely! .... Cheers...
  13. Greetings to all.. Long-time user of unRAID, started with 4.7, spent a long time on 5.02, recently apgraded to 6.6.7 All spinning drives have been converted to xfs, ssd cache added. System is running beautifully.. On 5.0.2 I had a perl script (self-written) that provided the majority of the final functionality of the current File Integrity plugin - so: File Integrity installed. My problem: I would like to have my perl environment to be available. perl installed (perl-5.26.1-x86_64-4.txz) via Nerd Pack plugin and confirmed with perl -v cpan install DBD::SQLite FAILS with message: 'make -- NOT OK' confirmed make not installed. Searched Nerd Pack, found in Dev Pack, installed (make-4.2.1-x86_64-3.txz). 2nd attempt @ DBD::Sqlite FAILS with message: 'make: error while loading shared libraries: libguile-2.2.so.1:' Searched Dev Pack, installed (guile-2.2.3-x86_64-2.txz) 3rd attempt @ DBD::Sqlite FAILS with message: 'make: error while loading shared libraries: libgc.so.1:' Searched Dev Pack, installed (gc-7.6.6-x86_64-1.txz) 4th attempt @ DBD::Sqlite FAILS with message: '/bin/sh: cc: command not found' Searched Dev Pack, installed (gcc-8.2.0-x86_64-1.txz) 5th attempt @ DBD::Sqlite FAILS with message: 'cc: error trying to exec 'as': execvp: No such file or directory' Searched Dev Pack, installed (binutils-2.31.1-x86_64-4.txz) 6th attempt @ DBD::Sqlite FAILS with message: '/usr/libexec/gcc/x86_64-slackware-linux/8.2.0/cc1: error while loading shared libraries: libmpc.so.3: cannot open shared object file: No such file or directory' Searched Dev Pack, installed (libmpc-1.1.0-x86_64-2.txz) 7th attempt @ DBD::Sqlite FAILS with message: '/usr/lib64/perl5/CORE/perl.h:694:10: fatal error: sys/types.h: No such file or directory' ' #include <sys/types.h>' ' ^~~~~~~~~~~~~' Searched Dev Pack, installed (kernel-headers-4.14.37-x86-1.txz) NOW I AM STUCK, as this has not solved the issue.. Googling hints @ libpcap or kernel headers as the solution..... I am obviously missing something, but knowing nowt about Linux, I am stuck.. Please can I beg some help. Cheers...
  14. @rjstott You might want to have a look at: http://www.techspot.com/article/997-samsung-ssd-read-performance-degradation/ Maybe not relevant to the problems you are having, and maybe you won't be affected (cache disk usage - transient), but if you are holding VM / Container files or any other static files on the cache, you would be affected.
  15. 2 windows solutions: 1 - Cobian Backup http://www.cobiansoft.com/cobianbackup.htm no facility for running backup profiles at shutdown (but it is free!!!) 2 - Second Copy http://www.secondcopy.com/ can run backup profiles as part of windows shutdown (costs GBP 23.36 / USD 29.95) Both can be profiled to do what you want. I use Second Copy myself...
  16. I also would pay extra...
  17. Direct copy from Dashboard of Dynamix: Last checked on Sun Sep 7 12:47:14 2014 BST (35 days ago), finding 0 errors. Duration: 5 hours, 27 minutes, 10 seconds. Average speed: 152,9 MB/sec
  18. Noticed some errors on the terminal screen.. Searching the forum found this: http://lime-technology.com/forum/index.php?topic=4500.msg253638#msg253638 Seems I am having the same / similar issues... Modified GO script to capture the errors (GO attached, ERRORS.TXT attached) Re-booted the server from GUI & waited for the errors.txt file to be written to: Syslog shows cache_dirs re-starting at approx same time as errors happen. (syslog attached). Counting the files within the share that cache_dirs is reading gives 1196 files. System specs: ASRock B75 Pro3-M (motherboard) 32GB RAM (ready for 64-bit) Intel i3-3220 8 x SEAGATE ST3000DM001 unMENU installed. Any ideas why this happens? Any ideas what to do to stop this happening? Cheers.. go.txt syslog-2013-12-19.txt errors.txt
  19. I would like the following compiled please: http://inotify.aiken.cz/?section=incron&page=about〈=en My system specs: ASROCK B75 PRO3-M motherboard 32 GIG RAM (CRUCIAL - on offer, all tested good - ready for 64bit ) 8 x 3TB Seagate (all on M/B SATA) Parity check speed range 185MB/s to 95 MB/s - 330 mins approx to complete unRAID V5.0 Final Offers of help appreciated, drinking vouchers available.. Cheers, Malcolm...
  20. I have copies of the following: unRAID Server 4.5 Final.zip unRAID Server 4.5-beta11.zip unRAID Server 4.5-beta12.zip unRAID Server 4.5-beta13.zip unRAID Server 4.5-beta2.zip unRAID Server 4.5-beta3.zip unRAID Server 4.5-beta4.zip unRAID Server 4.5-beta5.zip unRAID Server 4.5-beta6.zip unRAID Server 4.5-beta7.zip unRAID Server 4.5-beta8.zip unRAID Server 4.5.1.zip unRAID Server 4.5.6.zip unRAID Server 4.6 AiO-rc1.zip unRAID Server 4.6 AiO.zip unRAID Server 4.6.zip Sizes range from 46MB to 56MB. Let me know which you want, and preferred delivery mechanism. Malcolm...
  21. From your syslog: Apr 10 12:30:39 LittleMuleV emhttp: Copyright © 2005-2011, Lime Technology, LLC Apr 10 12:30:39 LittleMuleV emhttp: Basic key detected, GUID: Apr 10 12:30:39 LittleMuleV emhttp: shcmd (1): udevadm settle http://lime-technology.com/products/registration-keys Basic does not support User Level Security. You need to buy a Registration Key. Please NOTE: your syslog does not show an entry for GUID, if you removed that, then OK.
  22. MD5 for 4.5-beta7.zip is: 345808BA6643B1D89350242690CD5FCD MD5 for 4.5-beta8.zip is: CABB5E4D374ADBE9BEF1CCBCCDDF710C
  23. CHAOS MD5 http://www.elgorithms.com/downloads/chaosmd5.php
  24. Lookee see... http://hardware.slashdot.org/story/10/02/14/1541244/Linux-Not-Quite-Ready-For-New-4K-sector-Drives Malcolm..
  25. Could it be that the perceived hit on performance might have to do with the following: (halfway down page) http://anandtech.com/storage/showdoc.aspx?i=3691 a snippet from a syslog illustrating the offset of 63: Feb 11 11:44:04 Tower kernel: md: import disk0: [8,0] (sda) SAMSUNG HD103UJ S13PJDWQC24868 offset: 63 size: 976762552 Feb 11 11:44:04 Tower kernel: md: import disk1: [8,64] (sde) SAMSUNG HD103UJ S13PJDWQC24857 offset: 63 size: 976762552 Feb 11 11:44:04 Tower kernel: md: import disk2: [8,32] (sdc) SAMSUNG HD103UJ S13PJ1EQ407587 offset: 63 size: 976762552 Feb 11 11:44:04 Tower kernel: md: import disk3: [8,48] (sdd) SAMSUNG HD103UJ S13PJ1EQ407571 offset: 63 size: 976762552 Feb 11 11:44:04 Tower kernel: md: import disk4: [8,16] (sdb) SAMSUNG HD103UJ S13PJ1EQ407572 offset: 63 size: 976762552 Feb 11 11:44:04 Tower kernel: md: import disk5: [8,128] (sdi) SAMSUNG HD753LJ S13UJ1MPA02076 offset: 63 size: 732574552 Feb 11 11:44:04 Tower kernel: md: import disk6: [8,80] (sdf) Maxtor 6L300S0 L60LRK4G offset: 63 size: 293057320 Feb 11 11:44:04 Tower kernel: md: import disk7: [8,112] (sdh) Maxtor 6B300S0 B605H6SH offset: 63 size: 293057320 Malcolm....