similar to: INFO: task nash:5282 blocked for more than 120 seconds.

Displaying 20 results from an estimated 200 matches similar to: "INFO: task nash:5282 blocked for more than 120 seconds."

2009 Mar 06
1
general protection rip?
Hi List, On one of our CentOS 5 (x64_86) servers, identical to a number of other systems, I'm seeing some processes / services failing to run, along with the following error in /var/log/messages: Mar 2 23:25:07 someHostname kernel: wrapper-linux-x[24448] general protection rip:805386e rsp:ffc20390 error:0 Mar 2 23:25:09 someHostname kernel: dsm_sa_datamgr3[5063] general
1998 Aug 07
1
How to include system files with smbtar?
Hi, I recently upgraded to 1.9.18p8, and noticed that smbtar no longer automatically includes system files. I can't seem to find a way to include the 'tarmode system' command in the smbtar shell script. If I add a -c "tarmode system" to the $SMBCLIENT command line at the end of the smbtar shell script, I get no tarred files at all. Can anybody help me with this?
2013 Apr 18
3
Having difficulty exporting display
Hello, This is my issue, my remote machine (CentOS 6.3, hosted in Azure windows environment) has an application that I need to test on my local box (CentOS 6.4, a laptop behind a router). Now, this is what I'm doing and the issue that I'm encountering: Local: $ xhost + $ ssh -X someusername at somehostname.net -p 49283 Remote: $ export DISPLAY=192.168.1.6:0.0 $ xclock ... and nothing,
2007 Dec 05
2
weird load values
Hi List, I'm stumped by this: load average: 10.65, 594.71, 526.58 We're monitoring load every ~3 minutes. It'll be fine (i.e. something like load average: 2.14, 1.27, 1.03), and then in a single sample, jump to something like the above. This seems to happen once a week or so on a few different servers (all running in a similar application). I've never seen the 1 minute
2006 May 24
2
help running kings quest vii, crashes, bug 5282
Hi, I am looking for help running kings quest VII, I am able to successfully run it under Windows XP when i dual boot, as well as under vmware-server. My bug # is 5282 and i have included output of: WINEDEBUG=+tid,+seh,+relay wine program.exe &> /tmp/relay.log && grep -A 20 -B 300 "seh:" /tmp/relay.log > /tmp/relay.txt I am running a pentium 4 with hyperthreading
2011 Apr 26
0
winbind craps out, NT_STATUS_PIPE_BROKEN
Good morning, Samba list. =) I've been experiencing intermittent winbind failures over the past few weeks. The symptom is that users that haven't connected in a while, and thus aren't in the winbind cache, are unable to connect to any shares. I see a lot of NT_STATUS_PIPE_BROKEN in the logs when the failures occur, like this one from log.winbind: ### [2011/04/26 09:20:54.671225,
2002 Mar 20
0
[Bug 176] New: OpenSSH_3.1p1 gives X_ShmAttach error on forwarded X11 channel
http://bugzilla.mindrot.org/show_bug.cgi?id=176 Summary: OpenSSH_3.1p1 gives X_ShmAttach error on forwarded X11 channel Product: Portable OpenSSH Version: 3.1p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: sshd AssignedTo:
2017 Nov 19
0
What exactly is the meaning of "Subnet" parameter in tinc/$NETNAME/hosts/$SOMEHOSTNAME?
Hi, Subnet there means as , for this subnet you can reach via me (for ip route command). For the host file there, means i am responsible for this area. Any packet going to this area will pass through me. Your vpn can have multiple subnet/area. You can use hostname as the gateway but must make the dns resolv correct, and it will need more config. You need to understand about subnetting to
2013 Nov 11
1
r package to solve for Nash equilibrium
Is there an r package out there that solves for pure strategy* Nash equilibrium of a two-person game*? A search for Nash equilibrium in r provides a link to the *GNE* package which solves for the Generalized Nash equilibrium. But what I would like to solve is a pure strategy Nash equilibrium. [[alternative HTML version deleted]]
2017 Jun 27
0
Nash equilibrium and other game theory tools implemented in networks using igraph or similar
Why don't you implement and uplad the package to CRAN? On 27 Jun 2017 17:45, "Chris Buddenhagen" <cbuddenhagen at gmail.com> wrote: Does anyone know of some code, and examples that implement game theory/Nash equilibrium hypothesis testing using existing packages like igraph/statnet or similar? Perhaps along the lines of this article: Zhang, Y., Aziz-Alaoui, M. A., Bertelle,
2008 Aug 19
2
nash on centos 5.2
I am trying to use nash on centos 5.2 to demonstrate the problem I did: cd /sbin ln -sf /sbin/nash sleep export PATH=/sbin:$PATH sleep 5 and I get an error. Red Hat nash version 5.1.19.6 starting nash cannot open 5: no such file or directory Why doesnt that work? Thanks, Jerry
2010 Dec 04
0
Competing with one's own work (Prof. John C Nash)
John, thanks for starting (or restarting) this thread.? I'd like to add to the discussion with another concrete example, about as simple as it gets, which may help focus at least part of this discussion. I have worked with Taylor Arnold to implement a method developed in Conover (1972) for Kolmogorov-Smirnov goodness-of-fit tests for discrete distributions (one-sample only).? We needed this
2010 Dec 03
1
"Nash Equilibrium"
Dear R experts: I searched cran (and r-help) for "nash equilibrium" and "game" but nothing stuck out. has someone written a numerical nash optimizer for two players? player a has choices x1,x2,x3,... and cares about (maximizes) pa(x1,x2,x3,...,y1,y2,y3) player b has choices y1,y2,y3,..., and cares about (maximizes) pb(x1,x2,x3,...,y1,y2,y3) I can tune it to my problem, but
2012 Nov 18
0
subtract multiple columns from single column for Nash Sutcliffe efficiency
Hi everyone, I am having trouble using my own data in the Nash-Sutcliffe efficiency (NSE) function. In R, this is what I have done: Vobsr <- read.csv("Observed_Flow.csv", header = TRUE, sep =",") # see data below Vsimr <- read.csv("1000Samples_Vsim.csv", header = TRUE, sep =",") # see data below Vobsr <- as.matrix(Vobsr[,-1]) # remove column 1
2017 Jun 28
0
Nash equilibrium and other game theory tools implemented in networks using igraph or similar
Hello Chris, I was implying you are capable enough to implement it, while you have already identify a research paper. If there is no package out there, uploading to CRAN would help future user too. I am more than happy to help if you want to implement from scratch. Best, Mehmet On 27 June 2017 at 17:45, Chris Buddenhagen <cbuddenhagen at gmail.com> wrote: > Does anyone know of some
2017 Jun 28
0
Nash equilibrium and other game theory tools implemented in networks using igraph or similar
In what way does reminding people that packages exist because others just like them contributed something count as being uncivil? Terse, perhaps, since it bypassed the obvious suggestion to use a search engine, but not rude. -- Sent from my phone. Please excuse my brevity. On June 28, 2017 5:08:16 AM EDT, Boris Steipe <boris.steipe at utoronto.ca> wrote: >I don't think OP asked an
2017 Jun 28
0
Nash equilibrium and other game theory tools implemented in networks using igraph or similar
There are many possible responses to the question "Is there a package to do X." Some that I can imagine are: * Yes, see package Y... * No, I am familiar with all 10000 packages and there isn't... * Silence (because no one who is paying attention is familiar with the one that exists) * Use a search engine... * You are a jerk because you did not use a search engine * Packages exist
2017 Jun 28
2
Nash equilibrium and other game theory tools implemented in networks using igraph or similar
I don't think OP asked an unreasonable question at all. Civility! > On Jun 27, 2017, at 2:00 PM, Suzen, Mehmet <mehmet.suzen at gmail.com> wrote: > > Why don't you implement and uplad the package to CRAN? > > On 27 Jun 2017 17:45, "Chris Buddenhagen" <cbuddenhagen at gmail.com> wrote: > > Does anyone know of some code, and examples that
2017 Jun 28
0
Nash equilibrium and other game theory tools implemented in networks using igraph or similar
Thanks I too wondered about the tone. The first suggestion was that I should "google it" and the second, write my own code. I think if I did I'd be reinventing the wheel, (and it'd be a big challenge for me). Also, I have been searching and not found such code, despite evidence that it has been coded (just not sure if it was in R). BTW I did write to authors of the article I
2017 Nov 16
3
What exactly is the meaning of "Subnet" parameter in tinc/$NETNAME/hosts/$SOMEHOSTNAME?
Hello, I am not very good at linux networking. I have read tinc documentation multiple times and I still don't understand what the "Subnet = ..." directive does in /etc/tinc/$NET_NAME/hosts/$HOST_NAME Right now I have a simple virtual lan organized with tinc, and I use the following in every device's config file (replacing the last part of the address): # This computer will