Hi all,
I am unable to send a large (~ 1.3GB file) between two directly connected nodes. Free disk space on both nodes is about 6GB. On the receiving node dtn://node-2.domain I start dtnrecv --name file --file /tmp/1.iso. On the sending node dtn://node-1.domain I start dtnsend dtn://node-2.domain/file ./1.iso. The file is successfully transferred to the receiving node and is stored as a bundle, then it is being transferred to dtnrecv, as I suppose. After some time I get the following error:
dtnrecv --name file --file /tmp/1.iso Wait for incoming bundle... Aborted.
Here is the configuration of node-1 (node-2 is similar):
logfile = /var/log/ibrdtn.log timezone = +3 limit_blocksize = 0 user = dtnd blob_path = /var/spool/dtnd/blobs storage_path = /var/spool/dtnd/bundles limit_storage = 5G discovery_announce = 0 net_interfaces = eth0 net_rebind = yes net_autoconnect = 60 net_eth0_type = tcp net_eth0_interface = eth0 net_eth0_port = 4556 net_eth0_discovery = yes routing_forwarding = yes static1_address = 192.168.150.39 static1_port = 4556 static1_uri = dtn://node-2.domain static1_proto = tcp static1_immediately = yes dht_enabled = yes
Best regards, Sergey Sireskin
Hi Sergey.
I've tested a 1.3G filetransfer with two daemons and can not reproduce your issue with my nodes. Please tell me more details about your system (software / hardware, if special) you used and send me the logfiles of the daemons. For a better analysis of what happens here, I need logfiles with enabled debugging. Parameter "-d 99" on startup.
Kind regards, Johannes
Am 19.06.2012 16:07, schrieb Sergey Sireskin:
I am unable to send a large (~ 1.3GB file) between two directly connected nodes. Free disk space on both nodes is about 6GB. On the receiving node dtn://node-2.domain I start dtnrecv --name file --file /tmp/1.iso. On the sending node dtn://node-1.domain I start dtnsend dtn://node-2.domain/file ./1.iso. The file is successfully transferred to the receiving node and is stored as a bundle, then it is being transferred to dtnrecv, as I suppose. After some time I get the following error:
dtnrecv --name file --file /tmp/1.iso Wait for incoming bundle... Aborted.
participants (2)
-
Johannes Morgenroth
-
Sergey Sireskin