Re: bug in ftp client?

2003-06-29 Thread Mike Heffner
On 28-Jun-2003 Marco Wertejuk wrote: | I don't know since when this happens, but I've noticed, | that the ETA time looks strange: | Doh, looks like I included the wrong patchset when I did the latest import. I've just fixed this in CVS. Thanks, Mike -- Mike Heffner <[EMAIL PROTECTED

bug in ftp client?

2003-06-27 Thread Marco Wertejuk
I don't know since when this happens, but I've noticed, that the ETA time looks strange: While fetching this file: lrwxr-xr-x 1 ftp ftp 36 Jun 27 15:43 live-current.iso -> live-5.1-CURRENT-20030627-JPSNAP.iso -rw-r--r-- 1 ftp ftp 238714880 Jun 27 15:42 live-5.1-CURRENT-20030627-JPSNA

Re: FTP client dumping core

2003-06-15 Thread Mike Heffner
On 05-Jun-2003 Fred Souza wrote: |> Try this patch: | | Yes, it works now, thanks. Will this patch be commited to src, or | should I keep it and apply locally? | | Please try the latest lukemftp import which includes Maxim's patch. Mike -- Mike Heffner <[EMAIL PROTECTED]>

Re: FTP client dumping core

2003-06-06 Thread Fred Souza
> Try this patch: Yes, it works now, thanks. Will this patch be commited to src, or should I keep it and apply locally? Fred -- "How much does it cost to entice a dope-smoking UNIX system guru to Dayton?" -- UNIX/WORLD's First Annual Salary Survey, Brian Boyle pgp0

Re: FTP client dumping core

2003-06-06 Thread Maxim Konovalov
On Thu, 5 Jun 2003, 12:57-0300, Fred Souza wrote: > > Try this patch: > > Yes, it works now, thanks. Will this patch be commited to src, or > should I keep it and apply locally? I have posted the patch to [EMAIL PROTECTED], hope he will commit it soon or later. FreeBSD will get this code wit

Re: FTP client dumping core

2003-06-05 Thread Maxim Konovalov
On Wed, 4 Jun 2003, 20:58-0300, Fred Souza wrote: > > I think what Kris ment was something similiar to > > > > cd /usr/src/usr.bin/ftp > > make clean > > make DEBUG_FLAGS="-g" all install > > Ahh, yes, with that I can see where the problem is. It's because of my > custom prompt, which should l

Re: FTP client dumping core

2003-06-05 Thread Fred Souza
> I think what Kris ment was something similiar to > > cd /usr/src/usr.bin/ftp > make clean > make DEBUG_FLAGS="-g" all install Ahh, yes, with that I can see where the problem is. It's because of my custom prompt, which should look like "ftp [EMAIL PROTECTED]:directory> " Here's the outp

Re: FTP client dumping core

2003-06-05 Thread Kris Kennaway
On Wed, Jun 04, 2003 at 11:46:36PM +0200, Morten Rodal wrote: > On Wed, Jun 04, 2003 at 03:21:45PM -0300, Fred Souza wrote: > > > Can you rebuild ftpd with ggdb in CFLAGS and repeat the traceback? > > > > The ftpd? I don't have access to it, sorry. If you meant the

Re: FTP client dumping core

2003-06-05 Thread Morten Rodal
On Wed, Jun 04, 2003 at 03:21:45PM -0300, Fred Souza wrote: > > Can you rebuild ftpd with ggdb in CFLAGS and repeat the traceback? > > The ftpd? I don't have access to it, sorry. If you meant the ftp > client, here's the output from gdb (the same as before): I

Re: FTP client dumping core

2003-06-05 Thread Fred Souza
> Can you rebuild ftpd with ggdb in CFLAGS and repeat the traceback? The ftpd? I don't have access to it, sorry. If you meant the ftp client, here's the output from gdb (the same as before): (gdb) run x.y.z.w Starting program: /usr/bin/ftp x.y.z.w (no debugging symbols

Re: FTP client dumping core

2003-06-05 Thread Kris Kennaway
On Wed, Jun 04, 2003 at 02:05:58PM -0300, Fred Souza wrote: > Hello, > > I just noticed this (and I think it never happened to me before): > > torment:~! ftp x.y.z.w > Connected to x.y.z.w. > 220 h4w h4w h4w > Name (x.y.z.w:fred): anonymous > 530 Sorry, no ANONYMOUS access allowed. >

FTP client dumping core

2003-06-05 Thread Fred Souza
Hello, I just noticed this (and I think it never happened to me before): torment:~! ftp x.y.z.w Connected to x.y.z.w. 220 h4w h4w h4w Name (x.y.z.w:fred): anonymous 530 Sorry, no ANONYMOUS access allowed. ftp: Login failed. Segmentation fault (core dumped) torment:~! And runn

Re: ftp client bug

2000-06-23 Thread Max Khon
hi, there! On Fri, 23 Jun 2000, Dmitry Valdov wrote: > There is a problem in ftp client in all FreeBSD versions. It isn't dangerous > but probably should be fixed. > > > uname -a > FreeBSD work.dv.ru 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Thu Jun 22 19:41:50 > MSD 2000

ftp client bug

2000-06-23 Thread Dmitry Valdov
Hi! There is a problem in ftp client in all FreeBSD versions. It isn't dangerous but probably should be fixed. > uname -a FreeBSD work.dv.ru 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Thu Jun 22 19:41:50 MSD 2000 [EMAIL PROTECTED]:/usr/src/sys/compile/WORK i386 > ftp localhost C

ftp client

1999-10-16 Thread Brian Somers
Anyone know what this is all about ? I'm using ``ftp -pV'' as my fetch command. Is ftpd on *all* these systems really stupid enough to time out the control channel when the data channels busy ? Should ftp be changed so that it does the occasional NOOP ? >> Attempting to fetch from >ftp://s

Re: FTP client dies when not in passive mode?

1999-03-16 Thread Sheldon Hearn
On Tue, 16 Mar 1999 19:32:48 GMT, Karl Pielorz wrote: > I know about the command line/environment variables that can be used to > override this - but it's still annoying (see below)... Taken off-line. Ciao, Sheldon. To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd

Re: FTP client dies when not in passive mode?

1999-03-16 Thread Karl Pielorz
Sheldon Hearn wrote: > See the ftp(1) manpage for an explanation. I know about the command line/environment variables that can be used to override this - but it's still annoying (see below)... > In future, please refer general questions related to FreeBSD to the > freebsd-questions mailing list

Re: FTP client dies when not in passive mode?

1999-03-16 Thread Sheldon Hearn
On Tue, 16 Mar 1999 18:14:25 GMT, Karl Pielorz wrote: > Is there any way to stop the FTP client from either taking _ages_, or > just dying stone dead (i.e. CTRL-\ is the only way out - forcing a > core dump) when connecting through Firewalls that only allow Passive > FTP? alias

FTP client dies when not in passive mode?

1999-03-16 Thread Karl Pielorz
This may have been covered before (searching the archives for 'ftp' wasn't such a hot idea :) Is there any way to stop the FTP client from either taking _ages_, or just dying stone dead (i.e. CTRL-\ is the only way out - forcing a core dump) when connecting through Firewalls