-
Hi, I'm experiencing a buffer overflow when I try to query some Quake1 servers while asking for server rules.
Basic query (works):
```
$ qstat -qs 109.228.169.24:26003
ADDRESS PLAYER…
-
For example right now we might have something like this:
```
$hostlist=array($fqdn => array(),
"modex.bnl.gov" =>
array("qsub" => "qsub -V -N @NAME@ -o @STDOUT@ …
-
I'm trying to run bpipe on a slurm cluster.
This cluster does not have qstat installed, so the pipeline never progresses to the next step.
I've tried to use qstat from slurm-wlm-torque package, but…
-
@Xylemon said in #154 :
> That reminds me, it might be a good idea to investigate the Steam Master Servers again. Last time I looked into it, the problem seemed to be that the master server wasn't sp…
-
If you have an empty qstat -x, pstat tried to parse it anyways and throws an error.
```
Traceback (most recent call last):
File "./pstat", line 139, in
main()
File "./pstat", line 112, in ma…
-
In the output of `qstat -xml -j` when a job first exists in gridengine there is:
```
h_vmem
4
660M
692060160.000000
0
1
0
0.000000
0
…
-
I got a running teeworlds server version 0.7.5 listening on the port 8303.
```
$ netstat -ulp | grep 8303
udp 0 0 0.0.0.0:8303 0.0.0.0:* 59556/tee…
-
```
darrellb@ip-10-192-37-132:~$ qstat -s z
job-ID prior name user state submit/start at queue slots ja-task-ID
--------------------------------------…
-
```bash
$ qstats
^D
*** Error in `qstats': double free or corruption (!prev): 0x000055a539c09010 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7f160f3abbfb]
[etc]
…
-
Have `max-concurrent` set automatically by polling `qstat -g c` or some other `qstat` command.
Ideally this would be polled periodically allowing for the cluster to grow and then spearmint to take a…