> Hi,
>
> For testing purposes, I am trying to build a quite old (read slow)
> machine. It happens that every time I start a buildworld, I will have
> to leave before the end. And next morning the shell I was using to run
> the buildworld will have terminated for some reason.
>
> So I cannot see if the make did finished successfully or not.
>
> Is there a way to check that make buildworld did finished
> successfully?
>

Sounds like you are ssh'ing in to the box and the ssh session is
disconnected before morning? If so when you connect to the box run screen
before you build world. Then in the morning you can reconnect to the same
session after ssh'ing to the box with screen -rd.


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to