Sorry for the delay.

The hostname is ccrc-openwisp2.fakedomain.com (<- Again, not my real domain)

playbook.yml file:

 - hosts: openwisp2
   become: "{{ become | default('yes') }}"
   roles:
      - openwisp.openwisp2
   vars:
      openwisp2_default_from_email: 
"[email protected]"


hosts file:

[openwisp2]
ccrc-openwisp2.fakedomain.com


/opt/openwisp2/log
error.log:

 [ERROR 2018-10-06 03:12:34,059] module: server, process: 9949, thread: 
1995612176

Error trying to receive message: Error 111 connecting to localhost:6379. 
Connection refused.

...

(repeats the same error) 


daphne.log

:0: UserWarning: You do not have a working installation of the 
service_identity module: 'cannot import name 'opentype''. Please install it 
from <https://pypi.python.org/pypi/service_identity>  and make sure all of 
its dependencies are satisfied. Without the service_identity module, 
Twisted can perform only rudimentary TLS client hostname verification. Many 
vlan certificate/hostname mappings may be rejected.

...

(repeats the same error) 


 From this it seems like I need to manually install that 'service_identity' 
module. Is that an accurate assumption?

Thanks,
Eric

 

 



On Saturday, October 6, 2018 at 12:14:16 AM UTC-4, Eric Van Dam wrote:
>
> Hello,
>
> I'm a bit stumped here. I followed the tutorial to install OpenWISP using 
> Ansible, and it appeared as if the playbook completed the install with no 
> errors: 
>
> PLAY RECAP 
> *********************************************************************
> openwisp2.mydomain.com : ok=56   changed=0    unreachable=0    failed=0
>
> But I definitely cannot reach the web page afterward.
>
> It's a Raspberry Pi 3 B+ running Raspbian 9. 
>
> Is there anything else I can do to verify OpenWISP was actually installed 
> correctly, or maybe a command to start the web service?
>

-- 
You received this message because you are subscribed to the Google Groups 
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to