|
Re: Permission denied when pushing code
I am now getting the Permission Denied feature when trying to deploy. Started today after I allowed eclipse to upgrade from 4.5.1.20150917-1200 to 4.5.1.20160218-0600.
I Tried "reverting" back in Eclipse.
I tried using FileZilla to allow all permissions to home/lvuser. My changes did not seem to stick.
I tried changing changing build.xml that is ..wpilib\cpp\current\ant adding:
<sshexec host="${target}" command="chmod 777 /home/lvuser" failonerror="false" trust="true" password="${password}" username="admin"/>
at random locations.
I tried updating the firmware in the roboRio.
I did not feel comfortable that I did any of the above steps correctly, but I am still unable to deploy code.
I will try deploying with another computer this afternoon.
|