Send Ibr-dtn mailing list submissions to
ibr-dtn@ibr.cs.tu-bs.de
To subscribe or unsubscribe via the World Wide Web, visit
https://mail.ibr.cs.tu-bs.de/listinfo/ibr-dtn
or, via email, send a message with subject or body 'help' to
ibr-dtn-request@ibr.cs.tu-bs.de
You can reach the person managing the list at
ibr-dtn-owner@ibr.cs.tu-bs.de
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Ibr-dtn digest..."
Today's Topics:
1. Re: Ibr-dtn Digest, Vol 82, Issue 1 (David Oliveira)
2. Re: Ibr-dtn Digest, Vol 82, Issue 1 (Dominic Solpico)
------------------------------------------------------------ ----------
Message: 1
Date: Mon, 19 Feb 2018 18:12:01 -0400
From: David Oliveira <oliveiradavid007@gmail.com>
To: ibr-dtn@ibr.cs.tu-bs.de
Subject: Re: [ibr-dtn] Ibr-dtn Digest, Vol 82, Issue 1
Message-ID:
<CADe=reYmFtuSfY_fbMjo27+qa1t2MujMxDgBVee7iXxJBULqJA@ >mail.gmail.com
Content-Type: text/plain; charset="utf-8"
Hello Dominic,
I had the same problem. To try to solve my problem I compiled from source,
I installed the program on my Raspberry Pi Zero W. I used the following
links and following order. (Warning: This takes loooong time to compile,
depending on the device power, but works!):
1. To compile and install the program I used the following link:
https://github.com/ibrdtn/ibrdtn/wiki/Build-IBR-DTN#git- repository
<https://github.com/ibrdtn/ibrdtn/wiki/Build-IBR-DTN#git- >.repository
2. Clone the project:
git clone https://github.com/ibrdtn/ibrdtn.git ibrdtn-repo
3. Open the README file inside the cloned project folder:
cd ibrdtn-repo/
nano /ibrcommon/README
4. Check the README file for the description of the required packages.
Install the required packages.
5. Follow the instrunctions on link (1). If you get errors at the "bash
autogen.sh" step, you missed installing some required package of the README
file:
cd ibrdtn-repo/ibrdtn
bash autogen.sh
./configure
make
sudo make install
6. If you get errors at the "make" step or "sudo make install" step,
check: https://github.com/ibrdtn/ibrdtn/wiki/FAQ . I had to copy 02
libraries files to /usr/lib:
-
sudo cp ibrdtn-repo/ibrcommon/ibrcommon/.libs/libibrcommon- 0.8.so.1 /usr/lib
sudo cp ibrdtn-repo/ibrdtn/ibrdtn/ibrdtn/.libs/libibrdtn.so.1 /usr/lib
- After I copied these two files, I run sudo make install and it worked!
- To test if it is working type: *dtnd* on the terminal.
Best Regards, David!
2018-01-03 7:00 GMT-04:00 <ibr-dtn-request@ibr.cs.tu-bs.de >:
> Send Ibr-dtn mailing list submissions to
> ibr-dtn@ibr.cs.tu-bs.de
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://mail.ibr.cs.tu-bs.de/listinfo/ibr-dtn
> or, via email, send a message with subject or body 'help' to
> ibr-dtn-request@ibr.cs.tu-bs.de
>
> You can reach the person managing the list at
> ibr-dtn-owner@ibr.cs.tu-bs.de
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Ibr-dtn digest..."
>
>
> Today's Topics:
>
> 1. Installation error (Dominic Solpico)
>
>
> ------------------------------------------------------------ ----------
>
> Message: 1
> Date: Wed, 3 Jan 2018 16:11:03 +0800
> From: Dominic Solpico <4.0.gigadertz@gmail.com>
> To: ibr-dtn@ibr.cs.tu-bs.de
> Subject: [ibr-dtn] Installation error
> Message-ID:
> <CAPpvoeYXB+wN3s-yV3rbc8x6uZXms3zv-JD10KM_
> mCbHbfnDrw@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi. We are getting errors again when installing ibrdtn in Raspberry Pi.
> Here are the messages:
>
> pi@raspberrypi:~ $ sudo nano /etc/apt/sources.list
> pi@raspberrypi:~ $ wget -O - http://jenkins.ibr.cs.tu-bs.
> de/download/repository.gpg.key | sudo apt-key add -
> --2018-01-03 06:04:33-- http://jenkins.ibr.cs.tu-bs.
> de/download/repository.gpg.key
> Resolving jenkins.ibr.cs.tu-bs.de (jenkins.ibr.cs.tu-bs.de)...
> 134.169.35.161, 2001:638:602:1183:5054:ff:fe06:be74
> Connecting to jenkins.ibr.cs.tu-bs.de
> (jenkins.ibr.cs.tu-bs.de)|134.169.35.161|:80...
> connected.
> HTTP request sent, awaiting response... 301 Moved Permanently
> Location: https://jenkins.ibr.cs.tu-bs.de/download/repository.gpg.key
> [following]
> --2018-01-03 06:04:34-- https://jenkins.ibr.cs.tu-bs.
> de/download/repository.gpg.key
> Connecting to jenkins.ibr.cs.tu-bs.de
> (jenkins.ibr.cs.tu-bs.de)|134.169.35.161|:443...
> connected.
> HTTP request sent, awaiting response... 403 Forbidden
> 2018-01-03 06:04:36 ERROR 403: Forbidden.
>
> gpg: no valid OpenPGP data found.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://mail.ibr.cs.tu-bs.de/pipermail/ibr-dtn/attachments/
> 20180103/3c724f74/attachment-0001.html>
>
> ------------------------------
>
> Subject: Digest Footer
>
> --
> !! This message is brought to you via the `ibr-dtn' mailing list.
> !! Please do not reply to this message to unsubscribe. To unsubscribe or
> adjust
> !! your settings, send a mail message to <ibr-dtn-request@ibr.cs.tu-bs.de >
> !! or look at https://mail.ibr.cs.tu-bs.de/listinfo/ibr-dtn .
>
> ------------------------------
>
> End of Ibr-dtn Digest, Vol 82, Issue 1
> **************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.ibr.cs.tu-bs.de/pipermail/ibr-dtn/attachments/ >20180219/d36be458/attachment- 0001.html
------------------------------
Message: 2
Date: Tue, 20 Feb 2018 12:21:42 +0800
From: Dominic Solpico <4.0.gigadertz@gmail.com>
To: David Oliveira <oliveiradavid007@gmail.com>
Cc: ibr-dtn@ibr.cs.tu-bs.de
Subject: Re: [ibr-dtn] Ibr-dtn Digest, Vol 82, Issue 1
Message-ID:
<CAPpvoebBk9pC27kgfBMZpAK=8Cfiw5WRXtVi+hbQ3zDyhomoHA@mail. >gmail.com
Content-Type: text/plain; charset="utf-8"
Hi David. Thanks for the response. When you installed ibrdtn that way, does
it have a service running? Because I think we tried that step and the
problem that we now encountered is that it doesn't have a service running.
Before, when building Debian packages, the ibrdtn installed has a dtnd
service running.
Dominic B. Solpico
Research Engineer, Ateneo Innovation Center
On 20 February 2018 at 06:12, David Oliveira <oliveiradavid007@gmail.com>
wrote:
> Hello Dominic,
>
> I had the same problem. To try to solve my problem I compiled from source,
> I installed the program on my Raspberry Pi Zero W. I used the following
> links and following order. (Warning: This takes loooong time to compile,
> depending on the device power, but works!):
>
> 1. To compile and install the program I used the following link:
> https://github.com/ibrdtn/ibrdtn/wiki/Build-IBR-DTN#git- repository
> <https://github.com/ibrdtn/ibrdtn/wiki/Build-IBR-DTN#git- >.repository
> 2. Clone the project:
>
> git clone https://github.com/ibrdtn/ibrdtn.git ibrdtn-repo
>
> 3. Open the README file inside the cloned project folder:
>
> cd ibrdtn-repo/
> nano /ibrcommon/README
>
> 4. Check the README file for the description of the required packages.
> Install the required packages.
> 5. Follow the instrunctions on link (1). If you get errors at the
> "bash autogen.sh" step, you missed installing some required package of the
> README file:
>
> cd ibrdtn-repo/ibrdtn
> bash autogen.sh
> ./configure
> make
> sudo make install
>
> 6. If you get errors at the "make" step or "sudo make install" step,
> check: https://github.com/ibrdtn/ibrdtn/wiki/FAQ . I had to copy 02
> libraries files to /usr/lib:
>
>
> -
>
> sudo cp ibrdtn-repo/ibrcommon/ibrcommon/.libs/libibrcommon- 0.8.so.1 /usr/lib
>
> sudo cp ibrdtn-repo/ibrdtn/ibrdtn/ibrdtn/.libs/libibrdtn.so.1 /usr/lib
>
>
> - After I copied these two files, I run sudo make install and it
> worked!
> - To test if it is working type: *dtnd* on the terminal.
>
> Best Regards, David!
>
> 2018-01-03 7:00 GMT-04:00 <ibr-dtn-request@ibr.cs.tu-bs.de >:
>
>> Send Ibr-dtn mailing list submissions to
>> ibr-dtn@ibr.cs.tu-bs.de
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>> https://mail.ibr.cs.tu-bs.de/listinfo/ibr-dtn
>> or, via email, send a message with subject or body 'help' to
>> ibr-dtn-request@ibr.cs.tu-bs.de
>>
>> You can reach the person managing the list at
>> ibr-dtn-owner@ibr.cs.tu-bs.de
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Ibr-dtn digest..."
>>
>>
>> Today's Topics:
>>
>> 1. Installation error (Dominic Solpico)
>>
>>
>> ------------------------------------------------------------ ----------
>>
>> Message: 1
>> Date: Wed, 3 Jan 2018 16:11:03 +0800
>> From: Dominic Solpico <4.0.gigadertz@gmail.com>
>> To: ibr-dtn@ibr.cs.tu-bs.de
>> Subject: [ibr-dtn] Installation error
>> Message-ID:
>> <CAPpvoeYXB+wN3s-yV3rbc8x6uZXms3zv-JD10KM_ mCbHbfnDrw@mail.
>> gmail.com>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Hi. We are getting errors again when installing ibrdtn in Raspberry Pi.
>> Here are the messages:
>>
>> pi@raspberrypi:~ $ sudo nano /etc/apt/sources.list
>> pi@raspberrypi:~ $ wget -O - http://jenkins.ibr.cs.tu-bs.
>> de/download/repository.gpg.key | sudo apt-key add -
>> --2018-01-03 06:04:33-- http://jenkins.ibr.cs.tu-bs.
>> de/download/repository.gpg.key
>> Resolving jenkins.ibr.cs.tu-bs.de (jenkins.ibr.cs.tu-bs.de)...
>> 134.169.35.161, 2001:638:602:1183:5054:ff:fe06:be74
>> Connecting to jenkins.ibr.cs.tu-bs.de
>> (jenkins.ibr.cs.tu-bs.de)|134.169.35.161|:80...
>> connected.
>> HTTP request sent, awaiting response... 301 Moved Permanently
>> Location: https://jenkins.ibr.cs.tu-bs.de/download/repository.gpg.key
>> [following]
>> --2018-01-03 06:04:34-- https://jenkins.ibr.cs.tu-bs.
>> de/download/repository.gpg.key
>> Connecting to jenkins.ibr.cs.tu-bs.de
>> (jenkins.ibr.cs.tu-bs.de)|134.169.35.161|:443...
>> connected.
>> HTTP request sent, awaiting response... 403 Forbidden
>> 2018-01-03 06:04:36 ERROR 403: Forbidden.
>>
>> gpg: no valid OpenPGP data found.
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <http://mail.ibr.cs.tu-bs.de/pipermail/ibr-dtn/attachments/ 2
>> 0180103/3c724f74/attachment-0001.html>
>>
>> ------------------------------
>>
>> Subject: Digest Footer
>>
>> --
>> !! This message is brought to you via the `ibr-dtn' mailing list.
>> !! Please do not reply to this message to unsubscribe. To unsubscribe or
>> adjust
>> !! your settings, send a mail message to <ibr-dtn-request@ibr.cs.tu-bs.de
>> >
>> !! or look at https://mail.ibr.cs.tu-bs.de/listinfo/ibr-dtn .
>>
>> ------------------------------
>>
>> End of Ibr-dtn Digest, Vol 82, Issue 1
>> **************************************
>>
>
>
> --
> !! This message is brought to you via the `ibr-dtn' mailing list.
> !! Please do not reply to this message to unsubscribe. To unsubscribe or
> adjust
> !! your settings, send a mail message to <ibr-dtn-request@ibr.cs.tu-bs.de >
> !! or look at https://mail.ibr.cs.tu-bs.de/listinfo/ibr-dtn .
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.ibr.cs.tu-bs.de/pipermail/ibr-dtn/attachments/ >20180220/e2f6b96d/attachment. html
------------------------------
Subject: Digest Footer
--
!! This message is brought to you via the `ibr-dtn' mailing list.
!! Please do not reply to this message to unsubscribe. To unsubscribe or adjust
!! your settings, send a mail message to <ibr-dtn-request@ibr.cs.tu-bs.de >
!! or look at https://mail.ibr.cs.tu-bs.de/listinfo/ibr-dtn .
------------------------------
End of Ibr-dtn Digest, Vol 83, Issue 3
**************************************