Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 196)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Owner Reporter Resolution Summary
#7 andersk price fixed log -c scripts
Description

Let's log class scripts. Anders mailed charon-maintainers today requesting this.

Was https://help.mit.edu/?q=497641.

#8 andersk fixed execsys RPM installs improperly
Description

(Imported from help.mit.edu #405341.)

jbarnold:

For some reason,

rpm -e execsys; rpm -ivh execsys.rpm

on o-f does not populate binfmt_misc whereas the same command does populate binfmt_misc on b-m. Running "service execsys-binfmt start" manually works.

Fortunately, the confusion resulting from this bug did not cause any http downtime due to LVS.

Also: When o-f was not serving http requests, ssh-ing to scripts.mit.edu failed completely instead of allowing logins to the second server. Perhaps I didn't wait long enough.

#10 price wontfix make it easier to set custom Perl library paths
Description

Anders wrote a while ago:

I talked with presbrey on Monday about his r403 (make suexec pass through PYTHONPATH and PERL5LIB), which I reverted for security concerns. The goal is to make it easier to use locally installed Python or Perl libraries, without having to mess with sys.path or @INC in every script. We came up with one possible solution, which is to have suexec pass PYTHONPATH and PERL5LIB after sanitizing them to make sure they only point to paths in the user's locker.

I came up with an alternative solution for Python that involves significantly less work: I put the line

import site, os.path; site.addsitedir(os.path.expanduser("~/lib/python2.5/site-packages"))

in /usr/lib/python2.5/site-packages/00scripts-home.pth. ecprice and I are going to try out this strategy with the HMMT server.

I don't know of a similar mechanism for Perl, though.

Was https://help.mit.edu/?q=497718.

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