cf3 Can't stat … in files.copyfrom promiseCan't start/stop mysql serviceDebian5 on VMWare Workstation, can't network outIs it possible to run dhcpd3 as non-root user in a chroot jail?VPS[DebianSQ] - Super user can't mountdebian zero cpu usage on process statInstalling CFEngine on Ubuntu 12.04 - Can't stat fileHow to disable a cfengine promise temporarily on a single clientsendmail not sending [stat=Deferred: Connection timed out with …]Starting database: mongodstart-stop-daemon: unable to stat //— (No such file or directory)quotacheck: Cannot stat() given mountpoint –cugv: No such file or directory
Bash Read: Reading comma separated list, last element is missed
Does science define life as "beginning at conception"?
Why were early aviators' trousers flared at the thigh?
Bash Array of Word-Splitting Headaches
How do we explain the use of a software on a math paper?
How do I unravel apparent recursion in an edef statement?
Print characters from list with a For-loop
Does ratifying USMCA imply a (stealth) ratification of UNCLOS?
Head-internal relative clauses
Why didn't Daenerys' advisers suggest assassinating Cersei?
Germany rejected my entry to Schengen countries
Can 2 light bulbs of 120V in series be used on 230V AC?
Why does snapping your fingers activate the Infinity Gauntlet?
What city and town structures are important in a low fantasy medieval world?
Is it a good idea to teach algorithm courses using pseudocode instead of a real programming language?
Better than Rembrandt
Are there any crystals that are theoretically possible, but haven't yet been made?
How to convince boss to spend notice period on documentation instead of new projects
Can a Warforged have a ranged weapon affixed to them like an armblade?
Why does the U.S military use mercenaries?
Why would Thor need to strike a building with lightning to attack enemies?
How do you cope with rejection?
Why is so much ransomware breakable?
Latin words remembered from high school 50 years ago
cf3 Can't stat … in files.copyfrom promise
Can't start/stop mysql serviceDebian5 on VMWare Workstation, can't network outIs it possible to run dhcpd3 as non-root user in a chroot jail?VPS[DebianSQ] - Super user can't mountdebian zero cpu usage on process statInstalling CFEngine on Ubuntu 12.04 - Can't stat fileHow to disable a cfengine promise temporarily on a single clientsendmail not sending [stat=Deferred: Connection timed out with …]Starting database: mongodstart-stop-daemon: unable to stat //— (No such file or directory)quotacheck: Cannot stat() given mountpoint –cugv: No such file or directory
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
On the client:
# cf-agent -KIv
...
cf3 -> Handling file existence constraints on /etc/cfengine3
cf3 -> Copy file /etc/cfengine3 from /srv/cfengine/sysconf/server/inputs check
cf3 No existing connection to 172.31.69.83 is established...
cf3 Set cfengine port number to 5308 = 5308
cf3 -> Connect to 172.31.69.83 = 172.31.69.83 on port 5308
cf3 LastSaw host 172.31.69.83 now
cf3 Loaded /var/lib/cfengine3/ppkeys/root-172.31.69.83.pub
cf3 .....................[.h.a.i.l.].................................
cf3 Strong authentication of server=172.31.69.83 connection confirmed
cf3 Server returned error: Unspecified server refusal (see verbose server output)
cf3 Can't stat /srv/cfengine/sysconf/server/inputs in files.copyfrom promise
cf3 ?> defining promise result class Cfengine_Inputs_Updated_Failed
....
cf3 .........................................................
cf3 Promise handle:
cf3 Promise made by: [cf-agent.cf ] FAILED 172.31.69.83:///srv/cfengine/sysconf/server/inputs -> localhost:///etc/cfengine3
However, on the server (172.31.69.83), there's no reason why it can't stat the directory:
cyrus:/srv/cfengine/sysconf/server# ls -l /srv/cfengine/sysconf/server/inputs
total 52
-rw-r--r-- 1 root root 2142 Sep 6 21:54 cf-agent.cf
-rw-r--r-- 1 root root 831 Sep 6 18:31 cf-execd.cf
-rw-r--r-- 1 root root 4517 Sep 6 21:44 cf-serverd.cf
-rw-r--r-- 1 root root 3082 Sep 6 21:44 dns.cf
-rw-r--r-- 1 root root 2028 Sep 6 15:12 failsafe.cf
-rw-r--r-- 1 root root 5966 Sep 6 21:44 ldap-masters.cf
-rw-r--r-- 1 root root 4380 Sep 6 18:31 ldap-security.cf
-rw-r--r-- 1 root root 2735 Sep 6 08:21 lib-core.cf
-rw-r--r-- 1 root root 1506 Sep 6 21:45 lib-utils.cf
-rw-r--r-- 1 root root 2635 Sep 6 20:27 lib-vars.cf
-rw-r--r-- 1 root root 2057 Sep 3 17:46 nss.cf
-rw-r--r-- 1 root root 1472 Sep 6 18:31 packages.cf
-rw-r--r-- 1 root root 1257 Sep 6 18:01 pam-security.cf
-rw-r--r-- 1 root root 4019 Sep 6 19:32 promises.cf
-rw-r--r-- 1 root root 2808 Sep 3 17:22 site.cf
-rw-r--r-- 1 root root 1670 Sep 6 18:31 sudo-security.cf
-rw-r--r-- 1 root root 831 Sep 6 18:31 sys-security.cf
-rw-r--r-- 1 root root 890 Sep 6 18:31 sys-users.cf
cyrus:/srv/cfengine/sysconf/server#
I don't see anything interesting server side either when running:
/usr/sbin/cf-serverd -d4 --verbose --no-fork
And the following does not have any complaints:
/usr/sbin/cf-promises -v
Any ideas?
I'm running cfengine3 on debian, v3.0.5+dfsg-1 - and the cf-agent.cf file is as follows:
bundle agent Update
files:
linux::
"$cf3.path[inputs]"
action => immediate,
move_obstructions => "true",
depth_search => Recursive,
copy_from => MirrorFrom(
"$cf3.host[server]",
"$cf3.path[scm-inputs]",
"true",
"0400"
),
classes => DefineSoftClass("Cfengine_Inputs_Updated")
;
"$cf3.path[sbin]"
comment => "Setting cf3 client sbin scripts: $cf3.path[sbin]/",
action => immediate,
depth_search => Recursive,
copy_from => MirrorFrom(
"$cf3.host[server]",
"$cf3.path[scm-cnt-scripts]",
"false",
"0555"
)
;
reports:
Cfengine_Inputs_Updated::
"[cf-agent.cf ] Services:CFAgent:Inputs:Updated";
Cfengine_Inputs_Updated_Failed::
"[cf-agent.cf ] FAILED $cf3.host[server]://$cf3.path[scm-inputs] -> localhost://$cf3.path[inputs]";
I lie, there is something interesting with a little more debugging...
AccessControl(/srv/cfengine/sysconf/server/inputs)
AccessControl, match(/srv/cfengine/sysconf/server/inputs,client.com.au) encrypt request=1
Examining rule in access list (/srv/cfengine/sysconf/server/inputs,/home/cfengine)?
cf3 Host client.com.au denied access to /srv/cfengine/sysconf/server/inputs
Unappending Host client.com.au denied access to /srv/cfengine/sysconf/server/inputs
cf3 Access control in sync
Unappending Access control in sync
Transaction Send[t 59][Packed text]
Attempting to send 67 bytes
SendSocketStream, sent 67
cf3 From (host=client.com.au,user=root,ip=172.31.69.3)
Unappending From (host=client.com.au,user=root,ip=172.31.69.3)
cf3 REFUSAL of request from connecting host: (SYNCH 1283777156 STAT /srv/cfengine/sysconf/server/inputs)
Unappending REFUSAL of request from connecting host: (SYNCH 1283777156 STAT /srv/cfengine/sysconf/server/inputs)
RecvSocketStream(8)
cf3 -> Accepting a connection
I'll keep looking.
debian cfengine
add a comment |
On the client:
# cf-agent -KIv
...
cf3 -> Handling file existence constraints on /etc/cfengine3
cf3 -> Copy file /etc/cfengine3 from /srv/cfengine/sysconf/server/inputs check
cf3 No existing connection to 172.31.69.83 is established...
cf3 Set cfengine port number to 5308 = 5308
cf3 -> Connect to 172.31.69.83 = 172.31.69.83 on port 5308
cf3 LastSaw host 172.31.69.83 now
cf3 Loaded /var/lib/cfengine3/ppkeys/root-172.31.69.83.pub
cf3 .....................[.h.a.i.l.].................................
cf3 Strong authentication of server=172.31.69.83 connection confirmed
cf3 Server returned error: Unspecified server refusal (see verbose server output)
cf3 Can't stat /srv/cfengine/sysconf/server/inputs in files.copyfrom promise
cf3 ?> defining promise result class Cfengine_Inputs_Updated_Failed
....
cf3 .........................................................
cf3 Promise handle:
cf3 Promise made by: [cf-agent.cf ] FAILED 172.31.69.83:///srv/cfengine/sysconf/server/inputs -> localhost:///etc/cfengine3
However, on the server (172.31.69.83), there's no reason why it can't stat the directory:
cyrus:/srv/cfengine/sysconf/server# ls -l /srv/cfengine/sysconf/server/inputs
total 52
-rw-r--r-- 1 root root 2142 Sep 6 21:54 cf-agent.cf
-rw-r--r-- 1 root root 831 Sep 6 18:31 cf-execd.cf
-rw-r--r-- 1 root root 4517 Sep 6 21:44 cf-serverd.cf
-rw-r--r-- 1 root root 3082 Sep 6 21:44 dns.cf
-rw-r--r-- 1 root root 2028 Sep 6 15:12 failsafe.cf
-rw-r--r-- 1 root root 5966 Sep 6 21:44 ldap-masters.cf
-rw-r--r-- 1 root root 4380 Sep 6 18:31 ldap-security.cf
-rw-r--r-- 1 root root 2735 Sep 6 08:21 lib-core.cf
-rw-r--r-- 1 root root 1506 Sep 6 21:45 lib-utils.cf
-rw-r--r-- 1 root root 2635 Sep 6 20:27 lib-vars.cf
-rw-r--r-- 1 root root 2057 Sep 3 17:46 nss.cf
-rw-r--r-- 1 root root 1472 Sep 6 18:31 packages.cf
-rw-r--r-- 1 root root 1257 Sep 6 18:01 pam-security.cf
-rw-r--r-- 1 root root 4019 Sep 6 19:32 promises.cf
-rw-r--r-- 1 root root 2808 Sep 3 17:22 site.cf
-rw-r--r-- 1 root root 1670 Sep 6 18:31 sudo-security.cf
-rw-r--r-- 1 root root 831 Sep 6 18:31 sys-security.cf
-rw-r--r-- 1 root root 890 Sep 6 18:31 sys-users.cf
cyrus:/srv/cfengine/sysconf/server#
I don't see anything interesting server side either when running:
/usr/sbin/cf-serverd -d4 --verbose --no-fork
And the following does not have any complaints:
/usr/sbin/cf-promises -v
Any ideas?
I'm running cfengine3 on debian, v3.0.5+dfsg-1 - and the cf-agent.cf file is as follows:
bundle agent Update
files:
linux::
"$cf3.path[inputs]"
action => immediate,
move_obstructions => "true",
depth_search => Recursive,
copy_from => MirrorFrom(
"$cf3.host[server]",
"$cf3.path[scm-inputs]",
"true",
"0400"
),
classes => DefineSoftClass("Cfengine_Inputs_Updated")
;
"$cf3.path[sbin]"
comment => "Setting cf3 client sbin scripts: $cf3.path[sbin]/",
action => immediate,
depth_search => Recursive,
copy_from => MirrorFrom(
"$cf3.host[server]",
"$cf3.path[scm-cnt-scripts]",
"false",
"0555"
)
;
reports:
Cfengine_Inputs_Updated::
"[cf-agent.cf ] Services:CFAgent:Inputs:Updated";
Cfengine_Inputs_Updated_Failed::
"[cf-agent.cf ] FAILED $cf3.host[server]://$cf3.path[scm-inputs] -> localhost://$cf3.path[inputs]";
I lie, there is something interesting with a little more debugging...
AccessControl(/srv/cfengine/sysconf/server/inputs)
AccessControl, match(/srv/cfengine/sysconf/server/inputs,client.com.au) encrypt request=1
Examining rule in access list (/srv/cfengine/sysconf/server/inputs,/home/cfengine)?
cf3 Host client.com.au denied access to /srv/cfengine/sysconf/server/inputs
Unappending Host client.com.au denied access to /srv/cfengine/sysconf/server/inputs
cf3 Access control in sync
Unappending Access control in sync
Transaction Send[t 59][Packed text]
Attempting to send 67 bytes
SendSocketStream, sent 67
cf3 From (host=client.com.au,user=root,ip=172.31.69.3)
Unappending From (host=client.com.au,user=root,ip=172.31.69.3)
cf3 REFUSAL of request from connecting host: (SYNCH 1283777156 STAT /srv/cfengine/sysconf/server/inputs)
Unappending REFUSAL of request from connecting host: (SYNCH 1283777156 STAT /srv/cfengine/sysconf/server/inputs)
RecvSocketStream(8)
cf3 -> Accepting a connection
I'll keep looking.
debian cfengine
add a comment |
On the client:
# cf-agent -KIv
...
cf3 -> Handling file existence constraints on /etc/cfengine3
cf3 -> Copy file /etc/cfengine3 from /srv/cfengine/sysconf/server/inputs check
cf3 No existing connection to 172.31.69.83 is established...
cf3 Set cfengine port number to 5308 = 5308
cf3 -> Connect to 172.31.69.83 = 172.31.69.83 on port 5308
cf3 LastSaw host 172.31.69.83 now
cf3 Loaded /var/lib/cfengine3/ppkeys/root-172.31.69.83.pub
cf3 .....................[.h.a.i.l.].................................
cf3 Strong authentication of server=172.31.69.83 connection confirmed
cf3 Server returned error: Unspecified server refusal (see verbose server output)
cf3 Can't stat /srv/cfengine/sysconf/server/inputs in files.copyfrom promise
cf3 ?> defining promise result class Cfengine_Inputs_Updated_Failed
....
cf3 .........................................................
cf3 Promise handle:
cf3 Promise made by: [cf-agent.cf ] FAILED 172.31.69.83:///srv/cfengine/sysconf/server/inputs -> localhost:///etc/cfengine3
However, on the server (172.31.69.83), there's no reason why it can't stat the directory:
cyrus:/srv/cfengine/sysconf/server# ls -l /srv/cfengine/sysconf/server/inputs
total 52
-rw-r--r-- 1 root root 2142 Sep 6 21:54 cf-agent.cf
-rw-r--r-- 1 root root 831 Sep 6 18:31 cf-execd.cf
-rw-r--r-- 1 root root 4517 Sep 6 21:44 cf-serverd.cf
-rw-r--r-- 1 root root 3082 Sep 6 21:44 dns.cf
-rw-r--r-- 1 root root 2028 Sep 6 15:12 failsafe.cf
-rw-r--r-- 1 root root 5966 Sep 6 21:44 ldap-masters.cf
-rw-r--r-- 1 root root 4380 Sep 6 18:31 ldap-security.cf
-rw-r--r-- 1 root root 2735 Sep 6 08:21 lib-core.cf
-rw-r--r-- 1 root root 1506 Sep 6 21:45 lib-utils.cf
-rw-r--r-- 1 root root 2635 Sep 6 20:27 lib-vars.cf
-rw-r--r-- 1 root root 2057 Sep 3 17:46 nss.cf
-rw-r--r-- 1 root root 1472 Sep 6 18:31 packages.cf
-rw-r--r-- 1 root root 1257 Sep 6 18:01 pam-security.cf
-rw-r--r-- 1 root root 4019 Sep 6 19:32 promises.cf
-rw-r--r-- 1 root root 2808 Sep 3 17:22 site.cf
-rw-r--r-- 1 root root 1670 Sep 6 18:31 sudo-security.cf
-rw-r--r-- 1 root root 831 Sep 6 18:31 sys-security.cf
-rw-r--r-- 1 root root 890 Sep 6 18:31 sys-users.cf
cyrus:/srv/cfengine/sysconf/server#
I don't see anything interesting server side either when running:
/usr/sbin/cf-serverd -d4 --verbose --no-fork
And the following does not have any complaints:
/usr/sbin/cf-promises -v
Any ideas?
I'm running cfengine3 on debian, v3.0.5+dfsg-1 - and the cf-agent.cf file is as follows:
bundle agent Update
files:
linux::
"$cf3.path[inputs]"
action => immediate,
move_obstructions => "true",
depth_search => Recursive,
copy_from => MirrorFrom(
"$cf3.host[server]",
"$cf3.path[scm-inputs]",
"true",
"0400"
),
classes => DefineSoftClass("Cfengine_Inputs_Updated")
;
"$cf3.path[sbin]"
comment => "Setting cf3 client sbin scripts: $cf3.path[sbin]/",
action => immediate,
depth_search => Recursive,
copy_from => MirrorFrom(
"$cf3.host[server]",
"$cf3.path[scm-cnt-scripts]",
"false",
"0555"
)
;
reports:
Cfengine_Inputs_Updated::
"[cf-agent.cf ] Services:CFAgent:Inputs:Updated";
Cfengine_Inputs_Updated_Failed::
"[cf-agent.cf ] FAILED $cf3.host[server]://$cf3.path[scm-inputs] -> localhost://$cf3.path[inputs]";
I lie, there is something interesting with a little more debugging...
AccessControl(/srv/cfengine/sysconf/server/inputs)
AccessControl, match(/srv/cfengine/sysconf/server/inputs,client.com.au) encrypt request=1
Examining rule in access list (/srv/cfengine/sysconf/server/inputs,/home/cfengine)?
cf3 Host client.com.au denied access to /srv/cfengine/sysconf/server/inputs
Unappending Host client.com.au denied access to /srv/cfengine/sysconf/server/inputs
cf3 Access control in sync
Unappending Access control in sync
Transaction Send[t 59][Packed text]
Attempting to send 67 bytes
SendSocketStream, sent 67
cf3 From (host=client.com.au,user=root,ip=172.31.69.3)
Unappending From (host=client.com.au,user=root,ip=172.31.69.3)
cf3 REFUSAL of request from connecting host: (SYNCH 1283777156 STAT /srv/cfengine/sysconf/server/inputs)
Unappending REFUSAL of request from connecting host: (SYNCH 1283777156 STAT /srv/cfengine/sysconf/server/inputs)
RecvSocketStream(8)
cf3 -> Accepting a connection
I'll keep looking.
debian cfengine
On the client:
# cf-agent -KIv
...
cf3 -> Handling file existence constraints on /etc/cfengine3
cf3 -> Copy file /etc/cfengine3 from /srv/cfengine/sysconf/server/inputs check
cf3 No existing connection to 172.31.69.83 is established...
cf3 Set cfengine port number to 5308 = 5308
cf3 -> Connect to 172.31.69.83 = 172.31.69.83 on port 5308
cf3 LastSaw host 172.31.69.83 now
cf3 Loaded /var/lib/cfengine3/ppkeys/root-172.31.69.83.pub
cf3 .....................[.h.a.i.l.].................................
cf3 Strong authentication of server=172.31.69.83 connection confirmed
cf3 Server returned error: Unspecified server refusal (see verbose server output)
cf3 Can't stat /srv/cfengine/sysconf/server/inputs in files.copyfrom promise
cf3 ?> defining promise result class Cfengine_Inputs_Updated_Failed
....
cf3 .........................................................
cf3 Promise handle:
cf3 Promise made by: [cf-agent.cf ] FAILED 172.31.69.83:///srv/cfengine/sysconf/server/inputs -> localhost:///etc/cfengine3
However, on the server (172.31.69.83), there's no reason why it can't stat the directory:
cyrus:/srv/cfengine/sysconf/server# ls -l /srv/cfengine/sysconf/server/inputs
total 52
-rw-r--r-- 1 root root 2142 Sep 6 21:54 cf-agent.cf
-rw-r--r-- 1 root root 831 Sep 6 18:31 cf-execd.cf
-rw-r--r-- 1 root root 4517 Sep 6 21:44 cf-serverd.cf
-rw-r--r-- 1 root root 3082 Sep 6 21:44 dns.cf
-rw-r--r-- 1 root root 2028 Sep 6 15:12 failsafe.cf
-rw-r--r-- 1 root root 5966 Sep 6 21:44 ldap-masters.cf
-rw-r--r-- 1 root root 4380 Sep 6 18:31 ldap-security.cf
-rw-r--r-- 1 root root 2735 Sep 6 08:21 lib-core.cf
-rw-r--r-- 1 root root 1506 Sep 6 21:45 lib-utils.cf
-rw-r--r-- 1 root root 2635 Sep 6 20:27 lib-vars.cf
-rw-r--r-- 1 root root 2057 Sep 3 17:46 nss.cf
-rw-r--r-- 1 root root 1472 Sep 6 18:31 packages.cf
-rw-r--r-- 1 root root 1257 Sep 6 18:01 pam-security.cf
-rw-r--r-- 1 root root 4019 Sep 6 19:32 promises.cf
-rw-r--r-- 1 root root 2808 Sep 3 17:22 site.cf
-rw-r--r-- 1 root root 1670 Sep 6 18:31 sudo-security.cf
-rw-r--r-- 1 root root 831 Sep 6 18:31 sys-security.cf
-rw-r--r-- 1 root root 890 Sep 6 18:31 sys-users.cf
cyrus:/srv/cfengine/sysconf/server#
I don't see anything interesting server side either when running:
/usr/sbin/cf-serverd -d4 --verbose --no-fork
And the following does not have any complaints:
/usr/sbin/cf-promises -v
Any ideas?
I'm running cfengine3 on debian, v3.0.5+dfsg-1 - and the cf-agent.cf file is as follows:
bundle agent Update
files:
linux::
"$cf3.path[inputs]"
action => immediate,
move_obstructions => "true",
depth_search => Recursive,
copy_from => MirrorFrom(
"$cf3.host[server]",
"$cf3.path[scm-inputs]",
"true",
"0400"
),
classes => DefineSoftClass("Cfengine_Inputs_Updated")
;
"$cf3.path[sbin]"
comment => "Setting cf3 client sbin scripts: $cf3.path[sbin]/",
action => immediate,
depth_search => Recursive,
copy_from => MirrorFrom(
"$cf3.host[server]",
"$cf3.path[scm-cnt-scripts]",
"false",
"0555"
)
;
reports:
Cfengine_Inputs_Updated::
"[cf-agent.cf ] Services:CFAgent:Inputs:Updated";
Cfengine_Inputs_Updated_Failed::
"[cf-agent.cf ] FAILED $cf3.host[server]://$cf3.path[scm-inputs] -> localhost://$cf3.path[inputs]";
I lie, there is something interesting with a little more debugging...
AccessControl(/srv/cfengine/sysconf/server/inputs)
AccessControl, match(/srv/cfengine/sysconf/server/inputs,client.com.au) encrypt request=1
Examining rule in access list (/srv/cfengine/sysconf/server/inputs,/home/cfengine)?
cf3 Host client.com.au denied access to /srv/cfengine/sysconf/server/inputs
Unappending Host client.com.au denied access to /srv/cfengine/sysconf/server/inputs
cf3 Access control in sync
Unappending Access control in sync
Transaction Send[t 59][Packed text]
Attempting to send 67 bytes
SendSocketStream, sent 67
cf3 From (host=client.com.au,user=root,ip=172.31.69.3)
Unappending From (host=client.com.au,user=root,ip=172.31.69.3)
cf3 REFUSAL of request from connecting host: (SYNCH 1283777156 STAT /srv/cfengine/sysconf/server/inputs)
Unappending REFUSAL of request from connecting host: (SYNCH 1283777156 STAT /srv/cfengine/sysconf/server/inputs)
RecvSocketStream(8)
cf3 -> Accepting a connection
I'll keep looking.
debian cfengine
debian cfengine
edited Sep 6 '10 at 12:48
Xerxes
asked Sep 6 '10 at 12:35
XerxesXerxes
3,57322133
3,57322133
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I'm an old fart who only has experience with cfengine v2. Anyway, the error messages similar to yours were always because of:
a DNS mismatch
a relocated server with new hardware etc
due SNAT/DNAT at some load-balancer
actually not configured keys
Is this problem present everywhere in your system or just with one client?
add a comment |
Okay, yes it was ACL related, fixed now - thanks for trying though Janne :)
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f178476%2fcf3-cant-stat-in-files-copyfrom-promise%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'm an old fart who only has experience with cfengine v2. Anyway, the error messages similar to yours were always because of:
a DNS mismatch
a relocated server with new hardware etc
due SNAT/DNAT at some load-balancer
actually not configured keys
Is this problem present everywhere in your system or just with one client?
add a comment |
I'm an old fart who only has experience with cfengine v2. Anyway, the error messages similar to yours were always because of:
a DNS mismatch
a relocated server with new hardware etc
due SNAT/DNAT at some load-balancer
actually not configured keys
Is this problem present everywhere in your system or just with one client?
add a comment |
I'm an old fart who only has experience with cfengine v2. Anyway, the error messages similar to yours were always because of:
a DNS mismatch
a relocated server with new hardware etc
due SNAT/DNAT at some load-balancer
actually not configured keys
Is this problem present everywhere in your system or just with one client?
I'm an old fart who only has experience with cfengine v2. Anyway, the error messages similar to yours were always because of:
a DNS mismatch
a relocated server with new hardware etc
due SNAT/DNAT at some load-balancer
actually not configured keys
Is this problem present everywhere in your system or just with one client?
answered Sep 6 '10 at 12:48
Janne PikkarainenJanne Pikkarainen
28.5k34268
28.5k34268
add a comment |
add a comment |
Okay, yes it was ACL related, fixed now - thanks for trying though Janne :)
add a comment |
Okay, yes it was ACL related, fixed now - thanks for trying though Janne :)
add a comment |
Okay, yes it was ACL related, fixed now - thanks for trying though Janne :)
Okay, yes it was ACL related, fixed now - thanks for trying though Janne :)
answered Sep 6 '10 at 13:08
XerxesXerxes
3,57322133
3,57322133
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f178476%2fcf3-cant-stat-in-files-copyfrom-promise%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown