Error making Alice #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi! Thanks a lot for the project, It's very interesting and useful.
We get problems compiling the source after cloning repo.
If we compile the old one ([https://github.com/ecix/alice-lg]) all works without problem.
FYI.
Hi!
Can you maybe give me some hints on where the process fails, or what steps you did, so I can reproduce this?
We do this in a CentOS 7 fresh install as root, our partners on DE-CIX confirm that the new repository needs to be updated, thanks for all your work!:
Hi,
Any news about it ?
Someone else with this error?
Thanks!
Hi! Sorry - somehow I lost this issue and somehow could not find it.
I'll have a look :)
I've stopped building the client directly with the tools on my machine and migrated to using docker for this:
I suggest using this build method for now:
Again - Sorry for the late response.
Hi,
Perfect, Alice-lg is running using this method, now we have this error in the log when starting:
Refreshing the routes store failed for: rs1.nixval.com (IPv4) ( 0 ) with: invalid character 'p' after top-level value - NEXT STATE: ERROR
But we don't have character 'p' in alice.conf
The 'p' is part of the response alice retrieves from the birdwatcher. (Yeah - I know - a bit missleading / unhelpful)
can you check the output of the birdwatcher for:
http://<my_birdwatcher>/routes/dump
Maybe check, that this endpoint is enabled in the birdwatcher config :)
Thanks Matthias!!
Module route_dump was disabled.. :(
Other question about routes filtered, in my Looking Glass when click in neighbour with routes filtered don't show me routes filtered:
https://lg.nixval.com/alice/routeservers/0/protocols/R_199312/routes
However in home search they appear:
https://lg.nixval.com/alice/search?&q=as199312&sources=0&asns=199312&large_communities=57542:65666:20#routes-filtered
Any more features than enable in alice.conf ?
Thanks for your help?
Have you checked if the
Endpoints are enabled in the
birdwatcher.conf
? :)Maybe try accessing the birdwatcher with:
We have this modules enabled in birdwatcher:
Checking birdwatcher:
Let me see If there is a bug in the birdwatcher.
You were using this repo: https://github.com/alice-lg/birdwatcher, right?
A
show route all filtered R_199312
is executed.A
show route filtered protocol 'R_199312' all
should be executed.I'll fix this later
Yes we are using this repo but repo points to the old one. I mean that in the install instructions, we see https://github.com/ecix/birdwatcher and when we compile throw us these errors:
This command don't work:
And this command gave us this output:
Good to hear! I'll update the source later tonight.
Hej!
I just updated the birdwatcher in:
https://github.com/alice-lg/birdwatcher/
This should fix the missing routes filtered and the missing routes not exported.
Version should now be be: 1.11.0
@sistemasnixval Please check if this helps :)
Hi @mhannig
Birdwatcher 1.11.0 - Running
Routes filtered are displayed correctly
https://lg.nixval.com/alice/routeservers/0/protocols/R_199312/routes
Thank you very much for your help and support to this project!!
Thanks! :)
Glad to hear it works!
Hi Matthias!
We upgrade the source from the repo, but when we are trying to make files again, fail in the second step. Can you give us some light? Regards!
`cd client/
make -f Makefile.docker client_prod --- This works ok
cd ../backend/
make prod --- This not`
Error:
[root@LookingGlassPre client]# cd ../backend/ [root@LookingGlassPre backend]# make prod rm -f rice-box.go rm -f alice-lg-osx-amd64 rm -f alice-lg-linux-amd64 rice embed-go make: rice: No se encontró el programa make: *** [bundle] Error 127
Hi Matthias!
We solve the issue again. I put in the bash_profile the path for the rice we get on the procedure of install and it works!
Thanks!