You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Fano Framework web application run as daemon server on OpenBSD, it fails to bind to network address. Message: Bind failed on 127.0.0.1:20477, error: Address family not supported by protocol family (47)
Step to reproduce
Generate Fano web application project on OpenBSD. Compile and run
$ ./bin/app.cgi
Starting application at 127.0.0.1:20477
Fail to bind socket.
Exception: ESockBind
Message: Bind failed on 127.0.0.1:20477, error: Address family not supported by protocol family (47)
The text was updated successfully, but these errors were encountered:
zamronypj
changed the title
Message: Bind failed on 127.0.0.1:20477, error: Address family not supported by protocol family (47) on OpenBSD
On OpenBSD, bind network address failed with error: Address family not supported by protocol family (47)
Feb 19, 2021
Description
When Fano Framework web application run as daemon server on OpenBSD, it fails to bind to network address.
Message: Bind failed on 127.0.0.1:20477, error: Address family not supported by protocol family (47)
Step to reproduce
Generate Fano web application project on OpenBSD. Compile and run
$ ./bin/app.cgi Starting application at 127.0.0.1:20477 Fail to bind socket. Exception: ESockBind Message: Bind failed on 127.0.0.1:20477, error: Address family not supported by protocol family (47)
The text was updated successfully, but these errors were encountered: