Displaying 8 results from an estimated 8 matches for "decommenting".
Did you mean:
commenting
2003 May 01
4
--exclude-from works but "exclude from" in rsyncd.conf doesn't ?
I'm setting rsync up for the first time and would prefer to have the
exclude file defined in the conf file, but the exclusions aren't
honoured when I define the parameter in rsyncd.conf - although they are
when I specify the file in an argument. The server is the remote system
and both rsyncd.conf and the exclude file are the same on both local and
remote systems. I'm attaching the
2011 Mar 28
1
problem in simple saving and loading data frames
Dear all
My dataframe has > 80,000 variables which I can not everytime load into R
using *.txt files (read.table option), cost me time and sometime computer
decomes not responsive. So I need a way to save my dataframe in my
workdirectory as such.
Execuse me if the problem is too simple. I tried the following, I do not
know what is wrong with it:
Example data:
x <- 1:10
y <- 21:30
z
2012 Feb 20
3
puppet-forge.. do I remember correctly?
Do I remember correctly that puppet-forge is no longer accepting uploads?
--
Peter L. Berghold
Owner, Shark River Technical Solutions LLC
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to
2011 Apr 14
10
allow_duplicate_certs = true not working?
I saw this feature became available in 2.7.0rc1 and wanted to try it
out. I entered ''allow_duplicate_certs = true'' on both my master and
agent systems in the puppet.conf (not sure if its need in both, saw it
in genconf for puppetd and puppetmasterd though ...). I also have
autosign.conf configured to allow autosigning for our domain
(*.domain.com). I had my agent register with
2012 Dec 21
0
[LLVMdev] llvm segfault Instruction::getOpcode
Hello,
I get a segfault and I cannot find the reason. The main computation is done
in "
`struct patternDC : public FunctionPass`
" but I also have
class ifChecker {
public:
virtual bool operEquiv(Instruction *I1, Instruction *I2);
};
I have in
bool patternDC::runOnFunction(Function &F) {
...
ifChecker* CC=new ifChecker();
if (
2008 Oct 04
2
AW: Re: ssh error in /var/log/secure
>Akemi Yagi wrote:
>>
>> This has to do with ipv6.
>Thanks!
>Got it fixed.
Hi,
Maybe (?) it would be helpful for us all if
You would tell us how the Problem was
Fixed instead of telling us "Thanks, got it
fixed" ;-)
P.S. Sorry for the horrible Format of this Mail. But i'm using the lausy M$-Standard-Client on my Mobile-Phone...
Regards
Marc Rebischke
2003 May 07
1
Bug report: "exclude from" in rsyncd.conf is not effective.
The attached script file gives all the relevant details - I hope -
please ask if you need any more information.
/Sam
Sam Sexton <mailto:sam.sexton@reuters.com>
Reuters Coventry
Automated Dealing Technologies
Phone: +44 24 7625 6562
Fax: +44 24 7655 5203
-------------------------------------------------------------- --
Visit our Internet site at
2003 Oct 19
2
Tinc doesn't respond in Windows XP.
I am novice using tinc. I followed step by step the sample reported in
http://tinc.nl.linux.org/examples/windows-install
I have the following in my home (Win XP with tinc-1.0.1-install.exe):
------------------------------------------------------------------------
C:\Program Files\tinc\vpn>type tinc.conf
AddressFamily = ipv4
Name = home
ConnectTo = office
Interface = VPN
C:\Program