From owner-freebsd-stable Tue Oct 10 19:31:32 2000 Delivered-To: freebsd-stable@freebsd.org Received: from terminus.rootprompt.net (mail.rootprompt.net [208.53.161.251]) by hub.freebsd.org (Postfix) with ESMTP id 51F6B37B503 for ; Tue, 10 Oct 2000 19:31:29 -0700 (PDT) Received: from jove (recon.rootprompt.net [192.168.1.2]) by terminus.rootprompt.net (Postfix) with SMTP id 0447845C02; Tue, 10 Oct 2000 21:31:10 -0500 (CDT) Reply-To: From: "Robert Banniza" To: "Scot W. Hetzel" , "Nader Turki" Cc: Subject: RE: make world Date: Tue, 10 Oct 2000 21:32:39 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <022b01c03329$f3447700$8dfee0d1@westbend.net> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Rather than doing a 'make buildworld &', wouldn't you want to do a 'nohup make buildworld' to keep the process running even after getting disconnected? I thought the & only put the process in the background and that the bg process would stop after being disconnected. Maybe I'm misled here. Robert -----Original Message----- From: owner-freebsd-stable@FreeBSD.ORG [mailto:owner-freebsd-stable@FreeBSD.ORG]On Behalf Of Scot W. Hetzel Sent: Tuesday, October 10, 2000 9:20 PM To: Nader Turki Cc: freebsd-stable@FreeBSD.ORG Subject: Re: make world From: "Nader Turki" > Sorry I didn't explain the problem. > I'm doing make world remotely using telnet. > I got disconnected from the Network, had to wait for a while till my cable > modem work and i telnet again to my server and did make world again 'cause > it was stoped. > Is that going to be a problem? I mean should I do somethin' else them make > world? 'cause the first time it was done almost half way. > In stead of doing a "make world", you should do a "make buildworld &". This will start building your sources in the background, then if you get disconnected the "make buildworld" will continue in the background. Then all you need to do is "make build|installkernel" and "make installworld" after you reconnected and verified that the build process has completed. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message