Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!math.fu-berlin.de!opal!unido!gate.muc.ibm.de!gate!afx From: afx@muc.ibm.de (Andreas Siegert) Newsgroups: news.software.nntp Subject: Re: NNTP doesn't post Was: NNTP 1.5.11 and nn 6.4pl12 erratic behaviour Message-ID: <211@bct930.bc.munich.ibm.com> Date: 22 Mar 91 17:25:54 GMT References: <208@bct930.bc.munich.ibm.com> Sender: Andreas Siegert Organization: IBM Deutschland GmbH, AIX Center Lines: 28 Found my own errors: I hacked too much in timer.c to get it working on AIX 3. Undefining TIMEOUT resolves those problems. Now that I'm finally able to read news, I find that I can't post. nntp tells me that I send it garbage on any simple request, something like the following: (0)barolo:/usr/local/nntp 175$ tn bct930 nntp Trying... Connected to bct930. Escape character is '^T'. 200 bct930 NNTP server version 1.5.11 (10 February 1991) ready A at Fri Mar 22 18:21:11 1991 (posting ok). post 340 Ok testdata . **(!*#!&^#@^%^&*&^*&@$ unexpected quit 205 bct930 closing connection. Goodbye. Connection closed. (0)barolo:/usr/local/nntp 176$ the garbage is 8-bit data..... I do not have any mods in the source apart from keeping HZ as defined by the system instead of 60. So what's wrong?