similar to: Right approach to Windows installers

Displaying 20 results from an estimated 3000 matches similar to: "Right approach to Windows installers"

2013 Jun 07
14
Puppet Windows package not seeing DisplayName in Registry?
Hello, I''ve got Package resource on my Windows machine that keeps creating itself even though the package has been properly installed. I''ve got the name attribute set to the DisplayName found in the Registry for the package. Every time the agent polls, I see in the Event Logs: /Stage[main]/Mssql_rtwo_sptwo/Package[mssql2008r2sp2_exec]/ensure: created This is
2013 Jul 16
14
"puppet module install simondean/iis" gives error "Error: cert already in hash table"
Hello, I have a fresh install of puppet 3.2.3. on windows 8. I try to install the iis module (https://forge.puppetlabs.com/simondean/iis) with the command: puppet module install simondean/iis and it gives me *C:\Program Files (x86)\Puppet Labs\Puppet>puppet module install simondean/iis* *Notice: Preparing to install into C:/ProgramData/PuppetLabs/puppet/etc/modules .* *..* *Notice:
2012 Sep 19
2
Puppet testing
I''m in the process of trying to get automated testing for my modules, using puppet-lint, rspec-puppet, puppetlabs_spec_helper and Jenkins. Are there any automated, or semi-automated ways to ensure coverage on my tests? At the moment I am writing tests for existing modules, but I also need to be able to be relatively certain that tests are updated as modules are, and minimize reliance
2011 Dec 29
2
Windows Client DFS share Access
Does anybody know if it is possible to have a WIndows client access an existing DFS share. Based on what I have been able to determine so far. It appears that files can only be served to windows clients using nfs. Does anybody have any information on this? I''ve read through the wiki and didn''t see anything mentioning this. Additionally, my other searches on this topic has
2012 Jul 30
7
puppet enterprise
No problem installing open puppet and using it. patterns run aok. when trying to use the installer for pe, on the puppetmaster, installs ok. when trying to use the installer for pe, on the puppet agent, installs ok but no cert sent as shown by puppet cert list on puppetmaster. also puppet agent --test on puppet agent shows err: could not retrieve catalog from remote server: error 400 on
2012 Dec 20
3
Whats the best approach to create a repo of the installers to be used for installing and upgrading in the puppet managed nodes
Lets take the example, I am having a jboss-4.2.3 installers as a .tar file. In general to install jboss, i ll 1. untar the jboss-4.2.3 into a prefefined folder (opt/server/jbossas/) into multiple servers 2. untar the openjdk into a preferined path (/opt/software/java)set the path in the bash.profile 3. Create server profile in the place where jboss is installed 4. Start the server. Lets say
2012 Feb 29
4
Windows Puppet 2.7.12rc1-7-g281901e hands at end of run
I just installed the latest rc 1.7 to solve another issue I had. It solved the issue, but I''m getting a different issue. I''m running it interactively from an administrator command prompt. It connects to the master puppet server, processes the configuration items then gives an error. The interesting thing is that it never returns to the command prompt. It just hangs. I have
2012 Feb 07
1
Has anybody tried puppet in combination with NSIS installers?
Hi all! Just wondering if anyone has successfully used puppet in combination with NSIS installers (afaik only msi support is available at the moment - i''m not yet familiar with puppet''s capabilities under windows systems). Thank you very much in advance, Pedro Lafuente -- You received this message because you are subscribed to the Google Groups "Puppet Users"
2010 Jun 25
2
migration of PDC tdbsam backend to BDC - failed to fetch domain database
Hello According to NT4 Migration Using tdbsam Backend http://samba.org/samba/docs/man/Samba-Guide/ntmigration.html#id2604610 I would like to transfer PDC settings (users,groups sids) to BDC and later make from BDC PDC machine. I have Fedora Core 7 PDC(hostname serwer) and Centos 5.4 BDC (hostname serwer2) both on tdbsam backends. I have copied smb.conf, passwd,group,shadow,secrets.tdb files
2011 Jun 03
0
predict witht he eha package
"Error in predict.coxph(f.ph.eha, newdata = mort, type = "lp") : Data is not the same size as it was in the original fit" This error message was added in a recent update to predict.coxph. If it needs to reconstruct some aspects from the original fit, such as the X matrix or strata vector, it makes sure that the data set is the same size. It was to stop fit <-
2019 Feb 13
0
problem witht working director
Hi I have dovecot director with 2-3 ring and 4 dovecot My ring is : 10.0.100.2? 9090 right never?????? synced????? 8?????? 37305225 39763861 0??????? 723?????????? 2019-02-13 16:02:04 2019-02-13 16:02:04????????????????????????????????? 10.0.100.3? 9090 left? never?????? synced????? 8?????? 57409664 8707830? 0??????? 737?????????? 2019-02-13 16:02:04 2019-02-13
2007 Aug 07
1
Work for Stanford University!
Hello Puppeteers! Stanford University Information Technology Services is looking for Unix Systems Administrators. Stanford University not only uses Puppet, but does what it can to contribute to the betterment of Puppet, and we''re looking for good candidates to fulfill our open positions, and I''d love for those new hires to be Puppeteers! So if you are interested, please
2008 Jan 23
2
FOSDEM 2008
Hi all, Just wondering if anyone is going to FOSDEM 2008 this year. I know Luke can''t come (which is his loss, more beer for me :P) but that doesn''t mean we can''t have a little meetup amongst puppeteers! Just to see some faces behind the nicks and emailaddresses and the like. Like last year, I''m planning on only visiting one day, probably the Sunday. Anyone
2009 Jun 04
3
WWDC Puppeteer lunch
Reminder for Mac Puppeteers going to WWDC How about we meet for lunch at noon on Tuesday. Let''s try to get the table closet to the Odwalla refrigerator, just for reference. We can get more specific on this list on the 8th after we verify the set up. I might even get there a little earlier and put down "reserved" tags. --- Thank you, Allan Marcus Solutions Architect Central
2007 Jan 19
4
Icons not appearing
Hello, I assume this is a common item, b my icons are not appearing in the menu bar in my application, although I have seen screenshots of the same application running on other wine setups witht he icons. Is this related to my X settings, or is there something else I should look at? Thanks, Duncan McQueen
2006 Nov 16
2
test unit approach?
I''m just getting back to looking at backgroundrb after a long hiatus since June. I''m looking at creating some workers but I''m a bit stuck as to how I should write tests for them. What''s the recommended approach for unit testing of workers? The project will ultimately be used by a Rails app but I''m comfortable developing the worker code as a
2007 Jan 28
1
Is this the best approach?
Hello, I''m working on a Rails app with a fairly complex set of model relationships. I''m abandoning my MySQL based search mechanism for Ferret/acts_as_ferret in the hopes of being able to more easily and effectivly enable searching. Before I get coding I was wondering if you folks might be able to tell me if my plan makes sense, or what could be a better way. The situation is as
2006 Jul 20
2
Authentication & Authorisation - Whats the common approach?
Hi, Just wondering what the most popular approach is for authentication and authorisation in a rails application that is deployed and fronted by apache? Also when there are say a couple of rails apps being hosted. Authentication ============== [1] Options would seem to include: * Do it within rails/your app? Use of a "before_filter" per the Rails Recipes book * Use of Apache to
2006 Jun 24
0
Best approach for loading a data object into mysql?
I wrote a rexml script that parses rather big xml files (DOM parsing) and builds an object out of them. This is what it looks like after i parse the xml file and display the object: [#<Article:0xb79e7428 @brand="This is a story from ", @id=5337, @fblurb="burb", @ntype="news type here", @copy="Copyright \302\251 2006 ", @source="source",
2006 May 16
0
DB to XML to HTML: What''s the RoRing approach?
My app lets users fill in some forms and then creates an XML file from the data they enter. I''ve got the XML file saved on the server, and I''ve got the data they entered sitting in the database. Now I need to create an HTML file from that same data. What''s the Rails way? Is there an XSL transform function somewhere I could use on the XML file? Or should I go back