Open main menu

CDOT Wiki β

Changes

Status
<!-- Change this to DONE when you're done. -->
This page status is: '''DRAFTDONE'''.
= Title =
When transitioning to the ARM build environment, there were a few challenges we had to overcome.
* Since the ARM arch is relatively new to Fedora , we need to check if it has been successfully build built and if we can get it from the YUM repo, or are we going to have to build from source
* It seems to me like ARM Fedora has some incompatibilities with hardware calls made by func, this is effecting the functionality of some of the modules used in func.
Here is an example of how we may use func to monitor and control the ARM machines in CDOT and the basic syntax for func commands as well as its successful output.
 
 
 
'''[EXCERPT OF COMMAND]'''<br/>
{'certminion': [['PID', 'TTY', 'STAT', 'TIME', 'COMMAND'],
 
['1', '?', 'Ss', '0:01', '/sbin/init'],
 
['2', '?', 'S', '0:00', '[kthreadd]'],
 
['3', '?', 'S', '0:00', '[migration/0]'],
 
['4', '?', 'S', '0:00', '[ksoftirqd/0]'],
 
['5', '?', 'S', '0:00', '[watchdog/0]'],
 
['6', '?', 'S', '0:00', '[events/0]'],
 
['7', '?', 'S', '0:00', '[cpuset]'],
 
['8', '?', 'S', '0:00', '[khelper]'],
 
['9', '?', 'S', '0:00', '[netns]'],
 
['10', '?', 'S', '0:00', '[async/mgr]'],
 
['11', '?', 'S', '0:00', '[pm]'],
 
['12', '?', 'S', '0:00', '[sync_supers]'],
 
['13', '?', 'S', '0:00', '[bdi-default]'],
 
['14', '?', 'S', '0:00', '[kintegrityd/0]'],
 
['15', '?', 'S', '0:00', '[kblockd/0]'],
 
['16', '?', 'S', '0:00', '[kacpid]'],
= Links =
[http://fuzzux.files.wordpress.com/2011/04/funcfail.png Hostname Bind Failure](GOES WITH CHALLENGES)<br/>
[http://fuzzux.files.wordpress.com/2011/04/minion.png Minion Config Updated for ARM](GOES WITH APPROACH SECTION)<br/>
[http://fuzzux.files.wordpress.com/2011/03/screenshot-21.png Command Execution](GOES WITH RESULTS SECTION)<br/>
1
edit