jsebright

Members
  • Posts

    68
  • Joined

  • Last visited

Posts posted by jsebright

  1. Doesn't sound unfair to me.

     

    But...

    Along with a Pro licence, I've currently got a trial for a small install that I need to licence. I can either buy a basic key or extend / wait and buy a starter licence.

     

    Will there be a period of time during which I can make that choice - either by both being available, or knowing the new pricing in advance?

    • Like 1
  2. Thanks for replying.

    Not sure what the risks are of just plugging in a plain cable and seeing what's shown. Obviously nothing should go wrong, but I don't want to trash two servers if they both try to send power when they shouldn't!

    Might try to find some donor machines to try with first off to check that nothing bad happens even if the hardware and software will be completely different. I just don't want any of the magic smoke to come out of the chips because they won't work the same after that.

  3. This might be a daft idea but...

    I'm setting up a second unraid server on an unused laptop to run some basic services. This is much lower powered than my main unraid server so I don't need to worry about leaving it on all the time. The main one has many disks, better CPU & ram and will still be used for some VM's, bigger protected storage and backups.

    I was thinking about faster networking between the two because I'm limited by the 1gb port on the laptop. I remember a very long time ago networking two windows PCs using a firewire cable that was configured as a network, and wondered if I could do the same with USB3 and make a direct attachment between the two machines as they're physically close together. (This would be in addition to them both going to the switch).

    Some research has revealed some usb cables with a device in the middle which refer to themselves as "Windows Easy Transfer Cable". Searching Amazon, this is an example (not currently available for me, but something similar might be). https://www.amazon.com/Plugable-Transfer-Thunderbolt-Software-Migration/dp/B0BGRVS51T/

    So, would this sort of cable present itself as an ethernet adaptor in both servers that could then be configured to use as a fast sync / fileshare connection? Would a plain usb cable do the same thing (USB-A or USB-C) ?  It seems this could be a very cheap way to get fast networking between two machines and only using a USB port.

     

  4. Upgrade from 6.12.3 to 6.12.4 appeared to go OK, but I have a network card issue.

    I have a 10gb fibre card, and onboard 1gb nic. These are set to a bond and it mainly uses the 10gb (onboard is enabled for WOL - a script after waking forces the 10gb card to be active).

     

    My fibre card is constantly showing as disconnected (Interface Ethernet Port 1 is down. Check cable!) . Changing designations between eth0 and eth1 makes no difference.

    It is listed in system devices as

    [15b3:1003] 02:00.0 Ethernet controller: Mellanox Technologies MT27500 Family [ConnectX-3]

     

    The new system drivers shows two drivers:

    mlx4_core    Mellanox ConnectX HCA low-level driver    Inuse    net/ethernet/mellanox/mlx4
    mlx4_en    Mellanox ConnectX HCA Ethernet driver    Inuse    net/ethernet/mellanox/mlx4
     

    I have the Mellanox Firmware Tools installed -  which seems to report the card OK.

     

    Anyone else with this issue?

     

  5. 2 hours ago, tola5 said:

    How did you got too install the driver , have problems with that so far self

    I haven't - that's where it all goes wrong.:( You're stuck with the default drivers.

    I'm on 6.9.2 and not ready to try 6.10 yet - still waiting for the next RC, "soon?". I'm hoping that updates to KVM/QEMU will help, as may future bios updates, and updated drivers from AMD. For now I've reverted back to adding a physical graphics card for VM work. A bit disappointing.

  6. Sorry, no idea where the xvga='yes' came from. I try to stick to the Forms mode when editing VMs.

    As I said, for me I got to a state where there was no display but the VM was running and able to serve a remote desktop. I also saw the Microsoft Basic Adapter, but just did a reboot and the screen came up. I'm not 100% sure if the output is from HDMI or DP>HDMI adapter (I'm then running two long HDMI leads to another room). I don't get multi monitor from the basic adapter so it might be that only one of the outputs is working. If you are able to test a display port connection it might show something.

    I'm not seeing any errors in the logs.

    Sorry I can't offer more help - I don't understand enough to explain what's going on.

  7.  

        <hostdev mode='subsystem' type='pci' managed='yes' xvga='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x0c' slot='0x00' function='0x0'/>
          </source>
          <alias name='hostdev0'/>
          <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0' multifunction='on'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x0c' slot='0x00' function='0x1'/>
          </source>
          <alias name='hostdev1'/>
          <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x1'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <address bus='1' device='6'/>
          </source>
          <alias name='hostdev2'/>
          <address type='usb' bus='0' port='1'/>
        </hostdev>

     

    This is the section with the graphics - all the "hostdev" bits.  The bit I edited was the line    <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x1'/>

    I don't have the graphics & audio bound to VFIO. 

    I don't think that the whole script will help -  I've not got a full understanding of what it does, and it's probably a bit of a mess due to previous changes to this machine.

    The important points are Q35 Seabios, no other devices (add them later),  get remote desktop working first (whilst graphics are VNC) so you can log in remotely if the display doesn't work (after you've changed the graphics) then you can check device manager and reboot. 

     

     

  8. 16 minutes ago, q3bing said:

     

    Thanks a lot! Now at least I know there's a possibility to work, and I'll play around with some settings as well. 

    Looking forward to your update.

    OK, so I couldn't resist having another go. This is what I've done and the issues

    Made sure the AMD Cezanne graphics and driver were uninstalled from the VM

    Added the GPU and audio to the VM

    Fiddled with the Advanced settings xml so that the passed through audio bus was the same as the graphics, and the function was 0x1 (sort of matching the devices pre-passthrough). This might not be necessary if we're not installing drivers.

    Booted up the VM.

    Black screens and nothing.

    But, I could remote desktop into the VM, so I did that and rebooted it.

    It came up with a screen.

    Made sure the keyboard & mouse was attached, and logged in.

    Rebooted - came up straight away with the screen. Changed the resolution to match the monitor, rebooted and it's still good.

    Shut it down, then rebooted and all fine.

    I even tried pausing the VM from unraid then starting it and that worked.

     

    So - quite successfull.

    But - I can only see one monitor and I have two plugged in (I think both connections are plugged in at the server anyway!).

    Display adapter in Device Manager shows "Microsoft Basic Display Adapter". Obviously not making the most of the chip, but it's perfectly usable.

     

    I'm not going to go further and try to install any driver updates as it's got a high probability of jamming something and the server might require a hard reboot.

    It's possible to get this far.

    Good luck!

     

  9. 13 minutes ago, q3bing said:

    Can you pls provide some more detail of how you got passthrough to work on Windows VM initially (w.o drivers)?

    Can't remember exactly, but VM is Q35-5.1 (latest Q35 for 6.9.2) with SeaBIOS. I think that some time ago I had to move from i440fx to Q35 to get a GPU passthrough working.

    I've not tried much recently as I don't want to crash the machine again, but I think the first try I hadn't even done the VFIO binding.

    Tempted to have another try to see if I can get something basic working without the drivers that doesn't crash the system following a VM shutdown / startup. Will post back when I do that.

  10. Have just upgraded to this CPU with the aim of removing a graphics card and reducing power consumption, but still hoping to pass through to a Windows VM.

    Initial passthrough worked OK (I think). (I have not tried to mess with the GPU bios.) Then trying to install the drivers I had some problems. Driver install seemed to hang, then once I'd got round that (possibly), then I found that turning off the VM caused horrible problems with CPU usage going crazy and the system becoming unresponsive. A reboot was the only solution.

    Since then I've avoided this hoping that there will be some fixes in a new driver, or in 6.10 (not ready to try a beta build yet as I only have the one server). I have meddled with an Ubuntu VM, but couldn't get that to pass through. Am tempted to try doing a clean windows install to see what happens, but am wary of locking everything up again, also might try and see how I can get on without drivers as I'm not worried about gaming - just occasional desktop use.

    I hadn't considered dumping the bios might help as I haven't needed to go that route before with a stand alone (very old) AMD card that I passed through. 

    Don't really want to put the old card back in, but that thought has crossed my mind.

     

    Interested to follow this and see what progress is made.

  11. ing Chia...
    ey at path: /root/.chia/mnemonic.txt
    ey at path: /root/.chia/mnemonic2.txt
    ot directory "/plots".
    ot directory "/plots1".
    ot directory "/plots2".
    ot directory "/plots3".
    ot started yet
    daemon
    vester: started
    mer: started
    l_node: started
    let: started
    annot create directory '/root/.chia/flax': File exists
    ing Flax...
    ey at path: /root/.chia/mnemonic.txt
    ey at path: /root/.chia/mnemonic2.txt
    ot directory "/plots".
    ot directory "/plots1".
    ot directory "/plots2".
    ot directory "/plots3".
    ot started yet
    daemon
    vester: started
    mer: started
    l_node: started
    let: started
    ing Plotman...
    ing Chiadog...
    Chiadog...
    ing Flaxdog...
    Flaxdog...
    Machinaris API server...
    Machinaris Web server...
    d startup. Browse to port 8926.

    I might have restarted the docker since - not sure sorry.

    With the usual first few characters cut off - If you know where I can get all the output I'll update it.

     - still getting plotting failures. This page https://github.com/madMAx43v3r/chia-plotter/issues/574 seems to suggest it may be RAM related. I have had some other crashes with the intense processing (otherwise the server is stable, but only lightly used), so I might do a full reboot and see what I can tweak.

  12. 11 minutes ago, localh0rst said:

    thanks for the suggestion, unfortunately this didn't help. seems something is wrong with the plotman.yaml?

    Sorry, that's something that took me a while to get right, and I couldn't see what was wrong with it. I'd suggest you try to revert to defaults and as simple as possible. Check the drive paths are mapping to where they should be.

    Can't offer any more help as I don't know enough...

  13. 8 hours ago, Spazhead said:

     

    what i do to monitor temp drive space is open several terminal windows and run the following command in each one

     

    1st terminal - watch -n10 du -sh /mnt/plotting  <--- put your directory here for tmp 1

    2nd terminal - watch -n10 du -sh /mnt/ram  <--- put your directory here for tmp 2

     

    Nice. Haven't seen that before. I couldn't seem to open two windows of the unraid docker console, but I did find I could just use the command   watch -n10 du -sh /plotting /plotting2       and it watches both folders in one window.

  14. Thanks for your reply. Seems like the runs are crashing sometimes. The tempdirs have files from different runs leftover in them.

    I've just checked my config against the wiki  sample (was doing that as I saw your previous post).

    I've got max jobs set to 1, but had the staggers set differently - might have been causing the issue.

    I've got the threads set to 4 - I've only got 5 pairs of cores available  (Ryzen 2600 with a pair pinned in case a VM wants a look-in) and it does tend to run them at about 90%. Perhaps this needs taking down from the default? - I'll see how it goes with the default stagger options before reducing it.

     

    Thanks again for everything your doing with this.

     

  15. 47 minutes ago, Helmonder said:

    The files are still in the temp folder and the screen still shows the old plot:

     

    It also took me some time to get MadMax plotting to work. I also think there's an issue that it's not clearing temp folders up.

    I've got two ssds that I'm using and have one of them as the primary temp, and one as tmp2. They are slowly filling up until plotting stops. 

     

    After it's all ground to a halt - see plotting and plotting2 :

    root@Tower:/# df -h
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/nvme0n1p1  932G  673G  259G  73% /
    tmpfs            64M     0   64M   0% /dev
    tmpfs            32G     0   32G   0% /sys/fs/cgroup
    shm              64M   60K   64M   1% /dev/shm
    shfs            3.7T  893G  2.8T  24% /plots
    /dev/sde1       447G  313G  135G  70% /plotting
    /dev/nvme0n1p1  932G  673G  259G  73% /id_rsa
    /dev/sdf1       447G  447G   24K 100% /plotting2
    /dev/sdb1       7.3T  7.2T  153G  98% /plots2
    /dev/sdc1       7.3T  7.2T  153G  98% /plots3
    tmpfs            32G     0   32G   0% /proc/acpi
    tmpfs            32G     0   32G   0% /sys/firmware

     

    I'm having to stop plotting, clear the files, and start it off again. Don't know if this is a MadMax or Machinaris issue. @guy.davis ??

    This is still faster than the chia plotter, I don't have much diskspace left...