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.

Semiconducted

Members
  • Joined

  • Last visited

  1. Probably a simple syntax issue, but I have tried every format and combination I could think of and still can't figure out how to sync between two shares on my local network. Setup: remote = Machine1 = unraid box with source media held in a SMB-shared user share "mc1media" local = Machine2 = unraid box running rclone, with disk share "mediasync" I don't see any errors, but any files I put in "mc1media/test" don't sync to "mediasync/test". Any help is GREATLY appreciated! The most recent scripts and results below. rclone.conf: [mediasync] type = local copy_links = true links = false Rclone Mount Script: #---------------------------------------------------------------------------- #!/bin/bash localshare="/mnt/disks/mediasync/test" remoteshare="//10.10.0.5/mnt/user/mc1media/test" mkdir -p $localshare # create local folder rclone mount -vv --max-read-ahead 1024k --allow-other $remoteshare $localshare & #---------------------------------------------------------------------------- LOG FILE: Script Starting Sun, 18 Aug 2019 15:36:33 -0400 Script Finished Sun, 18 Aug 2019 15:36:33 -0400 2019/08/18 15:36:33 DEBUG : rclone: Version "v1.48.0" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "mount" "-vv" "--max-read-ahead" "1024k" "--allow-other" "//10.10.0.5/mnt/user/mc1media/test" "/mnt/disks/mediasync/test"] 2019/08/18 15:36:33 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2019/08/18 15:36:33 DEBUG : Local file system at /10.10.0.5/mnt/user/mc1media/test: Mounting on "/mnt/disks/mediasync/test" 2019/08/18 15:36:33 INFO : Local file system at /10.10.0.5/mnt/user/mc1media/test: poll-interval is not supported by this remote 2019/08/18 15:36:33 DEBUG : Adding path "vfs/forget" to remote control registry 2019/08/18 15:36:33 DEBUG : Adding path "vfs/refresh" to remote control registry 2019/08/18 15:36:33 DEBUG : Adding path "vfs/poll-interval" to remote control registry 2019/08/18 15:36:33 DEBUG : : Root: 2019/08/18 15:36:33 DEBUG : : >Root: node=/, err=<nil> Rclone Sync Script: #---------------------------------------------------------------------------- #!/bin/bash localshare="/mnt/disks/mediasync/test" remoteshare="//10.10.0.5/mnt/user/mc1media/test" rclone sync -vv $localshare $remoteshare #---------------------------------------------------------------------------- LOG FILE: Script Starting Sun, 18 Aug 2019 15:43:08 -0400 2019/08/18 15:43:09 DEBUG : rclone: Version "v1.48.0" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "sync" "-vv" "/mnt/disks/mediasync/test" "//10.10.0.5/mnt/user/mc1media/test"] 2019/08/18 15:43:09 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2019/08/18 15:43:09 INFO : Local file system at /10.10.0.5/mnt/user/mc1media/test: Waiting for checks to finish 2019/08/18 15:43:09 INFO : Local file system at /10.10.0.5/mnt/user/mc1media/test: Waiting for transfers to finish 2019/08/18 15:43:09 INFO : Waiting for deletions to finish 2019/08/18 15:43:09 INFO : Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA - Errors: 0 Checks: 0 / 0, - Transferred: 0 / 0, - Elapsed time: 0s 2019/08/18 15:43:09 DEBUG : 3 go routines active 2019/08/18 15:43:09 DEBUG : rclone: Version "v1.48.0" finishing with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "sync" "-vv" "/mnt/disks/mediasync/test" "//10.10.0.5/mnt/user/mc1media/test"] Script Finished Sun, 18 Aug 2019 15:43:09 -0400
  2. Anyone know how to correct for this error? I am trying to attach a handheld scanner, which when plugged in, seems to register as 2 USB devices. Instead of hot plugging, I also tried editing the VM settings. This device appears twice (2 checkboxes) in 'form view'. If I check only one box, the VM won't start, throwing a similar error: When I go back in to edit in 'form view', both checkboxes are now selected. When I check the XML, only one entry exists but still the same behavior occurs. <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x8088'/> <product id='0x7809'/> </source> <address type='usb' bus='0' port='4'/> </hostdev> Thanks everyone in advance for helping me get this working!
  3. I have this same mobo and am having one heck of a time trying to get vt-d to be recognized in UnRaid. Are you running the most recent firmware (1802)? If so and VMs work, anything else to switch on besides vt-d? Thanks in advance!

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.