-
How to resize IMG (vDisk) disk
Great! Many thanks JorgeB. 👌
-
RoPo started following Socket 1155 ? , How to resize IMG (vDisk) disk , [Support] SpaceinvaderOne Deconz and 7 others
-
How to resize IMG (vDisk) disk
Hello, how can I resize IMG disk with Windows in VMS ? In Unraid version 6.12.13 in configurtation of VMS is missing field for type of new size of VDISK. In configuration about vDisk is only this: Primary vDisk Location: None/Auto/Manual and location: /mnt/user/domains/Windows 11/vdisk1.img Many thanks for answer Best Regards Roman
-
[Support] SpaceinvaderOne Deconz
Phoscon in this docker container not working. I must use Phoscon installed with deConz in Ubuntu runing under VM. Would you repair it?
-
[Support] ken-ji - Dropbox
Great! I delete container. I set new one container from repo otherguy/dropbox:1.9.0. I set variables and paths and it`s working!! If Kenji`s container will be update for working state then I can it try again. Thanks Tom!
-
[Support] ken-ji - Dropbox
My container dropbox have setting to bridge mod. I add variable "dropbox_skip_update" set to "true". But still not syncing... Where can I specify dropbox to version 1.9?
-
RoPo changed their profile photo
-
[Support] ken-ji - Dropbox
I have same issues. I install as new container and the dropbox still after starting in "Starting..." status. I am checjing this status via commad "dropbox.py status" in consle of Dropbox. Do you have any ideas why the Dropbox not start syncing? Many thanks
-
[Plugin] unbalanced
Hello, I have "dry run" checked and greyed out. My UnRaid version is 6.9.1 and UnBalance is version 5.6.3. I reinstall the plugin UnBalance and this behavior still same. Do you have any idea why checkbox "dry run" checked and greyed out? Many Thanks
-
[Support] ken-ji - Dropbox
Ok. I understand it now. I set Dropbox folder to /mnt/disk4/Dropbox anf now Dropbox in container is working. Many thanks, Ken-ji.
-
[Support] ken-ji - Dropbox
The problem was in Host Path 2. I set this path to /mnt/cache/appdata/dropbox. But I see new message in log: "[ALERT]: So your files continue to sync, sign in to your Dropbox account and move Dropbox to a supported file system." I have the path Host Path 3 set to /mnt/user/Dropbox/Dropbox. This Dropbox service not support XFS file system in UnRaid array?
-
[Support] ken-ji - Dropbox
Ok. I tried set Host Path 3 to /mnt/cache/Dropbox. The path /mnt/cache/Dropbox was created. But in log I see same error: "Couldn't start Dropbox. This is usually because of a permissions error. Storing your home folder on a network share can also cause an error." Any other idea what can I try change?
-
[Support] ken-ji - Dropbox
I have installed UnRaid 6.7.2 Pro. All disks have FS like XFS. If I install Dropbox in Docker and start it then in Log I see error about "This is usually because of a permissions error. Storing your home folder on a network share can also cause an error." In /tmp/dropbox_errorz4zfjotw.txt I see this content: bn.BUILD_KEY: Dropbox bn.VERSION: 85.4.155 bn.DROPBOXEXT_VERSION: failed bn.is_frozen: True machine_id: 00000000-0000-0000-0000-000000000000 pid: 15 ppid: 1 ppid exe: failed uid: 99 user_info: pwd.struct_passwd(pw_name='nobody', pw_passwd='x', pw_uid=99, pw_gid=99, pw_gecos='nobody', pw_dir='/dropbox', pw_shell='/bin/bash') effective_user_info: pwd.struct_passwd(pw_name='nobody', pw_passwd='x', pw_uid=99, pw_gid=99, pw_gecos='nobody', pw_dir='/dropbox', pw_shell='/bin/bash') euid: 99 gid: 99 egid: 99 group_info: grp.struct_group(gr_name='nogroup', gr_passwd='x', gr_gid=99, gr_mem=[]) effective_group_info: grp.struct_group(gr_name='nogroup', gr_passwd='x', gr_gid=99, gr_mem=[]) LD_LIBRARY_PATH: None cwd: '/dropbox' real_path='/dropbox' mode=0o40777 uid=99 gid=100 parent mode=0o40755 uid=0 gid=0 HOME: '/dropbox' appdata: '/dropbox/.dropbox/instance1' real_path='/dropbox/.dropbox/instance1' mode=0o40700 uid=99 gid=100 parent mode=0o40755 uid=99 gid=100 dropbox_path: '/dropbox/Dropbox' real_path='/dropbox/Dropbox' mode=0o40755 uid=99 gid=100 parent mode=0o40777 uid=99 gid=100 sys_executable: '/dropbox/.dropbox-dist/dropbox-lnx.x86_64-85.4.155/dropbox' real_path='/dropbox/.dropbox-dist/dropbox-lnx.x86_64-85.4.155/dropbox' mode=0o100755 uid=99 gid=100 parent mode=0o40755 uid=99 gid=100 trace.__file__: '/dropbox/.dropbox-dist/dropbox-lnx.x86_64-85.4.155/python-packages-37.zip/dropbox/client/ui/common/boot_error.pyc' real_path='/dropbox/.dropbox-dist/dropbox-lnx.x86_64-85.4.155/python-packages-37.zip/dropbox/client/ui/common/boot_error.pyc' not found parent not found tempdir: '/tmp' real_path='/tmp' mode=0o41777 uid=0 gid=0 parent mode=0o40755 uid=0 gid=0 Traceback (most recent call last): File "dropbox/sqlite3_helpers.pyc", line 296, in execute sqlite3.OperationalError: disk I/O error During handling of the above exception, another exception occurred: Traceback (most recent call last): File "dropbox/sync_engine/file_cache/database.pyc", line 224, in load_dropbox_filecache File "dropbox/sync_engine/file_cache/file_cache.pyc", line 482, in __init__ File "dropbox/sync_engine/file_cache/transactions.pyc", line 1311, in __init__ File "dropbox/sync_engine/queues/queues.pyc", line 198, in __init__ File "dropbox/sync_engine/queues/queues.pyc", line 756, in _create_tables File "dropbox/sqlite3_helpers.pyc", line 301, in execute File "dropbox/sqlite3_helpers.pyc", line 267, in _raise_better_operational_exception File "six.pyc", line 692, in reraise File "dropbox/sqlite3_helpers.pyc", line 296, in execute dropbox.sqlite3_exceptions.DiskIOError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "dropbox/sqlite3_helpers.pyc", line 296, in execute sqlite3.OperationalError: disk I/O error During handling of the above exception, another exception occurred: Traceback (most recent call last): File "dropbox/client/main.pyc", line 817, in wrapper File "dropbox/client/main.pyc", line 6786, in finish_dropbox_boot File "dropbox/client/main.pyc", line 6250, in _init_components_for_account File "dropbox/client/main.pyc", line 6204, in create_sync_engine File "dropbox/sync_engine_boundary/factory.pyc", line 372, in make_sync_engine File "dropbox/sync_engine/sync_engine.pyc", line 1110, in __init__ File "dropbox/sync_engine/file_cache/database.pyc", line 231, in load_dropbox_filecache File "dropbox/sync_engine/file_cache/file_cache.pyc", line 482, in __init__ File "dropbox/sync_engine/file_cache/transactions.pyc", line 1311, in __init__ File "dropbox/sync_engine/queues/queues.pyc", line 198, in __init__ File "dropbox/sync_engine/queues/queues.pyc", line 756, in _create_tables File "dropbox/sqlite3_helpers.pyc", line 301, in execute File "dropbox/sqlite3_helpers.pyc", line 267, in _raise_better_operational_exception File "six.pyc", line 692, in reraise File "dropbox/sqlite3_helpers.pyc", line 296, in execute dropbox.sqlite3_exceptions.DiskIOError The path of Data of Dropbox is in array: /mnt/user/Dropbox/Dropbox The folder Dropbox is created by deamon of Dropbox service in docker.. Do you have, author, any advice for me for runing Dropbox at UnRaid? Many thanks for any advice...
-
cache_dirs - an attempt to keep directory entries in RAM to prevent disk spin-up
Ok. Many thanks, trurl!
-
cache_dirs - an attempt to keep directory entries in RAM to prevent disk spin-up
I don't used plugins of the version v5. I use only the v6 plugins. Aha, I understand! Many thanks for this sentance. "Dynamix Cache Directories" only keeps directory structure of users shares in directory entries on cache drive. Copy structure of users share. OK. I check it out. I want speed up writes to shares. How is the name of "secret" directory on cache disk which don't move out from cache disk by the mover? I want directory entry which will stay on cache disk and not will moved to shares. I found settings for users share -> "use cache disk". Can I set this opt to "Prefer" or "Only" to prevention move the share-directory to users share? RobJ many thanks. Wish a nice day.
-
cache_dirs - an attempt to keep directory entries in RAM to prevent disk spin-up
Hi, I use plugin "Dynamix Cache Directories" (dynamix.cache.dirs from 2016.08.26) in upgraded my Unraid server to version 6.2.4. I install new installation of Unraid on new USB flash disk. I copied older config files from my old version 5.0. And install some plugins. But if I enable folder caching in plugin section then folder caching not working. I found http://lime-technology.com/forum/index.php?topic=22518.msg199655#msg199655 that in *.cfg is poorly written this configuration: In /boot/config ANYSHARE.cfg: shareUseCache="no" But I think that this config must modify the plugin configuration of "Dynamix Cache Directories". But the plugin not do it. Where is a problem that if I change configuration of plugin "Dynamix Cache Directories" and caching feature not working? I must manually modify ANYSHARE.cfg. Many thanks for answer
-
Looking for better ideas how how to sleep/suspend my unraid box
lewcass, very thanks. s2ram -f -p -m work fine for me. I have intel graphics. Very thanks again edit: I am add notification message through NETCAT before sleep (Tower sleeping... ) and after wakeup (call check_unraid.sh). s3_notHrHdTcpIp.sh very, very helpful script.