Skip to content

Commit

Permalink
LTE-2173: [XLE][23Q4] XLE and XB are in split brain mode always
Browse files Browse the repository at this point in the history
Reason for change: Because of a permissions issue with the /tmp/.rbus directory, the provider is unable to access the subscribers' component ID file. 
Signed-off-by: Netaji Panigrahi [email protected]
  • Loading branch information
NetajiPanigrahi authored Nov 8, 2023
1 parent dcc5605 commit ce11552
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rtmessage/rtrouted.c
Original file line number Diff line number Diff line change
Expand Up @@ -1773,8 +1773,7 @@ int main(int argc, char* argv[])
rtLog_Warn("another instance of rtrouted is already running");
exit(12);
}

mkdir("/tmp/.rbus", 0700);
mkdir("/tmp/.rbus", 0775);
#ifdef ENABLE_RDKLOGGER
rdk_logger_init("/etc/debug.ini");
#endif
Expand Down

0 comments on commit ce11552

Please sign in to comment.