[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] Warning: premature EOF in client input.



I now what causes the EOF in client. It is because I have to forceably stop
outlook express. The actual problem is kinda of wierd.

As suggested I turned on debugging support. Here is the process I am using
to get this error.

Go into Outlook Express and ask it to reset the newgroup list.
While getting the news group list, outlook express locks up.
Upon freezing for numerous minutes (1 hour this last time) leafnode gives me
the premature EOF in client input. (This happens everytime I forceably stop
outlook express)

Debug Mode shows the following
< MODE READER
< AUTHINFO USER (username)
< AUTHINFO PASS (password)
< LIST
<
and it stops there until a forceably stop and then it gives me the
Warning: premature EOF in client input.

Here is my config for LEAFNODE
################################################################
##
## NOTE: Server declarations now go below the global options. ##
##
################################################################
## Unread discussion threads will be deleted after this many days if
## you don't define special expire times. Mandatory.
expire = 20
## If you want your users to authenticate themselves, you can uncomment
## the following line. See README for information on how to define users
## and passwords. Currently, leafnode uses its own crypt(3)-encrypted
## password file.
authenticate = internal
## If you want bogus files such as core deleted from newsgroups,
## uncomment this. Optional.
killbogus = 1
## To aid in debugging, here is a switch. Sum up the debug info you
## want, or just use 2047 for "all". Optional.
# MISC (unused): 1
I/O (net, disk): 2
Sort functions: 4
Active handling: 8
Configuration parsing: 16
Filtering: 32
Locking: 64
NNTP dialogues: 128 (currently incomplete)
Expiring: 256
Additional XOVER debugging: 512
Cancelling and Superseding: 1024
debugmode = 1001
############################################
##
## SERVER declarations go below this line ##
##
############################################
## This is the NNTP server leafnode fetches its news from.
## You need read and post access to it. Mandatory.
server = news.linkline.com
server = news.easysw.com
server = news.linuxprinting.org
server = news.php.net
server = news.uslinuxtraining.com
server = news.creative.com
server = msnews.microsoft.com
server = news.linuxfromscratch.org

Here is my xinetd.conf for leafnode

service nntp
{
disable = no
flags = REUSE NAMEINARGS
socket_type = stream
wait = no
user = news
server = /usr/sbin/leafnode
server_args = -D
instances = 7
per_source = 3
log_on_failure += USERID
}

----- Original Message -----
From: "Matthias Andree" <ma@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
To: <leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, August 26, 2002 1:59 PM
Subject: Re: [leafnode-list] Warning: premature EOF in client input.


> "Jim Gifford" <maillist@xxxxxxxxx> writes:
>
> > Version 2.0b8_ma9
> >
> > While trying to connect remotely using Outlook Express from A windows
> > client. Leafnode locks up.
>
> "locks up" is something interesting. I'd rather think that Outlook does
> not cope too well when the server disconnects (which it may). Please
> check if the current devel version from
> http://mandree.home.pages.de/leafnode/beta/ fixes this issue.
>
> --
> Matthias Andree
>
> --
> leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
> To unsubscribe, send mail with "unsubscribe" in the subject to the list
>
>


-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list