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

start / shutdown should not assume there are usb device mappings #1

Open
mstovenour opened this issue Dec 16, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@mstovenour
Copy link
Owner

Need to thoroughly test a VM configuration where there are no usbHostDev entries

Also test case where usbHostDev entries exist but none are currently present:

virt-compose start example_vm1
...
Warning:  Could not locate device -> name: usb-FTDI_TTL232R-3V3_FTF50XXM
Warning:  Continuing without device
Warning:  Could not locate device -> name: usb-FTDI_TTL232R_FTDPY3VD
Warning:  Continuing without device
Info: Creating udev rules file: /etc/udev/rules.d/90-virt-compose-example_vm1.rules

virt-compose shutdown example_vm1
...
Info: Removing udev rules file: /etc/udev/rules.d/90-virt-compose-example_vm1.rules
rm: cannot remove '/etc/udev/rules.d/90-virt-compose-example_vm1.rules': No such file or directory
Error: Failed to remove /etc/udev/rules.d/90-virt-compose-example_vm1.rules

@mstovenour mstovenour added the bug Something isn't working label Dec 16, 2024
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

1 participant