Custom Query (43 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 43)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#35 fixed PBSQuery.py line 331: no error handling. error 15021 not trapped bas anonymous
Description

after digging a bug in jobmond (jobmonarch project), I found that at line 331, there is no error handling, and I get an empty job list whitout knowing that there is an error (which I don't understand).

self._connect is successfull (self.con = 1 which is >= 0) jobs = pbs_pbs_statjob(1, , 'NULL', 'NULL') returns [] pbs.get_error() returns 15021

I've checked torque logs with no obvious errors (V 4.1.5.1) torque works fine. defined queues are: halfday, week, month

#36 fixed support for torque 4.2 bas stijn.deweirdt@…
Description

although pbs_python code compiles, one cannot load the _pbs.so

>>> import pbs
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python2.6/site-packages/pbs/pbs.py", line 25, in <module>
    _pbs = swig_import_helper()
  File "/usr/lib64/python2.6/site-packages/pbs/pbs.py", line 21, in swig_import_helper
    _mod = imp.load_module('_pbs', fp, pathname, description)
ImportError: /usr/lib64/python2.6/site-packages/pbs/_pbs.so: undefined symbol: log_record

a lots has changed codewise in torque 4.2, i assume a new swig interface file has to be generated.

#37 fixed docdir is hardcoded in Makefile.in bas anonymous
Description

The docdir setting is hardcoded in the Makefile.in file, making it hard to change this, e.g. when you are installing this in a prefix.

attached a patch that fixes this.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.