[mpls-linux-general] zebra crashes when receiving label mappings
Status: Beta
Brought to you by:
jleu
From: Nuno L. <nun...@gm...> - 2010-08-18 11:32:12
|
Hi guys, I have installed mpls Linux on kernel with the RPM packages for fc10, and I’m using the ldp portable on quagga for mpls signaling. The problem I’m having is related with ldpd and zebra deamon on quagga. LDP sessions are established with success, but when it receives label mappings the zebra deamon crashes (see logs below). Ldpd deamon doesn’t crash but I can see a broken pipe happening. I believe this is caused by zebra crash. Does anyone can help me? Thanks and regards, Nuno ===== Zebra logs ==================================== 2010/08/18 12:53:32 ZEBRA: rib_process: Adding route, select 0x9cfa7f0 2010/08/18 12:53:32 ZEBRA: netlink_route_multipath() (single hop): RTM_NEWROUTE 192.168.2.0/24, type IPv4 2010/08/18 12:53:32 ZEBRA: netlink_route_multipath() (single hop): nexthop via 192.168.1.2 if 4 2010/08/18 12:53:32 ZEBRA: netlink_talk: netlink-cmd type RTM_NEWROUTE(24), seq=7 2010/08/18 12:53:32 ZEBRA: netlink_parse_info: netlink-cmd ACK: type=RTM_NEWROUTE(24), seq=7, pid=0 2010/08/18 12:53:32 ZEBRA: netlink_parse_info: netlink-listen type RTM_NEWROUTE(24), seq=7, pid=4294963198 2010/08/18 12:53:32 ZEBRA: netlink_parse_info: netlink-cmd packet comes from netlink-listen 2010/08/18 12:53:32 ZEBRA: zebra message comes from socket [15] 2010/08/18 12:53:32 ZEBRA: zebra message received [ZEBRA_MPLS_OUT_SEGMENT_ADD] 39 2010/08/18 12:53:32 ZEBRA: netlink_talk: mpls-netlink-nhlfe type (29), seq=1 2010/08/18 12:53:32 ZEBRA: mpls-netlink-nhlfe error: No such file or directory, type=(29), seq=1, pid=0 ZEBRA: Received signal 11 at 1282132412 (si_addr 0x8, PC 0x805b7de); aborting... ================================================´ ======== Ldpd logs ================================ 2010/08/16 21:53:32 LDP: OUT: LABEL MAPPING MSG ***END***: 2010/08/16 21:53:32 LDP: OUT: Mesg size: 27 (201) 2010/08/16 21:53:32 LDP: EXIT: ldp_decode_one_mesg 2010/08/16 21:53:32 LDP: ENTER: ldp_state_machine 2010/08/16 21:53:32 LDP: OUT: FSM: state 5, event 5 2010/08/16 21:53:32 LDP: ENTER: ldp_state_process 2010/08/16 21:53:32 LDP: PRT: ldp_fec_find: 0xc0a80200/24 2010/08/16 21:53:32 LDP: ENTER: ldp_label_mapping_process 2010/08/16 21:53:32 LDP: OUT: Label Mapping Recv from 5.5.5.2:0 for c0a80200/24 2010/08/16 21:53:32 LDP: ENTER: ldp_nexthop_for_fec_session 2010/08/16 21:53:32 LDP: ENTER: ldp_session_for_nexthop: 0x0001 2010/08/16 21:53:32 LDP: PRT: ldp_session_for_nexthop-addr: 0x8fbd8d8 0x8fbd710 0x8fc2e30 2010/08/16 21:53:32 LDP: EXIT: ldp_session_for_nexthop-addr: 0x8fc2e30 2010/08/16 21:53:32 LDP: EXIT: ldp_nexthop_for_fec_session: 0x8fbd8d8 2010/08/16 21:53:32 LDP: buffer_write: write error on fd 8: Broken pipe 2010/08/16 21:53:32 LDP: zclient_send_message: buffer_write failed to zclient fd 8, closing 2010/08/16 21:53:32 LDP: OUT: Out Label Added 2010/08/16 21:53:32 LDP: OUT: Acting as ingress for c0a80200/24 from 5.5.5.2:0 2010/08/16 21:53:32 LDP: ENTER: Prepare_Label_Mapping_Attributes |