Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

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

You certainly _can_ run ejabberd on any other port. However, lots of clients can only connect through the port 443, so you have to run ejabberd on this port. And it was not possible to setup nginx as a proxy, because ejabberd only pretends to be HTTPS.

Of course, if you control the network of all your clients then you can just use the port 5223 (SSL version).

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

SSH verifies the identity of both endpoints, and it's impossible to hijack the user's password even in case of MITM. But it's possible to do this if you intercept MySQL port (passwords are sent in the clear) and then you can probably use the gleaned password to do all sorts of bad stuff. Ditto for PostgreSQL.

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

Detecting this race condition is the hard part. Once you identify it, it's fairly easy to fix it by adding explicit dependencies and/or locking.

The thing is, systemd really solves the root case of race conditions, by not depending on accidents of timing and detecting interdependencies automatically.

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

There are no real reasons to wait for BIND9 to shut down gracefully. Abrupt shutdown might terminate ongoing zone transfers but they'd be resumed once BIND is again started.

But if you have something that should genuinely be restarted gently (like a in-memory database, for example), systemd supports that just fine:

KillMode=none
TimeoutStopSec=0

It's stupid, but you CAN do it just fine. It simply makes no sense to do by default.

Comment Re:Told ya... (Score 2) 207

You seem to cling to the illusion, don't you? Mother Theresa's charity got _billions_ in donations over its lifetime. More than enough to spend more than $50 million dollars on Mother Theresa's air travels alone. Which could have been enough to buy strong analgesics for those who really needed them (hint: not EVERYBODY in her Homes). And her organization also spent at least tens of millions on anti-abortion and anti-contraception propaganda.

Basically every study that tries to look into the matters in details comes to the same conclusion - she was a fraud and a fanatic. The most recent one: http://www.independent.co.uk/v...

Comment Re:Told ya... (Score 2) 207

Here's an excerpt:

On principle, strong painkillers are even in hard cases not given. According to Mother Teresa's bizarre philosophy, it is "the most beautiful gift for a person that he can participate in the sufferings of Christ". Once she tried to comfort a screaming sufferer: "You are suffering, that means Jesus is kissing you!" The man got furious and screamed back: "Then tell your Jesus to stop kissing."

Slashdot Top Deals

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

Working...