Re: ftpd error

2007-04-29 Thread Brad Brock
Do you use xinetd? If yes, please post your xinetd.conf. Have you checked your /etc/hosts, /etc/hosts.allow, and /etc/hosts.deny? Please post them if necessary. I think your problem are in these files. __ Do You Yahoo!? Tired of spam? Yahoo! Mail h

Re: ftpd error

2007-04-23 Thread Julian De Marchi
Harald Grosse Hokamp wrote: Thank you, but that is not the point. I use the simple ftpd started by inetd. Got any other idea?? Best regards Harald Kam-Ming Siu schrieb: Hi, I guess you are using proftpd and login the ftp as anonymous user. If so, you must enable the anonymous login support

Re: ftpd error

2007-04-23 Thread Harald Grosse Hokamp
Thank you, but that is not the point. I use the simple ftpd started by inetd. Got any other idea?? Best regards Harald Kam-Ming Siu schrieb: Hi, I guess you are using proftpd and login the ftp as anonymous user. If so, you must enable the anonymous login support in /etc/proftpd/proftpd.conf

Re: ftpd error

2007-04-23 Thread Kam-Ming Siu
Hi, I guess you are using proftpd and login the ftp as anonymous user. If so, you must enable the anonymous login support in /etc/proftpd/proftpd.conf. Uncomment the statement between to , include these 2 tags. Then restart your proftpd. Best Regards, Ming Harald Grosse Hokamp wrote: H

Re: ftpd login problem

2005-05-06 Thread Björn Lindström
Robert Vangel <[EMAIL PROTECTED]> writes: > BjÃrn LindstrÃm wrote: > >>>Stable/Sarge/Unstable? >> Sarge, up-to-date as of today. >> >>>Also try /var/log/messages >> There's nothing there, either. I tried grepping for 'ftp' in /var/log >> and found nothing more useful than that line from /var/log/s

Re: ftpd login problem

2005-05-05 Thread Robert Vangel
BjÃrn LindstrÃm wrote: Stable/Sarge/Unstable? Sarge, up-to-date as of today. Also try /var/log/messages There's nothing there, either. I tried grepping for 'ftp' in /var/log and found nothing more useful than that line from /var/log/syslog. also try restarting inetd (or xinetd whichever you use

Re: ftpd login problem

2005-05-05 Thread Björn Lindström
Robert Vangel <[EMAIL PROTECTED]> writes: > BjÃrn LindstrÃm wrote: > >> In auth.log, nothing happens when I try to log in via FTP. In >> syslog, I get a single line: > >> May 5 16:11:26 lucien in.ftpd[1391]: connect from 127.0.0.1 (127.0.0.1) > > Stable/Sarge/Unstable? Sarge, up-to-date as of to

Re: ftpd login problem

2005-05-05 Thread Robert Vangel
BjÃrn LindstrÃm wrote: In auth.log, nothing happens when I try to log in via FTP. In syslog, I get a single line: May 5 16:11:26 lucien in.ftpd[1391]: connect from 127.0.0.1 (127.0.0.1) Stable/Sarge/Unstable? Also try /var/log/messages (I am not *exactly* sure where ftpd's messages are going t

Re: ftpd login problem

2005-05-05 Thread Björn Lindström
Robert Vangel <[EMAIL PROTECTED]> writes: > BjÃrn LindstrÃm wrote: > >> Suddenly nobody can login to ftp on my machine (the 'ftpd' package, >> everythin from the latest testing release). I haven't touched any >> settings that could affect it (for ftpd, pam, inetd, or anything else >> I can think o

Re: ftpd login problem

2005-05-05 Thread Robert Vangel
Björn Lindström wrote: Suddenly nobody can login to ftp on my machine (the 'ftpd' package, everythin from the latest testing release). I haven't touched any settings that could affect it (for ftpd, pam, inetd, or anything else I can think of), so I suppose someone else will have this problem too. A

Re: ftpd-ssl

2003-02-19 Thread Matus \"fantomas\" Uhlar
-> I have ftpd-ssl running, it seems to work very well. -> -> As far as I can tell it just uses port 22, neat, this seems to make the -> problems of ftp, port, firewalls, passive clients etc, go away, just open and -> forward port 22. No. the FTP protocol defines 2 TCP connection: control and d

Re: ftpd-ssl

2003-02-19 Thread Matus \"fantomas\" Uhlar
-> A simple (perhabs stupid) question concerning this topic: Is there a way -> to disable logins over ssh while permitting sftp-access? there is a possibility to give users shell that won't allow them log in, while they will be able to run sftp-server. -- Matus "fantomas" Uhlar, [EMAIL PROTECTE

Re: ftpd-ssl

2003-02-17 Thread Rob Weir
On Mon, Feb 17, 2003 at 10:21:59AM +1100, Joyce, Matthew wrote: > Children's Cancer Institute Australia is the only independent medical > research institute in Australia solely devoted to research into the causes, > prevention and cure of childhood cancer. Our vision is to save the lives of > all c

RE: ftpd-ssl

2003-02-16 Thread Joyce, Matthew
> I don't know of a single native Windows or Mac ftp client > that supports it. For that matter, the last time I checked > support in the UNIX world wasn't that great either. Most of > my ftp is through wget or ncftp (in both Linux and Windows) > and I don't think either one supports ssl-ftp.

Re: ftpd-ssl

2003-02-16 Thread Sven Hoexter
On Sun, Feb 16, 2003 at 06:22:28PM +0100, Burkhard Ritter wrote: > On Sat, 15 Feb 2003, Michael Heironimus wrote: Hi, > > I think it's partly a chicken-and-egg problem. Why use it when almost no > > software supports it and almost no sites use it? Why enable it on your > > site when almost nobody

Re: ftpd-ssl

2003-02-16 Thread Burkhard Ritter
On Sat, 15 Feb 2003, Michael Heironimus wrote: > On Sat, Feb 15, 2003 at 07:09:21PM -0800, Eric G. Miller wrote: > > Probably more people would use it if more ftp clients supported it... > > I don't know how well it's supported in MS and Apple worlds... > > I don't know of a single native Windows

Re: ftpd-ssl

2003-02-15 Thread Michael Heironimus
On Sat, Feb 15, 2003 at 07:09:21PM -0800, Eric G. Miller wrote: > Probably more people would use it if more ftp clients supported it... > I don't know how well it's supported in MS and Apple worlds... I don't know of a single native Windows or Mac ftp client that supports it. For that matter, the

Re: ftpd-ssl

2003-02-15 Thread Eric G. Miller
On Sun, Feb 16, 2003 at 01:52:17AM +, mjoyce wrote: > I have ftpd-ssl running, it seems to work very well. > > As far as I can tell it just uses port 22, neat, this seems to make the > problems of ftp, port, firewalls, passive clients etc, go away, just open and > forward port 22. > > Is th

Re: ftpd - slow to connect

2001-10-01 Thread Tommi Jensen
On Sun, Sep 30, 2001 at 08:20:13PM +0100, Alex Hunsley wrote: > > It's a small network in our house, with a linux box acting as a DHCP and name > server > > since reserved ips are just that, reserved, there are no dns-ptr values for > > it > > so in-addr.arpa lookups will fail unless you set

Re: ftpd - slow to connect

2001-09-30 Thread Alex Hunsley
Tommi Jensen wrote: > > On Sun, Sep 30, 2001 at 05:36:27PM +0100, Alex Hunsley wrote: > > I'm running the standard ftpd on my debian (potato) machine. When I ftp in, > > there is a 20 second pause between the message "Connected to " and > > the > I'm guessing you are having these problems on a LA

Re: ftpd - slow to connect

2001-09-30 Thread Alex Hunsley
Sven Hoexter wrote: > > On Sun, Sep 30, 2001 at 05:36:27PM +0100, Alex Hunsley wrote: > > Hi, > > > I'm running the standard ftpd on my debian (potato) machine. When I ftp in, > > there is a 20 second pause between the message "Connected to " and > > the > > login prompt actually coming up. Is

Re: ftpd - slow to connect

2001-09-30 Thread Alex Hunsley
Sven Hoexter wrote: > > On Sun, Sep 30, 2001 at 05:36:27PM +0100, Alex Hunsley wrote: > > Hi, > > > I'm running the standard ftpd on my debian (potato) machine. When I ftp in, > > there is a 20 second pause between the message "Connected to " and > > the > > login prompt actually coming up. Is

Re: ftpd - slow to connect

2001-09-30 Thread Tommi Jensen
On Sun, Sep 30, 2001 at 07:02:56PM +0200, Tommi Jensen wrote: > quickfix: add all clients to the ftp-server to hosts(5) de-garbled: add all client hosts to the ftp-server's hosts(5) -- Yours Digitally, Tommi Jensen ^ /e\There is no conspiracy --- pgpweAybHeB21.pgp Description:

Re: ftpd - slow to connect

2001-09-30 Thread Tommi Jensen
On Sun, Sep 30, 2001 at 05:36:27PM +0100, Alex Hunsley wrote: > I'm running the standard ftpd on my debian (potato) machine. When I ftp in, > there is a 20 second pause between the message "Connected to " and > the I'm guessing you are having these problems on a LAN with client(lan)->server(lan) w

Re: ftpd - slow to connect

2001-09-30 Thread Sven Hoexter
On Sun, Sep 30, 2001 at 05:36:27PM +0100, Alex Hunsley wrote: Hi, > I'm running the standard ftpd on my debian (potato) machine. When I ftp in, > there is a 20 second pause between the message "Connected to " and > the > login prompt actually coming up. Is there any reason for this delay? Is it

Re: ftpd security fixes?

2001-04-06 Thread Brandon High
On Fri, 6 Apr 2001 [EMAIL PROTECTED] wrote: > > anyone hear about any security fixes for ftpds that were > found a few weeks ago ? haven't seen any news on > security.debian.org. Try asking on the debian-security list. I haven't seen anything about ftp on the list though -B -- Brandon High

Re: ftpd

2001-01-23 Thread Robert L. Yelvington
the "ftp" at the beginning of the line is the service name as defined in /etc/services...I think someone else already stated that. the "daemon" name or service name to use in your allow/deny files in your case is "in.ftpd". try it again with "in.ftpd" and i'll bet you a brew it'll work! (sam adam

Re: ftpd

2001-01-23 Thread Jeff Weatherford
ok...now i'm even more confused...here is what they say... first of all...a line from my inetd.conf: #:STANDARD: These are standard services. ftp stream tcp nowait root/usr/sbin/tcpd /usr/sbin/in.ftpd now, tcpdmatch says that there is no process called "ftp in that file..

Re: ftpd

2001-01-23 Thread Robert L. Yelvington
If you don't want inetd to start a service, comment them out of inetd.conf. Also tcp wrappers comes with 2 tools...tcpdchk and tcpdmatch. use them to test and to list your deny/allow policies, respectively, as follows: tcpdmatch 127.0.0.1 tcpchk -v hope this helps! robt Jeff Weatherford wrot

Re: ftpd

2001-01-23 Thread Jeff Weatherford
i tried that fix, and it didn't work (after re-starting inetd)...here is what it saying: 421 Service not available, remote server has closed connection i even tried to call in.ftpd directly, with no sucess... -jeff At 03:10 PM 1/23/01 -0600, you wrote: On Tue, 23 Jan 2001, Jeff Weatherford

Re: ftpd

2001-01-23 Thread Casey Webster
On Tue, 23 Jan 2001, Jeff Weatherford wrote: > Ok here is one for you: > > I'm running ftp out of inetd (i know...i will write a script to start it in > the correct place soon) I have re-started inetd when ever i change > anything in hosts allow/deny, etc. > Its commonplace to run ftp from

Re: ftpd - howto? / what ftpd is best?

2000-10-30 Thread Ethan Benson
On Mon, Oct 30, 2000 at 01:18:27PM +0100, [EMAIL PROTECTED] wrote: > Yes, > i thought it would be good to use linux-ftpd cause it was said it's more > secure... personally i like to use the easy proftpd more (although the > configuring is a little too easy or abstract and doesn't work always as it

Re: ftpd - howto? / what ftpd is best?

2000-10-30 Thread m_g_m
Yes, i thought it would be good to use linux-ftpd cause it was said it's more secure... personally i like to use the easy proftpd more (although the configuring is a little too easy or abstract and doesn't work always as it should and I don't get a notice [as I had with my Red Hat box] if the pro

Re: ftpd - howto?

2000-10-29 Thread sena
I heard that Michael P. Soulier wrote this on 29/10/00: > > I suggest that, if you don't want to use proftpd (very good daemon), you > > should use wu-ftpd instead of ftpd. > > Why's that? Security issues? > Features? Documentation? Ease of configuration? Well, the award for the first and

Re: ftpd - howto?

2000-10-29 Thread Michael P. Soulier
On Sun, Oct 29, 2000 at 05:25:14PM +, sena wrote: > And why did you change from proftpd to ftpd (netkit's ftpd)?? > > I suggest that, if you don't want to use proftpd (very good daemon), you > should use wu-ftpd instead of ftpd. Why's that? Security issues? Mike -- Michael P. Sou

Re: ftpd - howto?

2000-10-29 Thread sena
I heard that [EMAIL PROTECTED] wrote this on 29/10/00: > after the nice responses last time, I want to try again now. > I followed the ftp-user-discussion and thought I'd better change from > proftpd which was installed pretty easy to ftpd. > And why did you change from proftpd to ftpd (netkit's

Re: Ftpd setup

2000-10-17 Thread Ethan Benson
On Tue, Oct 17, 2000 at 11:04:36AM -0700, Jay Kelly wrote: > Hello Guys, > I have FTPD installed and was wondering how I change the default directory. > Also how can I add users just for the ftp and not to have access to login > via ssh or something. I looked for the man pages but there are none >

Re: FTPD configuration

2000-10-17 Thread Ethan Benson
On Tue, Oct 17, 2000 at 10:33:09AM -0700, Jay Kelly wrote: > Hello All > Where would I change the root directory for FTPD. I also want to add a user > that has only access to one directory and cant see anything else. How is > this doen? > Thanks add thier username to /etc/ftpchroot. note this is

Re: ftpd and proftpd with package management

1999-09-13 Thread Marcin Owsiany
On Mon, Sep 13, 1999 at 08:22:08PM +0200, Olaf Conradi wrote: > Hi, > > I had proftpd installed (on the standerd port) and ftpd on a > non-standard port. But the ftp daemons now have a dependency on > ftp-server, which allows only one to be installed on a system at the same > time. > > How can I

Re: ftpd and nis

1999-05-07 Thread erakeon
Michel Kaempf wrote: > On Mon, May 03, 1999, Kenneth Johansson wrote: > > I have a problem with ftp to debian when it is configured to use nis. > > > > Everything works OK as long as I have a normal user entry in /etc/passwd > > but when I take the user account infomation from nis fptd wont allow

Re: ftpd and nis

1999-05-06 Thread Michel Kaempf
On Mon, May 03, 1999, Kenneth Johansson wrote: > I have a problem with ftp to debian when it is configured to use nis. > > Everything works OK as long as I have a normal user entry in /etc/passwd > but when I take the user account infomation from nis fptd wont allow the > user to connect. Telnet a

Re: ftpd

1998-12-23 Thread Rafael Kitover
Rick Knebel wrote: > I then upgraded to slink and everytime I try to ftp into my home machine from > work i get connection refused. > I wrote: > Hrm, try apt-get install ftp;apt-get install ftpd. Sorry, I was writing that from work and didn't check. Both ftp and in.ftpd are still in netstd: % d

Re: ftpd

1998-12-23 Thread john
Rick Knebel wrote: > I then upgraded to slink and everytime I try to ftp into my home machine from > work i get connection refused. Rafael Kitover writes: > Hrm, try apt-get install ftp;apt-get install ftpd. And file a bug against netstd. -- John HaslerThis posting is in the pub

Re: ftpd

1998-12-22 Thread Rafael Kitover
On Tue, Dec 22, 1998 at 05:51:25PM -0500, Rick Knebel wrote: > Hi, > > In my continuing struggle to get to know the debian distro i ran into another > problem. > I installed ham and anonymous ftp worked just fine. > > I then upgraded to slink and everytime I try to ftp into my home machine from

Re: ftpd

1998-10-11 Thread Matt Garman
On Sun, Oct 11, 1998 at 01:26:26AM -0500, Default Debian Reader wrote: > I have put a sym link in /home/ftp to some other directory on my machine. > However when doing ftp and loging in anonymously and i try to the cd to > the symlink it says no such file or directory. Can anyone help? Thanks > m

Re: ftpd rejects all users ! (SOLVED)

1997-04-21 Thread Alexandre Lebrun
The base distribution for bo does not include the file /etc/shells , that defines the authorized login shells That causes ftpd to reject the users (they don't have a qualified login shell). Thank you all for your help !! Alexandre -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "u

Re: ftpd rejects all users !

1997-04-21 Thread Alex Romosan
make sure that whatever shell your users use is listed in /etc/shells. for some strange reason /bin/tcsh is not there by default. --alex-- -- | I believe the moment is at hand when, by a paranoiac and active | | advance of the mind, it will be possible (simultaneously with | | automatism and

Re: ftpd rejects all users !

1997-04-20 Thread Alexandre Lebrun
Thank ! It was that. But the file is neither in the base file (base1_3.tgz) nor in base-passwd. (on ftp.debian.org) Are you sure this gets corrected soon ? Else it should be reported. bye, Alexandre On Sun, 20 Apr 1997, Christian Meder wrote: > On Apr 20, Alexandre Lebrun wrote > > I reins

Re: ftpd rejects all users !

1997-04-20 Thread Christian Meder
On Apr 20, Alexandre Lebrun wrote > I reinstalled debian last week from scratch, and I see today that I can't > connect to my box per ftp, even from itself. > > here is a transcript of a typical session : > > bash> ftp lebrun > Connected to lebrun.kawo1.rwth-aachen.de. > 220 lebrun FTP server (V

Re: /etc/inetd.conf broken (was Re: ftpd refusing connections)

1997-04-20 Thread Alexandre Lebrun
I tried with your conf file, I installed wu-ftpd. Nope, there is another problem thank you for trying. And perhaps it works for other .. Alexandre On Sun, 20 Apr 1997, Brandon Mitchell wrote: > Sorry I deleted the orig message but I just noticed that I was having the > same ftp problem someon

/etc/inetd.conf broken (was Re: ftpd refusing connections)

1997-04-20 Thread Brandon Mitchell
Sorry I deleted the orig message but I just noticed that I was having the same ftp problem someone else was having. It looks like my /etc/inetd.conf got messed up after an unstable upgrade today. I replaced it with an old version and all is better now. I'll put up the old version on my computer

Re: Ftpd annoyance - DIR doesn't work for anonymous ftp

1996-05-04 Thread Alexander Goldstein
On Sat, 4 May 1996, David M Smith wrote: > > "Mark" == Mark Eichin <[EMAIL PROTECTED]> writes: > > Definitely agree with this. It would be nice to have an anon-ftp > package which would set up ~ftp as appropriate (but not as extremely > as Mark suggests!) > There is already such thing out t

Re: Ftpd annoyance - DIR doesn't work for anonymous ftp

1996-05-04 Thread Ian Jackson
David M. Smith writes ("Re: Ftpd annoyance - DIR doesn't work for anonymous ftp"): > >>>>> "Mark" == Mark Eichin <[EMAIL PROTECTED]> writes: > Mark> (There's something to be said for having the debian ftpd package > Mark> either ha

Re: Ftpd annoyance - DIR doesn't work for anonymous ftp

1996-05-04 Thread Dirk . Eddelbuettel
David> It would be nice to have an anon-ftp package which would set up ~ftp David> as appropriate Just install wu-ftpd. You will see that Debian has one just like you suggest here. -- Dirk Eddelb"uttel http://qed.econ.queensu.ca/~edd

Re: Ftpd annoyance - DIR doesn't work for anonymous ftp

1996-05-04 Thread Ian Jackson
David M. Smith writes ("Ftpd annoyance - DIR doesn't work for anonymous ftp"): > I've just enabled anonymous ftp to my Debian 1.1 Linux box according > to the instructions in the ftpd manpage. [...] Oh dear. Of course the right thing to do is to install wu-ftpd. Could the ftpd manpage be change

Re: Ftpd annoyance - DIR doesn't work for anonymous ftp

1996-05-04 Thread David M Smith
> "Mark" == Mark Eichin <[EMAIL PROTECTED]> writes: Mark> (There's something to be said for having the debian ftpd package Mark> either handle this or include a script to do so... even if it Mark> means "dpkg --root ~ftp -i base*.deb" :-) Definitely agree with this. It would be nice to have a

Re: Ftpd annoyance - DIR doesn't work for anonymous ftp

1996-05-04 Thread Brian C. White
> Any ideas on how to enable DIR for anonymous ftp users? Here is what I have in my directories. This was setup automatically when I installed "wu-ftpd", I believe. gatekeeper:~ftp# dir bin gzip* ls*tar* zip* gatekeeper:~ftp# dir lib ld.so* libc.so.4@ libc.so.4.6.2

Re: Ftpd annoyance - DIR doesn't work for anonymous ftp

1996-05-03 Thread Mark Eichin
This is probably the most frequently asked question over on the wu-ftpd list :-) Easy way: compile ls from sources, but use gcc -static at the end so it doesn't need shared libs. Works on all systems. Hard way: update a *lot* more of lib, you need ld.so and/or ld-linux.so, and you need to run ldc

Re: Ftpd annoyance - DIR doesn't work for anonymous ftp

1996-05-03 Thread Richard Kettlewell
>I've just enabled anonymous ftp to my Debian 1.1 Linux box according >to the instructions in the ftpd manpage. All works fine, except that >it appears that an anonymous ftp user cannot use the command "DIR" >and "ls -l" doesn't work (both report no files). This works fine for >regular users. I