similar to: Making a system user member of a Puppet managed group

Displaying 20 results from an estimated 2000 matches similar to: "Making a system user member of a Puppet managed group"

2011 Nov 15
10
Adding a parameter to a custom Puppet type/provider
Hi All, I''ve downloaded a Puppet module and I''m trying to add a parameter to it by editing lib/puppet/type/<resource>.rb. I simply added: newproperty(:pcfree) do desc "My description here" end In the corresponding file in lib/puppet/provider, I do something with :pcfree. Whenever I call the resource from Puppet with my new parameter, it keeps
2014 May 19
3
Opus DTX issue report
Hello: We noticed that opus reconstructed noise is pulsing with a 400ms pattern when dtx is enabled in silk mode. This is independent of the background noise level and is found with speech + non-speech period test files as well as variable level noise-only test files. This issue can be reproduced with opus v1.1 using this command: ./opus_demo voip 16000 1 25000 -dtx input.bin
2006 Mar 21
4
render :action => ''list''
does anybody know what the hell "render :action => ''list''" means??? is "render" a method? is :action a parameter? thanks a lot. -- Posted via http://www.ruby-forum.com/.
2012 Feb 17
3
Managing /etc/yum.conf
Hi, It''s easy enough to modify, say, the "exclude" variable in /etc/yum.conf with something like: augeas { yum_exclude_kernel: context => ''/files/etc/yum.conf/main'', changes => ''set exclude kernel*'' } However, I''d like a more flexible system where I can "build" the list of excludes from
2012 Feb 08
10
puppetd hanging on some nodes
Hi All, In my set-up, I''ve got a cron job that triggers a Puppet run every 20 minutes. I''ve found that on approximately 13 nodes (out of 166), puppetd just hangs. I have to go in, kill the process, remove /var/lib/puppet/state/puppetdlock, and run puppet again and then it''s fine. After a while, it just hangs again so I have to go in, kill the process, etc. Any ideas?
2013 Oct 14
3
Managing /etc/hosts without using exported resources
Hi All, I am using Puppet 3.2.4 and I''d like Puppet to manage /etc/hosts for me and add "neighbouring hosts" only to /etc/hosts. These hosts are determined to be neighbours based on where they are (city/country). For example ($::city and $::country are custom facts): @@host { $::fqdn: ip => $::ipaddress, host_aliases => [ $::hostname ], tag
2004 Sep 15
1
RV: Samba(PDC) - LDAP problem only with W2KAS and XP clients
Please!!! does anyone know what's going on? I?really need to solve this problem and don't know how and didn't find bug report that matched with my description. ? ----- Original Message?----- From?: Gonzalo Britti [mailto:gonzalo.britti@idea-factory.net] Sent?: S?bado, 11 de Septiembre de 2004 04:24 p.m. To?: 'samba@lists.samba.org' Subject?: Samba(PDC) - LDAP problem only with
2010 Mar 01
3
setting the steps for x axis labels on plot
Hello, I'm new to R, I've been working with it for the last 2 weeks. I am plotting some data and not getting the labels on the x axis I am expecting on my plot. my code reads #hours in the day h <- c(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23) #hp is a data frame with a pivot table of 25 columns (label and data for 24 hours) plot(h, as.matrix(hp[1,2:25]),
2004 Dec 18
4
Free World Dialup and Asterisk
Hi forum, I have been fighting days and days configuring FWD and asterisk with NO success I have the following scenario. My sister in Spain with FWD dialup client My question is if she can dial my FWD dialup number, which is registered in Asterisk and the call being forwarded to ring my IP Phone. Spain LAN FWD
2009 Jun 22
2
Shapiro.test on data frame
Hi, I need help to perform a Shapiro.test on a data frame, I know that this test works only with vector but I guess there most be a way to permor it on a data frame instead of vactor by vector (i.e. I've got 40 variables to analyze and its kinda annoying to do it one by one) Thanks to anyone that can help me. Gonzalo Quiroga
2005 May 27
3
Wacko Distinctive Ring Patterns being detected??
Hi All, I've recently got a "second" number installed on my PSTN line, trusting the Asterisk distinctive ring detection would work as expected. It appeared to work fine at the start, as the second number generated a different ring pattern to 0,0,0 (in the console) only to realise that almost every phone call to this "second" number generated a different ring pattern.
2003 Nov 16
3
FXO Cards in Australia
Hi All, This topic has come up before in the Asterisk mailing list many times, so I know that a lot of people have given up in waiting for a FXO card to be approved by the Australian telecommunications authority. My question is: all legalities aside - is anyone using a FXO card in Australia successfully? Thanks in advance. Regards, Gonzalo
2002 May 27
3
Samba 3.0 + LDAP
Hi All I've compiled Samba 3.0 alpha 17 using --with-ldapsam. In smb.conf I've got: passdb backend = ldapsam ldap admin dn = "cn=Manager,o=Sambatest,c=AU" ldap suffix = c=AU ldap ssl = off ... and the admin dn password is in the secrets.tdb file. Whenever I try to connect to samba, I get the following error message: [2002/05/28 09:34:07, 5]
2005 Jan 28
3
FWD and IAX2
Hi, I had a FWD account set up with asterisk (using SIP) and it was working fine both ways. I switched to IAX2 and now I can't get incoming calls from FWD. People who call my FWD number get a "480 - user is not online" message without any traffic reaching my box. I can call FWD numbers fine over IAX2. It seems fwd isn't trying to place the call over IAX2 because it thinks
2008 Mar 13
3
How to find out the IP of the calling party?
Hi All, I'm trying to achieve the following: - If <sip/iax user> logs in from home, they can dial internal extensions only (this is to avoid employees going wild on local/mobile calls from home) - If <sip/iax user> logs in from the office, they can call anyone they want. Since I have my users defined in an LDAP tree, I'd like to stick to one-account-per-user (each account is
2006 Dec 11
5
VNC Server
Hi, do you have a guide to configure a VNC Server in Centos, I've read a guide that says "Enable VNC as an xinetd service" and i'm not sure if this is good , talkin about security, Thank you
2008 Mar 06
1
LDAP
Hi All, I've just compiled Asterisk 1.4.18 and I'm planning on using an LDAP tree where the users will each have their account, SIP username/password, extension number, context, etc. My first question is: can this be done with 1.4.x? If so, where can I get the res_config_ldap from?? I googled quite a bit and found a res_config_ldap that looks to be coded for 1.2. Is anyone running
2014 Nov 19
1
winbind using active directory's unix attributes
We have Windows AD configured with identity for Unix so windows users have their uid and gid set in the unix attributes tab of the Active directory. Aix server is joined to the AD successfully. How can you make that Samba (winbind) uses Windows user's uid and gid set in the active directory's unix attributes tab? I have tested several configurations but when I set permissions in
2006 Feb 05
8
sha1 or md5?
I''m building a site that requires user log-in and i have seen the Agile book using sha1 for password hashing while R-Forum uses md5. Is there any compelling argument to use one over the other? -- Posted via http://www.ruby-forum.com/.
2010 May 28
4
cur folder e-mails are not shown...
Hi All! I realized that I have only e-mails from last 13 days. I see that I have lots more in the cur folder inside my Maildir folder. The problem is that I cannot see them. Permissions seems to be right: drwx------ 2 gaguilar gaguilar 1081344 2010-05-28 12:53 cur -rw------- 1 gaguilar gaguilar 4798145 2010-05-28 12:52 deliver.info -rw------- 1 gaguilar gaguilar 0 2010-04-17 21:17