Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Logs via network (Score 1) 347

Randomly swapping system components to see what's broken? Where have I heard that one before:

Q: How can you recognise a DEC field circus engineer with a flat tire?
A: He's changing one tire at a time to see which one is flat.

Q: How can you recognise a DEC field circus engineer who is out of gas?
A: He's changing one tire at a time to see which one is flat.

http://www.catb.org/jargon/html/F/field-circus.html

Comment Re:Logs via network (Score 1) 347

Found pretty much what I was looking for - the journal library mmap()s the requested journal file and watches for additions using inotify event queues. So, everything is going through the disk before it goes out to the network.

No, going to memory -- even if it's written sync the in-memory cache and inode will get updated before the disk write is done, so the write to the network should happen in parallel with the write to the disk.

Comment Re:The pain isn't in the switch (Score 1) 347

So don't ask it to do that, then.

You do know that the default is not to restart?

And that even if you do and for that then the restart attempts are rate-limited, just like with traditional init(1).

(Which is one of the biggest problems with the whole sysvinit horror -- it hardly uses the existing possibilities of init(1)).

Comment Re:I like how this got marked troll (Score 1) 347

Once upon a time (in 1977 actualy) I learned to program (in Fortran on an ICL 1903T). When introduced to the concept of files I was intrigued by the idea of "binary" files: "cool" I thought, "I can hide things in there and nobody can read them, 'cos it's binary". Image my disgust when I found that a simple "cat" to the terminal recalled all my "hidden" text.

Yes, the contents of a binary file are a bunch of ones and zeroes, but so are the contents of a "text" file.

Slashdot Top Deals

Work continues in this area. -- DEC's SPR-Answering-Automaton

Working...