Everything posted by 188pilas
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
Thanks you are correct!! Let me test out changing the config on one of the 10gb cards.
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
awesome thx!
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
does the kernel include the mlxconfig tool as well? or just the mstflint to burn firmware?
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
k cool that makes perfect sense. I installed 0.8.5 and my zfs pools are theere. I also had an issue with ZnapZend not working but it just needed perl-5.32.0-x86_64-1.txz from nerdpack.
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
are you able to install zfs 0.8.4 with beta30? I ran the build twice and seems that it excludes the zfs install.
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
ah right...I saw that on the first post. Thanks
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
I am going to build one with Unraid 6.8.3 with ZFS 0.8.4...I also have Mellanox Technologies MT26448 ConnectX EN 10GigE and will try to build with Melanox Firmware Tools. Going to backup my pool and boot drive...I do not have a cache drive and I read that the builds are /mnt/cache/appdata/kernel/output-VERSION by default...can we manually change that? or do I need to put a cache drive temporarily?
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
@ich777 thanks for this helpful tool...have you tried using ZFS ZVOL and attaching that to iSCSI target? I would like to test out the performance compared to an SMB for gaming library.
-
ZFS plugin for unRAID
Weird part is the it works on the previous beta release of unraid. Sent from my SM-G955U using Tapatalk
-
ZFS plugin for unRAID
It was created in Unraid with the plugin a while back. Sent from my SM-G955U using Tapatalk
-
ZFS plugin for unRAID
anyone having an issue with ZFS on latest beta 6.9.0-beta25 ? I tried to import and have the below error due to unsupported feature. root@Omega:/# zpool import omega This pool uses the following feature(s) not supported by this system: com.delphix:log_spacemap (Log metaslab changes on a single spacemap and flush them periodically.) All unsupported features are only required for writing to the pool. The pool can be imported using '-o readonly=on'. cannot import 'omega': unsupported version or feature
-
ZnapZend plugin for unRAID
Awesome! Thanks Sent from my SM-G955U using Tapatalk
-
ZnapZend plugin for unRAID
k still running into some issues...-bash: /usr/local/bin/znapzend: /usr/bin/perl: bad interpreter: No such file or directory when I run znapzend --logto=/var/log/znapzend.log --daemonize. below are some logs. root@Omega:~# cat /var/log/syslog | head Mar 9 20:41:30 Omega kernel: microcode: microcode updated early to revision 0x1d, date = 2018-05-11 Mar 9 20:41:30 Omega kernel: Linux version 4.19.107-Unraid (root@Develop) (gcc version 9.2.0 (GCC)) #1 SMP Thu Mar 5 13:55:57 PST 2020 Mar 9 20:41:30 Omega kernel: Command line: BOOT_IMAGE=/bzimage vfio-pci.ids=8086:2934,8086:2935,8086:293a, vfio_iommu_type1.allow_unsafe_interrupts=1 isolcpus=6-7,14-15 pcie_acs_override=downstream initrd=/bzroot Mar 9 20:41:30 Omega kernel: x86/fpu: x87 FPU will use FXSAVE Mar 9 20:41:30 Omega kernel: BIOS-provided physical RAM map: Mar 9 20:41:30 Omega kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable Mar 9 20:41:30 Omega kernel: BIOS-e820: [mem 0x0000000000100000-0x000000009f378fff] usable Mar 9 20:41:30 Omega kernel: BIOS-e820: [mem 0x000000009f379000-0x000000009f38efff] reserved Mar 9 20:41:30 Omega kernel: BIOS-e820: [mem 0x000000009f38f000-0x000000009f3cdfff] ACPI data Mar 9 20:41:30 Omega kernel: BIOS-e820: [mem 0x000000009f3ce000-0x000000009fffffff] reserved root@Omega:~# cat /var/log/znapzend.log | head cat: /var/log/znapzend.log: No such file or directory root@Omega:~# ls -la /boot/config/plugins/unRAID6-ZnapZend/auto_boot_on -rw------- 1 root root 0 Mar 9 20:58 /boot/config/plugins/unRAID6-ZnapZend/auto_boot_on root@Omega:~# ps aux | grep -i znapzend root 18502 0.0 0.0 3912 2152 pts/1 S+ 21:06 0:00 grep -i znapzend
-
ZnapZend plugin for unRAID
@steini84 I was able to get it working by deleting the old /boot/config/plugins/unRAID6-ZnapZend folder and downloading a new one.
-
ZnapZend plugin for unRAID
@steini84 I received the below error when updating to stable 6.8.3 ...any suggestions? going back to 6.7.2 for now.
-
ZnapZend plugin for unRAID
I was able to resolve my issue. It had to do with an error in znapzend not having a matching dataset between source and one of the destinations. I ran znapzendztatz and then deleted the snapshot on destination along with the dataset and then ran delete on znapzend schedule on source dataset and then recreated everything from scratch and its working fine now. thanks! https://github.com/oetiker/znapzend/issues/303
-
ZnapZend plugin for unRAID
hello steini84 - I have this plugin installed and a couple of jobs for some datasets however I have noticed that the jobs are not running running automatically. I usually have to run the job using the "znapzend --debug --runonce=zpool/dataset" command and it will run successfully. Below is an example of one of the schedules that I have setup: znapzendzetup create --recursive SRC '1week=>12hour' zpool/dataset DST:a '1week=>24hour' [email protected]:zpool/dataset DST:b '1week=>24hour' [email protected]:zpool/dataset I can schedule a user script to run at a schedule to run the znapzend --debug --runonce command; however just wondering if there were any other steps. I setup the touch auto_boot_on file. Thanks!
-
ProFTPD Plugin for unRAID v6.8.x
Cool thanks. Let me give that a try.
-
ProFTPD Plugin for unRAID v6.8.x
Hey - does this plugin work using 6.7.0-rc8 ? I have installed the plugin using the below url. https://raw.githubusercontent.com/SlrG/unRAID/master/Plugins/ProFTPd.plg I also created the user with special text in description and reboot the server. The plugin icon is visible however unable to start the ftp service.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Yea I suspect my issue is that I added a 10gb card between my two unraid machines to speed up network transfer and something is not working right. Back to the drawing board. Sent from my iPhone using Tapatalk
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
I am having a similar issue as TeeNoodle indicates where UD just hangs on main page. Attached is the syslog. Will hold off rebooting to avoid an unnecessary parity check. I was moving some data from the array to an UD WD 8TB drive. Any guidance/assistance would be greatly appreciated. omega-syslog-20190221-1647.zip