This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| getting_started:18_install_ubuntu_freeradius_3 [2019/12/20 22:10] – [Installing FreeRADIUS version 3.x] admin | getting_started:18_install_ubuntu_freeradius_3 [2019/12/20 22:12] (current) – [Installing FreeRADIUS version 3.x] admin | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| sudo systemctl start freeradius | sudo systemctl start freeradius | ||
| </ | </ | ||
| - | * Check the feedback on our startup attempt. | ||
| - | <code bash> | ||
| - | sudo systemctl status freeradius | ||
| - | </ | ||
| - | * Because we have not yet configured anything; we do get some errors. This will be fixed and Coova should run fine once we configured the program. | ||
| - | <code bash> | ||
| - | ● chilli.service - LSB: Start CoovaChilli daemon at boot time | ||
| - | | ||
| - | | ||
| - | Docs: man: | ||
| - | Process: 14452 ExecStop=/ | ||
| - | Process: 14491 ExecStart=/ | ||
| - | Dec 20 20:07:51 osboxes chilli[14580]: | ||
| - | Dec 20 20:07:51 osboxes coova-chilli[14585]: | ||
| - | Dec 20 20:07:51 osboxes coova-chilli[14585]: | ||
| - | Dec 20 20:07:51 osboxes coova-chilli[14585]: | ||
| - | Dec 20 20:07:51 osboxes coova-chilli[14585]: | ||
| - | Dec 20 20:07:51 osboxes chilli[14580]: | ||
| - | Dec 20 20:07:51 osboxes chilli[14580]: | ||
| - | Dec 20 20:07:51 osboxes chilli[14580]: | ||
| - | Dec 20 20:07:51 osboxes chilli[14580]: | ||
| - | Dec 20 20:07:51 osboxes chilli[14580]: | ||
| - | |||
| - | </ | ||
| ----- | ----- | ||