Displaying 19 results from an estimated 19 matches for "acceptor".
2008 Feb 22
0
lustre error
...ug.c:98:libcfs_run_upcall()) Skipped 2 previous similar
messages
Feb 22 03:25:29 node4 kernel: Lustre:
7:0:(linux-debug.c:98:libcfs_run_upcall()) Invoked LNET upcall
/usr/lib/lustre/lnet_upcall ROUTER_NOTIFY,192.168.0.11 at t
cp,down,1203647123
Feb 22 03:25:33 node4 kernel: LustreError:
4567:0:(acceptor.c:442:lnet_acceptor()) Error -11 reading connection
request from 192.168.0.13
Feb 22 03:25:43 node4 kernel: LustreError:
4567:0:(acceptor.c:442:lnet_acceptor()) Error -11 reading connection
request from 192.168.0.17
Feb 22 03:25:59 node4 kernel: LustreError:
4567:0:(acceptor.c:442:lnet_acceptor...
2006 Apr 22
1
Partially crossed and nested random factors in lme/lmer
...mplete
outputs using both anova () and summary (). For instance, I only get df, SS,
and MS using anova(). Even so the model runs without giving an error
message.
> lmer.inspection <- lmer(duration.root.transf~sex*sample.sex+age+sample.age+sample.type+first.bout+location+sample.source + (1|acceptor.grp) + (1|donor.grp))
> anova (lmer.inspection)
Analysis of Variance Table
Df Sum Sq Mean Sq
sex 1 0.06653 0.06653
sample.sex 1 0.60389 0.60389
Running the same model in lme using only one random factor works fine.
> lme.inspection <- lme(duration.root...
2007 Oct 15
3
iptables rules for lustre 1.6.x and MGS recovery procedures
Hi,
I would like to know what TCP/UDP ports should i keep open in my
firewall policies on my MGS server such that I can have my MGS server
fire-walled. Also if in a event of loss of MGT would it be possible
to recreate the MGT without loosing data or bringing the filesystem
down (i.e. by using cached information from MDT''s and OST''s)
Thanks
Anand
2007 Nov 13
2
Enhanced Kerberos support
The recent addition of auth_gssapi_hostname is a welcome addition, but a little more is needed
for multi-homed (or multi-domained) sites.
SSH recently added this enhancement to address this common need:
GSSAPIStrictAcceptorCheck
Determines whether to be strict about the identity of the GSSAPI acceptor a client authenticates
against. If ?yes? then the client must authenticate against the host service on the current hostname.
If ?no? then the client may authenticate against any...
2006 Aug 18
1
[Bug 928] Kerberos/GSSAPI authentication does not work with multihomed hosts
...|Added
----------------------------------------------------------------------------
CC| |simon at sxw.org.uk
------- Comment #2 from simon at sxw.org.uk 2006-08-19 08:31 -------
I'd rather see us move towards just using GSS_C_NO_NAME as the
acceptor credential. However, library support for this is still
emerging.
[Sorry for the bad formatting of this, and my previous bug posts ...]
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2007 Oct 22
5
Automatic Scaling
Hi,
I''ve got an app which will only be dealing with a few requests a
minute for most of the time, then will shoot up to a continuous 20
req/s for an hour at a time. We''ll potentially be running a lot of
instances of this app on the same server.
Is there any way to have additional instances of Mongrel be started
when the existing instance(s) stopping being able to handle
2006 Nov 25
3
[PATCH] HTTP accept filter support for FreeBSD
...end
end
end
@@ -680,13 +687,13 @@
configure_socket_options
- @socket.setsockopt(Socket::SOL_TCP, $tcp_defer_accept_opts[0], $tcp_defer_accept_opts[1]) if $tcp_defer_accept_opts
+ @socket.setsockopt(*$tcp_defer_accept_opts) if $tcp_defer_accept_opts
@acceptor = Thread.new do
while true
begin
client = @socket.accept
- client.setsockopt(Socket::SOL_TCP, $tcp_cork_opts[0], $tcp_cork_opts[1]) if $tcp_cork_opts
+ client.setsockopt(*$tcp_cork_opts) if $tcp_cork_opts
worker_list = @workers.l...
2006 Dec 19
1
mongrel_config has no output
...character is ''^]''.
GET /config/ HTTP/1.1
HTTP/1.1 200 OK
Connection: close
Date: Tue, 19 Dec 2006 05:33:16 GMT
Content-Type: text/html
Content-Length: 0
Connection closed by foreign host.
Here is a YAML dump of the $server object:
--- &id001 !ruby/object:Mongrel::HttpServer
acceptor: !ruby/object:Thread {}
classifier: !ruby/object:Mongrel::URIClassifier
handler_map:
/log:
- !ruby/object:Mongrel::DirHandler
default_content_type: application/octet-stream
index_html: index.html
listener: *id001
listing_allowed: true
path: /home/michael/hhp...
2006 Nov 29
3
Mongrel as Win32 service for a camping app?
As subject line, basically...
http://mongrel.rubyforge.org/docs/win32.html describes how to install
Service
support for Mongrel on Win32. But it seems to be focussed on providing a way
of running Rails apps.
If it is possible at all, can you provide hints or refer to documentation
that
explains how to run apps that use other frameworks, like Camping, as
Services
please? Is it written up online,
2007 Oct 15
24
Design flaw? - num_processors, accept/close
Rails instances themselves are almost always single-threaded, whereas
Mongrel, and it''s acceptor, are multithreaded.
In a situation with long-running Rails pages this presents a problem for
mod_proxy_balancer.
If num_processors is greater than 1 ( default: 950 ), then Mongrel will
gladly accept incoming requests and queue them if its rails instance is
currently busy. So even though the...
2007 Dec 25
30
Review of Code for 1.9
Hello Guys,
I''m reviewing the code for 1.9, and forgot about this when we first
spoke on this subject.
The current way we stop threads is using Thread#raise to spread
StopServer exception, which will not work as expected in 1.9.
1.9 will treat raised exceptions as #kill, like JRuby does, so the
worker threads will not finish serving the client and _then_ exiting,
but will be
2021 Nov 09
2
[Announce] Samba 4.15.2, 4.14.10, 4.13.14 Security Releases are available for Download
...by an RODC.
https://www.samba.org/samba/security/CVE-2020-25718.html
o CVE-2020-25719: Samba AD DC did not always rely on the SID and PAC in Kerberos
tickets.
https://www.samba.org/samba/security/CVE-2020-25719.html
o CVE-2020-25721: Kerberos acceptors need easy access to stable AD identifiers
(eg objectSid).
https://www.samba.org/samba/security/CVE-2020-25721.html
o CVE-2020-25722: Samba AD DC did not do suffienct access and conformance
checking of data stored.
https://www...
2021 Nov 09
2
[Announce] Samba 4.15.2, 4.14.10, 4.13.14 Security Releases are available for Download
...by an RODC.
https://www.samba.org/samba/security/CVE-2020-25718.html
o CVE-2020-25719: Samba AD DC did not always rely on the SID and PAC in Kerberos
tickets.
https://www.samba.org/samba/security/CVE-2020-25719.html
o CVE-2020-25721: Kerberos acceptors need easy access to stable AD identifiers
(eg objectSid).
https://www.samba.org/samba/security/CVE-2020-25721.html
o CVE-2020-25722: Samba AD DC did not do suffienct access and conformance
checking of data stored.
https://www...
2006 Oct 02
0
GSSAPI Key Exchange for 4.4p1
...multiple mechanisms
(bugzilla.mindrot.org #1220)
*) Support for GSSAPI connections to hosts using a round-robin load
balancer, through the GSSAPITrustDNS client option
(bugzilla.mindrot.org #1008)
*) Support for GSSAPI connections to multi-homed hosts with multiple
acceptor names, though the GSSAPIStrictAcceptorCheck server option
(bugzilla.mindrot.org #928)
*) Tidy GSSAPI code seperation between client and server
(bugzilla.mindrot.org #1225)
As usual the code is available from
http://www.sxw.org.uk/computing/patches/openssh.html
Thanks again to every...
2011 Jan 01
0
New release of GSSAPI Key Exchange patch
...or each release will continue to be available from my website at http://www.sxw.org.uk/computing/patches/openssh.html
As well as updating the patch to OpenSSH 5.6p1, the new release also adds support for a GSSAPIServerIdentity client configuration directive. This allows the user to give the GSSAPI acceptor identity (Kerberos principal) which the server will use to accept their request. It is useful in situations such as port forwarding, where the name that must be used to reach a particular host doesn't match the name that that machine knows itself by. Thanks to Jim Basney for this code!
Cheers,...
2024 Jul 03
5
[Bug 3706] New: Support upgrading sshd without restarting the server
...p might not even be
possible...
So this bz is double:
- Can you think of a way to do handle just exactly +1 version upgrade
(9.7p1 -> 9.8p1) more smoothly? Some systems might not be rebooted in
ages and if we allow upgrades without restarts there will always be
someone who keeps a very old sshd acceptor daemon running, but if we
keep things up to date and print a warning when the listener isn't
current that should be minimal enough.
- Could we try to keep the architecture in a way that allows this again
in the future, or is that not worth the effort for you?
(That means somewhat standardizing...
2014 Jul 15
3
GSSAPI
If I am trying to build OpenSSH 6.6 with Kerberos GSSAPI support, do I still need to get Simon Wilkinson's patches?
---
Scott Neugroschl | XYPRO Technology Corporation
4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |
2007 Dec 09
38
libevent
Hello,
I have been looking at the Ruby/EventMachine. First let me say it look very
good. Reactor model with no threads makes for fast reliable server, and I
have read about marvelous Twisted framework for Python and am glad to see
something similar for Ruby.
I am writing network app with Ruby threads now and it very slow, and I try
new Ruby 1.9 with native threads that make it much slower.
2021 Jul 25
7
[Bug 3331] New: Issues with man pages
...n the system (especially those
outside "
"the jail). Misconfiguration can lead to unsafe environments which
E<.Xr "
"sshd 8> cannot detect."
Issue: on the current hostname ? on the current host
"Determines whether to be strict about the identity of the GSSAPI
acceptor a "
"client authenticates against. If set to E<.Cm yes> then the client
must "
"authenticate against the host service on the current hostname. If set
to E<."
"Cm no> then the client may authenticate against any service key stored
in "
"the machi...