Timeline


and

Jan 19, 2012:

11:10 PM Changeset [2114] by achernya
Make whoisd (hopefully) more reliable whoisd was systemd-ified for F15, replacing the cron-based @reboot startup. Unfortunately, this made whoisd prone to failing to start, as the dependencies were not correctly stated. This adds dirsrv as a dependency, as it was implicitly in the cron-based system. Additionally, prevent twistd from making a /twistd.pid by specifying the path that was used from the cron-start era. The --pidfile was removed as it was not needed by systemd, which uses cgroups to manage processes. Unfortunately, twistd insists on pidfiles, so this prevents twistd from polluting /.

Jan 15, 2012:

10:02 PM Changeset [2113] by ezyang
Fix clobbered hunk.
9:56 PM Changeset [2112] by ezyang
More docs.
9:20 PM Changeset [2111] by achernya
Update install-howto.sh to make more sense
4:51 AM Changeset [2110] by adehnert
Move asa.mit.edu vhost to asa-db locker (per personal communication)

Jan 13, 2012:

1:16 AM Changeset [2109] by andersk
Renew certificates for isawyou, cs6090

Jan 3, 2012:

1:32 PM Changeset [2108] by achernya
Certificate and configuration for pickr.mit.edu
12:19 PM Changeset [2107] by achernya
Correct picker.mit.edu aliases In r2106, there was a change to the aliases line that added pickr and pickr.mit.edu, bringing this configuration into sync with LDAP. However, this is clearly Wrong (TM) as the certificate has been issued for picker.mit.edu only. This change reflects a re-sync with LDAP after the aliases have been corrected.
11:17 AM Changeset [2106] by achernya
Certificate renewal for eastgate and picker

Dec 31, 2011:

10:26 PM Changeset [2105] by andersk
Fix admof to compile with OpenAFS 1.6
9:46 PM Changeset [2104] by andersk
Makefile: Make multiline statements fail on error Also stop pointlessly hiding the commands being executed.
9:46 PM Changeset [2103] by andersk
Makefile: tarballs: Only run autoconf if it has something to do
9:46 PM Changeset [2102] by andersk
Makefile: patch-specs: Only patch existent specs
9:16 PM Changeset [2101] by andersk
signup-scripts-backend: Make users.banned case-insensitive

Dec 27, 2011:

11:15 AM Changeset [2100] by mitchb
Fix syslog-ng/systemd interaction, or "socket to me!" systemd creates and passes datagram sockets to daemons (at least by default). Fedora's default configuration for syslog-ng expected the socket passed in to be a stream socket (and we slurped that in forever ago). When syslog-ng sees that the socket it received isn't of the type it expected, instead of either coping or barfing, it just opens a new /dev/log socket of the type it wants, which is just hunky-dory for programs that connect after it disowns systemd's socket, but for anything that already connected to the datagram socket from systemd, they're logging to a useless socket that systemd isn't poll()ing, and thus can block (and, depending on what programs end up in this situation, potentially wedge your entire system). So, uh... let's not do that anymore. Fedora's also changing their default config. See RHBZ #742624

Dec 26, 2011:

4:15 AM Ticket #276 (Support postgres) created by adehnert
PostgreSQL is kinda neat. Also, if we supported it, Django South would …
Note: See TracTimeline for information about the timeline view.