Zou iemand mij kunnen helpen met het laatste stukje.
Ik heb ondertussen alles draaien op een Linux bak: nginx, percona, Sphinx, newznab+
De hele admin gebeuren van newsnab ingesteld. Om te testen heb ik even 2 groepen geactiveerd
a.b.teevee en a.b.tvseries, backfill days op 30 gezet.
Daaran:
php update_binaries.php:
en php update_releases.php:
Maar nu blijft alles gewoon leeg. op de site zie ik niets, heb ook geen idee of er iets naar de database wordt weggeschreven. Wat gaat er fout?
Ik heb ondertussen alles draaien op een Linux bak: nginx, percona, Sphinx, newznab+
De hele admin gebeuren van newsnab ingesteld. Om te testen heb ik even 2 groepen geactiveerd
a.b.teevee en a.b.tvseries, backfill days op 30 gezet.
Daaran:
php update_binaries.php:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
| newznab 0.2.3p Copyright (C) 2013 newznab.com This program is distributed with a commercial licence. See LICENCE.txt for further details. Updating: 2 groups - Using compression? Yes Group 1 of 2 Processing a.b.teevee INFO: daytopost finding post for a.b.teevee 48 days back. Total Articles: 53678 Upper: 53679 Lower: 1 Goal: Mon, 18 Feb 2013 13:35:06 +0100 (1361190906) DEBUG: Searching for postdate Goaldate: 1361190906 (Mon, 18 Feb 2013 13:35:06 +0100) Firstdate: 1299606279 (Tue, 08 Mar 2011 18:44:39 +0100) Lastdate: 1361355357 (Wed, 20 Feb 2013 11:15:57 +0100) Start: 1 End: 53679 Interval: 26839 Set interval to 13420 articles. Set interval to 6710 articles. Set interval to 3355 articles. Set interval to 1678 articles. Set interval to 839 articles. New upperbound (52840) is 46.1 days old. Set interval to 420 articles. New upperbound (52420) is 46.1 days old. Set interval to 210 articles. New upperbound (52210) is 46.1 days old. Set interval to 105 articles. Set interval to 53 articles. Set interval to 27 articles. Set interval to 14 articles. Set interval to 7 articles. New upperbound (52203) is 46.1 days old. Set interval to 4 articles. Set interval to 2 articles. New upperbound (52201) is 46.1 days old. Set interval to 1 articles. Determined to be article 52201 which is 99.6 days old (Sat, 29 Dec 2012 00:13:19 +0100) Group a.b.teevee has 1,479 new parts. First: 1 Last: 53679 Local last: 0 New group starting with 48 days worth. Getting 1,479 parts (52201 to 53679) - 0 in queue Received 1479 articles of 1479 requested, 0 blacklisted, 0 not binaries 31 new, 0 updated, 1,479 parts. 2.36 headers, 0.22 update, 2.59 range. Group processed in 10.64 seconds Group 2 of 2 Processing a.b.tvseries No new records for a.b.tvseries (first 826086 last 826085 total 0) grouplast 826 085 Updating completed in 11.20 seconds |
en php update_releases.php:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
| newznab 0.2.3p Copyright (C) 2013 newznab.com This program is distributed with a commercial licence. See LICENCE.txt for further details. Starting release update process (2013-04-07 14:35:23) Using latest regex revision 2749 Stage 1 : Applying regex to binaries Stage 2 : Marking binaries where all parts are available Stage 3 : Creating releases from complete binaries Stage 4 : Finished processing nfos Stage 5 : Deleting releases less than 95 complete Stage 5 : Post processing started NfoProc : Complete 0 NFOs detected from 0 scanned NZB files. PostPrc : Updating GID in releases table 0 release(s) updated PostPrc : Removing unwanted releases PostPrc : Deleting releases older than 1200 days PostPrc : Deleting 0 audio previews older than 60 days TVRage : Looking up 0 releases using local and web Stage 6 : Aggregating Files Stage 7 : Deleting unused binaries and parts Stage 7 : Complete - 0 rows affected Done : Added 0 releases Updating delta indexes Updating 'releases' indexing index 'releases_delta'... collected 0 docs, 0.0 MB total 0 docs, 0 bytes total 0.004 sec, 0 bytes/sec, 0.00 docs/sec total 1 reads, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg total 5 writes, 0.000 sec, 1.1 kb/call avg, 0.0 msec/call avg rotating indices: successfully sent SIGHUP to searchd (pid=20284). Updating 'releasefiles' indexing index 'releasefiles_delta'... collected 0 docs, 0.0 MB total 0 docs, 0 bytes total 0.004 sec, 0 bytes/sec, 0.00 docs/sec total 1 reads, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg total 5 writes, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg rotating indices: successfully sent SIGHUP to searchd (pid=20284). Updating 'releasenfo' indexing index 'releasenfo_delta'... collected 0 docs, 0.0 MB total 0 docs, 0 bytes total 0.004 sec, 0 bytes/sec, 0.00 docs/sec total 1 reads, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg total 5 writes, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg rotating indices: successfully sent SIGHUP to searchd (pid=20284). Updating 'predb' indexing index 'predb_delta'... collected 0 docs, 0.0 MB total 0 docs, 0 bytes total 0.004 sec, 0 bytes/sec, 0.00 docs/sec total 1 reads, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg total 5 writes, 0.000 sec, 0.1 kb/call avg, 0.0 msec/call avg rotating indices: successfully sent SIGHUP to searchd (pid=20284). |
Maar nu blijft alles gewoon leeg. op de site zie ik niets, heb ook geen idee of er iets naar de database wordt weggeschreven. Wat gaat er fout?