search for: mynod

Displaying 20 results from an estimated 30 matches for "mynod".

Did you mean: mknod
2011 Apr 19
1
self-referential representations in S4
I'm trying to do the following: > setClass("MyNode", representation(parent = "MyNode")) [1] "MyNode" Warning message: undefined slot classes in definition of "MyNode": parent(class "MyNode") I scanned the docs, but found nothing. The representation function has no problem, it's the setClass functio...
2007 Apr 13
2
puppet reporting an older version installation
...n, but I''m receiving reports like this: ensure changed ''0.22.3-1'' to ''0.20.0-1.fc4'' Here the logs of one of the servers (CentOS 4.3) at the update moment: puppetd[16126]: Starting configuration run yum: Updated: puppet.i386 0.22.3-1 puppetd[16126]: (//mynode.com/anynode/Package[puppet]/ensure) ensure changed ''0.22.2-1'' to ''0.22.3-1'' puppetd[16126]: Finished configuration run in 78.08 seconds puppetd[16126]: Starting configuration run puppetd[16126]: (//mynode.com/anynode/Package[puppet]/ensure) ensure changed '...
2016 Jul 13
2
Host not reachable over UDP
Dear all, I have been successfully running for quite some time a tinc 1.1 network in switch mode. I recently added a new node, that refuses to communicate over UDP. Running "tinc info mynode" from a different box returns: Reachability: directly with TCP It appears that tincd is not listening on UDP port 655 on "mynode". Running "ss -nlptu | grep tincd": tcp LISTEN 0 3 *:655 *:* users:(("tincd",pid=10097,fd...
2009 Sep 18
5
Using variables in virtual resources
Hi. I''ve defined a virtual user "kenneth", and depending on a variable in the node definiton I''d like to add the users to different groups. Consider this example: ###### Code start node "server.example.com" { $server_type = "typeA" realize User[kenneth] } @user {"kenneth": ensure => present, uid => 1000,
2010 Dec 01
1
Graph in R with edge weights
...e example, how to draw graph with some nodes and edges, but with weights. I only found here http://www.bioconductor.org/packages/release/bioc/vignettes/Rgraphviz/inst/doc/Rgraphviz.pdf- Using edge weights for labels, but... Here an example: > library("graph"); library(Rgraphviz) > myNodes = c("s", "p", "q", "r") > myEdges = list( s = list(edges = c("p", "q")), p = list(edges = c("p", "q")), q = list(edges = c("p", "r")), r = list(edges = c("s"))) > g = new("grap...
2013 Sep 23
0
Libvirt ESX: Image file not getting copied to ESX server
Hi, I am trying to start a node using libvirt on ESX hypervisor. Before starting I am performing the following steps: 1) vol-create datastore1 /local/new_volume.xml (Creating a volume in pool) 2) define /local/esxdomain.xml (Defining a node) 3) start MyNode (Starting a node) I tried to get the status of my node and it is showing *running *but I am not able to ping my node (as it is in network). I later got the console of my node and found out that my node is not even getting started. It says "Operating System Not Found". I guess this is be...
2011 Oct 17
2
[LLVMdev] Variable name from metadata
...lue *v = mdnode->getOperand(x);                         if( x == 2)//name of variable                         {                            MDNode *mdnode1 = (MDNode *)mdnode->getOperand(2);//mdnode1->dump() gives variable name.                            std::pair<unsigned, MDNode *> mynode( Insn->getDebugLoc().getLine(), mdnode1);                            linenum_varmdnode.push_back( mynode);                                                    //DIVariable DV(mdnode1);//not working                            //Value *v = mdnode1->getOperand(0);//, not working. gives add 0x69...
2016 Jul 13
2
Host not reachable over UDP
...:17, Petr Man <petr at madnetwork.org> wrote: > >> Dear all, >> >> I have been successfully running for quite some time a tinc 1.1 network >> in switch mode. I recently added a new node, that refuses to communicate >> over UDP. >> Running "tinc info mynode" from a different box returns: >> Reachability: directly with TCP >> >> It appears that tincd is not listening on UDP port 655 on "mynode". >> Running "ss -nlptu | grep tincd": >> tcp LISTEN 0 3 *:655 *:*...
2013 Aug 12
2
Error while starting the node on ESXi hypervisor
Hi, Today I was trying to start a node using libvirt on ESX (esxi-5.1) hypervisor and I got the following error message: *virsh # define /local/myNode/esxdomain.xml* *Domain testNode defined from /local/myNode/esxdomain.xml* *virsh # start testNode* *error: Failed to start domain testNode* *error: internal error: Could not start domain: GenericVmConfigFault - Cannot open the disk /vmfs/volues/5208f99d-760cf4a2-000c29520788/testNode.vmdk or one o...
2016 Jul 14
2
Host not reachable over UDP
...>> >>>> Dear all, >>>> >>>> I have been successfully running for quite some time a tinc 1.1 network >>>> in switch mode. I recently added a new node, that refuses to communicate >>>> over UDP. >>>> Running "tinc info mynode" from a different box returns: >>>> Reachability: directly with TCP >>>> >>>> It appears that tincd is not listening on UDP port 655 on "mynode". >>>> Running "ss -nlptu | grep tincd": >>>> tcp LISTEN 0...
2006 Dec 11
3
request an object
...t install apache basicaly it is httpd and you provide the version (it is just a wrapper to the packets system) . I wanted to tell another type, the vhosts one that i required that this node defines the httpd type and that the vhosts type is allways called AFTER the httpd type. node ''mynode'' { httpd{ version => ''apache20'' } vhosts{ name => ''reductivelabs.com''} } i cannot require Httpd[''apache20''] because i don''t care about the version , i care about the type being there. How can i ask this ? --...
2011 Oct 17
0
[LLVMdev] Variable name from metadata
...lue *v = mdnode->getOperand(x);                         if( x == 2)//name of variable                         {                            MDNode *mdnode1 = (MDNode *)mdnode->getOperand(2);//mdnode1->dump() gives variable name.                            std::pair<unsigned, MDNode *> mynode( Insn->getDebugLoc().getLine(), mdnode1);                            linenum_varmdnode.push_back( mynode);                                                    //DIVariable DV(mdnode1);//not working                            //Value *v = mdnode1->getOperand(0);//, not working. gives add 0x69...
2013 Aug 13
1
Re: Error while starting the node on ESXi hypervisor
...s.bolte@googlemail.com> wrote: > 2013/8/12 varun bhatnagar <varun292006@gmail.com>: > > Hi, > > > > Today I was trying to start a node using libvirt on ESX (esxi-5.1) > > hypervisor and I got the following error message: > > > > virsh # define /local/myNode/esxdomain.xml > > Domain testNode defined from /local/myNode/esxdomain.xml > > virsh # start testNode > > error: Failed to start domain testNode > > error: internal error: Could not start domain: GenericVmConfigFault - > Cannot > > open the disk /vmfs/volues/5208f9...
2016 Jul 13
0
Host not reachable over UDP
...hase? On 13 July 2016 at 16:17, Petr Man <petr at madnetwork.org> wrote: > Dear all, > > I have been successfully running for quite some time a tinc 1.1 network in > switch mode. I recently added a new node, that refuses to communicate over > UDP. > Running "tinc info mynode" from a different box returns: > Reachability: directly with TCP > > It appears that tincd is not listening on UDP port 655 on "mynode". > Running "ss -nlptu | grep tincd": > tcp LISTEN 0 3 *:655 *:* > users:((&...
2016 Jul 14
0
Host not reachable over UDP
...dnetwork.org> wrote: >> >>> Dear all, >>> >>> I have been successfully running for quite some time a tinc 1.1 network >>> in switch mode. I recently added a new node, that refuses to communicate >>> over UDP. >>> Running "tinc info mynode" from a different box returns: >>> Reachability: directly with TCP >>> >>> It appears that tincd is not listening on UDP port 655 on "mynode". >>> Running "ss -nlptu | grep tincd": >>> tcp LISTEN 0 3 *:655...
2007 Nov 29
0
dtrace doesn''t trace some functions
Hello, I''m trying to debug an issue with rpc.metad on Solaris 10, basecally I believe the failure path is - svc_init -- check_sys --- check_host ---- strcmp(hostname, mynode()) It seems that for some reason hostname and mynode didn''t match then I would like to use dtrace to show the argument of the strcmp However the dtrace pid provider can''t trace functions check_sys and check_host even if they are defined in rpc.metad bash-3.00# ps -ef | grep...
2013 Aug 13
0
Re: Error while starting the node on ESXi hypervisor
2013/8/12 varun bhatnagar <varun292006@gmail.com>: > Hi, > > Today I was trying to start a node using libvirt on ESX (esxi-5.1) > hypervisor and I got the following error message: > > virsh # define /local/myNode/esxdomain.xml > Domain testNode defined from /local/myNode/esxdomain.xml > virsh # start testNode > error: Failed to start domain testNode > error: internal error: Could not start domain: GenericVmConfigFault - Cannot > open the disk /vmfs/volues/5208f99d-760cf4a2-000c29520788/testN...
2012 Sep 06
1
puppet bug in File selector ?
...gt; Exec[''etckeeper commit''] Service <| |> ~> Exec[''etckeeper commit''] } But with the file selector, it fails with : err: Could not retrieve catalog from remote server: Error 400 on SERVER: undefined method `<<'' for {}:Hash on node mynode If I removed only this one, everything is fine. What might prevent the file selector to work ? Is that a bug in puppet or in my head ? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users...
2016 Jul 15
0
Host not reachable over UDP
...>>>>> >>>>>> I have been successfully running for quite some time a tinc 1.1 >>>>>> network in switch mode. I recently added a new node, that refuses to >>>>>> communicate over UDP. >>>>>> Running "tinc info mynode" from a different box returns: >>>>>> Reachability: directly with TCP >>>>>> >>>>>> It appears that tincd is not listening on UDP port 655 on "mynode". >>>>>> Running "ss -nlptu | grep tincd": >>...
2016 Jul 15
0
Host not reachable over UDP
...;> Dear all, >>>>> >>>>> I have been successfully running for quite some time a tinc 1.1 >>>>> network in switch mode. I recently added a new node, that refuses to >>>>> communicate over UDP. >>>>> Running "tinc info mynode" from a different box returns: >>>>> Reachability: directly with TCP >>>>> >>>>> It appears that tincd is not listening on UDP port 655 on "mynode". >>>>> Running "ss -nlptu | grep tincd": >>>>> tcp...