Custom Query (196 matches)
Results (175 - 177 of 196)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#219 | wontfix | Debian and Fedora disagree on hostname, zephyr logging is inconsistent | achernya | |
Description |
Fedora configures the hostname of machine to be the same as the fully-qualified domain name, whereas Debian will configure the hostname to be the short name. This has no operational effect on the servers, but is very apparent with the zephyr logger being installed on the Debian hosts, because the format of the messages is different (instance is different). We should decide if we care, and if so, which format is preferable. |
|||
#377 | fixed | Commit diffs in pony zephyrs | adehnert | |
Description |
The pony git repo should use a more modern fork of snippets' commit hook to zephyr commit bodies too. |
|||
#4 | invalid | Cleaning /tmp sessions | broder | |
Description |
scripts should do something more clever than 0 5 * * * /usr/bin/find /tmp/sessions/ -type f | /usr/bin/xargs /bin/rm -rf >/dev/null 2>&1 (Taken from RT #436572) |