fail to log in

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
ikkythebulltosser
Newbie
Newbie
Posts: 1
Joined: August 22nd, 2011, 7:53 am

fail to log in

Post by ikkythebulltosser »

Have had no problem using before now started giving this notice any help would be appreciated

(10061, 'Failed to connect: (10060, "(10061, \'Connection refused\')") -1@eunews.blocknews.net:9000')




Ikky
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: fail to log in

Post by shypike »

9000 is a very unusual port number for Usenet servers.
Are you sure it's the right one?
Have you tried the usual port 119?
Most servers have separate ports for normal and SSL traffic.
Make sure the SSL box is on or off, depending on the port number.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: fail to log in

Post by sander »

Interesting:
1) eunews.blocknews.net does not react to port 9000
2) usnews.blocknews.net does react on port 9000

HTH

Code: Select all

sander@R540:~$ telnet eunews.blocknews.net 9000
Trying 178.22.82.40...
Trying 178.22.82.42...
telnet: Unable to connect to remote host: Connection refused


sander@R540:~$ telnet usnews.blocknews.net 9000
Trying 198.186.190.120...
Connected to usnews.blocknews.net.
Escape character is '^]'.
200 news.blocknews.net NNRP Service Ready - support@blocknews.net (posting ok)
help
100 Legal commands
	date
	mode reader
	article MessageID
	body MessageID
	head MessageID
	listgroup newsgroup
	xgtitle [group_pattern]
	newgroups yymmdd hhmmss ["GMT"] [<distributions>]
	xhdr header [range|MessageID]
	hdr header [range|MessageID]
	over [range]
	xover [range]
	list [active|active.times|newsgroups|extensions|distributions|distrib.pats|moderators|overview.fmt|subscriptions]
	quit
.
quit
205 Thanks for playing.	Disconnecting.
Connection closed by foreign host.
sander@R540:~$ 

Post Reply