Penguin
Blame: EADDRNOTAVAIL
EditPageHistoryDiffInfoLikePages
Annotated edit history of EADDRNOTAVAIL version 2, including all changes. View license author blame.
Rev Author # Line
1 PerryLorier 1 !!!Cannot assign requested address
2
3 You are attempting to bind(2) to a local address that isn't local. For example if the IP addresses of a machine are 127.0.0.1 and 1.2.3.4, and you're trying to bind to 1.2.3.5 you are going to get this error. Check to make sure the address you are trying to bind to exists on the machine you are trying to bind it from.
2 DavidWeekly 4
5 This error can also come up if you're doing a "pre-bound connect", where you're first bind()ing to a local port, then doing an outbound connect with a socket. If the local port is already connected to the given remote IP and port (i.e., there's already an identical socketpair), you'll receive this error (value = 99 on Linux).
The following authors of this page have not agreed to the WlugWikiLicense. As such copyright to all content on this page is retained by the original authors.
  • DavidWeekly
The following authors of this page have agreed to the WlugWikiLicense.

PHP Warning

lib/plugin/WlugLicense.php (In template 'html'):99: Warning: Invalid argument supplied for foreach()

lib/plugin/WlugLicense.php (In template 'html'):111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument

lib/plugin/WlugLicense.php (In template 'html'):111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument