Date: Tue, 10 Oct 2000 21:32:39 -0500 From: "Robert Banniza" <robert@terminus.rootprompt.net> To: "Scot W. Hetzel" <hetzels@westbend.net>, "Nader Turki" <nturki@adelphia.net> Cc: <freebsd-stable@FreeBSD.ORG> Subject: RE: make world Message-ID: <NCBBJOFDILAPLLGMNBONMEJGCOAA.robert@terminus.rootprompt.net> In-Reply-To: <022b01c03329$f3447700$8dfee0d1@westbend.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <nturki@adelphia.net> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NCBBJOFDILAPLLGMNBONMEJGCOAA.robert>