This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

problem with sharing

Old posts that have not been replied to for several years.
Locked
V
VaMpGeCO

problem with sharing

Post by VaMpGeCO »

Hello!

I started my bot, and i tried to link with the hub bot, and the bot writes this error out:

[21:14] Failed to compress file `.share.cziken.1091906040': gzclose failed.
[21:14] uff parsing failed

What can I do?

It was good.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Try not loading the compress module.

Code: Select all

#### COMPRESS MODULE ####

# This module provides provides support for file compression. This allows the
# bot to transfer compressed user files and therefore save a significant amount
# of bandwidth. The share module must be loaded to load this module. Un-comment
# the following line to the compress module.
#loadmodule compress
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
V
VaMpGeCO

Post by VaMpGeCO »

Alchera wrote:Try not loading the compress module.

Code: Select all

#### COMPRESS MODULE ####

# This module provides provides support for file compression. This allows the
# bot to transfer compressed user files and therefore save a significant amount
# of bandwidth. The share module must be loaded to load this module. Un-comment
# the following line to the compress module.
#loadmodule compress
i removed compress from slave, but now this is the error:

Code: Select all

[14:09] Downloading user file from luzerboy
[14:09] Ending sharing with luzerboy (Can't send userfile to you (internal error)).
[14:09] (Userlist download aborted.)

Must I remove from hub too?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Yes :)

The compress module is of little benefit and therefore there is no need to even bother with it. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

The compress module is of little benefit and therefore there is no need to even bother with it.
Not so little, if you have big userfile and set compression level to 9.

@VaMpGeCO: If you remove compress module from slave then all linked bots to slave will share uncompressed userfile. If you disable that module on leaf only and enable on slave/main hubs then only that leaf will share uncompressed userfile (of course you need to set share-compressed to 1 in config file).
Que?
V
VaMpGeCO

Post by VaMpGeCO »

KrzychuG wrote:
The compress module is of little benefit and therefore there is no need to even bother with it.
Not so little, if you have big userfile and set compression level to 9.

@VaMpGeCO: If you remove compress module from slave then all linked bots to slave will share uncompressed userfile. If you disable that module on leaf only and enable on slave/main hubs then only that leaf will share uncompressed userfile (of course you need to set share-compressed to 1 in config file).
I changed the hub bot, and now works everything well. It's so funny :lol:
Locked