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.
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: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
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.)
Not so little, if you have big userfile and set compression level to 9.The compress module is of little benefit and therefore there is no need to even bother with it.
I changed the hub bot, and now works everything well. It's so funnyKrzychuG wrote:Not so little, if you have big userfile and set compression level to 9.The compress module is of little benefit and therefore there is no need to even bother with it.
@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).