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.

NewDisplayName

Members
  • Joined

  • Last visited

Everything posted by NewDisplayName

  1. Ok ive upgraded unraid and changed it to cache. Still same problem I cant delete \mount_unionfs\google_vfs\Filme\movie (1995)\file.avi root@Unraid-Server:~# rm /mnt/user/mount_unionfs/google_vfs/Filme/movie \ \(1995\)/Jumanji\ 1995.avi rm: cannot remove '/mnt/user/mount_unionfs/google_vfs/Filme/movie (1995)/movie 1995.avi': Read-only file system
  2. Ok, first i install the new update. Thanks. Thats my mount: fusermount -uz /mnt/user/mount_unionfs/google_vfs #old unionfs -o cow,allow_other,direct_io,auto_cache,sync_read /mnt/user/rclone_upload/google_vfs=RO:/mnt/user/Archiv=RW:/mnt/user/mount_rclone/google_vfs=RO /mnt/user/mount_unionfs/google_vfs #new # removing old binary as a precaution rm /bin/mergerfs docker run -v /mnt/user/appdata/other/mergerfs:/build --rm trapexit/mergerfs-static-build mv /mnt/user/appdata/other/mergerfs/mergerfs /bin mergerfs /mnt/user/Archiv:/mnt/user/rclone_upload/google_vfs:/mnt/user/mount_rclone/google_vfs=RO /mnt/user/mount_unionfs/google_vfs -o rw,async_read=false,use_ino,allow_other,func.getattr=newest,category.action=all,category.create=ff,cache.files=partial,dropcacheonclose=true #new
  3. Yeah... i thought the problem is the source, but, its not, its the destination... it cant delete the destination... saomething is wrong with the mount
  4. where? do you mean the volume mapping? /downloads /mnt/user/downloads/ to /downloads /mnt/cache/downloads/? But isnt it recommended to use the user shares..?
  5. Sorry, what exactly you mean by "appdata link"? My appdata is always on "cache only" edit: no smethingis wrong with the mount. I cant even delete the file via smb.. i can delete it, it vanishes and after some refreshes its back.. wtf
  6. Hmm today i found some errors in radarr: 20-1-11 12:23:02.4|Warn|ImportApprovedMovie|Couldn't import movie /downloads/completed/Filme/movie.1995.German.AC3.BDRip.x264-DHARMA-xpost/Jumanji.1995.German.AC3.BDRip.x264-DHARMA.mkv [v0.2.0.1459] System.UnauthorizedAccessException: Access to the path "/Archiv/Filme/movie (1995)/movie 1995.avi" is denied. at System.IO.File.Delete (System.String path) [0x00073] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at NzbDrone.Common.Disk.DiskProviderBase.DeleteFile (System.String path) [0x00068] in C:\projects\radarr-usby1\src\NzbDrone.Common\Disk\DiskProviderBase.cs:205 at NzbDrone.Core.MediaFiles.RecycleBinProvider.DeleteFile (System.String path) [0x00054] in C:\projects\radarr-usby1\src\NzbDrone.Core\MediaFiles\RecycleBinProvider.cs:90 at NzbDrone.Core.MediaFiles.UpgradeMediaFileService.UpgradeMovieFile (NzbDrone.Core.MediaFiles.MovieFile movieFile, NzbDrone.Core.Parser.Model.LocalMovie localMovie, System.Boolean copyOnly) [0x0005b] in C:\projects\radarr-usby1\src\NzbDrone.Core\MediaFiles\UpgradeMediaFileService.cs:52 at NzbDrone.Core.MediaFiles.MovieImport.ImportApprovedMovie.Import (System.Collections.Generic.List`1[T] decisions, System.Boolean newDownload, NzbDrone.Core.Download.DownloadClientItem downloadClientItem, NzbDrone.Core.MediaFiles.MovieImport.ImportMode importMode) [0x00258] in C:\projects\radarr-usby1\src\NzbDrone.Core\MediaFiles\MovieImport\ImportApprovedMovie.cs:109 Any idea? it cant import some new movies? I can access that file via smb, tho. mount_unionfs\google_vfs\Filme\movie (1995) root@Unraid-Server:~# ls -ls /mnt/user/mount_unionfs/google_vfs/Filme/movie\ * /mnt/user/mount_unionfs/google_vfs/Filme/movie (1995): total 1493104 1493104 -rw-rw-rw- 1 root root 1528938496 Aug 14 2011 movie\ 1995.avi
  7. Is it safe to upgrade if you had problems with log spamming VMs?
  8. I dont think it worked (atleast it didnt installed mergefs), but plex didnt noticed anything missing... mysterios. But good for me. lol
  9. So ive read in the internetz and -it means interactive mode, which isnt needed "The -it instructs Docker to allocate a pseudo-TTY connected to the container’s stdin; creating an interactive bash shell in the container." Ive looked at github and you didnt added a mkdir command there, is it needed.. or not? What i really wonder tho is, i also got the TTY error, but thought thats normal... why did everything seems to work... when that command didnt work? O.O
  10. Its literally what youve posted, just chained together, so it starts with Filme, then goes to Series and so on... && rm /mnt/user/appdata/other/speed/* is just there to make my "limit upload bw script" working... yeah ive noticed it does more mb/s then my connection should be capable of
  11. Ok, ive changed it and restartet, seems to work (?). Atleast all dockers seems to have startet. (tehy shouldnt start if mount is not working) I could write and read data to and from \mount_unionfs\google_vfs\ does that mean its working? rename is instant (but i never notcied it was, if im real) Only one problem left (i posted this some pages ago) The upload script doesnt do what it should in the documentation for rclone move it says it will overwrite data, but im not sure if its correct. thousends of 2020/01/04 02:01:02 DEBUG : Name1 (2008)/Name1 2008.mkv: Sizes differ (src 24396751949 vs dst 1720934864) 2020/01/04 02:01:02 DEBUG : Name3 (2017)/Name3 2017.mkv: Sizes differ (src 13663756845 vs dst 4746737011) 2020/01/04 02:01:02 DEBUG : Name4 (2012)/Name4 2012.mkv: Sizes differ (src 23590880172 vs dst 7592177683) 2020/01/04 02:01:02 NOTICE: Name5 (1975)/Name4 1975.mkv: Duplicate object found in destination - ignoring 2020/01/04 02:01:02 DEBUG : Name5 (1975)/Name4 1975.mkv: Sizes differ (src 15120966311 vs dst 4675106354) This are only notices(?), does that mean it will get at some point overwritten? rclone move --rc --rc-addr=192.168.86.103:5573 --rc-user=test --rc-pass=test /mnt/user/Archiv/Filme gdrive_media_vfs:Filme -vv --drive-chunk-size 128M --checkers 4 --fast-list --transfers 2 --exclude .unionfs/** --exclude *fuse_hidden* --exclude *_HIDDEN --exclude .recycle** --exclude *.backup~* --exclude *.partial~* --delete-empty-src-dirs --fast-list --tpslimit 3 --min-age 1y && rm /mnt/user/appdata/other/speed/* && rclone move --rc-addr=192.168.86.103:5573 --rc-user=test --rc-pass=test /mnt/user/Archiv/Serien gdrive_media_vfs:Serien -vv --drive-chunk-size 128M --checkers 4 --fast-list --transfers 2 --exclude .unionfs/** --exclude *fuse_hidden* --exclude *_HIDDEN --exclude .recycle** --exclude *.backup~* --exclude *.partial~* --delete-empty-src-dirs --fast-list --tpslimit 3 --min-age 1y && rm /mnt/user/appdata/other/speed/* && rclone move --rc-addr=192.168.86.103:5573 --rc-user=test --rc-pass=test /mnt/user/Archiv/Musik gdrive_media_vfs:Musik -vv --drive-chunk-size 8M --checkers 4 --fast-list --transfers 2 --exclude .unionfs/** --exclude *fuse_hidden* --exclude *_HIDDEN --exclude .recycle** --exclude *.backup~* --exclude *.partial~* --delete-empty-src-dirs --fast-list --tpslimit 3 --min-age 1y && rm /mnt/user/appdata/other/speed/*
  12. Thanks. Ill try that and restart and report back. edit: In the mean time... im again a little bit confused. My "extra" directory is missing in your line. (/mnt/user/Archiv - so this wouldnt work for me?) Thats my old command: I dont use rclone upload folder anyway. I run this:
  13. What i forget to ask... what happens to old files? Like i had the problem it wont transfer anything because "size differ", will that fix it? Iam a bit confused bc it looks different then my unionfs entry... is that correct? (i dont know about the file paths) Thats how it looked before: Another question... is "-o rw,..." one command or 2 commands?
  14. didnt noticed there was a follow up... ill try it the next days, like always, THANK YOU. Question is, what happens with the old files?
  15. anyone found a solution to make wireguard automatic reconnect? I dont understand why it doesnt do it on his own. Ever night somewhere is a disconnect (and yes, ive set keepalive to 600s) Every morning i need to deactivate it on my mobile and then activate it again...?!
  16. ive run the cache plugin since i first used unraid (i dont know, 3 years?) had the same "proiblems" like you. Now i disabled it because i thought they spin up anyway, so why stress drives even more...? And now my drives only spin up from time to time, instead of always (cache plugin keeps drives busy) So just try some time without the plugin... its not in every case better to use.
  17. arp -a is no longer working
  18. Yes, i use watchtower. They are online hosted... my stack file looks like this: I dont want you to support updating those "stack dockers"? but i mean, couldnt you just auto exclude these? (or is that a suggestion regrading unraid?) version: "2" services: watchtower: image: v2tec/watchtower volumes: - /var/run/docker.sock:/var/run/docker.sock command: --interval 86400 networks: - webserver ... ... ... nginx_proxy: image: jwilder/nginx-proxy restart: unless-stopped ports: - "123:80" - "124:443" volumes: - /var/run/docker.sock:/tmp/docker.sock:ro - /mnt/user/appdata/webserver/nginx_proxy/certs:/etc/nginx/certs - /mnt/user/appdata/webserver/nginx_proxy/vhost.d:/etc/nginx/vhost.d - /mnt/user/appdata/webserver/nginx_proxy/html:/usr/share/nginx/html - /mnt/user/appdata/webserver/nginx_proxy/conf.d:/etc/nginx/conf.d labels: - "com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy" networks: - webserver letsencrypt: image: jrcs/letsencrypt-nginx-proxy-companion restart: unless-stopped depends_on: - nginx_proxy volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - /mnt/user/appdata/webserver/nginx_proxy/certs:/etc/nginx/certs - /mnt/user/appdata/webserver/nginx_proxy/vhost.d:/etc/nginx/vhost.d - /mnt/user/appdata/webserver/nginx_proxy/html:/usr/share/nginx/html networks: - webserver phpmyadmin: image: phpmyadmin/phpmyadmin restart: unless-stopped depends_on: - db - letsencrypt volumes: - /mnt/user/appdata/webserver/phpmyadmin/config/config.user.inc.php:/etc/phpmyadmin/config.user.inc.php - /mnt/user/appdata/webserver/phpmyadmin/html:/var/www/html environment: PMA_HOST: db PMA_PORT: 3306 PMA_USER: root PMA_PASSWORD: 12345 ports: - "8081:80" networks: - webserver db: image: mysql command: ['--character-set-server=utf8mb4', '--collation-server=utf8mb4_unicode_ci','--default-authentication-plugin=mysql_native_password'] restart: unless-stopped volumes: - /mnt/user/appdata/webserver/mysql:/var/lib/mysql expose: - "3306" environment: MYSQL_ROOT_PASSWORD: 12345 networks: - webserver networks: webserver:
  19. Sorry, unraid, or the plugin (i dont know) always thinks these dockers created by portainer need to be updated. If i click update the following error comes up: "Configuration not found. Was this container created using this plugin?" solution: It would be cool if that plugin can update the dockers, if not, atleast automatic skip dockers not created by unraid (?). (just look for the config file, is not there, skip?)
  20. So ive installed a second nic, which is directly connected to my main pc (10gbits). Both nics seem to work fine. But when i enable the 2. nic (10gbits) all my dockers and plugins loose connectifity to the internet. I dont know why. Ive disabled bridge for NIC 2. I guess it has to do with the rules here (i didnt changed a thing, all unraid standard), can someone point out what to change to get it working? Or is it a bug? eth0 should have 192.168.86.2 eth1 should have 192.168.1.3 unraid-server-diagnostics-20191208-1411.zip
  21. Hi and sorry its me again. I updated to RC9. And my log is flooded by these messages. VMs seem to work nice. I dont know if its related, but before i restartet i checked that my MAC adress was in the config file... after restart it wasnt... Oo? Does it change the network.conf while updating? While were at it. I have some questions about the network.cfg: 1.) does it matter where i put HWADDR[0]=...? (which line?) 2.) should it have "mac adress", or stay mac adress (without quotes)? # Generated settings: IFNAME[0]="br0" BRNAME[0]="br0" BRSTP[0]="no" BRFD[0]="0" DESCRIPTION[0]="LAN1" BRNICS[0]="eth0" PROTOCOL[0]="ipv4" USE_DHCP[0]="yes" HWADDR[0]=d0:50:99:9d:0f:df DHCP_KEEPRESOLV="yes" DNS_SERVER1="192.168.0.1" DNS_SERVER2="8.8.8.8" DNS_SERVER3="1.1.1.1" USE_DHCP6[0]="yes" DHCP6_KEEPRESOLV="no" MTU[0]="1436" IFNAME[1]="eth1" DESCRIPTION[1]="LAN2" PROTOCOL[1]="ipv4" USE_DHCP[1]="no" IPADDR[1]="192.168.1.3" NETMASK[1]="255.255.0.0" GATEWAY[1]="192.168.1.254" SYSNICS="2" unraid-server-diagnostics-20191208-1411.zip
  22. This is probably a bug relating to all unraid versions. Anway it happend in last RC, so i post here?! So ive ordered a 10gbit NIC and installed it today. Didnt changed ANYTHING at eth0 (the mainboards 1gbits). After testing around with 10Gbits, i tried to start the array, which didnt worked, so i did a restart. (normal so far, happens sometimes) After this unraid wouldnt start. I couldnt figure out why. I tried everything for hours, even removed the NIC, but it still wont boot. (i have wget --user=user--password='pw' ftp://adr:port/file -O /root/keyfile added to my go file) I saw it stopping at this point, downloading some kb.. and then waiting FOREVER with 0kbs transfer. I thought it uses wrong NIC, so i put the NIC back, changed cables... restartet the ftp server, tried manual downloading.... what ever after hours i found out: If you add a NIC to unraid, it will reset your manual added MACaddres in network.cfg. (i think after i clicked apply it created the file from scartch removing my "HWADDR[0]=12:34:56:78:90") In my network envirorment i need to use specific mac adresses. Probably you say, thats not happening often, is not much needed, what ever, still i wanna try to get this thing better handled. ~~~> Please allow us to set a MACAdress via unraid interface (so that it get saved and dont get lost every time i change something in network), i mean everything is still there (HWADDRin the config and it works), there "just" need to be added to the gui. <~~~ Maybe someone know if i can make that wget somehow only a specific time. Like if it cant get the file in 2 min, just skip?
  23. ive created some docker outside of unraid (with portainer), ive created a "stack" to be exact. Could this app be changed to allow to update these containers? If not, could they be auto excluded atleast, because it throws out a error if it want to update them.
  24. ive created some docker outside of unraid (with portainer), ive created a "stack" to be exact. Will appdata backup also backup the stack containers correct in a case of emergency?
  25. switched to "free" shinobi for viewing, sadly recording (motion detection) is not working atm... but lets see

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.