Garrett Wollman

Results 8 comments of Garrett Wollman

Standard newlines. Note that the error points to the line with `peer` on it, not the `ip-name` line. `hd` shows no unusual characters: ``` 00000db0 0a 70 65 65 72...

`inncheck` does not say anything about `innfeed.conf`. (Well, it complained about its ownership, but when I chowned it, `inncheck` didn't report anything else.) `innfeed` errors out at the same statement...

I'll keep looking. (Our machines run 12.3, not 13, but that's unlikely to be the issue.)

Sorry I haven't had time to pursue this in the last couple of weeks, getting ready for the start of the fall term + vacation.

@flashfingaz are you building with GNU Bison or the standard yacc?

I finally had a bit of time to look into this. I can confirm that if the `news/inn` port is built with GNU Bison (`USES+= bison`) rather than the base-system...

I just added `USES+=bison` to the port Makefile and since that worked, I haven't thought any more about it. The port hasn't been updated to 2.7.1 yet (or at least...

> @gwollman @flashfingaz Have you tried the 2.7.1 port? I am currently running 2.7.1_1 but our workflow for package builds means that my workaround to always use bison is carried...