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] Cosmetics bugs on 0.12.20250111 Pre-release #806

Closed
2Belette opened this issue Jan 13, 2025 · 7 comments
Closed

[BUG] Cosmetics bugs on 0.12.20250111 Pre-release #806

2Belette opened this issue Jan 13, 2025 · 7 comments
Labels
bug Something isn't working

Comments

@2Belette
Copy link

[MANDATORY] Describe the bug [MANDATORY]

When bootstraping if I create the dataset prior to run the bootstrap command I got :
cannot create 'zroot/bastille': dataset already exists

is it expected ? (I am still not sure if I should create the dataset or let bastille do it for me)

I also got a chmod issue straight after :
chmod: /usr/local/bastille: No such file or directory

Another one if no container is created, doing a bastille list is OK but a bastille list -a exposing some grep issues.

bastille list   
   JID  IP Address      Hostname                      Path

bastille list -a
grep: : No such file or directory
grep: : No such file or directory

[MANDATORY] Bastille and FreeBSD version (paste bastille -v && freebsd-version -kru output)
git master on FreeBSD 14.2

[MANDATORY] How did you install bastille? (port/pkg/git)
git

[optional] Steps to reproduce?

[optional] Expected behavior
A clear and concise description of what you expected to happen.

[optional] Screenshots
If applicable, add screenshots to help explain your problem.

[optional] Additional context
Add any other context about the problem here.

@2Belette 2Belette added the bug Something isn't working label Jan 13, 2025
@tschettervictor
Copy link
Collaborator

Bastille needs to create the dataset or you will get the error you are getting.

As for the cosmetic bug, we are aware of it and are working to fix it.

@2Belette
Copy link
Author

Thanks!

@tschettervictor
Copy link
Collaborator

#812

@2Belette
Copy link
Author

Thanks fixed with #812

@2Belette
Copy link
Author

Small thing, I realized that bastille list is not showing any IP addresses whereas bastille list -a is ?

@tschettervictor
Copy link
Collaborator

tschettervictor commented Jan 15, 2025

By design. 'bastille list' runs 'jls' on your system. It will not show jails that aren't running, and will not show the VNET IP of VNET jails.

'bastille list -a' does its own thing and finds the IP in jail.conf.

@2Belette
Copy link
Author

All clear, I should have read the documentation...(but I don't remember seeing it.

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