From nfd-call-notification at mail1.yoursunny.com Wed Mar 1 08:00:02 2017 From: nfd-call-notification at mail1.yoursunny.com (NFD call notification) Date: Wed, 1 Mar 2017 09:00:02 -0700 Subject: [Nfd-dev] NFD call 20170301 Message-ID: <201703011600.v21G02Zu010383@lectura.cs.arizona.edu> An HTML attachment was scrubbed... URL: From bzhang at cs.arizona.edu Wed Mar 1 08:12:25 2017 From: bzhang at cs.arizona.edu (Beichuan Zhang) Date: Wed, 1 Mar 2017 09:12:25 -0700 Subject: [Nfd-dev] NFD call 20170301 In-Reply-To: <201703011600.v21G02Zu010383@lectura.cs.arizona.edu> References: <201703011600.v21G02Zu010383@lectura.cs.arizona.edu> Message-ID: <77ACEC76-1E24-4801-A169-9F4BF2CE530E@cs.arizona.edu> We need to cancel today?s NFD call as well. We should be able to resume the call next week when other deadlines are taken care of. Beichuan > On Mar 1, 2017, at 9:00 AM, NFD call notification wrote: > > Dear folks > > This is a reminder of the upcoming NFD call using Bluejeans https://bluejeans.com/505221277 . The current call time is every Monday 14:00-15:00 Pacific time and every Wednesday 14:00-15:00 Pacific time. The current agenda includes the following issues: > > > > > _______________________________________________ > Nfd-dev mailing list > Nfd-dev at lists.cs.ucla.edu > http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: From shijunxiao at email.arizona.EDU Fri Mar 3 11:43:21 2017 From: shijunxiao at email.arizona.EDU (Junxiao Shi) Date: Fri, 3 Mar 2017 12:43:21 -0700 Subject: [Nfd-dev] NFD build error in tools/nfdc/rib-module.cpp Message-ID: Hi Teng This is a known issue https://redmine.named-data.net/issues/3903#note-12 It's caused by a change in ndn-cxx's ndn::nfd::RouteFlags type. We are waiting for Davide to submit a patch, but others are welcome to contribute as well. Yours, Junxiao On Fri, Mar 3, 2017 at 12:11 PM, Teng Liang wrote: > > 2. Then I tried to install everything on mario. While I am building the > new version of NFD, here is the error: > [234/283] Compiling tools/nfdc/strategy-choice-module.cpp > [235/283] Compiling tools/nfdc/main.cpp > [236/283] Compiling tests/main.cpp > [237/283] Compiling tests/core/logger.t.cpp > [238/283] Compiling tests/core/network-interface.t.cpp > [239/283] Compiling tests/core/version.t.cpp > ../tools/nfdc/rib-module.cpp: In static member function ?static void > nfd::tools::nfdc::RibModule::add(nfd::tools::nfdc::ExecuteContext&)?: > ../tools/nfdc/rib-module.cpp:89:33: error: enumeral and non-enumeral type > in conditional expression [-Werror=extra] > .setFlags((wantChildInherit ? ndn::nfd::ROUTE_FLAG_CHILD_INHERIT : > 0) | > ^ > ../tools/nfdc/rib-module.cpp:90:28: error: enumeral and non-enumeral type > in conditional expression [-Werror=extra] > (wantCapture ? ndn::nfd::ROUTE_FLAG_CAPTURE : 0)); > ^ > cc1plus: all warnings being treated as errors > > Waf: Leaving directory `/home/philo/Gerrit/NFD/build' > Build failed > -> task in 'tools-nfdc-objects' failed (exit status 1): > {task 139629158217296: cxx rib-module.cpp -> rib-module.cpp.5.o} > ['/usr/bin/g++', '-O0', '-g3', '-pedantic', '-Wall', '-Wextra', '-Werror', > '-Wno-unused-parameter', '-Wno-error=maybe-uninitialized', > '-Wno-error=deprecated-declarations', '-Og', '-fdiagnostics-color', > '-std=c++11', '-pthread', '-pthread', '-pthread', '-include', > '/home/philo/Gerrit/NFD/build/core-objects.2', '-I/home/philo/Gerrit/NFD/build/tools/nfdc', > '-I/home/philo/Gerrit/NFD/tools/nfdc', '-I/home/philo/Gerrit/NFD/build', > '-I/home/philo/Gerrit/NFD', '-I/usr/local/include', '-I/usr/include', > '-D_DEBUG', '-DHAVE_NDN_CXX=1', '-DBOOST_LOG_DYN_LINK', > '../tools/nfdc/rib-module.cpp', '-c', '-o', '/home/philo/Gerrit/NFD/build/ > tools/nfdc/rib-module.cpp.5.o'] > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From babaeim at clarkson.edu Sat Mar 4 20:50:02 2017 From: babaeim at clarkson.edu (Marzieh Babaeianjelodar) Date: Sat, 4 Mar 2017 23:50:02 -0500 Subject: [Nfd-dev] Ndnpeek & ndnpoke Message-ID: Hi I was trying to send a packet using ndnpoke and ndnpeek but I get NoRoute and these are my commands: What is the problem? -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screen Shot 2017-03-04 at 11.48.22 PM.png Type: image/png Size: 31254 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screen Shot 2017-03-04 at 11.48.31 PM.png Type: image/png Size: 27203 bytes Desc: not available URL: From shijunxiao at email.arizona.edu Sat Mar 4 20:54:37 2017 From: shijunxiao at email.arizona.edu (Junxiao Shi) Date: Sun, 05 Mar 2017 04:54:37 +0000 Subject: [Nfd-dev] Ndnpeek & ndnpoke In-Reply-To: References: Message-ID: Hi Marzieh 1. Consumer and producer need to use same content name. "app" <> "app1". 2. There must be a route from consumer to producer, which may be added with `nfdc face create udp://producer; nfdc route add /app udp://producer` command (substitute 'producer' with producer machine's IP address) PS: in the future, paste the console logs as text instead of pictures. Text is easier to work with. Yours, Junxiao On Sat, Mar 4, 2017 at 21:50 Marzieh Babaeianjelodar wrote: > Hi > > I was trying to send a packet using ndnpoke and ndnpeek but I get NoRoute > and these are my commands: > What is the problem? > > > _______________________________________________ > Nfd-dev mailing list > Nfd-dev at lists.cs.ucla.edu > http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screen Shot 2017-03-04 at 11.48.22 PM.png Type: image/png Size: 31254 bytes Desc: not available URL: From nfd-call-notification at mail1.yoursunny.com Mon Mar 6 08:00:03 2017 From: nfd-call-notification at mail1.yoursunny.com (NFD call notification) Date: Mon, 6 Mar 2017 09:00:03 -0700 Subject: [Nfd-dev] NFD call 20170306 Message-ID: <201703061600.v26G03X8002976@lectura.cs.arizona.edu> An HTML attachment was scrubbed... URL: From shijunxiao at email.arizona.EDU Mon Mar 6 12:04:59 2017 From: shijunxiao at email.arizona.EDU (Junxiao Shi) Date: Mon, 6 Mar 2017 13:04:59 -0700 Subject: [Nfd-dev] HOWTO update NFD devguide Message-ID: Dear folks I'm asked "where is NFD devguide / how to update NFD devguide". NFD developer's guide and ndn-cxx application developer's guide are two comprehensive documents that describe the design and implementation details on NFD and ndn-cxx, respectively. The repository for those documents are hosted in UCLA gitolite server. To access the repository, send an individual email to Alex Afanasyev with your SSH public key, and he can grant you access. To build from source code, you need to have LaTeX. TeX Live 2013 or above should be compatible, but TeX Live 2009 will not work. You can type `make` in the repository folder to build the PDF. After you edit the devguide and ensure LaTeX build is successful, you may push to the repository directly. There is no code review process. You are encouraged to post what you have edited in the relevant Redmine issue, so that others can review the document after the fact. This article is part of "HOWTOs for n00b" series. You may find other articles in this series on NFD wiki under developer resources. Yours, Junxiao -------------- next part -------------- An HTML attachment was scrubbed... URL: From babaeim at clarkson.EDU Mon Mar 6 12:18:17 2017 From: babaeim at clarkson.EDU (Marzieh Babaeianjelodar) Date: Mon, 6 Mar 2017 15:18:17 -0500 Subject: [Nfd-dev] Ndnpeek & ndnpoke In-Reply-To: <91B6D271-D392-4CAD-A904-9893D88BDC86@clarkson.edu> References: <895642FE-2B98-457E-B8E1-35FB8472AEB8@clarkson.edu> <91B6D271-D392-4CAD-A904-9893D88BDC86@clarkson.edu> Message-ID: <3A15D0BF-2F70-4441-BDC8-FB485D5D987F@clarkson.edu> > On Mar 5, 2017, at 11:23 AM, Marzieh Babaeianjelodar wrote: > > I changed it a bit to this last night: The name has changed. I still have don?t get the fact that in manages it says it should return 0 and also why does this print Hello when I specified ?Hey". > > babaeim at producer:~$ echo "Hey" | ndnpoke -w 10000 ndn:/example/users/babaeim/file.txt > > babaeim at consumer:~$ ndnpeek -p -v ndn:/example/users/babaeim/file.txt > INTEREST: /example/users/babaeim/file.txt > DATA, RTT: 6ms > Hello > > >> On Mar 5, 2017, at 12:20 AM, Marzieh Babaeianjelodar > wrote: >> >> Ok. >> >> I changed the name to a registered one: >> >> babaeim at consumer:~/ndn-tools/build/bin$ ndnpeek -p ndn:/example >> >> babaeim at producer:~/ndn-tools/build/bin$ echo "Hello" | ndnpoke -w 10000 ndn:/example >> >> The no route problem is fixed but there is no output. >> >> But in the manages it says: >> >> The >> program terminates with return code 0 if Data arrives, and with return code 1 when timeout >> occurs. >> >> >>> On Mar 4, 2017, at 11:54 PM, Junxiao Shi > wrote: >>> >>> Hi Marzieh >>> >>> 1. Consumer and producer need to use same content name. "app" <> "app1". >>> 2. There must be a route from consumer to producer, which may be added with `nfdc face create udp://producer ; nfdc route add /app udp://producer` command (substitute 'producer' with producer machine's IP address) >>> >>> PS: in the future, paste the console logs as text instead of pictures. Text is easier to work with. >>> >>> Yours, Junxiao >>> >>> On Sat, Mar 4, 2017 at 21:50 Marzieh Babaeianjelodar > wrote: >>> Hi >>> >>> I was trying to send a packet using ndnpoke and ndnpeek but I get NoRoute and these are my commands: >>> What is the problem? >>> >>> >>> >>> >>> _______________________________________________ >>> Nfd-dev mailing list >>> Nfd-dev at lists.cs.ucla.edu >>> http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nfd-call-notification at mail1.yoursunny.com Wed Mar 8 08:00:03 2017 From: nfd-call-notification at mail1.yoursunny.com (NFD call notification) Date: Wed, 8 Mar 2017 09:00:03 -0700 Subject: [Nfd-dev] NFD call 20170308 Message-ID: <201703081600.v28G03vB007329@lectura.cs.arizona.edu> An HTML attachment was scrubbed... URL: From chengbcao at gmail.com Thu Mar 9 07:02:55 2017 From: chengbcao at gmail.com (Chengb Cao) Date: Thu, 9 Mar 2017 23:02:55 +0800 Subject: [Nfd-dev] add FIB entry, using config file? Message-ID: I am trying to do some experiments about FIB size and using the command "nfdc register /ndn udp:// " to add one FIB entry. The question is: is there a config file to add 100000 FIB entries easily? how? -------------- next part -------------- An HTML attachment was scrubbed... URL: From jlee700 at illinois.edu Thu Mar 9 07:43:14 2017 From: jlee700 at illinois.edu (Lee, Jongdeog) Date: Thu, 9 Mar 2017 15:43:14 +0000 Subject: [Nfd-dev] Auto prefix propagation Message-ID: Dear all, Hope all of you are doing good. I have been using auto prefix propagation well, but now I cannot register my prefix in the UIUC node. I fixed the issue last time with John by simply re-importing my key to auto prefix propagation key chain, but it does not work now. My main concern is that it is hard know which one causes the problem. (e.g., invalid key?) Regarding auto prefix propagation, how can I turn on debug messages? Or is there any log file that I can check regarding this issue? Best wishes, Jongdeog Lee (JD) -------------- next part -------------- An HTML attachment was scrubbed... URL: From lybmath2009 at gmail.com Thu Mar 9 07:49:13 2017 From: lybmath2009 at gmail.com (Yanbiao Li) Date: Thu, 9 Mar 2017 23:49:13 +0800 Subject: [Nfd-dev] Auto prefix propagation In-Reply-To: References: Message-ID: Hi Jongdeog, For auto prefix propagation, I think the logging levels TRACE, INFO and DEBUG are enough. If you still can not find out the problem, please attach the output here. best, Yanbiao > On 9 Mar 2017, at 23:43, Lee, Jongdeog wrote: > > Dear all, > > Hope all of you are doing good. > > I have been using auto prefix propagation well, but now I cannot register my prefix in the UIUC node. > I fixed the issue last time with John by simply re-importing my key to auto prefix propagation key chain, but it does not work now. > > My main concern is that it is hard know which one causes the problem. (e.g., invalid key?) > Regarding auto prefix propagation, how can I turn on debug messages? Or is there any log file that I can check regarding this issue? > > Best wishes, > Jongdeog Lee (JD) > _______________________________________________ > Nfd-dev mailing list > Nfd-dev at lists.cs.ucla.edu > http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: From lybmath2009 at gmail.com Thu Mar 9 08:10:41 2017 From: lybmath2009 at gmail.com (Yanbiao Li) Date: Fri, 10 Mar 2017 00:10:41 +0800 Subject: [Nfd-dev] add FIB entry, using config file? In-Reply-To: References: Message-ID: um, I do not know such a configuring method. Personally, I?ll write a script to read prefixes from a local file or DB and then run ?nfdc register? repeatedly. Given that you have so many entries to add, I suggest to wait a while between two consequent registrations. best, Yanbiao > On 9 Mar 2017, at 23:02, Chengb Cao wrote: > > I am trying to do some experiments about FIB size and using the command "nfdc register /ndn udp:// " to add one FIB entry. > > The question is: is there a config file to add 100000 FIB entries easily? how? > _______________________________________________ > Nfd-dev mailing list > Nfd-dev at lists.cs.ucla.edu > http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev From jdd at wustl.edu Thu Mar 9 08:52:29 2017 From: jdd at wustl.edu (Dehart, John) Date: Thu, 9 Mar 2017 16:52:29 +0000 Subject: [Nfd-dev] Auto prefix propagation In-Reply-To: References: Message-ID: <2C536506-35C7-4035-B811-C22D445626F9@wustl.edu> JD, I just noticed that the Illinois node site cert has expired. I?ll be updating it ASAP and let you know when it is ready. John On Mar 9, 2017, at 9:43 AM, Lee, Jongdeog > wrote: Dear all, Hope all of you are doing good. I have been using auto prefix propagation well, but now I cannot register my prefix in the UIUC node. I fixed the issue last time with John by simply re-importing my key to auto prefix propagation key chain, but it does not work now. My main concern is that it is hard know which one causes the problem. (e.g., invalid key?) Regarding auto prefix propagation, how can I turn on debug messages? Or is there any log file that I can check regarding this issue? Best wishes, Jongdeog Lee (JD) _______________________________________________ Nfd-dev mailing list Nfd-dev at lists.cs.ucla.edu http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: From nfd-call-notification at mail1.yoursunny.com Mon Mar 13 09:00:02 2017 From: nfd-call-notification at mail1.yoursunny.com (NFD call notification) Date: Mon, 13 Mar 2017 09:00:02 -0700 Subject: [Nfd-dev] NFD call 20170313 Message-ID: <201703131600.v2DG02pc004323@lectura.cs.arizona.edu> An HTML attachment was scrubbed... URL: From jlee700 at illinois.edu Tue Mar 14 15:48:57 2017 From: jlee700 at illinois.edu (Lee, Jongdeog) Date: Tue, 14 Mar 2017 22:48:57 +0000 Subject: [Nfd-dev] Auto prefix propagation on multiple machines Message-ID: Dear all, Hi. I have a few questions about deploying a certificate on multiple machines. For your information, I followed Junxiao's two posts but still couldn't get through: [1] 'Let the world reach your NFD', https://yoursunny.com/t/2016/nfd-prefix/ [2] 'Issue your own NDN certificates', https://yoursunny.com/t/2016/ndncert/ 1. I have a valid certificate (/ndn/edu/illinois/jlee700) on machine A and want to use the same certificate on machine B. The same certificate is installed on machine B, which is dumped and copied from machine A. Then, I import the same key (export from machine A) to auto prefix keychain on machine B by using this command. B $ sudo HOME=/var/lib/ndn/nfd -u ndn ndnsec import -p jlee700.ndnkey After restarting NFD, nfd commands make this error: "Private key doesn't exist" What would be the wrong step here? 2. Instead of using the same certificate, I tried to issue my own NDN certificate (/ndn/edu/illinois/jlee700/apollo) signed by my trusted certificate. I could see the apollo certificate installed on machine B after following Junxiao's post. However, when the producer (ndnpingserver /ndn/edu/illinois/jlee700/apollo/test) runs on machine B, it starts to advertise /ndn/edu/illinois/jlee700 instead of /ndn/edu/illinois/jlee700/apollo. Why does this happen? 3. One of my machine does not have the 'nfd.log' file. Does anyone know how to generate the nfd log file? Best wishes, Jongdeog Lee (JD) ------------------------------------------------ Ph.D. Student Department of Computer Science University of Illinois at Urbana-Champaign ________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From nfd-call-notification at mail1.yoursunny.com Wed Mar 15 09:00:02 2017 From: nfd-call-notification at mail1.yoursunny.com (NFD call notification) Date: Wed, 15 Mar 2017 09:00:02 -0700 Subject: [Nfd-dev] NFD call 20170315 Message-ID: <201703151600.v2FG02fJ024899@lectura.cs.arizona.edu> An HTML attachment was scrubbed... URL: From shijunxiao at email.arizona.EDU Thu Mar 16 12:00:37 2017 From: shijunxiao at email.arizona.EDU (Junxiao Shi) Date: Thu, 16 Mar 2017 19:00:37 +0000 Subject: [Nfd-dev] Auto prefix propagation on multiple machines In-Reply-To: References: Message-ID: Hi Jongdeog 1. I have a valid certificate (/ndn/edu/illinois/jlee700) on machine A and > want to use the same certificate on machine B. > Command Interests design do not support having same certificate on multiple machines, because timestamp checking would fail if clocks are perfectly synchronized. > After restarting NFD, nfd commands make this error: > "Private key doesn't exist" > This error means the key is in PIB but not TPM. It isn't related to clock synchronization. I don't know the cause. 2. Instead of using the same certificate, I tried to issue my own NDN > certificate (/ndn/edu/illinois/jlee700/apollo) signed by my trusted > certificate. I could see the apollo certificate installed on machine B > after following Junxiao's post. However, when the producer (ndnpingserver > /ndn/edu/illinois/jlee700/apollo/test) runs on machine B, it starts to > advertise /ndn/edu/illinois/jlee700 instead of > /ndn/edu/illinois/jlee700/apollo. > This means identity /ndn/edu/illinois/jlee700/apollo exists in NFD-RIB's PIB. Yours, Junxiao > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jlee700 at illinois.edu Fri Mar 17 13:59:49 2017 From: jlee700 at illinois.edu (Lee, Jongdeog) Date: Fri, 17 Mar 2017 20:59:49 +0000 Subject: [Nfd-dev] Auto prefix propagation on multiple machines In-Reply-To: References: , Message-ID: Dear Junxiao, Thanks for you reply. By the way, what are the conditions that the NDN node replies this error message to the producer regarding auto prefix registration: "authorization rejected" Best wishes, Jongdeog Lee (JD) ------------------------------------------------ Ph.D. Student Department of Computer Science University of Illinois at Urbana-Champaign ________________________________ From: Junxiao Shi [shijunxiao at email.arizona.edu] Sent: Thursday, March 16, 2017 2:00 PM To: Lee, Jongdeog; nfd-dev at lists.cs.ucla.edu Subject: Re: [Nfd-dev] Auto prefix propagation on multiple machines Hi Jongdeog 1. I have a valid certificate (/ndn/edu/illinois/jlee700) on machine A and want to use the same certificate on machine B. Command Interests design do not support having same certificate on multiple machines, because timestamp checking would fail if clocks are perfectly synchronized. After restarting NFD, nfd commands make this error: "Private key doesn't exist" This error means the key is in PIB but not TPM. It isn't related to clock synchronization. I don't know the cause. 2. Instead of using the same certificate, I tried to issue my own NDN certificate (/ndn/edu/illinois/jlee700/apollo) signed by my trusted certificate. I could see the apollo certificate installed on machine B after following Junxiao's post. However, when the producer (ndnpingserver /ndn/edu/illinois/jlee700/apollo/test) runs on machine B, it starts to advertise /ndn/edu/illinois/jlee700 instead of /ndn/edu/illinois/jlee700/apollo. This means identity /ndn/edu/illinois/jlee700/apollo exists in NFD-RIB's PIB. Yours, Junxiao -------------- next part -------------- An HTML attachment was scrubbed... URL: From nfd-call-notification at mail1.yoursunny.com Mon Mar 20 09:00:02 2017 From: nfd-call-notification at mail1.yoursunny.com (NFD call notification) Date: Mon, 20 Mar 2017 09:00:02 -0700 Subject: [Nfd-dev] NFD call 20170320 Message-ID: <201703201600.v2KG02FQ011724@lectura.cs.arizona.edu> An HTML attachment was scrubbed... URL: From shijunxiao at email.arizona.edu Wed Mar 22 07:54:58 2017 From: shijunxiao at email.arizona.edu (Junxiao Shi) Date: Wed, 22 Mar 2017 07:54:58 -0700 Subject: [Nfd-dev] Auto prefix propagation on multiple machines In-Reply-To: References: Message-ID: <143945AE-07BE-47D7-9F39-095609E62F3B@email.arizona.edu> Hi Jongdeog ?authorization reject? is the message used in the management dispatcher on ControlResponse with code 403. NFD-RIB commands on /localhop/nfd/rib prefix is verified by the trust schema defined on rib.localhop_security config section. If you are getting 403 in reply to a prefix registration command, this means the command is not authenticated or authorized by that trust schema. It?s intentional to hide the detailed error from the client, to prevent leaking sensitive information. Currently, the detailed error isn?t logged on the server (router) side either. You may try to add logging to the authorization function , and install the re-compiled version on the router. Yours, Junxiao > On Mar 17, 2017, at 1:59 PM, Lee, Jongdeog wrote: > what are the conditions that the NDN node replies this error message to the producer regarding auto prefix registration: "authorization rejected" -------------- next part -------------- An HTML attachment was scrubbed... URL: From nfd-call-notification at mail1.yoursunny.com Wed Mar 22 09:00:03 2017 From: nfd-call-notification at mail1.yoursunny.com (NFD call notification) Date: Wed, 22 Mar 2017 09:00:03 -0700 Subject: [Nfd-dev] NFD call 20170322 Message-ID: <201703221600.v2MG03E6017004@lectura.cs.arizona.edu> An HTML attachment was scrubbed... URL: From aa at CS.UCLA.EDU Wed Mar 22 09:24:12 2017 From: aa at CS.UCLA.EDU (Alex Afanasyev) Date: Wed, 22 Mar 2017 11:24:12 -0500 Subject: [Nfd-dev] NFD call 20170322 In-Reply-To: <201703221600.v2MG03E6017004@lectura.cs.arizona.edu> References: <201703221600.v2MG03E6017004@lectura.cs.arizona.edu> Message-ID: <73F87D83-B509-43ED-ACA2-67198209F47B@cs.ucla.edu> Just in case. There will be no call today. -- Alex > On Mar 22, 2017, at 11:00 AM, NFD call notification wrote: > > Dear folks > > This is a reminder of the upcoming NFD call using Bluejeans https://bluejeans.com/505221277 . The current call time is every Monday 14:00-15:00 Pacific time and every Wednesday 14:00-15:00 Pacific time. The current agenda includes the following issues: > > > > Notice: call time after Mar 13 is Mon/Wed 14:00-15:00 Pacific Daylight Time > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jlee700 at illinois.edu Thu Mar 23 09:52:59 2017 From: jlee700 at illinois.edu (Lee, Jongdeog) Date: Thu, 23 Mar 2017 16:52:59 +0000 Subject: [Nfd-dev] Auto prefix propagation and clock sync Message-ID: Dear Junxiao, Auto prefix propagation finally works. The problem was clock synchronization. My machine is about 30 seconds off-synced with the Illinois forwarder. I did not know the relation between auto prefix propagation and clock synchronization. After synching my machine to one of NTP servers, auto prefix works just fine. Thanks for pointing it out, Junxiao. Best wishes, Jongdeog Lee (JD) ------------------------------------------------ Ph.D. Student Department of Computer Science University of Illinois at Urbana-Champaign ________________________________ From: Junxiao Shi [shijunxiao at email.arizona.edu] Sent: Wednesday, March 22, 2017 9:54 AM To: Lee, Jongdeog Cc: nfd-dev at lists.cs.ucla.edu Subject: Re: [Nfd-dev] Auto prefix propagation on multiple machines Hi Jongdeog ?authorization reject? is the message used in the management dispatcher on ControlResponse with code 403. NFD-RIB commands on /localhop/nfd/rib prefix is verified by the trust schema defined on rib.localhop_security config section. If you are getting 403 in reply to a prefix registration command, this means the command is not authenticated or authorized by that trust schema. It?s intentional to hide the detailed error from the client, to prevent leaking sensitive information. Currently, the detailed error isn?t logged on the server (router) side either. You may try to add logging to the authorization function, and install the re-compiled version on the router. Yours, Junxiao On Mar 17, 2017, at 1:59 PM, Lee, Jongdeog > wrote: what are the conditions that the NDN node replies this error message to the producer regarding auto prefix registration: "authorization rejected" -------------- next part -------------- An HTML attachment was scrubbed... URL: From lucia.dacunto at tno.nl Fri Mar 24 09:48:37 2017 From: lucia.dacunto at tno.nl (D'Acunto, L. (Lucia)) Date: Fri, 24 Mar 2017 16:48:37 +0000 Subject: [Nfd-dev] Ethernet unicast faces Message-ID: <683333780361E0418F06190874850A9C19D30A54@EXC-MBX03.tsn.tno.nl> Hi Alex, Davide, all, I have a question about Ethernet unicast faces in NDN for usage in Wifi ad-hoc. Do you have plans to re-implement Ethernet Unicast faces? we just discovered that was removed and NFD only offers Ethernet Multicast faces for now. For our ICN-IoT with WiFi Ad-hoc project this is a bit of a problem, since we want to retransmit on the same WiFi interface (which again is disabled in the dissemination strategy for Ethernet Multicast faces), and want to use the source and destination MAC address to respectively indicate who should be the next hop to retransmit the Data object and Interest. We would appreciate your help (or work arounds) with this retransmission problem. Thanks! Lucia Lucia D'Acunto, PhD Research Scientist Media Networking T +31 (0)88 866 71 37 M +31 (0)64 696 60 10 E lucia.dacunto at tno.nl [cid:image001.gif at 01D2A4C6.C37EE980] TNO | New Babylon | Anna van Buerenplein 1, 2595DA, The Hague, The Netherlands This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to inform the sender and delete the message. TNO accepts no liability for the content of this e-mail, for the manner in which you use it and for damage of any kind resulting from the risks inherent to the electronic transmission of messages. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 2396 bytes Desc: image001.gif URL: From niels.vanadrichem at tno.nl Mon Mar 27 01:07:20 2017 From: niels.vanadrichem at tno.nl (Adrichem, N.L.M. (Niels) van) Date: Mon, 27 Mar 2017 08:07:20 +0000 Subject: [Nfd-dev] Ethernet unicast faces Message-ID: <43D48F8BE4D44948A3FFF088B5FA0B80D99FA8@EXC-MBX02.tsn.tno.nl> Hello everybody, As a work-around we will now use IP or UDP/IP encapsulation, but ultimately we would like to use only L2-/Ethernet-encapsulation to show that these types of L3-forwarding functions can be handled using just NDN. I understand from the documentation that Ethernet multicast functionality is achieved through a PCAP filter on the multicast Ethernet address without setting the interface in promiscuous mode, suggesting a similar approach can be achieved through a PCAP filter on an interface's own unicast Ethernet address without setting the interface in promiscuous mode. Best, Niels From: D'Acunto, L. (Lucia) Sent: vrijdag 24 maart 2017 17:49 To: nfd-dev at lists.cs.ucla.edu; Alex Afanasyev ; Davide Pesavento Cc: Adrichem, N.L.M. (Niels) van Subject: Ethernet unicast faces Hi Alex, Davide, all, I have a question about Ethernet unicast faces in NDN for usage in Wifi ad-hoc. Do you have plans to re-implement Ethernet Unicast faces? we just discovered that was removed and NFD only offers Ethernet Multicast faces for now. For our ICN-IoT with WiFi Ad-hoc project this is a bit of a problem, since we want to retransmit on the same WiFi interface (which again is disabled in the dissemination strategy for Ethernet Multicast faces), and want to use the source and destination MAC address to respectively indicate who should be the next hop to retransmit the Data object and Interest. We would appreciate your help (or work arounds) with this retransmission problem. Thanks! Lucia Lucia D'Acunto, PhD Research Scientist Media Networking T +31 (0)88 866 71 37 M +31 (0)64 696 60 10 E lucia.dacunto at tno.nl [cid:image001.gif at 01D2A6E0.996824B0] TNO | New Babylon | Anna van Buerenplein 1, 2595DA, The Hague, The Netherlands This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to inform the sender and delete the message. TNO accepts no liability for the content of this e-mail, for the manner in which you use it and for damage of any kind resulting from the risks inherent to the electronic transmission of messages. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 2396 bytes Desc: image001.gif URL: From lixia at CS.UCLA.EDU Mon Mar 27 04:40:51 2017 From: lixia at CS.UCLA.EDU (Lixia Zhang) Date: Mon, 27 Mar 2017 04:40:51 -0700 Subject: [Nfd-dev] Ethernet unicast faces In-Reply-To: <43D48F8BE4D44948A3FFF088B5FA0B80D99FA8@EXC-MBX02.tsn.tno.nl> References: <43D48F8BE4D44948A3FFF088B5FA0B80D99FA8@EXC-MBX02.tsn.tno.nl> Message-ID: <09789B19-C6BB-4472-B637-A12A25644F6D@cs.ucla.edu> unicast Ethernet was one of the hackathon projects over the weekend. my understanding is that the code should be available real soon. > On Mar 27, 2017, at 1:07 AM, Adrichem, N.L.M. (Niels) van wrote: > > Hello everybody, > > As a work-around we will now use IP or UDP/IP encapsulation, but ultimately we would like to use only L2-/Ethernet-encapsulation to show that these types of L3-forwarding functions can be handled using just NDN. > I understand from the documentation that Ethernet multicast functionality is achieved through a PCAP filter on the multicast Ethernet address without setting the interface in promiscuous mode, suggesting a similar approach can be achieved through a PCAP filter on an interface?s own unicast Ethernet address without setting the interface in promiscuous mode. > > Best, > Niels > > From: D'Acunto, L. (Lucia) > Sent: vrijdag 24 maart 2017 17:49 > To: nfd-dev at lists.cs.ucla.edu; Alex Afanasyev ; Davide Pesavento > Cc: Adrichem, N.L.M. (Niels) van > Subject: Ethernet unicast faces > > Hi Alex, Davide, all, > I have a question about Ethernet unicast faces in NDN for usage in Wifi ad-hoc. > Do you have plans to re-implement Ethernet Unicast faces? we just discovered that was removed and NFD only offers Ethernet Multicast faces for now. For our ICN-IoT with WiFi Ad-hoc project this is a bit of a problem, since we want to retransmit on the same WiFi interface (which again is disabled in the dissemination strategy for Ethernet Multicast faces), and want to use the source and destination MAC address to respectively indicate who should be the next hop to retransmit the Data object and Interest. > > We would appreciate your help (or work arounds) with this retransmission problem. > > Thanks! > Lucia > > > Lucia D'Acunto, PhD > Research Scientist > Media Networking > T +31 (0)88 866 71 37 > M +31 (0)64 696 60 10 > E lucia.dacunto at tno.nl > > > > > TNO | New Babylon | Anna van Buerenplein 1, 2595DA, The Hague, The Netherlands > > > > This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to inform the sender and delete the message. TNO accepts no liability for the content of this e-mail, for the manner in which you use it and for damage of any kind resulting from the risks inherent to the electronic transmission of messages. > > _______________________________________________ > Nfd-dev mailing list > Nfd-dev at lists.cs.ucla.edu > http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: From lucia.dacunto at tno.nl Mon Mar 27 06:20:20 2017 From: lucia.dacunto at tno.nl (D'Acunto, L. (Lucia)) Date: Mon, 27 Mar 2017 13:20:20 +0000 Subject: [Nfd-dev] Ethernet unicast faces In-Reply-To: <09789B19-C6BB-4472-B637-A12A25644F6D@cs.ucla.edu> References: <43D48F8BE4D44948A3FFF088B5FA0B80D99FA8@EXC-MBX02.tsn.tno.nl> <09789B19-C6BB-4472-B637-A12A25644F6D@cs.ucla.edu> Message-ID: <683333780361E0418F06190874850A9C19D40F3C@EXC-MBX03.tsn.tno.nl> Hi Lixia, This is very good news! It would be great if you could give us the contact details of the person in charge of this project. Thanks, and best regards, Lucia From: Lixia Zhang [mailto:lixia at cs.ucla.edu] Sent: maandag 27 maart 2017 13:41 To: Adrichem, N.L.M. (Niels) van Cc: D'Acunto, L. (Lucia); nfd-dev at lists.cs.ucla.edu; Alex Afanasyev; Davide Pesavento Subject: Re: [Nfd-dev] Ethernet unicast faces unicast Ethernet was one of the hackathon projects over the weekend. my understanding is that the code should be available real soon. On Mar 27, 2017, at 1:07 AM, Adrichem, N.L.M. (Niels) van > wrote: Hello everybody, As a work-around we will now use IP or UDP/IP encapsulation, but ultimately we would like to use only L2-/Ethernet-encapsulation to show that these types of L3-forwarding functions can be handled using just NDN. I understand from the documentation that Ethernet multicast functionality is achieved through a PCAP filter on the multicast Ethernet address without setting the interface in promiscuous mode, suggesting a similar approach can be achieved through a PCAP filter on an interface?s own unicast Ethernet address without setting the interface in promiscuous mode. Best, Niels From: D'Acunto, L. (Lucia) Sent: vrijdag 24 maart 2017 17:49 To: nfd-dev at lists.cs.ucla.edu; Alex Afanasyev >; Davide Pesavento > Cc: Adrichem, N.L.M. (Niels) van > Subject: Ethernet unicast faces Hi Alex, Davide, all, I have a question about Ethernet unicast faces in NDN for usage in Wifi ad-hoc. Do you have plans to re-implement Ethernet Unicast faces? we just discovered that was removed and NFD only offers Ethernet Multicast faces for now. For our ICN-IoT with WiFi Ad-hoc project this is a bit of a problem, since we want to retransmit on the same WiFi interface (which again is disabled in the dissemination strategy for Ethernet Multicast faces), and want to use the source and destination MAC address to respectively indicate who should be the next hop to retransmit the Data object and Interest. We would appreciate your help (or work arounds) with this retransmission problem. Thanks! Lucia Lucia D'Acunto, PhD Research Scientist Media Networking T +31 (0)88 866 71 37 M +31 (0)64 696 60 10 E lucia.dacunto at tno.nl TNO | New Babylon | Anna van Buerenplein 1, 2595DA, The Hague, The Netherlands This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to inform the sender and delete the message. TNO accepts no liability for the content of this e-mail, for the manner in which you use it and for damage of any kind resulting from the risks inherent to the electronic transmission of messages. _______________________________________________ Nfd-dev mailing list Nfd-dev at lists.cs.ucla.edu http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: From aa at CS.UCLA.EDU Mon Mar 27 06:46:59 2017 From: aa at CS.UCLA.EDU (Alex Afanasyev) Date: Mon, 27 Mar 2017 08:46:59 -0500 Subject: [Nfd-dev] Ethernet unicast faces In-Reply-To: <683333780361E0418F06190874850A9C19D40F3C@EXC-MBX03.tsn.tno.nl> References: <43D48F8BE4D44948A3FFF088B5FA0B80D99FA8@EXC-MBX02.tsn.tno.nl> <09789B19-C6BB-4472-B637-A12A25644F6D@cs.ucla.edu> <683333780361E0418F06190874850A9C19D40F3C@EXC-MBX03.tsn.tno.nl> Message-ID: <0C3D0F27-9862-4D93-B2EA-C6F2629BB0A2@cs.ucla.edu> Davide, Eric, Tang, Junxiao, and I are in charge of this and we will try to finalize the implementation quick. --- Alex > On Mar 27, 2017, at 8:20 AM, D'Acunto, L. (Lucia) wrote: > > Hi Lixia, > This is very good news! > It would be great if you could give us the contact details of the person in charge of this project. > > Thanks, and best regards, > Lucia > > From: Lixia Zhang [mailto:lixia at cs.ucla.edu] > Sent: maandag 27 maart 2017 13:41 > To: Adrichem, N.L.M. (Niels) van > Cc: D'Acunto, L. (Lucia); nfd-dev at lists.cs.ucla.edu; Alex Afanasyev; Davide Pesavento > Subject: Re: [Nfd-dev] Ethernet unicast faces > > unicast Ethernet was one of the hackathon projects over the weekend. > my understanding is that the code should be available real soon. > > On Mar 27, 2017, at 1:07 AM, Adrichem, N.L.M. (Niels) van > wrote: > > Hello everybody, > > As a work-around we will now use IP or UDP/IP encapsulation, but ultimately we would like to use only L2-/Ethernet-encapsulation to show that these types of L3-forwarding functions can be handled using just NDN. > I understand from the documentation that Ethernet multicast functionality is achieved through a PCAP filter on the multicast Ethernet address without setting the interface in promiscuous mode, suggesting a similar approach can be achieved through a PCAP filter on an interface?s own unicast Ethernet address without setting the interface in promiscuous mode. > > Best, > Niels > > From: D'Acunto, L. (Lucia) > Sent: vrijdag 24 maart 2017 17:49 > To: nfd-dev at lists.cs.ucla.edu ; Alex Afanasyev >; Davide Pesavento > > Cc: Adrichem, N.L.M. (Niels) van > > Subject: Ethernet unicast faces > > Hi Alex, Davide, all, > I have a question about Ethernet unicast faces in NDN for usage in Wifi ad-hoc. > Do you have plans to re-implement Ethernet Unicast faces? we just discovered that was removed and NFD only offers Ethernet Multicast faces for now. For our ICN-IoT with WiFi Ad-hoc project this is a bit of a problem, since we want to retransmit on the same WiFi interface (which again is disabled in the dissemination strategy for Ethernet Multicast faces), and want to use the source and destination MAC address to respectively indicate who should be the next hop to retransmit the Data object and Interest. > > We would appreciate your help (or work arounds) with this retransmission problem. > > Thanks! > Lucia > > > Lucia D'Acunto, PhD > Research Scientist > Media Networking > T +31 (0)88 866 71 37 > M +31 (0)64 696 60 10 > E lucia.dacunto at tno.nl > > > > > TNO | New Babylon | Anna van Buerenplein 1, 2595DA, The Hague, The Netherlands > > > > This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to inform the sender and delete the message. TNO accepts no liability for the content of this e-mail, for the manner in which you use it and for damage of any kind resulting from the risks inherent to the electronic transmission of messages. > > _______________________________________________ > Nfd-dev mailing list > Nfd-dev at lists.cs.ucla.edu > http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: From lucia.dacunto at tno.nl Mon Mar 27 07:06:24 2017 From: lucia.dacunto at tno.nl (D'Acunto, L. (Lucia)) Date: Mon, 27 Mar 2017 14:06:24 +0000 Subject: [Nfd-dev] Ethernet unicast faces In-Reply-To: <0C3D0F27-9862-4D93-B2EA-C6F2629BB0A2@cs.ucla.edu> References: <43D48F8BE4D44948A3FFF088B5FA0B80D99FA8@EXC-MBX02.tsn.tno.nl> <09789B19-C6BB-4472-B637-A12A25644F6D@cs.ucla.edu> <683333780361E0418F06190874850A9C19D40F3C@EXC-MBX03.tsn.tno.nl> <0C3D0F27-9862-4D93-B2EA-C6F2629BB0A2@cs.ucla.edu> Message-ID: <683333780361E0418F06190874850A9C19D4113D@EXC-MBX03.tsn.tno.nl> Thanks guys! Lucia From: Alex Afanasyev [mailto:aa at cs.ucla.edu] Sent: maandag 27 maart 2017 15:47 To: D'Acunto, L. (Lucia) Cc: Lixia Zhang; nfd-dev at lists.cs.ucla.edu; Davide Pesavento; Adrichem, N.L.M. (Niels) van; Eric Newberry; Teng Liang Subject: Re: [Nfd-dev] Ethernet unicast faces Davide, Eric, Tang, Junxiao, and I are in charge of this and we will try to finalize the implementation quick. --- Alex On Mar 27, 2017, at 8:20 AM, D'Acunto, L. (Lucia) > wrote: Hi Lixia, This is very good news! It would be great if you could give us the contact details of the person in charge of this project. Thanks, and best regards, Lucia From: Lixia Zhang [mailto:lixia at cs.ucla.edu] Sent: maandag 27 maart 2017 13:41 To: Adrichem, N.L.M. (Niels) van Cc: D'Acunto, L. (Lucia); nfd-dev at lists.cs.ucla.edu; Alex Afanasyev; Davide Pesavento Subject: Re: [Nfd-dev] Ethernet unicast faces unicast Ethernet was one of the hackathon projects over the weekend. my understanding is that the code should be available real soon. On Mar 27, 2017, at 1:07 AM, Adrichem, N.L.M. (Niels) van > wrote: Hello everybody, As a work-around we will now use IP or UDP/IP encapsulation, but ultimately we would like to use only L2-/Ethernet-encapsulation to show that these types of L3-forwarding functions can be handled using just NDN. I understand from the documentation that Ethernet multicast functionality is achieved through a PCAP filter on the multicast Ethernet address without setting the interface in promiscuous mode, suggesting a similar approach can be achieved through a PCAP filter on an interface?s own unicast Ethernet address without setting the interface in promiscuous mode. Best, Niels From: D'Acunto, L. (Lucia) Sent: vrijdag 24 maart 2017 17:49 To: nfd-dev at lists.cs.ucla.edu; Alex Afanasyev >; Davide Pesavento > Cc: Adrichem, N.L.M. (Niels) van > Subject: Ethernet unicast faces Hi Alex, Davide, all, I have a question about Ethernet unicast faces in NDN for usage in Wifi ad-hoc. Do you have plans to re-implement Ethernet Unicast faces? we just discovered that was removed and NFD only offers Ethernet Multicast faces for now. For our ICN-IoT with WiFi Ad-hoc project this is a bit of a problem, since we want to retransmit on the same WiFi interface (which again is disabled in the dissemination strategy for Ethernet Multicast faces), and want to use the source and destination MAC address to respectively indicate who should be the next hop to retransmit the Data object and Interest. We would appreciate your help (or work arounds) with this retransmission problem. Thanks! Lucia Lucia D'Acunto, PhD Research Scientist Media Networking T +31 (0)88 866 71 37 M +31 (0)64 696 60 10 E lucia.dacunto at tno.nl TNO | New Babylon | Anna van Buerenplein 1, 2595DA, The Hague, The Netherlands This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to inform the sender and delete the message. TNO accepts no liability for the content of this e-mail, for the manner in which you use it and for damage of any kind resulting from the risks inherent to the electronic transmission of messages. _______________________________________________ Nfd-dev mailing list Nfd-dev at lists.cs.ucla.edu http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: From nfd-call-notification at mail1.yoursunny.com Wed Mar 29 09:00:03 2017 From: nfd-call-notification at mail1.yoursunny.com (NFD call notification) Date: Wed, 29 Mar 2017 09:00:03 -0700 Subject: [Nfd-dev] NFD call 20170329 Message-ID: <201703291600.v2TG03eH013860@lectura.cs.arizona.edu> An HTML attachment was scrubbed... URL: From babaeim at clarkson.edu Thu Mar 30 10:53:19 2017 From: babaeim at clarkson.edu (Marzieh Babaeianjelodar) Date: Thu, 30 Mar 2017 13:53:19 -0400 Subject: [Nfd-dev] NDN for Raspberry Pi Message-ID: Hi I want to install NDN on raspberry pi and the NDN repository for Raspberry pi fails. Can anyone help me with that? Thanks From babaeim at clarkson.EDU Thu Mar 30 11:21:36 2017 From: babaeim at clarkson.EDU (Marzieh Babaeianjelodar) Date: Thu, 30 Mar 2017 14:21:36 -0400 Subject: [Nfd-dev] NDN for Raspberry Pi In-Reply-To: References: Message-ID: I mean I want to install ndn chunk consumer on raspberry pi and ndn producer on an ubuntu machine. When I install the repository it gives me an error on raspberry pi. > On Mar 30, 2017, at 1:53 PM, Marzieh Babaeianjelodar wrote: > > Hi > > I want to install NDN on raspberry pi and the NDN repository for Raspberry pi fails. Can anyone help me with that? > > Thanks From shijunxiao at email.arizona.EDU Thu Mar 30 11:34:10 2017 From: shijunxiao at email.arizona.EDU (Junxiao Shi) Date: Thu, 30 Mar 2017 11:34:10 -0700 Subject: [Nfd-dev] NDN for Raspberry Pi In-Reply-To: References: Message-ID: <3490D438-B3B4-4D89-9932-1E498877C62F@email.arizona.edu> http://www.lists.cs.ucla.edu/pipermail/nfd-dev/2016-May/001748.html > On Mar 30, 2017, at 10:53 AM, Marzieh Babaeianjelodar wrote: > > Hi > > I want to install NDN on raspberry pi and the NDN repository for Raspberry pi fails. Can anyone help me with that? > > Thanks > _______________________________________________ > Nfd-dev mailing list > Nfd-dev at lists.cs.ucla.edu > http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: From babaeim at clarkson.EDU Thu Mar 30 11:56:22 2017 From: babaeim at clarkson.EDU (Marzieh Babaeianjelodar) Date: Thu, 30 Mar 2017 14:56:22 -0400 Subject: [Nfd-dev] NDN for Raspberry Pi In-Reply-To: <3490D438-B3B4-4D89-9932-1E498877C62F@email.arizona.edu> References: <3490D438-B3B4-4D89-9932-1E498877C62F@email.arizona.edu> Message-ID: Ok, I am running a raspberry machine and the OS is raspbian. I get this following error when I want to install the repositories for NFD: > On Mar 30, 2017, at 2:34 PM, Junxiao Shi wrote: > > http://www.lists.cs.ucla.edu/pipermail/nfd-dev/2016-May/001748.html > >> On Mar 30, 2017, at 10:53 AM, Marzieh Babaeianjelodar > wrote: >> >> Hi >> >> I want to install NDN on raspberry pi and the NDN repository for Raspberry pi fails. Can anyone help me with that? >> >> Thanks >> _______________________________________________ >> Nfd-dev mailing list >> Nfd-dev at lists.cs.ucla.edu >> http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: From babaeim at clarkson.EDU Thu Mar 30 11:57:53 2017 From: babaeim at clarkson.EDU (Marzieh Babaeianjelodar) Date: Thu, 30 Mar 2017 14:57:53 -0400 Subject: [Nfd-dev] NDN for Raspberry Pi In-Reply-To: References: <3490D438-B3B4-4D89-9932-1E498877C62F@email.arizona.edu> Message-ID: <1BE86EF1-1BAA-4525-ABC5-097AC1F099D1@clarkson.edu> > I am running a raspberry machine and the OS is raspbian. I get this following error when I want to install the repositories for NFD: > On Mar 30, 2017, at 2:56 PM, Marzieh Babaeianjelodar wrote: > > Ok, > > I am running a raspberry machine and the OS is raspbian. I get this following error when I want to install the repositories for NFD: > > > > > >> On Mar 30, 2017, at 2:34 PM, Junxiao Shi > wrote: >> >> http://www.lists.cs.ucla.edu/pipermail/nfd-dev/2016-May/001748.html >> >>> On Mar 30, 2017, at 10:53 AM, Marzieh Babaeianjelodar > wrote: >>> >>> Hi >>> >>> I want to install NDN on raspberry pi and the NDN repository for Raspberry pi fails. Can anyone help me with that? >>> >>> Thanks >>> _______________________________________________ >>> Nfd-dev mailing list >>> Nfd-dev at lists.cs.ucla.edu >>> http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: s.jpg Type: image/jpeg Size: 225678 bytes Desc: not available URL: From shijunxiao at email.arizona.edu Thu Mar 30 14:36:05 2017 From: shijunxiao at email.arizona.edu (Junxiao Shi) Date: Thu, 30 Mar 2017 14:36:05 -0700 Subject: [Nfd-dev] NDN for Raspberry Pi In-Reply-To: <1BE86EF1-1BAA-4525-ABC5-097AC1F099D1@clarkson.edu> References: <3490D438-B3B4-4D89-9932-1E498877C62F@email.arizona.edu> <1BE86EF1-1BAA-4525-ABC5-097AC1F099D1@clarkson.edu> Message-ID: Hi Marzieh Your machine is running Raspbian jessie. You are attempting to add a Ubuntu PPA. The Ubuntu PPA only supports Ubuntu systems, but Raspbian is not Ubuntu, hence the error. If feasible, you can reinstall your machine with Ubuntu MATE, which is a Ubuntu flavor that works well on the Pi. Ubuntu MATE can be installed through berryboot. My desktop is a RPi3 and I installed NFD from PPA on Ubuntu MATE successfully. Alternatively, you can compile ndn-cxx and NFD source code on Raspbian. On RPi3 with Raspbian Lite (no PIXEL desktop) this will take several hours, but can complete correctly. Yours, Junxiao On Thu, Mar 30, 2017 at 11:57 AM, Marzieh Babaeianjelodar < babaeim at clarkson.edu> wrote: > I am running a raspberry machine and the OS is raspbian. I get this > following error when I want to install the repositories for NFD: > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: s.jpg Type: image/jpeg Size: 225678 bytes Desc: not available URL: From babaeim at clarkson.edu Thu Mar 30 19:19:11 2017 From: babaeim at clarkson.edu (Marzieh Babaeianjelodar) Date: Thu, 30 Mar 2017 22:19:11 -0400 Subject: [Nfd-dev] NDN for Raspberry Pi In-Reply-To: References: <3490D438-B3B4-4D89-9932-1E498877C62F@email.arizona.edu> <1BE86EF1-1BAA-4525-ABC5-097AC1F099D1@clarkson.edu> Message-ID: Hi Thank you for your suggestion. I chose to build from source on Raspberry Pi. I have a problem in building it with Waf. It is shown in the picture below How can I fix this? > On Mar 30, 2017, at 5:36 PM, Junxiao Shi wrote: > > Hi Marzieh > > Your machine is running Raspbian jessie. You are attempting to add a Ubuntu PPA. > The Ubuntu PPA only supports Ubuntu systems, but Raspbian is not Ubuntu, hence the error. > > If feasible, you can reinstall your machine with Ubuntu MATE, which is a Ubuntu flavor that works well on the Pi. Ubuntu MATE can be installed through berryboot. > My desktop is a RPi3 and I installed NFD from PPA on Ubuntu MATE successfully. > > Alternatively, you can compile ndn-cxx and NFD source code on Raspbian. > On RPi3 with Raspbian Lite (no PIXEL desktop) this will take several hours, but can complete correctly. > > Yours, Junxiao > > On Thu, Mar 30, 2017 at 11:57 AM, Marzieh Babaeianjelodar > wrote: >> I am running a raspberry machine and the OS is raspbian. I get this following error when I want to install the repositories for NFD: > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 2017-03-30 10.16.11.jpeg Type: image/jpeg Size: 32814 bytes Desc: not available URL: From aa at CS.UCLA.EDU Thu Mar 30 19:29:57 2017 From: aa at CS.UCLA.EDU (Alex Afanasyev) Date: Thu, 30 Mar 2017 21:29:57 -0500 Subject: [Nfd-dev] NDN for Raspberry Pi In-Reply-To: References: <3490D438-B3B4-4D89-9932-1E498877C62F@email.arizona.edu> <1BE86EF1-1BAA-4525-ABC5-097AC1F099D1@clarkson.edu> Message-ID: <8CD30FEB-1F9F-46E1-A179-6C64D33BDC6D@cs.ucla.edu> What is the problem? The picture shows no errors. --- Alex > On Mar 30, 2017, at 9:19 PM, Marzieh Babaeianjelodar wrote: > > Hi > > Thank you for your suggestion. I chose to build from source on Raspberry Pi. > > I have a problem in building it with Waf. It is shown in the picture below > > How can I fix this? > > <2017-03-30 10.16.11.jpeg> > >> On Mar 30, 2017, at 5:36 PM, Junxiao Shi wrote: >> >> Hi Marzieh >> >> Your machine is running Raspbian jessie. You are attempting to add a Ubuntu PPA. >> The Ubuntu PPA only supports Ubuntu systems, but Raspbian is not Ubuntu, hence the error. >> >> If feasible, you can reinstall your machine with Ubuntu MATE, which is a Ubuntu flavor that works well on the Pi. Ubuntu MATE can be installed through berryboot. >> My desktop is a RPi3 and I installed NFD from PPA on Ubuntu MATE successfully. >> >> Alternatively, you can compile ndn-cxx and NFD source code on Raspbian. >> On RPi3 with Raspbian Lite (no PIXEL desktop) this will take several hours, but can complete correctly. >> >> Yours, Junxiao >> >> On Thu, Mar 30, 2017 at 11:57 AM, Marzieh Babaeianjelodar wrote: >>>> I am running a raspberry machine and the OS is raspbian. I get this following error when I want to install the repositories for NFD: >>> >>> >>> >> > > _______________________________________________ > Nfd-dev mailing list > Nfd-dev at lists.cs.ucla.edu > http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: From babaeim at clarkson.edu Thu Mar 30 19:35:48 2017 From: babaeim at clarkson.edu (Marzieh Babaeianjelodar) Date: Thu, 30 Mar 2017 22:35:48 -0400 Subject: [Nfd-dev] Fwd: NDN for Raspberry Pi References: <91BC753E-8893-4C51-97B0-46A690D38878@clarkson.edu> Message-ID: <502E09F8-AAC1-43B0-9C5E-7BF66787F1D1@clarkson.edu> > Begin forwarded message: > > From: Marzieh Babaeianjelodar > Subject: Re: [Nfd-dev] NDN for Raspberry Pi > Date: March 30, 2017 at 10:35:09 PM GMT-4 > To: Alex Afanasyev > > > In this photo it says: Building Static Library : No > > And at the end this is what it shows: > > > >> On Mar 30, 2017, at 10:29 PM, Alex Afanasyev > wrote: >> >> What is the problem? The picture shows no errors. >> >> --- >> Alex >> >> On Mar 30, 2017, at 9:19 PM, Marzieh Babaeianjelodar > wrote: >> >>> Hi >>> >>> Thank you for your suggestion. I chose to build from source on Raspberry Pi. >>> >>> I have a problem in building it with Waf. It is shown in the picture below >>> >>> How can I fix this? >>> >>> <2017-03-30 10.16.11.jpeg> >>> >>>> On Mar 30, 2017, at 5:36 PM, Junxiao Shi > wrote: >>>> >>>> Hi Marzieh >>>> >>>> Your machine is running Raspbian jessie. You are attempting to add a Ubuntu PPA. >>>> The Ubuntu PPA only supports Ubuntu systems, but Raspbian is not Ubuntu, hence the error. >>>> >>>> If feasible, you can reinstall your machine with Ubuntu MATE, which is a Ubuntu flavor that works well on the Pi. Ubuntu MATE can be installed through berryboot. >>>> My desktop is a RPi3 and I installed NFD from PPA on Ubuntu MATE successfully. >>>> >>>> Alternatively, you can compile ndn-cxx and NFD source code on Raspbian. >>>> On RPi3 with Raspbian Lite (no PIXEL desktop) this will take several hours, but can complete correctly. >>>> >>>> Yours, Junxiao >>>> >>>> On Thu, Mar 30, 2017 at 11:57 AM, Marzieh Babaeianjelodar > wrote: >>>>> I am running a raspberry machine and the OS is raspbian. I get this following error when I want to install the repositories for NFD: >>>> >>>> >>>> >>>> >>> >>> _______________________________________________ >>> Nfd-dev mailing list >>> Nfd-dev at lists.cs.ucla.edu >>> http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 2017-03-30 10.34.50.jpeg Type: image/jpeg Size: 26518 bytes Desc: not available URL: From aa at CS.UCLA.EDU Thu Mar 30 19:58:23 2017 From: aa at CS.UCLA.EDU (Alex Afanasyev) Date: Thu, 30 Mar 2017 21:58:23 -0500 Subject: [Nfd-dev] Fwd: NDN for Raspberry Pi In-Reply-To: <502E09F8-AAC1-43B0-9C5E-7BF66787F1D1@clarkson.edu> References: <91BC753E-8893-4C51-97B0-46A690D38878@clarkson.edu> <502E09F8-AAC1-43B0-9C5E-7BF66787F1D1@clarkson.edu> Message-ID: Assuming you have installed boost libraries, try this command to configure: export LIBDIR=/usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH) ./waf configure --boost-libs="$LIBDIR" -- Alex > On Mar 30, 2017, at 9:35 PM, Marzieh Babaeianjelodar wrote: > > > >> Begin forwarded message: >> >> From: Marzieh Babaeianjelodar > >> Subject: Re: [Nfd-dev] NDN for Raspberry Pi >> Date: March 30, 2017 at 10:35:09 PM GMT-4 >> To: Alex Afanasyev > >> >> >> In this photo it says: Building Static Library : No >> >> And at the end this is what it shows: >> >> <2017-03-30 10.34.50.jpeg> >> >>> On Mar 30, 2017, at 10:29 PM, Alex Afanasyev > wrote: >>> >>> What is the problem? The picture shows no errors. >>> >>> --- >>> Alex >>> >>> On Mar 30, 2017, at 9:19 PM, Marzieh Babaeianjelodar > wrote: >>> >>>> Hi >>>> >>>> Thank you for your suggestion. I chose to build from source on Raspberry Pi. >>>> >>>> I have a problem in building it with Waf. It is shown in the picture below >>>> >>>> How can I fix this? >>>> >>>> <2017-03-30 10.16.11.jpeg> >>>> >>>>> On Mar 30, 2017, at 5:36 PM, Junxiao Shi > wrote: >>>>> >>>>> Hi Marzieh >>>>> >>>>> Your machine is running Raspbian jessie. You are attempting to add a Ubuntu PPA. >>>>> The Ubuntu PPA only supports Ubuntu systems, but Raspbian is not Ubuntu, hence the error. >>>>> >>>>> If feasible, you can reinstall your machine with Ubuntu MATE, which is a Ubuntu flavor that works well on the Pi. Ubuntu MATE can be installed through berryboot. >>>>> My desktop is a RPi3 and I installed NFD from PPA on Ubuntu MATE successfully. >>>>> >>>>> Alternatively, you can compile ndn-cxx and NFD source code on Raspbian. >>>>> On RPi3 with Raspbian Lite (no PIXEL desktop) this will take several hours, but can complete correctly. >>>>> >>>>> Yours, Junxiao >>>>> >>>>> On Thu, Mar 30, 2017 at 11:57 AM, Marzieh Babaeianjelodar > wrote: >>>>>> I am running a raspberry machine and the OS is raspbian. I get this following error when I want to install the repositories for NFD: >>>>> >>>>> >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> Nfd-dev mailing list >>>> Nfd-dev at lists.cs.ucla.edu >>>> http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev >> > > _______________________________________________ > Nfd-dev mailing list > Nfd-dev at lists.cs.ucla.edu > http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: From babaeim at clarkson.EDU Thu Mar 30 20:59:52 2017 From: babaeim at clarkson.EDU (Marzieh Babaeianjelodar) Date: Thu, 30 Mar 2017 23:59:52 -0400 Subject: [Nfd-dev] Fwd: NDN for Raspberry Pi In-Reply-To: References: <91BC753E-8893-4C51-97B0-46A690D38878@clarkson.edu> <502E09F8-AAC1-43B0-9C5E-7BF66787F1D1@clarkson.edu> Message-ID: <407DBD62-1BB6-4E31-BF2B-7171459CBFCC@clarkson.edu> Thank you. The problem is fixed. > On Mar 30, 2017, at 10:58 PM, Alex Afanasyev wrote: > > > Assuming you have installed boost libraries, try this command to configure: > > export LIBDIR=/usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH) > ./waf configure --boost-libs="$LIBDIR" > > -- > Alex > >> On Mar 30, 2017, at 9:35 PM, Marzieh Babaeianjelodar > wrote: >> >> >> >>> Begin forwarded message: >>> >>> From: Marzieh Babaeianjelodar > >>> Subject: Re: [Nfd-dev] NDN for Raspberry Pi >>> Date: March 30, 2017 at 10:35:09 PM GMT-4 >>> To: Alex Afanasyev > >>> >>> >>> In this photo it says: Building Static Library : No >>> >>> And at the end this is what it shows: >>> >>> <2017-03-30 10.34.50.jpeg> >>> >>>> On Mar 30, 2017, at 10:29 PM, Alex Afanasyev > wrote: >>>> >>>> What is the problem? The picture shows no errors. >>>> >>>> --- >>>> Alex >>>> >>>> On Mar 30, 2017, at 9:19 PM, Marzieh Babaeianjelodar > wrote: >>>> >>>>> Hi >>>>> >>>>> Thank you for your suggestion. I chose to build from source on Raspberry Pi. >>>>> >>>>> I have a problem in building it with Waf. It is shown in the picture below >>>>> >>>>> How can I fix this? >>>>> >>>>> <2017-03-30 10.16.11.jpeg> >>>>> >>>>>> On Mar 30, 2017, at 5:36 PM, Junxiao Shi > wrote: >>>>>> >>>>>> Hi Marzieh >>>>>> >>>>>> Your machine is running Raspbian jessie. You are attempting to add a Ubuntu PPA. >>>>>> The Ubuntu PPA only supports Ubuntu systems, but Raspbian is not Ubuntu, hence the error. >>>>>> >>>>>> If feasible, you can reinstall your machine with Ubuntu MATE, which is a Ubuntu flavor that works well on the Pi. Ubuntu MATE can be installed through berryboot. >>>>>> My desktop is a RPi3 and I installed NFD from PPA on Ubuntu MATE successfully. >>>>>> >>>>>> Alternatively, you can compile ndn-cxx and NFD source code on Raspbian. >>>>>> On RPi3 with Raspbian Lite (no PIXEL desktop) this will take several hours, but can complete correctly. >>>>>> >>>>>> Yours, Junxiao >>>>>> >>>>>> On Thu, Mar 30, 2017 at 11:57 AM, Marzieh Babaeianjelodar > wrote: >>>>>>> I am running a raspberry machine and the OS is raspbian. I get this following error when I want to install the repositories for NFD: >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> _______________________________________________ >>>>> Nfd-dev mailing list >>>>> Nfd-dev at lists.cs.ucla.edu >>>>> http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev >>> >> >> _______________________________________________ >> Nfd-dev mailing list >> Nfd-dev at lists.cs.ucla.edu >> http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: From babaeim at clarkson.EDU Fri Mar 31 08:12:05 2017 From: babaeim at clarkson.EDU (Marzieh Babaeianjelodar) Date: Fri, 31 Mar 2017 11:12:05 -0400 Subject: [Nfd-dev] NDN for Raspberry Pi In-Reply-To: <407DBD62-1BB6-4E31-BF2B-7171459CBFCC@clarkson.edu> References: <91BC753E-8893-4C51-97B0-46A690D38878@clarkson.edu> <502E09F8-AAC1-43B0-9C5E-7BF66787F1D1@clarkson.edu> <407DBD62-1BB6-4E31-BF2B-7171459CBFCC@clarkson.edu> Message-ID: <142BAC45-4244-43F8-AF73-63679ECE5C06@clarkson.edu> Regarding what I have been previously doing which was building NFD from source on Raspberry pi, When I run the ./waf after ./waf configure that I finished successfully I get this following error: How can I find this problem? > On Mar 30, 2017, at 11:59 PM, Marzieh Babaeianjelodar wrote: > > Thank you. The problem is fixed. > >> On Mar 30, 2017, at 10:58 PM, Alex Afanasyev > wrote: >> >> >> Assuming you have installed boost libraries, try this command to configure: >> >> export LIBDIR=/usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH) >> ./waf configure --boost-libs="$LIBDIR" >> >> -- >> Alex >> >>> On Mar 30, 2017, at 9:35 PM, Marzieh Babaeianjelodar > wrote: >>> >>> >>> >>>> Begin forwarded message: >>>> >>>> From: Marzieh Babaeianjelodar > >>>> Subject: Re: [Nfd-dev] NDN for Raspberry Pi >>>> Date: March 30, 2017 at 10:35:09 PM GMT-4 >>>> To: Alex Afanasyev > >>>> >>>> >>>> In this photo it says: Building Static Library : No >>>> >>>> And at the end this is what it shows: >>>> >>>> <2017-03-30 10.34.50.jpeg> >>>> >>>>> On Mar 30, 2017, at 10:29 PM, Alex Afanasyev > wrote: >>>>> >>>>> What is the problem? The picture shows no errors. >>>>> >>>>> --- >>>>> Alex >>>>> >>>>> On Mar 30, 2017, at 9:19 PM, Marzieh Babaeianjelodar > wrote: >>>>> >>>>>> Hi >>>>>> >>>>>> Thank you for your suggestion. I chose to build from source on Raspberry Pi. >>>>>> >>>>>> I have a problem in building it with Waf. It is shown in the picture below >>>>>> >>>>>> How can I fix this? >>>>>> >>>>>> <2017-03-30 10.16.11.jpeg> >>>>>> >>>>>>> On Mar 30, 2017, at 5:36 PM, Junxiao Shi > wrote: >>>>>>> >>>>>>> Hi Marzieh >>>>>>> >>>>>>> Your machine is running Raspbian jessie. You are attempting to add a Ubuntu PPA. >>>>>>> The Ubuntu PPA only supports Ubuntu systems, but Raspbian is not Ubuntu, hence the error. >>>>>>> >>>>>>> If feasible, you can reinstall your machine with Ubuntu MATE, which is a Ubuntu flavor that works well on the Pi. Ubuntu MATE can be installed through berryboot. >>>>>>> My desktop is a RPi3 and I installed NFD from PPA on Ubuntu MATE successfully. >>>>>>> >>>>>>> Alternatively, you can compile ndn-cxx and NFD source code on Raspbian. >>>>>>> On RPi3 with Raspbian Lite (no PIXEL desktop) this will take several hours, but can complete correctly. >>>>>>> >>>>>>> Yours, Junxiao >>>>>>> >>>>>>> On Thu, Mar 30, 2017 at 11:57 AM, Marzieh Babaeianjelodar > wrote: >>>>>>>> I am running a raspberry machine and the OS is raspbian. I get this following error when I want to install the repositories for NFD: >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Nfd-dev mailing list >>>>>> Nfd-dev at lists.cs.ucla.edu >>>>>> http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev >>>> >>> >>> _______________________________________________ >>> Nfd-dev mailing list >>> Nfd-dev at lists.cs.ucla.edu >>> http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 2017-03-31 11.11.35.jpeg Type: image/jpeg Size: 33022 bytes Desc: not available URL: From agawande at memphis.edu Fri Mar 31 08:51:53 2017 From: agawande at memphis.edu (Ashlesh Gawande (agawande)) Date: Fri, 31 Mar 2017 15:51:53 +0000 Subject: [Nfd-dev] NDN for Raspberry Pi In-Reply-To: <142BAC45-4244-43F8-AF73-63679ECE5C06@clarkson.edu> References: <91BC753E-8893-4C51-97B0-46A690D38878@clarkson.edu> <502E09F8-AAC1-43B0-9C5E-7BF66787F1D1@clarkson.edu> <407DBD62-1BB6-4E31-BF2B-7171459CBFCC@clarkson.edu>, <142BAC45-4244-43F8-AF73-63679ECE5C06@clarkson.edu> Message-ID: I think that gcc is running out of memory (you can make sure this is the case by doing "free -mh" in another terminal when compiling). You can increase swap on the RPi. But it is not recommended because it will shorten your SD card life and compilation would be very slow. May be cross compilation is better option (complex and time consuming to setup, but easier after that). You can start here and use crosstool-ng (outdated but good starting point): https://redmine.named-data.net/projects/ndn-embedded/wiki/Cross-compiling_NDN_projects_for_Raspberry_Pi Croostool-ng provides sample files for raspberry pi: https://github.com/crosstool-ng/crosstool-ng/tree/master/samples Ashlesh ________________________________ From: Nfd-dev on behalf of Marzieh Babaeianjelodar Sent: Friday, March 31, 2017 10:12:05 AM To: nfd-dev at lists.cs.ucla.edu Subject: Re: [Nfd-dev] NDN for Raspberry Pi Regarding what I have been previously doing which was building NFD from source on Raspberry pi, When I run the ./waf after ./waf configure that I finished successfully I get this following error: How can I find this problem? [cid:BBAB3C62-0489-4BB3-AFD2-854BB1F36F86 at clarkson.edu] On Mar 30, 2017, at 11:59 PM, Marzieh Babaeianjelodar > wrote: Thank you. The problem is fixed. On Mar 30, 2017, at 10:58 PM, Alex Afanasyev > wrote: Assuming you have installed boost libraries, try this command to configure: export LIBDIR=/usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH) ./waf configure --boost-libs="$LIBDIR" -- Alex On Mar 30, 2017, at 9:35 PM, Marzieh Babaeianjelodar > wrote: Begin forwarded message: From: Marzieh Babaeianjelodar > Subject: Re: [Nfd-dev] NDN for Raspberry Pi Date: March 30, 2017 at 10:35:09 PM GMT-4 To: Alex Afanasyev > In this photo it says: Building Static Library : No And at the end this is what it shows: <2017-03-30 10.34.50.jpeg> On Mar 30, 2017, at 10:29 PM, Alex Afanasyev > wrote: What is the problem? The picture shows no errors. --- Alex On Mar 30, 2017, at 9:19 PM, Marzieh Babaeianjelodar > wrote: Hi Thank you for your suggestion. I chose to build from source on Raspberry Pi. I have a problem in building it with Waf. It is shown in the picture below How can I fix this? <2017-03-30 10.16.11.jpeg> On Mar 30, 2017, at 5:36 PM, Junxiao Shi > wrote: Hi Marzieh Your machine is running Raspbian jessie. You are attempting to add a Ubuntu PPA. The Ubuntu PPA only supports Ubuntu systems, but Raspbian is not Ubuntu, hence the error. If feasible, you can reinstall your machine with Ubuntu MATE, which is a Ubuntu flavor that works well on the Pi. Ubuntu MATE can be installed through berryboot. My desktop is a RPi3 and I installed NFD from PPA on Ubuntu MATE successfully. Alternatively, you can compile ndn-cxx and NFD source code on Raspbian. On RPi3 with Raspbian Lite (no PIXEL desktop) this will take several hours, but can complete correctly. Yours, Junxiao On Thu, Mar 30, 2017 at 11:57 AM, Marzieh Babaeianjelodar > wrote: I am running a raspberry machine and the OS is raspbian. I get this following error when I want to install the repositories for NFD: _______________________________________________ Nfd-dev mailing list Nfd-dev at lists.cs.ucla.edu http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev _______________________________________________ Nfd-dev mailing list Nfd-dev at lists.cs.ucla.edu http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 2017-03-31 11.11.35.jpeg Type: image/jpeg Size: 33022 bytes Desc: 2017-03-31 11.11.35.jpeg URL: From agawande at memphis.edu Fri Mar 31 09:33:05 2017 From: agawande at memphis.edu (Ashlesh Gawande (agawande)) Date: Fri, 31 Mar 2017 16:33:05 +0000 Subject: [Nfd-dev] Re-basing NLSR on Chronosync Message-ID: Hi all Chronosync uses ndn-cxx logging facility (wrapper around boost logging facility). Now I want to use NLSR based on Chronosync (instead of the old fork, Nsync). NLSR has the option to daemonize. So I start nfd and run nlsr -d to daemonize NLSR (number of threads 2). Then I stop NFD and NLSR gets an error (ERROR: error while receiving data from socket (End of file)). But ps shows that NLSR is still running, with number of threads as 1. I attach gdb to it and have attached the bt output. I do not have this problem when NLSR is not daemonized. Seems like it is happening because boost logging facility does not support fork: http://www.boost.org/doc/libs/1_63_0/libs/log/doc/html/log/rationale/fork_support.html? Any suggestions or comments? (I am not sure why NLSR runs as daemon, https://redmine.named-data.net/issues/1795 does not provide much rationale other than backgrounding. Also NLSR does not close stdout when daemonizing https://github.com/named-data/NLSR/blob/master/src/nlsr.cpp#L153). Thanks Ashlesh -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: gdb_attach Type: application/octet-stream Size: 7655 bytes Desc: gdb_attach URL: