niXta-

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by niXta-

  1. rar2fs is linked to libunrar.so.6.1.7. Running it gives: 

    rar2fs: error while loading shared libraries: libunrar.so.6.1.7: cannot open shared object file: No such file or directory.

     

    Either it needs to be compiled to libunrar.so or you need to:

    ln -s /usr/lib64/libunrar.so /usr/lib64/libunrar.so.6.1.7

    Would be nice to have it all set when installing from NerdTools.

     

    Thanks for all your hard work btw. Is there a way to send a 🍺?

  2. On 1/27/2020 at 7:12 PM, dmacias said:
    On 12/9/2019 at 3:24 PM, niXta- said:
    rar2fs has been updated to v1.28.0.
    Would be nice to get it in Nerd Tools since it has a big list of fixes, thanks!
    https://github.com/hasse69/rar2fs/blob/master/ChangeLog
     

    Finally got around to this. Had to redo the slackbuild since they changed the source. Updated rar2fs to 1.28.0 and unrar also to 5.8.5

    Thanks again, the new releases of rar2fs fixes many bugs and memory leaks. Can we get an update (1.29.4), pretty please?

  3.   

    8 hours ago, crazyhorse90210 said:

    For some reason I had a problem with line 241 in the new script where you check if CA Appdata is backing up or restoring. I had to remove the outside square brackets on the conditional in order for it to work... weird:

    
    # Check CA Appdata plugin not backing up or restoring
    	if [[ -f "/tmp/ca.backup2/tempFiles/backupInProgress" ] || [ -f "/tmp/ca.backup2/tempFiles/restoreInProgress" ]]; then

    kept getting this error:

    
    /tmp/user.scripts/tmpScripts/rclone_mount/script: line 241: syntax error in conditional expression
    /tmp/user.scripts/tmpScripts/rclone_mount/script: line 241: syntax error near `]'
    /tmp/user.scripts/tmpScripts/rclone_mount/script: line 241: `   if [[ -f "/tmp/ca.backup2/tempFiles/backupInProgress" ] || [ -f "/tmp/ca.backup2/tempFiles/restoreInProgress" ]] ; then'
    Script Finished Nov 17, 2020  16:41.15

    so i removed the outside brackets and it worked as such with no error:

    
    # Check CA Appdata plugin not backing up or restoring
    	if [ -f "/tmp/ca.backup2/tempFiles/backupInProgress" ] || [ -f "/tmp/ca.backup2/tempFiles/restoreInProgress" ]; then

     

     

    I also noticed this yesterday, it should either be with single brackets or double brackets.

    # Check CA Appdata plugin not backing up or restoring
        if [[ -f "/tmp/ca.backup2/tempFiles/backupInProgress" ]] || [[ -f "/tmp/ca.backup2/tempFiles/restoreInProgress" ]]; then

     

    @DZMM Hope you didn't chug it all at once ;)

  4. On 10/21/2020 at 3:57 PM, DZMM said:

    Best thing to do is move the files within gdrive so you don't hit the 750GB/day limit.

     

    I think the answer your config question is yes...if you've setup the SAs, you've done the hard bit.

    Thanks, moved in the web interface and hit no 750GB limit although google's readme indicated that.

     

    Yes, SA's is setup, group created, group added to the team/shared drive, SA json generated.

    I edited my old rclone gdrive_media_vfs mount, removed secrets, linked SA json and added team drive. Then I used the same crypt mount as before.

    Seems to work as expected, haven't tried to hit 750GB yet to check for sure though.

     

    Do you use separate rclone gdrive mounts for stream and upload? Are there any benefits of doing so?

  5. Amazing work on the scripts!

    It's been ages since I touch my mount scripts. I have never used team/shared drives nor service accounts.

    I've had a look at the "new" scripts and wonder what I need to do to get all new yummy features.

     

    I've created a shared drive and added the service account group to it. I already have a folder in "My Drive" with plenty of TB in it. Do I need to move it to the shared drive? Can I just move it from the drive.google.com interface? Does it only move 750GB/day as it says in the readme?

     

    The config should not be configured for service accounts, the upload script handles that, right? The only change to the conf should be team/shared drive "yes"?

  6. On 7/30/2019 at 1:52 AM, jonathanm said:

    Don't do that. Just attach them to your post. The whole diagnostics zip file that you download from the tools page.

     

    On 7/30/2019 at 3:26 AM, BRiT said:

     

    We'd rather not download arbitrary files from external and possibly questionable sites.

     

     

    Did you have time to take a look?

  7. 5 minutes ago, jonathanm said:

    Don't do that. Just attach them to your post. The whole diagnostics zip file that you download from the tools page.

    I'd rather not have them permanently here. Is there a specific reason you want them attached? It's literally just two clicks away and contains the whole diagnostic zip.

  8. Actually, scratch that, it was up after an unknown time, I hadn't enabled autostart on some dockers witch I was queering, so I thought It was still in the booting sequence.

    I waited about 5 min before leaving it and it seemed like it was stuck. Now when I'm back, I can see that it has been running.

    Any reboot atm. is very snappy and works fine.

  9. Hi!

    I’m running latest nvidia-version unraid (trial) on my z370  add to it has been running well for a few days.

    Today I restarted it but it got stuck at starting samba and isn’t up yet an hour later.

     

    see attached photo of the console.

     

    Anyone know what could cause this?

     

    050BCAD1-AFB9-42A6-8CE4-36884711F94D.jpeg

  10. 21 hours ago, niXta- said:

    Hi all, I can't seem to get quick sync to work.

     

    I have activated iGPU in my bios

    I have added modprobe 915 in my go file

    ls /dev/dri show: by-path/  card0  card1  renderD128  renderD129

    I have added --device=/dev/dri to my extra settings

    I have enabled hw encoding in plex settings

    I have plex pass

     

    Still hw wont show up in my plex dashboard. I have no problem getting it to transcode with nvenc from my GTX1660.

     

    unRaid Nvidia 6.7.2

    i5-8400

    32GB RAM

    Gigabyte Z370P D3, latest BIOS

     

    Any ideas?

    I've just downgraded to Nvidia 6.6.7 and have the same (PMS) error: "WARN Failed to find encoder 'h264_qsv'"

    Do you have to do anything special when using the Nvidia build and passing the iGPU for containers?

  11. Hi all, I can't seem to get quick sync to work.

     

    I have activated iGPU in my bios

    I have added modprobe 915 in my go file

    ls /dev/dri show: by-path/  card0  card1  renderD128  renderD129

    I have added --device=/dev/dri to my extra settings

    I have enabled hw encoding in plex settings

    I have plex pass

     

    Still hw wont show up in my plex dashboard. I have no problem getting it to transcode with nvenc from my GTX1660.

     

    unRaid Nvidia 6.7.2

    i5-8400

    32GB RAM

    Gigabyte Z370P D3, latest BIOS

     

    Any ideas?