Results 1 to 2 of 2

Thread: Cannot access vdagent virtio channel ...rehat.spice ... Error Finally

  1. #1
    Join Date
    Jul 2008
    Location
    Vancouver
    Beans
    349
    Distro
    Ubuntu 18.04 Bionic Beaver

    Red face Cannot access vdagent virtio channel ...rehat.spice ... Error Finally

    This Error is so common

    "Cannot access vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0"

    And very few solutions ... but this worked!

    Solution
    ‣ Basically adding the line:
    X-GNOME-Autostart-enabled=false
    • To the files:
    /etc/xdg/autostart/spice-vdagent.desktop
    /usr/share/gdm/autostart/LoginWindow/spice-vdagent.desktop
    Then stop and disable the service:
    Code:
    $ sudo systemctl stop spice-vdagentd
    Code:
    $ sudo systemctl disable spice-vdagentd
    Code:
    • sudo gedit /etc/xdg/autostart/spice-vdagent.desktop
    I hope it helps, Mark

  2. #2
    Join Date
    Jul 2008
    Location
    Vancouver
    Beans
    349
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Cannot access vdagent virtio channel ...rehat.spice ... Error Finally

    Yep The Error is Finally Gone even after 2 restarts

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •