search for: rrno

Displaying 3 results from an estimated 3 matches for "rrno".

Did you mean: errno
2009 Sep 26
2
Config XLSUITE in Windows
...rting Mongrel listening at 0.0.0.0:3000 Exiting c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel/tcphack. rb:13:in `listen'': An operation on a socket could not be performed because the s ystem lacked sufficient buffer space or because a queue was full. - listen(2) (E rrno::ENOBUFS) from c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mon grel/tcphack.rb:13:in `initialize'' from c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mon grel.rb:93:in `new'' from c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1....
2008 Oct 20
2
[PATCH] Compilation of tftp-hpa's Git HEAD with no IPv6, and misc
...#ifndef EAI_NONAME #define EAI_NONAME -2 /* NAME or SERVICE is unknown. */ #endif @@ -335,15 +340,16 @@ const char *gai_strerror(int); #define EAI_MEMORY -10 /* Memory allocation failure. */ #endif #ifndef EAI_SYSTEM -#define EAI_SYSTEM -11 /* System error returned in rrno'. */ +#define EAI_SYSTEM -11 /* System error returned in `errno'. */ #endif #endif -#ifndef HAVE_INET_NTOP -const char *inet_ntop(int, const void *, char *, socklen_t); #ifndef INET6_ADDRSTRLEN -#define INET6_ADDRSTRLEN 48 +#define INET6_ADDRSTRLEN 46 #endif + +#ifndef HAVE_IN...
2003 Dec 01
0
No subject
...d different samba versions (2.0.10 and 2.2.1a) on different HP-UX nodes with different patchlevels, compiled with gcc and HP cc. They all give these errors as soons as i enable 'locking' or 'posix locking': [2001/08/09 15:17:18, 3] lib/util.c:(1326) fcntl_lock: fcntl lock gave errno 46 (No locks available) [2001/08/09 15:17:18, 3] lib/util.c:(1347) fcntl_lock: lock failed at offset 4294901760 count 65535 op 9 type 2 (No locks available) [2001/08/09 15:17:18, 3] locking/posix.c:(708) posix_fcntl_lock: lock failed at offset 4294901760 count 65535 op 9 type 2 (No locks avai...