similar to: class imports?

Displaying 20 results from an estimated 5000 matches similar to: "class imports?"

2007 Sep 11
6
Managing rc.conf in FreeBSD?
I''m, still, working on converting my cfengine configs into puppet; one of the major hang-ups is the lack of any find/replace in puppet. So for those of you who are using FreeBSD and puppet, how do you manage you rc.conf? -- -- Perfection is just a word I use occasionally with mustard. --Atom Powers--
2007 Jul 03
3
pupped on the puppetmaster: cert problems
I''m getting certificate errors when I attempt to run puppetd on the puppetmaster. As near as I can tell, this is because I''m using the same puppet.conf for both puppetd and puppetmasterd; but puppetmaster runs as user "puppet" and puppetd runs as user "root", yet both expect the certificates to be readable and chmod 600. I tried telling puppetd to use
2014 Jan 14
1
libapreq2
Is there no package for libapreq2 anymore? Im trying to get netdisco setup on a new centos 6.5 server and cant find any package that provides this module. ddh -- Dwayne Hottinger Network Administrator Harrisonburg City Public Schools
2017 Jun 02
1
more recent perl version?
On 2/6/2017 2:05 ??, hw wrote: > That?s a good thing, though it can be difficult to run systems > using ancient software. You may want to check the following paradigm (from another open source perl-based application) to create a Perl environment within your system, avoiding to tamper with it: https://metacpan.org/pod/App::Netdisco#Installation We are running it in production for
2009 Apr 21
8
One for the Cisco experts...
I have a Cisco 6509 switch that I'm monitoring with SNMP from a CentOS5 machine. SNMP polls are the only access I have to this device, we are not allowed to log on via telnet. How can I find out which port on the switch a particular server is connected to? I was hoping that this is somehow possible using the mac address and the data gathered from snmpwalk/snmpget requests but I'm not
2007 Dec 04
1
odd behavior with provider yum...
Anybody else noticed this: debug: package provider yum: Executing ''/usr/bin/yum -d 0 -e 0 list available portmap'' err: //nfs_server/Package[portmap]: Failed to retrieve current state of resource: Could not get latest version: Execution of ''/usr/bin/ yum -d 0 -e 0 list availaSearching 100% | =========================| 16 kB 00:03 Error: No
2013 Jul 04
2
Java/Solr - Could not reserve enough space for object heap.
Hi All. # cat /etc/redhat-release CentOS release 6.2 (Final) # uname -r 2.6.32-220.17.1.el6.centos.plus.x86_64 # rpm -qa | grep solr apache-solr-3.5.0-1.5... I have a solr installation which is invoked: /usr/bin/java -Xms25g -Xmx25g -DSTOP.PORT=8079 -DSTOP.KEY=mustard -Dsolr.solr.home=multicore -jar start.jar After start/when the java process is running: # free -m total
2007 Jun 26
4
multiple ldap classes?
I''d like to keep some pretty granular class definitions in ldap; but I''m not sure what is the best way to turn that into a puppet manifest. Is anybody else doing something like this? For instance, a samba server might have the following classes defined (in ldap): samba, samba-bdc, samba-file-shares, samba-build-shares, etc... And I would like to do something like this: -- class
2007 Jun 29
2
DesignPatterns part 2: humane class names with namespaces
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear list! In an effort to get feedback and spread the word, here follows the second article about possibilities to structure manifests. These Design Patterns are more general than the typical Puppet Recipie and will receive a own page on the wiki when I collect enough[1] material. To the meat: humane class names with namespaces Class names
2005 Sep 06
2
network probs trying to get nfs root to work
Hi. trying to get a domU (dom1) up using nfs root. never done this before ;-). I have dom0 up (2.6.12-xen0) and i have an external nfs server with a nice root disk populated. i get this after xm create -c dom1 vmid=1 . . . IP-Config: Complete: device=eth0, addr=172.31.205.229, mask=255.255.255.0, gw=172.31.205.2, host=vm%d, domain=, nis-domain=(none),
2011 Jun 17
1
Missed calls and groups
Is there a SIP header I can set (for Snom and Yealink phones if that's relevant) or any other mechanism to tell a phone to ignore a particular call from it's missed call list? I have bits of the dialplan that ring groups of phones eg: exten => 200,1,Dial(Sip/112&SIP/113&SIP/114) and I don't want such calls being recorded by the phone as a missed call. Calls to the
2005 Sep 11
2
mounting nfs partition at boot.
This seems like another basic question because I always assumed that if I threw something in my /etc/fstab then it will be automatically mounted at boot time (unless I put in the 'noauto' option). But my NFS partition isn't getting mounted, here's the excerpt from my /etc/fstab file, split on the whitespace so it's easier to read: nfs_server:/exports/var/www /var/www nfs
2007 Apr 01
0
No subject
file. I don''t know why it will work for other hosts but these steps do not work for this.. there are no extra outputs from using --debug On 4/9/07, Atom Powers <atom.powers at gmail.com> wrote: > > On 4/9/07, Mike Zupan <hijinks at gmail.com> wrote: > > I recently had a working puppet server serving around 4-5 clients. One > of > > the clients needed to
2005 Aug 23
6
NFS-root problem
I have been googling and searching the archive , haven''t got anything helpful. Would appreciate any help. Got the follow error when trying to start a domain using NFS root IP-Config: Incomplete network configuration information. Looking up port of RPC 100003/2 on 10.10.24.141 <http://10.10.24.141> RPC: sendmsg returned error 101 portmap: RPC call returned error 101 Root-NFS:
2007 Apr 09
8
cert problem with client
I recently had a working puppet server serving around 4-5 clients. One of the clients needed to be re-built and now only that client cannot connect. puppetca --clean hostname did not work So here is what I did on both the server/client I removed /var/lib/puppet/* Then I restarted the server via puppetmasterd --mkusers --verbose I then connect in via the client with /usr/bin/ruby
2006 May 31
2
NFS root mount problem
Hello. =) I''m having a bit of trouble with my nfs xen installation and have spent much time trying to research/figure out this problem with no luck, so I''m hoping someone might be able to help me here. =) I''ve successfully installed xen 3.02 on Linux RH4 on my Sun single proc opteron v20z server. I''ve installed what I believe to be a base Linux OS on a
2007 Jun 22
1
Where are Facter facts?
I can''t seem to find anyplace that list the facts that I can us in my puppet scripts; can somebody please point me in the right direction? -- -- Perfection is just a word I use occasionally with mustard. --Atom Powers--
2007 Jun 29
1
More on class includes
After some through I have decided that I don''t want to keep all my configuration variables in LDAP; too many variables and the variables are too specific to manage efficiently. What I want to keep in ldap are some general class definitions, like samba-bdc, and samba-dev-shares, etc. So I build a manifest like the one below; but there are a few problems. First, I can''t be sure
2009 Apr 17
1
can not start guest domain exported from NFS
Dear All: I am using Xen 3.3 on a Fedora 8 machine and failed to start a guest domain from an exported NFS directory. The step I follow is as follows NFS server: 192.168.1.1 NFS client: 192.168.1.201 1: I copy the guest.img, which can be corrected booted on NFS client to the NFS server. 2: On the NFS server mount guest.img /xen/guest; such that if I do a ls /xen/guest, I can see all the
2006 Sep 08
4
Failed to create a solaris DOMU using NFS root
Hello, I''ve installed a OpenSolaris dom0 snv_44 on a x4100 server, and booted a 32-bit xen kernel. I''m trying to create a OpenSolaris DOMU (snv_44) by following the howto described at http://www.opensolaris.org/os/community/xen/howto/create-osox-domu/. I did not manage to create a diskless environment by using SUNWCXall. I''ve created SUNWCreq instead and add the