Bug 144142 - sysutils/torque configuration issues
Summary: sysutils/torque configuration issues
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-20 14:40 UTC by Jason W. Bacon
Modified: 2010-03-14 17:00 UTC (History)
0 users

See Also:


Attachments
torque_diff.txt (12.87 KB, text/plain; x-unix-mode=0644)
2010-02-27 19:58 UTC, Jason W. Bacon
no flags Details
file.dat (106 bytes, text/plain; charset=US-ASCII; format=flowed)
2010-02-27 19:58 UTC, Jason W. Bacon
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason W. Bacon freebsd_committer freebsd_triage 2010-02-20 14:40:02 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-02-20 14:40:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->trasz

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Edward Tomasz Napierala freebsd_committer freebsd_triage 2010-02-26 08:22:09 UTC
Responsible Changed
From-To: trasz->ports

I'm no longer maintaining this.
Comment 3 Edward Tomasz Napierala freebsd_committer freebsd_triage 2010-02-26 08:23:53 UTC
Responsible Changed
From-To: ports->freebsd-ports-bugs

Fix 'responsible'.
Comment 4 Jason W. Bacon freebsd_committer freebsd_triage 2010-02-27 19:58:50 UTC
I've agreed to take over as maintainer.

A maintainer update is attached.
Comment 5 Max Brazhnikov freebsd_committer freebsd_triage 2010-03-12 20:28:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 6 Max Brazhnikov freebsd_committer freebsd_triage 2010-03-13 07:43:07 UTC
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.
Comment 7 dfilter service freebsd_committer freebsd_triage 2010-03-14 16:51:39 UTC
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"
Comment 8 Max Brazhnikov freebsd_committer freebsd_triage 2010-03-14 16:53:01 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!