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

Source path is always empty when picking host directories #1367

Open
matriculus opened this issue Jan 1, 2024 · 7 comments
Open

Source path is always empty when picking host directories #1367

matriculus opened this issue Jan 1, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@matriculus
Copy link

Explain what happens

  1. Install cockpit for ubuntu as defined in the official documentation.

  2. Install cockpit-* to install additional features for storage, network, vm, etc.

  3. Create a vm (any setting) with iso file located in host (error)
    image

  4. when step 3 fails, create vm by giving url for iso and create vm

  5. share a directory from host to vm (error)
    image

Version of Cockpit

306-1~bpo22.04.1

Where is the problem in Cockpit?

Storage

Server operating system

Ubuntu

Server operating system version

22.04.3

What browsers are you using?

Chrome

System log

No response

@matriculus matriculus added the bug Something isn't working label Jan 1, 2024
@matriculus
Copy link
Author

Installation source and source paths are not empty. but they are not recognised by cockpit

@martinpitt martinpitt transferred this issue from cockpit-project/cockpit Jan 2, 2024
@mauroao
Copy link

mauroao commented Jan 12, 2024

I have the same problem here

@M4urici0GM
Copy link

same

@M4urici0GM
Copy link

Update:
It seems a problem with current apt version, i was able to resolve the issue removing the current version and install latest:

sudo apt remove --purge cockpit-machines
sudo apt install -y cockpit-machines=303-1~bpo22.04.1

If the above version is not available, search the latest version with apt search '^cockpit-machines.*'
install, restart cockpit, the issue should be gone.

@Ejz9
Copy link

Ejz9 commented Jan 26, 2024

I downloaded the latest tar file from the releases tab. From there I ran tar xf (that file you downloaded) to extract it. Then I ran make install in the folder and voila (at least for me). I originally was using version 265 from apt.

Version: Ubuntu Latest.

@matriculus
Copy link
Author

I will try this out then

@chiennht
Copy link

I downloaded the latest tar file from the releases tab. From there I ran tar xf (that file you downloaded) to extract it. Then I ran make install in the folder and voila (at least for me). I originally was using version 265 from apt.

Version: Ubuntu Latest.

work for me, from 265 to 304 Ubuntu 22.04.04

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

5 participants