[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian boot system



On Sat, 07 Oct 2000, Michael Moerz wrote:
> To write a new make? Do you really think that would be so easily done?
> what kind of language will you be using? perl?????
No, to write a new minimake, that can even use remarks telling it what rules 
to seek and run, without supporting any variables or other make features. 
This should be good enough for the first steps, getting /usr/bin accessible.

> As I stated before the right ordering and the guarantied not mixed OUTPUT
> is the biggest concern when it comes to parallelisation. Also knowing when
> and what was executed might help when having problems with this parallel
> stuff.
Line-output does not seem to get mixed (output is flushed on a per-line 
basis), and using seperate log files does resolve this, as timestamps are 
attached to each message, you know at ANY given point what was running, what 
was loading, and what anything said.

> might be that for a 5-minute one it's a very good draft, for giving things
> a first try even too, but for a distro some more points have to met.
> I'd say getting back to making a more detailed draft, that meets the
> OUTPUT problem is good idea to start with.
Alright, I could simply redirect the output of every script I run to $@.log, 
and have it add a timestamp of when the log was started at least, if the 
daemon doesn't add timestamps to its output.

Eyal Lotem



Reply to: