kyis

Members
  • Posts

    44
  • Joined

  • Last visited

Everything posted by kyis

  1. @wgstarks History of plg files (way better ^^) following what trurl said : https://github.com/gfjardim/unRAID-plugins/commits/master/plugins/preclear.disk.plg For the hell of it what does this command return on your system ?: lsblk -nbP -o name,type,label,size,mountpoint,fstype,serial 2>/dev/null @ mentions DO work! That's great, no more endless quoting. ^^
  2. Preclear plugin archive on github : https://github.com/gfjardim/unRAID-plugins/tree/master/archive
  3. Successfully cleared my drive with the modification.
  4. That was the next step, I'm rerunning a clear before that to see if it was a fluck or if it consistently fails on just one write. Edit: Exact same result, 2MB not written or failed, can't tell. I won't upload the log, it's identical to the previous one. I wonder if it might be an "off by 1" kind of error somewhere in the math, 2MB is the value of the sb parameter of dd, it might be used somewhere else. Edit: Memtest done no errors... I'm stumped Edit: Finally caught what I was looking for, I edited the script so the -t option would run over 1TB and I monitored dd_output, I got this amongst the normal output: dd: warning: partial read (1126400 bytes); suggest iflag=fullblock Added the flag inside the function write_disk(), clearing and praying (already past the point where the message was showing up).
  5. You can't break anything by enabling the daemon, leave things by default and see if you get any data out (it should show up after starting the daemon).
  6. Hi, can you please check this out : It should have been posted here to begin with I guess. ^^ Edit: Is there any way to increase verbosity on dd ? Looking at the script real quick it looks like all errors should be logged already but it's quite a large script/voodoo magic spell, I wouldn't want to edit anything half-assedly and screw with my data.
  7. Same, 2MB return failure on zeroing early on, doesn't show up in the log though, it showed an error real quick and some recommendation in it, couldn't tell what it was. Log attached. BLACKHOLE-preclear.disk-20170222-0516.zip
  8. Replace: <os> <type arch='x86_64' machine='pc-q35-2.3'>hvm</type> </os> with: <os> <type arch='x86_64' machine='pc-q35-2.7'>hvm</type> </os>
  9. Modbus over usb working like a charm. Thanks a lot!
  10. I confirm this works: btrfs fi df /mnt/cache Data, RAID1: total=101.00GiB, used=98.05GiB System, RAID1: total=32.00MiB, used=16.00KiB Metadata, RAID1: total=1.00GiB, used=64.62MiB GlobalReserve, single: total=16.00MiB, used=0.00B Thanks!
  11. Upgraded nicely, I was looking forward to be rid of my build of apcupsd but modbus is still disabled in this update, can you enable it please. All recent mid to high end APC UPS implement it (smart-ups), and it's the only way to get any useful data from them, classic USB just gives runtime. I don't mind using my own build but since I have no control over what the php part is doing and I'm not sure how you configured your build it still feels iffy... Thanks for all the hard work.
  12. I just rebooted with the package I just built as well, wish I checked in earlier I wouldn't have had to spawn a VM. I wanted to have cgi disabled anyway so it's not lost.
  13. I started dabbling with docker but I still have no clue what I'm doing. I successfully installed Zoneminder 1.29 silently in a container using that http://pastebin.com/wemBJ5XD Maybe it can help, in the meantime I'm going to wrap my head around how docker works and ditch the windows toolbox to build, it's asking for pain. Edit: forgot to mention it was based on the same base image as you but at 0.9.18
  14. Glad I could help, and I learned how plugin installation works on the way.
  15. You're fast ^^ Fixed by opening flash/bzroot using 7zip Extracted /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php Connected via sftp to my machine (as root) Copied php file to /usr/local/emhttp/plugins/dynamix/include/ Checked that permissions were 644 Refreshed WebUI Works Since I know I can fix it, I tried reinstalling Local Master in hopes of it breaking again but I failed, it installed fine ^^.
  16. Exact same issue as nacat78, lost access to the webUI with the same error, everything else is still fine. Looking for a way to uninstall plugins from terminal...
  17. Could this be used to generate duplicates reports like same files in any folder, same folders (identical hash set), etc ? I figure since we're spending time computing hashes, might as well make use of them.