search for: msg00071

Displaying 8 results from an estimated 8 matches for "msg00071".

Did you mean: msg00011
2009 Apr 06
2
Bonpower Crashes Trying Sparse Matrix (Igraph)
...Bonpow works for few graphs and for few others it goes out of memory. I did see reply to one of the posting Alph Centrality Crashed in Igraph memory error. The solution in the posting was to use sparse matrix. This is the link of the message. http://lists.gnu.org/archive/html/igraph-help/2008-04/msg00071.html I was able to obtain edgelist for the graph and I do not know how to convert that to sparse matrix and obtain bonpow. Can someone help me. This is what I tried Summary(g) Vertices: 8047 Edges: 99060 Directed: FALSE No graph attributes. Vertex attributes: name. No edge attributes. I use get....
2013 Apr 23
1
Xen with openvswitch integration
...ify its networking script. This pages testing it http://lists.xen.org/archives/html/xen-users/2012-07/msg00332.html and provide the script. another modification is from this page Another Xen openvswitch networking script hacking is from this page http://lists.xen.org/archives/html/xen-users/2011-08/msg00071.html. I dont know which one is better integration or does Xen have its own way in Xen 4.2 to integrate it with Openvswitch? However I don''t know whether this modification impact with Remus. Remus working with vif and this modification replaced vif with another approach. Please suggest, B...
2008 Oct 13
4
file missing
Do you have a rails.cmd or a rails.bat at C:\ruby\bin? I have a rails.bat, but not a rails.cmd! I am wondering if I accidentally deleted rails.cmd! What do you say? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2014 Oct 10
0
Re: missing btrfs subvol support
...t; host seems to behave correctly: I don't think this is related to Augeas. Instead, I think it's the naming convention SUSE uses for the root btrfs subvolume (@). I encountered this same issue in virt-v2v and posted a question here: https://www.redhat.com/archives/libguestfs/2014-April/msg00071.html At the time, the problem only seemed to break v2v in SUSE environments, so I created a local patch to strip out the duplicate root in the v2v process. As other tools are running into this, we should probably deal with this in guestfs itself. -Mike
2014 Oct 10
2
Re: missing btrfs subvol support
On Fri, Oct 10, Richard W.M. Jones wrote: > My guess is that the last one (opt/value) will be different for you. Thanks for the pointers. I will poke around. At least augtool on the host seems to behave correctly: olaf@bax:~ $ cd /dev/shm/$$ bash: cd: /dev/shm/3570: Datei oder Verzeichnis nicht gefunden olaf@bax:~ $ mkdir $_ olaf@bax:~ $ cd $_ olaf@bax:/dev/shm/3570 $ mkdir etc
2017 Mar 23
2
[PATCH] p2v: Use lscpu instead of libvirt to get CPU information.
...mware/acpi> exists. * - * Note that #vCPUs and amount of RAM is handled by F<main.c>. + * CPU model is essentially impossible to get without using libvirt, + * but we cannot use libvirt for the reasons outlined in this message: + * https://www.redhat.com/archives/libvirt-users/2017-March/msg00071.html * - * See: L<https://libvirt.org/formatdomain.html#elementsCPU> + * Note that #vCPUs and amount of RAM is handled by F<main.c>. */ #include <config.h> @@ -40,15 +37,10 @@ #include <stdarg.h> #include <string.h> #include <errno.h> +#include <erro...
2012 Nov 28
12
how to enable dom0 and domu share same physical network...
Hi, I have two physical machines connected through a switch in a 192.168.1.* subnet. Dom0''s are assigned static ip addresses 192.168.1.100, 192.168.1.101 respectively. Dom0''s can ping each other. Each physical machine has a domu guest and static address assigned to domu''s are 192.168.1.200, 192.168.1.201 respectively. However domu''s can neither ping each other
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is time to remove it from libguestfs. [1] https://github.com/libguestfs/virt-p2v [2] http://download.libguestfs.org/virt-p2v/ Pino Toscano (2): Remove virt-p2v Remove remaining virt-p2v bits .gitignore | 4 - Makefile.am | 7 +- bash/Makefile.am