>From 68a4a5fa434948210afc30e62bc6ed4c0745a5a5 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Thu, 1 Sep 2011 13:00:11 +0100 Subject: [PATCH 2/2] ubuntu 10.04: Use /dev/vport0p1. Ubuntu 10.04 LTS does not have the right udev rules to create the symlink with the channel name. --- daemon/guestfsd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c index 51bb0b7..661291f 100644 --- a/daemon/guestfsd.c +++ b/daemon/guestfsd.c @@ -112,7 +112,7 @@ int autosync_umount = 1; const char *program_name = "guestfsd"; /* Name of the virtio-serial channel. */ -#define VIRTIO_SERIAL_CHANNEL "/dev/virtio-ports/org.libguestfs.channel.0" +#define VIRTIO_SERIAL_CHANNEL "/dev/vport0p1" static void usage (void) -- 1.7.0.4