search for: silverspringnet

Displaying 19 results from an estimated 19 matches for "silverspringnet".

2007 Nov 30
2
Puppetca issue - not working
...t be verified in this SSL session. notice: No certificates; exiting Then I sign the cert in puppet server using Puppetca -sign v26.domain.com I now run the #puppetd -test on client again I get the below message . err: Could not retrieve configuration: Could not find v26.silverspringnet.com with names v26.silverspringnet.com, v26 warning: Not using cache on failed configuration I have removed the puppet client & installed it but still I get this error, is there anyway I can copy the certs manually to avoid this erross. -- Deepak _____________________________...
2007 Oct 16
4
Useradd & NIS issue if the user exist
Hi, I have a class to add users to all the host servers. We are in the process to have a coexisting user which belongs in NIS & as well as /etc/passwd. We have NIS clients (yp running) on all host servers. So when running puppet is fails to add or modify user, bcos the user already exists in NIS. Eg: A user pcruise is an existing NIS user. When using useradd or
2006 Feb 09
11
Asterisk vs. Traditional PBX
Hi everyone ! So here's my question of the day ! I need to make a decision on whether or not to go to a voip solution or configure an existing pbx (norstar) that my company has available. We are a small startup. I'm wanting a solution that will support up to about 200 people, with direct dial-in capability, up to about 30 concurrent phone calls and good voice quality. Right now I have
2006 Jan 26
4
extension to extension dialing
Sorry for all the newbie questions. I really appreciate everyone's help today. Okay I've got outgoing and incoming calls working with no echo. yay! Now I'm having an issue with SIP extension to extension calling. Any time I dial another extension it goes right into voice mail. My extensions.conf is pretty small and rough but, here's what I have right now. Most of it was taken
2007 Oct 04
1
Does the file function copy or sync
...ensure => directory, recurse => true, owner => "web", group => "web", mode => 744, source => "puppet://deepak.silverspringnet.com/repo/export" } -- Deepak _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2006 Jan 26
3
snom 320 echo problems
Hi there - I'm having some echo problems on my snom 320 phones. Anybody experience this before ? I don't have any issues with the sipura 841s I have though. Any help is greatly appreciated. Thanks ! Nora Lavelle -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Sep 28
3
Host groups config in puppet & User Management.
Hi, I have installed Puppet puppet-0.23.2-1.el4 & puppet-server-0.23.2-1.el4. Now trying to configure. I have a basic config which changes the sudo permission of the file. Currently I am using the puppet server as client. Now I wanted to add all my hosts some linux some unix. So was looking for a config syntax whioh can create groups. Like IT = [ host-1, host2, shost3 ]
2007 Dec 21
1
User manging via puppet
Hi, We are managing user access to servers via puppet based on the groups from LDAP. What we would further like is if any users which are created apart from puppet ie if puppet adds user1 & someone who has created a xyz user on the server. We need to remove that user from that server bcos puppet never pushed it its created by someone apart from puppet. And we can maintain
2007 Dec 14
3
Puppet 0.23 client on Redhat 9
Hi, I wanted to know whats the ideal way to install puppet client ie the below packages on Red Hat Linux release 9 (Shrike) system -- 2.4.20-8smp I get the dependencies issue with the below(bcso they are for RHEL4 which is 2.6 kernel). What would be an ideal way, where can I get the tar source of the compatible version of puppet/facter/ruby for Redhat 9
2007 Oct 02
6
Push /home/* directories recursively to clients
Hi I am trying to push populate /home & subdirectories from the puppet server to all the Linux clients. I managed this with cfengine using rsync. But I am not sure how do I achieve this in puppet, do we have any inbuilt function for this. Also, is there a function for userdel like for useradd (user) groupadd(group). Any suggestion is appreciated. -- Deepak
2006 Feb 27
7
TDM400P digium card
Okay everyone - I'm moving away from using sipura 841 phones. I'm starting to test with Polycom IP 501 phones. We plan to upgrade our server to a dual t1 but, for now we have a digium tdm400P with 4 analog lines coming into it. So my question is will upgrading the IP phones with my existing digium tdm400 card be enough to satisfy my users ? or is it really a combo deal needing to
2007 Dec 04
10
Using puppet to manage user access to servers.
I''m guessing this is a common use case, but I wasn''t able to find anything in the site FAQ. We''re looking at using Puppet on about 100 servers to control which user groups have access to which servers. The use case is as follows: We have Groups of servers, for example: CUSTOMERservers (serverA, serverB, ...,serverK) ADMINISTRATIVEservers
2006 Feb 03
1
Calls fading in and out
Hi again everyone ! Was wondering if anyone had any pointers on how to debug voice quality issues in asterisk. I've got a user who either can't be heard on her phone calls (outgoing and incoming) and today someone that called her said that her voice was coming in and out. Any pointers or suggestions are appreciated! Thanks so much again ! This list has been so helpful to me.
2007 Oct 18
1
Puppet client not working fine on Ubuntu 6.0.6
Hi, I am trying to get puppet working on Ubuntu as client. I am trying to add user''s & copy some home directory. It worked fine for user creation but not for home directory(I have posted this issue already). But, the issue is I have added some functions to this ubuntu node but when running puppetd -test from client it gets the same old class. It doesn''t get
2007 Oct 19
3
Puppet port/install on FreeBSD & Open BS
Does anyone know how to install puppet as client on FreeBSD & OpenBSD. -- Deepak _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Dec 15
2
Puppet daemon not working -- works with cmd line
Hi, I have Redhat 9 & RHEL 4.2 with puppet clients installed. When is use puppetd -test the updates get effected, but when when running them as daemon mode nothing happens. ## Nothing Happens - no change is detected /etc/init.d/puppet status puppetd (pid 15538) is running... ## When running manually puppetd -test the changes from server gets updated. Is there any
2007 Oct 18
3
Managehome not working in User type in Linux OS
I am using the user type function as below to create and manage user accounts in RHEL, CentOS, Ubuntu, FreeBSD & BSD, I have only tried on RHEL, CentOS it works fine for user creation, but not managing homedirectory. I ran puppetd -test in Ubuntu it showed the below message in debug mode Ubuntu(Debian), don''t create homedirectory unless -m arg is passed. [0;34mdebug:
2007 Nov 02
8
Custom reports in puppet
Does any one know or whether have someone done custom reports in puppet. Which will show the status of the servers, disk, cpu, load, pkg list, configs/files edited via puppet, how often a config file is updated, etc.. -- Deepak _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Oct 29
12
Reports in Puppet
Hi, I wanted to configure reporting in puppet. I came across the below links which says what needs to be added in config file to enable reports. But I was wondering how I view the visual report/graphs do I need to create my own script. http://reductivelabs.com/trac/puppet/wiki/ReportReference#rrdgraph http://reductivelabs.com/trac/puppet/wiki/ReportsAndReporting -- Deepak