Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

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

Why? A restart of the service may very well clear out any logs relevant to the crash.

You wrote some pretty poor daemons. Since you can't be bothered to use the syslog facility, my suggestion is that you start opening files without calling truncate on them after.

You misunderstand. Syslog is used. The problem is that syslog only keeps so much data. The logs can very quickly cycle through the limited data that syslog holds. I've had systems where multiple daemons work together and an issue that led to a crash would very quickly get cleared out of the logs even with 600MB of log data being held (6x100MB files in rotation, managed by syslog) if the software was simply restarted.

Comment Re:Easy, India or China (Score 1) 303

Nonsense. The Affordable care act for example is intended to do the opposite. Its a flawed semi-done piece of legislation, but that's because the Republicans have done nothing but obstruct as usual.

Publically intended, yes. Truely intended? I doubt it. It's a highly flawed piece of legislation that should never have been passed.

Comment Re:The init system (Score 2) 826

What's broken is this. The initt system assumes:

1) All the subsystems boot quickly 2) None of them need to communicate back and forth about status in complex ways 3) The list isn't too long

There exists lots of users for which one or more of those 3 assumptions are false. If you don't assume those 3 then you would design boot differently.

Take a look at things like OpenRC. It manages a lot of that kind of stuff really really well. I'd much rather have it than systemd.

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

FYI - I've written many daemons. In cases like this, a crash needs to stay down until the admin gets to it.
Why? A restart of the service may very well clear out any logs relevant to the crash.
This is especially true once the service starts relying on things like D-Bus where settings are live and can themselves be the source of the crash, but are not discovered until run-time and there's lots of network/bus talk to get to it.

So no, auto-restart is in 99% of cases NOT a feature.

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

You got a bunch of "upstarts" who don't know, or don't care, about Linux's roots and want to turn it into something it just never was meant to be

When I was a junior network engineer, I sometimes had to work on (what we now consider ancient) technology such as ATM, Frame Relay and ISDN. I even had my share of IPX/SPX. Back in those days, the experienced network engineers with 20+ years of experience despised Ethernet while complaining about those junior folks who knew nothing about the established technologies. As it turned out, all of them are out of a job now. Bottom line is, when it comes to technology progress, roots are pretty much irrelevant. I don't care if something has been done like this for 1000 years. If we can find a better way to do it, let's do it. The question should be whether or not systemd is progress, or an unnecessary burden. History is irrelevant in this case.

From every experience I've had with systemd, I'd say that it is NOT progress. I don't want every little thing integrated in the manner systemd does.

And frankly, OpenRC is a lot better.

Comment If you want a PSA... (Score 1) 300

Personally, I elect not to watch it so as not to encourage more of it; and I do welcome YouTube et al removing the video, etc on the same grounds.

Now, if you want to make an argument for putting a PSA in front of the video, then you don't do it with a charity like the Red Cross. You do with several PSAs - one for the UN, and one for the viewer's country's Military enrollment, and across the world one for enrollment in the US Armed Forces. And you make sure all the PSAs are at least equal in length to the video with a big message of "hey, this is what the world will come to if you don't defend your freedoms".

This avoids the whole "profit" motive, etc that you would have with a charity as well. (And make no mistake, the Red Cross is a charity; a non-profit NGO.)

American of me? Yes. But in this kind of war, that kind of message will be the only way to really fight back - make it against their interest to post the videos to start with but providing more advertising for their enemy than for them, which is what the video is really about (a call to arms for the extremous).

But, as I said - personally I would just take it all down. But if you're going to do it, do it right.

Comment Re:Correction: (Score 1) 338

I have and they remain not as bad as snookering the country into a war based on fabricated evidence. Even some of the R's supporters have come to realize that.

If you're talking about Iraq (which I assume you are), then we were already in an approved war - one that started in the 1990's. Very similar to how we are still technically at war with North Korea (since the 1950's) just have a cease-fire in play. Any how...regarding Iraq - all the intelligence suggested there were WMDs from numerous sources and both parties believed it, not just the Republicans. It wasn't helped at all by Sadam's secrecy and lack of letting the UN see what was going on, which only furthered people believing he actually had WMDs and was hiding them. It wasn't until they were actually able to see things that they could tell the intelligence was bad. No falsication happened; just the inability of intelligence to get at the truth due to the circumstances - like things both US and Russia did during the Cold War to throw the other off, only in Sadam's case it probably had to do more with regional politics than anything else.

Hindsight, as they say, is always 20/20. And as I noted, both sides of the aisle agreed on the intelligence and what it meant.

Comment Re:Big Data (Score 1) 181

Except that if Comcast gets caught doing that, they'll be slapped as common carriers before they can take their next breath. Now, that doesn't mean you're wrong. It just means there is incentive to not play too dirty (purposeful degradation)

Except they have been kind-of caught doing just that; not blatantly. All they have to do is slow down any connection that goes outside of their network - they've already been caught throttling connections.

Comment Re: yeah (Score 1) 338

I agree municipalities should, in general, have the right to install utilities, broadband included. But I also like the idea of state control more than federal control, as it typically promotes more models that can be compared. In the case of municipal broadband, there are a range of successes and failures, including some big money losers. If State money is being used, then the States need to be able to determine the rules. If you don't want State level control, then let the local municipalities & citizens pay for the broadband utility build if they want, but they should also pay the debt if they fail and not ask for a State or Federal bail out.

US Constitution puts things primarily in local control; State is there to moderate the localities, and Federal is there to moderate the states. But it is first and foremost about the people being able to have control.

That said, there's been a lot of "take" at both the Federal and State levels that leave the localities with little control much of the time. All of that needs to change.

Slashdot Top Deals

An authority is a person who can tell you more about something than you really care to know.

Working...