Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2001 10:23:59 +0300
From:      Peter Pentchev <roam@ringlet.net>
To:        parv <parv_@yahoo.com>
Cc:        f-ports <freebsd-ports@freebsd.org>
Subject:   Re: "make fetch" process can't be stopped from keyboard
Message-ID:  <20011012102359.D78786@straylight.oblivion.bg>
In-Reply-To: <20011011235933.A9579@moo.holy.cow>; from parv_@yahoo.com on Thu, Oct 11, 2001 at 11:59:33PM -0400
References:  <20011011235933.A9579@moo.holy.cow>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 11, 2001 at 11:59:33PM -0400, parv wrote:
> is it just me or did anybody else observe that "make fetch" process 
> cannot be stopped from keyboard (Ctrl-Z, or SIGSTP) anymore and/or 
> after upgrading to 4.4?
> 
> i was happier when the fetch process could be stopped (thus could go in 
> background) -- via Ctrl-Z w/o the need to log on another term to send 
> SIGSTOP -- and would have let me to take care of other things. :<

Did you change anything in your shell's terminal control settings?
With bash-2.05, ^Z seems to work fine for me on a 4.4-stable system:

[root@straylight:v0 /usr/ports/www/zope-zwiki]# make fetch
>> ZWiki-0.9.4.tgz doesn't seem to exist in /usr/ports/distfiles/zope.
>> Attempting to fetch from http://www.zope.org/Members/simon/ZWiki/.
^Z
[1]+  Stopped                 make fetch
[root@straylight:v0 /usr/ports/www/zope-zwiki]#
[root@straylight:v0 /usr/ports/www/zope-zwiki]#
[root@straylight:v0 /usr/ports/www/zope-zwiki]# fg
make fetch
Receiving ZWiki-0.9.4.tgz (76006 bytes): 5%^Z
[1]+  Stopped                 make fetch
[root@straylight:v0 /usr/ports/www/zope-zwiki]# ls
Makefile        pkg-comment     pkg-message
distinfo        pkg-descr       pkg-plist
[root@straylight:v0 /usr/ports/www/zope-zwiki]# fg
make fetch
Receiving ZWiki-0.9.4.tgz (76006 bytes): 33%^C
25828 bytes transferred in 11.7 seconds (2.16 kBps)
fetch: transfer interrupted

[root@straylight:v0 /usr/ports/www/zope-zwiki]# uname -a
FreeBSD straylight.oblivion.bg 4.4-STABLE FreeBSD 4.4-STABLE #49: Tue Oct  9 15:35:25 EEST 2001     roam@straylight.oblivion.bg:/usr/obj/usr/src/sys/RINGWORLD i386
[root@straylight:v0 /usr/ports/www/zope-zwiki]#

G'luck,
Peter

-- 
This sentence is false.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011012102359.D78786>