Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - brot1337

#1
Quote from: franco on December 19, 2024, 04:53:50 PMYes, please install os-microcode-intel and reboot. It should be fine after.

The issues are gone, I have not noticed any more reboots. Thank you very much for the quick support! :)
#2
Thank you very much for your efforts, Ive just installed the latest microcode update. I will keep this thread updated
#3
Yeah, I'm using that one: https://www.amazon.de/gp/product/B0CJ5L7SH6/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&th=1



root@opnsense:~ #  sysctl hw.model hw.machine hw.ncpu
hw.model: Intel(R) N100
hw.machine: amd64
hw.ncpu: 4


   
vendor     = 'Intel Corporation'
device     = 'Ethernet Controller I226-V'

I've not edited or enabled anything for microcode updates so far. So I should probably install the corresponding plugin? https://docs.opnsense.org/manual/cpu-microcode.html
#4
Thank you very much! :)

I've just noticed the following error message in the log of the backend component. Is this something related?

[117b382c-2e02-4b43-bec3-a92cbc20f5cb] Script action failed with Command '/usr/local/opnsense/scripts/system/sysctl.py --gather' returned non-zero exit status 1. at Traceback (most recent call last): File "/usr/local/opnsense/service/modules/actions/script_output.py", line 78, in execute subprocess.check_call(script_command, env=self.config_environment, shell=True, File "/usr/local/lib/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '/usr/local/opnsense/scripts/system/sysctl.py --gather' returned non-zero exit status 1.

When I execute the sysctl command in a shell I get the following error:

root@opnsense:~ # /usr/local/opnsense/scripts/system/sysctl.py --gather
Traceback (most recent call last):
  File "/usr/local/opnsense/scripts/system/sysctl.py", line 65, in <module>
    sp = subprocess.run(['/sbin/sysctl', '-a'], capture_output=True, text=True)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/subprocess.py", line 550, in run
    stdout, stderr = process.communicate(input, timeout=timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/subprocess.py", line 1209, in communicate
    stdout, stderr = self._communicate(input, endtime, timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/subprocess.py", line 2153, in _communicate
    stdout = self._translate_newlines(stdout,
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/subprocess.py", line 1086, in _translate_newlines
    data = data.decode(encoding, errors)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x82 in position 63443: invalid start byte


I've already searched for the Unicode-Decode error, but I couldn't find any related issue at github.

Is it perhaps due to my sysctl parameters?
#5
Quote from: franco on December 19, 2024, 10:54:06 AMThere is no 24.7.11 kernel...

# opnsense-update -zkr 24.7.10_2 is the hotfixed debug kernel that belongs to 24.7.10.



Cheers,
Franco

But does this kernel also works with opnsense 24.7.11 ?

Quote from: dseven on December 19, 2024, 10:22:40 AMIf your stack trace looks the same, it might be better to join that existing discussion, rather than fragment into another one about the same topic.

I also get Fatal trap 12: page fault while in kernel mode errors, but the rest of the trace seems to be different.

Quote from: dseven on December 19, 2024, 10:22:40 AMThe debug kernel is not going to fix the problem - only potentially help the developers find it.

I know, but it helps with troubleshooting :)


Cheers

#6
Hey guys,

my firewall crashes daily with one of the above trap error messages.

Unfortunately I have already submitted the latest crash report via bug tracker therefore I can't post any details here.

I've already seen the other Thread https://forum.opnsense.org/index.php?topic=44695.0 where it is suggested to install a debug kernel.

Although I'm using a newer version (24.7.11) and couldn't find a corresponding debug kernel.

root@opnsense:~ # opnsense-update -zkr dbg-24.7.11
Fetching kernel-dbg-24.7.11-amd64.txz: ..[fetch: https://mirror.dns-root.de/opnsense/FreeBSD:14:amd64/snapshots/sets/kernel-dbg-24.7.11-amd64.txz.sig: Not Found] failed, no signature found

Is there a newer version available? Or is this kernel compatible with 24.7.11?

Thank you very much!
#7
Latest Android15 Beta (Pixel 7) a new Pixel 8 with Android 14 and an older Samsung Phone (Android 13 or something like that) Every device has the same issue. :-/



#8
"Advertise Default Gateway" is enabled in the GUI though.  :o

When I set the link-local-address/64 under "Advertise Routes" the RA daemon crashes.
#9
I can see multiple IPV6 addresses in the wifi settings (dns,link-local and two addresses within the delegated ipv6-subnet)

When I check the routing via "ip route get" on my android device, I get an: "Network is unrechable" error.

'ip route get' on link-local addresses is working.

ip -6 route show table wlan0 shows:

2a00:XXX:XXX:6700::/64 dev wlan0 proto kernel metric 256 expires 86293sec pref medium
2a00:XXX:XXX:6700::/64 dev wlan0 proto static metric 1024 pref medium
fe80::/64 dev wlan0 proto kernel metric 256 pref medium
#10
Yes, the interface does have own IPv6 IP in the delegated. All other devices are working as expected, only my android devices can't establish an IPv6 connection.

This is the radvdump output. Seems ok for me.

@opnsense:~ # radvdump
#
# radvd configuration generated by radvdump 2.19
# based on Router Advertisement from fe80::aab8:e0ff:fe03:f340
# received by interface igc1
#

interface igc1 (LAN)
{
AdvSendAdvert on;
# Note: {Min,Max}RtrAdvInterval cannot be obtained with radvdump
AdvManagedFlag off;
AdvOtherConfigFlag off;
AdvReachableTime 0;
AdvRetransTimer 0;
AdvCurHopLimit 64;
AdvDefaultLifetime 1800;
AdvHomeAgentFlag off;
AdvDefaultPreference medium;
AdvLinkMTU 1500;
AdvSourceLLAddress on;

prefix 2a00:XXXX:XXXX:6700::/64
{
AdvValidLifetime 86400;
AdvPreferredLifetime 14400;
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr off;
}; # End of prefix definition


RDNSS 2a00:XXX:XXXX:6700:XXXX:e0ff:fe03:XXXX
{
AdvRDNSSLifetime 600;
}; # End of RDNSS definition


DNSSL localdomain
{
AdvDNSSLLifetime 600;
}; # End of DNSSL definition

}; # End of interface definition
G#
# radvd configuration generated by radvdump 2.19
# based on Router Advertisement from fe80::ff:fe02:201
# received by interface igc0
#

interface igc0 (WAN)
{
AdvSendAdvert on;
# Note: {Min,Max}RtrAdvInterval cannot be obtained with radvdump
AdvManagedFlag on;
AdvOtherConfigFlag off;
AdvReachableTime 0;
AdvRetransTimer 0;
AdvCurHopLimit 64;
AdvDefaultLifetime 1800;
AdvHomeAgentFlag off;
AdvDefaultPreference medium;
AdvSourceLLAddress on;
AdvLinkMTU 1500;
}; # End of interface definition
#11
Hey guys,

I can't get IPv6 running on all my android devices. Ive tried almost every Router Advertisement mode. Unmanaged/Managed/Assisted/Stateless. Other devices are working flawlessly.

The android devices are getting an IP address via SLAAC but no route/gateway. When I check the connection via whatismyip.com I get "My Public IPv6: Not Detected"

Any idea how to fix this?

I'm running the latest opnsense version.