Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 196)

Ticket Resolution Summary Owner Reporter
#95 fixed Onserver scripts hard-code deploy directory ezyang
Description

All of the onserver scripts for autoinstallers hardcode the deploy directory:

use strict;
use lib "/mit/scripts/deploy/bin";
use onserver;

As a result, scriptsdev=dev doesn't result in deploydev onserver.pm being used.

Fix is somewhat unclear. Can we make Perl read out of the directory the script lives in?

#387 worksforme OpenAFS getcwd() sometimes returns ENOENT andersk
Description

Every few hours, a server gets stuck in a state where certain users receive ENOENT from getcwd(), resulting in errors like

shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory

Sometimes the problem goes away on its own, but usually the server needs to be rebooted.

I attempted to debug this with upstream on 2013-06-11 and 2013-06-16. Using crash, I found that we’re ending up with two dentries referring to the same directory inode, which is bad. We’re all confused.

#274 fixed OpenAFS systemd script doesn't have "AFS in use" check for restart geofft
Description

Every other initscript I used carefully avoids Thing Horrible if you try to restart OpenAFS on package upgrade. This one doesn't.

Note: See TracQuery for help on using queries.