search for: 08t19

Displaying 4 results from an estimated 4 matches for "08t19".

Did you mean: 08t13
2016 Feb 08
2
Re: [PATCH v2 2/2] New API: get-sockdir
...s you saw, there were a few problems with this patch. However I also found something more fundamental. 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 def...
2012 Jan 08
3
Samba 4 krb5.keytab confusion
....SITE 1 lynn2 at HH3.SITE 1 lynn2 at HH3.SITE This all seems OK: Kerberos: TGS-REQ steve-pc$@HH3.SITE from ipv4:192.168.1.2:46585 for STEVE-PC$@HH3.SITE [canonicalize, renewable, forwardable] Kerberos: TGS-REQ authtime: 2012-01-08T09:35:01 starttime: 2012-01-08T09:35:16 endtime: 2012-01-08T19:35:01 renew till: 2012-01-15T09:35:01 Kerberos: TGS-REQ steve4 at HH3.SITE from ipv4:192.168.1.2:46577 for host/steve-pc.hh3.site at HH3.SITE [canonicalize, renewable, forwardable] Kerberos: TGS-REQ authtime: 2012-01-08T09:35:06 starttime: 2012-01-08T09:35:06 endtime: 2012-01-08T19:35:06 renew...
2016 Feb 09
0
Re: [PATCH v2 2/2] New API: get-sockdir
...s with this patch. However I also > found something more fundamental. > > 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...
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