jetbuster

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by jetbuster

  1. like this?? -v "/mnt/user/TV shows/":"/tv":rw Yeah, everything looks fine, but tbh I got no idea what's going on, I'm a bit lost on what you've actually done through the terminal as I've never known anyone have to chown the share before to get stuff working, Install the fix common problems plugin and lets see if that sheds any light on it. I installed that plug in, only thing of interest is there are two sonnar appdata folders, one is sonarr and one is Sonarr but surely that wouldnt cause a folder to "not be writeable" would it??
  2. like this?? -v "/mnt/user/TV shows/":"/tv":rw
  3. outside of docker its drwxrwxrwx 1 nobody users 12288 Dec 31 23:53 TV\ shows/ What about the folders within? The same? yeah they are
  4. outside of docker its drwxrwxrwx 1 nobody users 12288 Dec 31 23:53 TV\ shows/
  5. Yeah it was pretty cool, out for a nice dinner with the wife, then beer, lots of beer. No raging party as Mrs CHBMB is with child and resembling a marine mammal at the moment. But a good night nonetheless. Can you do a ls -la on /tv please? and post the results (redact it if you need to, only wanna see file permissions not filenames.) drwxrwxrwx 1 abc users 12288 Dec 31 23:53 tv -R'd so same deal inside
  6. hey thanks for trying, I thought Id use some of my windows logic and reset everything, deleted the docker image... not my best decision... right now I have: /tv/ is not writeable by user abc abc is not a user when I tried to give ownership by the command line so I think i've made it worse... abc is just a pseudonym for nobody from the group users which is the default user for Unraid...... I can't think much more about it right now, I'm kinda drunk... lmao happy new year mate. /tv/ is not writeable by user abc I have tried chowning the actual folder on disk to nobody, chmod 777'd it , chowning the link in docker to nobody and abc and none of them help..
  7. hey thanks for trying, I thought Id use some of my windows logic and reset everything, deleted the docker image... not my best decision... right now I have: /tv/ is not writeable by user abc abc is not a user when I tried to give ownership by the command line so I think i've made it worse...
  8. hey man, have you had a chance to look over the stuff I posted?? Yeah, nothing springs out. How are your shares configured? Only other thing I can think of, but even that shouldn't be a problem as your array is relatively empty. Worth checking your docker.img (settings ==> docker ==> advanced view) and seeing how full that is. is this what you mean for the shares??
  9. hey man, have you had a chance to look over the stuff I posted??
  10. NZB get config MainDir=/downloads DestDir=${MainDir}/completed InterDir=${MainDir}/intermediate NzbDir=${MainDir}/nzb QueueDir=/config/queue TempDir=${MainDir}/tmp WebDir=/opt/nzbget/webui ScriptDir=/config/ppscripts LockFile=${MainDir}/nzbget.lock LogFile=/config/log/nzbget.log ConfigTemplate=/opt/nzbget/webui/nzbget.conf.template RequiredDir= Server1.Active=yes Server1.Name= Server1.Level=0 Server1.Group=0 Server1.Host=my.newsserver.com Server1.Port=119 Server1.Username=user Server1.Password=pass Server1.JoinGroup=no Server1.Encryption=no Server1.Cipher= Server1.Connections=4 Server1.Retention=0 ControlIP=0.0.0.0 ControlPort=6789 ControlUsername=nzbget ControlPassword=tegbzn6789 RestrictedUsername= RestrictedPassword= AddUsername= AddPassword= SecureControl=yes SecurePort=6791 SecureCert=/config/ssl/nzbget.crt SecureKey=/config/ssl/nzbget.key AuthorizedIP=127.0.0.1 DaemonUsername=root UMask=000 Category1.Name=Movies Category1.DestDir= Category1.Unpack=yes Category1.PostScript= Category1.Aliases= Category2.Name=Series Category3.Name=Music Category4.Name=Software AppendCategoryDir=yes NzbDirInterval=5 NzbDirFileAge=60 DupeCheck=yes SaveQueue=yes FlushQueue=yes ReloadQueue=yes ContinuePartial=yes PropagationDelay=0 Decode=yes ArticleCache=0 DirectWrite=yes WriteBuffer=0 CrcCheck=yes Retries=3 RetryInterval=10 ArticleTimeout=60 UrlTimeout=60 TerminateTimeout=600 DownloadRate=0 AccurateRate=no DiskSpace=250 DeleteCleanupDisk=yes NzbCleanupDisk=yes KeepHistory=30 FeedHistory=7 UrlConnections=4 UrlForce=yes WriteLog=append RotateLog=3 ErrorTarget=both WarningTarget=both InfoTarget=both DetailTarget=log DebugTarget=log LogBufferSize=1000 NzbLog=yes BrokenLog=yes DumpCore=no TimeCorrection=0 OutputMode=curses CursesNzbName=yes CursesGroup=no CursesTime=no UpdateInterval=200 ParCheck=auto ParRename=yes ParRepair=yes ParScan=extended ParQuick=yes ParBuffer=16 ParThreads=0 ParIgnoreExt=.sfv, .nzb, .nfo HealthCheck=delete ParTimeLimit=0 ParPauseQueue=no ParCleanupQueue=yes Unpack=yes UnpackPauseQueue=no UnpackCleanupDisk=yes UnrarCmd=${AppDir}/unrar SevenZipCmd=${AppDir}/7za ExtCleanupDisk=.par2, .sfv, _brokenlog.txt UnpackPassFile= PostScript= ScanScript= QueueScript= FeedScript= ScriptOrder= ScriptPauseQueue=no EventInterval=0 /downloads -> /mnt/user/downloads/ /config -> /mnt/user/appdata/NZBGet sonarr config <Config> <LogLevel>Info</LogLevel> <Port>8989</Port> <UrlBase/> <BindAddress>*</BindAddress> <SslPort>9898</SslPort> <EnableSsl>False</EnableSsl> <ApiKey>~~~~~~~~~~~~~~~~~~~~~~~</ApiKey> <AuthenticationMethod>None</AuthenticationMethod> <Branch>master</Branch> <LaunchBrowser>True</LaunchBrowser> <SslCertHash/> <UpdateMechanism>BuiltIn</UpdateMechanism> </Config> /tv -> /mnt/user/TV shows/ /downloads -> /mnt/user/downloads/ /config -> /mnt/user/appdata/Sonarr /dev/rtc -> /dev/rtc hopefully thats what you wanted and not too much
  11. Hey guys, Had a wonderful time with Sonarr, a few months back it derped out potentially due to an unsafe shutdown but now it says System.IO.IOException: Disk full. Path at System.IO.File.Move (System.String sourceFileName, System.String destFileName) <0x2ac0d7fca5c0 + 0x002f0> in <filename unknown>:0 at NzbDrone.Common.Disk.DiskProviderBase.MoveFile (System.String source, System.String destination, Boolean overwrite) [0x000e3] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Disk\DiskProviderBase.cs:209 at NzbDrone.Common.Disk.DiskTransferService.TryMoveFileTransactional (System.String sourcePath, System.String targetPath, Int64 originalSize, DiskTransferVerificationMode verificationMode) [0x0008f] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Disk\DiskTransferService.cs:479 at NzbDrone.Common.Disk.DiskTransferService.TransferFile (System.String sourcePath, System.String targetPath, TransferMode mode, Boolean overwrite, DiskTransferVerificationMode verificationMode) [0x003c2] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Disk\DiskTransferService.cs:301 at NzbDrone.Common.Disk.DiskTransferService.TransferFile (System.String sourcePath, System.String targetPath, TransferMode mode, Boolean overwrite, Boolean verified) [0x0000e] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Disk\DiskTransferService.cs:185 at NzbDrone.Core.MediaFiles.EpisodeFileMovingService.TransferFile (NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, NzbDrone.Core.Tv.Series series, System.Collections.Generic.List`1 episodes, System.String destinationFilePath, TransferMode mode) [0x0012c] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\MediaFiles\EpisodeFileMovingService.cs:118 at NzbDrone.Core.MediaFiles.EpisodeFileMovingService.MoveEpisodeFile (NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, NzbDrone.Core.Parser.Model.LocalEpisode localEpisode) [0x0005e] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\MediaFiles\EpisodeFileMovingService.cs:80 at NzbDrone.Core.MediaFiles.UpgradeMediaFileService.UpgradeEpisodeFile (NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, NzbDrone.Core.Parser.Model.LocalEpisode localEpisode, Boolean copyOnly) [0x00113] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\MediaFiles\UpgradeMediaFileService.cs:64 at NzbDrone.Core.MediaFiles.EpisodeImport.ImportApprovedEpisodes.Import (System.Collections.Generic.List`1 decisions, Boolean newDownload, NzbDrone.Core.Download.DownloadClientItem downloadClientItem, ImportMode importMode) [0x00274] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\MediaFiles\EpisodeImport\ImportApprovedEpisodes.cs:107 Which would be a very handy error if my drives were full, none of my drives are close to full. Transmission still downloads episodes fetched, its just sonarr doesn't copy them around any more. Any ideas??