Stories
Slash Boxes
Comments

News for nerds, stuff that matters

UK ISP PlusNet Accidentally Deletes 700GB of Email

Posted by timothy on Thu Aug 03, 2006 09:47 AM
from the reality-is-no-excuse-dammit dept.
steste writes "A tale of email woe for PlusNET ISP. According to this announcement they have spent the last month attempting to recover 700GB of accidentally deleted emails. By their estimates, up to 12GB of these had yet to be read by their recipients. Despite the efforts of a data recovery specialist, they have now given up on recovering any of the deleted data. Well that's one way to deal with spam." Spam is one thing; I just wonder how inevitable losses like this one square with the EU-wide data retention laws.

Related Stories

[+] IT: ISP Closes Webmail After Spammers Get Addresses 142 comments
An anonymous reader writes "Error prone British ISP PlusNet, who you might remember for accidentally deleting 700GB of customer's e-mail last year, have done it again with a major security gaffe. Their webmail service was compromised this week, and spammers got hold of customers' e-mail addresses who they've been happily spamming away ever since. They've since made the decision to close their webmail service, in the ultimate admission of incompetence for the now BT owned ISP. In an e-mail to their customers, Network director Phil Webb goes on to recommend that their customers install security software, along with telling them that they shouldn't call up to complain. One might suggest that they need to practice what they preach."
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • Conspiracy (Score:5, Funny)

    by zanderredux (564003) * on Thursday August 03 2006, @09:49AM (#15839675)
    (http://www.gentoo.org/)
    "Accidentally deleted", "despite of best efforts"....

    Yeah, right!

  • On the plus side.... (Score:3, Funny)

    by krell (896769) on Thursday August 03 2006, @09:49AM (#15839684)
    (Last Journal: Monday October 02 2006, @08:42AM)
    On the plus side, that's 699GB of spams nobody will have to worry about now.
  • by TouchOfRed (785130) on Thursday August 03 2006, @09:49AM (#15839685)
    My inbox will say, nothing to see here. Move along.
    • Re:I guess if I look at my email (Score:5, Interesting)

      by cayenne8 (626475) on Thursday August 03 2006, @10:14AM (#15839880)
      (http://www.outpimp.com/?x=57020 | Last Journal: Wednesday September 12, @09:15PM)
      That's why I like to run my OWN email server...I can make sure my backups work, and if it fails, I have only myself to blame.
      [ Parent ]
      • Re:I guess if I look at my email (Score:5, Interesting)

        by mrxak (727974) on Thursday August 03 2006, @10:38AM (#15840047)
        I lost about a thousand emails (I had read most of them, thankfully, only really lost-lost about 20-30, many non-critical) a few months ago because back-ups also failed. I guess that's what I get for doing webmail instead of downloading to an actual client. Oh well, wasn't really my fault. And to be honest I'm not sure I trust the report about back-ups failing. I suspect they didn't have any. At least now I'm back to using a client, where I can do my own back-ups locally.
        [ Parent ]
      • Re:I guess if I look at my email by neoform (Score:2) Thursday August 03 2006, @11:12AM
        • Re:I guess if I look at my email (Score:4, Insightful)

          by walt-sjc (145127) on Thursday August 03 2006, @12:16PM (#15840868)
          1) Use your ISP's servers (or other email service) for outbound mail. In 99.9% of "blocking" cases, port 587 (the MSA port) is still open so you CAN use some other service. Inbound is generally not an issue (unless your ISP is on Planet Stupid. In this case, get a real ISP and not one that delivers "damaged" service.)
          2) Use Spamassassin, and tune it according to the WIDELY available docs. SA even runs on Windows.

          [ Parent ]
        • Re:I guess if I look at my email by skiflyer (Score:2) Thursday August 03 2006, @01:11PM
        • Re:I guess if I look at my email (Score:4, Interesting)

          by cayenne8 (626475) on Thursday August 03 2006, @02:10PM (#15841867)
          (http://www.outpimp.com/?x=57020 | Last Journal: Wednesday September 12, @09:15PM)
          "my ISP blocks my smtp server...my spam filters aren't anywhere near as good as those i am provided with gmail or even my ISP's servers..."

          Well, check around. I found most ISP's will offer a business acccount. It is a few dollars a month more than regular, but, like with mine from Cox Cable...I have:

          • Static IP
          • No bandwidth limits
          • No Ports blocked
          • Basic SLA
          It isn't that much more money, and I can run any servers I want, hell, even make a little money hosting small site for people too...

          Check into the 'business account' that many if not most ISP's provide. It may cost a little more, but, that freedom to do and host what you please is quite worth it...to me at least.

          [ Parent ]
      • Re:I guess if I look at my email (Score:5, Interesting)

        by palad1 (571416) on Thursday August 03 2006, @11:16AM (#15840373)
        I ran my own local imap store + fetchmail from my ISP + a very nice backup scheme (scp=>powerbook)

        Then one day, I lost several hard drives in one go (storm). Last week backups were corrupted, had to roll back to 2 weeks backups. I lost 400 mails, my gf lost about 10 mails.

        It's been six months, now I forward everything to several gmail/yahoo accounts, do a local backup of thunderbird's mboxes, and scp the backups to two different machines.

        To this day, I still can hear the screams from my One And Deareast Female User when I cry myself to sleep.

        Bottom line:
          - If you are single, yeah, host your server, it's fun, you learn a lot of stuff.
          - If you are not, paranoïa should be part of your base skillset.
        [ Parent ]
        • Re:I guess if I look at my email (Score:4, Interesting)

          by Fred_A (10934) <fred@ww[ ]net ['na.' in gap]> on Thursday August 03 2006, @12:04PM (#15840777)
          (http://www.fredshome.org/)
          If you have aerial power lines power (common worldwide in the countryside) surges in a storm are indeed a potential problem so a secure power supply for your server is a must. In most cities, this isn't a widespread problem.

          Running your own mail server provides a number of advantages :
          • it's client agnostic (run an IMAP server)
          • you can setup filters easily
          • you can create as many addresses as you like and mangle them as much as you want


          On the other hand, it does require a little knowhow (with the number of HOWTOs floating around it's really not that hard), a dedicated connexion (although nowadays with widespread xDSL or cable this is much less of a problem than it used to be just a few years ago) and some kind of backup system. Some ISPs won't let you run a SMTP server though, in which case there really isn't much you can do (especially if it's the only ISP in your area as seems to be frequently the case in the US).

          For backups I use a little NAT box with 300GB of RAID 1 storage to dump the essential stuff on my network, including the mail directories. They are also copied to a secondary drive inside the mail server.

          Of course as the story illustrates, there is no absolute security. Your house may burn down, an asteroid may obliterate your region, or you might just type a space in the wrong place in your "rm" command ;)

          Apart from that, I've run my own mail server for ages now and I know I wouldn't want it any other way.
          [ Parent ]
        • Re:I guess if I look at my email by mike77 (Score:2) Thursday August 03 2006, @12:11PM
        • Re:I guess if I look at my email by infosec_spaz (Score:2) Thursday August 03 2006, @12:46PM
        • Re:I guess if I look at my email by MyIS (Score:1) Thursday August 03 2006, @01:47PM
        • Re:I guess if I look at my email by Just Some Guy (Score:2) Thursday August 03 2006, @02:06PM
        • 1 reply beneath your current threshold.
      • Re:I guess if I look at my email by Millenniumman (Score:2) Thursday August 03 2006, @11:49AM
      • I ran a POP3/SMTP server for many years. It was a great experience and I learned volumes. Especially about open relays. One day I investigated why no email was being sent or recieved, and found an 800MB cache file clogging up the works thanks to 40,000 spams being sent from China. That took a little while to mop up.

        Spam became such a nuisance that I recently migrated to Google's free Gmail for your domain [google.com] hosting service. It's webmail and POP3 client complient and the spam filter is a friggin marvel. It intercepts at least 199 of every 200 spams. I highly recommend their service! Free access gets you 25 addresses with 2GB each!
        [ Parent ]
      • Re:I guess if I look at my email by chris_7d0h (Score:2) Thursday August 03 2006, @03:36PM
      • Re:I guess if I look at my email by walt-sjc (Score:2) Thursday August 03 2006, @12:22PM
      • 1 reply beneath your current threshold.
    • Re:I guess if I look at my email by Millenniumman (Score:2) Thursday August 03 2006, @11:51AM
  • and got

    404: The requested URL (hardware/06/08/03/1319220.shtml) was not found.

    Looks like PlusNet aren't the only ones losing things!

    I'm here all night, try the veal.
  • old news by pilybaby (Score:1) Thursday August 03 2006, @09:53AM
    • Re:old news by gEvil (beta) (Score:2) Thursday August 03 2006, @09:54AM
  • mudda mudda by Roody Blashes (Score:2) Thursday August 03 2006, @09:53AM
    • Re:mudda mudda by eln (Score:2) Thursday August 03 2006, @10:01AM
      • Re:mudda mudda by spyrochaete (Score:2) Thursday August 03 2006, @01:55PM
      • Re:mudda mudda by cloak42 (Score:1) Thursday August 03 2006, @12:26PM
      • 1 reply beneath your current threshold.
  • by Doches (761288) <Doches@gmaiCHEETAHl.com minus cat> on Thursday August 03 2006, @09:53AM (#15839719)

    I imagine that if this sort of thing were to happen in the U.S., the government would get involved real quick. Not, you know, because some subscribers got hurt, but because all of those precious, precious terrorist communications that were lost forever, dooming the Fort Worth Convention Center to premature destruction at the hands of an angry Palestian truck driver.

    Or maybe this can't happen in the U.S. at all. Maybe there's some quiet deal where large ISPs can simply back their data up on blade servers in Langley...

  • That's not what the laws are for (Score:3, Informative)

    by Yurka (468420) on Thursday August 03 2006, @09:55AM (#15839733)
    (http://slashdot.org/)
    Data retention laws do not facilitate or even mandate data retention, nor are they designed to. All they say is that when (not even if) you lose, misplace or destroy data, the government will come and kick your butt into next Sunday. Which is what shall now unfold.
  • by OakDragon (885217) on Thursday August 03 2006, @09:55AM (#15839736)
    (Last Journal: Friday August 24, @08:52PM)
    Speaking for myself, a previously read email is trash. If there's something I want to save, I save it somewhere else, usually in a couple of places.

    But I know people who use email accounts as a repository for their online lives. Gmail is encouraging this attitude, of course. Now I think Google is probably a little more responsible, but it does give one pause.

    Now, for that unread email, that just sucks eggs for those poor people...

  • shed one tear. . . by AcidLacedPenguiN (Score:1) Thursday August 03 2006, @09:55AM
  • And on and on and on... by TeaSeaLancs (Score:1) Thursday August 03 2006, @09:55AM
  • Data Recovery Specialist (Score:3, Interesting)

    by csplinter (734017) on Thursday August 03 2006, @09:56AM (#15839747)
    If the files were only accidentaly deleted and this was noticed in a timely manner, why would it be so damn diffacult to recover the files. I've seen data recovered from a hard drive that was on fire! (not while they were recovering the data :P )
  • Spam wonderful spam by mcai8rw2 (Score:2) Thursday August 03 2006, @09:58AM
  • Googlymail by Philomathie (Score:1) Thursday August 03 2006, @09:58AM
    • Re:Googlymail by Overzeetop (Score:2) Thursday August 03 2006, @10:16AM
    • Re:Googlymail by Richy_T (Score:2) Thursday August 03 2006, @12:56PM
  • A quote from the ISP (Score:5, Funny)

    by halr9000 (465474) on Thursday August 03 2006, @09:59AM (#15839769)
    (http://halr9000.com/)
    "My bad."
  • Accidentally by mobby_6kl (Score:2) Thursday August 03 2006, @09:59AM
  • Spam is heavy (Score:3, Informative)

    by andrewzx1 (832134) on Thursday August 03 2006, @10:01AM (#15839796)
    (http://www.tampatech.com/ | Last Journal: Wednesday April 27 2005, @08:19PM)
    I administer an Exchange email server for a small company. On average 60% of all our mail is spam and it adds up to several MB of spam per user per week. If users don't make a daily effort to delete spam, it does fill the email storage. Spam is more than annoying, it costs money in storage and processing. You may laugh at the ISP's problem but I have had to manually delete email from user's accounts when they would process their spam. Yes, we have a professional server spam filter, and it works for 99.8% of the time.
  • 12GBs yet to be read? (Score:5, Funny)

    by Rik Sweeney (471717) on Thursday August 03 2006, @10:04AM (#15839807)
    (http://www.parallelrealities.co.uk/)
    By their estimates, up to 12GB of these had yet to be read by their recipients.

    Here's the break down:
    • 3GB: Viagra
    • 3GB: Manhood Enhancements
    • 2GB: Lonely Housewives in your area
    • 3.9GB: Loans
    • 100MB: Various GIFs of the Zidane headbutt from the World Cup
  • Technical details (Score:5, Informative)

    by alanxyzzy (666696) on Thursday August 03 2006, @10:04AM (#15839810)
    According to this posting at ADSLGuide (which might be the text found at one of the links in the announcement linked to above), the initial problem was exacerbated by the technician trying to create a new volume of the same size as the one he had just deleted. This left a load of orphaned i-nodes on the second and third volumes. http://bbs.adslguide.org.uk/showthreaded.php?Cat=& Board=plusnet&Number=2600008 [adslguide.org.uk]
  • So...where were the backups? (Score:3, Interesting)

    by Psychotext (262644) on Thursday August 03 2006, @10:06AM (#15839827)
    The company I work for offers email services to our clients. We've had hardware failures of course, but then we also have our backups so that in the worst case you're going to lose a day (or whatever it is) of mail. So where were the backups in this case? Sure, it costs money to backup mail... but having seen the reaction from businesses when a day of mail is lost, I'd hate to be in the firing line if we lost more than that.

    Or am I missing the point and actually 700gb of mail was just one day?
  • I'm a PlusNet user - but not for long (Score:5, Interesting)

    by Anonymous Brave Guy (457657) on Thursday August 03 2006, @10:09AM (#15839844)

    I've been with PlusNet for years, and they were a pretty good ISP until a few months ago. Since then, we've had a string of problems, of which this is only the latest.

    I've had my broadband connection out more than on for weeks at a time, for a start. This in itself is inexcusable. What's even more inexcusable is telling me I had to accept a significant penalty charge if they escalated the fault to my telephone service provider (BT) and they found no fault -- which doesn't sound unreasonable, until you know that the fault was evident using nothing but PlusNet-supplied hardware plugged into a BT-installed phone socket, with no complications whatsoever, and that PlusNet had already indicated that they themselves couldn't diagnose a fault. This was a total loss of service for hours at a time, several days a week, remember.

    On top of that, they decided to forcibly upgrade everyone to "up to 8MB" broadband recently. The ethics of using that term are dubious at best: it's only for downloading; the highest recorded speeds off-peak are more like 5-6; and at peak times you'll be lucky to get more than 1-2. Moreover, they acknowledged ahead of time that there would be significant disruption (for weeks, not hours) to each customer after the upgrade, they said they wouldn't confirm when any given customer was being upgraded (so no idea whether the problems I had were to do with this or some more general issue, then) and they said some customers' performance would actually drop but they wouldn't revert the change if this happened. They had so many problems with this that they have now suspended/abandoned the process, and sent a grovelling e-mail message to their customers.

    Their tech support people have also been completely over-run, partly due to inadequate resources and partly due to their own incompetence (e.g., they totally failed to read a note I'd helpfully left on their system for them clarifying a question they always ask, and asked the question in boilerplate form anyway). To add insult to injury, they've changed their phone system in ways that have repeatedly broken, and now mean you go through several layers of automated menus before talking to a real person. Yes, they really did tell me at one stage that if I was experiencing broadband connectivity faults, I could find more information on their web site.

    And now, of course, we have the e-mail fiasco. It's not the first big e-mail problem: I've recently had legitimate and important messages from the sysadmins of another service I use being bounced because they "contained a virus". (Not according to the other service, whose admins I know and trust, nor according to one well-respected intermediate service that was involved in forwarding the mail.) Moreover, this occurred even when I disabled virus checking for incoming e-mail; they were blocking incoming messages to me against my explicit instructions. Oh, and their new webmail system is poor in functionality and so bug-ridden that you can actually lose data. Some of this, in particular an arbitrary time-out for composing mails using webmail, was regarded as a feature when I asked the support staff about it!

    I don't know what's happened to PlusNet. Perhaps they have simply been victims of their own success, after getting very positive comments for years (they were widely regarded as one of the best ISPs in the UK for a while) and a consequent boost in custom? In any case, the mighty have well and truly fallen, and I (along with many other people I know) am currently investigating alternatives as a matter of urgency.

  • These Things Happen. (Score:3, Interesting)

    by amper (33785) * on Thursday August 03 2006, @10:13AM (#15839875)
    (http://www.iphone.org/ | Last Journal: Friday September 07, @01:31PM)
    I feel sorry for the guy who accidentally erased the array, and equally sorry for the people whose data was lost, but these things will happen. Just a couple of months ago, I myself had to dig through a few years worth of backups, because when I transferred abpout 100GB of files from one array to another under Mac OS X Server, I forgot to use the "ditto -rsrc" command, rather than "cp -Rp". Oops. All of the metadata for the files was lost. Not an unrecoverable situation, but it still cost me thousands of dollars in unbillable hours to correct the problem. You can be sure I won't be making the same mistake again, as I am sure the person who fracked the PlusNet system will more than likely never make an equivalent error.

    It just goes to show, for PlusNet's customers, that electronic systems cannot be fully trusted, even when and if multiple instances of the data exist. We can approach an approximation of 100% reliability, but we can't ever fully eliminate the possibility of data loss, especially when human error is involved.

    Another time in an incident that is mostly unrelated to the topic at hand but makes for a good story, I had a customer who lost their array in a PC server. The machine had an array of full height HDDs that would get so hot within five minutes of power up that you couldn't touch them without gloves. To top it off, the tape drive mechanism that was supposedly backing up the system was sitting directly above the arrary, with a backup job that had been running over and over nightly on the same cartridge for over two years (so you can be certain the tape was useless).

    It took about three weeks, but I was eventually able to recover all the data on the array (so far as we were able to determine at the time).
  • NSA has 'em (Score:5, Funny)

    by slcdb (317433) on Thursday August 03 2006, @10:14AM (#15839881)
    (http://www.danm.net/)
    They should just ask the NSA to send their copies of the emails to PlusNet.

    Heck, the NSA could turn this into a side business. If they spin it right, maybe they can convince the general public that they're not spying, they're just providing a cutting-edge data backup service!
    • Re:NSA has 'em by failure-man (Score:3) Thursday August 03 2006, @11:27AM
    • 1 reply beneath your current threshold.
  • Only 700 Megs? by eno2001 (Score:2) Thursday August 03 2006, @10:14AM
  • Quality Company (Score:4, Insightful)

    by WebfishUK (249858) on Thursday August 03 2006, @10:21AM (#15839929)
    I've been a PlusNet user for several years now and have nothing but praise for them. Reliable service, competitive pricing and excellent support. However, I've always used Yahoo for my email...

  • by Dutchmaan (442553) on Thursday August 03 2006, @10:29AM (#15839994)
    (http://slashdot.org/)
    "Hey what's this big red *Press ONLY in case of federal investigation!* button for?"

    *click*
  • poor intern (Score:5, Funny)

    by theonetruekeebler (60888) on Thursday August 03 2006, @10:29AM (#15839995)
    (http://slashdot.org/ | Last Journal: Monday September 12 2005, @08:15AM)
    "Hey, there were a bunch of hidden files in my home directory, so I typed rm -rf .* to get rid of them. That shouldn't take half an hour, should it?"

    (I'm so nervous seeing that on my screen I'm afraid to hit the "Submit" button)

  • "Daddy..." (Score:4, Funny)

    by plasmacutter (901737) on Thursday August 03 2006, @10:34AM (#15840031)
    (Last Journal: Tuesday November 06, @02:39PM)
    "what does this button do?"

    -NOOOOOO!
    • Re:"Daddy..." by devnulljapan (Score:1) Thursday August 03 2006, @12:05PM
  • Am I missing something? by OnesAndNoughts (Score:2) Thursday August 03 2006, @10:36AM
  • Spam Filter (Score:3, Funny)

    Spam Filter

    Filter with 0% Tolerance
    Are you absolutely sure?

    [ok] [cancel]
  • From the horses mouth by Unequivocal (Score:1) Thursday August 03 2006, @10:46AM
  • by chrisspurgeon (514765) <ces&well,com> on Thursday August 03 2006, @10:48AM (#15840129)
    ...I don't recall working for PlusNet.
  • All eggs in one basket? (Score:3, Funny)

    by Skapare (16644) on Thursday August 03 2006, @10:50AM (#15840151)
    (http://linuxhomepage.com/)

    They had all their eggs in one basket? Where's the live replica machine? Where are the redundant copies? Oh wait, this is a for-profit business. Never mind.

  • Oh, woe... (Score:3, Funny)

    by Nom du Keyboard (633989) on Thursday August 03 2006, @10:52AM (#15840164)
    I guess some Nigerians will have trouble making the rent this month now.
  • I may be out of date on this... by insanarchist (Score:2) Thursday August 03 2006, @10:52AM
  • Does anyone know how to reach the sysadmin? by Musashi Miyamoto (Score:2) Thursday August 03 2006, @10:56AM
  • Lost email? Who cares... by nemmi (Score:1) Thursday August 03 2006, @11:08AM
  • Spam, data retention laws by jdunlevy (Score:2) Thursday August 03 2006, @11:27AM
  • No one's said it yet? by the Brightside (Score:1) Thursday August 03 2006, @11:30AM
  • too bad by peteforsyth (Score:1) Thursday August 03 2006, @11:36AM
    • Re:too bad by TomMorrisey (Score:1) Thursday August 03 2006, @12:09PM
  • Will they never learn? by B05l3y (Score:1) Thursday August 03 2006, @11:49AM
  • Re: Deleted nothing... by EddyPearson (Score:1) Thursday August 03 2006, @11:50AM
  • Has anyone ever heard of.... by JelloJoe (Score:1) Thursday August 03 2006, @12:04PM
  • Not PlusNet's only recent email-related gaffe by teh kurisu (Score:1) Thursday August 03 2006, @12:05PM
  • Hidden in the explanation; a kick in the teeth by gjuk (Score:1) Thursday August 03 2006, @12:11PM
  • Typical service suckage by kirun (Score:1) Thursday August 03 2006, @12:24PM
  • I Use PlusNet by mistralol (Score:1) Thursday August 03 2006, @12:37PM
  • a job for Vista by pwntang (Score:1) Thursday August 03 2006, @12:40PM
  • Hey I Use plustnet!! by WaveRider (Score:1) Thursday August 03 2006, @01:00PM
  • lost data by starjax (Score:1) Thursday August 03 2006, @01:03PM
    • Re:lost data by InsaneLampshade (Score:1) Thursday August 03 2006, @06:07PM
  • i wonder how much of that 12 GB unread = spam? by Rooked_One (Score:2) Thursday August 03 2006, @01:14PM
  • accidental - better than hotmail by spoogle (Score:1) Thursday August 03 2006, @01:52PM
  • Bad luck PlusNet by Gax (Score:1) Thursday August 03 2006, @02:06PM
  • Was the technitian Norwegian?! by tyldis (Score:1) Thursday August 03 2006, @02:26PM
  • Good Case For Client-Side Backups by tpurl (Score:1) Thursday August 03 2006, @02:44PM
  • A case of PEBKAC...? by Arimus (Score:2) Thursday August 03 2006, @03:10PM
  • Good news and bad news... by Legion303 (Score:2) Thursday August 03 2006, @04:26PM
  • Emails by Shadyman (Score:1) Thursday August 03 2006, @05:44PM
  • Oh deary me, after they said 99% chance of recover by Cloud K (Score:2) Thursday August 03 2006, @06:18PM
  • Oopsie by Ash Vince (Score:1) Thursday August 03 2006, @06:47PM
  • The next command after rm -f .* by Kadmos (Score:1) Thursday August 03 2006, @10:46PM
  • 700GB? by hawfizzle (Score:1) Thursday August 03 2006, @11:28PM
  • Re:Welcome to three weeks ago (Score:5, Informative)

    by LiquidCoooled (634315) on Thursday August 03 2006, @09:54AM (#15839729)
    This is the final update, they have NOT been able to recover the data.
    If you read you post, they were calling in the recovery speciallists to try and get it back.

    They failed, its game over for recovering anything.
    [ Parent ]
  • your objection is SO last week (Score:4, Insightful)

    by misanthrope101 (253915) on Thursday August 03 2006, @10:19AM (#15839917)
    You do realize, I suppose, that all stories have, by virtue of describing events in the past, already happened? That's not to say we should cover the release of the 386sx processor or anything that archaic, but stories that highlight the unreliability of systems we heavily rely on do raise questions and get the ol' brain-cells moving about. It's a discussion site, you know, and even if the events discussed are more than 3 days old, sometimes interesting points are still made. That would be what we call the point of discussion sites.

    Besides, it always mystifies me that people who feel that their time is wasted by duplicate or outdated stories have no problem wasting more of their time, not to mention server space and the time of all the readers, posting "this has already been covered." Do you get karmic cool points for ranting (again) about (another) dupe? What's the payoff? Does it make you happy? I'm not the most fanatically efficient person out there, but it seems petty and, well, stupid to not only dwell on, but to go to the point to complain in writing about the dupe or outdated story, which actually raises the net energy and time spent on this problem that you ostensibly found so vexing. No, I'm not complaining about you, only wondering what the hell you find so moving about the whole issue. Is it just the principle? A matter of pride? Does it bode ill for humanity? What gives?

    [ Parent ]
    • Re:your objection is SO last week by mrxak (Score:2) Thursday August 03 2006, @10:30AM
    • hear hear (Score:4, Funny)

      by rucs_hack (784150) on Thursday August 03 2006, @10:31AM (#15840003)
      (http://code.google.com/p/nmod/)
      My response is 'if you don't like a thing, make a better one'. Can the complainers make a better slashdot? Hmm, let me see.

      Do the abilities required for such a venture require

      a) A willingness to try and realise there will be the odd piece of news that is repeated.

      b)Being a Whining Biatch.

      Well, if it's (b), then the whiners are for teh win. Somehow I have my doubts...
      [ Parent ]
    • 1 reply beneath your current threshold.
  • Re:Welcome to three weeks ago (Score:4, Insightful)

    by value_added (719364) on Thursday August 03 2006, @10:31AM (#15840005)
    It could be that people don't submit articles from El Reg because they can't figure out what a punter is. At any rate ...

    From the article:

    "At the time of making this change the engineer had two management console sessions open - one to the backup storage system and one to live storage. These both have the same interface ... the engineer made an incorrect presumption that the window he was working in was the back-up rather than the live server. Subsequently the command to reconfigure the disk pack and remove all data therein was made to the wrong server."

    Anyone who has inadvertently typed an 'rm -rf' should now feel a bit better.

    I do wonder whether this will cause people (and companies) to re-evaluate the growing popularity and hence reliance on web-based email. Myself, I don't go near it. Leaving the reliability concerns, and ignoring the historically bad reputation of services such as Hotmail, the spammy footers and similarly badly formatted garbage that users of web-based email end up sending everyone else, I can't fathom why it's so difficult for someone simply to log in remotely to a server that their company manages, or their own box at home. I hear you can even use those same tubes to do it.

    This incident makes for a good argument, but my guess is that people will want to continue use their browsers for everything and similarly continue to rely on companies they think they know.
    [ Parent ]
  • Re:Compensation for Customers? by finiteSet (Score:2) Thursday August 03 2006, @11:14AM
  • Re:Compensation for Customers? by The Great Pretender (Score:1) Thursday August 03 2006, @11:15AM
  • Re:Welcome to three weeks ago by ab762 (Score:2) Thursday August 03 2006, @01:54PM
  • 6 replies beneath your current threshold.