Improving CD handling and Printing in LTSP
Registered by
Scott Balneaves
We're currently manually launching cdpinger and jetpipe via lts.conf entries. Of course, they're easily detectable by udev. As well, both are written in python that, while workable, results in dragging a python interpreter across the network to run them. C translations exist, so we should use them, and launch them from udev.
Blueprint information
- Status:
- Complete
- Approver:
- Scott Balneaves
- Priority:
- Medium
- Drafter:
- Scott Balneaves
- Direction:
- Approved
- Assignee:
- Scott Balneaves
- Definition:
- Approved
- Series goal:
- None
- Implementation:
-
Implemented
- Milestone target:
- None
- Started by
- Scott Balneaves
- Completed by
- Scott Balneaves
Whiteboard
We now have a C based cdpinger, started from udev. jetpipe needs to stay python, as it's also doing serial stuff now.
(?)