tamito

Members
  • Posts

    40
  • Joined

  • Last visited

Posts posted by tamito

  1. I got two questions on Shrink array and config Syslinux.

     

    1. I shrink the array by removing one drive. How can I make disk name to have consecutive number?

     

    2. I just got new CPU and motherboard. So I guess previous syslinux configuration is not valid anymore. What is the default one?

    disk.png

    sys.PNG

  2. 13 hours ago, Kishin said:

    Hello, since the last update, all TVs can't connect to my server. But PCs are fine.

    In my logs i have : "Critical: libusb_init failed"

     

    Any ideas or should i just roll back to previous version?

     

    Thanks.

     

    I also experience the same issue as you. All android device can't connect to plex. ios can.

  3. @timmyx I tagged the wrong person. 

     

    Thank you for the solution. Do you encounter similar issue on downloading subtitle and cause too many connection error?

     

    ERROR: Unable to download webpage: HTTP Error 429: Too Many Requests (caused by ); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
    WARNING: video doesn't have subtitles
    WARNING: No subtitle format found matching "srt" for language en, using vtt
    ERROR: unable to download video data:
    WARNING: video doesn't have subtitles

     

  4. I have an issue when running rclone_mount script. It can't create gdrive_media_vfs inside mount_rclone folder. I check mount_rclone from krusade. It has ghost gdrive_media_vfs existed. What should I do?

     

    Script location: /tmp/user.scripts/tmpScripts/rclone_mount/script
    Note that closing this window will abort the execution of this script
    21.01.2021 10:12:03 INFO: Creating local folders.
    mkdir: cannot stat '/mnt/user/mount_rclone/gdrive_media_vfs': Transport endpoint is not connected
    21.01.2021 10:12:03 INFO: Creating MergerFS folders.
    21.01.2021 10:12:03 INFO: *** Starting mount of remote gdrive_media_vfs
    21.01.2021 10:12:03 INFO: Checking if this script is already running.
    21.01.2021 10:12:03 INFO: Script not running - proceeding.
    21.01.2021 10:12:03 INFO: *** Checking if online
    21.01.2021 10:12:04 PASSED: *** Internet online
    21.01.2021 10:12:04 INFO: Mount not running. Will now mount gdrive_media_vfs remote.
    21.01.2021 10:12:04 INFO: Recreating mountcheck file for gdrive_media_vfs remote.
    2021/01/21 10:12:04 DEBUG : rclone: Version "v1.53.4" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "copy" "mountcheck" "gdrive_media_vfs:" "-vv" "--no-traverse"]
    2021/01/21 10:12:04 DEBUG : Creating backend with remote "mountcheck"
    2021/01/21 10:12:04 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf"
    2021/01/21 10:12:04 DEBUG : fs cache: adding new entry for parent of "mountcheck", "/"
    2021/01/21 10:12:04 DEBUG : Creating backend with remote "gdrive_media_vfs:"
    2021/01/21 10:12:04 DEBUG : Creating backend with remote "gdrive:crypt"
    2021/01/21 10:12:05 DEBUG : mountcheck: Modification times differ by -5m13.245271688s: 2021-01-21 10:12:04.210271688 -0800 PST, 2021-01-21 18:06:50.965 +0000 UTC
    2021/01/21 10:12:06 INFO : mountcheck: Copied (replaced existing)
    2021/01/21 10:12:06 INFO :
    Transferred: 32 / 32 Bytes, 100%, 23 Bytes/s, ETA 0s
    Transferred: 1 / 1, 100%
    Elapsed time: 2.4s
    
    2021/01/21 10:12:06 DEBUG : 4 go routines active
    21.01.2021 10:12:06 INFO: *** Creating mount for remote gdrive_media_vfs
    21.01.2021 10:12:06 INFO: sleeping for 5 seconds
    2021/01/21 10:12:06 NOTICE: Serving remote control on http://127.0.0.1:5572/
    2021/01/21 10:12:07 Fatal error: Can not open: /mnt/user/mount_rclone/gdrive_media_vfs: open /mnt/user/mount_rclone/gdrive_media_vfs: transport endpoint is not connected
    21.01.2021 10:12:11 INFO: continuing...
    21.01.2021 10:12:11 CRITICAL: gdrive_media_vfs mount failed - please check for problems. Stopping dockers
    plex

     

  5. Hi Kru-x

    It installed successfully. However, when I run it, log file shows

     

    MongoError: database name must be a string
    at Function.create (/build/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb-core/lib/error.js:43:12)
    at validateDatabaseName (/build/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/operations/db_ops.js:720:22)
    at new Db (/build/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/db.js:182:3)
    at MongoClient.db (/build/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/mongo_client.js:237:14)
    at packages/mongo/mongo_driver.js:186:25
    at runWithEnvironment (packages/meteor.js:1286:24)