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.

unable to share user file

Old posts that have not been replied to for several years.
Locked
C
Crys

unable to share user file

Post by Crys »

I'm not able to share userfiles:

Master:

Code: Select all

Challenging Slave...
Linked to Slave
Creating resync buffer for Slave
Sending user file send request to Slave
Link closed: Slave. No reason (lost 1 bot and 0 users)
(Userlist transmit aborted.)
Slave:

Code: Select all

Received challenge from Master... sending response ...
*** Linked to Master
Downloading user file from Master
Lost userfile transfer from Master; aborting.
There is no firewall between the two hosts. Flags are set according to the howto. share, transfer and channel modules are loaded, compress is disabled and resync in transfer, too. Linking without user file sharing works perfect. Both bots are eggdrop1.6.10 from debian testing.

Crys
m
masskilla
Op
Posts: 172
Joined: Wed Oct 03, 2001 8:00 pm
Location: Croatia

Post by masskilla »

Hi

Set "my-ip" on both bots.
MaSsKilla

#eggdrop
Undernet
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

could also be a timout problem. have that on dalnet lately, since some of their servers are under attack.
C
Crys

Post by Crys »

I set my-ip and my-hostname on both bots, but this didn't help. Here is a part of the debug log, when running the slave bot with 'eggdrop -n':

Code: Select all

Received challenge from Master... sending response ...
Downloading user file from Master
net: connect! sock 12
net: eof!(read) socket 12
Lost userfile transfer from Master; aborting.
net: eof!(read) socket 10
Lost bot: Master (lost 1 bot and 1 user).
(Userlist download aborted.)
The slave bot is running on an IPv6 Testcomputer. Could this be the problem?

Crys
C
Crys

Post by Crys »

By the way, telnet and DCC are working fine, even netbot update is transfering files without any problem. That's strange %-(

Crys
k
kenny

Are you stilll having your problem?

Post by kenny »

I am running into the same issues. I set up a small net, 2 are working fine 2 are having the same issue. I am running eggdrop 1.6.12 with netbots.tcl and the following modules:
Module: seen (v2.0)
Module: share (v2.3)
Module: transfer (v2.2)
Module: uptime (v1.2)
Module: encryption (v2.1)
Module: console (v1.1)
Module: notes (v2.1)
Module: irc (v1.3)
Module: ctcp (v1.0)
Module: server (v1.2)
Module: channels (v1.0)
Module: dns (v1.0)
Module: eggdrop (v106.12)
I have set them up all the same way, however I get the same error as well.
[15:39] Downloading user file from *hub*
[15:39] Failed connection; aborted userfile transfer.
P
Photon
Op
Posts: 170
Joined: Wed Aug 28, 2002 8:00 am
Location: Liverpool, England

Post by Photon »

Tbh that sounds like a firewall problem ... I had the same thing.

Check the addresses and ports on both bots for each other (although I think these must be right, seeing as the request is getting through) - and if you are running debian, are you sure you arent running ipchains/iptables?

try setting nat-ip is my only other suggestion.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

On top, try disabling the resync buffer.

This is settable in the config file, under tha shsare options.
k
kenny

Post by kenny »

It ended up being some really bitchy firewall settings. After that was fixed all was good.
Thanks,
-kenny-
Locked