Re: Newsgroup synchronizing [message #159128 is a reply to message #159123] |
Thu, 07 May 2009 11:43 |
wahono
Messages: 10 Registered: April 2009
Karma:
|
Junior Member |
|
|
kerryg wrote on Wed, 06 May 2009 14:24 | How are the attachments encoded? MIME? yEnc? FUD gave me similar problems with that, it can't deal with those kind of attachments yet.
|
Yes, MIME.
kerryg wrote on Wed, 06 May 2009 14:24 | Here's a couple of things you might want to try. First, find your php.ini and raise its memory limits. Try syncing again and see if that solves it.
The "manual" approach that I took involved bypassing a number of problem posts. Shut off your cron, delete all the sync'd posts out of that subforum, compact messages and rebuild your search index. Then sync again, shutting down your cron before you get to the problem post (you may need to adjust the "number of posts per sync")
When you're sure you've identified the problem post, go into your server and find your forum data folder. Find /errors/.nntp/ and inside it will be two files named for the newsgroup you're syncing. Ignore the one that says "lock", open the other one for editing. It contains the post number of the last post sync'd, so increment that number by one and it'll bypass the problem post.
|
My PHP memory limit is 512MB and max upload file is 200MB.
I can do fix syn with your way. But I think that rather than have duplicated messages, it is better to messages that can not be synchronized is ignoring this message.
Thanks
Wahono
|
|
|