Displaying 6 results from an estimated 6 matches for "have_socket".
2009 Jun 01
2
[PATCH viewer] few minor bugfixes
...6,8 @@
#include <netinet/in.h>
#endif
+#include <arpa/inet.h>
+
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
@@ -903,13 +905,12 @@ viewer_credential (GtkWidget *vnc, GValueArray *credList)
gtk_widget_destroy(GTK_WIDGET(dialog));
}
-#if defined(HAVE_SOCKET) && defined(HAVE_CONNECT) && defined(HAVE_HTONS) && defined(HAVE_GETHOSTBYNAME)
+#if defined(HAVE_SOCKET) && defined(HAVE_CONNECT) && defined(HAVE_HTONS)
static int
viewer_open_vnc_socket(const char* vnchost, int vncport)
{
int socketfd;
- struct ho...
2009 Jun 08
2
[PATCH] few minor bugfixes
...6,8 @@
#include <netinet/in.h>
#endif
+#include <arpa/inet.h>
+
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
@@ -903,37 +905,35 @@ viewer_credential (GtkWidget *vnc, GValueArray *credList)
gtk_widget_destroy(GTK_WIDGET(dialog));
}
-#if defined(HAVE_SOCKET) && defined(HAVE_CONNECT) && defined(HAVE_HTONS) && defined(HAVE_GETHOSTBYNAME)
+#if defined(HAVE_SOCKET) && defined(HAVE_CONNECT) && defined(HAVE_HTONS)
static int
viewer_open_vnc_socket(const char* vnchost, int vncport)
{
- int socketfd;
- struct ho...
2019 Oct 29
0
auth logging or auditing
...AVE_SET_MENU_ITEMS
?? HAVE_SHARED_MMAP
?? HAVE_SHMGET
?? HAVE_SHM_OPEN
?? HAVE_SHOW_PANEL
?? HAVE_SIGACTION
?? HAVE_SIGBLOCK
?? HAVE_SIGGETMASK
?? HAVE_SIGLONGJMP
?? HAVE_SIGPROCMASK
?? HAVE_SIGSET
?? HAVE_SIGSETMASK
?? HAVE_SIG_ATOMIC_T_TYPE
?? HAVE_SIMPLE_C_PROG
?? HAVE_SIZE_T
?? HAVE_SNPRINTF
?? HAVE_SOCKET
?? HAVE_SOCKETPAIR
?? HAVE_SOCKLEN_T
?? HAVE_SPLICE_DECL
?? HAVE_SRAND
?? HAVE_SRANDOM
?? HAVE_SSIZE_T
?? HAVE_SS_FAMILY
?? HAVE_STATFS_F_FSID
?? HAVE_STATVFS
?? HAVE_STATVFS_F_FLAG
?? HAVE_STAT_HIRES_TIMESTAMPS
?? HAVE_STAT_ST_BLKSIZE
?? HAVE_STAT_ST_BLOCKS
?? HAVE_STAT_TV_NSEC
?? HAVE_STRCASECMP...
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
...HAVE_SETSID
HAVE_SETUID
HAVE_SET_MENU_ITEMS
HAVE_SHARED_MMAP
HAVE_SHOW_PANEL
HAVE_SIGACTION
HAVE_SIGBLOCK
HAVE_SIGGETMASK
HAVE_SIGLONGJMP
HAVE_SIGPROCMASK
HAVE_SIGSET
HAVE_SIGSETMASK
HAVE_SIG_ATOMIC_T_TYPE
HAVE_SIMPLE_C_PROG
HAVE_SIZE_T
HAVE_SNPRINTF
HAVE_SOCKET
HAVE_SOCKETPAIR
HAVE_SOCKLEN_T
HAVE_SPLICE_DECL
HAVE_SPOTLIGHT_BACKEND_ES
HAVE_SRAND
HAVE_SRANDOM
HAVE_SSIZE_T
HAVE_SS_FAMILY
HAVE_STATFS_F_FSID
HAVE_STATVFS
HAVE_STATVFS_F_FLAG
HAVE_STAT_HIRES_TIMESTAMPS
HAVE_STAT_ST_BLKSIZE
HAVE_STAT_ST_BLOCKS
HAVE_STA...
2001 Jun 04
2
creating /etc/tinc directories in make install
Hi,
I am curious why don't you guys create /etc/tinc directory, set permissions,
add /etc/rc.d scripts etc. from the Makefile(s) in the source distribution ?
Doing a make install and not finding an example config in /etc/tinc is kind
of frustrating. Am I missing something? Maybe there is a good reason for
that?
Also, why is it not finding evp.h when I try to do configure? Is creating