Custom Query (44 matches)
Results (22 - 24 of 44)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#94 | fixed | Radius authenticator segfaults on unresponsiveness of the servers | ||
Description |
Matija Nalis provided the following patch to fix the segfault of radius authenticator when none of the radius servers respond. |
|||
#5 | fixed | Refer to inn.conf variables instead of /usr/local/news in install docs | ||
Description |
install.pod and checklist.pod currently still refer to the default /usr/local/news installation path rather than the inn.conf variables (I<pathbin> and friends) that are used elsewhere in the documentation. They should be changed to be consistent. |
|||
#96 | fixed | Remove crosspost backend program | ||
Description |
The crosspost backend program has not been installed since INN 2.3.0; it does not work any longer, even with traditional spool, because the storage manager code does not have access to the "DoLinks" (-L) flag setting of innd. According to Russ Allbery in an inn-workers posting, "the idea is that with a tradspool spool, you can offload the process of creating symlinks to a separate process and do a bit more work in parallel. However, at this point, anyone who cares a lot about performance is probably using a different storage backend for most of their groups. At this point, I think we can just delete it." The program still existed in the source tree in case someone would want to clean it up and make it useable again. It does not seem to be worthwile. |