Skip to content

CBR2-2255: Observing multiple "RDKB_PROCESS_CRASHED : rsync_dropbear_…#349

Open
rirfha948 wants to merge 3 commits into
developfrom
topic/CBR2-2255
Open

CBR2-2255: Observing multiple "RDKB_PROCESS_CRASHED : rsync_dropbear_…#349
rirfha948 wants to merge 3 commits into
developfrom
topic/CBR2-2255

Conversation

@rirfha948

Copy link
Copy Markdown
Contributor

…process" logs

Reason for change: Dropbear listening on IPv6 address
Reverting a part of change " RDKB-57087: dummy wan0 interface removal"
Test Procedure:

  • Drop bear should listening on ARM interface IP

  • Crash log should not be seen in CBR2 during bootup

  • In ETHWAN mode, forward SSH should be possible with IPV4 Priority: P1

  • [] Is this a User Story (US)? This is a bug ticket

  • Have all dependent PRs from other components been listed ?

  • Does the commit message include both the User Story ticket and the Subtask ticket?

  • Will be all changes related to the User Story squashed and merged in a single commit?

  • Has the PR been raised only after completing all changes for the User Story (no partial changes)?

  • Has code development for the User Story been completed?

  • If yes, has the Gerrit topic or list of all dependent PRs across components (including meta-layer changes) been shared? https://gerrit.teamccp.com/#/c/953000/

  • Is there a validation log available in the Jira ticket for verifying builds with the updated generic-srcrev.inc across all platforms?

Copilot AI review requested due to automatic review settings June 18, 2026 05:25
@rirfha948 rirfha948 requested review from a team as code owners June 18, 2026 05:25

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR targets a boot-time issue where Dropbear/sshd ends up listening only on IPv6 (triggering repeated RDKB_PROCESS_CRASHED : rsync_dropbear_... logs), with specific focus on ETHWAN/IPv4 behavior.

Changes:

  • Adjusts the Technicolor/SG417DBCT do_start() logic that derives the CM IPv4 address used to build Dropbear listen parameters.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread source/scripts/init/service.d/service_sshd.sh
…process" logs

Reason for change:  Dropbear listening on IPv6 address
                    Reverting a part of change " RDKB-57087: dummy wan0 interface removal"
Test Procedure:
  - Drop bear should listening on ARM interface IP
  - Crash log should not be seen in CBR2 during bootup
  - In ETHWAN mode, forward SSH should be possible with IPV4
Priority: P1

- [] Is this a User Story (US)?
   This is a bug ticket

- [x] Have all dependent PRs from other components been listed ?

- [x] Does the commit message include both the User Story ticket and the Subtask ticket?

- [x] Will be all changes related to the User Story squashed and merged in a single commit?

- [x]  Has the PR been raised only after completing all changes for the User Story (no partial changes)?

- [x] Has code development for the User Story been completed?

- [x] If yes, has the Gerrit topic or list of all dependent PRs across components (including meta-layer changes) been shared?
https://gerrit.teamccp.com/#/c/953000/

- [x] Is there a validation log available in the Jira ticket for verifying builds with the updated generic-srcrev.inc across all platforms?

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment on lines 158 to 161
if [ -f "/nvram/ETHWAN_ENABLE" ];then
# CM_IPV4=`ifconfig privbr:0 | grep "inet addr" | awk '/inet/{print $2}' | cut -f2 -d:`
# else
CM_IPV4=`ip -4 addr show dev $CMINTERFACE scope global | awk '/inet/{print $2}' | cut -d '/' -f1`
else
CM_IPV4=`ifconfig privbr:0 | grep "inet addr" | awk '/inet/{print $2}' | cut -f2 -d:`
Copilot AI review requested due to automatic review settings June 23, 2026 18:18

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants