Home » Eclipse Projects » DSDP - Target Management » SSH Permission denied, double Upload?
SSH Permission denied, double Upload? [message #28169] |
Thu, 09 October 2008 12:30  |
Eclipse User |
|
|
|
Hi
I have a problem when connecting via RSE/"SSH only" to an external server.
As soon as I edit a file and try to save it I get the error "Operation
failed. Security violation" ("Message reported from file system:
Permission denied"), although the file is saved correctly (which makes
this error even more annoying, I could just ignore it...).
The debugger outputs this:
Sftp-monitor <--
2008-10-09 18:21:11.137 | Worker-7 | SftpFileService.upload admin.php ok
2008-10-09 18:21:11.199 | Worker-7 | SftpFileService.upload
/html/editor/admin.php failed: 3: Permission denied
Preliminary I do not understand why eclipse tries to save the file two
times and while looking at the java classes I found that it should just
output a filename, so why is there a directory in the debugger output?
I would be really graceful, when someone could help me out here. Works
nice besides this error.
(btw. my ssh account does not have write access to all parent directories.
This might be the source of this problem, but this does not really affect
writing to deeper (allowed) directories, so I am a little bit helpless)
Kind regards,
Ulrich
|
|
|
Re: SSH Permission denied, double Upload? [message #28208 is a reply to message #28169] |
Thu, 09 October 2008 13:45   |
Eclipse User |
|
|
|
What version of RSE do you use?
I think that we had a problem in 3.0 or probably even 3.0.1,
where uploading a file always tried to change the modification
timestamp of the uploaded file, and that permission was denied on some
systems.
The bug has since been fixed, and if you get the most recent 3.1 I-build
I'm sure it is fixed, I'd need to find the bug report to see whether
it's fixed in 3.0.1 already.
Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Ulrich wrote:
> Hi
>
> I have a problem when connecting via RSE/"SSH only" to an external server.
>
> As soon as I edit a file and try to save it I get the error "Operation
> failed. Security violation" ("Message reported from file system:
> Permission denied"), although the file is saved correctly (which makes
> this error even more annoying, I could just ignore it...).
>
> The debugger outputs this:
> Sftp-monitor <--
> 2008-10-09 18:21:11.137 | Worker-7 | SftpFileService.upload admin.php ok
> 2008-10-09 18:21:11.199 | Worker-7 | SftpFileService.upload
> /html/editor/admin.php failed: 3: Permission denied
>
> Preliminary I do not understand why eclipse tries to save the file two
> times and while looking at the java classes I found that it should just
> output a filename, so why is there a directory in the debugger output?
> I would be really graceful, when someone could help me out here. Works
> nice besides this error.
> (btw. my ssh account does not have write access to all parent
> directories. This might be the source of this problem, but this does not
> really affect writing to deeper (allowed) directories, so I am a little
> bit helpless)
>
> Kind regards,
> Ulrich
>
|
|
|
Re: SSH Permission denied, double Upload? [message #28247 is a reply to message #28208] |
Thu, 09 October 2008 14:25   |
Eclipse User |
|
|
|
Hi
I use the current version available via the download-URL for eclipse. I
think this is 3.0.1.
Where can I find the current build?
These packages here?
http://download.eclipse.org/dsdp/tm/downloads/drops/S-3.1M2- 200809301300/
And how I can install them into eclipse?
Installing via URL is easier ^^,
Kind regards,
Ulrich
Martin Oberhuber wrote:
> What version of RSE do you use?
> I think that we had a problem in 3.0 or probably even 3.0.1,
> where uploading a file always tried to change the modification
> timestamp of the uploaded file, and that permission was denied on some
> systems.
> The bug has since been fixed, and if you get the most recent 3.1 I-build
> I'm sure it is fixed, I'd need to find the bug report to see whether
> it's fixed in 3.0.1 already.
> Cheers,
> --
> Martin Oberhuber, Senior Member of Technical Staff, Wind River
> Target Management Project Lead, DSDP PMC Member
> http://www.eclipse.org/dsdp/tm
|
|
|
Re: SSH Permission denied, double Upload? [message #28361 is a reply to message #28247] |
Mon, 13 October 2008 08:19   |
Eclipse User |
|
|
|
Hi Ulrich,
This is the bug, fixed in 3.1m2:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=237616
Yes, you can download the drop from the link that you
posted, and simply extract the archive(s) into your
eclipse/dropins/ folder.
If you prefer an update site, use
http://download.eclipse.org/dsdp/tm/updates/3.1milestones
as referenced on the TM homepage,
http://www.eclipse.org/dsdp/tm
Where else do you think that this information is missing?
What do you mean by "download-URL"?
Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Ulrich wrote:
> Hi
>
> I use the current version available via the download-URL for eclipse. I
> think this is 3.0.1.
>
> Where can I find the current build?
> These packages here?
> http://download.eclipse.org/dsdp/tm/downloads/drops/S-3.1M2- 200809301300/
>
> And how I can install them into eclipse?
>
> Installing via URL is easier ^^,
>
>
> Kind regards,
> Ulrich
>
>
>
> Martin Oberhuber wrote:
>
>> What version of RSE do you use?
>
>> I think that we had a problem in 3.0 or probably even 3.0.1,
>> where uploading a file always tried to change the modification
>> timestamp of the uploaded file, and that permission was denied on some
>> systems.
>
>> The bug has since been fixed, and if you get the most recent 3.1
>> I-build I'm sure it is fixed, I'd need to find the bug report to see
>> whether it's fixed in 3.0.1 already.
>
>> Cheers,
>> --
>> Martin Oberhuber, Senior Member of Technical Staff, Wind River
>> Target Management Project Lead, DSDP PMC Member
>> http://www.eclipse.org/dsdp/tm
>
>
|
|
| | |
Re: SSH Permission denied, double Upload? [message #577560 is a reply to message #28169] |
Thu, 09 October 2008 13:45  |
Eclipse User |
|
|
|
What version of RSE do you use?
I think that we had a problem in 3.0 or probably even 3.0.1,
where uploading a file always tried to change the modification
timestamp of the uploaded file, and that permission was denied on some
systems.
The bug has since been fixed, and if you get the most recent 3.1 I-build
I'm sure it is fixed, I'd need to find the bug report to see whether
it's fixed in 3.0.1 already.
Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Ulrich wrote:
> Hi
>
> I have a problem when connecting via RSE/"SSH only" to an external server.
>
> As soon as I edit a file and try to save it I get the error "Operation
> failed. Security violation" ("Message reported from file system:
> Permission denied"), although the file is saved correctly (which makes
> this error even more annoying, I could just ignore it...).
>
> The debugger outputs this:
> Sftp-monitor <--
> 2008-10-09 18:21:11.137 | Worker-7 | SftpFileService.upload admin.php ok
> 2008-10-09 18:21:11.199 | Worker-7 | SftpFileService.upload
> /html/editor/admin.php failed: 3: Permission denied
>
> Preliminary I do not understand why eclipse tries to save the file two
> times and while looking at the java classes I found that it should just
> output a filename, so why is there a directory in the debugger output?
> I would be really graceful, when someone could help me out here. Works
> nice besides this error.
> (btw. my ssh account does not have write access to all parent
> directories. This might be the source of this problem, but this does not
> really affect writing to deeper (allowed) directories, so I am a little
> bit helpless)
>
> Kind regards,
> Ulrich
>
|
|
|
Re: SSH Permission denied, double Upload? [message #577581 is a reply to message #28208] |
Thu, 09 October 2008 14:25  |
Eclipse User |
|
|
|
Hi
I use the current version available via the download-URL for eclipse. I
think this is 3.0.1.
Where can I find the current build?
These packages here?
http://download.eclipse.org/dsdp/tm/downloads/drops/S-3.1M2- 200809301300/
And how I can install them into eclipse?
Installing via URL is easier ^^,
Kind regards,
Ulrich
Martin Oberhuber wrote:
> What version of RSE do you use?
> I think that we had a problem in 3.0 or probably even 3.0.1,
> where uploading a file always tried to change the modification
> timestamp of the uploaded file, and that permission was denied on some
> systems.
> The bug has since been fixed, and if you get the most recent 3.1 I-build
> I'm sure it is fixed, I'd need to find the bug report to see whether
> it's fixed in 3.0.1 already.
> Cheers,
> --
> Martin Oberhuber, Senior Member of Technical Staff, Wind River
> Target Management Project Lead, DSDP PMC Member
> http://www.eclipse.org/dsdp/tm
|
|
|
Re: SSH Permission denied, double Upload? [message #577639 is a reply to message #28247] |
Mon, 13 October 2008 08:19  |
Eclipse User |
|
|
|
Hi Ulrich,
This is the bug, fixed in 3.1m2:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=237616
Yes, you can download the drop from the link that you
posted, and simply extract the archive(s) into your
eclipse/dropins/ folder.
If you prefer an update site, use
http://download.eclipse.org/dsdp/tm/updates/3.1milestones
as referenced on the TM homepage,
http://www.eclipse.org/dsdp/tm
Where else do you think that this information is missing?
What do you mean by "download-URL"?
Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Ulrich wrote:
> Hi
>
> I use the current version available via the download-URL for eclipse. I
> think this is 3.0.1.
>
> Where can I find the current build?
> These packages here?
> http://download.eclipse.org/dsdp/tm/downloads/drops/S-3.1M2- 200809301300/
>
> And how I can install them into eclipse?
>
> Installing via URL is easier ^^,
>
>
> Kind regards,
> Ulrich
>
>
>
> Martin Oberhuber wrote:
>
>> What version of RSE do you use?
>
>> I think that we had a problem in 3.0 or probably even 3.0.1,
>> where uploading a file always tried to change the modification
>> timestamp of the uploaded file, and that permission was denied on some
>> systems.
>
>> The bug has since been fixed, and if you get the most recent 3.1
>> I-build I'm sure it is fixed, I'd need to find the bug report to see
>> whether it's fixed in 3.0.1 already.
>
>> Cheers,
>> --
>> Martin Oberhuber, Senior Member of Technical Staff, Wind River
>> Target Management Project Lead, DSDP PMC Member
>> http://www.eclipse.org/dsdp/tm
>
>
|
|
| | |
Goto Forum:
Current Time: Wed Jul 23 13:52:23 EDT 2025
Powered by FUDForum. Page generated in 0.08685 seconds
|