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

Wrong hostname with Debian on Fedora host #94

Closed
slimhk45 opened this issue May 22, 2024 · 1 comment
Closed

Wrong hostname with Debian on Fedora host #94

slimhk45 opened this issue May 22, 2024 · 1 comment

Comments

@slimhk45
Copy link

slimhk45 commented May 22, 2024

I installed the last version of BoxBuddy from FlatHub.

My host is Bluefin (a battery-included Fedora Silverblue distribution).

When I create a Debian box with BoxBuddy, I always get the wrong hostname. I tried to create the Debian box manually to check if it is a Distrobox problem:

distrobox create --image quay.io/toolbx-images/debian-toolbox:latest --name debian --home /var/home/user/Debian/ --nvidia

distrobox enter debian

and it also returned the wrong hostname user@fedora instead of user@debian.

To solve this problem I need to avoid using BoxBuddy for Debian boxes creation on my Bluefin and use this command that enforces the hostname I want:

distrobox create --image quay.io/toolbx-images/debian-toolbox:latest --name debian --hostname debian --home /var/home/user/Debian/ --nvidia

Is it possible for BoxBuddy to enforce the hostname automatically (using the name variable of the box) for Debian boxes on Fedora Silverblue hosts like Bluefin?

@Dvlv
Copy link
Owner

Dvlv commented May 22, 2024

Hello, problems with created boxes need to be logged upstream with Distrobox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants