Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixed bag of fixes #317

Merged
merged 10 commits into from
Feb 27, 2024
Merged

Mixed bag of fixes #317

merged 10 commits into from
Feb 27, 2024

Conversation

troglobit
Copy link
Contributor

@troglobit troglobit commented Feb 26, 2024

Description

  1. Silence udevd in the log, was running with -D, backported from upstream Finit
  2. Reduce sysrepo-plugind log level as well, very noisy (should be developer build option)
  3. statd refactor build system to autotools, same as confd
  4. execd refactor to autotools, same as (3)
  5. Fix symbolic names in iproute2 when adding addresses, backport of upstream patch

Checklist

Tick relevant boxes, this PR is-a or has-a:

  • Bugfix
    • Regression tests
    • ChangeLog updates (for next release)
  • Feature
    • Regression tests
    • ChangeLog updates (for next release)
    • Documentation
  • Code style update (formatting, renaming)
  • Refactoring (please detail in commit messages)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

Other information

References

@troglobit troglobit requested review from wkz and mattiaswal February 26, 2024 11:32
@troglobit troglobit linked an issue Feb 26, 2024 that may be closed by this pull request
@troglobit troglobit force-pushed the misc branch 2 times, most recently from 1314925 to aa53a05 Compare February 26, 2024 11:54
@troglobit troglobit marked this pull request as draft February 26, 2024 12:53
@troglobit troglobit added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 26, 2024
@troglobit troglobit added this to the Infix v24.02 milestone Feb 26, 2024
@troglobit troglobit marked this pull request as ready for review February 26, 2024 13:23
@troglobit
Copy link
Contributor Author

Sorry for the noise, should work much better now, and I've also included the README update.

Copy link
Contributor

@wkz wkz left a comment

Choose a reason for hiding this comment

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

Gott&Blandat, indeed! 😄

@troglobit
Copy link
Contributor Author

troglobit commented Feb 26, 2024

Regression tests gets stuck on #312 (ipv4_autoconf.py hangs then times out.)

... adding another minor fix to restart action.

Copy link
Contributor

@mattiaswal mattiaswal left a comment

Choose a reason for hiding this comment

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

Nice fixing.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Fix issue #299

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This change completes the backport of symbolic names for ip address
protocol field:

    ip addr add IFADDR proto 5
=>
    ip addr add IFADDR proto dhcp

Ref:
https://lore.kernel.org/netdev/20230602155419.8958-1-stephen@networkplumber.org/

Fix #286

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
The tagline is read by Finit at boot, from /etc/os-release, and
logged when changing runlevel.  The unicode charachter does not
survive the trip via syslog to log file.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
When available, show the default value of a leaf node after the
description when issuing 'help leaf-node'.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
@troglobit troglobit merged commit eceeb8c into main Feb 27, 2024
1 of 2 checks passed
@troglobit troglobit deleted the misc branch February 27, 2024 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
3 participants