btw, has anyone tried to observe boot if you have like ~50 network interfaces? 
it's all useful debug but it's wall of text? but i would not change default

i wouldn't change defaults for kernel too

and our kernel has actually structured output

this is not the case in eg linux kernel or even init, esp init of random 
applicances. basically every kernel module developer prints out ascii art and 
text in formats he personally likes to. sometimes lines are just as if just 
because to print SOMETHING. the result is that you don't understand shit

p.s.: recently there was topic to split wg config out of ifconfig as ifconfig 
is overloaded. well, at least it works. imagine debugging network in linux 
distros. i'm not aware what other oses do, but you can look into ifconfig to 
see that interface is up, then you need to go look if network link is actually 
up from ethtool (?). it's easy to mistake this in hurry or if beginning or 
casual or even experienced adminning. i saw this second hand. i wished to bash 
my head on table because like whyyyy, has anyone ever used this in real life? 
how many mistakes you made? it's all related because this is also consistency, 
readability and general use / understanding type of issue. just like system 
boot logs

Reply via email to