cobbler / cobbler-tftp

Experimental - Cobbler stateless TFTP server
GNU General Public License v2.0
4 stars 2 forks source link

Implement daemon with logging and TFTP server #20

Closed affenull2345 closed 10 months ago

affenull2345 commented 10 months ago

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: - [x] 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 - [X] 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 - [x] No tests required