Remca

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by Remca

  1. Hello, i am using Unraid as a VM on Proxmox, for me it is only a Docker manager, i find it fantastic at this task, so i have in my array only one virtual disk for appdata. This disk as parity elsewhere but unraid doesn't know it so i get warnings and annoyingly the favicon is replaced by a warning sign. Is there a way acknowledge theses warnings and dismiss them since they are not relevant to me ? Thanks.
  2. This is not about space, this is about proportions, distractions, emphasis on most used features, etc. but maybe that's just me...
  3. The text is almost twice as big as the menu bar, for something with less purpose ( 11 vs 18 pixels ) and the image is 4X time as big ( 46 pixels ) and doesn't add anything of value. I might use a background colored image but since this is all new i was hoping for some polish
  4. Is there a way to remove at least the "avatar" image on the top right of the dashboard, it is big, ugly, distracting and it doesn't add anything usefull in my opinion ?
  5. Hi, i have the exact same problem, can't figure it out, mappings are the same for radarr and sonarr who are working fine, this is my docker run : Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='lidarr' --net='bridge' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -p '8686:8686/tcp' -v '/mnt/user/downloads/complete/':'/downloads':'rw' -v '/mnt/user/Medias/Music/':'/music':'rw' -v '/mnt/user/appdata/lidarr':'/config':'rw' 'linuxserver/lidarr' d3565310f83a87b866ae971531cb377c3fcd30a550d2577cf2c5fd3daf43b79c The command finished successfully! and there is my log just after start and manualy asking for a downloaded file to be imported : [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 10-adduser: executing... ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support the app dev(s) visit: Lidarr: https://opencollective.com/lidarr To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-config: executing... [cont-init.d] 30-config: exited 0. [cont-init.d] 99-custom-scripts: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-scripts: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. [Info] Bootstrap: Starting Lidarr - /app/lidarr/bin/Lidarr.exe - Version 0.7.2.1878 [Info] AppFolderInfo: Data directory is being overridden to [/config] [Info] Router: Application mode: Interactive [Info] MigrationLogger: *** Migrating data source=/config/lidarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** [Info] MigrationLogger: *** Migrating data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** [Info] OwinHostController: Listening on the following URLs: [Info] OwinHostController: http://*:8686/ [Info] LidarrBootstrapper: Starting Web Server [Warn] MonoDebugCheck: Mono is not running with --debug switch [Info] RssSyncService: Starting RSS Sync [Info] DownloadDecisionMaker: Processing 300 releases [Info] RssSyncService: RSS Sync Completed. Reports found: 300, Reports grabbed: 0 [Warn] ImportApprovedTracks: Couldn't import track /downloads/ALBUM FOLDER/TITLE.mp3 [v0.7.2.1878] System.UnauthorizedAccessException: Access to the path "/media/ARTIST NAME" is denied. at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x0005e] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.IO.Directory.CreateDirectory (System.String path) [0x0008f] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.IO.Abstractions.DirectoryWrapper.CreateDirectory (System.String path) [0x00006] in <f24414d440204889a79a64ec080409aa>:0 at NzbDrone.Common.Disk.DiskProviderBase.CreateFolder (System.String path) [0x00052] in <224ef6e62dba4024aa79163f9973ff23>:0 at NzbDrone.Core.MediaFiles.TrackFileMovingService.CreateFolder (System.String directoryName) [0x00079] in <ba5b0adcad2b4f8581c8b6a11d5ba171>:0 at NzbDrone.Core.MediaFiles.TrackFileMovingService.EnsureTrackFolder (NzbDrone.Core.MediaFiles.TrackFile trackFile, NzbDrone.Core.Music.Artist artist, NzbDrone.Core.Music.Album album, System.String filePath) [0x0006f] in <ba5b0adcad2b4f8581c8b6a11d5ba171>:0 at NzbDrone.Core.MediaFiles.TrackFileMovingService.EnsureTrackFolder (NzbDrone.Core.MediaFiles.TrackFile trackFile, NzbDrone.Core.Parser.Model.LocalTrack localTrack, System.String filePath) [0x0000e] in <ba5b0adcad2b4f8581c8b6a11d5ba171>:0 at NzbDrone.Core.MediaFiles.TrackFileMovingService.MoveTrackFile (NzbDrone.Core.MediaFiles.TrackFile trackFile, NzbDrone.Core.Parser.Model.LocalTrack localTrack) [0x00045] in <ba5b0adcad2b4f8581c8b6a11d5ba171>:0 at NzbDrone.Core.MediaFiles.UpgradeMediaFileService.UpgradeTrackFile (NzbDrone.Core.MediaFiles.TrackFile trackFile, NzbDrone.Core.Parser.Model.LocalTrack localTrack, System.Boolean copyOnly) [0x00179] in <ba5b0adcad2b4f8581c8b6a11d5ba171>:0 at NzbDrone.Core.MediaFiles.TrackImport.ImportApprovedTracks.Import (System.Collections.Generic.List`1[T] decisions, System.Boolean replaceExisting, NzbDrone.Core.Download.DownloadClientItem downloadClientItem, NzbDrone.Core.MediaFiles.TrackImport.ImportMode importMode) [0x005ca] in <ba5b0adcad2b4f8581c8b6a11d5ba171>:0 thanks for any help
  6. Something weird is happening to my server, i did go back to beta 31 by manuel overide of the flash files for an unrelated issue, and the problem is still there...
  7. Somebody on the realease thread said that VM using GPU passthrough are showing and the bug is with VMs using only VNC, i don't have a GPU so i can't confirm, is this the case for somebody else ? https://forums.unraid.net/bug-reports/prereleases/unraid-os-version-690-beta35-available-r1125/page/2/?tab=comments#comment-11359
  8. Hi, thanks for the update, i just installed it and I have a small bug on the Main page, as you can see my dockers are now displayed in two columns, and as you can't see, i have 2 VMs running and 3 nor running who are not displayed. The VMs are displayed correctly on thier dedicated page. Tried with toggling "Show only running", clearing cache, and in two browsers ( Chrome/Edge ) and same result. Not something that impact functionnality but I figured I tell about it if somebody is wondering about the same problem.
  9. Thanks, i was worried there might be something in the Macinabox magic that would prevent it.
  10. Hello, if i install a version of macos with this tool will i be able to update it in the future ? I'm wondering if i should wait for Big Sur or if i can start now... Thanks.
  11. It's fun to use, even the first time ! SSD support !