Menu

#1320 configure_tipc script error due to $CORE_ID

future
unassigned
nobody
None
defect
nid
-
4.6
minor
2016-09-20
2015-04-20
No

During start of opensaf, the /var/log/opensaf/nid.log gives an error message:
/usr/local/lib/opensaf/configure_tipc: line 198: [: 1234: unary operator expected

The script /usr/local/lib/opensaf/configure_tipc contains $CORE_ID parameter which does not seem to be set anywhere.

configured_net_id=`tipc-config -netid | cut -d: -f2`
opensaf_net_id=$CORE_ID
if [ $configured_net_id != $opensaf_net_id ]; then
    logger -t opensaf -s "TIPC network ID not configured to OpenSAF requirements, exiting..."
    exit 1
fi

Discussion

  • Anders Widell

    Anders Widell - 2015-11-02
    • Milestone: 4.4.2 --> 4.6.2
     
  • Mathi Naickan

    Mathi Naickan - 2016-05-04
    • Milestone: 4.6.2 --> 4.7.2
     
  • Anders Widell

    Anders Widell - 2016-09-20
    • Milestone: 4.7.2 --> 5.0.2
     
  • Anders Widell

    Anders Widell - 2017-04-03
    • Milestone: 5.0.2 --> future
     

Log in to post a comment.

MongoDB Logo MongoDB