Unsure about some log output

Status
Not open for further replies.

paradoxiom

Patron
Joined
Jun 16, 2015
Messages
239
So I have FreeNAS 9.3 on an HP Gen8 MicroServer (signature specs), all firmware is up to date etc and at the moment all it has on it is FreeNAS with Plex manually installed in a jail (didn't use plugin manager thing). I use CIFS to transfer files to and from the server.
Aside from worrying errors like these everything runs perfectly fine.

Jul 22 12:49:14 OrbitalHub kernel: epair0a: link state changed to UP
Jul 22 12:49:14 OrbitalHub kernel: epair0a: link state changed to UP
Jul 22 12:49:14 OrbitalHub kernel: epair0b: link state changed to UP
Jul 22 12:49:14 OrbitalHub kernel: epair0b: link state changed to UP
Jul 22 12:49:14 OrbitalHub kernel: epair0a: promiscuous mode enabled
Jul 22 12:49:14 OrbitalHub kernel: ng_ether_ifnet_arrival_event: can't re-name node epair0b
Jul 22 12:49:14 OrbitalHub kernel: ng_ether_ifnet_arrival_event: can't re-name node epair0b
Jul 22 12:55:04 OrbitalHub kernel: ifa_del_loopback_route: deletion failed
Jul 22 12:55:04 OrbitalHub Freed UMA keg (udp_inpcb) was not empty (100 items). Lost 10 pages of memory.
Jul 22 12:55:04 OrbitalHub Freed UMA keg (udpcb) was not empty (1008 items). Lost 6 pages of memory.
Jul 22 12:55:04 OrbitalHub Freed UMA keg (tcpreass) was not empty (504 items). Lost 6 pages of memory.
Jul 22 12:55:04 OrbitalHub Freed UMA keg (tcptw) was not empty (2200 items). Lost 44 pages of memory.
Jul 22 12:55:04 OrbitalHub Freed UMA keg (tcp_inpcb) was not empty (2130 items). Lost 213 pages of memory.
Jul 22 12:55:04 OrbitalHub Freed UMA keg (tcpcb) was not empty (84 items). Lost 21 pages of memory.
Jul 22 12:55:04 OrbitalHub Freed UMA keg (ripcb) was not empty (20 items). Lost 2 pages of memory.
Jul 22 12:55:04 OrbitalHub hhook_vnet_uninit: hhook_head type=1, id=1 cleanup required
Jul 22 12:55:04 OrbitalHub hhook_vnet_uninit: hhook_head type=1, id=0 cleanup required

Bolded the parts I'm unsure about. I've tried googling each one (and variations from other times I've seen them in the logs) numerous times but I always end up at the same google results for each one, and they either end in "harmless error nothing to worry about ignore it" or people not having any clue how to resolve it.

So firstly the "can't re-name node epair0b" I get this almost all the time after starting up, what does it mean and how can I 'fix' whatever it 'wrong' to stop it showing in the log? I don't want to simply turn logging a step down or anything like that for any of this.

"kernel: ifa_del_loopback_route: deletion failed" is a fairly new one I don't see often, no idea here either.

"Freed UMA keg (udp_inpcb) was not empty (100 items). Lost 10 pages of memory."
My server seems to run fine all day without this showing up, but then I go to sleep and wake up in the morning and the log has at least one instance of all these "Freed UMA keg" lines, the server being idle all night. I believe google search indicated it might be something related to Plex but again I couldn't find a definitive way to fix this. This one bothers me because as I understand it ZFS likes RAM(memory) a lot and bad things happen if it doesn't like the RAM, could that be what is happening here? This link has a couple of people mentioning that they also get this error with the HP Gen8 MicroServer which is what I have too, so I don't know if there's a link there.
If it's any help, this is the exact RAM I use x2.

"hhook_vnet_uninit: hhook_head type=1, id=1 cleanup required"
Another one I see often, I think usually after a bootup but I can't really remember, again no idea how to 'cleanup' whatever needs cleaning up to fix this.

Hopefully these are quick fixes I can do but if not I'm of course willing to find log files and post them etc (wherever they may be) to try and sort these out.

Thanks in advance,
para
 

paradoxiom

Patron
Joined
Jun 16, 2015
Messages
239
Are you using LAGG or LACP?

No, I haven't set those up - something to do with utilizing multiple ports for link aggregation or something?
 

paradoxiom

Patron
Joined
Jun 16, 2015
Messages
239

DrKK

FreeNAS Generalissimo
Joined
Oct 15, 2013
Messages
3,630
HP gives the following on its website for this board:

Network controller
  • (1) 1Gb 331FLR Ethernet Adapter 4 Ports per controller or
  • (1) 10Gb 530FLR-SFP+ Ethernet Adapter 2 Ports per controller or
  • 10Gb 533FLR-T FlexFabric Adapter 2 Ports per controller
  • Depending on model
 

gpsguy

Active Member
Joined
Jan 22, 2012
Messages
4,472
My guess, would be a Broadcom NIC

If you go to the shell and type: ifconfig what do you see?

If you see - bge0: flags=... it's a Broadcom, em0 = Intel, and a host of others
 

paradoxiom

Patron
Joined
Jun 16, 2015
Messages
239
My guess, would be a Broadcom NIC

If you go to the shell and type: ifconfig what do you see?

If you see - bge0: flags=... it's a Broadcom, em0 = Intel, and a host of others
[root@OrbitalHub] ~# ifconfig
bge0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c0099<RXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,VLAN_HWTSO,LINKSTATE>
ether d0:bf:9c:46:0b:04
inet 192.168.1.77 netmask 0xffffff00 broadcast 192.168.1.255
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
bge1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
ether d0:bf:9c:46:0b:05
inet 192.168.1.78 netmask 0xffffff00 broadcast 192.168.1.255
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
ipfw0: flags=8801<UP,SIMPLEX,MULTICAST> metric 0 mtu 65536
nd6 options=9<PERFORMNUD,IFDISABLED>
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x7
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 02:4e:33:e6:e6:00
nd6 options=1<PERFORMNUD>
id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200
root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
member: epair0a flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
ifmaxaddr 0 port 9 priority 128 path cost 2000
member: bge0 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
ifmaxaddr 0 port 2 priority 128 path cost 20000
epair0a: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 02:45:cb:00:09:0a
nd6 options=1<PERFORMNUD>
media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
status: active
 

paradoxiom

Patron
Joined
Jun 16, 2015
Messages
239
So, does a broadcom NIC have issues or something with freenas, is that why i'm getting some of these 'errors'? Does that account for each one I listed in the OP, or?
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
Are you sure your jail isn't crashing? I see these messages in the log when I stop or restart a jail.
 

paradoxiom

Patron
Joined
Jun 16, 2015
Messages
239
Are you sure your jail isn't crashing? I see these messages in the log when I stop or restart a jail.

Unless it auto-restarts itself then no I don't think so. The only way I'm able to crash it purposefully is by adding new media, scanning for it, then trying to optimize the DB before restarting plex - that will cause it to crash and lock up until restarted, but other than that no issues at all with it.
 
Status
Not open for further replies.
Top