Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:How systemd became Debian's default init system (Score 3, Insightful) 550

What I see reading that is that the OpenRC was not seriously considered. There are a bunch of claimed requirements that appear to rule out OpenRC, but I don't see those requirements tracked back to any benefits. Perhaps the justification for those requirements is obvious to those who made the decision, but it isn't obvious to me.

Taking the requirements in turn:

* Lack of integration with kernel-level events to properly order startup.

So what? OpenRC has dependency built in and the added improvement of integration with kernel-level events would bring only a very minor improvement.

* No mechanism for process monitoring and restarting beyond inittab.

In my experience, this is solving a non-problem. I don't experience processes dying and needing an immediate re-start without any other action.

* Heavy reliance on shell scripting rather than declarative syntax.

So what?

* A fork and exit with PID file model for daemon startup.

Not sure what advantage this brings.

Comment Re:single payer (Score 1) 258

Perhaps we both should look up the word. While we're at it, let's look up Obama's preferred policy, "single payer". Wouldn't it be interesting if the two terms were synonymous.

Perhaps it would be interesting if the two terms were synonymous, but they are not. Had Obama advocated for all healthcare providers being directly employed by the government, all healthcare facilites owned by the government, that would be socialism. But he didn't. There is a difference between the government directly providing medical care and the government paying private companies to provide medical care. One is socialism and the other isn't.

But you don't care. All you care about is that he is left of your own views and any suggestions that he is not socialist don't fit into your ideology, so they can't be true, can they?

Comment Re:Private Links != Paid Priority (Score 1) 258

Full Disclosure: I am a network ops engineer for Comcast.

Please tell me why (a few years ago), Comcast decided to block my VPN ESP packets. Yes, the VPN established a connection, but the payload was never delivered.

What network reason was there for this? Other people noticed it at the time and I can still see reports of this going on.

Clearly, your claim to transport all packets equally has not always been true and may not be true now.

Submission + - US Marshals flying cell tower spoofers on small planes. (telegraph.co.uk)

whoever57 writes: The US Marshals Service is running cell tower spoofers on small planes. These devices are called "dirtboxes". The devices are made by Boeing Co. and can collect information from tens of thousands of cellphones in a single flight. When asked about the program, the US Justice department could neither confirm nor deny the reports.

Comment Re:should be banned or regulated (Score 2) 237

Serious question. Forget about questions of fairness, step back and look at first principles and evaluate whether the regulations are of value to society. Were these rules ever necessary? If so, why? Do the same reasons apply to Uber and Lyft?

Some are clearly necessary. Others not so much. Unfortunately, the regulations around medallions are often abut revenue for the city, which merely pushes up costs for the taxi drivers. In return, the taxi drivers get a limit on competition.

Comment Re:DKIM (Score 1) 405

Had the same problem until I started signing my email with DKIM. Suddenly google and friends were accepting it without problems.

I have good DKIM and SPF, and Google accepts my email, but with a fresh Gmail account, it goes into the spam folder. I know that my DKIM and SPF is good because Google sends me DMARC reports saying that my emails passed.

Submission + - Comcast now intercepting and modifying web pages

whoever57 writes: On refreshing my user page on /., I just received a pop-up informing me that I need a new modem. I don't really need a new modem — it is just that Comcast would like to use my house as a wireless POP, providing WiFi service to anyone with a Comcast login.

Since I have wifi in my house, I have zero interest in providing a location from which Comcast can provide wireless service to all and sundry, so the pop-up was a little annoying.

Nevertheless, the wider issue is Comcase deploying technologies to monitor and modify http: requests on the fly.

Have other COmcast users on /. seen this?

Comment Re:First step is to collect data. (Score 1) 405

Regarding the person from yahoo rejecting my email - I can confirm that's not the case. I set up a yahoo account for my self, brand new, and can't email it.

I think that you misunderstand the reply from Yahoo. Yahoo is saying that *someone* flagged emails from your IP address as spam, so now, Yahoo won't accept *any* emails from your IP address.

Question for others: why is Yahoo rejecting the emails with a 4XX code if Yahoo will never accept the emails. Why not a 5XX code? Using a 4XX code forever seems like poor etiquette.

Comment Re:Same issue... just relayed all outgoing mail (Score 2) 405

Bummer. I was hoping that earlier post about using Comcast as my relay would solve it.

A Comcast residential account can be used to send emails through Comcast's servers with any "from" address (using my Comcast login and smtp auth). I just tried this and it worked. I suggest that you try it with your business account.

Comment Re:First step is to collect data. (Score 1) 405

Contact Hotmail. Somewhere there is a link to contact them about email delivery.

Hotmail was blocking emails from my VPS, but after I contacted them, they put my IP on a list for "conditional accept" -- which the describe as allowing a limited number of emails to be sent from my IP to hotmail. It's enough for my small family server.

Gmail, on the other hand, tends to put emails from my VPS into spam boxes unless there is a history of the recipient receiving from my server.

I now have a problem with mxlogic. mxlogic blocks my IP address with a 550 code. They did not respond to me contacting them.

Basically, too many big email services use block lists that are not updated with enough frequency. My problems are not caused by nearby IP addresses -- the ISP has put in place a transparent email proxy which analyzes and rejects spam (if no TLS) and limits outgoing email rates (if TLS used).

Slashdot Top Deals

"More software projects have gone awry for lack of calendar time than for all other causes combined." -- Fred Brooks, Jr., _The Mythical Man Month_

Working...