Skip to content
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

[BUG] osrelease not upgraded during "bastille upgrade TARGET" #668

Open
michael-o opened this issue Jan 25, 2024 · 3 comments
Open

[BUG] osrelease not upgraded during "bastille upgrade TARGET" #668

michael-o opened this issue Jan 25, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@michael-o
Copy link
Contributor

When searching for osrelease in the code it os only touched during creation of a jail. When then jail is updated:

  • thick: it is not touched
  • thin: release is updated or re-mounted, it is not touched

I believe that at the current state it will rather provide invalid information after some time.

@michael-o michael-o added the bug Something isn't working label Jan 25, 2024
@bmac2
Copy link
Collaborator

bmac2 commented Jan 14, 2025

@michael-o is this still a valid issue? If so, how do i recreate it?

@yaazkal @tschettervictor

@michael-o
Copy link
Contributor Author

@michael-o is this still a valid issue? If so, how do i recreate it?

@yaazkal @tschettervictor

Yes, here is the spot:

osrelease = ${RELEASE};
. There is not other spot when it is modified.

Instruction:

  • Create a thick jail with 13.3-RELEASE
  • Check jail.conf for osrelease
  • Upgrade jail to 13.4-RELEASE
  • Check jail.conf for osrelease it will still say 13.3-RELEASE

@michael-o
Copy link
Contributor Author

Note that due to #658 the upgrade command is unusable for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants