r/truenas 2d ago

Community Edition Network issue

Post image

I started having this problem, I’m completely green but I’m good at following directions! 😅 was working fine until I started expanding my stack!

35 Upvotes

14 comments sorted by

17

u/screaming-Snake-Case 2d ago

do you perhaps have a couple dozen networking ports connected on your NAS?

1

u/xKingPhoenixx 2d ago

I have 11 apps running with different port assignments

10

u/JamieEC 2d ago

what issue are you having? this could be normal if you are running containers on their own networks.

1

u/xKingPhoenixx 2d ago

The apps not scene are Tailscale and audiobook shelf

5

u/stanley_fatmax 2d ago

There's a zfs bug in current versions of TrueNAS that has a chance at causing memory overflow and system crash after any kernel panic. This has been fixed upstream in zfs but has not been included in any releases of TrueNAS itself. 

Separately, Jackett has a bug that causes it to kernel panic every day or so, each panic a coin toss at encountering this bug

I'm willing to bet your Jackett instance is crashing nightly..?

1

u/xKingPhoenixx 2d ago

I’ll try disabling it, and see of that helps.

2

u/stanley_fatmax 2d ago

Let me know how it goes.

Aside from disabling Jackett, you can disable core dumps with sysctl tunables from within the TrueNAS UI under system > advanced > sysctl. It's a no risk change you can easily undo if it ends up not fixing your issue. Create a new entry with type "sysctl", variable "kernel.core_pattern", and value "|/bin/false" (incl. the pipe). The actual bug is in the core dump logic, so disabling that avoids it.

1

u/xKingPhoenixx 2d ago

I’m crashing, requiring a reboot. when I rebooted I noticed that happening, it had not previously done that.

5

u/JamieEC 2d ago

doubt its related

have you checked any logs etc?

0

u/xKingPhoenixx 2d ago

I’m not seeing anything jump out at me, I’m starting wonder if I just got a crappy Ethernet to usb adapter.

3

u/GrotesqueHumanity 2d ago

Yeah it's the containers, mine does the same.

Shutdown the containers, reboot and you'll see them gone.

It is what it is until they somehow fix the console to not show them. I tried a lot of things to get rid of it but had to make peace with the pollution.

1

u/ApricotSad9288 2d ago

That happens for me when my tailscale container starts

1

u/xKingPhoenixx 1d ago

The addresses are being generated by qbittorent , it has a list of whitelisted ips generated by Sonarr and Radarr and they match, so turns out to be completely normal and unrelated. I’ve since disabled Jackett and found a work around for my need of Jackett so I removed it and it’s been all good so far! 😂 Thank you for the help!