Hello,
i try to enabled time-synchronization like you told me before. but i still got the same error (bundle received-queued-deleted-expired)
i think i must enable the blob path, but when i enable it blob_path = /tmp/blob/ i still got the same error "could not create a temporary file"
it is affected by the directory's ownership or permissions this ls -l /tmp/ outcome drwxr-xr-x 2 root root 4096 Jun 2 14.05 blob ?
or there is another option to fix this error ?
thank you :)
Hello.
Am 30.05.2014 15:37, schrieb Stephan Rottmann:
another option is to enable the dtn timesync in the config, but johannes/the documentation knows better about this...
To enable time-synchronization, you need to declare at least one node as reference. At best, this is a host with NTP synchronization. These are the configuration parameters...
time_reference = yes time_discovery_announcements = yes
The other nodes (non-references) must be configured this way...
time_reference = no time_synchronize = yes time_discovery_announcements = yes
Kind regards, Johannes Morgenroth
Hi,
i think i must enable the blob path,
but when i enable it blob_path = /tmp/blob/
i still got the same error "could not create a temporary file"
it is affected by the directory's ownership or permissions
this ls -l /tmp/ outcome
drwxr-xr-x 2 root root 4096 Jun 2 14.05 blob ?
This means that the directory is owned by user root and only writable for user root. If you are launching `dtnd` as any other user, there will be insufficient permission. You can delete the directory (as root) and re-create it as a user. Another option could be to use chown/chgrp or set mode 777 for the directory...
If you are starting as root, then you can ignore this mail since I have no idea what could be wrong...
Stephan
participants (2)
-
magda lena
-
Stephan Rottmann