Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DSDP - Target Management » RSE: Directories not showing
RSE: Directories not showing [message #18561] Fri, 29 February 2008 11:22 Go to next message
Eclipse UserFriend
Originally posted by: tatsudoshi.criion.net

Hello

I don't really know if this is an eclipse, tm or rse problem..
Issue is that suddenly this morning the rse stopped working properly. In
some directories only files are shown, not subdirs.

I have been using this setup for almost a year now with no problems of
this kind. I have made a new eclipse folder and unpacked pdt-all-in-one
and reinstalled rse and made a new workspace to no metadata or other old
conf got used, but non of it works.

I am connection to a linux server via ftp (local network). My user is
part of the group which has access rx or rwx. Does owner matter here?

I can see in the console from the output from the ftp that when it lists
the contents of a folder, only entries missing the d mode is listed and
only in some dirs. If I connect to the ftp via a ftp client (flashfxp) I
have full access as usual. My colleges use Zend studio and have full
access also, so any ideas as to what is going wrong here?
Re: Directories not showing [message #18573 is a reply to message #18561] Fri, 29 February 2008 19:51 Go to previous messageGo to next message
David McKnight is currently offline David McKnightFriend
Messages: 244
Registered: July 2009
Senior Member
This may be a result of this defect:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=220939

If so, you could try SSH or another service implementation instead of FTP
for today.

"tatsudoshi" <tatsudoshi@criion.net> wrote in message
news:fq8pvu$17l$1@build.eclipse.org...
> Hello
>
> I don't really know if this is an eclipse, tm or rse problem..
> Issue is that suddenly this morning the rse stopped working properly. In
> some directories only files are shown, not subdirs.
>
> I have been using this setup for almost a year now with no problems of
> this kind. I have made a new eclipse folder and unpacked pdt-all-in-one
> and reinstalled rse and made a new workspace to no metadata or other old
> conf got used, but non of it works.
>
> I am connection to a linux server via ftp (local network). My user is part
> of the group which has access rx or rwx. Does owner matter here?
>
> I can see in the console from the output from the ftp that when it lists
> the contents of a folder, only entries missing the d mode is listed and
> only in some dirs. If I connect to the ftp via a ftp client (flashfxp) I
> have full access as usual. My colleges use Zend studio and have full
> access also, so any ideas as to what is going wrong here?
Re: Directories not showing [message #19382 is a reply to message #18573] Wed, 05 March 2008 02:29 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
> This may be a result of this defect:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=220939

most probably.

> If so, you could try SSH or another service implementation instead of
> FTP for today.

and/or touch all files or directories modified on Feb.29 such
that they appear to be modified on March 1:

touch -t 20080229000000 start.stamp
touch -t 20080229235959 end.stamp
find . -newer start.stamp ! -newer end.stamp \
-print -exec touch -t 20080301000100 {} \;

Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Re: Directories not showing [message #572662 is a reply to message #18561] Fri, 29 February 2008 19:51 Go to previous message
David McKnight is currently offline David McKnightFriend
Messages: 244
Registered: July 2009
Senior Member
This may be a result of this defect:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=220939

If so, you could try SSH or another service implementation instead of FTP
for today.

"tatsudoshi" <tatsudoshi@criion.net> wrote in message
news:fq8pvu$17l$1@build.eclipse.org...
> Hello
>
> I don't really know if this is an eclipse, tm or rse problem..
> Issue is that suddenly this morning the rse stopped working properly. In
> some directories only files are shown, not subdirs.
>
> I have been using this setup for almost a year now with no problems of
> this kind. I have made a new eclipse folder and unpacked pdt-all-in-one
> and reinstalled rse and made a new workspace to no metadata or other old
> conf got used, but non of it works.
>
> I am connection to a linux server via ftp (local network). My user is part
> of the group which has access rx or rwx. Does owner matter here?
>
> I can see in the console from the output from the ftp that when it lists
> the contents of a folder, only entries missing the d mode is listed and
> only in some dirs. If I connect to the ftp via a ftp client (flashfxp) I
> have full access as usual. My colleges use Zend studio and have full
> access also, so any ideas as to what is going wrong here?
Re: Directories not showing [message #572857 is a reply to message #18573] Wed, 05 March 2008 02:29 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
> This may be a result of this defect:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=220939

most probably.

> If so, you could try SSH or another service implementation instead of
> FTP for today.

and/or touch all files or directories modified on Feb.29 such
that they appear to be modified on March 1:

touch -t 20080229000000 start.stamp
touch -t 20080229235959 end.stamp
find . -newer start.stamp ! -newer end.stamp \
-print -exec touch -t 20080301000100 {} \;

Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Previous Topic:Connecting a local project with remote folder
Next Topic:Syncing with remote file systems in eclipse 3.3
Goto Forum:
  


Current Time: Fri Apr 19 07:44:23 GMT 2024

Powered by FUDForum. Page generated in 0.01980 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top