linuxserver / docker-baseimage-kasmvnc

Base Images for remote web based Linux desktops using KasmVNC for many popular distros.
GNU General Public License v3.0
344 stars 60 forks source link

[BUG] kasminit fails - missing ip command #77

Closed djarbz closed 3 months ago

djarbz commented 3 months ago

Is there an existing issue for this?

Current Behavior

Using the fedora-kde image, the container will not startup due to missing of the ip command.

See my notes in https://github.com/linuxserver/docker-webtop/issues/240

Expected Behavior

Container should start and present the desktop via KasmVNC.

Steps To Reproduce

Deploy and start a workspace using webtop:fedora-kde

Environment

- OS: Fedora 39
- How docker service was installed: dnf

Docker creation

Kasm Workspace

Container logs

/kasminit: line 79: ip: command not found
/kasminit: line 79: ip: command not found
/kasminit: line 79: ip: command not found
/kasminit: line 79: ip: command not found
/kasminit: line 79: ip: command not found
/kasminit: line 79: ip: command not found
/kasminit: line 79: ip: command not found
/kasminit: line 79: ip: command not found
...
github-actions[bot] commented 3 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

thelamer commented 3 months ago

Yep specific to Fedora, my fault. Pull latest and the webtops have been rebuilt.

djarbz commented 2 months ago

I can confirm this is working, thank you.