Displaying 11 results from an estimated 11 matches for "hosts_allow".
2007 Apr 02
0
[PATCH] map re.compile on hosts_allow for XMLRPCServer
Hi,
Changeset 14601 removed a re.compile() map on hosts_allow,
hence breaking the tcp xmlrpc api (''str'' has no attribute match
in xend-debug.log). The attached diff puts re.compile back in.
--
\o/ Pascal Bouchareine - Gandi
g 0170393757 15, place de la Nation - 75011 Paris
_________________________________________...
2010 Jun 04
3
Simple config question
Most of my machines are pretty cookie-cutter, so I have one class and
config file setup for different services. For example, pretty much
have one hosts.allow that goes out everywhere. However, there are
always exceptions. So I have 3 hosts that have similar configs but
have more things open, so what''s the ''best practice'' way to centralize
those? Do I really need to
2013 May 29
1
augeas for hosts.allow
...;'] size == 0",
}
But I have to provide node number (02 here) . The above code is mostly
based on
https://gist.github.com/rodjek/18c50d8800840696bac0
Can some one give a better option. What I want is that I can define
different process and ip range in node manifest file like this
ssh::hosts_allow { [ ''1.1.1.1'', ''2.2.2.2'', ]:
process => ''sshd'',
ssh::hosts_allow { [ ''3.3.3.3 ]:
process => ''nrpe'',
Thanks
Kashif
--
You received this message because you are subscribed to the Google Groups &q...
2007 Apr 07
2
TLS problem
...''Address already in use''))
Traceback (most recent call last):
File "//usr/lib/python/xen/xend/server/SrvDaemon.py", line 335, in run
relocate.listenRelocation()
File "//usr/lib/python/xen/xend/server/relocate.py", line 132, in
listenRelocation
hosts_allow = hosts_allow)
File "//usr/lib/python/xen/web/tcp.py", line 36, in __init__
connection.SocketListener.__init__(self, protocol_class)
File "//usr/lib/python/xen/web/connection.py", line 83, in __init__
self.sock = self.createSocket()
File "//usr/lib/python...
2006 May 14
1
xend does not start (address already in use)
...use''))
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDaemon.py", line
292, in run
relocate.listenRelocation()
File "/usr/lib/python2.4/site-packages/xen/xend/server/relocate.py", line
132, in listenRelocation
hosts_allow = hosts_allow)
File "/usr/lib/python2.4/site-packages/xen/web/tcp.py", line 36, in
__init__
connection.SocketListener.__init__(self, protocol_class)
File "/usr/lib/python2.4/site-packages/xen/web/connection.py", line 81, in
__init__
self.sock = self.createSocket()...
2001 Dec 28
1
(patch) memory leak in loadparm.c
...(!bsDefaultInitialized) {
+ bsDefaultInitialized = True;
+#define maybe_init(x) if (sDefault.x != NULL) sDefault.x = strdup(sDefault.x)
+ maybe_init(name);
+ maybe_init(path);
+ maybe_init(comment);
+ maybe_init(lock_file);
+ maybe_init(uid);
+ maybe_init(gid);
+ maybe_init(hosts_allow);
+ maybe_init(hosts_deny);
+ maybe_init(auth_users);
+ maybe_init(secrets_file);
+ maybe_init(exclude);
+ maybe_init(exclude_from);
+ maybe_init(include);
+ maybe_init(include_from);
+ maybe_init(log_format);
+ maybe_init(refuse_options);
+ maybe_init(dont_compress);...
2001 Dec 03
2
Bug in rsyncd 2.5.0 while handling config file string values
...c "nobody"
(gdb) p sDefault
$3 = {name = 0x0, path = 0x0, comment = 0x0, lock_file = 0x8076813 "/var/run/rsyncd.lock",
read_only = 1, list = 1, use_chroot = 1, transfer_logging = 0, ignore_errors = 0,
uid = 0x807680c "nobody", gid = 0x807680c "nobody", hosts_allow = 0x0, hosts_deny = 0x0,
auth_users = 0x0, secrets_file = 0x0, strict_modes = 1, exclude = 0x0, exclude_from = 0x0,
include = 0x0, include_from = 0x0, log_format = 0x80767f3 "%o %h [%a] %m (%u) %f %l",
refuse_options = 0x0, dont_compress = 0x80767c0 "*.gz *.tgz *.zip *.z *.r...
2002 Oct 15
0
strange trouble with Win2k
...e.conf --home /dev/null --no-create-home --gecos "Machine Trust Account" --disabled-password --force-badname %u
#printing
printing = CUPS
printcap = cups
load printers = yes
# security
security = user
guest account = nobody
encrypt passwords = yes
# browseable = no
include = /etc/samba/hosts_allow
# browsing
os level = 64
local master = yes
preferred master = yes
domain master = yes
remote announce = 141.89.201.255
# wins-support:
wins support = yes
name resolve order = lmhosts wins hosts bcast
debug level = 2
log file = /var/log/samba/%m.log
max log size = 1000
syslog = 0
# compatibili...
2007 Mar 06
16
2007/128 SMF services for Xen
I am sponsoring this fasttrack for John Levon. It is set to expire
on 3/14/2007. Note that this is an externally visible case.
liane
---
SMF services for Xen
1. Introduction
This case introduces the SMF services used by a Solaris-based domain 0 when
running on Xen, or a Xen-compatible hypervisor. All of these services only
run on domain 0 when booted under Xen virtualisation.
2002 Feb 26
1
printing problems and permissions
.../dev/null --no-create-home \
--gecos "Machine Trust Account" --disabled-password \
--force-badname %u
#printing
printing=LPRNG
printcap name = /etc/printcap
load printers = yes
# security
security = user
guest account = nobody
encrypt passwords = yes
include = /etc/samba/hosts_allow
# browsing
os level = 64
local master = yes
preferred master = yes
domain master = yes
remote announce = 141.89.201.255
# wins-support:
wins support = yes
name resolve order = wins lmhosts hosts bcast
debug level = 3
log file = /var/log/samba/%m.log
max log size = 1000
syslog = 0
# compatibili...
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been
granted by other domains.
Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel