Displaying 20 results from an estimated 1200 matches similar to: "Using Windows 7 Task Scheduler with R source scripts"
2024 Jul 18
2
[OT] Re: scattered thoughts on connection sharing
[sorry off-topic, ignore if uninterested in dmarc/dkim/mail filters]
On 2024/07/17 22:14, mark.yagnatinsky at barclays.com wrote:
> I don't know enough about DMARC to make any sense of what you just said... actually wait, maybe I get it.
> You're saying that email sent that I send to the list will land in your inbox with my address in the From header.
> But the recipient mail
2024 Jul 22
1
scattered thoughts on connection sharing
I'm not entitled to a response, but I'm surely entitled to send a reminder, no?
Or are you saying that even sending a reminder is itself a gross breach of etiquette?
-----Original Message-----
From: Damien Miller <djm at mindrot.org>
Sent: Monday, July 22, 2024 6:57 PM
To: Yagnatinsky, Mark : IT (NYK) <mark.yagnatinsky at barclays.com>
Cc: openssh-unix-dev at mindrot.org
2024 Jul 17
1
scattered thoughts on connection sharing
I don't know enough about DMARC to make any sense of what you just said... actually wait, maybe I get it.
You're saying that email sent that I send to the list will land in your inbox with my address in the From header.
But the recipient mail system will think to itself
"this message couldn't possibly have come from Mark, because a cursory inspection of the routing history clearly
2007 Oct 08
2
Noop functionality
I''m thinking about how to set up the processes for Production puppet
runs now. Being ultra-conservative here, we''d like to see what would
happen before pressing the red button.
I can run in noop mode, and everything is evaluated but nothing is done.
A YAML report magically appears on the Puppetmaster which my script
parses and spits out something the management can read
2007 Nov 13
2
Creating a manifests ''release'' under SVN; trouble with SVN headers
Dear all
I''ve gotten into the habit of including SVN headers in my templates, etc
so it is easy to see where the file installed into /etc/puppet/ came
from. Furthermore, we use svn cp to create release branches.
Therefore, you''ll see something like this:
# $Id: dumpadm.conf 1239 2007-10-23 16:04:06Z sa_dewha $
# $URL:
2007 Aug 30
4
Command line vs config file override for configuration params
Hi all
I''m working on my modular recursive Makefile & svn-backed home for my
Puppet manifests, custom functions, types, etc. So I''m trying to put
together individual modules, test targets and so on.
I have noticed that the $libdir (and probably the other configuration
options too) sources from puppet.conf are not overridden by specifying
--libdir=blah on the commmand line
2024 Jul 17
2
scattered thoughts on connection sharing
Thanks for replying! And noted, re: patience... will do.
Passing -O proxy works!! This great! I feared I'd have to write an SSH client or something.
You have improved my mood by at least 300%.
I can't find this option documented ANYWHERE. Is it documented?
Re: socket paths: thanks for the sample, I guess I'll use the .ssh dir too :)
Re: thing 5: you're right it DOES do it
2007 Sep 25
4
"Have I included class X" function?
Anyone know if it would be straightforward to extract this information
from Puppet, probably in a custom function:
The classes included as a result of the client''s parsed configuration
- or -
Am I in class X as a result of my parsed configuration?
I''m thinking it would result in a more elegant manifest if classes X and
Y behaved differently if they were both included compared
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 Mar 31
3
Samba Restrictions
Hi,
I'm hopping you can give me some advice, I work for a Financial Institute
and we are very interested in implementing Samba as a file server running on
AIX 5.3. Before we can think about implementing this we need to no if Samba
has any limitation on number of folders, files and shares. The current file
storage system is running on Windows 2003 server and has somewhere in the
region of
2007 Nov 29
2
Overriding resources in a define in a module - can''t get syntax right
Maybe it works, maybe it doesn''t, but I sure as hell can''t make it work.
I get stuck with
"Could not find object(s)" whatever I do
This is my module init.pp
class ztest::setup {
notice "MAIN SETUP CLASS"
file { directfile:
path => "/etc/directfile",
owner => root, group => root, mode => 0644,
content
2024 Jul 15
2
scattered thoughts on connection sharing
Resending, got blocked last time.
I have a few things I'd like to say about the (seriously nifty) connection sharing feature of OpenSSH and I'm not sure if the convention here is to use one email thread per distinct thing or just stuff everything into one email.
I decided to combine them because splitting is much easier than combining.
Thing 1: This is the main thing that motivated me to
2007 Dec 18
2
Testing / Coding methodologies?
I''ve been having great "fun" testing the new (Puppetised) build
end-to-end for several days now. The majority of the fun has been
coming from vendor packages (no names mentioned), typically with
conflicting permissions on files, or perhaps different home directories,
UIDs for the app users so it matters in which order you do things in.
My current methodology is to go through
2007 Jun 11
4
Managing bigger scripts
Hello,
I''m scratching my head as to the best way to plug in a script to do some
client configuration. The script is about 40 lines long (full of basic
instructions to fiddle with VCS in fact).
Lots of execs would seems cumbersome. My thoughts are to simply install
this to the client (via the fileserver) and exec out to it.
Does this seem sensible? And if so, be aware of things like
2004 Dec 09
1
Chainloading from pxelinux
Can pxelinux be used to chain other *network* bootloaders directly?
I.e., keep the pxe stack but replace itself with an alternate network
boot loader (eg, the intel nbp, or, more specificly, an arbitrary
bootloader for another OS)?
I'm sure this is an obvious FAQ but I can't find reference to it
(sorry).
Obviously memdisk could be used to load other OSes, but I have been
given a strict
2007 Jun 21
3
Noop and "dangerous" classes
Hello all,
I''m thinking about a configuration class that, amongst other things
execs out to a ''dangerous'' configuration script. I''d like to make this
a noop by default, so the operator has to try a bit harder to invoke it.
So I thought about doing something like:
class blah {
exec { danger:
noop => true,
tag => hitme,
command
2007 May 01
8
Global Variables?
What is the view of having / not having global variables in Puppet?
Facter variables are global in the sense they are defined in every scope
(whereas ''normal'' variables are only available within the scope they are
defined in).
I could simply add a custom fact for my DoesTheServerNeedASerialConsole
flag to Facter, but I''m not 100% sure I should be having the client
2011 Mar 08
3
How to disable R's crash prompt
Dear R devel,
I have a C++ app that calls into embedded R to perform some analytic calculations. When my app encounters a segmentation fault, R always prints the following crash prompt and asks me to enter an action:
*** caught segfault ***
address 0x8, cause 'memory not mapped'
Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
2024 Jul 22
1
scattered thoughts on connection sharing
On Mon, 22 Jul 2024, mark.yagnatinsky at barclays.com wrote:
> I promised to be more patient and I think I'm doing better this time :)
> But I think I've waited long enough to be entitled to send a reminder now ;)
Well there's your mistake: you're not _entitled_ to anything from a bunch
of volunteers.
2007 Dec 10
4
Results from testing our manifests, functions and types against HEAD
Hi Luke and other people working on 0.24. I hope this is constructive.
So, I have our configuration working against a checkout from git as of
last night.
Subject to (sorry, here''s the big but :)
* external_nodes script is not being called (#951)
* Custom types aren''t working unless I drop them into
$rubysitedir/puppet/{type,provider}. Previously they worked in