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 - astewart

#1
Quote from: Fright on March 10, 2024, 08:07:26 AM
Hi
"password policy constraints" enabled maybe?

I haven't set or changed anything in regards to "password policy constraints".

The ONLY thing that I did that is user related is create an additional user, which is part of the preexisting admin group. This user has limitations since I am only using it for the API, to be used by my HomeAssistant setup. I never touched anything relating to the 'root' user, or the admin group ACL.

Everything was working fine for the 3 days after adding the user. Once I updated to version 24.1.3_1, that's when the issues started.

To add, this is a fairly new setup/install as well.
#2
Anyone have any idea's what might be the issue here?

Is there a way on the backend to reset the permissions specifically on the web GUI?
I'm not 100% sure how the root users ACL might have changed since the GUI itself is not allowing root to access most web URIs.
#3
Hey guys,

Not exactly sure what is going on here but after updating to version 24.1.3_1, I have basically no access to most areas in the GUI. I cannot make any changes at all in the GUI, as I only have access to the 'diagnostic' pages and Insight. Insight has no data available.

I am using the cicada theme if that makes any difference. I only have a couple of plugins actually installed. No, I do not have os-dyndns installed either.

Anytime I type the URI to a specific section manually, I get error 403.
On the backend, I see the following errors:

latest config log:
<163>1 2024-03-07T15:19:06-04:00 firewall.local.redacted.com api 62235 - [meta sequenceId="541"] uri /api/diagnostics/firewall/log/?digest=&limit=100 not accessible for user root
<163>1 2024-03-07T15:19:08-04:00 firewall.local.redacted.com api 62235 - [meta sequenceId="544"] uri /api/interfaces/overview/interfacesInfo/1 not accessible for user root
<163>1 2024-03-07T15:19:12-04:00 firewall.local.redacted.com api 12917 - [meta sequenceId="549"] uri /api/core/service/search not accessible for user root
<163>1 2024-03-07T15:19:12-04:00 firewall.local.redacted.com api 53134 - [meta sequenceId="550"] uri /api/routes/gateway/status not accessible for user root


The latest audit log shows something similiar:
<38>1 2024-03-07T15:51:01-04:00 firewall.local.redacted.com configd.py 228 - [meta sequenceId="111"] action allowed firmware.product for user root
<38>1 2024-03-07T15:51:01-04:00 firewall.local.redacted.com configd.py 228 - [meta sequenceId="112"] action allowed system.temp for user root



I have already reboot twice but no change. I took a look at the permissions on the www files, and everything looks ok there. Root and Wheel, 644 are files and 755 are folders.

Any ideas what might be the cause here?

Thanks guys!
#4
Zenarmor (Sensei) / Re: missing dependency
July 13, 2022, 01:47:57 AM
Just to note, I tried reinstalling packages os-sensei and os-sensei-agent from the command-line, but that didn't resolve it. Funny I didn't get the missing dependencies errors when reinstalling those packages. I do when I run a normal Opnsense update.

#5
Zenarmor (Sensei) / Re: missing dependency
July 13, 2022, 01:20:20 AM
Yeah, I'm also experiencing a similiar issue here after updating to OPNsense 22.1.10-amd64.

Seems I'm missing the following dependencies for os-sensei:

os-sensei is missing a required shared library: libpython3.8.so.1.0
py37-pymongo has a missing dependency: python37
py37-pymongo has a missing dependency: py37-setuptools
py37-pymongo is missing a required shared library: libpython3.7m.so.1.0

>>> Missing package dependencies were detected.
>>> Found 2 issue(s) in the package database.

pkg-static: No packages available to install matching 'python37' have been found in the repositories
pkg-static: No packages available to install matching 'py37-setuptools' have been found in the repositories
>>> Summary of actions performed:

python37 dependency failed to be fixed
py37-setuptools dependency failed to be fixed

>>> There are still missing dependencies.
>>> Try fixing them manually


I haven't figured out a way yet to resolve this yet. Any idea guys?

Thanks!