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

Fedora package misses dependency for hostname #293

Open
gbraad opened this issue Oct 22, 2024 · 1 comment
Open

Fedora package misses dependency for hostname #293

gbraad opened this issue Oct 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@gbraad
Copy link

gbraad commented Oct 22, 2024

The Fedora container image does not come with the hostname command installed, but the kasm vncserver script depends/needs this command to name the desktop.

https://github.com/kasmtech/KasmVNC/blob/master/unix%2Fvncserver#L1209

Workaround: sudo dnf install hostname

Solution: add dependency to RPM spec

@mmcclaskey mmcclaskey added the bug Something isn't working label Nov 7, 2024
@gbraad
Copy link
Author

gbraad commented Dec 11, 2024

- Requires: xorg-x11-xauth, xkeyboard-config, xkbcomp, openssl, perl, perl-Switch, perl-YAML-Tiny, perl-Hash-Merge-Simple, perl-Scalar-List-Utils, perl-List-MoreUtils, perl-Try-Tiny, perl-DateTime-TimeZone, mesa-libgbm, libxshmfence
+ Requires: xorg-x11-xauth, xkeyboard-config, xkbcomp, openssl, perl, perl-Switch, perl-YAML-Tiny, perl-Hash-Merge-Simple, perl-Scalar-List-Utils, perl-List-MoreUtils, perl-Try-Tiny, perl-DateTime-TimeZone, mesa-libgbm, libxshmfence, hostname 

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