AlexMex

Members
  • Posts

    29
  • Joined

  • Last visited

Posts posted by AlexMex

  1. @samsausages thanks for those scripts. I got to make small changes to get it work

     

    pfsense script refers to /mnt/certs

    # Array of local directories to save files to
    LOCAL_DIRS=(
      "/mnt/certs"
      # Add more directories here as needed
    )

     

    and unraid one to

    # Define the source directory where the certificates are stored
    source_dir="/mnt/user/certs"

     

    In pfSense 2.7 rsync is not installed so I change

     rsync -avz -e ssh "$SSH_USER@$SSH_HOST:$REMOTE_DIR/" "$dir"

    by

    scp $SSH_USER@$SSH_HOST:$REMOTE_DIR/towername* $dir

     

    The bad point is that my user needs admin rights in pfSense to execute scp command.

     

  2. I recently made a try with esxi 7 but without success, I got nic (using vmxnet3 or e1000 as the network card instead of virtio) to work but I didn't found a way to detect hard drive. However I have been able to install esxi 6.7  thanks to this

    https://www.cloudgardens.eu/blog/vmware-esxi-running-under-qemu-kvm/

    It was working but not properly. I'm frequently losing network connection. I have been able to copy isos to the datastorage but I've not been able to copy a VM through vcenter standalone converter.

    For now I have to keep my esxi server.

     

     

    I take a look at the guide from  @SpaceInvaderOne and download the scripts. They are not working for AMD. Next changes have to be done:

    In "Nested Off" folder, file "script" replace:
    Line 19
                elif [ "$pushnotifications" -eq 2 ]; then
    by
                elif [ "$cputype" -eq 2 ]; then

    The same in "Nested On" folder, file "script" on line 20
                elif [ "$pushnotifications" -eq 2 ]; then

     

     

  3. 8 hours ago, trurl said:

    Bad RAM is a possible reason for post-read fail. Have you done memtest?

    No, I don't. I have updated the bios of my motherboard  as server crashes unexpectedly on next day. The motherboard is a Gigabyte X570 AORUS ULTRA with original bios F3 (so a very old AGESA) updated to version F12e. I have also added the zenstates c6-disable in the go file and until now server is running fine. I rerun preclear yesterday and it complete successfully.

    I will check RAM with memtest (4x16 Gb of Corsair Vengeance, that was the only memory listed on compatibility list I have been able to find).

     


  4.                                                                                                                           
                                            unRAID Server Preclear of disk ZCT1JRKC                                           
                                           Cycle 1 of 1, partition start on sector 64.                                        
                                                                                                                              
                                                                                                                              
       Step 1 of 5 - Pre-read verification:                                                  [11:26:10 @ 145 MB/s] SUCCESS    
       Step 2 of 5 - Zeroing the disk:                                                       [11:12:21 @ 148 MB/s] SUCCESS    
       Step 3 of 5 - Writing unRAID's Preclear signature:                                                          SUCCESS    
       Step 4 of 5 - Verifying unRAID's Preclear signature:                                                        SUCCESS    
       Step 5 of 5 - Post-Read verification:                                                                          FAIL    

                                  Cycle elapsed time: 28:28:30 | Total elapsed time: 28:28:31                                 
                                                                                                                              
                                            S.M.A.R.T. Status (device type: default)                                          
                                                                                                                              
                                                                                                                              
       ATTRIBUTE                    INITIAL  STATUS                                                                           
       5-Reallocated_Sector_Ct      0        -                                                                                
       9-Power_On_Hours             31       -                                                                                
       183-Runtime_Bad_Block        0        -                                                                                
       184-End-to-End_Error         0        -                                                                                
       187-Reported_Uncorrect       0        -                                                                                
       190-Airflow_Temperature_Cel  35       -                                                                                
       197-Current_Pending_Sector   0        -                                                                                
       198-Offline_Uncorrectable    0        -                                                                                
       199-UDMA_CRC_Error_Count     0        -                                                                                
                                                                                                                              

       SMART overall-health self-assessment test result: PASSED                                                               


    --> FAIL: Post-Read verification failed. Your drive is not zeroed.

     

    I execute the preclear on two disks at same time and got same result :(

  5. I read in a post that a way to install the video driver was to add the physical GPU as a second card (I keep VNC as first card) then I have been able to install the AMD drivers and now my video card works perfectly. But issue remains with USB controller. It's dead, I can use the VNC emulated keyboard / mouse to use the VM but physical USB ports refuse to work.

     

     

  6. Hello,

     

    I have a Rampage IV Extreme with a 3830K that has been running for several years under ESXi 5 (5.0 or 5.5) running three VMs with GPU/USB passthrough. It was not perfect because RESET function was not working on some passthrough devices and from time to time it was necessary to reboot the server. My USB dies 😔 and I decide to give a try with Unraid.

    I already have a ryzen 2700X / Asus Prime X470-Pro hosting a VM Windows 7 with GPU/USB passthrough (AMD HD6870). It has been very easy to setup.

     

    So I start playing with VFIO stuff adding devices in syslinux configuration (append pcie_acs_override=downstream,multifunction pci-stub.ids=8086:108a vfio-pci.ids=8086:108a) to split IOMMU group and make available some devices to my VMs. I take some time identifying all my USB ports.

    At that point I was able to passthrough USB ports to my VMs. Unfortunately I have not been able to do the same with GPU.

    I read on another site it was necessary to dump the VBios (but at anyplace I found why). I did it, add the dumped bios to the VM configuration but nothing change.

    Windows seems to start normally, I can see the login screen on my monitor. But USB devices (mouse and keyboard) are not responsive, I noticed on my 2700X that keyboard and mouse are available later, maybe 15 or 20s. In this case they seems to be stuck forever even if I can see the led are on so I kn. As I setup RDP in the VM I am able to shut it down properly. 

     

    I have no more idea on what to do now. Any suggestion is welcome. Unraid version is 6.8.3 with a Basic license.

     

    Thanks in advance

     

     

  7. I am setting up a new Unraid server. I have created a VM template. Install Windows 7 (required by the old application I need). I save and install windows.  Then I enable passthrough for an USB controller. I try to edit then VM template but no way. Updating...

    I delete the VM and start again.

     

    Will this be corrected some day? I am getting this issue since I install Unraid almost two years ago.

  8. Hi,

     

    Saturday evening I saw on my unraid server a warning about a smart error on my SSD cache drive. As I already got one a month ago I go directly to drive properties to see what was happening. Two attributes were in yellow:

    Attribute 5 - Reallocated sector count : 11 (a month ago at first alarm it was at 6)

    Attribute 194 - Temperature celsius : 51

     

    I saw on youtube a Spaceinvader One video about changing a cache drive on Unraid so I was thinking to follow his video to replace my SSD. So far I have just stopped VM and VM manager. I also started a backup of domain folder with krusader but I am having an error (cannot read vdisk1.img) on 3 VMs. So I was thinking to do a fsck or something similar (I guess scrub replace fsck on btrfs filesystem, please correct me if I am wrong)

    I will wait my backup to complete (728/893.5GB so far)   before running scrub.

     

    Is there anything else I can do?

     

    BR

     

     

  9. On my 1700x I have the 4 Windows 10 VMs, one Windows 2016 server and also 2 Windows 7 VM running all at the same time and it's almost acceptable. WSUS is a bit short in memory so I have to take care when filtering update.

     

    3 of the Win 10 VMs are dedicated to a specific project so I will have them running from time to time as well as the MAC Os VM and a Windows 2016 server.

    3 Win 10 VMs, Win10 VM with passthrough and my main Windows 2016 server (WSUS, SQL Server) should be running all the time.

    I found the AORUS Ultra version and I already bought hardware with this provider so it could be a good option

    For recent Mac OS which AMD card is easy to passthrough?

  10. Hello,

     

    I am currently running an unraid server based on a Ryzen 1700 / Asus Prime Pro X370 / 32GB / 3 x 6TB + 1 parity / 1 TB ssd for VMs.

    I have 4 Win 10 VMs + one Windows 2016 server.

    I also have a Windows 10 computer with a 2600K / 16GB ram for my daily work with GTX2060.

     

    I would like to build a new unraid server based on a ryzen 3900X / 64GB of ram. I'm still not decided for the motherboard. What I need is:

    6 Win 10 VMs (6x4GB of ram) + 2 Windows 2016 server (6GB / 4GB of ram)

    1 Win 10 VM with GTX2060 passthrough (16GB of ram)

    1 Mac OS VM to run XCode and connect  iPhone / iPad.  I have a GT1060, can I passthrough it or should I consider another graphic card for the Mac OS VM?

    Gigabyte AORUS Elite X570 is available in Mexico (I don't have so many options of motherboard here) and I would like to know if I can achieve my setup with this motherboard.

    I will keep same HDD drives but will add 2 x Intel consumer 660p 2TB for my VMs.

     

    Thanks for your comments / suggestions

  11. I have just updated to unraid 6.8.0 and try again to use svn that comes inside the nerd tools. But as last year I can't. I'm getting error of missing libraries. First time the error was: libserf-1.so.1: cannot open shared object file: No such file or directory

    I found in nerdpack a serf package and install it. Error change to: libutf8proc.so.2: cannot open shared object file: No such file or directory

    got it in nerdpack too: utf8proc-2.4.0-x86_64-1.txz

    repeat this again with apr-util-1.6.1-x86_64-7.txz

    and now I am falling on: libmariadb.so.3: cannot open shared object file: No such file or directory

    but this time I can't find it in nerdpack.

     

    First question: Is there a way to see dependencies of some package inside nerdpack?

    According to https://pkgs.org/download/subversion

    and to content of /etc/slackware-version (14.2+) I suppose correct svn version should be 1.9.4 or 1.9.7

    Version listed in nerdpack is 1.11.

    Second question: Am I wrong or version included in nerdpack is wrong.

     

    Any help will be really appreciated.

  12. Hello, I'm getting the error "unRAID's signature on the MBR failed - Aborted". I have followed suggestion found in the forum (check hdd is properly installed, test several cable, change sata port, even hard disk).

    Attached is the smart report from the first seagate disk I tried to add.

     

    Any suggestion will be greatly appreciated to resolve this. My array is at 94%.

     

    tower-smart-20191123-1417.zip

  13. I download from slackware 14.2 repository icu4c-56.1-x86_64-2.txz  and execute

    upgradepkg --install-new icu4c-56.1-x86_64-2.txz

    Executing install script for icu4c-56.1-x86_64-2.txz.
    Package icu4c-56.1-x86_64-2.txz installed.

    Package icu4c-60.2-x86_64-1 upgraded with new package ./icu4c-56.1-x86_64-2.txz.

     

    Now both versions seems to be present in the /usr/lib64 folder.

    Can it generate issues?

  14. Hello, I was looking for a svn docker and saw version 1.9.5 was include in the Nerd Pack so I try to use it. I got an issue already discussed at page 31 of this thread (apr-utils make it as mentioned in the thread) but now I am getting an issue with the libicui18n.so.56 and other shared libraries from the ICU library. Svn is trying to use version 56 when unraid seems to include version 60.2 according to this

     

    ther error:

    svn: error while loading shared libraries: libicui18n.so.56: cannot open shared object file: No such file or directory

     

    On another thread I discover ldd and got this when running it:

            linux-vdso.so.1 (0x00007fff51bfb000)
            libsvn_client-1.so.0 => /usr/lib64/libsvn_client-1.so.0 (0x0000147f6f238000)
            libsvn_wc-1.so.0 => /usr/lib64/libsvn_wc-1.so.0 (0x0000147f6ef86000)
            libsvn_ra-1.so.0 => /usr/lib64/libsvn_ra-1.so.0 (0x0000147f6ed78000)
            libsvn_diff-1.so.0 => /usr/lib64/libsvn_diff-1.so.0 (0x0000147f6eb62000)
            libsvn_ra_local-1.so.0 => /usr/lib64/libsvn_ra_local-1.so.0 (0x0000147f6e958000)
            libsvn_repos-1.so.0 => /usr/lib64/libsvn_repos-1.so.0 (0x0000147f6e721000)
            libsvn_fs-1.so.0 => /usr/lib64/libsvn_fs-1.so.0 (0x0000147f6e515000)
            libsvn_fs_fs-1.so.0 => /usr/lib64/libsvn_fs_fs-1.so.0 (0x0000147f6e2c6000)
            libsvn_fs_x-1.so.0 => /usr/lib64/libsvn_fs_x-1.so.0 (0x0000147f6e073000)
            libsvn_fs_base-1.so.0 => /usr/lib64/libsvn_fs_base-1.so.0 (0x0000147f6de44000)
            libsvn_fs_util-1.so.0 => /usr/lib64/libsvn_fs_util-1.so.0 (0x0000147f6dc40000)
            libsvn_ra_svn-1.so.0 => /usr/lib64/libsvn_ra_svn-1.so.0 (0x0000147f6da20000)
            libsvn_ra_serf-1.so.0 => /usr/lib64/libsvn_ra_serf-1.so.0 (0x0000147f6d7ee000)
            libserf-1.so.1 => /usr/lib64/libserf-1.so.1 (0x0000147f6d5d5000)
            libsvn_delta-1.so.0 => /usr/lib64/libsvn_delta-1.so.0 (0x0000147f6d3c2000)
            libsvn_subr-1.so.0 => /usr/lib64/libsvn_subr-1.so.0 (0x0000147f6d09c000)
            libmagic.so.1 => /usr/lib64/libmagic.so.1 (0x0000147f6ce7b000)
            libz.so.1 => /usr/lib64/libz.so.1 (0x0000147f6cc64000)
            libaprutil-1.so.0 => /usr/lib64/libaprutil-1.so.0 (0x0000147f6ca3a000)
            libexpat.so.1 => /usr/lib64/libexpat.so.1 (0x0000147f6c808000)
            libsqlite3.so.0 => /usr/lib64/libsqlite3.so.0 (0x0000147f6c4f5000)
            libicui18n.so.56 => not found
            libicuuc.so.56 => not found
            libicudata.so.56 => not found
            libdb-4.4.so => /lib64/libdb-4.4.so (0x0000147f6c1e6000)
            libldap-2.4.so.2 => /usr/lib64/libldap-2.4.so.2 (0x0000147f6bf9d000)
            libsasl2.so.3 => /usr/lib64/libsasl2.so.3 (0x0000147f6bd81000)
            libssl.so.1 => /usr/lib64/libssl.so.1 (0x0000147f6bb0e000)
            libcrypto.so.1 => /usr/lib64/libcrypto.so.1 (0x0000147f6b6af000)
            liblber-2.4.so.2 => /usr/lib64/liblber-2.4.so.2 (0x0000147f6b4a1000)
            libresolv.so.2 => /lib64/libresolv.so.2 (0x0000147f6b287000)
            libapr-1.so.0 => /usr/lib64/libapr-1.so.0 (0x0000147f6b054000)
            libuuid.so.1 => /lib64/libuuid.so.1 (0x0000147f6ae4d000)
            librt.so.1 => /lib64/librt.so.1 (0x0000147f6ac45000)
            libcrypt.so.1 => /lib64/libcrypt.so.1 (0x0000147f6aa0d000)
            libpthread.so.0 => /lib64/libpthread.so.0 (0x0000147f6a7ee000)
            libdl.so.2 => /lib64/libdl.so.2 (0x0000147f6a5ea000)
            libc.so.6 => /lib64/libc.so.6 (0x0000147f6a200000)
            libicui18n.so.56 => not found
            libicuuc.so.56 => not found
            libicudata.so.56 => not found
            libicui18n.so.56 => not found
            libicuuc.so.56 => not found
            libicudata.so.56 => not found
            libicui18n.so.56 => not found
            libicuuc.so.56 => not found
            libicudata.so.56 => not found
            libicui18n.so.56 => not found
            libicuuc.so.56 => not found
            libicudata.so.56 => not found
            libicui18n.so.56 => not found
            libicuuc.so.56 => not found
            libicudata.so.56 => not found
            libicui18n.so.56 => not found
            libicuuc.so.56 => not found
            libicudata.so.56 => not found
            libicui18n.so.56 => not found
            libicuuc.so.56 => not found

           libicudata.so.56 => not found
            libicui18n.so.60 => /usr/lib64/libicui18n.so.60 (0x0000147f69d41000)
            libicuuc.so.60 => /usr/lib64/libicuuc.so.60 (0x0000147f69981000)
            libicudata.so.60 => /usr/lib64/libicudata.so.60 (0x0000147f67dd9000)
            libm.so.6 => /lib64/libm.so.6 (0x0000147f67a3e000)
            /lib64/ld-linux-x86-64.so.2 (0x0000147f6f4a4000)
            libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x0000147f676c0000)
            libgcc_s.so.1 => /usr/lib64/libgcc_s.so.1 (0x0000147f674a9000)


    What should I do?

     

  15. After executing the modprobe it87 force_id=0x8620

    I go to System temp plugin, enter IT87 then press Load Drivers button and I have four options for processor temperature, the same for mainboard temp and only option for the array fan speed.

    So effectively I have something but I don't know what. Which temperature is processor temp, which is mainboard temp? What are others?

     

    As I have another issue (big one with my latin keyboard that I can't get working)  I did not look further on this.

    • Like 1
  16. I have received my new hardware to move from my testing unraid server to my "production server". I have installed unraid and I add some plugin (Fix Common Problems, Nerd Tools, Dynamix Stats / Info / Temp) and everything works well except temperatures information.

    I follow the threads

     

    And finally make it works. This information is more than one year old (was for unraid 6.3) and https://github.com/groeck/it87/issues/10  has disappeared. I was figuring out if there is now a better way to get this works.

     

    Regards,

     

     

    • Like 1
  17. if by "exec" in the container you mean open a console in the container, I did it.

     

    I find the explanation. There is no php.ini in the joomla docker. I got to create one in the root of the volume /mnt/user/appdata/joomla and now everything works perfectly. I have duplicated my template and I can run several joomla in parallel. That's really nice.

  18. Hello, I discover last month unraid and decide to give it a try. Today I have a nas4free box, an Esxi 5.5 and Esx 6.5 whitebox running few VMs.

    It seems that I can put everything in an unraid server. I have setup an array with 3x2TB HD and  a 1TB SSD for the cache. I have installed mariadb from Apps then phpadmin and joomla from the docker. I have setup joomla. restore a web site from another joomla instance and it works great.

    I decide to add an extension to joomla (kunena article comments) but it fails due to a size limit defined in the php.ini file. Here starts the nightmare. I can't find any php.ini file in my volume (no php.ini file returned from find / -name php.ini)

    From unraid terminal I did the same and here I find a couple of php.ini (4) in /var/lib/docker/btrfs/subvolumes, 2 in /mnt/user/appdata , 2 in mnt/cache/appdata.

     

    Getting a look at /mnt/user/appdata and mnt/cache/appdata it appears to be same location. Is it normal two have to different paths pointing at same place in unraid or did I do something wrong?

     

    under /var/lib/docker/btrfs/subvolumes I have arround 90 folders (long names made of hexa digits). I tried a docker prune -f to delete the useless folder but all of them seems to be part of my fourth dockers. I have not been able to find a way to list which subvolumes correspond to each docker. I googled a lot on that and didn't find the way to do it. Any help on that would be appreciated.

     

    Finally I need to update six php.ini files but it would be better if there is a way to identify which belongs to my joomla docker.