search for: libguestfsditts9

Displaying 3 results from an estimated 3 matches for "libguestfsditts9".

2016 Feb 08
2
Re: [PATCH v2 2/2] New API: get-sockdir
...undamental. On machines where XDG_RUNTIME_DIR is set to /run/user/$UID, it fails badly when run as root: Original error from libvirt: internal error: process exited while connecting to monitor: 2016-02-08T19:17:42.375986Z qemu-system-x86_64: -chardev socket,id=charserial0,path=/run/user/0/libguestfsdittS9/console.sock: Failed to connect socket: Permission denied [code=1 int1=-1] This is because libvirt runs the appliance as qemu.qemu, which cannot access /run/user/0 (mode 0700). This is the default configuration when accessing a remote machine using `ssh root@remote virt-tool ...' I think w...
2016 Feb 09
0
Re: [PATCH v2 2/2] New API: get-sockdir
...XDG_RUNTIME_DIR is set to /run/user/$UID, it fails > badly when run as root: > > Original error from libvirt: internal error: process exited while > connecting to monitor: 2016-02-08T19:17:42.375986Z qemu-system-x86_64: > -chardev > socket,id=charserial0,path=/run/user/0/libguestfsdittS9/console.sock: > Failed to connect socket: Permission denied [code=1 int1=-1] > > This is because libvirt runs the appliance as qemu.qemu, which cannot > access /run/user/0 (mode 0700). > > This is the default configuration when accessing a remote machine > using `ssh root@r...
2016 Feb 03
4
[PATCH v2 1/2] launch: add internal helper for socket paths creation
Introduce an internal helper to create paths for sockets -- will be useful for changing later the logic for placing sockets. Futhermore, check that the length of sockets won't overflow the buffer for their filenames. --- src/guestfs-internal.h | 1 + src/launch-direct.c | 4 +++- src/launch-libvirt.c | 10 ++++++---- src/launch.c | 17 +++++++++++++++++ 4 files changed, 27