May 23, 2013, 15:22:22
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
URD Forum
>
General Category
>
Technical Problems
>
Problem when uploading NBZ's
Pages: [
1
]
« previous
next »
Print
Author
Topic: Problem when uploading NBZ's (Read 5765 times)
NeMiSiS
Posts: 9
Problem when uploading NBZ's
«
on:
August 01, 2008, 22:33:13 »
Hi
My first time trying your program and I really like the idea. Currenlty It's not working tho. Dont quite know what's wrong. I've used ninan before and I can connect to the server when just doing a normal telnet onto the 119 port. This is what it says in /tmp/urd.log:
Code:
2008-08-01 22:29:54 INFO Connecting to NNTP server: news.is.co.za
2008-08-01 22:29:55 INFO Connecting to NNTP server: news.is.co.za
2008-08-01 22:29:55 INFO Connecting to NNTP server: news.is.co.za
2008-08-01 22:29:57 INFO Incoming connection from host localhost:36509
2008-08-01 22:29:57 INFO Error: Connection reset by peer (104)
2008-08-01 22:29:58 INFO Incoming connection from host localhost:36510
2008-08-01 22:29:58 INFO Error: Connection reset by peer (104)
2008-08-01 22:30:00 INFO Incoming connection from host localhost:36511
2008-08-01 22:30:00 INFO Error: Connection reset by peer (104)
2008-08-01 22:30:04 INFO Incoming connection from host localhost:36512
2008-08-01 22:30:04 INFO Error: Connection reset by peer (104)
2008-08-01 22:30:05 INFO Incoming connection from host localhost:36513
2008-08-01 22:30:05 CRITICAL ('nntp_maxthreads')
2008-08-01 22:30:05 INFO sighandler called
Not sure if I screwed up the config :-/ a bit of a newb when it comes to news readers :-P
Rgds
Nem
Logged
spearhead
Administrator
Posts: 1038
Re: Problem when uploading NBZ's
«
Reply #1 on:
August 01, 2008, 23:34:56 »
we just discovered this bug ourselves.... to fix it run this patch on urdd/urdd.php: (by hand 1808 is the line# change the code from '>' to '<' etc)
1808c1808
< global $responses, $config;
---
> global $responses;
1846c1846
< $max_threads = $config['orig_nntp_maxthreads'];
---
> $max_threads = get_pref($db, 'nntp_maxthreads', 'root');
1905c1905
< global $responses, $config;
---
> global $responses;
1925c1925
< $max_threads = $config['orig_nntp_maxthreads'];
---
> $max_threads = get_pref($db, 'nntp_maxthreads', 'root');
«
Last Edit: August 02, 2008, 00:14:44 by spearhead
»
Logged
NeMiSiS
Posts: 9
Re: Problem when uploading NBZ's
«
Reply #2 on:
August 02, 2008, 00:28:31 »
Dude .. shot for the help .. and so quickly. Made the changes and it works.
So impressed with your program and they way you guys support it. Thanks once again for the help ^_^
Thanks again
All the Guys(ZA)
Logged
NeMiSiS
Posts: 9
Re: Problem when uploading NBZ's
«
Reply #3 on:
August 02, 2008, 12:54:29 »
Hi Again :-P
I've setup everything now the way it should be[or that's what I think]. The daemon doesn't die anymore but for some reason It seems like it's not getting the articles. I've done a TCPdump on the interface the requests should go out and I can see them going to the news server and the news server responding but for some reason it seems like the program is thinking that it's not connecting or something.
Here some of the debug code in /var/urd.log:
Code:
2008-08-02 12:44:48 INFO Incoming connection from host localhost:47132
2008-08-02 12:44:48 INFO Error: Connection reset by peer (104)
2008-08-02 12:44:52 INFO Incoming connection from host localhost:47133
2008-08-02 12:44:52 INFO Connecting to NNTP server: news.is.co.za
2008-08-02 12:44:52 INFO Error: Connection reset by peer (104)
2008-08-02 12:44:53 NOTICE Could not download article: Article not found(10)
2008-08-02 12:44:53 INFO sighandler called
2008-08-02 12:44:54 WARNING Warning on line 2318 in file /srv/www/htdocs/urd/urdd/urdd.php: socket_select(): unable to select [4]: Interrupted system call (2)
2008-08-02 12:44:54 INFO Incoming connection from host localhost:47135
2008-08-02 12:44:54 INFO Error: Connection reset by peer (104)
2008-08-02 12:44:57 INFO Incoming connection from host localhost:47136
2008-08-02 12:44:57 INFO Error: Connection reset by peer (104)
2008-08-02 12:45:00 INFO Incoming connection from host localhost:47137
2008-08-02 12:45:00 INFO Error: Connection reset by peer (104)
2008-08-02 12:45:03 INFO Incoming connection from host localhost:47138
2008-08-02 12:45:03 INFO Error: Connection reset by peer (104)
2008-08-02 12:45:04 INFO Incoming connection from host localhost:47139
2008-08-02 12:45:04 INFO Error: Connection reset by peer (104)
2008-08-02 12:45:07 INFO Incoming connection from host localhost:47140
2008-08-02 12:45:07 INFO Error: Connection reset by peer (104)
2008-08-02 12:45:09 INFO Incoming connection from host localhost:47141
2008-08-02 12:45:09 INFO Error: Connection reset by peer (104)
2008-08-02 12:45:11 INFO Incoming connection from host localhost:47142
2008-08-02 12:45:11 INFO Error: Connection reset by peer (104)
2008-08-02 12:45:15 INFO Incoming connection from host localhost:47143
2008-08-02 12:45:15 INFO Error: Connection reset by peer (104)
2008-08-02 12:45:19 INFO Incoming connection from host localhost:47144
2008-08-02 12:45:19 INFO Error: Connection reset by peer (104)
2008-08-02 12:45:23 INFO Incoming connection from host localhost:47145
2008-08-02 12:45:23 INFO Error: Connection reset by peer (104)
2008-08-02 12:45:27 INFO Incoming connection from host localhost:47146
2008-08-02 12:45:27 INFO Error: Connection reset by peer (104)
2008-08-02 12:45:31 INFO Incoming connection from host localhost:47147
2008-08-02 12:45:31 INFO Error: Connection reset by peer (104)
2008-08-02 12:45:35 INFO Incoming connection from host localhost:47148
2008-08-02 12:45:35 INFO Error: Connection reset by peer (104)
2008-08-02 12:45:39 INFO Incoming connection from host localhost:47149
2008-08-02 12:45:39 INFO Error: Connection reset by peer (104)
I thought it might be because I have localhost in at URD hostname. Tried changing it to my dns addy but didn't seem to do anything or work. Again I might have put the value in wrong.
I tried using the same NBZ file on a client running on my machine and it works. I'm guessing I screwed up the config somewhere.
So here is the config file aswell:
Code:
// This is an include-only file:
if (!defined('ORIGINAL_PAGE')) die('This file cannot be accessed directly.');
$pathc = realpath(dirname(__FILE__));
require_once("$pathc/functions/defines.php");
// urd daemon parameters (most can be overriden by cmdline options)
$config['urdd_port'] = 11666; // the port urdd will listen on
$config['urdd_listen_host'] = '127.0.0.1'; // the interface urdd will listen on; '0.0.0.0' for all interfaces; '' to disable
$config['urdd_listen_host6'] = '::1'; // the interface URDD will listen on for IPv6: '::1' for localhost, '::' for all interfaces; '' to disable
$config['urdd_logfile'] = '/tmp/urdd.log'; // logfile that urdd will use
$config['urdweb_logfile'] = '/tmp/urdweb.log'; // logfile that is used by the web interface
$config['urdd_log'] = 'file|stderr'; // type of logfile that urdd will use; one or more of file, stderr, syslog, separated by |
$config['urdd_min_loglevel'] = LOG_NOTICE; // the minimal level that urdd will log
// One of: LOG_EMERG LOG_ALERT LOG_CRIT LOG_ERR LOG_WARNING LOG_NOTICE LOG_INFO LOG_DEBUG
$config['urdd_need_auth'] = FALSE; // authentication is needed to connect to urdd (will be removed!)
$config['urdd_daemonise'] = FALSE; // run urdd as a daemon
$config['urdd_debug_level'] = DEBUG_ALL; // see defines for possible values more than one can be orred together using |
$config['urdd_timeout'] = 30; // connection time out of urdd clients
$config['urdd_queue_size'] = 20000 ; // maximum elements urdd can store in the queue
// misc properties
$config['maxmsgs'] = 2000; // the maximum number of articles that will be downloaded in one go
$config['urdd_uid'] = 'urd'; // run the install.sh as root to install the user and the group
$config['urdd_gid'] = 'urd'; // these values are only used when urdd is started as root or with the setuid bit set
//default newsgroup filter should work for every one
$config['group_filter'] = 'alt.bin*';
// True if schedules are run at set times.
$config['scheduler'] = TRUE;
Logged
Styck
Administrator
Posts: 125
Re: Problem when uploading NBZ's
«
Reply #4 on:
August 02, 2008, 17:45:33 »
Hmm that's a tricky one!
Can you download sets (ie: not via NZB files) or does that also fail?
Logged
NeMiSiS
Posts: 9
Re: Problem when uploading NBZ's
«
Reply #5 on:
August 02, 2008, 17:48:59 »
Havent tried that. The site however only works with the NBZ's unfortunatly :-(.
Logged
spearhead
Administrator
Posts: 1038
Re: Problem when uploading NBZ's
«
Reply #6 on:
August 02, 2008, 18:04:28 »
try posting html/debug.php output, instead of the config. It shows much more (and blanks passwords btw)
Logged
spearhead
Administrator
Posts: 1038
Re: Problem when uploading NBZ's
«
Reply #7 on:
August 02, 2008, 18:13:43 »
also, if you are tcpdumping anyway, can you see what NNTP response you get from the BODY command?
Logged
NeMiSiS
Posts: 9
Re: Problem when uploading NBZ's
«
Reply #8 on:
August 02, 2008, 19:12:14 »
Will Run the tcp dump again and post the dump. Dont quite know what you want from the debug.php. so I did a php debug.php. and copied the contents as well:
Code:
php debug.php
PHP Notice: Undefined index: REMOTE_ADDR in /srv/www/htdocs/urd/functions/checkauth.php on line 75
PHP Warning: require_once(Smarty.class.php): failed to open stream: No such file or directory in /srv/www/htdocs/urd/functions/smarty.php on line 32
PHP Fatal error: require_once(): Failed opening required 'Smarty.class.php' (include_path='.:/usr/share/php5:/usr/share/php5/PEAR') in /srv/www/htdocs/urd/functions/smarty.php on line 32
WireServ:/srv/www/htdocs/urd/html # cat debug.php
<?php
/*
* This file is part of Urd.
*
* Urd is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
* Urd is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. See the file "COPYING". If it does not
* exist, see <http://www.gnu.org/licenses/>.
*
* $LastChangedDate: 2008-06-14 11:01:35 +0200 (Sat, 14 Jun 2008) $
* $Rev: 1161 $
* $Author: styck $
* $Id: about.php 1161 2008-06-14 09:01:35Z styck $
*/
define
(
'ORIGINAL_PAGE'
,
$_SERVER
[
'PHP_SELF'
]);
$pathab
=
realpath
(
dirname
(
__FILE__
));
require_once(
"$pathab/../functions/html_includes.php"
);
function
debug_dump
(
$var
)
{
echo
'<pre>'
;
// This is for correct handling of newlines
ob_start
();
var_dump
(
$var
);
$a
=
ob_get_contents
();
ob_end_clean
();
echo
htmlspecialchars
(
$a
,
ENT_QUOTES
);
// Escape every HTML special chars (especially > and < )
echo
'</pre>'
;
}
echo
"<html><head><title>Debug output</title></head>"
;
echo
"<body>"
;
echo
"<h2>Debug output of URD settings</h2>"
;
echo
"<br/>--------------- copy from here----------------<br/>"
;
$prefs
=
load_prefs_clean
(
0
,
$db
);
$uc
= new
urdd_client
(
$prefs
[
'urdd_host'
],
$prefs
[
'urdd_port'
],
$userID
);
if(
$isadmin
) {
echo
"<h3>Global configuration</h3>"
;
foreach (
$prefs
as
$k
=>
$p
) {
if (
strstr
(
$k
,
'password'
))
$prefs
[
$k
] =
'xxxxxx'
;
}
ksort
(
$prefs
);
debug_dump
(
$prefs
);
}
echo
"<h3>User preferences</h3>"
;
$uprefs
=
load_prefs_clean
(
$userID
,
$db
);
foreach (
$uprefs
as
$k
=>
$p
) {
if (
strstr
(
$k
,
'password'
))
$uprefs
[
$k
] =
'xxxxxx'
;
}
ksort
(
$uprefs
);
debug_dump
(
$uprefs
);
try {
if (
$uc
->
is_connected
()) {
$urdd_status
=
$uc
->
status
();
if (
$urdd_status
!==
FALSE
) {
echo
"<h3>URDD Status</h3>"
;
debug_dump
(
$urdd_status
);
} else
echo
"<h3>URDD status not read: No response received</h3>"
;
$urdd_cfg
=
$uc
->
show
(
"config"
);
if (
$urdd_cfg
!==
FALSE
) {
echo
"<h3>URDD settings</h3>"
;
debug_dump
(
$urdd_cfg
);
} else
echo
"<h3>URDD settings not read: No response received</h3>"
;
$urdd_vrs
=
$uc
->
version
();
if (
$urdd_vrs
!==
FALSE
) {
echo
"<h3>URDD version</h3>"
;
debug_dump
(
$urdd_vrs
);
} else
echo
"<h3>URDD version not read: No response received</h3>"
;
$urdd_all
=
$uc
->
show
(
"all"
);
if (
$urdd_all
!==
FALSE
) {
echo
"<h3>URDD jobs, queue, threads, users</h3>"
;
debug_dump
(
$urdd_all
);
} else
echo
"<h3>URDD settings not read: No response received</h3>"
;
} else
echo
"<h3>URDD settings not read: Daemon offline</h3>"
;
} catch (
exception $e
) {
echo
"<h3>URDD settings not read: Exception occurred</h3>"
;
}
echo
"<br/>--------------- copy to here----------------<br/>"
;
echo
"</body>"
;
?>
Logged
spearhead
Administrator
Posts: 1038
Re: Problem when uploading NBZ's
«
Reply #9 on:
August 02, 2008, 19:42:29 »
Quote from: NeMiSiS on August 02, 2008, 19:12:14
Will Run the tcp dump again and post the dump. Dont quite know what you want from the debug.php. so I did a php debug.php. and copied the contents as well:
Simply run it from the browser.. it will gather all your settings
Logged
NeMiSiS
Posts: 9
Re: Problem when uploading NBZ's
«
Reply #10 on:
August 02, 2008, 20:27:54 »
HAHAH sorry.. My bad XD
Code:
Debug output of URD settings
--------------- copy from here----------------
Global configuration
array(53) {
["URD_version"]=>
string(5) "0.5.3"
["admin_email"]=>
string(24) "xxxxxxxx"
["auto_expire"]=>
string(1) "1"
["auto_reg"]=>
string(1) "0"
["cksfv_path"]=>
string(14) "/usr/bin/cksfv"
["default_expire_time"]=>
string(1) "5"
["default_language"]=>
string(11) "english.php"
["default_template"]=>
string(7) "default"
["dir_cd"]=>
string(0) ""
["dlpath"]=>
string(13) "xxxxxxxxx"
["global_hidden_files_list"]=>
string(2) " "
["global_hiddenfiles"]=>
string(1) "0"
["group"]=>
string(0) ""
["log_level"]=>
string(1) "6"
["maxbuttons"]=>
string(2) "10"
["maxdl"]=>
string(3) "400"
["maxul"]=>
string(3) "100"
["period_cd"]=>
string(1) "0"
["period_ng"]=>
string(1) "0"
["period_opt"]=>
string(1) "0"
["period_update"]=>
string(1) "8"
["permissions"]=>
string(4) "0600"
["register"]=>
string(1) "0"
["run_update"]=>
string(1) "0"
["scheduler"]=>
string(2) "on"
["shaping"]=>
string(1) "0"
["tar_path"]=>
string(8) "/bin/tar"
["time1_cd"]=>
string(0) ""
["time1_ng"]=>
string(0) ""
["time1_opt"]=>
string(0) ""
["time1_update"]=>
string(2) "12"
["time2_cd"]=>
string(0) ""
["time2_ng"]=>
string(0) ""
["time2_opt"]=>
string(0) ""
["time2_update"]=>
string(2) "00"
["trickle_path"]=>
string(16) "/usr/bin/trickle"
["un7zr_path"]=>
string(0) ""
["unace_path"]=>
string(14) "/usr/bin/unace"
["unarj_path"]=>
string(0) ""
["unpar_path"]=>
string(13) "/usr/bin/par2"
["unrar_path"]=>
string(14) "/usr/bin/unrar"
["unzip_path"]=>
string(14) "/usr/bin/unzip"
["update_text"]=>
string(0) ""
["update_type"]=>
string(1) "0"
["update_version"]=>
string(0) ""
["urdd_host"]=>
string(9) "localhost"
["urdd_maxthreads"]=>
string(1) "5"
["urdd_path"]=>
string(27) "/srv/www/htdocs/urd/urdd.sh"
["urdd_port"]=>
string(5) "11666"
["urdd_restart"]=>
string(1) "1"
["url"]=>
string(23) "xxxxxx"
["usenet_server"]=>
string(1) "9"
["yydecode_path"]=>
string(17) "/usr/bin/yydecode"
}
User preferences
array(24) {
["button1"]=>
string(1) "1"
["button10"]=>
string(4) "none"
["button2"]=>
string(1) "2"
["button3"]=>
string(1) "6"
["button4"]=>
string(2) "13"
["button5"]=>
string(4) "none"
["button6"]=>
string(4) "none"
["button7"]=>
string(4) "none"
["button8"]=>
string(4) "none"
["button9"]=>
string(4) "none"
["defaultsort"]=>
string(11) "Subject ASC"
["delete_files"]=>
string(1) "1"
["hidden_files_list"]=>
string(0) ""
["hiddenfiles"]=>
string(1) "0"
["language"]=>
string(11) "english.php"
["mail_user"]=>
string(1) "0"
["maxsetname"]=>
string(2) "80"
["minngsize"]=>
string(1) "0"
["minsetsize"]=>
string(1) "0"
["search_terms"]=>
string(0) ""
["setsperpage"]=>
string(3) "100"
["template"]=>
string(7) "default"
["unpar"]=>
string(1) "1"
["unrar"]=>
string(1) "1"
}
URDD settings not read: Daemon offline
--------------- copy to here----------------
Logged
spearhead
Administrator
Posts: 1038
Re: Problem when uploading NBZ's
«
Reply #11 on:
August 02, 2008, 21:56:54 »
I don't see anything odd in there... any luck with the tcpdump?
Logged
spearhead
Administrator
Posts: 1038
Re: Problem when uploading NBZ's
«
Reply #12 on:
August 03, 2008, 10:00:44 »
BTW do you need a user name and password for the news server? Did you set it in the usenet server configuration (admin/usenet servers)?
Logged
NeMiSiS
Posts: 9
Re: Problem when uploading NBZ's
«
Reply #13 on:
August 04, 2008, 14:15:54 »
Hi
Sorry for the long wait. Got busy with some Stinking Pc Repairs :-/.
The Servers dont use Username and password they require that you have an account with them as your ISP. I'm dailing both and my routing tables are set and as I know the problem isn't there cause i've been using another HTTP Downloader and the client on my pc is also still working.
Here is the TCP Dump as promised:
Code:
tcpdump -i dsl1 -n port 119
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on dsl1, link-type LINUX_SLL (Linux cooked), capture size 96 bytes
14:01:05.465772 IP 196.209.169.15.37189 > 196.26.208.123.119: S 3331788349:3331788349(0) win 5808 <mss 1452,sackOK,timestamp 1032224819 0,nop,wscale 5>
14:01:05.470683 IP 196.209.169.15.37190 > 196.26.208.123.119: S 3336390303:3336390303(0) win 5808 <mss 1452,sackOK,timestamp 1032224820 0,nop,wscale 5>
14:01:05.475545 IP 196.209.169.15.37191 > 196.26.208.123.119: S 3344893131:3344893131(0) win 5808 <mss 1452,sackOK,timestamp 1032224822 0,nop,wscale 5>
14:01:05.500314 IP 196.26.208.123.119 > 196.209.169.15.37189: S 162639484:162639484(0) ack 3331788350 win 65535 <mss 1360,nop,wscale 1,nop,nop,timestamp 1572987699 1032224819,sackOK,eol>
14:01:05.500419 IP 196.209.169.15.37189 > 196.26.208.123.119: . ack 1 win 182 <nop,nop,timestamp 1032224828 1572987699>
14:01:05.515328 IP 196.26.208.123.119 > 196.209.169.15.37190: S 1494143070:1494143070(0) ack 3336390304 win 65535 <mss 1360,nop,wscale 1,nop,nop,timestamp 1572987713 1032224820,sackOK,eol>
14:01:05.515454 IP 196.209.169.15.37190 > 196.26.208.123.119: . ack 1 win 182 <nop,nop,timestamp 1032224832 1572987713>
14:01:05.530863 IP 196.26.208.123.119 > 196.209.169.15.37191: S 2302302890:2302302890(0) ack 3344893132 win 65535 <mss 1360,nop,wscale 1,nop,nop,timestamp 1572987728 1032224822,sackOK,eol>
14:01:05.530986 IP 196.209.169.15.37191 > 196.26.208.123.119: . ack 1 win 182 <nop,nop,timestamp 1032224835 1572987728>
14:01:05.557489 IP 196.26.208.123.119 > 196.209.169.15.37189: . 1:183(182) ack 1 win 33026 <nop,nop,timestamp 1572987751 1032224828>
14:01:05.557556 IP 196.209.169.15.37189 > 196.26.208.123.119: . ack 183 win 215 <nop,nop,timestamp 1032224842 1572987751>
14:01:05.563881 IP 196.26.208.123.119 > 196.209.169.15.37190: . 1:183(182) ack 1 win 33026 <nop,nop,timestamp 1572987756 1032224832>
14:01:05.563945 IP 196.209.169.15.37190 > 196.26.208.123.119: . ack 183 win 215 <nop,nop,timestamp 1032224844 1572987756>
14:01:05.577184 IP 196.26.208.123.119 > 196.209.169.15.37191: . 1:183(182) ack 1 win 33026 <nop,nop,timestamp 1572987770 1032224835>
14:01:05.577256 IP 196.209.169.15.37191 > 196.26.208.123.119: . ack 183 win 215 <nop,nop,timestamp 1032224847 1572987770>
14:01:05.616374 IP 196.26.208.123.119 > 196.209.169.15.37189: P 183:273(90) ack 1 win 33026 <nop,nop,timestamp 1572987810 1032224842>
14:01:05.616456 IP 196.209.169.15.37189 > 196.26.208.123.119: . ack 273 win 215 <nop,nop,timestamp 1032224857 1572987810>
14:01:05.625685 IP 196.209.169.15.37189 > 196.26.208.123.119: P 1:53(52) ack 273 win 215 <nop,nop,timestamp 1032224858 1572987810>
14:01:05.634598 IP 196.26.208.123.119 > 196.209.169.15.37190: P 183:273(90) ack 1 win 33026 <nop,nop,timestamp 1572987828 1032224844>
14:01:05.634704 IP 196.209.169.15.37190 > 196.26.208.123.119: . ack 273 win 215 <nop,nop,timestamp 1032224861 1572987828>
14:01:05.643114 IP 196.209.169.15.37190 > 196.26.208.123.119: P 1:54(53) ack 273 win 215 <nop,nop,timestamp 1032224863 1572987828>
14:01:05.652105 IP 196.26.208.123.119 > 196.209.169.15.37191: P 183:273(90) ack 1 win 33026 <nop,nop,timestamp 1572987845 1032224847>
14:01:05.652211 IP 196.209.169.15.37191 > 196.26.208.123.119: . ack 273 win 215 <nop,nop,timestamp 1032224866 1572987845>
14:01:05.660801 IP 196.209.169.15.37191 > 196.26.208.123.119: P 1:54(53) ack 273 win 215 <nop,nop,timestamp 1032224867 1572987845>
14:01:05.702611 IP 196.26.208.123.119 > 196.209.169.15.37189: P 273:339(66) ack 53 win 33026 <nop,nop,timestamp 1572987895 1032224858>
14:01:05.702728 IP 196.209.169.15.37189 > 196.26.208.123.119: P 53:59(6) ack 339 win 215 <nop,nop,timestamp 1032224878 1572987895>
14:01:05.703383 IP 196.209.169.15.37189 > 196.26.208.123.119: F 59:59(0) ack 339 win 215 <nop,nop,timestamp 1032224878 1572987895>
14:01:05.728330 IP 196.26.208.123.119 > 196.209.169.15.37189: . 339:1687(1348) ack 53 win 33026 <nop,nop,timestamp 1572987895 1032224858>
14:01:05.728465 IP 196.209.169.15.37189 > 196.26.208.123.119: R 3331788402:3331788402(0) win 0
14:01:05.753457 IP 196.26.208.123.119 > 196.209.169.15.37189: . 1687:3035(1348) ack 53 win 33026 <nop,nop,timestamp 1572987895 1032224858>
14:01:05.753564 IP 196.209.169.15.37189 > 196.26.208.123.119: R 3331788402:3331788402(0) win 0
14:01:05.778087 IP 196.26.208.123.119 > 196.209.169.15.37189: . 3035:4383(1348) ack 53 win 33026 <nop,nop,timestamp 1572987895 1032224858>
14:01:05.778188 IP 196.209.169.15.37189 > 196.26.208.123.119: R 3331788402:3331788402(0) win 0
14:01:05.780936 IP 196.26.208.123.119 > 196.209.169.15.37190: P 273:340(67) ack 54 win 33026 <nop,nop,timestamp 1572987906 1032224863>
14:01:05.781052 IP 196.209.169.15.37190 > 196.26.208.123.119: P 54:60(6) ack 340 win 215 <nop,nop,timestamp 1032224897 1572987906>
14:01:05.781689 IP 196.209.169.15.37190 > 196.26.208.123.119: F 60:60(0) ack 340 win 215 <nop,nop,timestamp 1032224897 1572987906>
14:01:05.807174 IP 196.26.208.123.119 > 196.209.169.15.37190: . 340:1688(1348) ack 54 win 33026 <nop,nop,timestamp 1572987906 1032224863>
14:01:05.807311 IP 196.209.169.15.37190 > 196.26.208.123.119: R 3336390357:3336390357(0) win 0
14:01:05.831804 IP 196.26.208.123.119 > 196.209.169.15.37190: . 1688:3036(1348) ack 54 win 33026 <nop,nop,timestamp 1572987906 1032224863>
14:01:05.831910 IP 196.209.169.15.37190 > 196.26.208.123.119: R 3336390357:3336390357(0) win 0
14:01:05.856941 IP 196.26.208.123.119 > 196.209.169.15.37190: . 3036:4384(1348) ack 54 win 33026 <nop,nop,timestamp 1572987906 1032224863>
14:01:05.857046 IP 196.209.169.15.37190 > 196.26.208.123.119: R 3336390357:3336390357(0) win 0
14:01:05.859785 IP 196.26.208.123.119 > 196.209.169.15.37191: P 273:340(67) ack 54 win 33026 <nop,nop,timestamp 1572987911 1032224867>
14:01:05.859877 IP 196.209.169.15.37191 > 196.26.208.123.119: P 54:60(6) ack 340 win 215 <nop,nop,timestamp 1032224918 1572987911>
14:01:05.860523 IP 196.209.169.15.37191 > 196.26.208.123.119: F 60:60(0) ack 340 win 215 <nop,nop,timestamp 1032224918 1572987911>
14:01:05.884790 IP 196.26.208.123.119 > 196.209.169.15.37191: . 340:1688(1348) ack 54 win 33026 <nop,nop,timestamp 1572987912 1032224867>
14:01:05.884920 IP 196.209.169.15.37191 > 196.26.208.123.119: R 3344893185:3344893185(0) win 0
14:01:05.910662 IP 196.26.208.123.119 > 196.209.169.15.37191: . 1688:3036(1348) ack 54 win 33026 <nop,nop,timestamp 1572987912 1032224867>
14:01:05.910790 IP 196.209.169.15.37191 > 196.26.208.123.119: R 3344893185:3344893185(0) win 0
14:01:05.935269 IP 196.26.208.123.119 > 196.209.169.15.37191: . 3036:4384(1348) ack 54 win 33026 <nop,nop,timestamp 1572987912 1032224867>
14:01:05.935376 IP 196.209.169.15.37191 > 196.26.208.123.119: R 3344893185:3344893185(0) win 0
14:01:05.960426 IP 196.26.208.123.119 > 196.209.169.15.37189: . 4383:5731(1348) ack 59 win 33023 <nop,nop,timestamp 1572987932 1032224878>
14:01:05.960528 IP 196.209.169.15.37189 > 196.26.208.123.119: R 3331788408:3331788408(0) win 0
14:01:05.986730 IP 196.26.208.123.119 > 196.209.169.15.20399: . 3782499524:3782500844(1320) ack 3128208752 win 65535
14:01:06.012404 IP 196.26.208.123.119 > 196.209.169.15.37190: . 4384:5732(1348) ack 60 win 33023 <nop,nop,timestamp 1572988010 1032224897>
14:01:06.012475 IP 196.209.169.15.37190 > 196.26.208.123.119: R 3336390363:3336390363(0) win 0
14:01:06.038754 IP 196.26.208.123.119 > 196.209.169.15.37191: . 4384:5732(1348) ack 60 win 33023 <nop,nop,timestamp 1572988125 1032224918>
14:01:06.038845 IP 196.209.169.15.37191 > 196.26.208.123.119: R 3344893191:3344893191(0) win 0
14:01:06.382523 IP 196.209.169.15.37192 > 196.26.208.123.119: S 4258369893:4258369893(0) win 5808 <mss 1452,sackOK,timestamp 1032225048 0,nop,wscale 5>
14:01:06.418868 IP 196.26.208.123.119 > 196.209.169.15.37192: S 2968008551:2968008551(0) ack 4258369894 win 65535 <mss 1360,nop,wscale 1,nop,nop,timestamp 1572988591 1032225048,sackOK,eol>
14:01:06.419014 IP 196.209.169.15.37192 > 196.26.208.123.119: . ack 1 win 182 <nop,nop,timestamp 1032225057 1572988591>
14:01:06.453181 IP 196.26.208.123.119 > 196.209.169.15.20399: . 0:1320(1320) ack 1 win 65535
14:01:06.467663 IP 196.26.208.123.119 > 196.209.169.15.37192: . 1:183(182) ack 1 win 33026 <nop,nop,timestamp 1572988637 1032225057>
14:01:06.467790 IP 196.209.169.15.37192 > 196.26.208.123.119: . ack 183 win 215 <nop,nop,timestamp 1032225069 1572988637>
14:01:06.593553 IP 196.26.208.123.119 > 196.209.169.15.37192: P 183:273(90) ack 1 win 33026 <nop,nop,timestamp 1572988760 1032225069>
14:01:06.593638 IP 196.209.169.15.37192 > 196.26.208.123.119: . ack 273 win 215 <nop,nop,timestamp 1032225101 1572988760>
14:01:06.602428 IP 196.209.169.15.37192 > 196.26.208.123.119: P 1:54(53) ack 273 win 215 <nop,nop,timestamp 1032225103 1572988760>
14:01:06.728584 IP 196.26.208.123.119 > 196.209.169.15.37192: P 273:340(67) ack 54 win 33026 <nop,nop,timestamp 1572988891 1032225103>
14:01:06.728654 IP 196.209.169.15.37192 > 196.26.208.123.119: P 54:60(6) ack 340 win 215 <nop,nop,timestamp 1032225135 1572988891>
14:01:06.729311 IP 196.209.169.15.37192 > 196.26.208.123.119: F 60:60(0) ack 340 win 215 <nop,nop,timestamp 1032225135 1572988891>
14:01:06.756250 IP 196.26.208.123.119 > 196.209.169.15.37192: . 340:1688(1348) ack 54 win 33026 <nop,nop,timestamp 1572988891 1032225103>
14:01:06.756389 IP 196.209.169.15.37192 > 196.26.208.123.119: R 4258369947:4258369947(0) win 0
14:01:06.780890 IP 196.26.208.123.119 > 196.209.169.15.37192: . 1688:3036(1348) ack 54 win 33026 <nop,nop,timestamp 1572988891 1032225103>
14:01:06.781010 IP 196.209.169.15.37192 > 196.26.208.123.119: R 4258369947:4258369947(0) win 0
14:01:06.805782 IP 196.26.208.123.119 > 196.209.169.15.37192: . 3036:4384(1348) ack 54 win 33026 <nop,nop,timestamp 1572988891 1032225103>
14:01:06.805888 IP 196.209.169.15.37192 > 196.26.208.123.119: R 4258369947:4258369947(0) win 0
14:01:06.830672 IP 196.26.208.123.119 > 196.209.169.15.37192: . 4384:5732(1348) ack 60 win 33023 <nop,nop,timestamp 1572988928 1032225135>
14:01:06.830752 IP 196.209.169.15.37192 > 196.26.208.123.119: R 4258369953:4258369953(0) win 0
14:01:07.140946 IP 196.209.169.15.37194 > 196.26.208.123.119: S 710234076:710234076(0) win 5808 <mss 1452,sackOK,timestamp 1032225238 0,nop,wscale 5>
14:01:07.483114 IP 196.26.208.123.119 > 196.209.169.15.20399: . 0:1320(1320) ack 1 win 65535
14:01:09.342627 IP 196.26.208.123.119 > 196.209.169.15.20399: . 0:1320(1320) ack 1 win 65535
14:01:10.139474 IP 196.209.169.15.37194 > 196.26.208.123.119: S 710234076:710234076(0) win 5808 <mss 1452,sackOK,timestamp 1032225988 0,nop,wscale 5>
14:01:12.853934 IP 196.26.208.123.119 > 196.209.169.15.20399: . 0:1320(1320) ack 1 win 65535
14:01:16.139476 IP 196.209.169.15.37194 > 196.26.208.123.119: S 710234076:710234076(0) win 5808 <mss 1452,sackOK,timestamp 1032227488 0,nop,wscale 5>
14:01:19.669831 IP 196.26.208.123.119 > 196.209.169.15.20399: . 0:1320(1320) ack 1 win 65535
14:01:29.449575 IP 196.26.208.123.119 > 196.209.169.15.20399: . 0:1320(1320) ack 1 win 65535
^ is from starting the daemon but I weren't sure if any of the users were using client on their local machines so I plugged them out and now it seems like it keeps doing the same thing:
Code:
14:08:29.364990 IP 196.209.169.15.46648 > 196.26.208.123.119: . ack 1 win 182 <nop,nop,timestamp 1032335794 1573418643>
14:08:29.411496 IP 196.26.208.123.119 > 196.209.169.15.46648: . 1:183(182) ack 1 win 33026 <nop,nop,timestamp 1573418686 1032335794>
14:08:29.411561 IP 196.209.169.15.46648 > 196.26.208.123.119: . ack 183 win 215 <nop,nop,timestamp 1032335806 1573418686>
14:08:29.445526 IP 196.26.208.123.119 > 196.209.169.15.46648: P 183:273(90) ack 1 win 33026 <nop,nop,timestamp 1573418720 1032335806>
14:08:29.445602 IP 196.209.169.15.46648 > 196.26.208.123.119: . ack 273 win 215 <nop,nop,timestamp 1032335814 1573418720>
14:08:29.454484 IP 196.209.169.15.46648 > 196.26.208.123.119: P 1:54(53) ack 273 win 215 <nop,nop,timestamp 1032335816 1573418720>
14:08:29.525586 IP 196.26.208.123.119 > 196.209.169.15.46648: P 273:340(67) ack 54 win 33026 <nop,nop,timestamp 1573418799 1032335816>
14:08:29.525656 IP 196.209.169.15.46648 > 196.26.208.123.119: P 54:60(6) ack 340 win 215 <nop,nop,timestamp 1032335834 1573418799>
14:08:29.526317 IP 196.209.169.15.46648 > 196.26.208.123.119: F 60:60(0) ack 340 win 215 <nop,nop,timestamp 1032335834 1573418799>
14:08:29.550806 IP 196.26.208.123.119 > 196.209.169.15.46648: . 340:1688(1348) ack 54 win 33026 <nop,nop,timestamp 1573418799 1032335816>
14:08:29.550936 IP 196.209.169.15.46648 > 196.26.208.123.119: R 556369813:556369813(0) win 0
14:08:29.576434 IP 196.26.208.123.119 > 196.209.169.15.46648: . 1688:3036(1348) ack 54 win 33026 <nop,nop,timestamp 1573418799 1032335816>
14:08:29.576564 IP 196.209.169.15.46648 > 196.26.208.123.119: R 556369813:556369813(0) win 0
14:08:29.601299 IP 196.26.208.123.119 > 196.209.169.15.46648: . 3036:4384(1348) ack 54 win 33026 <nop,nop,timestamp 1573418799 1032335816>
14:08:29.601376 IP 196.209.169.15.46648 > 196.26.208.123.119: R 556369813:556369813(0) win 0
14:08:29.626215 IP 196.26.208.123.119 > 196.209.169.15.46648: . 4384:5732(1348) ack 60 win 33023 <nop,nop,timestamp 1573418837 1032335834>
14:08:29.626317 IP 196.209.169.15.46648 > 196.26.208.123.119: R 556369819:556369819(0) win 0
14:08:29.866013 IP 196.209.169.15.46649 > 196.26.208.123.119: S 1089543395:1089543395(0) win 5808 <mss 1452,sackOK,timestamp 1032335919 0,nop,wscale 5>
14:08:29.899845 IP 196.26.208.123.119 > 196.209.169.15.46649: S 1830161219:1830161219(0) ack 1089543396 win 65535 <mss 1360,nop,wscale 1,nop,nop,timestamp 1573419161 1032335919,sackOK,eol>
14:08:29.899918 IP 196.209.169.15.46649 > 196.26.208.123.119: . ack 1 win 182 <nop,nop,timestamp 1032335928 1573419161>
14:08:29.950407 IP 196.26.208.123.119 > 196.209.169.15.46649: . 1:183(182) ack 1 win 33026 <nop,nop,timestamp 1573419208 1032335928>
14:08:29.950510 IP 196.209.169.15.46649 > 196.26.208.123.119: . ack 183 win 215 <nop,nop,timestamp 1032335940 1573419208>
14:08:29.983625 IP 196.26.208.123.119 > 196.209.169.15.46649: P 183:273(90) ack 1 win 33026 <nop,nop,timestamp 1573419242 1032335940>
14:08:29.983689 IP 196.209.169.15.46649 > 196.26.208.123.119: . ack 273 win 215 <nop,nop,timestamp 1032335949 1573419242>
14:08:29.992681 IP 196.209.169.15.46649 > 196.26.208.123.119: P 1:54(53) ack 273 win 215 <nop,nop,timestamp 1032335950 1573419242>
14:08:30.062233 IP 196.26.208.123.119 > 196.209.169.15.46649: P 273:340(67) ack 54 win 33026 <nop,nop,timestamp 1573419318 1032335950>
14:08:30.062311 IP 196.209.169.15.46649 > 196.26.208.123.119: P 54:60(6) ack 340 win 215 <nop,nop,timestamp 1032335968 1573419318>
14:08:30.062973 IP 196.209.169.15.46649 > 196.26.208.123.119: F 60:60(0) ack 340 win 215 <nop,nop,timestamp 1032335968 1573419318>
14:08:30.087432 IP 196.26.208.123.119 > 196.209.169.15.46649: . 340:1688(1348) ack 54 win 33026 <nop,nop,timestamp 1573419318 1032335950>
14:08:30.087564 IP 196.209.169.15.46649 > 196.26.208.123.119: R 1089543449:1089543449(0) win 0
14:08:30.112340 IP 196.26.208.123.119 > 196.209.169.15.46649: . 1688:3036(1348) ack 54 win 33026 <nop,nop,timestamp 1573419318 1032335950>
14:08:30.112448 IP 196.209.169.15.46649 > 196.26.208.123.119: R 1089543449:1089543449(0) win 0
14:08:30.137937 IP 196.26.208.123.119 > 196.209.169.15.46649: . 3036:4384(1348) ack 54 win 33026 <nop,nop,timestamp 1573419318 1032335950>
14:08:30.138026 IP 196.209.169.15.46649 > 196.26.208.123.119: R 1089543449:1089543449(0) win 0
14:08:30.166047 IP 196.26.208.123.119 > 196.209.169.15.46649: . 4384:5732(1348) ack 60 win 33023 <nop,nop,timestamp 1573419355 1032335968>
14:08:30.166113 IP 196.209.169.15.46649 > 196.26.208.123.119: R 1089543455:1089543455(0) win 0
14:08:30.395503 IP 196.209.169.15.46650 > 196.26.208.123.119: S 1617674526:1617674526(0) win 5808 <mss 1452,sackOK,timestamp 1032336051 0,nop,wscale 5>
14:08:30.430822 IP 196.26.208.123.119 > 196.209.169.15.46650: S 2436756415:2436756415(0) ack 1617674527 win 65535 <mss 1360,nop,wscale 1,nop,nop,timestamp 1573419674 1032336051,sackOK,eol>
FYI Here are the instructions they have on the site aswell for setting up the accounts:
Quote
NZB GUIDE
YOU HAVE TO HAVE AN ADSL LINE/ACCOUNT FOR THESE NEWS SERVERS! (No Iburst, 3G, etc)
Purchase an account on
www.easynews.com
or
www.giganews.com
if you are not an ADSL subscriber.
Users who are using a SAIX (Telkom) account can use the server : news.saix.net
Users who are using an IS (Openweb or Webafrica) account can use the server : news.is.co.za
Note :
Main IS Local Account Suppliers : Openweb and Webafrica
Main SAIX Local Account Suppliers : Webafrica and SAOL
-Download Grabit, and Quickpar from the download section. (Grabit | Quickpar)
-Install Grabit and Quickpar
-Open Grabit, right click "My Grabit" , press Add Server, change hostname and profile name to : 'news.is.co.za' or 'news.saix.net'.
-Leave the Account Name and Password fields EMPTY.
-The IS server allows 5 connections ONLY.
-The SAIX server allows 3 connections ONLY.
Thanks again for all your trouble .. I really like the idea of your program and I'm really strating to enjoy it .. Not to mention it looks wonderful as an iFrame on the site I have for the local users. After we get it working I might bug you some more for changing it a bit so it authenticates to my currently joomla site :-P
Rgds
NeM
Logged
spearhead
Administrator
Posts: 1038
Re: Problem when uploading NBZ's
«
Reply #14 on:
August 04, 2008, 14:25:01 »
Quote from: NeMiSiS on August 04, 2008, 14:15:54
Here is the TCP Dump as promised:
my bad... I need to see into the packets
This should do that
# tcpdump -i dsl1 -n port 119 -w /tmp/nntp_dump
Then mail me the file /tmp/nntp_dump
Logged
NeMiSiS
Posts: 9
Re: Problem when uploading NBZ's
«
Reply #15 on:
August 04, 2008, 15:37:46 »
Kewl .. Mailed the TCP file to you. I've mailed it from a different gmail email addy tho. But you should have received it :-).
Rgds
Nem
Logged
spearhead
Administrator
Posts: 1038
Re: Problem when uploading NBZ's
«
Reply #16 on:
August 04, 2008, 16:52:26 »
thanx... there is some really weird stuff going on.... there seems to be some stuff getting garbled.
can you do this for me:
# telnet news.is.co.za 119
you should get a reply starting with 200, can you send me that line (or are there more than 1 line).
Also run a command like this (in the telnet session)
body <4890f084$0$4016$b9f67a60@news.newsdemon.com>
and copy the first couple of lines that
1st one should say sth like
222 0 <4890f084$0$4016$b9f67a60@news.newsdemon.com> body
if you get a msg starting with a 5 or a 4 (like 423 No such article number in this group) it's an error
This would make me able to compare with what I should get
Logged
spearhead
Administrator
Posts: 1038
Re: Problem when uploading NBZ's
«
Reply #17 on:
August 04, 2008, 17:14:05 »
just a bit of a hunch really, but open the file "functions/libs/base_nntp_client.php" and find the function
Code:
private function _getStatusResponse()
change the line
Code:
$response = $this->_socket->gets(256);
to
Code:
$response = $this->_socket->gets(1024);
and see if that works (restart the URD Daemon)
Logged
NeMiSiS
Posts: 9
Re: Problem when uploading NBZ's
«
Reply #18 on:
August 04, 2008, 19:43:28 »
I've made the changes ... will post again when I start seeing some files in the Directory. FYI I've run the telnet commands so long and here's the output:
Code:
telnet news.is.co.za 119
Trying 196.26.208.123...
Connected to news.is.co.za.
Escape character is '^]'.
200 Welcome to news.is.co.za. Users connecting to this server do so at their own risk. IS is unable to and does not at any time exercise editorial control of an y content posted on this infrastructure. http://www.is.co.za/aup (posting ok, 10 8855 groups available, 20050).
body <4890f084$0$4016$b9f67a60@news.newsdemon.com>
222 0 body <4890f084$0$4016$b9f67a60@news.newsdemon.com>
=ybegin part=1 line=128 size=901 name=Evile - Enter The Grave - 00.m3u
=ypart begin=1 end=901
Mo~w74Mo~sxpd\a[Vo JWJoJ~Jq 74o JWJoJ~Jq JWJZX]74Mo~sxpd]__Vo JWJlJk 7o JWJ~74
4o JWJoJ~Jq JWJZ_JWJlJk X]74Mo~sxpd\b[¤X]74Mo~sxpd]b]Vo JWJlJsJl74o JWJou
J~Jq JWJZcJWJlJsJlX]74Mo~sxpd]]bVo JWJkJk74o JWJoJ~Jq JWJ[ZJWJkJkX]74Mo
]74pd\_bVo JWJ}
=yend size=901 part=1 pcrc32=c283d17c
--
Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
------->>>>>>http://www.NewsDemon.com<<<<<<------
Unlimited Access, Anonymous Accounts, Uncensored Broadband Access
.
Thanks again
EDIT:
It's actually showing a download speed!!! YAY!! Progress. Will let it run for a while and keep you posted. ^_^
«
Last Edit: August 04, 2008, 19:45:11 by NeMiSiS
»
Logged
spearhead
Administrator
Posts: 1038
Re: Problem when uploading NBZ's
«
Reply #19 on:
August 04, 2008, 22:20:31 »
Quote from: NeMiSiS on August 04, 2008, 19:43:28
It's actually showing a download speed!!! YAY!! Progress. Will let it run for a while and keep you posted. ^_^
My hunch was right ;-) the 200 response you get from the newsserver was too long (271 characters) where it only can read 256.
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> General Discussion
=> Recruitment
=> Technical Problems
=> Features
Loading...