Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

francrouge

Members
  • Joined

  • Last visited

Everything posted by francrouge

  1. Ok cool thx Envoyé de mon Pixel 2 XL en utilisant Tapatalk
  2. 16go and reboot help so maybe its that ? Envoyé de mon Pixel 2 XL en utilisant Tapatalk
  3. Could it be unraid that is killing the process ? Because i can see that my ram usage is very high.. i dont know why but it seem to be that Envoyé de mon Pixel 2 XL en utilisant Tapatalk
  4. I did run unmout and mount script and ist wokring but it crashed 3 times today so far . Thx Envoyé de mon Pixel 2 XL en utilisant Tapatalk
  5. Do you have an idea why its doing that ? Thx Envoyé de mon Pixel 2 XL en utilisant Tapatalk
  6. Hi yes google_vfs exist but its only a file not folder I didn't not restart krusader now its a folder And for plex do you have to scan the library again or not ? thx
  7. Hi all still having some random issue Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt /usr/sbin/rclone: line 22: 21762 Killed rcloneorig --config $config "$@" Script Starting Fri, 17 May 2019 17:20:01 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt mkdir: cannot stat '/mnt/user/mount_rclone/google_vfs': Transport endpoint is not connected 17.05.2019 17:20:01 INFO: mounting rclone vfs. 2019/05/17 17:20:03 Fatal error: Can not open: /mnt/user/mount_rclone/google_vfs: open /mnt/user/mount_rclone/google_vfs: transport endpoint is not connected 17.05.2019 17:20:06 CRITICAL: rclone gdrive vfs mount failed - please check for problems. Script Finished Fri, 17 May 2019 17:20:06 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt Script Starting Fri, 17 May 2019 17:25:01 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt mkdir: cannot stat '/mnt/user/mount_rclone/google_vfs': Transport endpoint is not connected 17.05.2019 17:25:01 INFO: mounting rclone vfs. 2019/05/17 17:25:02 Fatal error: Can not open: /mnt/user/mount_rclone/google_vfs: open /mnt/user/mount_rclone/google_vfs: transport endpoint is not connected 17.05.2019 17:25:06 CRITICAL: rclone gdrive vfs mount failed - please check for problems. Script Finished Fri, 17 May 2019 17:25:06 -0400 Can someone tell me what should i do please thx Also in plex every media has a red trash what can i do ?
  8. It seem to be working i'm waiting for a transfert to start will see Edit: Its working now thx again
  9. Hi i think i might found the problem my ram was too high 98% and unraid killed the script. But since i cannot start the upload script. 13.05.2019 12:30:24 INFO: Exiting as script already running. Script Finished Mon, 13 May 2019 12:30:24 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/Upload - Rclone/log.txt #!/bin/bash ####### Check if script already running ########## if [[ -f "/mnt/user/appdata/other/rclone/rclone_upload" ]]; then echo "$(date "+%d.%m.%Y %T") INFO: Exiting as script already running." exit else touch /mnt/user/appdata/other/rclone/rclone_upload fi ####### End Check if script already running ########## ####### check if rclone installed ########## if [[ -f "/mnt/user/mount_rclone/google_vfs/mountcheck" ]]; then echo "$(date "+%d.%m.%Y %T") INFO: rclone installed successfully - proceeding with upload." else  echo "$(date "+%d.%m.%Y %T") INFO: rclone not installed - will try again later." rm /mnt/user/appdata/other/rclone/rclone_upload exit fi ####### end check if rclone installed ########## # move files rclone move /mnt/user/rclone_upload/google_vfs/ gdrive_media_vfs: -vv --drive-chunk-size 512M --checkers 3 --fast-list --transfers 2 --exclude .unionfs/** --exclude *fuse_hidden* --exclude *_HIDDEN --exclude .recycle** --exclude *.backup~* --exclude *.partial~* --delete-empty-src-dirs --fast-list --bwlimit 9500k --tpslimit 3 --min-age 30m # remove dummy file rm /mnt/user/appdata/other/rclone/rclone_upload exit
  10. Hi again I got this error i can't mount the script. mkdir: cannot create directory '/mnt/user/mount_rclone/google_vfs': File exists 04.05.2019 16:35:01 INFO: mounting rclone vfs. 2019/05/04 16:35:04 Fatal error: Can not open: /mnt/user/mount_rclone/google_vfs: open /mnt/user/mount_rclone/google_vfs: transport endpoint is not connected 04.05.2019 16:35:06 CRITICAL: rclone gdrive vfs mount failed - please check for problems. Script Finished Sat, 04 May 2019 16:35:06 -0400
  11. Good i will do that. Also just to let you know that it seem stable right now so a great thx for youre help ! Thx Envoyé de mon Pixel 2 XL en utilisant Tapatalk
  12. Can you tell me if the setting looks good for the cron job ? thx
  13. Great :) thx i'm going to try it tonight Envoyé de mon Pixel 2 XL en utilisant Tapatalk
  14. here you go thx mount.txt unmount.txt
  15. if i check my logs i always got this until i manually reset Script Starting Wed, 01 May 2019 18:50:01 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt 01.05.2019 18:50:01 INFO: Exiting script already running. Script Finished Wed, 01 May 2019 18:50:01 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt Script Starting Wed, 01 May 2019 18:55:01 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt 01.05.2019 18:55:01 INFO: Exiting script already running. Script Finished Wed, 01 May 2019 18:55:01 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt Script Starting Wed, 01 May 2019 18:58:05 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt 01.05.2019 18:58:05 INFO: Exiting script already running. Script Finished Wed, 01 May 2019 18:58:05 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt
  16. What version of unraid you run ? Envoyé de mon Pixel 2 XL en utilisant Tapatalk
  17. Hi can you tell me if this is right ? is it correct setting ? rclone mount --allow-other --buffer-size 512M --dir-cache-time 72h --drive-chunk-size 512M --fast-list --log-level INFO --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit off gdrive_media_vfs: /mnt/user/mount_rclone/google_vfs &
  18. Hi guys I need help. My script stop working frequently like 1 time per 2-3 days. and I need to unmount and remount or reboot sometimes. Do you have a fix for that ? Also When this happend i lose all my movies in plex like i got over 3000+ and now i got only 3 wish are in my local storage. I need to manually scan the library again.. Did anyone experience this problem ? thx all
  19. i'm getting this error 2019/04/25 20:41:38 INFO : Google drive root 'crypt': Failed to get StartPageToken: googleapi: Error 401: Invalid Credentials, authError 2019/04/25 20:42:38 INFO : Google drive root 'crypt': Failed to get StartPageToken: googleapi: Error 401: Invalid Credentials, authError 2019/04/25 20:43:38 INFO : Google drive root 'crypt': Failed to get StartPageToken: googleapi: Error 401: Invalid Credentials, authError 2019/04/25 20:44:38 INFO : Google drive root 'crypt': Failed to get StartPageToken: googleapi: Error 401: Invalid Credentials, authError
  20. Hi guys my token seem to be expired.. Can someone tell me again how to renew it please Thx
  21. Hi guys I reboot my server and now my upload script won't start. I'm getting this /tmp/user.scripts/tmpScripts/upload/script: line 25: $'\357\273\277': command not found 26.03.2019 12:19:50 INFO: rclone not installed - will try again later. Script Finished Tue, 26 Mar 2019 12:19:50 -0400 but my rclone is installed i'm on 6.7.0 RC5 any idea ? thx
  22. Im in the same mind of @kaisac .. It needs time and patient. If you want help from others be respectful and positif even if its not working like you want. Also you need to put more information. We can't help you without this. Thank a lot Envoyé de mon Pixel 2 XL en utilisant Tapatalk
  23. I think i will go back to 6.6.6 i never had disconnection too so will see Its beta so maybe there something not working 100% Envoyé de mon Pixel 2 XL en utilisant Tapatalk
  24. Did you experience anything like that ? The mount is dropping off a few thime a day since the upgrade. I did put 10 min but it always tell me that the script is running when its not really (the mount script)
  25. Edit: for some reason it seem to work. what would you recommend to run this every day ? @DZMM Hi i'm getting error with you're cleanup script. rm: cannot remove '/mnt/user/mount_unionfs/google_vfs/.unionfs/ABCDE_HIDDEN~': Is a directory Do you have an idea ? do i need more permission ? thx

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.