Jump to content

KJThaDon

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by KJThaDon

  1. On 1/10/2021 at 3:36 AM, jesta said:

    Setup:

    • Ryzen 5 2600x
    • MSI B450m Mortar
    • RX 5700XT in first PCIE slot (3.0x16, for gaming VM)
    • GT 710 1Gb in third PCIE slot (2.0x1 via chipset, for UnRAID)

    I can enable GOP to get the system to POST on the GT 710 by switching to UEFI mode. When booting UnRAID in GUI mode the server comes up fine and prints the boot process on screen but when the GUI should start all I get is a blank screen with the cursor blinking in the upper left corner. emhttp is running per '$ ps aux | grep emhttp' and I can reach the GUI from a different machine.

    I have tried with 'nomodeset' in the syslinux config which didnt change anything.

    I have booted Unraid 6.9 RC2 from a different thumb drive and it has the same result.

    Am I just out of luck with yet ANOTHER incompatible hardware setup (NVME drive can't be passed through, GPU has the AMD reset bug) or is there anything left to try?

    tower-diagnostics-20210110-0900.zip 114.33 kB · 0 downloads

    Did you ever figure this out?

    Trying to boot GUI to my second gpu (the GT 710 x1), but have also got the blinking cursor..

  2. On 1/25/2022 at 6:31 AM, stayupthetree said:

    Yooo. Thank you! Op maybhave moved on. But you dropping in an answer to and old question will help future people who search like did for answers. We typically find "no one ever helped" or "nevermind figured it out" without any actual solutions.

     

    Thank Thank Thank you

    I was actually just searching on a way to do this also. Can you give some of use more beginner docker users some clarification on how to do this?

    I created the folders and script files in appdata
    I created the docker run script in my user scripts

     

    but don't know how to install and where to go and configure for node and the sabnzbd node module.

     

    Any help is appreciated!

  3. 10 hours ago, KJThaDon said:


    I have never touched that file. Maybe it was just a failed/interrupted update in the past? I have edited it with those 4 lines and it seems to have updated now! Rebooting server and will report back if all is well.

    Thank you!


    Just wanted to say it's all good now after the file edit. Still not sure what happened exactly, but I was able to update to v525.78.01 today.

    Thank you!

    • Like 1
  4. 1 hour ago, ich777 said:

    Yeah, there are pretty much all entries missing.

    Do you maybe have edited it manually at some point in the past?

    If so, all values must be in there like mentioned below.

     

    Do you know how to edit this file in the terminal? In your case it should look like this:

    first_installation=false
    driver_version=520.56.06
    disable_xconfig=true
    update_check=false

    (I assume that you are booting into GUI mode with the Display attached to the Nvidia card, if not change the line disable_xconfig to: disable_xconfig=false)


    I have never touched that file. Maybe it was just a failed/interrupted update in the past? I have edited it with those 4 lines and it seems to have updated now! Rebooting server and will report back if all is well.

    Thank you!

    • Like 1
  5. 28 minutes ago, ich777 said:

    Can you also give me the output from:

    /boot/config/plugins/nvidia-driver/settings.cfg

     

    I think the settings file is messed up but I'm not too sure, I really can't tell what's going on there the output from the other files are also fine and displaying the right version numbers.

     

    update_check=false

  6. 32 minutes ago, ich777 said:

    You already have installed driver version 520.56.06 from what I see from your Diagnostics.

     

    What happens when you try to set it to a static version instiead of latest?

     

    I did try that a few times also. No difference. Odd that it's showing I have the latest installed, but not on the UI.
     

    8 minutes ago, ich777 said:

    Can you open up a terminal from Unraid, issue the following command and send me the output:

    cat /tmp/nvidia_*

     

    From your syslog I see nothing obvious which is preventing the plugin from how it should work, something seems to be wrong anyways on your system, I'm really curious what is wrong there.

     

    Have you yet tried to reboot and see if it's the same after a reboot?


     

    CUR_PRB=525.60.11
    LAST_PRB=515.86.01
    
    CUR_NFB=520.56.06
    LAST_NFB=495.46
    
    UPDATED=2023-01-05T07:05Z
    470.141.03
    515.76
    515.86.01
    520.56.06
    525.53
    525.60.11
    525.60.13


    I will try rebooting again and see what it's showing.

    Thank you

  7. Getting this when trying to update by selecting latest radio button

    +==============================================================================
    | WARNING - WARNING - WARNING - WARNING - WARNING - WARNING - WARNING - WARNING
    |
    | Don't close this window with the red 'X' in the top right corner until the 'DONE' button is displayed!
    |
    | WARNING - WARNING - WARNING - WARNING - WARNING - WARNING - WARNING - WARNING
    +==============================================================================

    ----------------Downloading Nvidia Driver Package v470.141.03-----------------
    ---------This could take some time, please don't close this window!------------

    ---------------Can't download Nvidia Driver Package v470.141.03----------------

    Any ideas?


     

    Screenshot_1.png

    Screenshot_2.png

  8. 22 hours ago, koshia said:

    I would like to request a digital asset management platform - phraseanet.

     

    Information on product: https://www.phraseanet.com/en/

    Docker deployment Instructions: https://github.com/alchemy-fr/phraseanet-docker

     

     

    Thank you!

     

    I actually just requested this from @ich777 and he had it done the same day. Amazing. it's on CA now!
    Donating to him now if anyone else is interested too. https://unraid.net/blog/want-an-unraid-case-badge

    • Like 1
  9. Started getting some notices today when I had a few people streaming that my docker utilization was high (75%). Checked with docker system df -v what was high in usage and noticed Plex was around 10gb. Thinking of either moving it to RAM or an unassigned SSD, but wanted to see if my config looked right first.

    Plex settings is /transcode
    Docker below
    image.thumb.png.5e238010d69703a6a39da1c7dedd9139.png

  10. Anyone know where I can change the default error file locations?

    I've tried adding something like this to one of my .conf

     

    Nevermind. I fixed it below. Didn't have correct volume mapping path.

     

    error_page 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 421 422 423 424 425 426 428 429 431 451 500 501 502 503 504 505 506 507 508 510 511 /error.html;
    
    location = /error.html {
    
      ssi on;
      internal;
      auth_basic off;
      root /config/www;
    }

     

  11. On 5/6/2020 at 7:06 AM, Squid said:

    First off, /mnt/cache doesn't exist remotely and you'd have to do it via an smb share

    Yes, I understand that. It was just an example because I am almost certain using that PHP code it does not pull external values. 

    Anyone have any idea how to pull those values remotely? Also maybe like uptime counter?

    Thanks

  12. Looking to run some code on an external host to calculate my local unraid disk size etc. This is some code I've done in PHP, however I do not think it's possible to do this remotely with this technique. Anyone have any ideas or suggestions?

     

    <?php
    
    $dt = disk_total_space( '/mnt/cache' );
    $df = disk_free_space( '/mnt/cache' );
    
    $du = $dt - $df;
    $dp = sprintf( '%.2f', ( $du / $dt ) * 100 );
    $df = formatSize( $df );
    $du = formatSize( $du );
    $dt = formatSize( $dt );
    
    function formatSize( $bytes ) {
      $types = array( 'B', 'KB', 'MB', 'GB', 'TB' );
      for ( $i = 0; $bytes >= 1024 && $i < ( count( $types ) - 1 ); $bytes /= 1024, $i++ );
      return ( round( $bytes, 2 ) . " " . $types[ $i ] );
    }
    
    ?>



     

×
×
  • Create New...