-
Not connecting to LAN after hardware migration
Yeah, made sure the onboard NIC was enabled and disabled ASPM in case there was some weird low power setting messing with things. No dice. Appreciate the help!
-
Not connecting to LAN after hardware migration
I mean, if I take the same ethernet cable and plug it into my non-unraid PC, I get a solid connection. I've also tried a couple different cables, so I don't think it's a cable or connection issue. Nothing has changed there. The motherboard is new (used), so I'm thinking that it might be that the onboard NIC on this motherboard has gone kaput. Just trying to see if there are any other troubleshooting ideas before I buy a PCI card.
-
Not connecting to LAN after hardware migration
Thanks for the reply. The cables were the first thing I double checked. Even tried a different one, at both the server and switch. The lights on the port only flash together once every 30-60s or so. Yellow and amber in color, which I think indicates 10/100 speed. Could it be a driver issue or should I just scrap the onboard NIC and order a card?
-
Not connecting to LAN after hardware migration
I'm experiencing issues with my Unraid server not connecting properly to the LAN after a hardware migration. The server's network interface (eth0) frequently shows "Link detected: no" and "Link detected: yes" in the logs, indicating an unstable connection. The server is not showing up at all on my router, and I can't access the internet through the Unraid GUI locally. Troubleshooting Steps Taken So Far: Checked Physical Connections and verified that the ethernet cable is properly connected to both the Unraid server and the switch/router. Plugging into a different device works fine. Manual Configuration of Speed and Duplex I manually set the network speed and duplex settings using the command: ethtool -s eth0 speed 1000 duplex full autoneg on This did not resolve the issue, so I reverted to the default auto-negotiation settings with: ethtool -s eth0 autoneg on Verified Network Driver Information: I ran ethtool eth0 and confirmed that the driver in use is e1000e, and the connection shows "Link detected: no" during the problem. Checked the Syslog for Errors: The syslog shows repeated instances of "NIC Link is Up" followed shortly by "NIC Link is Down" for eth0. The network bridge (br0) state changes frequently from "forwarding" to "disabled" in response to these link events. Tried Restarting Network Services: System Information: Unraid Version: 6.12.5 Network Card: Onboard NIC Motherboard: ASUS PRIME Z390-A with BIOS version 2101 I'm looking for advice on what could be causing this network instability and any additional troubleshooting steps I could try. Could this be a hardware issue with the NIC, or are there software/driver configurations that I should adjust? Any insights would be greatly appreciated. Thanks so much!! ***The diagnostics file is dated 2017 because I had to replace the CMOS battery and haven't been able to connect to the internet to update the time settings. *** adamserver-diagnostics-20170101-1144.zip
-
[Support] binhex - Sonarr
Thank you both. You were absolutely right. One of my labels didn't match what deluge was looking for. Big facepalm when I saw that! Thank you for helping out a newbie!
-
[Support] binhex - Sonarr
Hi everyone! I am trying to troubleshoot an issue with Sonarr and Delugevpn. Sonarr is able to grab torrents and send them to Deluge to download just fine. Deluge downloads the file and moves it from "Incomplete" to "Complete" in my main Downloads share. The file is then shown as 'seeding' in Deluge. So far so good... After this however, Sonarr does not pick up the file and add it to the TV share. Sabnzbd works just fine, but deluge doesn't. I have Radarr and Lidarr set up and they are able to process the completed torrent files, but for some reason Sonarr is having trouble. Looking at the system log in Sonarr there is a fatal error and I've pasted it below: Request Failed. POST /api/release: Failure: [Failure instance: Traceback (failure with no frames): <class 'deluge.error.WrappedException'>: Unknown Label Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/deluge/core/rpcserver.py", line 326, in dispatch ret = self.factory.methods[method](*args, **kwargs) File "/usr/lib/python3.8/site-packages/deluge/plugins/Label-0.3-py3.8.egg/deluge_label/core.py", line 320, in set_torrent check_input((not label_id) or (label_id in self.labels), _('Unknown Label')) File "/usr/lib/python3.8/site-packages/deluge/plugins/Label-0.3-py3.8.egg/deluge_label/core.py", line 68, in check_input raise Exception(message) Exception: Unknown Label ] (code 4) NzbDrone.Core.Download.Clients.Deluge.DelugeException: Failure: [Failure instance: Traceback (failure with no frames): <class 'deluge.error.WrappedException'>: Unknown Label Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/deluge/core/rpcserver.py", line 326, in dispatch ret = self.factory.methods[method](*args, **kwargs) File "/usr/lib/python3.8/site-packages/deluge/plugins/Label-0.3-py3.8.egg/deluge_label/core.py", line 320, in set_torrent check_input((not label_id) or (label_id in self.labels), _('Unknown Label')) File "/usr/lib/python3.8/site-packages/deluge/plugins/Label-0.3-py3.8.egg/deluge_label/core.py", line 68, in check_input raise Exception(message) Exception: Unknown Label ] (code 4) at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult] (NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings, System.String method, System.Object[] arguments) [0x00072] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:232 at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.SetLabel (System.String hash, System.String label, NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings) [0x00000] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:190 at NzbDrone.Core.Download.Clients.Deluge.Deluge.AddFromTorrentFile (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode, System.String hash, System.String filename, System.Byte[] fileContent) [0x00058] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\Clients\Deluge\Deluge.cs:74 at NzbDrone.Core.Download.TorrentClientBase`1[TSettings].DownloadFromWebUrl (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode, System.String torrentUrl) [0x00208] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\TorrentClientBase.cs:189 at NzbDrone.Core.Download.TorrentClientBase`1[TSettings].Download (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00148] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\TorrentClientBase.cs:117 at NzbDrone.Core.Download.DownloadService.DownloadReport (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00191] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\DownloadService.cs:76 at NzbDrone.Api.Indexers.ReleaseModule.DownloadRelease (NzbDrone.Api.Indexers.ReleaseResource release) [0x0002d] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\Indexers\ReleaseModule.cs:67 at NzbDrone.Api.Indexers.ReleaseModule.<.ctor>b__7_0 (System.Object x) [0x00000] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\Indexers\ReleaseModule.cs:46 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2<object, object>,object) at Nancy.Routing.Route+<>c__DisplayClass4.<Wrap>b__3 (System.Object parameters, System.Threading.CancellationToken context) [0x00049] in <63c44d6f8d7e4f339a987bf9eb94d931>:0 Thank you so much for any help/insight you can provide!
lukewarmtauntaun
Members
-
Joined
-
Last visited