Darqfallen

Members
  • Posts

    174
  • Joined

  • Last visited

Everything posted by Darqfallen

  1. Still running the old version waiting for help with this.
  2. Having an issue the last few days. Pulled the latest update automatically and now my has errors. ErrorWarningSystemArrayLogin [mod-init] Attempting to run Docker Modification Logic [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: Sonarr: https://sonarr.tv/donate 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] 90-custom-folders: executing... [cont-init.d] 90-custom-folders: 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. Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. File name: 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' [ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. File name: 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' It just repeats that ad-infinitum. I wiped out the config folder, removed the docker and reloaded it to no avail. Any idea whats happening? I'm using unraid 6.9.2 Heres the XML file. <?xml version="1.0"?> <Container version="2"> <Name>Sonarr</Name> <Repository>linuxserver/sonarr</Repository> <Registry>https://hub.docker.com/r/linuxserver/sonarr/</Registry> <Network>bridge</Network> <MyIP/> <Shell>sh</Shell> <Privileged>true</Privileged> <Support>https://forums.unraid.net/topic/41908-support-linuxserverio-sonarr/</Support> <Project>https://sonarr.tv/</Project> <Overview>Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.</Overview> <Category>Downloaders: MediaApp:Video</Category> <WebUI>http://[IP]:[PORT:8989]/</WebUI> <TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/sonarr.xml</TemplateURL> <Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sonarr-icon.png</Icon> <ExtraParams/> <PostArgs/> <CPUset/> <DateInstalled>1628817876</DateInstalled> <DonateText/> <DonateLink/> <Description>Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.</Description> <Networking> <Mode>bridge</Mode> <Publish> <Port> <HostPort>8989</HostPort> <ContainerPort>8989</ContainerPort> <Protocol>tcp</Protocol> </Port> </Publish> </Networking> <Data> <Volume> <HostDir>/mnt/cache/appdata/Sonarr/</HostDir> <ContainerDir>/config</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/dev/rtc</HostDir> <ContainerDir>/dev/rtc</ContainerDir> <Mode>ro</Mode> </Volume> <Volume> <HostDir>/mnt/user/TV</HostDir> <ContainerDir>/tv</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/appdata/NZBGet/downloads/completed/TV/</HostDir> <ContainerDir>/downloads</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/tmp/</HostDir> <ContainerDir>/tmp2</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/tmp/manual-import/</HostDir> <ContainerDir>/manual_import</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/tmp/sync/tv/</HostDir> <ContainerDir>/tv-sync</ContainerDir> <Mode>rw</Mode> </Volume> </Data> <Environment> <Variable> <Value>99</Value> <Name>PUID</Name> <Mode/> </Variable> <Variable> <Value>100</Value> <Name>PGID</Name> <Mode/> </Variable> <Variable> <Value>America/Edmonton</Value> <Name>TZ</Name> <Mode/> </Variable> <Variable> <Value/> <Name>DOCKER_MODS</Name> <Mode/> </Variable> </Environment> <Labels/> <Config Name="Host Port 1" Target="8989" Default="8989" Mode="tcp" Description="Container Port: 8989" Type="Port" Display="always" Required="true" Mask="false">8989</Config> <Config Name="Host Path 1" Target="/config" Default="/mnt/cache/appdata/NzbDrone" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/Sonarr/</Config> <Config Name="Host Path 2" Target="/dev/rtc" Default="/dev/rtc" Mode="ro" Description="Container Path: /dev/rtc" Type="Path" Display="always" Required="true" Mask="false">/dev/rtc</Config> <Config Name="Host Path 3" Target="/tv" Default="/mnt/user/TV" Mode="rw" Description="Container Path: /tv" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/TV</Config> <Config Name="Host Path 4" Target="/downloads" Default="/mnt/cache/appdata/sabnzbd/Downloads/complete/TV" Mode="rw" Description="Container Path: /downloads" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/NZBGet/downloads/completed/TV/</Config> <Config Name="Host Path 6" Target="/tmp2" Default="/mnt/user/tmp/tvbh" Mode="rw" Description="Container Path: /tmp2" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/tmp/</Config> <Config Name="Key 1" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false">99</Config> <Config Name="Key 2" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false">100</Config> <Config Name="Timezone" Target="TZ" Default="" Mode="" Description="Container Variable: TZ" Type="Variable" Display="always" Required="false" Mask="false">America/Edmonton</Config> <Config Name="manual import" Target="/manual_import" Default="" Mode="rw" Description="Place to do manual Imports" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/tmp/manual-import/</Config> <Config Name="sync'd TV shows" Target="/tv-sync" Default="" Mode="rw" Description="Container Path: tv-sync" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/tmp/sync/tv/</Config> <Config Name="DOCKER_MODS" Target="DOCKER_MODS" Default="" Mode="" Description="Container Variable: DOCKER_MODS" Type="Variable" Display="always" Required="false" Mask="false"/> </Container> ****EDIT****** I was able to get back up and running by using a older image; linuxserver/sonarr:version-3.0.6.1196 And restoring from a backup. It still wont run the new version though.
  3. You have to setup the lancache as your DNS server and then have PiHole as the upstream DNS My PiHole was set to Custom: br0 and I set an IP address of 192.168.200.2 For my Lancache I setup as Custom: br0 and set the IP address as 192.168.200.3 My Lancache was setup to connect to 192.168.200.2 for DNS, my network was setup to give only 192.168.200.3 as the DNS server. PiHole got DNS from outside sources. (1.1.1.1, 8.8.8.8)
  4. Is there a way to use this container to do re-encoding using docker swarm? It would be a good way to utilize my gaming rig (which has docker-desktop installed) when I am not actively using it.
  5. New motherboard will be installed this weekend. I will start a new thread if there are any issues. Cheers.
  6. Here is the raw syslog from the time I updated to just after the crash. syslog.zip
  7. Crashed again, Kernel panic. By chance was at the console when it happened. dirge-diagnostics-20191115-0246.zip
  8. Removed the old ram and installed 64 gigs of new ram. Re-updated to 6.8.0-RC5. If this fails as well then it's a new motherboard.
  9. That was done, memory was shifted into different channels and retested. Perhaps I will look for some new memory and see, though DDR3-1600 or 1866 ECC ram is expensive.
  10. Then why would there be no problem in 5.7.0?
  11. Changed Status to Open Changed Priority to Urgent
  12. What's also interesting is what is picked up by the IPMI 1306 11/04/2019 21:21:18 Unknown BIOS POST Progress Progress - Asserted 1305 11/04/2019 21:19:01 Unknown BIOS POST Progress Progress - Asserted 1304 11/04/2019 21:18:52 Unknown BIOS POST Progress Progress - Asserted 1303 11/04/2019 21:18:52 Unknown BIOS POST Progress Progress - Asserted 1302 11/04/2019 21:18:45 Unknown BIOS POST Progress Progress - Asserted 1301 11/04/2019 21:18:38 Unknown BIOS POST Progress Progress - Asserted 1300 11/04/2019 21:18:31 Unknown BIOS POST Progress Progress - Asserted 1299 11/04/2019 21:17:15 Unknown BIOS POST Progress Progress - Asserted 1298 11/04/2019 21:17:11 Unknown BIOS POST Progress Progress - Asserted 1297 11/04/2019 21:17:02 Unknown BIOS POST Progress Progress - Asserted 1296 11/04/2019 21:17:02 Unknown BIOS POST Progress Progress - Asserted 1295 11/04/2019 21:17:02 Unknown BIOS POST Progress Progress - Asserted 1294 11/04/2019 21:17:01 Unknown BIOS POST Progress Progress - Asserted 1293 11/04/2019 21:16:51 Unknown BIOS POST Progress Progress - Asserted 1292 11/04/2019 21:16:49 Unknown BIOS POST Progress Progress - Asserted 1291 10/25/2030 22:31:12 Unknown Progress - Asserted - Asserted 1290 11/26/2031 15:22:24 Unknown OS Critical Stop Progress - Asserted - Asserted - Asserted 1289 05/14/2023 08:49:52 Unknown [undefined] Progress - Asserted - Asserted - Asserted - Asserted 1288 09/09/2028 04:57:20 Unknown [undefined] Progress - Asserted - Asserted - Asserted - Asserted - Asserted 1287 04/03/1987 11:36:16 Unknown OS Critical Stop Progress - Asserted - Asserted - Asserted - Asserted - Asserted - Asserted 1286 12/30/2025 09:38:56 Unknown [undefined] Progress - Asserted - Asserted - Asserted - Asserted - Asserted - Asserted - Asserted 1285 11/04/2019 21:16:16 Unknown OS Critical Stop Run-Time Stop - Asserted Perhaps is some update in the microcode that causes my cpus to not play nice with the ram. Ive also included the syslog that is logging to the USB drive. The server crashed again as I was writing this so I've downgraded back to 6.7.0 syslog.zip
  13. Updated to RC5 to see if there's any difference. Lasted ~23 hours before a crash and reboot. Diag at tached. dirge-diagnostics-20191105-0429.zip
  14. So something in the kernel patch in 6.7.2 and 6.8.0-RC1 is causing my hardware to start throwing memory errors. And a memtest will not show bad memory due to it being ecc memory. How do you fully test ECC ram?
  15. Why wouldn’t it show up in a memtest then?
  16. But it doesn’t happen in 6.7.0. So I’m thinking it’s a software issue.
  17. Ran a memtest for 8 hours. No errors.
  18. I'm sorry but I didn't realize that the diagnostics didn't use the whole syslog. I posted above my diag of when it was crashing. Attached is my whole syslog including the crashing.syslog.zip I'm not sure what else to do, if I leave the server running on anything > 6.7.0 then it crashes and reboots every 1-4 hours.
  19. Server kept randomly restarting, downgraded to 6.7.0 and everything is stable again. dirge-diagnostics-20191023-0154.zip
  20. Should it just show up in the syslog?
  21. Memtest passed no errors so I’m not quite sure what to do next. Should I just downgrade back to 6.7.0 where I know it was stable?