I found two minor issues with sysutils/torque setup: 1. The binary package fails to create server_priv/arrays. When installing from port, there is no such issue. 2. /usr/local/share/examples/torque/torque.setup fails due to permissions on /var/spool/torque/spool and /var/spool/torque/undelivered. If both directories are set to 1777, torque.setup succeeds, but job submission fails. Setting both directories to 777 enables job submission to succeed. I'm thinking there should be a less risky way to make it work, but I haven't found it yet. Besides these two issues, following the instructions in pkg-message in the order presented should do the trick. I've been using torque successfully on a small cluster for about a week now. Thanks for your work on the port! How-To-Repeat: Install sysutils/torque and follow the instructions in pkg-message.
Responsible Changed From-To: freebsd-ports-bugs->trasz Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: trasz->ports I'm no longer maintaining this.
Responsible Changed From-To: ports->freebsd-ports-bugs Fix 'responsible'.
I've agreed to take over as maintainer. A maintainer update is attached.
Responsible Changed From-To: freebsd-ports-bugs->makc I'll take it.
State Changed From-To: open->feedback The port doesn't respect NOPORTEXAMPLES: http://people.freebsd.org/~makc/tb/torque-2.4.6.log.bz2 . Can it be fixed? if not, examples should be installed unconditionally.
makc 2010-03-14 16:51:25 UTC FreeBSD ports repository Modified files: sysutils/torque Makefile distinfo pkg-plist sysutils/torque/files pkg-message.in Log: Update to 2.4.6 PR: ports/144142 Submitted by: Jason Bacon (maintainer) Revision Changes Path 1.23 +2 -2 ports/sysutils/torque/Makefile 1.15 +3 -3 ports/sysutils/torque/distinfo 1.3 +48 -19 ports/sysutils/torque/files/pkg-message.in 1.7 +77 -76 ports/sysutils/torque/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!