Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:From the linked article... (Score 1) 463

Then part (e) needs to be removed or amended. There's a very good reason "texting while driving" is illegal pretty much everywhere: it's fucking dangerous. If he needed to respond "immediately" then he should've pulled the damned car over.

(Also note, in NC cops can be assholes and write you a ticket if the car is on but in park because you are still technically "operating" a vehicle.)

Comment Re:My opinion on the matter. (Score 2) 826

SysVinit doesn't have any way to restart services

Yes it does, and it always has. The problem is init didn't start cron. cron was started by a shell script that was started by a shell script that was a one-shot by init. If cron were a "respawn" task in the inittab, it would, indeed, restart it if it exited. (and disable it if it respawned too often.)

Comment Re:My opinion on the matter. (Score 1) 826

Scope? You've got to be smoking some good shit. As an init system, it's job is to start and stop (and monitor) applications/subsystems. NOT be those subsystems. Start syslog, not replace it. Start login, not replace it. Start ntp, not replace it.

SMF doesn't try to be anything else. And it doesn't 100% eliminate shell scripts -- though they aren't in /etc.

Comment Re:My opinion on the matter. (Score 1) 826

Right. And systemd is going to make every distro in the universe use the exact same tools, in the exact same places, with the exact same filesystem layout, and the exact same configuration methods/languages/etc. HAH! No, major distros will continue to have their own ideas of how things should be done, and systemd will never stop that. The very minute systemd attempts to assert such control it will be dead. (it's a**hole creator will have long abandoned by then.)

Comment Re:My opinion on the matter. (Score 1) 826

If we can find a better way to do it, let's do it.

systemd is hands down, NOT a better way. It's a complicated, overgrown, bloated replacement for numerous systems that were not complicated, did exactly and only what they should, and did so efficiently with fairly simple, time tested code.

Comment Re:Betteridge (Score 1) 248

IPv6 currently has fewer prefixes, but that won't always be the case, and it uses the same TCAM space as everything else. Giving IPv4 a little more space means taking it from something else -- by default that's IPv6 space.

Slashdot Top Deals

This restaurant was advertising breakfast any time. So I ordered french toast in the renaissance. - Steven Wright, comedian

Working...