Custom Query (43 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 43)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#24 fixed pbs_python and python3 support. bas steve.traylen@…
Description

Hi,

As part of adding to Fedora:

https://bugzilla.redhat.com/show_bug.cgi?id=631964

I will build a python3 variant if its possible but alas there looks to be problems.

Steps to reproduce working on Fedora13 box.

tar zxvf pbs_python-4.3.0.tar.gz

cd pbs_python-4.3.0

2to3 --write --nobackups .

./configure --with-python=python3 checking for pbs-config... /usr/bin/pbs-config Found torque version: 2.1.8 checking for python... /usr/bin/python checking for python version... 2.6 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.6/site-packages checking for python extension module directory... ${exec_prefix}/lib64/python2.6/site-packages configure: creating ./config.status config.status: creating Makefile config.status: creating setup.py

# Note the 2.6 above

2to3 --write --nobackups setup.py

$ python3 setup.py build Please specify where the PBS libraries are!! edit setup.py and fill in the PBS_LIB_DIR variable

This I understand and is caused by old pbs-config present on Fedora 13 so you can ignore this one, I've fixed this past Fedora 13.

But still build fails.

See attachment.

#25 fixed Question about pbs_python bas grva@…
Description
Hello,

I ran across your excellent pbs_python module. I'm having a bit of trouble
using it to submit jobs, and I was wondering if I could ask a very naive
question?

After installing, and checking that the pbsnodes-a.py works, I'm trying to
submit jobs by doing the following:

import pbs

# determine script_name, fill out attrop1, etc.

server_name = pbs.pbs_default()
c = pbs.pbs_connect(server_name)
job_id = pbs.pbs_submit(c,attrop1,script_name,'NULL','NULL')

e, e_txt = pbs.error()
if e:
     print e,e_txt
else:
     print "Submitted PBS Job " + str(job_id)

However, when I do this, I get "15020 Expired Credential in request", and I
don't know what this means, nor how to fix it.

It seems like I am missing something obvious, however, and I was hoping you
might be able to point it out.

Many thanks in advance.

Cheers,
Greg

---------------------------------------------------------------------------
Greg van Anders
Research Fellow
Glotzer Group, University of Michigan
---------------------------------------------------------------------------
#26 invalid facing problem with php-pgsql v4.x.x Bangar bangar.hcl@…
Description

Hi,

I facing problem with php-pgsql v4.x.x. I don't know how to get this installed. Please help me on this.

Regards Bangar

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