Displaying 19 results from an estimated 19 matches for "preflight".
2013 Jul 15
1
facter 1.6.18 tarball has a dangerous mac preflight script
...precated. And even if it used that, there are a few references to files
in the now-deleted conf/osx/ directory.
So it''s pretty difficult to create a Mac pkg from this, but after some
tweaking of the createpackage.sh script, I managed to do it! I ran the
package it created, and noticed the preflight script was taking a looooong
time to run. I looked at it, and ...
Well, here is the last two lines of the preflight as shipped in the tarball:
$ tail -2 ext/osx/preflight
# remove old doc files
/bin/rm -Rf "${3}/"
Pop quiz for everyone: what could go wrong here? I''ll give a hin...
2007 Oct 17
2
Preflight check / lint
Hi,
Am writing scripts to manage configuration management and Asterisk.
I would like to be able to point the asterisk binary at config
directory with an asterisk.conf in it, and for asterisk to run a pre-
flight check. A bit like a pint check in php, 'apachectl configtest'
and lots of other tools.
asterisk will then exit with 0 on a safe config, and 1 on a bad
config. I can
2019 Apr 16
2
Measure network bandwidth per process
Hi,
Is there a way to measure network bandwidth per process in CentOS Linux
release 7.6.1810 (Core) using any utility? I was reading about nethogs but
it does not have the option to run it in daemon mode so that we can take a
look at historical data to figure out the process which was consuming high
network bandwidth instead it is a good tool for Live monitoring.
Please suggest. Thanks in
2012 Nov 30
1
q@ request.request_method=='OPTIONS', ajax, post json
hi
im reading through the topic above and trying to apply it to my app.
as reference i found:http://leopard.in.ua/2012/07/08/using-cors-with-rails/
my prob is that i dont see the ''preflight'', meaning the first request
prior the actual post, which should(?) deliver this:
request.request_method==''OPTIONS''
the js code look like this:
$.ajax
({
type: ''POST'',
dataType: "json",
crossDomain: true,
url: "http://someser...
2010 Jun 09
6
Input sought on changing default vardir on OS X.
0.25.5 changed the default vardir from /var/puppet to /var/lib/puppet
and it''s caused the odd issue we have to fix in the Mac pkg
preflights.
After re-reading ''man hier'' I''m tempted to change the default on OS X to:
/var/db/puppet
instead.
/var/ multi-purpose log, temporary, transient, and spool files
...
db/ misc. automatically generated
system-s...
2004 Aug 19
1
R 1.9.1 fails to install for Mac 10.2.8 (PR#7190)
...019709952
rm:
/Library/Frameworks/R.framework/Versions/Current
:
Permission denied
rm:
/Library/Frameworks/R.framework/R
:
Permission denied
rm:
/Library/Frameworks/R.framework/Resources
:
Permission denied
rm:
/Library/Frameworks/R.framework/Headers
:
Permission denied
The preflight script in R framework failed.
Install Failed
Error detected
Name: NSGenericException
Reason: The preflight script in R framework failed. (code 1)
2012 Aug 13
9
[PATCH RFC] xen/netback: Count ring slots properly when larger MTU sizes are used
Hi,
I ran into an issue where netback driver is crashing with BUG_ON(npo.meta_prod > ARRAY_SIZE(netbk->meta)). It is happening in Intel 10Gbps network when larger mtu values are used. The problem seems to be the way the slots are counted. After applying this patch things ran fine in my environment. I request to validate my changes.
Thanks
Siva
2008 Aug 28
5
Noob with probs
OK, I''m a total noob to puppet, so please forgive any stupid
mistakes. I''m trying to get a test setup working to evaluate it as a
replacement for radmind. I played with it a bit earlier in the
summer, but got busy with other project, and I''m just now getting back
to it. I had a working setup then, but since I''ve upgraded to 0.24.5
and Facter 1.4.1
2015 Feb 03
0
Another Fedora decision
...ings of what THEY think YOUR
security should be, is very unwise.
It is not car disassembly - it is checking the oil level, the benzin
(petrol), the brake fluid, the window washer liquid, the tyre pressures
including the 'spare wheel'. Pilots of aircraft do exactly the same. It
is called a preflight check. Doing that on a new Centos installation is
sensible and, if one cares about security, desirable.
--
Regards,
Paul.
England, EU. Je suis Charlie.
2012 May 22
0
Announce: Hiera 1.0.0rc3 Available
...ons
b6218b9 (maint) Hiera should raise an error when config is missing
Matthaus Litteken (8):
fe3d509 Remove empty Puppet class definition
fd644b6 Add require hiera/backend to test
10f930f Add mac packaging to hiera
1df7201 Update mac packaging to dynamically generate preflight
6910d2d Move conf to ext, replace spec with erb
182fa17 Add debian packaging for hiera
e927da2 Add package task for deb, srpm
2b8f0d3 Updating changelog for 1.0.0rc3
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group...
2012 Aug 31
0
Announce: Facter 1.6.12-rc1 available
...========
Jeff McCune (2)
c0cbe62 (#15464) Make Facter.version settable via Facter.version=
0b49eae (#15464) Make contributing easy via bundle Gemfile
Moses Mendoza (18)
3ad05f1 Remove version test from facter
fce4b01 fix redhat spec release template variable
903b1d9 Stop using sed to generate the preflight erb
601a967 Use git read-only packaging repo for public access
dd3401e Fixup apple packaging
e0454df Remove libexec from file list as its only in 2.x
1e7f5b3 Update debhelper compat to 7, add format
6659e61 Fixup redhat spec erb template for f17
6752530 Shift to using packaging repo
fe311c2 Remove...
2010 Aug 28
1
ANNOUNCE: Facter 1.5.8
...ce in DMI facts (#3008, #3011)
feecd39 Only ignore IPs starting with 127.
68fc123 Added package signing task
33fb770 use popen3 in Resolution.exec to catch stderr
8109806 introduce a warn mechanism for debugging
b2c1ca5 Add docs to Mac OS X package creation script and clean out old
docs in the preflight
5412eab Fixed : 2788 - ftools missing in Ruby 1.9
5b95a12 Fixes #2704. Problem finding install.rb three levels up
9aef69e Removed all ChangeLog
Regards
James Turnbull
-- Puppet Labs - http://www.puppetlabs.com C: 503-734-8571
--
You received this message because you are subscribed to the Go...
2011 Sep 11
15
How To Expand an .erb Template Without Doing a Full Puppet Run?
We use puppet to distribute named zone files, like many
of you do. We use git to maintain these files, which are
then pulled by the puppet master machine. These zone files are
actually puppet template .erb files.
The other day, I made a mistake which resulted in some zone
files with syntax errors in them. Puppet faithfully distributed
the erroneous zone files to the name servers, which killed
2012 Sep 11
0
Announce: Facter 1.6.12 Available
...up redhat spec erb template for f17
1e7f5b3 Update debhelper compat to 7, add format
e0454df Remove libexec from file list as its only in 2.x
dd3401e Fixup apple packaging
601a967 Use git read-only packaging repo for public access
903b1d9 Stop using sed to generate the preflight erb
fce4b01 fix redhat spec release template variable
3ad05f1 Remove version test from facter
bc03468 Update CHANGELOG, lib/facter/version.rb for 1.6.12-rc1
f6ae956 Merge branches ''1.6rc'' and ''1.6.x'' into 1.6.x
b95ea54 fix yum repo p...
2008 Jan 06
3
Mac OS X pkgs up.
...hey''re looking pretty good.
http://explanatorygap.net/puppet/Facter_1.3.8.pkg.zip
http://explanatorygap.net/puppet/Puppet_0.24.1.pkg.zip
http://explanatorygap.net/puppet/Puppet_0.24.1_Facter_1.3.8.mpkg.zip
I was running into issues with older versions lying around, so I''ve made
preflight scripts as follows:
Facter:
/bin/rm -Rf /usr/lib/ruby/site_ruby/1.8/facter
Puppet:
/bin/rm -Rf /usr/lib/ruby/site_ruby/1.8/puppet
Suggestions for better alternatives are welcome...
These install into /usr/lib/ruby/site_ruby/1.8 so that they work correctly
on OS X 10.4 and 10.5, but put binari...
2015 Feb 03
5
Another Fedora decision
On Tue, Feb 3, 2015 at 12:24 PM, Valeri Galtsev
<galtsev at kicp.uchicago.edu> wrote:
>
> Sounds so I almost have to feel shame for securing my boxes no matter what
> job vendor did ;-)
Yes, computers and the way people access them are pretty much a
commodity now. If you are spending time building something exotic for
a common purpose, isn't that a waste?
> Just a simple
2012 Feb 23
13
Deploying puppet via NFS
I''m attempting to deploy puppet via an NFS share. It''s on a local-only
network, and it will contain only ruby (gems) and whatever is needed.
Seems simple enough, but tonight I am having an issue with this error:
# service puppet start
Starting puppet: /local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:36:in `gem_original_require'': no such file to load
-- openssl
2015 May 18
4
How best to get around shadowing of executables by system()'s prepending of directories to Windows' PATH?
My question:
On Windows, R's system() command prepends several directories to those
in the Windows Path variable.
>From ?system
The search path for 'command' may be system-dependent: it will
include the R 'bin' directory, the working directory and the
Windows system directories before 'PATH'.
This shadows any executables on the Path that share a
2011 Jan 11
2
IE6 install problem
...ntents/Resources/postflight_actions/quickLookRebuild
11-01-07 8:15:42 AM [0x0-0x306306].SoftwareUpdateCheck[6295] x iWork_9.0.5_Update.pkg/Contents/Resources/postflight_actions/touchApplications
11-01-07 8:15:42 AM [0x0-0x306306].SoftwareUpdateCheck[6295] x iWork_9.0.5_Update.pkg/Contents/Resources/preflight
11-01-07 8:15:42 AM [0x0-0x306306].SoftwareUpdateCheck[6295] x iWork_9.0.5_Update.pkg/Contents/Resources/preflight_actions
11-01-07 8:15:42 AM [0x0-0x306306].SoftwareUpdateCheck[6295] x iWork_9.0.5_Update.pkg/Contents/Resources/preflight_actions/aaa_CALL_alert
11-01-07 8:15:42 AM [0x0-0x306306].Sof...