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

Implement daemon with logging and TFTP server #20

Merged
merged 2 commits into from
Jan 10, 2024

Conversation

affenull2345
Copy link
Collaborator

@affenull2345 affenull2345 commented Jan 9, 2024

Linked Items

Fixes #21

Description

Implement the start and stop commands, add logging and implement a TFTP server using fbtftp which currently returns empty files.

TODO:

  • Make the daemon exit on the first SIGTERM/SIGINT. It currently doesn't because some threads don't exit.

Category

This is related to a:

  • Bugfix
  • Feature
  • Packaging
  • Docs
  • Code Quality
  • Refactoring
  • Miscellaneous

Tests

  • Unit-Tests were created
  • System-Tests were created
  • Code is already covered by Unit-Tests
  • Code is already covered by System-Tests
  • No tests required

@github-actions github-actions bot added the python label Jan 9, 2024
@SchoolGuy SchoolGuy added this to the V0.1.0 milestone Jan 9, 2024
@SchoolGuy SchoolGuy self-requested a review January 9, 2024 20:47
@affenull2345 affenull2345 force-pushed the implement-daemon branch 8 times, most recently from 8e21de5 to a374e83 Compare January 10, 2024 10:14
@affenull2345 affenull2345 marked this pull request as ready for review January 10, 2024 10:23
@SchoolGuy SchoolGuy merged commit e7fd91f into cobbler:main Jan 10, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Implement daemon mode
2 participants