Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (94 - 96 of 196)

Ticket Resolution Summary Owner Reporter
#247 fixed systemd parallel bootup breaks unspecified dependencies achernya
Description

systemd provides a significantly faster bootup---but it breaks all assumptions about start-ordering. Specifically, this breaks our crond, which depends on afs being up so that it can be started with tokens. This can be corrected by upgrading the openafs-clients startup script to systemd. A nearly-complete but improperly packaged version exists in OpenAFS Gerrit.

#250 fixed F15 comes with Rails 3 geofft
Description

Our Rails autoinstaller doesn't work any more, since it assumes Rails 2 command lines.

Rails 2 sites don't work any more.

#252 fixed TurboGears FCGI stub needs to be updated for F15 geofft
Description

Apparently commands.py is now command.py, so you need this tiny patch to flup.fcgi and everything works:

  • flup.fcgi

     
    1616
    1717sys.path.append(code_dir)
    1818
    19 __import__(package_name+'.commands') # Make sure its requirements get satisfied
     19__import__(package_name+'.command') # Make sure its requirements get satisfied
    2020
    2121# -- END USER EDIT SECTION

But it looks like flup.fcgi is in /mit/scripts/deploy/turbogears.tar.gz and not particularly versioned?

Also, in any case, the app seems to think its root directory is /, not the directory you installed it into.

Note: See TracQuery for help on using queries.