search for: create_connect

Displaying 18 results from an estimated 18 matches for "create_connect".

Did you mean: create_connector
2004 Aug 06
1
[PATCH] IceCast2 - aliasing (reimplementation of the patch I posted earlier)
...char *error_log; Only in IceCast/src: config.o diff -ur icecast/src/connection.c IceCast/src/connection.c --- icecast/src/connection.c 2003-04-18 11:00:19.000000000 -0400 +++ IceCast/src/connection.c 2003-04-18 20:45:54.000000000 -0400 @@ -109,11 +109,12 @@ return id; } -connection_t *create_connection(sock_t sock, char *ip) { +connection_t *create_connection(sock_t sock, sock_t serversock, char *ip) { connection_t *con; con = (connection_t *)malloc(sizeof(connection_t)); memset(con, 0, sizeof(connection_t)); con->sock = sock; + con->serversock = serversock; c...
2004 Aug 06
0
[PATCH] IceCast2 - socket-based default mount
...struct ice_config_tag Only in IceCast/src: config.o diff -ur icecast/src/connection.c IceCast/src/connection.c --- icecast/src/connection.c 2003-03-27 12:09:41.000000000 -0500 +++ IceCast/src/connection.c 2003-04-18 09:44:50.000000000 -0400 @@ -109,11 +109,12 @@ return id; } -connection_t *create_connection(sock_t sock, char *ip) { +connection_t *create_connection(sock_t sock, sock_t serversock, char *ip) { connection_t *con; con = (connection_t *)malloc(sizeof(connection_t)); memset(con, 0, sizeof(connection_t)); con->sock = sock; + con->serversock = serversock; c...
2019 Nov 19
2
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
.../python3.7/http/client.py", line 1414, in connect > super().connect() > File "/usr/lib64/python3.7/http/client.py", line 938, in connect > (self.host,self.port), self.timeout, self.source_address) > File "/usr/lib64/python3.7/socket.py", line 727, in create_connection > raise err > File "/usr/lib64/python3.7/socket.py", line 716, in create_connection > sock.connect(sa) > OSError: [Errno 101] Network is unreachable > > During handling of the above exception, another exception occurred: > > Traceback (most recent call...
2016 Sep 21
2
replPropertyMetaData & KCC issues after updating to Samba 4.5.0
.../sbin/samba_kcc: part, True) [2016/09/21 08:11:12.871724, 0, pid=1087, effective(0, 0), real(0, 0)] ../lib/util/util_runcmd.c:316(samba_runcmd_io_handler) /usr/local/samba/sbin/samba_kcc: File "/usr/local/samba/lib/python2.7/site-packages/samba/kcc/__init__.py", line 1769, in create_connections [2016/09/21 08:11:12.871999, 0, pid=1087, effective(0, 0), real(0, 0)] ../lib/util/util_runcmd.c:316(samba_runcmd_io_handler) /usr/local/samba/sbin/samba_kcc: partial_ok, detect_failed) [2016/09/21 08:11:12.872048, 0, pid=1087, effective(0, 0), real(0, 0)] ../lib/util/util_runcmd.c:3...
2019 Nov 19
0
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
...ile "/usr/lib64/python3.7/http/client.py", line 1414, in connect super().connect() File "/usr/lib64/python3.7/http/client.py", line 938, in connect (self.host,self.port), self.timeout, self.source_address) File "/usr/lib64/python3.7/socket.py", line 727, in create_connection raise err File "/usr/lib64/python3.7/socket.py", line 716, in create_connection sock.connect(sa) OSError: [Errno 101] Network is unreachable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/tmp/rhvuploa...
2019 Nov 19
2
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
...e 1414, in connect > >> super().connect() > >> File "/usr/lib64/python3.7/http/client.py", line 938, in connect > >> (self.host,self.port), self.timeout, self.source_address) > >> File "/usr/lib64/python3.7/socket.py", line 727, in create_connection > >> raise err > >> File "/usr/lib64/python3.7/socket.py", line 716, in create_connection > >> sock.connect(sa) > >> OSError: [Errno 101] Network is unreachable > >> > >> During handling of the above exception, another exc...
2016 Sep 22
0
replPropertyMetaData & KCC issues after updating to Samba 4.5.0
...part, True) > [2016/09/21 08:11:12.871724, 0, pid=1087, effective(0, 0), real(0, > 0)] ../lib/util/util_runcmd.c:316(samba_runcmd_io_handler) > /usr/local/samba/sbin/samba_kcc: File > "/usr/local/samba/lib/python2.7/site-packages/samba/kcc/__init__.py", > line 1769, in create_connections > [2016/09/21 08:11:12.871999, 0, pid=1087, effective(0, 0), real(0, > 0)] ../lib/util/util_runcmd.c:316(samba_runcmd_io_handler) > /usr/local/samba/sbin/samba_kcc: partial_ok, detect_failed) > [2016/09/21 08:11:12.872048, 0, pid=1087, effective(0, 0), real(0, > 0)] ../li...
2017 Nov 09
2
samba_kcc RODC failes with NT_STATUS_ACCESS_DENIED
.../usr/local/samba/lib/python2.7/site-packages/samba/kcc/__init__.py", line 1817, in create_intersite_connections /usr/local/samba/sbin/samba_kcc: part, True) /usr/local/samba/sbin/samba_kcc: File "/usr/local/samba/lib/python2.7/site-packages/samba/kcc/__init__.py", line 1769, in create_connections /usr/local/samba/sbin/samba_kcc: partial_ok, detect_failed) /usr/local/samba/sbin/samba_kcc: File "/usr/local/samba/lib/python2.7/site-packages/samba/kcc/__init__.py", line 1594, in create_connection /usr/local/samba/sbin/samba_kcc: lbh.commit_connections(self.samdb) /usr/lo...
2019 Nov 19
0
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
...client.py", line 1414, in connect >> super().connect() >> File "/usr/lib64/python3.7/http/client.py", line 938, in connect >> (self.host,self.port), self.timeout, self.source_address) >> File "/usr/lib64/python3.7/socket.py", line 727, in create_connection >> raise err >> File "/usr/lib64/python3.7/socket.py", line 716, in create_connection >> sock.connect(sa) >> OSError: [Errno 101] Network is unreachable >> >> During handling of the above exception, another exception occurred: >> >...
2003 Oct 13
1
chan_h323 - Segmentation fault (core dumped)
...ial an extension using h323, routed thru an E100P (like a H323-ISDN_PRI gateway). Sometimes * hangs, sometimes not. The client used for test es SjPhone (http://www.sjlabs.com/). This is the data for one core dump: (gdb) bt #0 ast_rtp_get_us (rtp=0x0, us=0x5074759c) at rtp.c:790 #1 0x41f8879c in create_connection (call_reference=1349809548) at chan_h323.c:928 #2 0x41f8f34b in MyH323Connection::CreateRealTimeLogicalChannel(H323Capability const&, H323Channel::Directions, unsigned, H245_H2250LogicalChannelParameters const*) (this=0x8178758, capability=@0x81920e8, dir=IsTransmitter, sessionID=1) at...
2019 Nov 19
0
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
...ct >> >> super().connect() >> >> File "/usr/lib64/python3.7/http/client.py", line 938, in connect >> >> (self.host,self.port), self.timeout, self.source_address) >> >> File "/usr/lib64/python3.7/socket.py", line 727, in create_connection >> >> raise err >> >> File "/usr/lib64/python3.7/socket.py", line 716, in create_connection >> >> sock.connect(sa) >> >> OSError: [Errno 101] Network is unreachable >> >> >> >> During handling of the abov...
2019 Nov 18
15
[PATCH v2 00/11] rvh-upload: Various fixes and cleanups
This series extract oVirt SDK and imageio code to make it eaiser to follow the code and improve error handing in open() and close(). Tested with virt-v2v master. Changes since v1: - Rebase on merged patches from v1 - Fix regression introduced by "rhv-upload: Fix cleanup after errors" - Remove "rhv-upload: Try to remove disk on timeout" since it cannot succeed - Add more
2017 Nov 10
0
samba_kcc RODC failes with NT_STATUS_ACCESS_DENIED
...st, I try to fix my issue and found some more debug information: 1) I see error in this situation: Default-First-Site-Name: - TEST-DC (RWDC) Testsite2: - empty Testsite: - BUILDHOST (RODC) If I move TEST-DC to Testsite2, it fix the error, maybe because of 2). 2) python/samba/kcc/__init__.py:create_connections function try always to connect to Default-First-Site-Name, although Default-First-Site-Name is now empty and TEST-DC is in Testsite2. Get_bridgehead found just the TEST-DC from Testsite2. @@ -1710,12 +1710,14 @@ class KCC(object): # Utilize the IP transport only for now tra...
2017 Nov 09
2
samba_kcc RODC failes with NT_STATUS_ACCESS_DENIED
Hello Rowland, of course it will be started by samba, I saw this output if I run "samba -i". But I can trigger this output also by starting samba_kcc manually. Andrej -----Ursprüngliche Nachricht----- Von: Rowland Penny [mailto:rpenny at samba.org] Gesendet: Donnerstag, 9. November 2017 14:04 An: samba at lists.samba.org Cc: Andrej Gessel <Andrej.Gessel at janztec.com>
2016 Sep 22
2
replPropertyMetaData & KCC issues after updating to Samba 4.5.0
...[2016/09/21 08:11:12.871724, 0, pid=1087, effective(0, 0), real(0, >> 0)] ../lib/util/util_runcmd.c:316(samba_runcmd_io_handler) >> /usr/local/samba/sbin/samba_kcc: File >> "/usr/local/samba/lib/python2.7/site-packages/samba/kcc/__init__.py", >> line 1769, in create_connections >> [2016/09/21 08:11:12.871999, 0, pid=1087, effective(0, 0), real(0, >> 0)] ../lib/util/util_runcmd.c:316(samba_runcmd_io_handler) >> /usr/local/samba/sbin/samba_kcc: partial_ok, detect_failed) >> [2016/09/21 08:11:12.872048, 0, pid=1087, effective(0, 0), real(...
2014 Feb 05
2
BIND9_DLZ and Reverse Lookups
Hi, Ok. I'm stumped, so I'm finally going to ask for help. I'm testing a brand new setup of Samba4 as an AD DC with Bind9 for DNS. The problem I'm having is when I create a new A record using the Windows DNS tools. I tick the box to create a corresponding PTR record, but it never does. I've created the reverse zone. I've tried using the Windows DNS tools to create
2016 Sep 12
4
replPropertyMetaData & KCC issues after updating to Samba 4.5.0
Hello, Updated samba from 4.4.5 to 4.5.0. All DC's are Ubuntu 12.04.5 LTS. I install samba from source(./configure,make,make install). Looking at the release notes I see the section on "replPropertyMetaData Chnages". I run 'samba-tool dbcheck --cross-ncs --fix --yes' and see the errors and samba attempts to fix. ERROR: unsorted attributeID values in
2004 Aug 06
2
improved error.log output --diff
...- WARN2("Failed to relay stream from master server, couldn't connect to http://%s:%d", server, port); + WARN2("Failed to relay stream from master server, couldn't connect to http://%s:%d, %s", server, port, "-"); return; } con = create_connection(streamsock, -1, NULL); @@ -109,7 +109,7 @@ } memset(header, 0, sizeof(header)); if (util_read_header(con->sock, header, 4096) == 0) { - WARN0("Header read failed"); + WARN0("Header read failed, %s", con->ip); connection_close(con);...