summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorpicca2019-10-01 13:03:04 +0000
committeradmin2019-10-01 13:03:04 +0000
commit0a0ad7189f25e1bed6405c562c0c5cbaa59e0973 (patch)
tree84575719824e427daa4a190a60fb3a9df7621b53 /doc
parent15533c406d20a7155fa12b0e9ba138c9e13b4d69 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/isCopyOf_does_not_work_on_nfs_filesystem.mdwn25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/forum/isCopyOf_does_not_work_on_nfs_filesystem.mdwn b/doc/forum/isCopyOf_does_not_work_on_nfs_filesystem.mdwn
new file mode 100644
index 00000000..dff1fdc4
--- /dev/null
+++ b/doc/forum/isCopyOf_does_not_work_on_nfs_filesystem.mdwn
@@ -0,0 +1,25 @@
+Hello, I try to copy a vm image to a directory like this
+
+ & "/nfs/share-temp/panbox-rel.img" `File.isCopyOf` panboxName
+
+
+but when I run this, I get this error message
+
+ sixs3.exp.synchrotron-soleil.fr /root/vm/panbox-rel.img owner picca:grp-instrumentation ... done
+ cp: failed to preserve ownership for '/nfs/share-temp/panbox-rel.img.propellor-new~': Operation not permitted
+ ** error: cp failed
+ ** warning: Cannot continue!
+ CallStack (from HasCallStack):
+ error, called at src/Propellor/Message.hs:143:9 in propellor-5.6.0-GGUJL7KihFnDmzjFSP3dov:Propellor.Message
+ sixs3.exp.synchrotron-soleil.fr /nfs/share-temp/panbox-rel.img is copy of /root/vm/panbox-rel.img ... failed
+
+I understand thaht it is not possible to use cp --preserve... on the nfs system.
+
+So is seems that Propellor miss a copyFile whcih is usable also on nfs system :).
+what is the best way to solve this problem.
+
+I can copy the file without the preserve flag.
+
+Cheers
+
+Fred