search for: msg00187

Displaying 5 results from an estimated 5 matches for "msg00187".

Did you mean: msg00177
2018 Nov 20
3
[PATCH v4 0/2] v2v: -o openstack: -oo verify-server-certificate=(true|false) (RHBZ#1651432).
The first patch restricts passthrough parameters to ones matching "os-*". This was how it was documented, but not how it was implemented. The second patch is the same as v2 here: https://www.redhat.com/archives/libguestfs/2018-November/msg00187.html Rich.
2006 May 09
0
Re: MTU limits?
...ip link set xen-br0 mtu 16896 > > SIOCSIFMTU: Invalid argument > > > > We''re using xen-unstable, but a very similar issue was discussed > > regarding 2.0.6 on the list a while back, see: > > > > http://lists.xensource.com/archives/html/xen-users/2005-07/msg00187.html > > > > IIRC, the poster was suggesting that the 1500 MTU limit is in the bridge > > or the vif code and I was wondering if this is the case. > > > Afaik the vif code of 2.0.x uses a 4k max ringbuffer for transfering packets, > and does not handle overflows of tha...
2008 Jul 21
1
where is printconf-tui on CENTOS 5.2 (migrate printer configuration)????
we are migrated CENTOS from 4.X to 5.2 on seperate DELL servers.? For printer definition migrate on CENTOS 4.X , we can use following command: ??? printconf-tui --Ximport < printers.xml I can not find "printconf-tui" command on CENTOS 5.2.? Does anyone know how to migrate printer configuration on CENTOS 5.2? Thanks.
2015 Jun 11
1
Re: [PATCH] New API: btrfs_filesystem_show_all
...drop the need for the "device" field. > > Also, aren't label and uuid available using existing APIs already? Although we had some kind of this API, this API could combine them together and bring us convenient. Pls check: https://www.redhat.com/archives/libguestfs/2015-March/msg00187.html Regards, - Chen > > -- > Pino Toscano > > _______________________________________________ > Libguestfs mailing list > Libguestfs@redhat.com > https://www.redhat.com/mailman/listinfo/libguestfs
2015 Jun 11
2
[PATCH] New API: btrfs_filesystem_show_all
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> --- daemon/btrfs.c | 176 +++++++++++++++++++++++++++++++++++++++++++++++++++ generator/actions.ml | 19 ++++++ generator/structs.ml | 13 ++++ src/MAX_PROC_NR | 2 +- 4 files changed, 209 insertions(+), 1 deletion(-) diff --git a/daemon/btrfs.c b/daemon/btrfs.c index 39392f7..09f7615 100644 --- a/daemon/btrfs.c +++