Displaying 20 results from an estimated 84661 matches for "connection".
2006 May 02
1
compile R on Solaris 9
...date.
`libnmath.a' is up to date.
`Makedeps' is up to date.
`libunix.a' is up to date.
`Makedeps' is up to date.
gcc -I../../src/extra/zlib -I../../src/extra/bzip2
-I../../src/extra/pcre -I. -I../../src/include -I../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c connections.c -o
connections.o
connections.c: In function `init_con':
connections.c:381: structure has no member named `open64'
connections.c: In function `newfile':
connections.c:639: structure has no member named `open64'
connections.c: In function `newfifo':
connections.c:785: structur...
2006 Jan 29
1
I gonna understand one day
...dpoint is not connected
Jan 24 12:44:53 dovecot: imap-login: Error sending handshake to auth server: Transport endpoint is not connected
Jan 24 12:44:53 dovecot: imap-login: Sending log messages too fast, throttling..
Jan 24 12:44:53 dovecot: imap-login: Can't connect to auth server at default: Connection refused
Jan 24 12:44:54 dovecot: imap-login: Error sending handshake to auth server: Transport endpoint is not connected
Jan 24 12:44:54 dovecot: imap-login: Error sending handshake to auth server: Transport endpoint is not connected
Jan 24 12:44:54 dovecot: imap-login: Error sending handshake to a...
2004 Aug 06
0
Problems with 1.3.11 and Ices 0.22
...'s a Dual PIII running RH7.1.
We put it online last night and Icecast ran fine for 20 hours. Then it
started throwing some errors.. That's when Ices died.
Ices reported a libshout error.
Part of the Icecast log is included. What can I do about this?
Hunter
[26/Aug/2001:16:05:01] [32:Connection Handler] Accepted client 28 from [209.245.202.133] on mountpoint [/lofi]. 8 clients connected
[26/Aug/2001:16:05:04] [1:Calendar Thread] directory_touch_xa([yp.icecast.org:80]) completed...server id = 69
[26/Aug/2001:16:05:04] [1:Calendar Thread] directory_touch_xa([yp.mp3.de:80]) completed...serve...
2019 May 22
8
[PATCH libnbd v2 0/6] Test connection states.
...nge it:
https://www.redhat.com/archives/libguestfs/2019-May/thread.html#00134
That doesn't necessarily mean I shouldn't change it, I'm posting
it again because the other patches depend on it.
The main change in this series is we add three new API functions:
nbd_aio_is_created - connection has just been created
nbd_aio_is_connecting - is connecting or handshaking / option negotiation
nbd_aio_is_processing - is issuing or receiving a reply
Also in this change I used nbd_aio_is_connecting to simplify the
handling of synchronous connects.
Rich.
2019 May 21
2
[PATCH libnbd] api: Synchronous connect waits til all connections are connected.
nbd_connect_unix|tcp had a tricky failure case. This is a consequence
of allowing callers to mix synchronous and asynchronous calls, with
multi-conn thrown into the mix.
I think the new behaviour proposed here is better. We could do with a
better way of classifying the state of connections, such as are they
connectING.
Rich.
2019 May 21
0
[PATCH libnbd] api: Synchronous connect waits til all connections are connected.
If not using multi-conn then obviously the synchronous connection
calls ‘nbd_connect_unix’, ‘nbd_connect_tcp’ and ‘nbd_connect_command’
should only return when the (one) connection object is connected.
In the multi-conn case it's not very clear what these synchronous
calls should do. Previously I had it so that they would return as
soon as at least one conn...
2019 May 22
0
[PATCH libnbd v2 1/6] api: Synchronous connect waits til all connections are connected.
If not using multi-conn then obviously the synchronous connection
calls ‘nbd_connect_unix’, ‘nbd_connect_tcp’ and ‘nbd_connect_command’
should only return when the (one) connection object is connected.
In the multi-conn case it's not very clear what these synchronous
calls should do. Previously I had it so that they would return as
soon as at least one conn...
2007 May 18
0
Errors in smbd log file
...ansport endpoint is not connected
[2007/04/06 08:41:39, 0] lib/smbldap.c:smbldap_connect_system(850)
failed to bind to server with dn=
cn=Manager,dc=inside,dc=youthuprising,dc=org Error: Can't contact LDAP
server
(unknown)
[2007/04/06 08:41:39, 1] lib/smbldap.c:another_ldap_try(990)
Connection to LDAP server failed for the 1 try!
[2007/04/06 08:41:41, 1] lib/smbldap.c:another_ldap_try(990)
Connection to LDAP server failed for the 2 try!
[2007/04/06 08:41:42, 1] lib/smbldap.c:another_ldap_try(990)
Connection to LDAP server failed for the 3 try!
[2007/04/06 08:41:43, 1] lib/smbldap.c:a...
2007 Jul 01
1
Database server failure causes endless loop
...The problem, however, is Dovecot isn't seeming to understand this, and
is endlessly looping, trying to query it every 5 seconds. My client
(telnet during testing) is simply sitting there waiting for a response,
which it's never going to get. After about 5 minutes, Dovecot killed
the connection, saying "* BYE Disconnected for inactivity."
If this was from an IMAP client, I'm guessing the client would time-out
after so long when it doesn't get a response back.
Wouldn't it be more sensible for Dovecot to try PostgreSQL, say, 3
times. If unsuccessful, send the clien...
2018 Jun 13
2
iproute2 problems
...un 13, 2018, 3:51 AM Robert Horgan <robert at nsasia.co.th> wrote:
Hi,
Are you sure? What happens if you manually telnet/socket 10.130.39.180
nsasia at web3:~$ telnet 10.130.39.180 655
Trying 10.130.39.180...
Connected to 10.130.39.180.
Escape character is '^]'.
0 db1 17
Connection closed by foreign host.
Stopping the service and running debug I get:
nsasia at web3:~$ sudo tincd -n gainplus -d5 -D
tincd 1.0.33 starting, debug level 5
/dev/net/tun is a Linux tun/tap device (tun mode)
Executing script tinc-up
Listening on 10.130.69.123 port 655
Ready
Trying to connect t...
2018 Jun 13
1
iproute2 problems
Hi,
Are you sure? What happens if you manually telnet/socket 10.130.39.180
nsasia at web3:~$ telnet 10.130.39.180 655
Trying 10.130.39.180...
Connected to 10.130.39.180.
Escape character is '^]'.
0 db1 17
Connection closed by foreign host.
Stopping the service and running debug I get:
nsasia at web3:~$ sudo tincd -n gainplus -d5 -D
tincd 1.0.33 starting, debug level 5
/dev/net/tun is a Linux tun/tap device (tun mode)
Executing script tinc-up
Listening on 10.130.69.123 port 655
Ready
Trying to connect t...
2007 Nov 22
1
A installation problem that needs your supports.
...ile installing R on Unix server.
Anyone could tell me how to fix this issue?
The OS version is Enterprise Linux AS release 4 (Nahant Update 4).
-c complex.c -o complex.o
gcc -I. -I../../src/include -I../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -D__NO_MATH_INLINES -mieee-fp -g -O2 -c connections.c -o
connections.o
connections.c: In function `con_close1':
connections.c:1963: error: `Rgzconn' undeclared (first use in this
function)
connections.c:1963: error: (Each undeclared identifier is reported only
once
connections.c:1963: error: for each function it appears in.)
connections.c:1...
2019 May 23
2
Re: [PATCH libnbd v2 1/6] api: Synchronous connect waits til all connections are connected.
On 5/22/19 4:50 AM, Richard W.M. Jones wrote:
> If not using multi-conn then obviously the synchronous connection
> calls ‘nbd_connect_unix’, ‘nbd_connect_tcp’ and ‘nbd_connect_command’
> should only return when the (one) connection object is connected.
>
> In the multi-conn case it's not very clear what these synchronous
> calls should do. Previously I had it so that they would return as...
2013 Nov 07
1
Unix connections not always disconnecting
...#39;command'
which then gets pushed to a graphite server we have
99% of this runs smoothly.
Every now and again, the asterisk service will become completely
unresponsive and if we look at the logs we will see the following:
[2013-11-07 00:17:01] VERBOSE[25963] asterisk.c: -- Remote UNIX
connection
[2013-11-07 00:17:01] VERBOSE[26566] asterisk.c: -- Remote UNIX
connection disconnected
[2013-11-07 00:17:01] VERBOSE[25963] asterisk.c: -- Remote UNIX
connection
[2013-11-07 00:17:01] VERBOSE[26586] asterisk.c: -- Remote UNIX
connection disconnected
[2013-11-07 00:17:01] VERBOSE[25963]...
2001 Nov 27
2
:445 (connection refused)
Howdy!
the setup:
RH-VALE 6.2.4 running samba2.2.2 cvs from 11/24/2001...
user running NT 4.0 SP6a
the problem:
I have a user that cannot print - She can add the printer but can't print.
log for that machine shows the following:
...
normal looking connections to obtain drivers - all look OK - no complaints..
..
then this -
libsmb/namequery.c:name_query(415)
Got a positive name query response from 10.1.1.111 ( 10.8.40.97 )
lib/util_sock.c:open_socket_out(898)
error connecting to 10.8.40.97:445 (Connection refused)
libsmb/namequery.c:name_query(41...
2015 Jan 11
2
Resizing lvm fails with fedora20
Hi,
I'm trying to resize a 15GB LVM root partition on a fedora20 server with
a fedora20 guest and I'm having a problem. Is this supported on fedora20?
I recall having a similar problem (maybe even exact same problem) all
the way back in fedora16 or fedora17, but hoped/thought it would be
fixed by now?
# virt-df -h test1-011015.img
Filesystem Size Used
2015 Aug 11
2
C6.7 evolution to cyrus imap(s) fails
...your cyrus-imapd.
>
> Logout by entering
>
> a2 LOGOUT
>
> If you got that far, the troublemaker is Evolution. Can't help you with that
> one as I am not using it. Validate all the account settings to be valid.
>
>> In coming mail can be seen but nothing about evo connections as far as I
>> can see
>>
>> There do seem to be some warnings/errors - they don't look relavant??
>
> Right, irrelevant for your isse.
>
>> Many thanks for your help
>>
>> John
>>
>>
>You really should see your user login in this...
2012 Jan 15
1
puppet client server connection refused when I use puppet kick
...When I try to pull changes to client from server:
root@www ~ # puppet kick puppetclient.domain.ltd
I got errors on client''s syslog:
Jan 15 14:01:23 www puppet-agent[20903]: triggered run
Jan 15 14:01:24 www puppet-agent[20903]: Could not retrieve
catalog from remote server: Connection refused - connect(2)
Jan 15 14:01:24 www puppet-agent[20903]: Using cached catalog
Jan 15 14:01:24 www puppet-agent[20903]: (/Stage[main]/Cronapt/
File[/etc/cron.daily/cronapt]) Could not evaluate: Connection refused
- connect(2) Could not retrieve file metadata for puppet:///cronapt/cronap...
2006 Mar 08
4
unless connected? + multiple databases
Hello all.
I am still having fun with multiple databases. In this case it is the
unless connected? statement.
ActiveRecord::Base establishes a connection that is inherited by the
majority of my models. However one Model (Componentlog) that uses a
separate DB is coded as:
unless Componentlog.connected?
establish_connection(
:adapter => "oci",
:database => "",
:host => "oracle7",...
2010 Jul 20
1
Login process connection routing
Timo,
Just out of curiosity, how are incoming connections routed to login
processes when run with:
service imap-login { service_count = 0 }
I've been playing with this on our test director, and the process connection
counts look somewhat unbalanced. I'm wondering if there are any performance
issues with having a single process handle so many con...