* RE: ftp / inetd problem
@ 2002-05-07 1:36 Craveiro, Marco
2002-05-07 8:20 ` Christopher Faylor
0 siblings, 1 reply; 6+ messages in thread
From: Craveiro, Marco @ 2002-05-07 1:36 UTC (permalink / raw)
To: cygwin
Hello Robert,
sorry to post a "me too" but i have been having lots of permission problems
with ftp and inetd
(see "possible permissions bug" a few days ago). unfortunately no one
replied to my posts... when you are at the console of the machine, does
chmod work properly?
marco
> -----Original Message-----
> From: Robert N Barnett [SMTP:robert.barnett@physics.gatech.edu]
> Sent: 03 May 2002 15:23
> To: cygwin@cygwin.com
> Subject: ftp / inetd problem
>
> $ uname -a
> CYGWIN_NT-5.0 MYMACHINE 1.3.10(0.51/3/2) 2002-02-25 11:14 i686 unknown
>
> I have a problem: when I ftp to MYMACHINE from anywhere, including
> "ftp localhost". Usually I can get or put only one file, then
> any further get or put results in "Permission denied."
>
> To make it even stranger, occasionally the "Permission denied."
> happens on the first try instead of the second, or very rarely I
> can get or put several files before the problem occurs.
>
> There is no problem with ftp _from_ MYMACHINE, and telnet works
> correctly to or from. ssh, and sftp, scp all work normally.
> --
> Robert N Barnett | robert.barnett@physics.gatech.edu; (404) 894 5219
> research scientist | Physics, Georgia Tech, Atlanta, Ga 30332-0430
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ftp / inetd problem
2002-05-07 1:36 ftp / inetd problem Craveiro, Marco
@ 2002-05-07 8:20 ` Christopher Faylor
0 siblings, 0 replies; 6+ messages in thread
From: Christopher Faylor @ 2002-05-07 8:20 UTC (permalink / raw)
To: cygwin
On Tue, May 07, 2002 at 10:36:41AM +0200, Craveiro, Marco wrote:
>sorry to post a "me too" but i have been having lots of permission
>problems with ftp and inetd (see "possible permissions bug" a few days
>ago). unfortunately no one replied to my posts... when you are at the
>console of the machine, does chmod work properly?
http://cygwin.com/faq/faq_4.html#SEC45
cgf
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ftp / inetd problem
2002-05-08 10:17 ` Randall R Schulz
@ 2002-05-08 10:43 ` Christopher Faylor
0 siblings, 0 replies; 6+ messages in thread
From: Christopher Faylor @ 2002-05-08 10:43 UTC (permalink / raw)
To: cygwin
On Wed, May 08, 2002 at 09:59:14AM -0700, Randall R Schulz wrote:
>>Recent cygwin snapshots should fix this problem.
>
>But I now that I read Chris's brief reply, I'm uncertain whether the patch
>he mentions is to tar or to Cygwin1.dll, but my guess is that it's the
>latter.
"Recent cygwin snapshots should fix this problem" would sort of preclude
the need for guessing that it would be a tar patch.
That + Corinna's response:
http://cygwin.com/ml/cygwin/2002-04/msg00481.html
really should be pretty clear.
I don't know if this solves the problem mentioned in this email or not.
There is an obvious way to find out if it does.
cgf
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: ftp / inetd problem
[not found] <229D7C0FE0BED311A0E800805F0DD471010D2DF9@wn01ex.wn.gb.solv ay.com>
@ 2002-05-08 10:17 ` Randall R Schulz
2002-05-08 10:43 ` Christopher Faylor
0 siblings, 1 reply; 6+ messages in thread
From: Randall R Schulz @ 2002-05-08 10:17 UTC (permalink / raw)
To: cygwin
Chris F,
Is Marco's symptom possibly another manifestation of the issue with
permissions that showed up recently with tar? As I recall, Chris, you said
that file permissions presented during a creat(2) or open(2) call with the
O_CREAT flag (as modified by the umask) were not being propagated through
to the permissions assigned to the newly created file.
This came up in the cygwin@cygwin.com thread under the Subject "tar won't
restore permissions" Andrew Chang (<mailto:awc@bitmover.com>) provided a
patch to tar in that topic thread.
In response to Andrew's message with the tar patch, Chris F. wrote:
>Recent cygwin snapshots should fix this problem.
But I now that I read Chris's brief reply, I'm uncertain whether the patch
he mentions is to tar or to Cygwin1.dll, but my guess is that it's the latter.
Randall Schulz
Mountain View, CA USA
At 01:32 2002-05-08, Craveiro, Marco wrote:
>hello chris,
>
>thanks for your reply. i must be stupid, but i still cant see any
>solutions to my problem in the faq. let me explain it again: all the files
>created via ftp have the permissions rw-r--r-- and i need them to be
>rw-rw-rw-. i have used an ftpd wrapper script setting the umask to 666 but
>the files transferred still have the same permissions. chmod works
>properly via ftp and if i logon via telnet, the user has CYGWIN=ntsec. i
>also exported this var on the script. what am i doing wrong? (or where is
>tfm, 'cause i dont mind reading!)
>
>i'm using nt4.0 with cygwin 1.3.10 on an NTFS partition.
>
>cheers
>
> > -----Original Message-----
> > From: Christopher Faylor [SMTP:cgf-cygwin@cygwin.com]
> > Sent: 07 May 2002 08:21
> > To: cygwin@cygwin.com
> > Subject: Re: ftp / inetd problem
> >
> > On Tue, May 07, 2002 at 10:36:41AM +0200, Craveiro, Marco wrote:
> > >sorry to post a "me too" but i have been having lots of permission
> > >problems with ftp and inetd (see "possible permissions bug" a few days
> > >ago). unfortunately no one replied to my posts... when you are at the
> > >console of the machine, does chmod work properly?
> >
> > http://cygwin.com/faq/faq_4.html#SEC45
> >
> > cgf
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: ftp / inetd problem
@ 2002-05-08 2:00 Craveiro, Marco
0 siblings, 0 replies; 6+ messages in thread
From: Craveiro, Marco @ 2002-05-08 2:00 UTC (permalink / raw)
To: 'cygwin@cygwin.com'
hello chris,
thanks for your reply. i must be stupid, but i still cant see any solutions
to my problem in the faq. let me explain it again: all the files created via
ftp have the permissions rw-r--r-- and i need them to be rw-rw-rw-. i have
used an ftpd wrapper script setting the umask to 666 but the files
transferred still have the same permissions. chmod works properly via ftp
and if i logon via telnet, the user has CYGWIN=ntsec. i also exported this
var on the script. what am i doing wrong? (or where is tfm, 'cause i dont
mind reading!)
i'm using nt4.0 with cygwin 1.3.10 on an NTFS partition.
cheers
> -----Original Message-----
> From: Christopher Faylor [SMTP:cgf-cygwin@cygwin.com]
> Sent: 07 May 2002 08:21
> To: cygwin@cygwin.com
> Subject: Re: ftp / inetd problem
>
> On Tue, May 07, 2002 at 10:36:41AM +0200, Craveiro, Marco wrote:
> >sorry to post a "me too" but i have been having lots of permission
> >problems with ftp and inetd (see "possible permissions bug" a few days
> >ago). unfortunately no one replied to my posts... when you are at the
> >console of the machine, does chmod work properly?
>
> http://cygwin.com/faq/faq_4.html#SEC45
>
> cgf
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 6+ messages in thread
* ftp / inetd problem
@ 2002-05-03 15:22 Robert N Barnett
0 siblings, 0 replies; 6+ messages in thread
From: Robert N Barnett @ 2002-05-03 15:22 UTC (permalink / raw)
To: cygwin
$ uname -a
CYGWIN_NT-5.0 MYMACHINE 1.3.10(0.51/3/2) 2002-02-25 11:14 i686 unknown
I have a problem: when I ftp to MYMACHINE from anywhere, including
"ftp localhost". Usually I can get or put only one file, then
any further get or put results in "Permission denied."
To make it even stranger, occasionally the "Permission denied."
happens on the first try instead of the second, or very rarely I
can get or put several files before the problem occurs.
There is no problem with ftp _from_ MYMACHINE, and telnet works
correctly to or from. ssh, and sftp, scp all work normally.
--
Robert N Barnett | robert.barnett@physics.gatech.edu; (404) 894 5219
research scientist | Physics, Georgia Tech, Atlanta, Ga 30332-0430
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-05-08 17:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-07 1:36 ftp / inetd problem Craveiro, Marco
2002-05-07 8:20 ` Christopher Faylor
[not found] <229D7C0FE0BED311A0E800805F0DD471010D2DF9@wn01ex.wn.gb.solv ay.com>
2002-05-08 10:17 ` Randall R Schulz
2002-05-08 10:43 ` Christopher Faylor
-- strict thread matches above, loose matches on Subject: below --
2002-05-08 2:00 Craveiro, Marco
2002-05-03 15:22 Robert N Barnett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).