Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (109 - 111 of 196)

Ticket Owner Reporter Resolution Summary
#260 quentin ezyang fixed Patch future systemd Apache to depend on openafs-client and crond
Description

When Apache is truly systemd'ified, we will be able to add the following:

For OpenAFS:

[Unit]
Before=httpd.service
[Install]
WantedBy=httpd.service

For Cron (needs a new patch):

[Unit]
Before=httpd.service
[Install]
WantedBy=httpd.service

Though, honestly, it may make more sense to roll our own Systemd service for afsagent.

This doesn't work right now because Apache is still SysV.

#270 achernya fixed Scripts LVS upgrade needs work
Description

Remaining tasks:

  • Split common parts of scripts-vm-host into scripts-base and scripts-munin-config
  • Make scripts-director-host
  • Scriptsify ldirectord to apply patch
  • Upgrade ipvsadm
#275 adehnert fixed cronload should error when run without arguments
Description

At the moment, if you run cronload with no arguments, it'll give you an error message from cat, and wipe your crontab:

[asa@cats-whiskers]:~/Scripts/django/db2.0/asadb$ cronload
/bin/cat: : No such file or directory
New crontab for asa:

[asa@cats-whiskers]:~/Scripts/django/db2.0/asadb$ 

Instead, it should give you a nice error message and not touch your crontab, or something.

Note: See TracQuery for help on using queries.