search for: gethostby

Displaying 5 results from an estimated 5 matches for "gethostby".

Did you mean: gethost
2008 Feb 06
0
gethostby*.getanswer: asked for $FOO, got $BAR
Martin, I see you were already bitten by this with postfix last year. Should we try to come up with a generic rule that matches any application, since this comes from the bowels of libc6? -- Being overloaded is the sign of a true Debian maintainer. -- JHM on #Debian -------------- next part -------------- An embedded message was scrubbed... From: logcheck at toroia.fbriere.dyndns.org
2012 Sep 17
1
[PATCH libguestfs] maint: remove a subsumed syntax-check rule
...e -*- -# Copyright (C) 2003-2009 Free Software Foundation, Inc. +# Copyright (C) 2003-2012 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -115,16 +115,6 @@ sc_prohibit_gethostby: halt='use getaddrinfo, not gethostby*' \ $(_sc_search_regexp) -# Disallow trailing blank lines. -sc_prohibit_trailing_blank_lines: - @$(VC_LIST_EXCEPT) \ - | xargs perl -ln -0777 -e \ - '-f $$ARGV or next; /\n\n+$$/ and print $$ARGV' > $@-t - @found=0;...
2015 Jan 25
0
SmartOS: nss_wrapper: conflicting types
...ting to build Samba 4.2.0 RC4 (I have not tried previous versions yet) and after applying attached patches the build fails with (full build and configure output attached). [2006/3812] Compiling lib/nss_wrapper/nss_wrapper.c ../lib/nss_wrapper/nss_wrapper.c:2405:5: error: conflicting types for 'gethostby name_r' In file included from ../lib/nss_wrapper/nss_wrapper.c:65:0: /usr/include/netdb.h:238:17: note: previous declaration of 'gethostbyname_r' was here The prototype in Samba source is: int gethostbyname_r(const char *name, struct hostent *ret,...
2012 May 21
1
[OT] Cannot boot into GUI after Video Driver is Installed
...--- May 20 19:46:16 wildfire yum[3860]: Installed: kmod-nvidia-295.53-1.el6.elrepo.x86_64 May 20 19:46:21 wildfire yum[3860]: Installed: nvidia-x11-drv-295.53-1.el6.elrepo.x86_64 May 20 19:47:39 wildfire yum[27268]: Installed: fuse-ntfs-3g-2010.10.2-1.el6.rf.x86_64 May 20 19:48:06 wildfire python: gethostby*.getanswer: asked for "1.24.168.192.in-addr.arpa IN PTR", got type "A" May 20 19:48:06 wildfire python: gethostby*.getanswer: asked for "1.24.168.192.in-addr.arpa IN PTR", got type "A" May 20 19:50:00 wildfire kernel: nvidia: module license 'NVIDIA' t...
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...&2; exit 1; } || : + +sc_prohibit_virBufferAdd_with_string_literal: + @re='\<virBufferAdd *\([^,]+, *"[^"]' \ + msg='use virBufferAddLit, not virBufferAdd, with a string literal' \ + $(_prohibit_regexp) + +# Not only do they fail to deal well with ipv6, but the gethostby* +# functions are also not thread-safe. +sc_prohibit_gethostby: + @re='\<gethostby(addr|name2?) *\(' \ + msg='use getaddrinfo, not gethostby*' \ + $(_prohibit_regexp) + +# Many of the function names below came from this filter: +# git grep -B2 '\<_('|grep -E ...