Everything posted by Slasheal
-
ZnapZend plugin for unRAID
Hello. I was using the autosnapshot script and noticed that znapzend wouldn't create snapshots anymore of the dataset contained a snapshot made by the auto snapshots script. I guess it's conflicting between the two snapshots. [Sat Mar 21 06:43:17 2020] [debug] sending snapshots from zSSD/PROJECTS to zHDD/BACKUP_Projects cannot restore to zHDD/BACKUP_Projects@zfs-auto-snap_01-2020-03-21-0540: destination already exists [Sat Mar 21 06:49:22 2020] [info] starting work on backupSet zSSD/PROJECTS [Sat Mar 21 06:49:22 2020] [debug] sending snapshots from zSSD/PROJECTS to zHDD/BACKUP_Projects cannot restore to zHDD/BACKUP_Projects@zfs-auto-snap_01-2020-03-21-0540: destination already exists warning: cannot send 'zSSD/PROJECTS@2020-03-21-064445': Broken pipe warning: cannot send 'zSSD/PROJECTS@2020-03-21-064626': Broken pipe warning: cannot send 'zSSD/PROJECTS@2020-03-21-064921': Broken pipe cannot send 'zSSD/PROJECTS': I/O error I would like to move to znapzend however it doesn't seem to support shadowcopy. What I like with znapzend : - Ease of use to set snapshots occurence and retention rules. - Robustness by saving datasets between different pools... I lost a pool yesterday and that's why I tried znapzend. But shadowcopy is an option I had with thezfs autosnapshots script that I'm not willing to loose Edit : In short, is there a way to backup ONLY to the external drive/pool? I guess it's still more efficient than a dumb rsync (or is it?) ?
-
[Support] SpaceinvaderOne - Macinabox
Regarding problems with the 5700XT, once it works "reliably", I hope someone will be able to produce a full tutorial. 🥰 I spent already about 4 full weekends on setting up and understanding unraid... I can't afford the luxury to set up osx. So yes, you were lucky or talented if it was only one day.
-
[Support] SpaceinvaderOne - Macinabox
I tried with open core and the qcow2 image shared in this post. I manage to boot when using VNC, but never reach the loggin page with the 5700XT passed through. If someone managed to make it work, hints would be greatly appreciated.
-
[Support] SpaceinvaderOne - Macinabox
If you have time, please post a procedure problems and workaround. I'll sure make a good use of it in a few days :D. Also if you make a brucex benchmark we'll be able to flex muscles and compare.
-
[Support] SpaceinvaderOne - Macinabox
cobhc : I see nothing wrong with the XML. I would have done the same. Therefore I can't help you further from there :/. I was getting freeze on boot when not doing those steps so I thought it could be it. Let us know if host82's post help you ! I'll only be able to test that next week when I'll get the 5700xt.
-
[Support] SpaceinvaderOne - Macinabox
Hello, glad to found a peer with the same struggle here. I just bought a 5700XT used from a pro resseller with the ability to return it. I am very curious to know if it works now on Catalina 10.15.2. Few people repported it working on hackintosh and TB3 eGPU. I own several macs, but 5700XT + 12 cores (1950x) + 40TB attached to the butt + 64GB of ram, would make it my most powerful one for FCPX. Yesterday I struggled all night with OSX, and with macinabox, it worked right away. Then I learnt how to edit the XML and identified the important lines. Deep thanks to Spaceinvaderone. I'll test this out too in a few days when it'll be home, and repport findings here. Maybe auto settings from unraid messed up your XML. Yesterday I managed to pass my RTX2070 to high sierra and then realised it wasn't supported by the drivers. Here's my feedback : There was 3 parts to be mindful of in the XML. Copy/paste those from a working VNC XML : - <vmtemplate ... (is changed every time) - <type arch ... to ...</nvram> (same) - the whole </qemu:commandline> as explained in Spaceinvaderone's videos Then delete one row so you get : </features> <cpu mode='host-passthrough' check='none'/> <clock offset='utc'> (otherwise won't boot when adding uneven number of vCPUs) Let me know if you had done it already.