pfSense has detected a crash report or programming bug
-
@stephenw10 Expanding the mount points in the disk widget? Did you mean this?
I tried to remove the disks widget and response unlike before but still slow. But anyway, it is not the thing that we worry about. It is the re-occurence of network disconnection and slow local network. Some PC show "No internet access" like they have a globe icon from network (Windows PC) but they have internet and local network, its just very slow. So much difference from before since this errors pops out.
-
Any errors in the system logs when this happens?
Or anything logged at all? Perhaps there is an interface relinking causing packages to reload.
-
S stephenw10 referenced this topic on
-
@stephenw10 I will get the system logs. We just noticed this problem when the whole company have no network connection. I mean there are PC that shows "No internet access" but they have actually, it is just very very slow even file server takes a lot of time to load from each PC. When we check the firewall, it already have this error, so we restore the last backup but still not working. During that time, the dashboard also shows "Unable to check updates". When we try to remove or reinstall some packages, it shows "Another instance of pfSense-upgrade is running."
-
@stephenw10 It is the system logs.
-
That sounds more like an actual upstream connectivity issue. Perhaps the ISP is passing you an IPv6 address and isn't routing it correctly. That can present as delays when clients have to try IPv6 and wait for it to timeout before trying IPv4.
-
@stephenw10 Do you mean they do changes on our configuration? Something like that? Because we already conduct internet speed test and seems no problem with their end. Does it mean this error the system is showing has no bearing from what we are experiencing right now?
-
Which interface is re2? Are those MAC addresses known devices?
Try running at the command line (not in the gui):
pkg-static -d update
Does it fail to connect to the pkg servers? How does it fail?
-
@stephenw10 said in pfSense has detected a crash report or programming bug:
Which interface is re2? Are those MAC addresses known devices?
Actually, it has no MAC address declared. It should be the MAC address of the firewall itself or the MAC address of the router or hardware provided by our ISP?
Try running at the command line (not in the gui):
pkg-static -d update
Does it fail to connect to the pkg servers? How does it fail?
I'm sorry, cannot provide you answer right now because I'm just remoting. I will try tomorrow in the firewall itself.
-
Those MACs are from LAN side clients that appear to be moving. You might have some IP conflicts there if any of those hosts are using static IPs.
You can connect to the firewall using SSH remotely if you want to test that.
-
@stephenw10 said in pfSense has detected a crash report or programming bug:
Those MACs are from LAN side clients that appear to be moving. You might have some IP conflicts there if any of those hosts are using static IPs.
You mean there are devices that uses the same IP? Basically, we encoded to DHCP Leaeses or Server each devices that is handled by IT like this:
Or you mean there a device that uses the same IP used by re2 which is 192.168.20.254?
You can connect to the firewall using SSH remotely if you want to test that.
I will research about SSH, this will be so helpful for us.
-
I mean more than one device no the LAN trying to use, for example, 192.168.20.130.
There are some legitimate reasons why you might see that. But if none apply to you then you might have a real conflict in which case I'd expect to see some problems connecting from those devices.
https://docs.netgate.com/pfsense/en/latest/troubleshooting/logs-arp-moved.html
-
@stephenw10 We will try to find out. Thank you very much for your effort.