|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Re: Permission denied when pushing code
Quote:
Sorry, the fix didn't seem to fix the problem. I'm using the Mars.2 release of Eclipse, BTW. Here's the output of the "Run as" output: Buildfile: C:\Users\mike\workspace-2016\ExampleBoard\build.xml Trying to override old definition of task classloader get-target-ip: [echo] Trying Target: roboRIO-116-FRC.local [echo] roboRIO found via mDNS dependencies: [echo] roboRIO image version validated deploy: [sshexec] Connecting to roboRIO-116-FRC.local:22 [sshexec] cmd : rm -f /home/lvuser/FRCUserProgram [sshexec] Could not chdir to home directory /home/lvuser: Permission denied [sshexec] rm: can't stat '/home/lvuser/FRCUserProgram': Permission denied [sshexec] Remote command failed with exit status 1 [echo] [athena-deploy] Copying code over. [scp] Connecting to roboRIO-116-FRC.local:22 BUILD FAILED C:\Users\mike\wpilib\cpp\current\ant\build.xml:67: server indicated an error: scp: /home/lvuser/FRCUserProgram: Permission denied Total time: 5 seconds Anything else you need to help debug the issue? HTH, MikeA FRC #116 |
|
#2
|
|||
|
|||
|
Re: Permission denied when pushing code
Mike,
If the permissions were broken originally, the update likely won't fix them. It should prevent it from happening in future deploys, but if /home/lvuser doesn't have exec permissions currently, nothing in this update will fix it. Does manually running a chmod +x /home/lvuser as admin, then trying to redeploy fix it? |
|
#3
|
||||
|
||||
|
Re: Permission denied when pushing code
Quote:
Next, I reformatted and reinstalled V19 firmware and then reloaded V 3.0.0F0 firmware on the RoboRIO. I then tried the deploy and everything seems to work. So, you need to make sure that the RoboRIO is back to a pristine state and the new plugins seem to work. Good work gang! Thanks, MikeA |
|
#4
|
|||
|
|||
|
Re: Permission denied when pushing code
Glad to hear it's working for you now. There was a hiccup with the Java part of the install, something broke in our build, and a new version is posted that should fix that issue. Just waiting to hear some confirmation that everything is OK now.
Brad |
|
#5
|
|||
|
|||
|
Re: Permission denied when pushing code
Looks good, thanx
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|