James Tu

Results 5 comments of James Tu

Hi All, I manage to install the Polycube from source code and no error pops out when compiling. However, I cannot start the service. After checking the status, it said...

Hi All, I figure it out. I edit the /etc/ld.so.conf file and put the following directory into it. echo /usr/local/lib64 echo /usr/local/lib echo /opt/rh/llvm-toolset-7/root/usr/lib64/ echo /opt/rh/llvm-toolset-7/root/usr/lib/ ldconfig Now, I got...

Hi @thomas-mangin, Thank you for the hint. I created two env files and set the different exabgp.api.pipename for two configuration files. ``` cat exabgp_rtbh.env [exabgp.api] pipename = 'exabgp_rtbh' ``` ```...

Hi @thomas-mangin I tried the command and it shows this. `09:56:26 | 5783 | configuration | one of the arguments passed as configuration is not a file (env)` Is what...

Oh, I see I understand what you mean. The output is like this. [root@localhost ~]# exabgp --di --env /root/exabgp_clean.env ``` [exabgp.api] pipename = 'exabgp_clean' ```