Skip to content

Instantly share code, notes, and snippets.

@frbayart
Created September 16, 2015 14:56
Show Gist options
  • Save frbayart/6cb793ce305dd7be6ca5 to your computer and use it in GitHub Desktop.
Save frbayart/6cb793ce305dd7be6ca5 to your computer and use it in GitHub Desktop.
rudder agent reinit raspberry pi v2
root@pv2-5vbxm:~# cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 5 (v7l)
BogoMIPS : 67.20
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 5
processor : 1
model name : ARMv7 Processor rev 5 (v7l)
BogoMIPS : 67.20
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 5
processor : 2
model name : ARMv7 Processor rev 5 (v7l)
BogoMIPS : 67.20
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 5
processor : 3
model name : ARMv7 Processor rev 5 (v7l)
BogoMIPS : 67.20
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 5
Hardware : BCM2709
Revision : a01041
Serial : 000000000296732a
root@pv2-5vbxm:~# time rudder agent reinit
Making a key pair for cfengine, please wait, this could take a minute...
R: @@Common@@log_info@@hasPolicyServer-root@@common-root@@00@@common@@StartRun@@2015-09-16 14:53:49+00:00##d5693b7a-4374-40d5-a6ac-0a6aad04c705@#Start execution
R: @@Common@@result_repaired@@hasPolicyServer-root@@common-root@@00@@Security parameters@@None@@2015-09-16 14:53:49+00:00##d5693b7a-4374-40d5-a6ac-0a6aad04c705@#Some internal security parameters were adjusted
R: @@Common@@result_success@@hasPolicyServer-root@@common-root@@00@@Process checking@@None@@2015-09-16 14:53:49+00:00##d5693b7a-4374-40d5-a6ac-0a6aad04c705@#There is an acceptable number of cf-execd processes (between 0 and 2) and cf-agent processes (between 0 and 5)
R: @@Common@@result_success@@hasPolicyServer-root@@common-root@@00@@CRON Daemon@@None@@2015-09-16 14:53:49+00:00##d5693b7a-4374-40d5-a6ac-0a6aad04c705@#The CRON daemon is running
R: @@Common@@result_success@@hasPolicyServer-root@@common-root@@00@@Binaries update@@None@@2015-09-16 14:53:49+00:00##d5693b7a-4374-40d5-a6ac-0a6aad04c705@#The CFengine binaries in /var/rudder/cfengine-community/bin are up to date
2015-09-16T16:54:53+0200 notice: /default/doInventory/methods/'any'/default/fusionAgent/commands/'/opt/rudder/bin/run-inventory --local=/var/rudder/tmp/inventory/pv2-5vbxm-d5693b7a-4374-40d5-a6ac-0a6aad04c705.ocs --scan-homedirs'[0]: Q: "...-inventory --lo": [info] FusionInventory instance: builtin
Q: "...-inventory --lo": [info] Inventory saved in /var/rudder/tmp/inventory/pv2-5vbxm-d5693b7a-4374-40d5-a6ac-0a6aad04c705.ocs
Q: "...-inventory --lo": [info] task WakeOnLan execution not requested
Q: "...-inventory --lo": [info] task NetDiscovery execution not requested
Q: "...-inventory --lo": [info] task NetInventory execution not requested
R: @@Inventory@@log_debug@@inventory-all@@inventory-all@@00@@inventory@@None@@2015-09-16 14:53:49+00:00##d5693b7a-4374-40d5-a6ac-0a6aad04c705@#Running inventory
R: @@Inventory@@log_info@@inventory-all@@inventory-all@@00@@inventory@@None@@2015-09-16 14:53:49+00:00##d5693b7a-4374-40d5-a6ac-0a6aad04c705@#Curl installed
R: @@Inventory@@log_debug@@inventory-all@@inventory-all@@00@@inventory@@None@@2015-09-16 14:53:49+00:00##d5693b7a-4374-40d5-a6ac-0a6aad04c705@#Generated the CPUID
R: @@Inventory@@log_debug@@inventory-all@@inventory-all@@00@@inventory@@None@@2015-09-16 14:53:49+00:00##d5693b7a-4374-40d5-a6ac-0a6aad04c705@#The user list generation tool is not present yet. Skipping...
R: @@Inventory@@result_success@@inventory-all@@inventory-all@@00@@inventory@@None@@2015-09-16 14:53:49+00:00##d5693b7a-4374-40d5-a6ac-0a6aad04c705@#The inventory has been successfully sent
R: @@Inventory@@log_info@@inventory-all@@inventory-all@@00@@inventory@@None@@2015-09-16 14:53:49+00:00##d5693b7a-4374-40d5-a6ac-0a6aad04c705@#An inventory was already sent less than 8 hours ago
R: @@Common@@log_info@@hasPolicyServer-root@@common-root@@00@@common@@EndRun@@2015-09-16 14:53:49+00:00##d5693b7a-4374-40d5-a6ac-0a6aad04c705@#End execution
real 1m33.632s
user 1m15.900s
sys 0m4.630s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment