-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] rsync receive data from remote platform failed #434
Comments
It's not related to the remote machine, but it seems you didn't have the access to chown on the local machine. |
Could you try to add |
I have try to add this flag, but it did not work:
This issue may relate to directory right of Bohrium "/personal". When I run this test on others path, it will work. |
Try
|
I transfer the issue to dpdispatcher as it's more related. |
Bug summary
I use dpgen to submit a dpgen job to run the fp on SUGON platform, the fp is like:
The fp job can be submitted to sugon and run abacus successfully, but it throw the below warning when dpgen get the returned results:
It seems that rsync try to do
chown
action, but it is failed.DP-GEN Version
0.11.1.dev51+gbea559b
Platform, Python Version, Remote Platform, etc
Platform: bohrium
Python: 3.8.8
Remote Platform: Sugon
Input Files, Running Commands, Error Log, etc.
dpgen.zip
Need an extra Sugon secret file named as "sugon".
command:
dpgen init_bulk init.json machine.json
Steps to Reproduce
Further Information, Files, and Links
No response
The text was updated successfully, but these errors were encountered: