search for: connecti

Displaying 12 results from an estimated 12 matches for "connecti".

Did you mean: connect
2015 Sep 10
0
[Bug 2462] New: Option to try connectiing to multiple DNS names
https://bugzilla.mindrot.org/show_bug.cgi?id=2462 Bug ID: 2462 Summary: Option to try connectiing to multiple DNS names Product: Portable OpenSSH Version: 6.9p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org...
2002 Jan 31
0
[Bug 89] New: [PATCH] make the Waiting for forwarded connecti ons to terminate... message more helpful
...l Specialist Technical Services - Unix Arch. 314-955-8501 -----Original Message----- From: bugzilla-daemon at mindrot.org [mailto:bugzilla-daemon at mindrot.org] Sent: Thursday, January 31, 2002 4:17 To: openssh-unix-dev at mindrot.org Subject: [Bug 89] New: [PATCH] make the Waiting for forwarded connections to terminate... message more helpful http://bugzilla.mindrot.org/show_bug.cgi?id=89 Summary: [PATCH] make the Waiting for forwarded connections to terminate... message more helpful Product: Portable OpenSSH Version: 3.0p1 Platform...
2010 May 28
3
Beginner Facing Problem with rake db:migrate
...later migrations canceled: Mysql::Error: Table ''books'' already exists: CREATE TABLE `books` (`id` int(11) D EFAULT NULL auto_increment PRIMARY KEY, `created_at` datetime, `updated_at` date time) ENGINE=InnoDB C:/Ruby19/lib/ruby/gems/1.9.1/gems/activerecord-2.3.5/lib/active_record/connecti on_adapters/abstract_adapter.rb:219:in `rescue in log'' C:/Ruby19/lib/ruby/gems/1.9.1/gems/activerecord-2.3.5/lib/active_record/connecti on_adapters/abstract_adapter.rb:202:in `log'' C:/Ruby19/lib/ruby/gems/1.9.1/gems/activerecord-2.3.5/lib/active_record/connecti on_adapters/mysql_a...
2007 Nov 27
2
[PATCH] Make xenstored EOF-safe
...y: Samuel Thibault <samuel.thibault@citrix.com> diff -r 6fd17d0dcbcd tools/xenstore/xenstored_core.c --- a/tools/xenstore/xenstored_core.c Tue Nov 27 12:49:16 2007 +0000 +++ b/tools/xenstore/xenstored_core.c Tue Nov 27 14:56:35 2007 +0000 @@ -1266,7 +1266,7 @@ static void handle_input(struct connecti if (in->inhdr) { bytes = conn->read(conn, in->hdr.raw + in->used, sizeof(in->hdr) - in->used); - if (bytes < 0) + if (bytes <= 0) goto bad_client; in->used += bytes; if (in->used != sizeof(in->hdr)) @@ -1288,7 +1288,7 @@ static void handle_i...
2005 Mar 11
2
Restrict Imap access
Hello. I need to restrict access to IMAP ports to a few users, so that all users can use POP3 and just a few of them will be able to access IMAP. I use secure connections POP3s and IMAPs. Is it possible? Also... When I connect to the Dovecot server using Outlook (IMAPs) I get a Warning message,something like: "The server you are connectiing to uses a non verified protection certificate. A chain of certificates ...so on ( I can't translate :) ) Continue...
2004 Apr 23
2
use keep state(strict) to mitigate tcp issues?
...then you'd have to "guess" the exact expected number. Checpoint has a similar feature (is that right?) which is described here as the answer to the mentioned attacks: http://www.checkpoint.com/techsupport/alerts/tcp_dos.html Allthough this is nice, there is also the risk of breaking connection because it's not unlikely that packets arrive out of order. At least, that's what i think, any thoughts upon this? Bye, Mipam.
2014 Apr 07
1
{CentOS} HDD Problem....
Ok....so after installing "smartmontools" on my CentOS machine...and connectiing this drive externally...i got positive reports from both the short and long tests...so the drive can obviously be "seen"....but when I look for it in the /dev/ directory...it doesn't show up.....I'm about to give the fdisk command line tools anonther shot....it allows me to for...
2012 Jun 26
1
Segmentation fault with latest 1.1 revision
...here: Core was generated by `tincd -D -n jmuchemb -d -o ConnectTo srv -o srv.Address 81.x.y.z -o Connect'. Program terminated with signal 11, Segmentation fault. #0 0x000000000040a685 in retry () at net.c:349 349 if(c->outgoing && !c->node) { (gdb) p c $1 = (connection_t *) 0x0 Here the end of strace: > read(24, "-----BEGIN RSA PUBLIC KEY-----\nM"..., 4096) = 426 > close(24) = 0 > munmap(0x7f9f1978d000, 4096) = 0 > epoll_wait(14, {{EPOLLOUT, {u32=23, u64=23}}}, 32, 4907) = 1 > sendto(23, "...
2004 Aug 11
7
H323 call dropped when answered
...: -- Executing Dial("SIP/sj1-6a47", "H323/0797617729@xxx.xxx.xxx.xxx") in new stack Allowed Codecs: Table: G.723.1{sw} <1> Set: 0: 0: G.723.1{sw} <1> -- Making call to 0797617729@xxx.xxx.xxx.xxx using gatekeeper. == New H.323 Connection created. -- sj1 is calling host 0797617729@xxx.xxx.xxx.xxx -- Call token is ip$localhost/28087 -- Call reference is 28087 -- Called 0797617729@xxx.xxx.xxx.xxx 1:56.153 H225 Caller:813bbe0 h323trans.cxx(656) Trans Timeout on request seqnum=14213, try #1...
2008 Oct 28
0
oracle_enhanced adapter 'uninitialized constant' error
Hi, Can any one help me? I''m using Ubuntu and trying to connect to an oracle database using oracle_enhanced adapter connection, but keeps getting following error: /usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies. rb:275:in `load_missing_constant'': uninitialized constant ActiveRecord::Connecti onAdapters::OracleEnhancedAdapter (NameError) from /usr/lib/ruby/gems/1.8/gems/ac...
2009 Jun 17
2
validates_uniqueness_of fails on STI in Rails 2.3.2
....8/gems/activerecord-2.3.2/lib/active_record/transactions.rb:229:in `send'' from /home/joaz/.gem/ruby/1.8/gems/activerecord-2.3.2/lib/active_record/transactions.rb:229:in `with_transaction_returning_status'' from /home/joaz/.gem/ruby/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/database_statements.rb:136:in `transaction'' from /home/joaz/.gem/ruby/1.8/gems/activerecord-2.3.2/lib/active_record/transactions.rb:182:in `transaction'' from /home/joaz/.gem/ruby/1.8/gems/activerecord-2.3.2/lib/active_record/transactions.rb:228:in `with_tra...
2017 Feb 13
8
CentOS 7, systemd, NetworkMangler, oh, my
...onderful. My manager thinks that the NM daemon thinks everything's fine, and there've been no changes, so it does nothing. He suggests that it might have to be stopped, then started, rather than restarted. This is completely unacceptable behavior, since it leave the system with no network connection. Pre-systemd, as we all know, restart *RESTARTED* the damn thing. Is there some Magic (#insert "pixie-dust-sparkles") incantation, either restarting NetworkManager, or using nm-cli, to force it to perform the expected actions? Btw, if this is supposed to be part of the "hide stuf...