Displaying 20 results from an estimated 79 matches for "servertyp".
Did you mean:
servertype
2012 Sep 27
1
Puppetmaster with mongrel
...ysconfig/puppetmaster i increased
the number of ports to 9 (18140 through 18148). How do I know these are
being used as load balancers and also which is the default port for
puppetmaster where it accepts all incoming requests from clients?
3) when i do /usr/sbin/puppetmasterd --genconfig | grep servertype the o/p
is # servertype webrick
4) when i open /etc/sysconfig/puppetmaster and change the
PUPPETMASTER_EXTRA_OPTS=--servertype=mongrel, does it help?
Any help would be appreciated!!
Thanks,
Kedar
--
You received this message because you are subscribed to the Google Groups "Puppet Users&q...
2009 Feb 10
3
something wrong with mongrel?
...ster:8140/
ProxyPreserveHost on
</VirtualHost>
]# grep -v "#" /etc/sysconfig/puppetmaster|grep .
PUPPETMASTER_MANIFEST=/etc/puppet/manifests/site.pp
PUPPETMASTER_LOG=/var/log/puppet/puppetmaster.log
PUPPETMASTER_PORTS=( 18140 18141 18142 18143 )
PUPPETMASTER_EXTRA_OPTS="--servertype=mongrel"
And puppet is running as:
puppet 2848 12.8 3.1 147100 131852 ? Rsl 11:52 1:56 /usr/bin/ruby /usr/sbin/puppetmasterd --manifest=/etc/puppet/manifests/site.pp --servertype=mongrel --logdest=/var/log/puppet/puppetmaster.log --servertype=mongrel --masterport=18140 --pidfi...
2012 Jun 06
3
Puppet and Passenger.. configprint
Hello everyone...
I have configured the puppetmaster to use Apache/Passenger. However,
executing a configprint (puppet --configprint all) from either the
puppetmaster or an agent shows
servertype = Webbrick
Has anyone else seen this? What do I need to do to correct this?
Thanks!
JA
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this grou...
2019 Feb 27
4
status on samba trusts
...ol domain trust create
>> TESTAD1.company.com -U TESTAD1\\administrator
>> LocalDomain Netbios[TESTAD2] DNS[testad2.company.com]
>> SID[S-1-5-21-1012147493-3366197983-1829854343]
>> RemoteDC Netbios[WIN-0ENAIPFH11A]
>> DNS[WIN-0ENAIPFH11A.testad1.company.com]
>> ServerType[PDC,GC,LDAP,DS,KDC,TIMESERV,CLOSEST,WRITABLE,GOOD_TIMESERV,FULL_SECRET_DOMAIN_6,ADS_WEB_SERVICE,DS_8]
>>
>> Password for [TESTAD1\administrator]:
>> RemoteDomain Netbios[TESTAD1] DNS[testad1.company.com]
>> SID[S-1-5-21-2509583006-2398556320-3264531554]
>> Creating re...
2019 Feb 21
2
status on samba trusts
Hi,
Having read the release notes on the status of trusts within samba, we
see for 4.9
> "improved support for trusted domains"
but we also always see these messages:
> "Both sides of the trust need to fully trust each other!"
and
> "DCs of domain A can grant domain admin rights in domain B"
What we would like to achieve is a one-way incoming trust
1999 Sep 14
0
SCO lan manager
...*****
Process an incoming LanMan host announcement packet.
*******************************************************************/
void process_lm_host_announce(struct subnet_record *subrec, struct
packet_struct *p, char *buf)
{
struct dgram_packet *dgram = &p->packet.dgram;
uint32 servertype = IVAL(buf,1);
int osmajor=CVAL(buf,5); /* major version of node software */
int osminor=CVAL(buf,6); /* minor version of node software */
int ttl = SVAL(buf,7);
char *announce_name = buf+9;
struct work_record *work;
struct server_record *servrec;
char *wor...
2007 Sep 17
2
ntp policy example question
...standable solution (due probably to my lack
in windows knowledge)
I found this in samba archives:
CLASS MACHINE
CATEGORY !!Time
POLICY !!NTPServer
KEYNAME SYSTEM\CurrentControlSet\Services\W32Time\Parameters
PART !!NTP_SERVER EDITTEXT
VALUENAME "NtpServer"
END PART
PART !!SERVERTYPE EDITTEXT
VALUENAME "type"
END PART
END POLICY
END CATEGORY ; Time
[Strings]
Time="Time Servers"
NTPServer="NTP Server"
NTP_SERVER="NTP Server address"
SERVERTYPE="Server Type (ntp)"
Can anyone explain how to practically use then it?
I...
2007 May 31
9
Switching to mongrel
I made an attempt to switch to mongrel today and I''m running into a strange
error message I can''t seem to track down:
debug: puppetmaster: Setting servertype to ''mongrel''
Server is not a class
Tracing through with the debugger shows:
[snip]
/foo/lib/gems/puppet-0.22.4/bin/puppetmasterd:248: case
Puppet[:servertype]
(rdb:1) n
/foo/lib/gems/puppet-0.22.4/bin/puppetmasterd:249: when "webrick"
(rdb:1) n
/foo/lib/gems/pup...
2007 May 04
0
[PATCH] 3/4 "nemesis" scheduling domains for Xen
...9;'-s'', ''--sdom'']:
+ opts[''sdom''] = int(v)
+
+ if len(opts.keys()) == 0:
+ usage(''sched-sdom'')
+ sys.exit(-1)
+
+ if ''add'' in opts[''action'']:
+ if serverType == SERVER_XEN_API:
+ pass
+ else:
+ result = server.xend.domain.add_adom(opts[''dom''], opts[''sdom''])
+ if result != 0:
+ err(str(result))
+ elif ''remove'' in opts[''action''...
2019 Feb 26
0
status on samba trusts
...; root at testad2dc:/var/log/samba# samba-tool domain trust create TESTAD1.company.com -U TESTAD1\\administrator
> LocalDomain Netbios[TESTAD2] DNS[testad2.company.com] SID[S-1-5-21-1012147493-3366197983-1829854343]
> RemoteDC Netbios[WIN-0ENAIPFH11A] DNS[WIN-0ENAIPFH11A.testad1.company.com] ServerType[PDC,GC,LDAP,DS,KDC,TIMESERV,CLOSEST,WRITABLE,GOOD_TIMESERV,FULL_SECRET_DOMAIN_6,ADS_WEB_SERVICE,DS_8]
> Password for [TESTAD1\administrator]:
> RemoteDomain Netbios[TESTAD1] DNS[testad1.company.com] SID[S-1-5-21-2509583006-2398556320-3264531554]
> Creating remote TDO.
> Remote TDO crea...
2004 Oct 13
2
time server directive and synchronizing Win XP clients
Hi all!
I have configured a Samba PDC (3.0.7) on a Fedora Core 2 machine with LDAP
authentication (conform http://samba.idealx.org/smbldap-howto.en.html). I
have about 180 Windows XP Pro clients using this PDC to log onto the
domain, which works great!
However I seem to have trouble synchronizing the time on the clients to
the time on the server. The users (in group Domain Users) do not have
2019 Feb 28
2
status on samba trusts
...nistrator
>>>>> LocalDomain Netbios[TESTAD2] DNS[testad2.company.com]
>>>>> SID[S-1-5-21-1012147493-3366197983-1829854343]
>>>>> RemoteDC Netbios[WIN-0ENAIPFH11A]
>>>>> DNS[WIN-0ENAIPFH11A.testad1.company.com]
>>>>>
>> ServerType[PDC,GC,LDAP,DS,KDC,TIMESERV,CLOSEST,WRITABLE,GOOD_T
>> IMESERV,FULL_SECRET_DOMAIN_6,ADS_WEB_SERVICE,DS_8]
>>>>>
>>>>> Password for [TESTAD1\administrator]:
>>>>> RemoteDomain Netbios[TESTAD1] DNS[testad1.company.com]
>>>>> SID[S-1-5...
2006 Jan 16
2
Basic (newbie) Webrick / ssl config question
I have a simple Intranet app I want to make accessible via the
Internet for remote access by our employees.
I want to use ssl (https) connections and I''ve found enough messages
to imply Webrick as included in rails can do the job.
The message at
http://wrath.rubyonrails.org/pipermail/rails/2005-January/001993.html
even appears to tell me exactly how to do it by modifying
2019 Feb 28
0
status on samba trusts
...gt;>> TESTAD1.company.com -U TESTAD1\\administrator
>>> LocalDomain Netbios[TESTAD2] DNS[testad2.company.com]
>>> SID[S-1-5-21-1012147493-3366197983-1829854343]
>>> RemoteDC Netbios[WIN-0ENAIPFH11A]
>>> DNS[WIN-0ENAIPFH11A.testad1.company.com]
>>> ServerType[PDC,GC,LDAP,DS,KDC,TIMESERV,CLOSEST,WRITABLE,GOOD_TIMESERV,FULL_SECRET_DOMAIN_6,ADS_WEB_SERVICE,DS_8]
>>>
>>> Password for [TESTAD1\administrator]:
>>> RemoteDomain Netbios[TESTAD1] DNS[testad1.company.com]
>>> SID[S-1-5-21-2509583006-2398556320-3264531554]
>...
2007 Oct 19
3
client update to 0.23.2: "Could not find value for"
hi all,
we maintain about 30 puppet managed nodes. the version of the clients
is 0.23.0 and 0.23.1. the master is 0.23.0.
today we installed a new CentOS 5 node with David Lutterkort''s puppet
0.23.2 rpm. this host is a reinstall of an old FC4 on new hardware.
we are getting this error on 0.23.2, never happened before:
| Could not retrieve configuration:
| Failed to parse template
2009 Sep 18
5
Using variables in virtual resources
Hi.
I''ve defined a virtual user "kenneth", and depending on a variable in the
node definiton I''d like to add the users to different groups. Consider this
example:
###### Code start
node "server.example.com" {
$server_type = "typeA"
realize User[kenneth]
}
@user {"kenneth":
ensure => present,
uid => 1000,
2015 Oct 12
1
getting error Ignoring parameter browse directory and winbind sequence directory
...l pam_ck_connector.so nox11
My /etc/proftpd/proftpd.conf # most of the commented lines removed
# Includes DSO modules
Include /etc/proftpd/modules.conf
UseIPv6 off
IdentLookups off
ServerName "My Server Name"
ServerType standalone
DeferWelcome off
MultilineRFC2228 on
DefaultServer on
ShowSymlinks on
TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 1200
DisplayLogin welcome.msg
DisplayChdir...
2019 Feb 28
0
status on samba trusts
... -U TESTAD1\\administrator
> >>> LocalDomain Netbios[TESTAD2] DNS[testad2.company.com]
> >>> SID[S-1-5-21-1012147493-3366197983-1829854343]
> >>> RemoteDC Netbios[WIN-0ENAIPFH11A]
> >>> DNS[WIN-0ENAIPFH11A.testad1.company.com]
> >>>
> ServerType[PDC,GC,LDAP,DS,KDC,TIMESERV,CLOSEST,WRITABLE,GOOD_T
> IMESERV,FULL_SECRET_DOMAIN_6,ADS_WEB_SERVICE,DS_8]
> >>>
> >>> Password for [TESTAD1\administrator]:
> >>> RemoteDomain Netbios[TESTAD1] DNS[testad1.company.com]
> >>> SID[S-1-5-21-2509583006-2...
2019 Feb 28
2
status on samba trusts
...company.com -U TESTAD1\\administrator
>>>> LocalDomain Netbios[TESTAD2] DNS[testad2.company.com]
>>>> SID[S-1-5-21-1012147493-3366197983-1829854343]
>>>> RemoteDC Netbios[WIN-0ENAIPFH11A]
>>>> DNS[WIN-0ENAIPFH11A.testad1.company.com]
>>>> ServerType[PDC,GC,LDAP,DS,KDC,TIMESERV,CLOSEST,WRITABLE,GOOD_TIMESERV,FULL_SECRET_DOMAIN_6,ADS_WEB_SERVICE,DS_8]
>>>>
>>>> Password for [TESTAD1\administrator]:
>>>> RemoteDomain Netbios[TESTAD1] DNS[testad1.company.com]
>>>> SID[S-1-5-21-2509583006-2398556320...
2019 Mar 05
0
status on samba trusts
...t;>> LocalDomain Netbios[TESTAD2] DNS[testad2.company.com]
>>>>>> SID[S-1-5-21-1012147493-3366197983-1829854343]
>>>>>> RemoteDC Netbios[WIN-0ENAIPFH11A]
>>>>>> DNS[WIN-0ENAIPFH11A.testad1.company.com]
>>>>>>
>>> ServerType[PDC,GC,LDAP,DS,KDC,TIMESERV,CLOSEST,WRITABLE,GOOD_T
>>> IMESERV,FULL_SECRET_DOMAIN_6,ADS_WEB_SERVICE,DS_8]
>>>>>>
>>>>>> Password for [TESTAD1\administrator]:
>>>>>> RemoteDomain Netbios[TESTAD1] DNS[testad1.company.com]
>>>&g...