Skip to Content.
Sympa Menu

rare-dev - Re: [rare-dev] new builds from you?

Subject: Rare project developers

List archive

Re: [rare-dev] new builds from you?


Chronological Thread 
  • From: mc36 <>
  • To: Alexander Gall <>
  • Cc: "" <>
  • Subject: Re: [rare-dev] new builds from you?
  • Date: Wed, 16 Mar 2022 10:54:38 +0100

hi,

On 3/16/22 08:56, Alexander Gall wrote:
On Tue, 15 Mar 2022 19:18:21 +0100, mc36 <> said:

hi,
during the vc, i had the good surprise that carmen had a fresh build...
i looked at the original place (http://hydra.nix.net.switch.ch/RARE/releases/)
but did not found anything new... where can we grab it?

I didn't create a new release yet. But you can always install the
latest build on an existing system with

# release-manager --auto-switch --install-git origin/master

thanks, noted it into my ~/update.sh :)
anyway, it worked fine... and saw that it fetched openjdk14...
could you bump it to openjdk17, that's the latest lts....

an other thing is that the console is quite noisy, please use these to the
-hw.txt:
prcpar bfswd act col 500
prcpar bffwd act col 500

yet another that the serial port completely dead add these to the -sw.txt:
line tty1
no exec authorization
no login authentication
exit
!

and this to the -hw.txt:
line tty1 127.0.0.1 20022 127.0.0.1 20021

and please run an external script hwdet-lin1.sh with the following content:
(it should not be started by freerouter because it should run when freerouter
boots up...)
#!/bin/sh

/rtr/modem.bin /dev/ttyS0 "speedset 9600" "ctrlset 3"
while (true); do
/rtr/ttyLin.bin /dev/ttyS0 20021
sleep 1
done



and finally, something is not good with the NOP-MCHOME profile,
i get empty capability and the mpls is missing from the pipe:

core#show p4lang p4
category value
peer 127.0.0.1
closed 0
since 2022-03-16 10:37:09
for 00:03:19
capability
platform tna/bfforwarder
cpuport -3
dynamicid 512 1023

front name
0 frontpanel-1/0
13 frontpanel-10/0
14 frontpanel-11/0
15 frontpanel-12/0
28 frontpanel-13/0


bfrt.p4_bf_router_NOP_MCHOME.pipe.ig_ctl> ?
Available symbols:
dump - Command
ig_ctl_bundle - Node
ig_ctl_ipv4 - Node
ig_ctl_ipv6 - Node
ig_ctl_outport - Node
ig_ctl_pkt_pre_emit - Node
ig_ctl_vlan_in - Node
ig_ctl_vrf - Node
info - Command


bfrt.p4_bf_router_NOP_MCHOME.pipe.ig_ctl>



thanks,
cs



Archive powered by MHonArc 2.6.19.

Top of Page