-
-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing pfsense-restapi causes "pfSense-upgrade -d -c" to throw a warning #588
Comments
I tested all of the v2 versions and the error/warning doesn't happen on all versions from 2.2.0 to 2.1.3 but it does start with 2.2.0 and above. |
Thanks for reporting! I see the same behavior, but I don't see any significant difference between the output of v2.1.3 and v2.2.0 from the command it's complaining about This will be a little hard to debug because |
I believe I found the issue. For now, I can update the build process to exclude tests from the package in releases since those don't serve any functional purpose beyond development. That should give a little more wiggle room for a while. I'll need to find a better long term solution however. |
Oh interesting findings, thanks for digging into it further so quickly! That forum thread mentioned that they might have addressed what they called a cosmetic issue in a yet to be released patch (mentioned near the end of the thread) so maybe they addressed the limit, assuming that’s indeed it. |
Describe the bug
After installing pfsense-restapi, it causes
pfSense-upgrade -d -c
to throw a warning:This is also present in the UI when looking at the
System Update
screen:Before installed:
After installed:
Here is the output of
/usr/local/sbin/pkg-static info -R --raw-format json-compact pfSense-pkg-\*
which it complains about:post.json
I can only guess that maybe there is something that pfSense is not expecting when parsing the output. From what I see from a Netgate forum post, this is just a cosmetic issue and doesn't actually cause any problems but I thought I would report it in case it does eventually cause any issues.
To Reproduce
Steps to reproduce the behavior:
System Update
screen; also visible from the CLI runningpfSense-upgrade -d -c
Expected behavior
I wouldn't expect this to happen. The v1
pfsense-api
package doesn't cause this behavior. Unsure of what is happening when the v2 package is installed.Screenshots or Response
If applicable, add screenshots or response data to help explain your problem.
pfSense Version & Package Version:
Affected Endpoints:
n/a
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: