Custom Query (196 matches)
Results (154 - 156 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:
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. |