similar to: any plans to support pkgutil?

Displaying 20 results from an estimated 4000 matches similar to: "any plans to support pkgutil?"

2007 Sep 04
1
Solaris ingores server variable
Hi everyone, I got a basic puppetmaster setup, which works well for Linux. I''ve setup a basic function: define remotefile($owner = root, $group = root, $mode, $source, $backup = false, $recurse = false) { file { $name: mode => $mode, owner => $owner, group => $group, backup => $backup,
2007 Aug 13
2
package versions and external checks
Hi all, I''m looking into a way to centrally manage installed packages on a fairly fine-grained level. We prefer not to blindly install every new update, but when a mechanism in which we can "approve" of a certain version or not. At first I was thinking about something external to puppet, but then I remembered that it''s possible in puppet to tell which version needs to
2007 May 20
3
ruby-shadow problems for 0.22.4 on Debian/Ubuntu AMD64
I thought I''d put this out there for anyone to save anyone who''s running 0.22.4 on AMD64 hosts a whole world of hurt. Basically, the libshadow-ruby1.8 package that Puppet (as of 0.22.4) relies on is broken for AMD64 in both Debian (Sarge+) and Ubuntu (all releases). The problem is basically just some non-portable code. I''ve reported the bug into Debian with a patch, so
2007 May 11
3
Exception handling in custom facts
Hi. I''d like to use exception handling in my custom facts. For example, in plain Ruby: begin buildno = '''' bcrelease = open("/etc/BCrelease") while (line = bcrelease.gets) line = line.chomp buildno = $1 if line =~ /^Build:\s+(\d+)/ end bcrelease.close print "#{buildno}\n" rescue print "No
2008 Dec 31
3
custom package provider troubles
I have written a custom package provider for the pkgutil utility on Solaris 10. Pkgutil replaces pkg-get which is not deprecated. All I did was modify the Blastwave provider to use pkgutil instead of pkg- get. I''ve tried two approaches to get the provider on to the client. First, I created a plugin. I created a module called package to contain the plugin. The only file in
2007 Feb 14
15
Recursive home-dir does more than only files in repository
Hi all, Today I came across something that I consider a bug. Would like to hear your opinions. Facts: - Using 0.22.1 from Debian Unstable on a Debian Testing machine - Recipes work on other machines The recipe in question is: # Keep home-dirs in sync file { "/home/tim": recurse => true, source =>
2007 Dec 28
5
Still need help with ticket triage
As everyone probably realizes, I''m getting swamped with incoming problems and tickets and I still need help triaging the tickets. James Turnbull has volunteered to help some, but I think we need more than one person. We''ve had a few people step in once or twice, but I''d like to be able to depend on Unreviewed tickets getting handled by someone else, rather
2012 Oct 01
7
PuppetConf speakers contact info
I''m trying to find email addresses of some of the speakers from Puppet Conf last week. They aren''t on the web site... maybe due to spamming concerns. Short of Googling, how can I get these? Also... are there slides available yet? What about video? Doug -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this
2013 Aug 06
1
Installing Puppet Agent on Solaris without root privileges
Can anyone point me to a procedure to install only the Puppet Agent on a Solaris 10 system for which I do not have root access? Everything I have found online involves using pkgadd and/or pkgutil, both of which require root privileges to run. --Ken -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and
2010 Feb 05
1
[theora] ffmpeg2theora 0.26 released
> I''m on OSX, and I previously manually installed some test builds to help with > testing. Now when I go and install the official 0.26, the installer claims > that I have a newer version and refuse to install. Does anyone know how I can > fix that? This is a new "feature" in Mac OS 10.6. I am not even sure what it''s trying to accomplish but it gets upset
2009 Oct 29
2
template issue: nested variables?
I need to do something like this node foo { $iface = pcn0 ... } # the template <%= network_<%= iface %> %>/<% netmask_<%= iface %> %> The idea being that a file would be built on the client holding the value of pcn0''s network/netmask Of course, I''m trying to avoid hard coding the interface name in order to keep my code portable. Thanks in advance
2006 Aug 02
3
blastwave.rb patch
The original blastwave.rb would store "no pkg-get in /usr/sbin /usr/ bin" into @@pkgget if pkg-get is not found in the PATH. The patch below modifies blastwave.rb to store the first matching binary in the user''s PATH, or if not found, check the default location (puppetd''s PATH may not be sane) and if still not present and executable, correctly store as nil.
2008 Oct 12
6
Compile help for Solaris 10 x86, samba 3.0.28a deficient?
Hi all, I've got an ongoing battle with samba shipped with Sun Solaris 10 in it's current form (Samba version 3.0.28a) not wanting to talk to my OpenLDAP master correctly. Essentially, under certain conditions, this behaviour is observed, in the log.smbd: [2008/10/11 08:54:03, 1, pid=13610] libsmb/cliconnect.c:(1451) Error connecting to 192.168.117.150 (Connection refused)
2008 Oct 15
11
how to update solaris packages without keeping local copies
Greetings, I have a solaris package stored on a puppet server. I''d like to be able to maintain the package on a client system without having to also keep a copy of the package file on the client system. (think lots and lots of packages) Checksums work okay for noticing changes on the fileserver, but it seems that I have to keep a local copy of the file as well. When I rev the package
2007 Aug 31
4
Super HIGH CPU usage
I am using puppet 0.23.0-1 from Fedora Core 7 for a while and just realized that puppet use over 90% CPU every 30 minutes for about 10minutes. Anyone has the same issue? Barrow _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2010 Jun 30
1
Problem using the logadm pattern
Hi All I am trying to deploy the Solaris logadm pattern from http://projects.reductivelabs.com/projects/puppet/wiki/Logadm_Patterns. I dropped it in .../lib/puppet/type/logadm.rb However, I am getting an error message: err: Could not run Puppet configuration client: Munging failed for value "puppet" in class backup: Global resource access is deprecated And I have traced it back to
2006 Mar 24
1
Funds for OpenSSH from Solaris and OpenSolaris users at Blastwave
Dear OpenSSH friends : The Blastwave.org project is focused on providing quality open source software to Solaris and OpenSolaris users. Please know that your software is valued and one of the very first software packages to be offered by Blastwave well over 3 years ago. I have personally scraped together $100 for you but don't know where to put it yet. You have a PayPal link on your
2007 Jul 19
2
Problem to make service/package has installed and started before "exec" task
I am trying to manage MySQL DB with puppet. So I create a class and would like to set the mysql SQL root password at the beginning. However, the "exec" will run before mysql-server has installed or started which make "exec" failed. how can I make sure the package has installed/run before "exec" task? class mysql-server { package { "mysql":
2010 Jan 01
2
Help needed badly for mongrel issue
0.25.1 installed via gem on opensolaris 2009.06 I only see this error when my puppet master is set up to use mongrel root@puppet:~# puppetd --test info: Retrieving plugin err: /File[/var/puppet/lib]: Failed to generate additional resources using ''eval_generate'': No format match the given format name or mime- type (text/html) err: /File[/var/puppet/lib]: Failed to retrieve
2006 Apr 01
8
ROR on solaris 10 gem installation error
On my Sun Enterprise 450, I installed ruby-1.8.4 from sunfreeware.com. That installed like a dream. I then downloaded rubygems-0.8.11. Untarred into /usr/local/src and tried to do a /usr/local/bin/ruby install.rb this is what followed and can someone help me figure out what to do? bash-3.00# /usr/local/bin/ruby setup.rb ---> bin <--- bin ---> lib ---> lib/rubygems <---