Closed
Bug 163061
Opened 23 years ago
Closed 23 years ago
Cannot retrieve list of newsgroups from NNTP server
Categories
(MailNews Core :: Networking: NNTP, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 123560
People
(Reporter: wd, Assigned: sspitzer)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1b) Gecko/20020815
BuildID: 2002081508
I went to subscribe to a new newsgroup, when I found that it only lists the ones
I'm currently subscribed to. I've deleted hostinfo.dat , yet Mozilla still
shows zero newsgroups available.
Reproducible: Always
Steps to Reproduce:
1.Set up NNTP Server
2.Subscribe to new newsgroup
3.
Actual Results: None in list
Expected Results: Newsgroups listed
Outlook Express can retrieve newsgroup list fine.
My Hostinfo.dat file:
# News host information file.
# This is a generated file! Do not edit.
version=1
newsrcname=news.idmi.net
lastgroupdate=0
firstnewdate=8
uniqueid=0
begingroups
.,,1,0,0
My NNTP log:
0[234790]: (3098cd0) setting busy to 0
0[234790]: (3098cd0) creating
0[234790]: (3098cd0) initializing, so unset m_currentGroup
0[234790]: (3098cd0) setting busy to 1
0[234790]: (3098cd0) opening connection to news.idmi.net on port 119
0[234790]: (3098cd0) setting busy to 1
0[234790]: (3098cd0) ParseURL
0[234790]: (3098cd0) fullPath = /*
0[234790]: (3098cd0) m_messageID = (null)
0[234790]: (3098cd0) group = *
0[234790]: (3098cd0) commandSpecificData = (null)
0[234790]: (3098cd0) m_key = -1
0[234790]: (3098cd0) Next state: NNTP_RESPONSE
0[234790]: (3098cd0) Receiving: 200 Powered by Highwinds Software --
http://www.highwinds-software.com/ (Tornado v1.0.0.73)
0[234790]: (3098cd0) Next state: NNTP_LOGIN_RESPONSE
0[234790]: (3098cd0) Next state: NNTP_SEND_MODE_READER
0[234790]: (3098cd0) Sending: MODE READER
0[234790]: (3098cd0) Next state: NNTP_RESPONSE
0[234790]: (3098cd0) Receiving: 200 Powered by Highwinds Software --
http://www.highwinds-software.com/ (Tornado v1.0.0.73)
0[234790]: (3098cd0) Next state: NNTP_SEND_MODE_READER_RESPONSE
0[234790]: (3098cd0) Next state: SEND_FIRST_NNTP_COMMAND
0[234790]: (3098cd0) Sending: LIST
0[234790]: (3098cd0) Next state: NNTP_RESPONSE
0[234790]: (3098cd0) Receiving: 215 NewsGroups Follow
0[234790]: (3098cd0) Next state: SEND_FIRST_NNTP_COMMAND_RESPONSE
0[234790]: (3098cd0) Next state: SETUP_NEWS_STREAM
0[234790]: (3098cd0) Next state: NNTP_READ_LIST_BEGIN
0[234790]: (3098cd0) Next state: NNTP_READ_LIST
0[234790]: (3098cd0) Next state: NNTP_READ_LIST
0[234790]: (3098cd0) Next state: NNTP_ERROR
0[234790]: (3098cd0) ClosingConnection
0[234790]: (3098cd0) Sending: QUIT
0[234790]: (3098cd0) ClosingSocket()
0[234790]: (3098cd0) CleanupAfterRunningUrl()
0[234790]: (3098cd0) setting busy to 0
0[234790]: (3098cd0) ClosingSocket()
0[234790]: (3098cd0) CleanupAfterRunningUrl()
0[234790]: (3098cd0) setting busy to 0
0[234790]: (3098cd0) destroying
Through telnet, LIST returns:
.. 0000077966 0000077938 y
.business.internet 0000126885 0000005467 y
0 0000078095 0000077955 y
00 0000078014 0000077947 y
0000000001 0000111526 0000082171 y
01 0000078064 0000077964 y
02 0000077986 0000077967 y
<and so on....>
*** This bug has been marked as a duplicate of 123560 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
verified dup
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•