Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] spice-gtk 0.39-1: USB redirection error
@ 2021-10-15  1:17 EppurSiMu0ve
  2021-10-15 22:16 ` EppurSiMu0ve
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: EppurSiMu0ve @ 2021-10-15  1:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1006 bytes --]

New issue by EppurSiMu0ve on void-packages repository

https://github.com/void-linux/void-packages/issues/33548

Description:
### System

* xuname:  
  Void 5.13.19_1 x86_64 AuthenticAMD uptodate rF

* packages:  
  spice-gtk-0.39_1
  libvirt-7.8.0_2
  libvirt-glib-4.0.0_1
  libvirt-python3-7.8.0_2
  virt-manager-3.2.0_2

### Expected behavior
  Getting redirection of a USB device from host to the virtual machine.

### Actual behavior
  Virt-Manager raises a window showing this error:
    USB redirection error
    spice-client-error-quark: Could not redirect "USB device name" [Vendor:Product] at Bus-Device: Error setting USB device node ACL: 'Error setting facl: Operation not permitted' (0)
    Details:
    USB redirection error

### Steps to reproduce the behavior
  try to redirect USB Device with virt-manager while having spice-gtk-0.39_1 installed.

### PS
  If it helps, it seems it was solved on Arch Linux: https://bugs.archlinux.org/task/69428#comment196031%60

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: spice-gtk 0.39-1: USB redirection error
  2021-10-15  1:17 [ISSUE] spice-gtk 0.39-1: USB redirection error EppurSiMu0ve
@ 2021-10-15 22:16 ` EppurSiMu0ve
  2021-10-16 18:49 ` ahesford
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: EppurSiMu0ve @ 2021-10-15 22:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 272 bytes --]

New comment by EppurSiMu0ve on void-packages repository

https://github.com/void-linux/void-packages/issues/33548#issuecomment-944769179

Comment:
Just in case you need that information, my user is these groups: wheel floppy audio video cdrom optical kvm xbuilder libvirt

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: spice-gtk 0.39-1: USB redirection error
  2021-10-15  1:17 [ISSUE] spice-gtk 0.39-1: USB redirection error EppurSiMu0ve
  2021-10-15 22:16 ` EppurSiMu0ve
@ 2021-10-16 18:49 ` ahesford
  2021-10-24 15:47 ` EppurSiMu0ve
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2021-10-16 18:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 423 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/33548#issuecomment-944981696

Comment:
Do you have `elogind` installed and enabled? That may set necessary ACLs on USB devices to enable host -> guest USB forwarding. Otherwise, you probably need to work some magic with udev. (USB forwarding also fails to work for me with `virt-viewer` because I don't use `elogind`.)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: spice-gtk 0.39-1: USB redirection error
  2021-10-15  1:17 [ISSUE] spice-gtk 0.39-1: USB redirection error EppurSiMu0ve
  2021-10-15 22:16 ` EppurSiMu0ve
  2021-10-16 18:49 ` ahesford
@ 2021-10-24 15:47 ` EppurSiMu0ve
  2021-10-24 16:53 ` ahesford
  2021-10-24 16:53 ` [ISSUE] [CLOSED] " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: EppurSiMu0ve @ 2021-10-24 15:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 629 bytes --]

New comment by EppurSiMu0ve on void-packages repository

https://github.com/void-linux/void-packages/issues/33548#issuecomment-950347808

Comment:
@ahesford in fact, I installed `elogind` and enabled it for testing and USB redirection worked, in a strange way, because this redirection happened automatically as soon as I sticked the USB device (I remember, sometime ago, I had to choose to do it from menu), anyway... It worked, so this issue can be closed since this is not a bug. I unninstaled it because I'm using Void for being systemd free. If know a way to do it without using `elogind`, please let me know it. Thank you!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: spice-gtk 0.39-1: USB redirection error
  2021-10-15  1:17 [ISSUE] spice-gtk 0.39-1: USB redirection error EppurSiMu0ve
                   ` (2 preceding siblings ...)
  2021-10-24 15:47 ` EppurSiMu0ve
@ 2021-10-24 16:53 ` ahesford
  2021-10-24 16:53 ` [ISSUE] [CLOSED] " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2021-10-24 16:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 600 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/33548#issuecomment-950357421

Comment:
Unfortunately, this may not be possible without `elogind`. I assumed that it would be looking in `/dev/bus/usb/*` for device nodes, but changing group ownership on a device node wasn't sufficient to allow passthrough of that device. `virt-manager` still attempted and failed to set some ACLs when I tried to configure passthrough. Maybe changing permissions on the `/dev/bus/usb/*` directories themselves is sufficient, but I haven't gone that far to test.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ISSUE] [CLOSED] spice-gtk 0.39-1: USB redirection error
  2021-10-15  1:17 [ISSUE] spice-gtk 0.39-1: USB redirection error EppurSiMu0ve
                   ` (3 preceding siblings ...)
  2021-10-24 16:53 ` ahesford
@ 2021-10-24 16:53 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2021-10-24 16:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1009 bytes --]

Closed issue by EppurSiMu0ve on void-packages repository

https://github.com/void-linux/void-packages/issues/33548

Description:
### System

* xuname:  
  Void 5.13.19_1 x86_64 AuthenticAMD uptodate rF

* packages:  
  spice-gtk-0.39_1
  libvirt-7.8.0_2
  libvirt-glib-4.0.0_1
  libvirt-python3-7.8.0_2
  virt-manager-3.2.0_2

### Expected behavior
  Getting redirection of a USB device from host to the virtual machine.

### Actual behavior
  Virt-Manager raises a window showing this error:
    USB redirection error
    spice-client-error-quark: Could not redirect "USB device name" [Vendor:Product] at Bus-Device: Error setting USB device node ACL: 'Error setting facl: Operation not permitted' (0)
    Details:
    USB redirection error

### Steps to reproduce the behavior
  try to redirect USB Device with virt-manager while having spice-gtk-0.39_1 installed.

### PS
  If it helps, it seems it was solved on Arch Linux: https://bugs.archlinux.org/task/69428#comment196031%60

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-10-24 16:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15  1:17 [ISSUE] spice-gtk 0.39-1: USB redirection error EppurSiMu0ve
2021-10-15 22:16 ` EppurSiMu0ve
2021-10-16 18:49 ` ahesford
2021-10-24 15:47 ` EppurSiMu0ve
2021-10-24 16:53 ` ahesford
2021-10-24 16:53 ` [ISSUE] [CLOSED] " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).