Feature #706
Need Xeon config package
Status: | Closed | Start date: | 23 Mar 2019 | |
---|---|---|---|---|
Priority: | Immediate | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | - | |||
Target version: | v0.1 | |||
Severity: | 01 - Critical |
Description
This can be used to modify the base configuration to suit Xeon. The installation script applies the system changes. The changes need to be checked to make sure they are not already applied or that re-applying them doesn't create duplicate configs.
The things I know I need are as follows.
- Add CCW rotation to xorg.conf:
Option "Rotate" "CCW" - Disable SMB
- move init script
- Make it configurable in piboxd (defaults to on) and update /etc/piboxd.cfg
- Disable registration processor
- Make it configurable in piboxd (defaults to on) and update /etc/piboxd.cfg
- Disable webcam processing (disallow requests)
- Make it configurable in piboxd (defaults to on) and update /etc/piboxd.cfg
Associated revisions
RM #706: Use -x option to disable smb/stream support in piboxd for Xeon.
RM #706: Add xeoncfg package to Xeon packaging.
History
#1
Updated by Hammel almost 2 years ago
- Description updated (diff)
#2
Updated by Hammel almost 2 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
pibod can be modified with the following config file (/etc/piboxd.cfg):
NOSMB:1 NOSTREAM:1 NOIOT:1
That will disable both of the threads that handle smb probing (which happens often and chews up resources) and streaming (which we don't do much of but we don't need the extra thread) and IoT registration processing (which is a thread that runs all the time). So that should make piboxd a bit more lightweight for Xeon.
#3
Updated by Hammel almost 2 years ago
- % Done changed from 10 to 50
Created xeoncfg repo to generate the package. This has a postinst script that updates both piboxd.cfg and xorg.conf. Package has been added to metabuild.
Still requires installation testing.
#4
Updated by Hammel almost 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
A few minor problems with initial testing on hardware but those are now fixed. All changes tested, committed and pushed.
Closing issue.