Displaying 20 results from an estimated 20 matches for "have_ipv6".
2007 Jan 06
1
Re: [nut-commits] svn commit r710 - in trunk: . clients server
Great, thanks Arjen! Now we need an autoconf test to set HAVE_IPV6
automatically. I will look into what functionality needs to be tested;
the test can be refined as problems arise later. -- Peter
Arjen de Korte wrote:
>
> Author: adkorte-guest
> Date: Sat Jan 6 19:39:08 2007
> New Revision: 710
>
> Modified:
> trunk/ChangeLog
> tr...
2007 Jan 23
2
Re: [nut-commits] svn commit r731
...clude <netinet/in.h>
> +#include <arpa/inet.h>
>
> #include "upsclient.h"
>
> @@ -418,15 +419,15 @@
> }
>
> #endif /* HAVE_SSL */
> -
> +
> int upscli_connect(UPSCONN *ups, const char *host, int port, int flags)
> {
> #ifndef HAVE_IPV6
> - struct sockaddr_in local, server;
> - struct hostent *serv;
> + struct sockaddr_in local, server;
> + struct hostent *serv;
> #else
> - struct addrinfo hints, *r, *rtmp;
> - char *service;
> + struct addrinfo hints, *res, *ai;
> + char sport[NI_MAXSERV];
> #en...
2010 Feb 10
2
Name to address resolution: A and AAAA records
Hi, I'm installing a few linux clients and one server with samba. The
network addresses are IPv6 in the .local domain.
The avahi-daemon implements de MDSN resolver.
A standard "ping6 -Ieth0 servername.local" generates a "AAAA" query packet
which is correctly responded by the servername.local machine and the ping
works fine.
"smbclient -L servername.local"
2004 Aug 06
1
IPv6 support for Icecast server
...the state of IPv6 support in the CVS versions
of `libshout' and `ices'? I can bind icecast to an IPv6 address
and connect with `ogg123' to it, but still haven't yet been able
to get a source into icecast over IPv6 (IPv4 is fine with `ices').
I've noticed that things like `HAVE_IPV6' and `HAVE_GETIPNODEBYNAME'
are defined for my FreeBSD build of `icecast' but not for either of
`libshout' or `ices', and I've added them to the DEFS as a hack.
Actually, I've just gotten it working, though imperfectly, with a
number of additional hacks to net/resolver.c...
2012 Mar 08
1
Has dovecot 2.1.1 been built and tested on AIX 6.1???
...messages I've determined that dovecot is
successfully creating and binding to AF_INET sockets... but is failing
when trying to do the "bind" the same port to an AF_INET6 socket.
The failure is "EADDRINUSE".
The logic in the dovecot sources seems driven off of the define of HAVE_IPV6
(defined in config.h by configure)
So, the questions I have are:
- Is this the correct behavior
- If this is the correct behavior, has this been tested against AIX 6.1,
and if so, does anyone have an idea of what I did wrong...???
If it has not been tested against AIX 6.1 and is...
2009 Jul 04
2
[PATCH] Create /var/run/tftpd-hpa.pid in standalone mode
...letions(-)
diff --git a/tftpd/tftpd.c b/tftpd/tftpd.c
index 1f5d9d6..18896c9 100644
--- a/tftpd/tftpd.c
+++ b/tftpd/tftpd.c
@@ -517,6 +517,7 @@ int main(int argc, char **argv)
/* If we're running standalone, set up the input port */
if (standalone) {
+ FILE *pidfile;
#ifdef HAVE_IPV6
if (ai_fam != AF_INET6) {
#endif
@@ -702,6 +703,12 @@ int main(int argc, char **argv)
syslog(LOG_ERR, "cannot daemonize: %m");
exit(EX_OSERR);
}
+ pidfile = fopen ("/var/run/tfpd-hpa.pid","w");
+ if (!pidfile
+...
2012 Jun 11
1
tftp-hpa bug on aliased interface and recent kernels.
...setsockopt(s, IPPROTO_IP, IP_RECVDSTADDR, &on, sizeof(on));
#endif
#ifdef IP_PKTINFO
- if (from->sa_family == AF_INET)
+ if (from->sa_family == AF_INET || from->sa_family == AF_UNSPEC)
setsockopt(s, IPPROTO_IP, IP_PKTINFO, &on, sizeof(on));
#endif
#ifdef HAVE_IPV6
#ifdef IPV6_RECVPKTINFO
- if (from->sa_family == AF_INET6)
+ if (from->sa_family == AF_INET6 || from->sa_family == AF_UNSPEC)
setsockopt(s, IPPROTO_IPV6, IPV6_RECVPKTINFO, &on, sizeof(on));
#endif
#endif
2005 Aug 30
2
Very minor feature request
Hello,
I'd suggest a way to get to know the "capabilities" of a compiled Dovecot.
The background is that I've run the sequence
./configure --with-ldap && make && make install
twice, all three commands tell me that all is fine (ldap is listed in the
modules), but still dovecot told me that ldap is no Usedb module.
A "make clean" before solved the
2009 Jul 19
3
[PATCH] tftpd.c: write a pid file in standalone mode
...s)
- umask(my_umask);
-
#ifdef WITH_REGEX
if (rewrite_file)
rewrite_rules = read_remap_rules(rewrite_file);
@@ -517,6 +526,7 @@ int main(int argc, char **argv)
/* If we're running standalone, set up the input port */
if (standalone) {
+ FILE *pf;
#ifdef HAVE_IPV6
if (ai_fam != AF_INET6) {
#endif
@@ -702,6 +712,14 @@ int main(int argc, char **argv)
syslog(LOG_ERR, "cannot daemonize: %m");
exit(EX_OSERR);
}
+ set_signal(SIGTERM, handle_exit, 0);
+ set_signal(SIGINT, handle_exit, 0);
+...
2009 Sep 05
5
[tftpd PATCH 0/5] pidfile option and syslog fix
Hi,
This is my current patch queue. The patches are independent, AFAIK,
so feel free to cherry-pick or reject them independently.
The bottom one was needed for a successful build here; the top one
contains all the modifications you requested on IRC, and more.
Meanwhile I hit one of the four stray TABs in tftpd.c, and decided to
get rid of them.
Comments welcome.
---
Ferenc Wagner (5):
2004 Aug 06
3
src/net/resolver.c patches for better IPv6 resolution
...l
across icecast, ices, libshout, and who knows what all) suffice here to
get the test_resolver.c program to produce useful output on my FreeBSD
machine -- if it's true that (some) Linux doesn't have getipnodebyname()
then a different solution might be needed.
The results when built with -DHAVE_IPV6=1 -DHAVE_GETIPNODEBYNAME=1
added to the Makefile DEFS on my FreeBSD 4.x:
I got 172.27.72.27, when looking up stable.netscum.dyndns.dk.
I got 2002:50da:100d:0:250:daff:fe21:edca, when looking up ipv6.netscum.dyndns.d
k.
I got 2002:50da:100d:0:250:daff:fe21:edca, when looking up netscum.dyndns.dk.
I...
2017 Jun 08
0
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
..._DISPLAY_STATUS
HAVE_HSTRERROR
HAVE_ICONV
HAVE_IF_NAMETOINDEX
HAVE_IMMEDIATE_STRUCTURES
HAVE_INET_ATON
HAVE_INET_NTOA
HAVE_INET_NTOP
HAVE_INET_PTON
HAVE_INITGROUPS
HAVE_INITIALIZE_KRB5_ERROR_TABLE
HAVE_INNETGR
HAVE_INOTIFY
HAVE_INOTIFY_INIT
HAVE_INTPTR_T
HAVE_IPV6
HAVE_ISATTY
HAVE_KERNEL_CHANGE_NOTIFY
HAVE_KERNEL_SHARE_MODES
HAVE_KRB5
HAVE_KRB5_AUTH_CON_SETUSERUSERKEY
HAVE_KRB5_AUTH_CON_SET_REQ_CKSUMTYPE
HAVE_KRB5_C_ENCTYPE_COMPARE
HAVE_KRB5_C_VERIFY_CHECKSUM
HAVE_KRB5_DEPRECATED_WITH_IDENTIFIER
HAVE_KRB5_ENCRYPT_BLOCK
HAVE_K...
2019 Oct 29
0
auth logging or auditing
...INET_ATON
?? HAVE_INET_NTOA
?? HAVE_INET_NTOP
?? HAVE_INET_PTON
?? HAVE_INITGROUPS
?? HAVE_INITIALIZE_KRB5_ERROR_TABLE
?? HAVE_INITSCR
?? HAVE_INNETGR
?? HAVE_INOTIFY
?? HAVE_INOTIFY_INIT
?? HAVE_INO_T
?? HAVE_INT16_T
?? HAVE_INT32_T
?? HAVE_INT64_T
?? HAVE_INT8_T
?? HAVE_INTPTR_T
?? HAVE_IPRINT
?? HAVE_IPV6
?? HAVE_IPV6_V6ONLY
?? HAVE_IRUSEROK
?? HAVE_ISATTY
?? HAVE_ITEM_COUNT
?? HAVE_JANSSON
?? HAVE_JSON_OBJECT
?? HAVE_KERNEL_CHANGE_NOTIFY
?? HAVE_KERNEL_OPLOCKS_LINUX
?? HAVE_KERNEL_SHARE_MODES
?? HAVE_KRB5
?? HAVE_KRB5_ADDRESSES
?? HAVE_KRB5_AUTH_CON_SETKEY
?? HAVE_KRB5_CC_COPY_CACHE
?? HAVE_KRB5_CC...
2017 Jun 08
2
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
On Thu, 2017-06-08 at 10:09 +0200, awl1 via samba wrote:
> Hello again, Samba experts,
>
> sorry for being such a pain in your necks, but I really need to get a
> recent Samba version to compile, and it looks like I definitely need
> your help with this.
>
> In the meantime, I have found that the huge number of "conflicting
> types" errors for rpc_*_init(...)
2010 Nov 01
1
Samba 4 on osx
...hecking for getaddrinfo : ok
Checking for getnameinfo : ok
Checking for freeaddrinfo : ok
Checking for gai_strerror : ok
Checking for socketpair : ok
Checking for variable IPV6_V6ONLY : ok
Checking for HAVE_IPV6 : ok
Checking for strdup : ok
Checking for memmem : not found
Checking for printf : ok
Checking for memset : ok
Checking for memcpy : ok
Checking for memmove...
2010 Oct 07
1
OSX and samba4 git
...hecking for getaddrinfo : ok
Checking for getnameinfo : ok
Checking for freeaddrinfo : ok
Checking for gai_strerror : ok
Checking for socketpair : ok
Checking for variable IPV6_V6ONLY : ok
Checking for HAVE_IPV6 : ok
Checking for strdup : ok
Checking for memmem : not found
Checking for printf : ok
Checking for memset : ok
Checking for memcpy : ok
Checking for memmove...
2020 May 29
2
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
Samba 4.12.1, single server with AD+DC on Ubuntu 18.04. Filesystem:
/dev/sdb1 on /home type ext4 (rw,relatime,stripe=32750,data=ordered)
It all work as expected, but I occasionally get the error in subject which denies access to shares. Restarting Samba will restore functionality.
What can be the cause of this problem?
Thanks.
[2020/05/27 18:24:35.795379, 8]
2020 Jun 03
3
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
...INET_ATON
HAVE_INET_NTOA
HAVE_INET_NTOP
HAVE_INET_PTON
HAVE_INITGROUPS
HAVE_INITIALIZE_KRB5_ERROR_TABLE
HAVE_INITSCR
HAVE_INNETGR
HAVE_INOTIFY
HAVE_INOTIFY_INIT
HAVE_INO_T
HAVE_INT16_T
HAVE_INT32_T
HAVE_INT64_T
HAVE_INT8_T
HAVE_INTPTR_T
HAVE_IPRINT
HAVE_IPV6
HAVE_IPV6_V6ONLY
HAVE_IRUSEROK
HAVE_ISATTY
HAVE_ITEM_COUNT
HAVE_JANSSON
HAVE_JSON_OBJECT
HAVE_KERNEL_CHANGE_NOTIFY
HAVE_KERNEL_OPLOCKS_LINUX
HAVE_KERNEL_SHARE_MODES
HAVE_KRB5
HAVE_KRB5_ADDRESSES
HAVE_KRB5_AUTH_CON_SETKEY
HAVE_KRB5_CC_COPY_CACHE
HAVE_KRB5_CC...
2012 Apr 17
0
samba 3.6.4 smbd dies on solaris 10 sparc64
..._ATTRIBUTE
HAVE_GSS_WRAP_IOV
HAVE_HSTRERROR
HAVE_ICONV
HAVE_IFACE_IFCONF
HAVE_IF_NAMETOINDEX
HAVE_IMMEDIATE_STRUCTURES
HAVE_INET_ATON
HAVE_INET_NTOA
HAVE_INET_NTOP
HAVE_INET_PTON
HAVE_INITGROUPS
HAVE_INITIALIZE_KRB5_ERROR_TABLE
HAVE_INNETGR
HAVE_INTPTR_T
HAVE_IPV6
HAVE_ISATTY
HAVE_KRB5
HAVE_KRB5_AUTH_CON_SETUSERUSERKEY
HAVE_KRB5_AUTH_CON_SET_REQ_CKSUMTYPE
HAVE_KRB5_C_ENCTYPE_COMPARE
HAVE_KRB5_C_VERIFY_CHECKSUM
HAVE_KRB5_DEPRECATED_WITH_IDENTIFIER
HAVE_KRB5_ENCRYPT_BLOCK
HAVE_KRB5_ENCRYPT_DATA
HAVE_KRB5_ENCTYPE_TO_STRING
HAVE_...
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...: ok
Checking for gai_strerror : ok
Checking for socketpair : ok
Checking for variable IPV6_V6ONLY : ok
Checking for header net/if.h : yes
Checking for HAVE_IPV6 : ok
Checking whether we have ucontext_t : ok
Checking for __sync_fetch_and_add compiler builtin : ok
Checking for atomic_add_32 compiler builtin : not found
Checking for fallthrough attribute...