Slashdot Mirror


Skype Crashes and Burns In Worldwide Outage

Stoobalou writes "VoIP and instant messaging service Skype has disappeared from the Internet, nary a fortnight after Microsoft snaffled up the outfit in a $8.5 billion deal."

347 comments

  1. microsoft by Anonymous Coward · · Score: 0

    ha ha

  2. Whoops by jijacob · · Score: 0

    I feel sorry for the people that rely on Skype for all of their calling needs. At least they can pretty easily use Google Voice until Skype comes back up.

    1. Re:Whoops by olehenning · · Score: 5, Informative

      If you're lucky enough to live in North America that is. Google Voice isn't internationally available as far as I know.

    2. Re:Whoops by obergfellja · · Score: 1

      It (skype) has been great when talking internationally to family and relationships.

      now if I can get them on Google Voice.

    3. Re:Whoops by Hatta · · Score: 0

      This is why internet telephony should be peer to peer instead of client server. If we both have a presence on the internet, there's no reason to involve a third party for us to communicate.

      Skype is just badly designed.

      --
      Give me Classic Slashdot or give me death!
    4. Re:Whoops by Anonymous Coward · · Score: 0

      Skype is peer to peer. You still need a server to setup the call tho. Once the setup is complete the call is handed off to the clients and the server is no longer involved.

    5. Re:Whoops by Chrisq · · Score: 1

      Mod parent up. All a service should provide is a directory for a peer to peer service, and gateways to landlines etc.

    6. Re:Whoops by hjf · · Score: 1

      Why is this modded down? Google, is that you?

    7. Re:Whoops by Lunix+Nutcase · · Score: 3, Informative

      Mod parent up.

      For what? Being completely wrong? Skype is peer-to-peer.

      Unlike other VoIP services, Skype is a peer-to-peer system rather than a client–server system, and makes use of background processing on computers running Skype software; the original name proposed – Sky peer-to-peer – reflects this.

    8. Re:Whoops by sosume · · Score: 1

      Explain how to efficiently handle conference calls without a central hub, please.

    9. Re:Whoops by petermgreen · · Score: 3, Insightful

      If we both have a presence on the internet, there's no reason to involve a third party for us to communicate.

      If you have medium term stable IPs and your own domain (though you could argue that relying on DNS is relying on a third party) then I would agree with you.

      Most client machines don't have that. Many are behind NATs and even those that aren't may not have stable IPs. P2P should be used for the actual call data where possible but servers are needed to keep track of users locations and (if you want to provide a reliable service to those behind NAT*) to provide a fallback path for call data in the event that P2P transmission is not acheivable.

      What we should really be doing is a system similar to email. With email you can either rely on a third party or host it yourself if you have an appropriate connection and there is no reason the same can't be done for VOIP.

      * SIP doesn't really get on very well with NAT and worse the provider I used liked to pin the blame on NAT for half-calls despite the fact they had worked fine in the past with the same NAT.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    10. Re:Whoops by daneubauer · · Score: 1

      Explain how to efficiently handle conference calls without a central hub, please.

      Skype uses a hybrid p2p architecture consisting nodes and supernodes. The supernodes are semi-central hubs which are regenerated when one goes offline. From what I understand anyone can chosen to be a supernode, it just depends on a lot of factors including bandwidth, jitter, ping, and processing power available. This allows conference calls to be handled efficiently. http://en.wikipedia.org/wiki/Skype_protocol

    11. Re:Whoops by Hatta · · Score: 1

      If that were the case, why does the network go down?

      --
      Give me Classic Slashdot or give me death!
    12. Re:Whoops by Archangel+Michael · · Score: 1

      So, exactly who does your computer contact to find the address (IP) of the person you're trying to call? Some random other person until you find the person you're looking for? Not to mention the idea of directory poisoning in a distributed environment (think poisoned torrents). While your idea is essentially a good one on paper, it lacks a "phonebook" capability (Directory Service), and security. Skype isn't badly designed from that standpoint.

      Chances are this was a configuration problem, not an infrastructure problem.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    13. Re:Whoops by AJH16 · · Score: 2

      They explained this after the last outage if you read their blog. Basically they have a defensive measure in their P2P system to prevent client machines from getting overworked and burning through bandwidth, so after a supernode hits a certain level of use, it shuts down for a period. This increases the load on other super nodes which then shut down, etc, etc until it results in a waterfall collapse of the network because there are too many clients and not enough coordinators. Since new clients can't reach a supernode (coordinator in my terms), they can not connect to the network and once enough super nodes go down, the network fractures and collapses. That's always been the problem with decentralized systems, they can only deal with so much change before they break. Some break more gracefully in to sub-networks to isolate themselves, but in the case of Skype, that doesn't really make sense. Instead they designed it to all work or all break. To some extent it will break gracefully by not allowing new connections, but some situations still will break it regardless.

      --
      AJ Henderson
    14. Re:Whoops by Lunix+Nutcase · · Score: 1

      Because the authentication is done via a central server. Once you authenticate it's all peer-to-peer.

    15. Re:Whoops by Anonymous Coward · · Score: 0

      It always amuses me how the opinion other people have of the countries of North America is one of the set defined exactly by "a bunch of culturally and technologically backwards neanderthals who I hate and are being ruled by an evil despot who I hate dedicated to keeping them behind because they're so stupid and don't get any of the basic creature comforts we here in $superior_country get and I hate them", or "a bunch of people who get cool technology entirely by luck, which I hate, and do things which are cool, which I also hate because they get to use it and I hate them and they're stupid and they're not here in $superior_country and I hate them".

    16. Re:Whoops by pr100 · · Score: 2

      "lucky enough to live in North America" ... how we laughed :)

    17. Re:Whoops by creat3d · · Score: 1

      If you don't like it, tell it to your fellow countrymen that justify this perception.

      --
      Grammar nazis are to this community what excrements are to gold.
    18. Re:Whoops by Sique · · Score: 1

      Every mobile phone knows a "conference call", where the phone is connected to two other phones at the same time and all three are talking to each other. This can be expanded at both ends to add more phones to the same conference.

      --
      .sig: Sique *sigh*
    19. Re:Whoops by ProfessionalCookie · · Score: 1

      Probably just an issue at the top of the peermid.

    20. Re:Whoops by marcosdumay · · Score: 1

      Yes, you need the DNS server for that.

    21. Re:Whoops by marcosdumay · · Score: 1

      "That's always been the problem with centralized systems, they can only deal with so much change before they break."

      There, fixed it for you. The reason people use decentralized systems is because they scale. That failure is proof that Skype is centralized. It is not centralized at Skype's server, but at the super nodes.

    22. Re:Whoops by AJH16 · · Score: 1

      No, because the supernodes can be anywhere and can not be centrally managed, it is P2P. Think of it like a bit torrent network with too many leachers and not enough seeders. Are you going to claim that torrents are not P2P because they require people to run seeds? Any P2P system needs some type of command and control or it can not function. When a new node joins the network, it must be able to discover the rest of the network. Any user could be a supernode if they wanted to be, Skype just allows you to behave as a leach in a lite mode where you will never be a supernode. Perhaps you should learn what P2P is and how it actually operates before you incorrectly critique an industry professional trying to give you a simplified explanation. Skype is just about as P2P as it gets. P2P systems are more prone to failure than centralized if they are designed to require full network awareness since problems spread with no central means to fix it. (The last time it went down, the only way to get it back up was running a bunch of modified supernodes that would break the normal supernode rules so as to get other users back up and running and in supernode mode without getting overloaded.) A supernode is simply a client that has good awareness of the network by having been around long enough to have an up to date view of the topolology that hasn't already been over utilized by the configuration built in to the local Skype client.

      --
      AJ Henderson
    23. Re:Whoops by Daniel+Phillips · · Score: 1

      Yes, you need the DNS server for that.

      A DNS server could do the job only by running nonstandard software, therefore a standard DNS server will not do. If both clients are behind NAT (usual case these days) then a globally reachable server (not behind NAT) running nonstandard software must establish the peer to peer connection via hole punching. That is far from the end of the story, because hole punching relies on NAT router behavior that is not governed by any standard. If hole punching fails then the global server would have to relay the traffic itself, again running nonstandard application-specific software.

      --
      Have you got your LWN subscription yet?
    24. Re:Whoops by marcosdumay · · Score: 1

      A bit torrent network can work quite well with any number of seeders bigger than (and including) one, with any number of leachers. In fact, depending on the data available to the leachers, it can work with no seeder at all. That is because the bit torrent protocol doesn't concentrate any kind of resource on any node.

      Now, compare that to the Skype network. On that you need a minimum number of super nodes for each end node. Go below that minimum rate and the entire network fails. That happens because the connections are concentrated (that means, centralized) on those super nodes.

    25. Re:Whoops by AJH16 · · Score: 1

      Sorry, I screwed up my bit torrent terminology by some definitions. Yes, you could have no seeds (full file), but if you don't have people sharing fragments and truly leaching by only grabbing fragments, then bit torrent would not work either. I would agree with your assessment of clients that access supernodes and don't act as super nodes, they are light clients and not behaving in a P2P manner, but those super nodes are behaving in a P2P manner and the network will build itself out again if the supernodes don't shutdown (and actually the network would stay minimally available if the supernodes didn't have limits either). This is why the network rebuild approach had been to deploy a bunch of altered supernodes that don't have the resource consumptions caps in place.

      You can draw fault at the light clients or the resource consumption management putting faults in to the system, but it is still a P2P system.

      --
      AJ Henderson
    26. Re:Whoops by marcosdumay · · Score: 1

      No, it is not a pure P2P system. When it goes through a super node it is not P2P at all.

    27. Re:Whoops by AJH16 · · Score: 1

      The super nodes are themselves P2P. Yes, it is possible for someone to connect and leach off the P2P network by refusing to be a supernode (bit torrent equivalent would be refusing to share any fragments or any locations of those fragments), however any client could also behave as a true P2P node participating in a distributed network topology. I'm really not sure how better to describe it as I do not think you have a solid understanding of what a "supernode" really is in Skype's network or how it is the network actually operates, but the fact is the network is mesh growing and any client can, if they want to, participate in the network, it just isn't mandatory as part of the Skype protocol and normally will limit itself. This limitation causes the ability of the network to collapse, but it does not make it not P2P, it simply makes it a P2P protocol that is susceptible to being overloaded. You can debate the merits or demerits of the protocol design all you want, but it is irrefutably a P2P network in every sense of the term. At best you can only argue that not all clients participate in the P2P network. You could argue that non-participatory clients are accessing a P2P backbone as centralized clients, but that argument really fails when any of those nodes could be tapped to be supernodes (baring specific technical measures on their local network to prevent the function) This can be seen by the fact the only way to actually alter the network is to deploy new client software so that client nodes will update their behavior.

      --
      AJ Henderson
  3. Is everybody really that stupid? by Aquitaine · · Score: 4, Informative

    Microsoft is not running Skype yet. It takes months for these deals to go through. And TFA suggests that Skype has never gone down before, which is BS. 'Disappeared from the Internet'? Seriously?

    The only useful thing in this submission is that I learned the word 'snaffled.'

    1. Re:Is everybody really that stupid? by twidarkling · · Score: 4, Informative

      Even worse, the article says www.skype.com is unavailable. I just went there and it loaded up instantly and completely. Pretty sure the whole thing's bullshit, just someone with an axe to grind.

      --
      Canada: The US's more awesome sibling.
    2. Re:Is everybody really that stupid? by Anonymous Coward · · Score: 0

      Yeah, but they even got that wrong. Surely 'snaffled' stands alone? 'Snaffled up' seems a mite tautologous to me.

    3. Re:Is everybody really that stupid? by Whorhay · · Score: 2

      "The only useful thing in this submission is that I learned the word 'snaffled.'"

      Damnit, and on the one day in the month that I don't have mod points!

    4. Re:Is everybody really that stupid? by Anonymous Coward · · Score: 0

      Nah - snaffled - knicked or stolen

      Snaffled up - eaten

    5. Re:Is everybody really that stupid? by Anonymous Coward · · Score: 1

      Actually it was down for me a few minutes ago. Now a maintenance screen is displayed.

      My Skype doesn't connect either -> fail

    6. Re:Is everybody really that stupid? by Tsingi · · Score: 5, Funny

      Microsoft is not running Skype yet. It takes months for these deals to go through. And TFA suggests that Skype has never gone down before, which is BS. 'Disappeared from the Internet'? Seriously?

      The only useful thing in this submission is that I learned the word 'snaffled.'

      It's a safe assumption that the word snaffled derives from the early Latin acronym, snafu, which translates: Situation Normal All Fucked Up.

    7. Re:Is everybody really that stupid? by Anonymous Coward · · Score: 0

      Technically a Snaffle is a type of bit for a horse bridle. Snaffling something implies catching and putting it into a harness. Snapping up means acquisition.

    8. Re:Is everybody really that stupid? by WuphonsReach · · Score: 4, Interesting

      Even worse, the article says www.skype.com is unavailable. I just went there and it loaded up instantly and completely. Pretty sure the whole thing's bullshit, just someone with an axe to grind.

      Or a routing issue that only affects some customers. Or a geographic load-balance issue where people from a certain area are seeing a broken site.

      (It's working for me from NYC area at the moment.)

      --
      Wolde you bothe eate your cake, and have your cake?
    9. Re:Is everybody really that stupid? by Anonymous Coward · · Score: 1

      While I agree this post was completely overblown, my boyfriend and I, who live on different continents, did experience these same problems with Skype earlier today with both of our systems crashing and unable to access the Skype website as well. The problem appears to have resolved itself now.

    10. Re:Is everybody really that stupid? by ygslash · · Score: 4, Informative

      The web site was down for a short time. First down completely, then 505 and redirect to a static backup page. Now it's working again.

    11. Re:Is everybody really that stupid? by Anonymous Coward · · Score: 1

      >Microsoft is not running Skype yet. It takes months for these deals to go through

      that's funny since they've been running nokia for a while and they haven't bought them yet either.

    12. Re:Is everybody really that stupid? by poetmatt · · Score: 0, Offtopic

      then who made the decision regarding asterisk? Hint: Microsoft. It doesn't take months or years for them to make heavy-handed management decisions that impact the company negatively.

    13. Re:Is everybody really that stupid? by phorm · · Score: 1, Insightful

      On the other hand, if I had just spent several billion to buy a company and their primary service went down hard, I'd probably be a little unhappy about it.

      Microsoft bashing is pretty lame though. It's like the idiots that blame [political party X] for every small problem in the world.

    14. Re:Is everybody really that stupid? by Anonymous Coward · · Score: 0

      Microsoft is not running Skype yet.

      You've dashed my hopes quite remarkably. I look forward to the day (if it ever comes) that people I meet online will stop asking me "Do you have Skype?" just so I can see their face and hear their voice to talk in a fully encompassing manner like some half-wit who doesn't understand the English language well enough to compose a fucking email.

    15. Re:Is everybody really that stupid? by jshackney · · Score: 1

      (It's working for me from NYC area at the moment.)

      Michigan, Florida, and Kentucky here. No problems.

    16. Re:Is everybody really that stupid? by lekker+biltong · · Score: 1

      s/running/ruining/

    17. Re:Is everybody really that stupid? by Blakey+Rat · · Score: 1

      There's also the whole "Skype is working just fine" angle we can use to call this article crap.

    18. Re:Is everybody really that stupid? by Anonymous Coward · · Score: 0

      Snaffled = stolen. Not entirely sure even the writer of the summary knew that tbh.

    19. Re:Is everybody really that stupid? by Doctor+Memory · · Score: 1

      I learned the word 'snaffled.'

      I'm not even sure that they used it correctly. The common term over here is "snarfed". I think "snaffled" is a Brit thing.

      --
      Just junk food for thought...
    20. Re:Is everybody really that stupid? by Anonymous Coward · · Score: 1

      It crashed and burned man! There's carnage everywhere. It's total chaos. OMG it IS the end of the world. The sky is falling and it's the pieces of skype! AHHHHHHH

    21. Re:Is everybody really that stupid? by Lunix+Nutcase · · Score: 1, Insightful

      then who made the decision regarding asterisk? Hint: Microsoft.

      Wrong. Skype made that decision months ago, but that was conveniently left out of that other article.

      It doesn't take months or years for them to make heavy-handed management decisions that impact the company negatively.

      Sure, if you ignore the fact that Microsoft doesn't even own Skype yet since it hasn't even gotten FTC approval.

    22. Re:Is everybody really that stupid? by garyebickford · · Score: 1

      I know you're making funny, but the real thing is interesting as well. :) According to Merriam-Webster, first use was in 1724, origin unknown; definition: "to obtain especially by devious or irregular means". So it's misused in the original comment. SNAFU is from WWII. ;)

      Some folks think it is derived (somehow) from the noun 'snaffle' which is a type of bit used for training horses. I'm not sure how that works, but perhaps because with a snaffle bit you can lead a horse away from its owner more easily?

      --
      It's easier to be a result of the past, but more fun to be a cause of the future! http://www.spacefinancegroup.com/
    23. Re:Is everybody really that stupid? by Lawrence_Bird · · Score: 1, Insightful
      From the original presser:

      The acquisition is subject to regulatory approvals and other customary closing conditions. The parties hope to obtain all required regulatory clearances during the course of this calendar year.

      So yes, people really are that stupid (or hateful of Microsoft).

    24. Re:Is everybody really that stupid? by Tsingi · · Score: 1

      I know you're making funny, but the real thing is interesting as well. :) According to Merriam-Webster, first use was in 1724, origin unknown; definition: "to obtain especially by devious or irregular means". So it's misused in the original comment. SNAFU is from WWII. ;)

      I knew that SNAFU was from WWII, but I didn't know what a snaffle was, I assumed it was a derivation, I stand corrected. thanks.

      Some folks think it is derived (somehow) from the noun 'snaffle' which is a type of bit used for training horses. I'm not sure how that works, but perhaps because with a snaffle bit you can lead a horse away from its owner more easily?

      But can you make it drink?

    25. Re:Is everybody really that stupid? by geminidomino · · Score: 1

      Either you're logging in remotely, or you're putting in WAY too much fucking effort into checking for skype.com's heartbeat

    26. Re:Is everybody really that stupid? by Anonymous Coward · · Score: 0

      Microsoft is not running Skype yet. It takes months for these deals to go through. And TFA suggests that Skype has never gone down before, which is BS. 'Disappeared from the Internet'? Seriously?

      The only useful thing in this submission is that I learned the word 'snaffled.'

      It's a safe assumption that the word snaffled derives from the early Latin acronym, snafu, which translates: Situation Normal All Fucked Up.

      Actually snafu was a military acronym used in the late 50's by the usaf.

    27. Re:Is everybody really that stupid? by Anonymous Coward · · Score: 0

      No, SNAFU is French, not Latin. Latin is a dignified language. It doesn't do FU...

    28. Re:Is everybody really that stupid? by Anonymous Coward · · Score: 0

      Snaffled in British English means stolen, usually: "Someone's snaffled my breakfast"

    29. Re:Is everybody really that stupid? by garyebickford · · Score: 1

      haha! :)

      --
      It's easier to be a result of the past, but more fun to be a cause of the future! http://www.spacefinancegroup.com/
    30. Re:Is everybody really that stupid? by scdeimos · · Score: 1

      And TFA suggests that Skype has never gone down before, which is BS. 'Disappeared from the Internet'? Seriously?

      Yeah, I had to laugh when I read this in TFA...

      I confess to having run Internet publications using Skype as an instant messaging service for over seven years now.

      In all that time the service has never once failed - until today.

      It's not like there were world-wide outages in 2004, 2007 and 2010, now were there? Those are just three examples - I guess Mr. Hales has a short memory.

    31. Re:Is everybody really that stupid? by Anonymous Coward · · Score: 0

      Actually Walt Disney coined that phrase making cartoons for training the US army during world war 2.

    32. Re:Is everybody really that stupid? by cavebison · · Score: 1

      I'm having this interesting experience with Slashdot, where before I click the link to TFA, I have a look at the +5 comments to see if it's a complete waste of time or not. I've adopted this behaviour over time as very often the quality of comments are a good judge of the article and just as, if not more, interesting.

      I'm one of those who comment without reading TFA, but almost 50% of the time now I never click through to it based on the comments. So the higher the quality of comments, the less likely I'm going to read TFA. If I'm not the only one doing that, then surely Slashdot's audience has the inherent tendency to destroy its business model. Which is about as Faustian as a brain in a jar.

    33. Re:Is everybody really that stupid? by nagnamer · · Score: 1

      MeeGoo will crash though.

      --
      Every harsh word you utter has the right address. It only sounds harsh because the one on the envelope is the wrong one.
    34. Re:Is everybody really that stupid? by nagnamer · · Score: 1

      s/MeeGoo/MeeGo/

      --
      Every harsh word you utter has the right address. It only sounds harsh because the one on the envelope is the wrong one.
    35. Re:Is everybody really that stupid? by jsvendsen · · Score: 1

      Or he's, you know, actually calling people in those places.

    36. Re:Is everybody really that stupid? by poetmatt · · Score: 1

      what, you think they need FTC approval (even if they don't get it) to influence a corporate business decision? are you daft?

  4. haters gonna hate by Anonymous Coward · · Score: 3, Informative

    I confess to having run Internet publications using Skype as an instant messaging service for over seven years now.
    In all that time the service has never once failed - until today.

    So you don't remember December's outage, do you? Haters gonna hate.

    1. Re:haters gonna hate by Anonymous Coward · · Score: 0

      I confess to having run Internet publications using Skype as an instant messaging service for over seven years now.
      In all that time the service has never once failed - until today.

      So you don't remember December's outage, do you? Haters gonna hate.

      "haters gonna hate" -> childish name-calling that demonstrates an utter inability to engage in logical discourse.

      Otherwise known as ad hominem , a logical fallacy.

      So instead of making a point, you demonstrated your inability to think.

    2. Re:haters gonna hate by Anonymous Coward · · Score: 0

      So instead of making a point, you demonstrated your inability to think.

      Just like you just did.

    3. Re:haters gonna hate by Anonymous Coward · · Score: 0

      Yeah, you all are pathetic. By the way, I heard that Skype users have an unusually large incidence rate of herpes. It is probably not true but better safe than sorry!

    4. Re:haters gonna hate by DaveV1.0 · · Score: 1

      Here, how is this. The author of the article in question has out-right lied in this article. That fact alone invalidates any point the author was trying to make and calls into question every past and future article from this author.

      oh, and "haters gonna hate" is a slang phrase indicating people with biased positions will promote those biased positions and this article and author are clearly anti-Microsoft. While childish, it is not name calling. Rather it is a statement of fact.

      --
      There is no "-1 offended" or "-1 you don't agree with me" mod options for a reason.
    5. Re:haters gonna hate by SanityInAnarchy · · Score: 1

      No, ad-hom only applies when you're doing that as a point -- for example, "You're a hater, therefore you're wrong."

      If you break this down into a syllogism, it's, "You claim the service never failed until today. It failed in December. Therefore, you are wrong." Childish? Maybe, but it's logical, regardless of adding a "haters" comment afterwards.

      --
      Don't thank God, thank a doctor!
    6. Re:haters gonna hate by Anonymous Coward · · Score: 0

      You're a fucking idiot. Your post added literally nothing to the dialog, it's some bullshit a college freshman or precocious high school nerd would post.

      His post, on the other hand, pointed out that Skype has indeed had outages in the past.

    7. Re:haters gonna hate by Anonymous Coward · · Score: 0

      I confess to having run Internet publications using Skype as an instant messaging service for over seven years now.
      In all that time the service has never once failed - until today.

      So you don't remember December's outage, do you? Haters gonna hate.

      The service is free, the software is free. Get over yourself FFS!

  5. works in NYC by alen · · Score: 2

    maybe this is a european thing?

    1. Re:works in NYC by nomisholman · · Score: 1

      no problem in germany

    2. Re:works in NYC by Anonymous Coward · · Score: 0

      works in Germany, maybe it is a "OMG let's make something up, QUICK!!" thing?

    3. Re:works in NYC by geegel · · Score: 5, Informative

      It was an XML glitch, corrupting the config.xml and/or shared.xml files, which are locally stored. They need to be removed manually, since a reinstall won't touch them. Anyway, this led to a surge of traffic to skype.com, the predictable /. effect and a lot of FUD.

      --
      right...
    4. Re:works in NYC by Tarmas · · Score: 1

      I'm in Europe, Poland to be exact, and Skype works fine, so no, it's not an OMG W0RdLWiDE OuTaGE (!!!!!!1!!!one!!!), as the title suggests.

      --
      Signature has left the building.
    5. Re:works in NYC by pandrijeczko · · Score: 1

      Also fine over here across the pond in Blighty, me ole mucka!

      --
      Gentoo Linux - another day, another USE flag.
    6. Re:works in NYC by punkin · · Score: 1

      Yep. Resolved by deleting the shared.xml file in %appdata%\Skype. Then restart skype and the shared.xml file is recreated.

    7. Re:works in NYC by dave420 · · Score: 1

      I had issues in Germany, but I deleted the "shares.xml" file in my Skype directory, and it worked again instantly.

  6. Top notch reporting by Anonymous Coward · · Score: 0

    Overpriced, really? When did we become specialists in business and finance?

    1. Re:Top notch reporting by Anonymous Coward · · Score: 0

      This is slashdot, we are in fact masters of all realms of human knowledge!

      Duh!

    2. Re:Top notch reporting by pandrijeczko · · Score: 1

      Yes, but we don't do perms.

      --
      Gentoo Linux - another day, another USE flag.
  7. A bit short on factual information. by Arkaic · · Score: 2

    I call bullshit. From the article - "In all that time the service has never once failed - until today." Perhaps it never failed for the author previously, but Skype has had several notable outages in its history. I'm not huge fan of M$, but the article shows nothing to justify blaming this on M$.

    1. Re:A bit short on factual information. by Virtucon · · Score: 1

      I agree Skype has failed many times in the past. This is just a temporary problem or has Sony's IT admins now joined Skype?

      --
      Harrison's Postulate - "For every action there is an equal and opposite criticism"
    2. Re:A bit short on factual information. by Lunix+Nutcase · · Score: 1, Informative

      And it's even more ridiculous when Microsoft hasn't even acquired Skype yet since they are still awaiting FTC approval. The article writer is a FUDster.

    3. Re:A bit short on factual information. by Anonymous Coward · · Score: 0

      Indeed. IIRC, their last major outage was so serious that when it was all over they actually credited a few dollars' worth of international calling credits to my account as a goodwill gesture since they were down for several days.

    4. Re:A bit short on factual information. by Anonymous+Psychopath · · Score: 1, Informative

      But... but some executives shook hands, and some lawyers wrote a contract, and some PR folks even wrote a press release! Surely they are to blame for this technical problem, somehow.

      Or maybe the author just has an axe to grind and doesn't care how stupid his argument is.

      --

      Eagles may soar, but weasels don't get sucked into jet engines.

  8. Like father like son by Progman3K · · Score: 3, Funny

    So Skype is already adopting MS's reliability

    --
    I don't know the meaning of the word 'don't' - J
    1. Re:Like father like son by Virtucon · · Score: 3, Informative

      Man, I'm so tired of hearing this. I have shops with Solairis, Linux and Windows and you know what uptimes are damn close. Solaris still wins out over Linux and Windows in the uptime department but this lame MS beating is just getting too old.

      Maybe you should go beat on Google for the holes in Android app security?

      --
      Harrison's Postulate - "For every action there is an equal and opposite criticism"
    2. Re:Like father like son by Anonymous Coward · · Score: 1

      Maybe he does on stories about Android security. That isn't the topic here. Microsoft products (which number more than just windows) have along colourful history of being unreliable (which means more than just long up time) and even apologists like you have to conceed that. Skype has just been purchased by Microsoft so noting the good fit is amusingly appropriate, given Skype's current problems.

      Also for some one who has so many "shops" you type a lot like a indignant teenager. I guess that those two things are not mutally exclusive but still.

    3. Re:Like father like son by poetmatt · · Score: 1

      in a server environment every server OS should be able to handle an easy 2+ weeks of uptime without even the slightest issues.

      However, in a desktop environment windows OS (in comparison to linux) can barely handle 2 weeks of uptime without a guarantee that a driver will have an issue when waking from sleep, or that a driver will become unresponsive spontaneously and corrupt itself until said service related to the driver is restarted.

      In short, microsoft's problem is not MS, but how they interface with third parties. Who is to blame? MS for allowing this to continue. They started to try to enforce better policies with Win7 but didn't go anywhere near what it takes to fix any of that shit. So I'd blame them for not forcing the 3rd parties to stop being lazy fucks.

    4. Re:Like father like son by Progman3K · · Score: 1

      I was originally going to go with a bit about how Skype's management held a meeting to figure out how to let MS know they were ready to join MS's products and felt they needed to do something to illustrate that but the setup on that joke was too long, as you can tell.

      --
      I don't know the meaning of the word 'don't' - J
    5. Re:Like father like son by Anonymous Coward · · Score: 1

      Dude you act like anyone gives a $&/; about windows...are they gonna pay you for defending them?...EXACTLY!!!

    6. Re:Like father like son by Progman3K · · Score: 1

      Good point.
      I think the only way to fix the quality issues you describe would be by opening the code.
      When will MS figure that out?
      Often, companies like MS have too much on their plate and if you let your clients participate in fixing problems, you make them feel they belong. MS is still trying to do that but their approach is hamstrings them.

      --
      I don't know the meaning of the word 'don't' - J
    7. Re:Like father like son by Progman3K · · Score: 1

      There's an extra 'is' there, sorry

      --
      I don't know the meaning of the word 'don't' - J
    8. Re:Like father like son by Ecuador · · Score: 1

      Exactly. And this is not limited to servers. At home I had for years an XP box, a Linux box and a Mac. Guess which one needed to restart more often? The Mac. My windows and linux machines have uptimes measured in months (well, I would do the reboot suggested by XP update once every 2 months or so - so Linux went on much longer), while my Mac would require a reboot on average once a week. Sometimes it was some problem, and sometimes it was a reboot requiring (and not simply recommending) OS update that I HAD to do if I wanted to use the latest SDK...

      --
      Violence is the last refuge of the incompetent. Polar Scope Align for iOS
    9. Re:Like father like son by Anonymous Coward · · Score: 1

      I am guessing that you are comparing:

      -A copy of Windows super deluxe pro that cost $, with a dedicated admin.
      -A Solaris box which cost premium $ compared to equivalent software, that someone looks at occasionally.
      -A PC with Ubuntu or Fedora downloaded for free.

      My challenge to you would be to try an equivalent comparison.

      Spend the same amount of resources (time/money) on all three (for purchase, administration or tweeking).

      Then compare.

    10. Re:Like father like son by Anonymous Coward · · Score: 0

      Bragging about uptime is like bragging about how bad you manage your systems. Whooo, I've got a 400 day uptime. Oh, I guess you're running that old kernel with 100+ vulnerability and lord knows what other issues like a possible power supply that won't work when you reboot. And the fact that you have a system than needs such a huge uptime probably implies you don't have the ability to bring it offline without breaking things.

      I'd rather brag about my uptimes that are small because my systems are always patched and the 100% uptime our services have.

    11. Re:Like father like son by AmiMoJo · · Score: 1

      Nice to hear someone saying this. People here keep trotting out ancient bugs from the 98 days or outright untruths. A few weeks back someone posted about how an x64 OS crashes because it tried to install an x86 driver... Right, yeah, Windows is that stupid. Not sure how the driver was signed with the x64 certificate needed before it will install at all, let alone passed the simple version checks, but those are a minor details when we are talking about the evil borg hive mind that is Microsoft and its leader Bill Gates.

      Windows isn't perfect but 7 is actually pretty good, and as MacOS has demonstrated recently no platform is safe from malware that uses social engineering to get a foothold.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    12. Re:Like father like son by Anonymous Coward · · Score: 0

      Fuck you, you worthless negrada shitstain.

    13. Re:Like father like son by Anonymous Coward · · Score: 0

      Well, the problem is that they have a track record that makes them such an easy target.

      Their history of reliability (the operating system that MUST be reset every 46 days so that it won't crash on the 47th. Oh, wait, that was reliable, after all. You could rely on it to fail after 47 days.) and buying out competitive companies and letting those products either languish or plain discontinuing them is plain and open (the only thing about them that is) and easy to see.

      No, there's nothing good to look forward to in the pending take over of Skype by Microsoft. Except for the true Microsoft Fanboy, I expect there are even some Microsoft users that are not looking forward to this takeover.

    14. Re:Like father like son by Locutus · · Score: 4, Insightful

      some of us have been around the block for too many years to not have fun with this. Microsoft may have finally got a version of their OS uptimes high enough to not require redundant servers(hardware) with failover but it's taken them decades to finally do it. Not to mention the huge increase in man hours it's taken to support Windows systems. They are a joke because they earned it.

      Many of us lived through the hardships of a conversion from UNIX to Windows and it has not been pretty. I'm reminded of how Microsoft themselves has quite the difficulty converting Hotmail from UNIX to Windows. It's been said it took about 2x the hardware to finally get Hotmail running on Windows instead of UNIX. You don't shake that off unless you're either a newbie, a fanboi, or both.

      LoB

      --
      "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
    15. Re:Like father like son by Archangel+Michael · · Score: 1

      Sorry, I call BS on uptimes. While a barebones MS File/Print Server can run for MONTHS without a glitch, adding any number of other Microsoft Server products (SQL) will require frequent reboots.We have one server that requires, yes requires, reboots at least twice a week because of SQL memory leaks. Giving it more RAM (from 4 to 8 GB) only delays the problem, from daily to twice a week.

      On the otherhand, we have Linux box that has never needed a reboot except when we updated the kernel. It is running LAMP and just keeps chugging.

      And I like Win2k8 and the new Powershell is very unix like, and makes running Windows Servers very nice. But still, they are not even in the same class. Getting better, no doubt, but still not there.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    16. Re:Like father like son by Virtucon · · Score: 1

      2+ weeks? Outside of patching I have servers that see up-times measured in months and years depending on application. Insofar as the desktop is concerned I have shops with Linux and Windows Desktops. In the XP environment, yes, it's still a BSOD world but with the Windows 7 Desktops they are substantially better. I wasn't trying to get into a "MS is better than Linux" discussion, I was trying to point out that this old MS bashing is just that, old news.

      I don't see mainstream businesses rushing out to buy into Ubuntu or other Linux as a desktop solution but I see a lot of shops upgrading to Windows 7 now and yes, thousands of PCs running XP.

      Now if I could only get these folks go get off of Windows Server 2003 it would be a much better world.

      --
      Harrison's Postulate - "For every action there is an equal and opposite criticism"
    17. Re:Like father like son by Lunix+Nutcase · · Score: 1

      However, in a desktop environment windows OS (in comparison to linux) can barely handle 2 weeks of uptime without a guarantee that a driver will have an issue when waking from sleep, or that a driver will become unresponsive spontaneously and corrupt itself until said service related to the driver is restarted.

      And yet somehow I have magic desktops/laptops that have had months and months of uptime on both XP and Win7 without any such issues.

    18. Re:Like father like son by Virtucon · · Score: 1

      Well for every positive there's a negative I guess. I have about 200 systems running SQL Server 2008, no memory leaks however has anybody done any tuning on the memory configuration? By default SQL Server will consume as much memory as it's configured for and that's AFAIK about 2TB. But we don't have memory leaks and have up-times of many months. Our biggest issue is just managing the size of the databases and transaction logs and all of the maintenance associated with it.

      Is SQL Server better than Oracle? No, but it's not what it was 10 years ago either and I have a lot of business critical systems running on it. 4GB is nothing for SQL Server, just like Oracle. It sounds like you need a good SQL DBA to do some tuning and to make sure you're up to rev's with your fixpacks and cumulative releases.

      --
      Harrison's Postulate - "For every action there is an equal and opposite criticism"
    19. Re:Like father like son by poetmatt · · Score: 1

      well, I was trying to be generous with two weeks :) Linux servers usually have an uptime of years, if it's run well. Considering most servers are now set up for patching without reboot, even moreso.

      I see lots of shops running the hell away from windows 7, mostly because from a best practices perspective single vendor lock-in is not a good long term strategy, along with the lack of flexibility.

    20. Re:Like father like son by Virtucon · · Score: 1

      Oh hell, I agree and have the scars in my back to prove it. The bigger argument for windows was the reduction in software and hardware costs and yes iteratively and with a lot of pain we're finally getting there.

      I could run multiples of the workloads on a per-box basis vs the older Sun gear but you know something? Sun (Oracle) isn't making those strides in SPARC iron anymore. The last time the Oracle salesman was through it was all about their now X86-64 iron and "No, nothing on the SPARC roadmap."

      So you're left with Wintel boxes and I think Itanium will be a dead horse soon. So, X86-64 here we come and then it will be what is the less costly product? I don't see Oracle coming off of their horse in terms of Per-CPU licensing so maybe MSFT will win the low end and middle tier segments? Who knows, I guess that's what IDC and Gartner are for.

      --
      Harrison's Postulate - "For every action there is an equal and opposite criticism"
    21. Re:Like father like son by dave420 · · Score: 1

      And Germany has a colourful history of invading France - what bearing does that have on what's happening today? Windows has, for the last 3 years, been stable as a fucking rock. Stop living in the past, or at least update your jokes. Either way, your little tirade brought nothing to the discussion but even more FUD. Nicely done.

    22. Re:Like father like son by Virtucon · · Score: 1

      I don't think there's been an honest study of the "uptime in years" statement. Every system requires maintenance and when considering appliances or other embedded O/S implementations, years can be obtained. But Servers? Yes, there are certain patches that can be applied without a reboot but every once in awhile, regardless of architecture or O/S, you have to reboot the system. Solaris is still the king there but I also think that has more to do with philosophy from the start. If I have a cluster of 20 Windows boxes, I can roll upgrades and still have 100% availability to the application. If I have one or two Solaris boxes doing that rolling upgrade may be a problem so things like major patch releases get put off to downtime windows.

      Also, I think you're a little mixed up. Vendor diversity costs in organizations, it's a proven fact. Most organizations I've dealt with over the past 10 years are trying to eliminate all of the outliers and are focusing on centralized standards. This one customer I have has over 8,000 PCs on XP, they're going to 7 this year and aren't even looking at Desktop Virtualization or Linux. It's less costly to just upgrade to the next release at this point for them. So, YMMV.

      What really gets fun to watch is to see their Desktop Support Vendor downgrading from Windows 7 and putting old XP on there and then trying to get the drivers to work right. They have horrible reliability problems around newer hardware running on XP and they figure they'll save hundreds of thousands of dollars a year just in upgrading to 7 because of all of the compatibility problems with new hardware and the old XP OS.

      Funny how that works out.

      --
      Harrison's Postulate - "For every action there is an equal and opposite criticism"
    23. Re:Like father like son by dave420 · · Score: 1

      So you have shitty drivers. Excellent. Damn you, Microsoft, for someone else writing shitty drivers! DAMN YOU!!! My Windows machines are up until I want to restart them, not when I'm forced to by either Microsoft or any driver manufacturer. I guess you're having bad luck.

    24. Re:Like father like son by Archangel+Michael · · Score: 1

      You're right about RAM tuning, however it shouldn't cause server crashes because all the RAM is used up. And we probably do need DBA, that does nothing but SQL stuff, but the reality is we're a school district. MySQL doesn't get flakey like MSSQL does. Just sayin.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    25. Re:Like father like son by Billly+Gates · · Score: 1

      Where I worked we had to reboot our Windows 2003 small bussiness edition server boxen once a week to prevent GP faults. The systems turned into glue even though ram was free. Unless the memory routines and algorithms were replaced with Windows 2008 I do not think it is ready as a real server os yet. Thr fact that bussinesses bought $35000 switches just to run Windows was hysterical.

    26. Re:Like father like son by Anonymous Coward · · Score: 0

      And the astroturfing M$ fanbois are at it again... See 4 digits Locutus' answer for a start.

      Then now please how please explain me how you can get "darn close" uptime when there are critical patches coming from Redmond all too often? Oh, I see... You're part of the problem by running unpatched Windows servers?

      As an example, if my Debian GNU/Linux workstation cannot reach 6 months of uptime (critical security patches and especially the ones that would affect my system as a workstation are exceedingly rare) I don't consider it worthy of me spending my time on it.

    27. Re:Like father like son by Virtucon · · Score: 1

      Well, if it consumes everything leaving nothing for the O/S, then yes that can be a problem. Typically it's not a good practice to leave the default memory or much of the settings for the SQL Server Instance to factory defaults. I think that's where a lot of these reliability problems start to begin with, then there's the other argument that "if the vendor recommends this leave it alone." To which I say "blah."

      It all depends on what you're setting things up for and why MySQL is a good system, it's not Oracle RDBMS nor SQLServer, not yet. With Oracle now "owning" MySQL I don't think it will ever be to the same level of capabilities or close. If you're looking for a FOSS database, MySQL is fine but then again it depends on what you're trying to do and who you're trying to do it for. I've been in places where the mere mention of FOSS opens the floodgates of FUD. People start screaming and yelling about support. Yes, all FUD, but then again I would try to house a 20TB data warehouse on MySQL either.

      --
      Harrison's Postulate - "For every action there is an equal and opposite criticism"
    28. Re:Like father like son by Anonymous Coward · · Score: 1

      The myriad UNIXes (there were literally hundreds) were buggy pieces of incompatible shit for years. They became popular because they were cheap and good enough. Sound familiar? Some of us lived through the rise of UNIX and it wasn't pretty, but if I spent time on Slashdot now laughing at Solaris's uptime I would rightly be thought a loon.

      The Windows bashing is very stale.

    29. Re:Like father like son by jawtheshark · · Score: 1

      Okay, I find my wifes iMac to want to reboot quite often too. However on Windows XP, unless you turn off Windows Update, you can find your computer rebooted whenever it liked to, cheerfully announcing you with a systray notification that it did so because of a security update. It may now do that much less, but it did a lot a few years ago. I rarely to never boot into Windows, and if I do, I have so many updates that invariably I end up having to reboot anyway. The problem with XP is that it reboots without really asking you. Well, it asks you, but when you're not at your keyboard you're screwed.

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
    30. Re:Like father like son by R_Harrold · · Score: 1

      You're only having to worry about getting folks off of Windows Server 2003? I'm currently on a consulting gig where they are working to get some of their users off of Windows NT 4.0.... :) Yes, the MS Bashing gets a bit old after a while, but in this case the blatent inaccuracy of the article is grating even before you add the MS Bashing.

    31. Re:Like father like son by poetmatt · · Score: 1

      Lack of vendor lock in doesn't mean you have to have vendor diversity. This is a complete and total focus on the wrong thing.
      You could go with redhat (single vendor), but you're not locked in from making changes to the OS. If Microsoft doesnt' want to patch a critical windows vulnerability then tough shit. If redhat doesnt' want to do something that you wish to do, then you can do it yourself, program it in with no limitations. GPLv3? Only matters if you're going to release your change. Nothing at all is preventing you from making changes internally. Vendor lock in refers to legal lock-in from being able to make changes to the software, not choice *of* vendors.

      Meanwhile, if you think people don't have vendor diversity in organizations, I'd like to ask you again who exactly provides the backup software considered to be a best practice on windows server? Oh right, microsoft said "go to a third party" . In fact, they suggest/bar REQUIRE vendor diversity. Good luck storing things to DVD's that are over a DVD's size. Great! Might want to look into reality if you think vendor diversity is always a bad thing. Vendor diversity exists because one vendor has a gap in their solution. That's pretty natural considering that software is always being developed and changing over time. Trying to fight vendor diversity is an exercise in futility.

      People going to XP from 7 is because they were doing things wrong originally on XP and are paying for it now. That's not exactly the fault of anything other than vista being complete shit for enterprise support. Nothing to do with server 08, or 08 R2 for that matter.

    32. Re:Like father like son by Virtucon · · Score: 1

      Well I never bought into the "edition" concept. it was like Windows NT vs. Windows NT Server, what *really* were the differences unless you considered artificial constraints that any good person with RegEdit could get around.

      Look, I'm not saying Windows OS has been perfect, far from it but it's come a long way, a very long way and the days of claiming that MS is "unreliable" doesn't hold the same water it did 10 years ago. I still have Windows 2003 Servers in productions with all of their quirks. Most have been virtualized into one platform or another but in general they still keep on ticking. Do my clients want them upgraded? If they're working fine and don't represent any risks, then no they stay in place.

      Is 2008 better? Yes, it is but is it better than Solaris 10? No. Linux? In some ways yes, other ways no. It just depends on who the customer is and what are their driving business goals. If they want as few boxes as possible with as reliable footprint I still roll out with SPARC iron running Solaris. Some applications however dictate that you run Windows, it's just the nature of the game so that means Windows Servers and Windows Desktops.

      --
      Harrison's Postulate - "For every action there is an equal and opposite criticism"
    33. Re:Like father like son by Virtucon · · Score: 1

      Oh I still have a few of those.. "You can't change that, it's been running since the 90s... " when it comes to Windows NT. I have two customers running Novell and won't change at least for the next year or two. Yes, obsolete technology abounds, still!

      --
      Harrison's Postulate - "For every action there is an equal and opposite criticism"
    34. Re:Like father like son by Anonymous Coward · · Score: 0

      Amen. I'm so sick of people rushing to Microsoft's defense because they think bashing MS is a trendy thing to do and they're too cool or forward thinking to follow the trend. MS has deserved that bashing for years and just because the rest of the industry took so many years to figure it out, when it did become common knowledge, the tech hipsters now think they need to buck the trend just to be unique.

    35. Re:Like father like son by Virtucon · · Score: 1

      Okay, Stop. Now you're mixing arguments. My point was the constant MS bashing like it was 1999...

      But what you also introduce here by your arguments is the supportability issue. Businesses nowadays want one neck to wring when things go wrong. More over they want as best a monoculture as they can come to because "IT costs money." I quoted that because lots of businesses (all of them actually) bitch about the costs and want to drive as much of that cost out the door. Oh but they still want their Outlook, they still want Word and Excel..

      yes, there are FOSS alternatives and companies like RedHat that provide supported products but as soon as you open the door to "I can just go get something from this website and patch my systems" then where does that official "RedHat blanket" end? You're supporting those systems yourself much like any other vendor. While the Open Source movement gives us choice and a lot of good ones, I can't go to most CIOs and say "I just got this latest patch from the fiji apt repository and deployed it into production. You're good to go."

      That gets you a quick exit in most organizations. Love it or hate it MS is around, it's in the enterprise and it will be there for a very long time.

      --
      Harrison's Postulate - "For every action there is an equal and opposite criticism"
    36. Re:Like father like son by Yunzil · · Score: 1

      I think the only way to fix the quality issues you describe would be by opening the code.
      When will MS figure that out?

      Just as soon as you figure out that most people don't want/don't know how/don't care/don't get paid to fix someone else's code.

    37. Re:Like father like son by Ecuador · · Score: 1

      Well, it is annoying, since that is the default behavior, however there are at least a couple of ways to change it without disabling automatic updates. The simplest is to find the No auto-restart option under Windows updates on the Group Policy Editor.

      --
      Violence is the last refuge of the incompetent. Polar Scope Align for iOS
    38. Re:Like father like son by Anonymous Coward · · Score: 0

      Microsoft may have finally got a version of their OS uptimes high enough to not require redundant servers(hardware) with failove

      Really? You don't have failover setup for all server OS installs? Hardware also dies....

    39. Re:Like father like son by Anonymous Coward · · Score: 0

      >> Maybe you should go beat on Google for the holes in Android app security?

      And wasn't this latest wave of anti-Google sentiment proven to be started by Facebook's covert, high-schoolish media campaign? So you're not only a MS fanboy but a FB fb too?

    40. Re:Like father like son by chemosh6969 · · Score: 1

      A comment as completely out of place as that, having nothing to do with the article and filled with inaccurate/misleading info as the poster of this story, looks like something you keep saved on your computer just to paste when someone posts a comment defending Microsoft in some way.

    41. Re:Like father like son by Draknor · · Score: 1

      Not sure what your problem is -- my Windows 7 workstation (and Windows XP before that) are typically up for at least a month at a time, at least until I decided to institute a monthly reboot (just because). And my home PCs would have even longer uptimes, except for Windows 7 deciding to automatically reboot to install patches when I'm not looking.

      My ubuntu box, however, seems to like to give me trouble - losing network connectivity, random errors, stopped talking to our ActiveDirectory server, etc. And it seems like I every time I log in, it's telling me a restart is required, probably due to some security update being auto-loaded. (I run it headless as a playground box and rarely use it, so I'm sure it would have better reliability if I was more proficient with it.)

      But the point is -- both Windows and Linux are more than capable of providing good uptime, given proper administration. Linux (at least Ubuntu) can be just as flakey as Windows used to be, if you don't know what you are doing. And Windows can be very stable.

    42. Re:Like father like son by kiwimate · · Score: 1

      Yep, just like we know Linux doesn't deserve any credit for having finally made it to the point where installation isn't a monumental headache of editing config files by hand.

      I have been operating MS servers since NT 3.1 and I always found the biggest problem was not bad code - it was that the pretty graphics made everyone think configuring a server was easy and they didn't need to read a manual or know what they were doing. Hence the customers who ran SQL Server 6.5 and called me in when their database ground to a halt because they didn't know they had to run update statistics. That's not Microsoft's fault - that's someone who needs a consultant to configure their systems properly because they don't know enough to do it themselves, but they're too cheap to call someone in until their server degrades.

      I've told the story before, but it bears repeating. I know a senior admin who doesn't know how to configure permissions - he thinks that if someone can't write a file it's because they're in a READ ONLY group as well as the READ WRITE group and the fix is to remove them from the R-O group.

      That's a joke - that's someone who shouldn't be allowed near a server, Windows or UNIX. But because everything is pretty with buttons and stuff, he can barely find his way around and if he bashes at it long enough it'll eventually sort of look like it's working. Of course, underneath it's a steaming pile of dung, but the pretty graphics make non-admins think they can be a server guru, and they can't!

    43. Re:Like father like son by Anonymous Coward · · Score: 0

      Virtucon has a point. Yet you freely admit to holding a company's past against them, no matter how much they have improved or will improve. Nice. Bitter much, BOFH? You had to "live thorough the hardships"; what BS. Like you had to lose an arm or take a 50% paycut.

      Please let me bow down to your grey beardedness, or rather your low slashdot#. You may be one of the first, you may be one of the best, but your not always going to be the dominate. Just ask the dinosaurs and the free market about that.

    44. Re:Like father like son by thegarbz · · Score: 1

      However, in a desktop environment windows OS (in comparison to linux) can barely handle 2 weeks of uptime without a guarantee that a driver will have an issue when waking from sleep, or that a driver will become unresponsive spontaneously and corrupt itself until said service related to the driver is restarted.

      This too is getting very old. You start by talking about windows uptime and the first thing you mention is a driver? How about all the linux issues then? There's a kernel driver which doesn't work with my raid card which kernel panics every distro on boot. In comparison my windows box has an uptime of more than 2 months now, which is .... orders of magnitude better and I have never had a driver related issue. It's not an isolated case either. I've had a Maxtrox driver kernel panic the system on startX too.

      Analogies are great aren't they. Everyone likes to think their precious little linux is oh so reliable, yet the hard truth is it's just as bad, and in many cases worse then windows due to lack of proper testing of drivers. Heck coming out of sleep successfully is the exception rather than the norm in the Linux world. Yeah sure it may be because of dodgy BIOS or dodgy hardware, but that's my point, I never have to google to see if hardware is supported under Windows, it just is.

    45. Re:Like father like son by Mortimer82 · · Score: 1

      Running Windows 7 64bit and I restart my computer only once a month, for Windows updates. Same with my Vista 32bit laptop, I never shut it down, I merely have it sleep, but never need to restart it except for the once a month windows updates.

      If your Windows computer is having stability issues, you either have poor quality hardware or badly written drivers.

    46. Re:Like father like son by Douglas+Goodall · · Score: 1

      This sounds really similar to my experiences with Windows Server 2003R2. I got out the install media, got the system formatted and installed, and chose a reasonable sounding set of default services to run. I tested what I had running and things seemed good, for about an hour. Then the SMTP mail stopped working. I go to bed, but by morning the system logs have become immense with all sorts of inscrutable error messages about sub-services that are not starting or responding as expected and reduced functionality modes that are becoming active as the system basically goes to pieces within 24 hours. The bizarre part of this story is that just after the install everything was working and tested good. But within an hour, things started unraveling. My hopes that Windows 2003R2 might be better started fading at that point.

    47. Re:Like father like son by Douglas+Goodall · · Score: 1

      Old unix users know that you shouldn't actually have to reboot a unix system unless it is the core of the kernel itself that is being updated. Otherwise you can reduce your run-level and bring it back up in order to restart updated services. Just calling reboot is the lazy way, and is no better at verifying startup sequences than varying the run-level as I said before.

    48. Re:Like father like son by jawtheshark · · Score: 1

      And the group policy editor is available for Windows XP Home out of the box, right? I'm not even sure it's included with XP Pro.

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
    49. Re:Like father like son by Kalriath · · Score: 1

      This, this, a thousand times this. The only thing more dangerous to Windows servers is the typical UNIX sysadmin convert who thinks that just because it's Windows it requires constant babysitting and twiddling. Get this folks: it doesn't. Like UNIX, you just set it up, optimize it, and leave it the fuck alone. It can run on its own, it doesn't require you to hold its hand. Just check in once a month to see if you need to install any of the patches (and news flash: you don't need to install them all. Half of them will be shit like "Improves performance of right click when used with a left handed mouse on a computer with an Adaptec S23454325 RAID controller")

      --
      For a site about things like basic rights, Slashdot users sure do like to censor "dissent".
    50. Re:Like father like son by Drugmath · · Score: 1

      According to my anecdata, that's not even particularly true anymore since Win7. The work laptop I'm typing this on right now gets rebooted once a month (on Patch Tuesday) and otherwise is up for a full month at a time between patches.

      Additionally, I have a Win7 home theatre box with a current uptime well over 100 days - I don't patch this one often due to its lack of net connectivity.

    51. Re:Like father like son by Anonymous Coward · · Score: 0

      The group policy editor is included in XP pro. For XP home, you can follow the MS knowledge base instructions for this: http://support.microsoft.com/kb/555444

    52. Re:Like father like son by jawtheshark · · Score: 1

      Nice, but in my opinion, this should have been disabled by design. You don't reboot when users are logged in and have potential programs running whether the are AFK or not.

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
  9. Re:Hotmail all over again by mewshi_nya · · Score: 4, Insightful

    Or, you know, it could just be a server issue. If you look, and ask Skype users, the outage is already over.

    I know, not as fun as MS-bashing, but the best bashing is based on fact.

  10. Only Microsoft by taktoa · · Score: 0

    Could screw up that badly.

  11. Useless by Anonymous Coward · · Score: 0

    Anti-microsoft garbage. Written by a 12 year-old, and sparse on facts.

    1. Re:Useless by maxwell+demon · · Score: 1

      Anti-microsoft garbage. Written by a 12 year-old, and sparse on facts.

      Who needs facts? Everyone knows that crashing software can only be Microsoft's fault.

      --
      The Tao of math: The numbers you can count are not the real numbers.
  12. fixed by Anonymous Coward · · Score: 1

    Technical instructions to fix the current Skype issue affecting a small number of users – easier solution coming soon! http://bit.ly/iLbgpy

    See https://twitter.com/#!/Skype

  13. Peat. And repeat. by cpu6502 · · Score: 1

    Isn't this the second time Skype went down? Wonder if it's the same cause: blogs.skype.com/en/2010/12/cio_update.html (CIO update: Post-mortem on the Skype outage)

    Like Sony, I thought they would have fixed this problem by now, but guess not.

    --
    My AC stalker: " I personally agree with your posts most of the time, but that won't keep me from modding you troll"
  14. Don't think it's because of Microsoft by courteaudotbiz · · Score: 1, Insightful

    Even though most Slashdotters will laugh about it, I don't think it is linked to the acquisition of Skype by Microsoft... The acquisition is so recent, I don't think anybody other than high ranked executives could have put their nose in Skype business, so I don't think Microsoft developpers could have caused such a mess.

    1. Re:Don't think it's because of Microsoft by gbjbaanb · · Score: 1

      you never know, the guy responsible for watching the blinking light on the server might have read all the news of the takeover, exclaimed "I'm never working for Microsoft" and walked out. And right now, everyone's looking at the servers, scratching their heads and saying "where's the guy who usually resets this thing?".

    2. Re:Don't think it's because of Microsoft by Lunix+Nutcase · · Score: 1

      The acquisition is so recent, I don't think anybody other than high ranked executives could have put their nose in Skype business, so I don't think Microsoft developpers could have caused such a mess.

      What acquisition? Microsoft is still awaiting FTC approval before anything can actually happen. Microsoft only AGREED to acquire Skype at this point.

    3. Re:Don't think it's because of Microsoft by courteaudotbiz · · Score: 1

      So this further confirms that it not about Microsoft at all...

    4. Re:Don't think it's because of Microsoft by Anonymous Coward · · Score: 0

      This is libel. I did NOT "walk out".

      It's just that I'm taking a lot longer lunches, now. Much longer lunches.

    5. Re:Don't think it's because of Microsoft by tgd · · Score: 1

      The acquisition *hasn't happened yet*.

      Just to be crystal clear. Buying a company is a LONG process. A company that size, it could *easily* be a year or more.

    6. Re:Don't think it's because of Microsoft by epine · · Score: 1

      I don't think Microsoft developers could have caused such a mess

      Another possibility is that some skype sysadmin was teetering on the brink of hysterical depression at the looming prospect of answering to The Beast. It's not as if religious sentiment is unheard of in matters technological. Consider the Pope of Cupertino or emacs/vi.

      It must be a sweet mental shortcut to filter the world through condign causation. There's a fairly active brain center for doling out the blue juice which rarely considers second order effects. That's for other brain regions to consider, if they get any glucose at all. I suffer from the condition known as lateral thinking, where all my brain centers get glucose at the same time, whether I want this or not. I try not to get into small-pie pissing matches against the more singularly motivated, since I tend to lose these battles due to my congenital mental profligacy. Never more than half my brain mans the cannons.

      If it weren't for the upside of "be elsewhere" when the shit hits the fan, lateral thinkers such as myself would have become Darwin's fish food long ago. The constrictive mental model of all effects through condign causation isn't much use in beating a prudent retreat.

    7. Re:Don't think it's because of Microsoft by garyebickford · · Score: 1

      Maybe they're just practicing for the new operational paradigm! :)

      --
      It's easier to be a result of the past, but more fun to be a cause of the future! http://www.spacefinancegroup.com/
  15. Say again? by Mascot · · Score: 4, Informative

    Been connected to Skype, and chatting, all day. No issues. www.skype.com working just fine.

    With statements like "has disappeared from the Internet" and "worldwide outage", I would expect to have... you know.. have noticed something?

    So, let's rephrase TFS to something more like: "Some users/areas experiencing issues reaching Skype servers and services"

    1. Re:Say again? by Anonymous Coward · · Score: 0

      Same here. Me and 2 friends are on skyping and watching one of them stream a game and chatting about issues with the recent Minecraft update causing issues with our server downtime. (CPU bug that should be fixed and soon released)

      Guess I will just have to make sure I don't go offline if it is down...

    2. Re:Say again? by fezzzz · · Score: 1

      My skype just keeps on crashing and my colleague working on Linux experiences the same problem. I've checked with five other colleagues and their skype is working fine, so the problem is clearly intermittend

    3. Re:Say again? by Anonymous Coward · · Score: 0

      Try this fix:

      http://heartbeat.skype.com/2011/05/problems_signing_into_skype_an.html

      Worked for me on Linux, and for a few friends on Windows.

    4. Re:Say again? by Anonymous Coward · · Score: 0

      Ditto, I was shocked to find out that despite TALKING ON SKYPE RIGHT NOW it's totally not working. I'm going to send this article to my buddies ON SKYPE RIGHT NOW so they can all be informed of skype's outage.

    5. Re:Say again? by Anonymous Coward · · Score: 3, Insightful

      So, let's rephrase TFS to something more like: "Some guy with a blog that hates Microsoft is experiencing issues reaching Skype servers and services and then submitted a link to Slashdot because Slashdot hates Microsoft. And Apple. And has issues with Linux. Y'know what, slashdot hates everything to do with computers."

    6. Re:Say again? by Dunega · · Score: 1, Insightful

      That would prevent the needed Microsoft bashing that is seemingly required on Slashdot.

    7. Re:Say again? by countertrolling · · Score: 1

      He might not even hate Microsoft, could just be trolling Slashdot.. Mission Accomplished!! Bravo!

      *golf clap*

      --
      For justice, we must go to Don Corleone
    8. Re:Say again? by Anonymous Coward · · Score: 0

      Macs are not computers. Computers are supposed to be fully programmable (i.e. you can do what you want with it). Macs are just big and shiny calculators.

    9. Re:Say again? by Anonymous Coward · · Score: 0

      DAMN right, we all hate those computer thingies. Im glad I stuck with my tv glued to a typewriter, otherwise I couldn't write a comment here.

    10. Re:Say again? by Manfre · · Score: 1

      Your rephrase doesn't properly convey the overly anti-Microsoft sentiment that is immune to facts!

    11. Re:Say again? by maxwell+demon · · Score: 1

      Macs are not computers. Computers are supposed to be fully programmable (i.e. you can do what you want with it). Macs are just big and shiny calculators.

      I'm pretty sure Macs are fully programmable. You can even run Linux on them. Maybe you are confusing them with iPads?

      --
      The Tao of math: The numbers you can count are not the real numbers.
    12. Re:Say again? by ari_j · · Score: 1

      Your comment makes me think we need a Slashdot song, akin to The Toronto Song by Three Dead Trolls in a Baggie. (Never mind the third-grader's homemade music video, this is just the best way I could find on short notice to share the song.)

    13. Re:Say again? by nogginthenog · · Score: 1

      There are quite a few people in my organisation having Skype problems today.

    14. Re:Say again? by Mascot · · Score: 1

      You missed the point. "Quite a few people" does not equal "crashes and burns" or "has disappeared from the Internet" or "worldwide outage".

  16. Seems to be by Anonymous Coward · · Score: 0

    working just fine in London.

  17. Really? by Anonymous Coward · · Score: 0

    It's working find for me, both skype to skype and skype to POTS.

    Maybe I just got lucky, but then again both the article and skype's twitter response seem to indicate this isn'tthe wholesale outage that the /. headline would suggest

  18. (website) Works on my machine. by Barryke · · Score: 1

    It redirects to http://www.skype.com/intl/nl/home

    Featuring the "Works on My Machine" certificate. http://www.codinghorror.com/blog/2007/03/the-works-on-my-machine-certification-program.html

    I'd really want to use Skype, but its no use as nobody i knows does so. Vendor lockout!?
    Luckely here, the Dutch government has ruled that Dutch telecom companies may NOT charge extra for using instant messaging (or similar) apps on their network.

    Its a mess right now, but its likely a free (possibly opensource) alternative will either launch or stand out of the crowd in the years to come.

    --
    Hivemind harvest in progress..
  19. Stop whining... by geegel · · Score: 4, Informative

    Step 1: Uninstall Skype

    Step 2: Go to %AppData%\Skype\YourUsername rename config.xml to config.bak

    Step 3: Go to %AppData%\Skype rename shared.xml to shared.bak

    Step 4: Reinstall Skype

    Step 5: Profit!

    --
    right...
    1. Re:Stop whining... by monkeyhybrid · · Score: 5, Informative

      No need to uninstall Skype or touch the config.xml file. Just rename shared.xml to shared.xml.bak (or simply delete it as will be recreated next time Skype runs). Job done.

    2. Re:Stop whining... by SilentTristero · · Score: 1

      Don't need to uninstall/reinstall. Just stop skype (well, it's probably already crashed if this is happening to you), delete the shared.xml, and restart it.

    3. Re:Stop whining... by geegel · · Score: 1

      Oh well, this is how I've done it and since it works... I figured I shouldn't skip any steps.

      --
      right...
    4. Re:Stop whining... by Anonymous Coward · · Score: 0

      Works the same on Linux. Go to ~/.Skype, do "mv shared.xml shared.bak", start Skype. Works...

    5. Re:Stop whining... by Anonymous Coward · · Score: 0

      Don't need to uninstall/reinstall. Just stop skype (well, it's probably already crashed if this is happening to you), delete the shared.xml, and restart it.

      Deleting shared.xml did the trick ;)

    6. Re:Stop whining... by Rob+the+Bold · · Score: 2

      Step 1: Uninstall Skype

      Step 2: Go to %AppData%\Skype\YourUsername rename config.xml to config.bak

      Step 3: Go to %AppData%\Skype rename shared.xml to shared.bak

      Step 4: Reinstall Skype

      Step 5: Profit!

      If I gotta do a complete reinstall* to fix a problem I didn't cause, I think I'd reserve the right to whine while doing it. That's like saying: "Quitjer bitchin' and just re-install windows!"

      *And now it looks like maybe I don't need to.

      --
      I am not a crackpot.
  20. Its just an XML glitch by Anonymous Coward · · Score: 0

    In Vista/W7 delete the shared.xml from C:\Users\%username%\AppData\Roaming\Skype

    Bam.. its working again.

  21. This post is tabloid-fodder by matt_king · · Score: 1

    Skype is not down at all, not the service nor the website....this should not be on the front news page as it is sending out FUD.

    1. Re:This post is tabloid-fodder by RichM · · Score: 1

      The outage* was over by the time Slashdot posted it.

      * except that there never was any outage, just some clients that crashed when they updated their XML config from Skype servers.
      Where I worked we speculated that they were updating the master IP/hostnames for the login servers when beta testing Azure or some other Microsoft datacenter and some clients received corrupted data.

  22. window dressing by Sunshinerat · · Score: 1

    I strongly believe that the investment firm running Skype has kept it alive and looking healthy for as long as necessary.
    Now the deal with Microsoft is made, there is no reason to keep the extra staff on board to keep it running without issues.
    This also explains the sudden pull out from Astrix support.

    This is the world we live in when money driven firms keep the windows clean, until it is no longer necessary.
    The correct term is window dressing.

    Microsoft, good luck with your recent purchase.

    --
    Load New Commander (Y/N)?
    1. Re:window dressing by Rob+the+Bold · · Score: 1

      I strongly believe that the investment firm running Skype has kept it alive and looking healthy for as long as necessary. Now the deal with Microsoft is made, there is no reason to keep the extra staff on board to keep it running without issues. This also explains the sudden pull out from Astrix support.

      This is the world we live in when money driven firms keep the windows clean, until it is no longer necessary. The correct term is window dressing.

      Microsoft, good luck with your recent purchase.

      I would hope (correctly or incorrectly) that Microsoft would insist, in writing, that the current owners properly maintain the systems throughout the acquisition process. Dammit, Jim, I'm an engineer not an MBA, but that still seems like a reasonable course of action -- you know, like specifying that the current owners don't trash the house you've contracted to buy from them in between inspection and closing.

      --
      I am not a crackpot.
  23. It works in Taiwan right now by Anonymous Coward · · Score: 1

    Im on it and OP doesnt obviously know WTF hes talking about.

    I know this is /. but damn the FUD from /. is getting out of hand.

  24. Hotmail flashbacks. by Anonymous Coward · · Score: 0

    Is anyone getting them?

  25. Works in Australia too by gtch · · Score: 1

    No problem here — both Skype website and calls working fine.

  26. Skype to Microsoft by Anonymous Coward · · Score: 0

    "I'd rather die than be owned by you!"

  27. Re:Hotmail all over again by Anonymous Coward · · Score: 2

    there was a huge outage a couple months ago...

  28. One idiot user is a worldwide outage? by nedlohs · · Score: 2

    And I'm certain I've seen a skype outage story at slashdot in the past.

  29. That explains something... by damn_registrars · · Score: 1

    I haven't been seeing nearly as many ads for Eastern European mail-order-bride services in my skype account lately. Now I know why.

    --
    Damn_registrars has no butt-hole. Damn_registrars has no use for a butt-hole.
  30. They pushed an update yesterday by unity100 · · Score: 1

    Heaven knows what the update pushed to people. It probably also caused the load.

  31. Re:Hotmail all over again by Anonymous Coward · · Score: 1

    Who wants to bet that Microsoft tried to replace the OS of the Skype servers with Windows? They did it for Hotmail, it caused a lot of problems, in the end they had to nearly double the number of servers because Windows wasn't good enough compared to the old Unix servers.

    Given that the deal hasn't happened yet (Microsoft hasn't bought Skype, they have proposed to buy Skype and both are waiting for regulatory approval before actually going through with it, which probably will take months and months) I'm willing to put money against that bet if you are.

  32. What the Fuck Are You Talking About? by WarpedCore · · Score: 1

    Skype is working just fine. I just call tested in on my iPhone 4 moments ago and the polite British test call lady sounded as clear as ever. I think she's British. Never really stopped to play her accent. This is another Orson Welles caliber example of Internet reporting. Bravo.

  33. confirmed on linux by nevercome · · Score: 1

    on linux, it just crashes after ~10sec after start . This happens on any client i have tested, from Ubuntu 10.04 to 11.04.

    1. Re:confirmed on linux by nevercome · · Score: 1

      ..fixed deleting .Skype directory into homedir.

  34. Seriously... by kvvbassboy · · Score: 4, Insightful
    I am really sick of this yellow journalism that's been popping up lately on Slashdot! Whoever is putting these articles on the front page, needs to do a better job.

    It's supposed to be "News For Nerds", just report actual fucking facts related to science or tech, and not anti-MS bullshit or what color muffin Steve Jobs had for breakfast!

    1. Re:Seriously... by MarkGriz · · Score: 1

      Agreed. And as much as people here like to rail against the idiots on Digg, at least their site has a mechanism to bury dumbass stories like this.

      --
      Beauty is in the eye of the beerholder.
    2. Re:Seriously... by kurokaze · · Score: 1

      QFT - this place is turning into the enquirier

    3. Re:Seriously... by Anonymous Coward · · Score: 0

      Didn't digg take away the whole bury thing when they launched the latest version, and then everyone left because it was a farce?

    4. Re:Seriously... by Anonymous Coward · · Score: 0

      Brown

    5. Re:Seriously... by pinkushun · · Score: 1

      /. needs a "vote spam" flag for articles.

    6. Re:Seriously... by Anonymous Coward · · Score: 0

      But some of us want to know what color muffin Steve ate. That way we can update our charts on his morning bowel movement.

    7. Re:Seriously... by AmiMoJo · · Score: 1

      I think the editors need to go on a basic journalism course because they clearly have no idea how to present a story with as little bias as possible, or even how to do the most basic of fact checking.

      Seriously, do they do anything other than make up the stupid "department" tag and click "submit to front page"?

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    8. Re:Seriously... by theBuddman · · Score: 1

      I'm a Steve Jobs muffin color bookie, you insensitive clod!

    9. Re:Seriously... by tgd · · Score: 1

      Unfortunately, /. has been the Fox News of the tech world for a decade now.

      I think the real problem is that readers who weren't around even prior to having user accounts don't remember that it was just a site for collecting links by a bunch of friends on the Internet. Those same non-editors are still the ones tossing stories on there.

      The issue is more that /. presents their employees as editors when, for 15 years, they have not been editors. While there is news to be had on /., you'll get more out of it realizing that its just a hub of a particular type of nerd group-think, and reading it with that in mind.

    10. Re:Seriously... by Just+Some+Guy · · Score: 1

      "Lately". Heh.

      --
      Dewey, what part of this looks like authorities should be involved?
    11. Re:Seriously... by Anonymous Coward · · Score: 0

      What slashdot have you been reading that you think it dispassionately reports facts? WTF would be the interest in that?

      Slashdot is a blog where the editors pass stories along like they were sitting with you over a beer. You should expect tired old jokes, and Microsoft stories are the Polack/blond jokes of the internet.

    12. Re:Seriously... by Anonymous Coward · · Score: 0

      my thoughts exactly. and it gets worse if you look at the actual summaries that get to twitter. it's horrible. i've actually stopped reading slashdot altogether. then i read this article and I actually believed it.

      I have to revert back to doing my own search before I click on a /. link.

    13. Re:Seriously... by Anonymous Coward · · Score: 0

      Where have you been for the last 5-8 years? This is par for the course at slashdot.

      If you want something with some semblance of journalism, try Ars Technica. They have the occasional shit article every once in a while, but for the most part it's great.

    14. Re:Seriously... by Lunzo · · Score: 1

      When an article is submitted without bias in the summary the editors add some flamebait biased lines to the end.

      When TFA in the original submission is a serious news website or a link to a primary source then the editors change it to a link to a blog with the article split over 10 pages full of ads.

    15. Re:Seriously... by Anonymous Coward · · Score: 0

      Now I really want to know.. What color muffin DID Steve have for breakfast?

    16. Re:Seriously... by AbominousSalad · · Score: 1

      This. April Fools is only one day a year, any other day and it just makes Geeknet look shitty.

      --
      Every trollism an AC posts is prefixed, in my mind, with "A. Coward whined, in a weak and cowardly voice:"
  35. Really ? by mbone · · Score: 1

    It's working fine for me in Northern Virginia at 9:33 AM EDT - Cox Cable.

  36. Re:Hotmail all over again by Anonymous Coward · · Score: 0

    As Skype is peer to peer, 90% of the service has always been running on Windows anyway.

  37. Re:Hotmail all over again by Lumpy · · Score: 4, Funny

    Yeah but now all skype calls start with the windows 95 startup sound.....

    --
    Do not look at laser with remaining good eye.
  38. Skype works for me. by C_Kode · · Score: 1

    Skype is still functioning for me.

  39. That was quick! by Anonymous Coward · · Score: 0

    I would have thought it would have taken a while for Microsofts culture to get through but they have obviously been getting much faster at this game.

  40. M$ bashing fail by Anonymous Coward · · Score: 0

    Someone just wants hits on their blog and is all bitchy about having Skype issues. Nothing to see here.

  41. Re:Hotmail all over again by Anonymous Coward · · Score: 0

    Because the following scenario is, of course, impossible:
    1. Microsoft tries to switch the current Skype servers with Microsoft servers
    2. The whole thing bursts into flames
    3. They put the previous Skype servers back online

  42. Re:Hotmail all over again by Anonymous Coward · · Score: 1

    Yea, not remotely fact based, Skype has had shitload of outages over the past 7 years, several longer than this one. And the suggestion that this was because MS wanted to replace the servers with Windows is just retarded. MS bought Skype less than a month ago, they haven't even taken over operations yet. To replace the server OS on a system that large would take 6 months to a year from planning to implementation at an absolute minimum. This has nothing to do with MS, and is basically a non story. Yes, Skype had a relatively brief outage, just like all there other outages that were not covered here. RingCentral is down now too, do we need a story about that? How about the 30 minute outage on Wikipedia yesterday? Oh wait, this wasn't a story about an outage, and the summary might as well have been [insert M$ bashing below].

  43. Re:Hotmail all over again by SimonTheSoundMan · · Score: 2

    Anyone remember when Microsoft back in 2007 released an update to Windows that took out Skype's servers? Flooded Skype's servers for several days.

  44. Re:Hotmail all over again by JackieBrown · · Score: 2

    Skype was down for a while last December for millions of users

    http://blogs.wsj.com/digits/2010/12/22/skype-down-for-millions-of-users

  45. "nary a fortnight after Microsoft snaffled up..." by circletimessquare · · Score: 1

    it's good to see shakespeare still employed and writing story summaries on the internet

    but he could do with less colorful opinionated superlatives and just relate the facts

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
  46. Re:Hotmail all over again by Anonymous Coward · · Score: 0

    Except it's not fact-based. Skype had some pretty nasty problems 6 months ago -

    http://news.cnet.com/8301-13506_3-20026408-17.html

  47. SlashDot is the Fox News of the tech sites by Anonymous Coward · · Score: 0

    Let's just find a story, write up some anti-MS wording, don't verify the contents, and post.

  48. kdawson? Is that you? by L4t3r4lu5 · · Score: 4, Insightful

    1) Poorly researched, out of date information.
    2) Inaccurate, inflammatory headline.
    3) Short, information-free stub.

    Sure seems like him.

    --
    Finally had enough. Come see us over at https://soylentnews.org/
    1. Re:kdawson? Is that you? by crossmr · · Score: 1

      I'm beginning to think there are really only 1 or 2 people working at /. and they just user different names to try and keep the heat off them..
      it might just be kdawson left at this point because there is no way there could be anyone else there and they let him anywhere near a keyboard unattended.

    2. Re:kdawson? Is that you? by westlake · · Score: 1

      1) Poorly researched, out of date information.
      2) Inaccurate, inflammatory headline.
      ) Short, information-free stub.

      4) Which draws moths to the flames for the better part of day before being corrected. Got to get those page hits.

    3. Re:kdawson? Is that you? by Combatso · · Score: 3, Funny

      or possibly CNN

    4. Re:kdawson? Is that you? by God_TM · · Score: 1

      How much you wanna bet that stoobalou (the contributor of this 'article') is one of the editors of Thinq? http://www.thinq.co.uk/staff/ Gee... I wonder who's name there could be shortened to 'Stoo'?

  49. Re:Another Option by GargamelSpaceman · · Score: 4, Informative

    I have an Ooma phone. Actually it's a device that plugs into my internet router, and into which you can plug regular landline phones.

    It's like 15 bucks a *year* for taxes, and you get free calling in the US. No other charges. And you don't need to own a computer to use it. It's not like magic-jack where you need to have your computer running.

    I also put 50 bucks in my pre-pay account, so I can use 411, and make international calls. The rates are competitive to skype rates for international calls. AND, you get a real landline phone number and can make calls to landline phone numbers. So instead of messing with a computer, when I want to make an international call, I just pick up the phone and dial. If someone calls me from another country, I tell them I'll call them back since it's cheaper for me than it would be for them.

    Now the device is 200 bucks, but it's already paid for itself since I don't pay a telephone bill for a landline. And the call quality = that of any landline I've ever had.

    No monthly fee. In a year, it pays for itself, and that's it. What a great deal! If you move, take your Ooma with you, and you KEEP THE SAME PHONE NUMBER no matter where you live, ( unless you want to change it ). Cell phones are nice, but they can be expensive. And if you are required to keep one for work, then having 2 in your pocket is annoying. Ooma is a way to have your OWN phone number forever for minimal money.

    Why am I shilling? Because I want others to get a great deal. I don't want Ooma to go out of business because it gives customers such a good deal. ( I have no reason to suppose that it would.... ) For being such a good deal, I'll plug them once in a while.

    --
    ...
  50. Woah! by Anonymous Coward · · Score: 0

    Skype has crashed and burned in a worldwidge outage. Meanwhile, Amazon has utterly gone up in flames; Google has sunk into the muck of internet oblivion; Facebook doesn't seem to know where its towel is.

    Oh, wait, what's this dangling ethernet cable go to? *clik* Ah. Never mind. It's all back. When will these big companies learn?

  51. Headline is too soft by Smigh · · Score: 1

    Could you use a more sensationalist headline please? A worldwide outrage? Surely it must be worse than that if some users are experiencing connection issues. Put rebellion and pillages in there too... why not? And "crashes and burns"? That sounds like an accident, change that to "Microsoft murders, mutilates and disposes of Skype"!

    1. Re:Headline is too soft by amliebsch · · Score: 1

      It's a global Skype genocide!

      --
      If you don't know where you are going, you will wind up somewhere else.
    2. Re:Headline is too soft by Anonymous Coward · · Score: 0

      "Skype obliterated in supernova-like outage - world civilization crumbles; human extinction imminent"

      It's the best I could do on short notice.

  52. Re:Hotmail all over again by mewshi_nya · · Score: 1

    Skype has central servers, which is what they are referring to. In fact, does anyone know if Skype even is peer-to-peer, rather than a peerserverpeer model?

  53. Re:Hotmail all over again by Anonymous Coward · · Score: 1

    there was a huge outage a couple months ago...

    All Skype users know they've had outages (and MS haven't even bought Skype yet!), this is just FUD and falsehoods to a shameful degree just to bash MS (but are we confirming that we need to completely invent reasons to do that?)

  54. Instead of writing silly blogs... by geogob · · Score: 1
  55. The real reason... by Anonymous Coward · · Score: 0

    They switched from BSD to NT.

  56. Re:Hotmail all over again by Lunix+Nutcase · · Score: 1

    And the fact is that Skype has run flawlessly for at least seven years (according to the article) without a hiccup

    Well if that's what the article is saying it's lying:

    On 16 August 2007, Skype became unavailable to a majority of its users. Millions of users were requesting to log-in at the same time following a routine Windows update and this flooded the peer-to-peer system. The event lasted for about two days.

    On 22 December 2010, it was reported that Skype experienced an outage estimated to represent 8 million foregone calls.

    and as soon as M$ gets it, they break it.

    Except for the fact that Microsoft hasn't even acquired it yet? It takes far more than 16 days for an acquisition to go through.

  57. Re:Hotmail all over again by Lunix+Nutcase · · Score: 1

    It is impossible since the acquisition hasn't even happened yet. They haven't even gotten regulatory approval yet. If you truly think that such a huge acquisition like this happens in 16 days then you're an idiot.

  58. Slashdot depresses me by Anonymous Coward · · Score: 0

    So every thing that MS touches (even if they don't control the entity yet in any way) instantly becomes flamebait? RATIONAL Microsoft hating is one thing, but this is just middle school name calling, jeez

  59. overpriced? by ravergonemad · · Score: 1

    Overpriced? Sure, he can't afford 8.5 billion, but Mickey$oft can and Skype is a global phone company running on this thing called the internets... there is obvious potential. Linkedin/facebook are overvalued for sure, just a marketing departments wet dream.

  60. Re:Hotmail all over again by Anonymous Coward · · Score: 1

    "not fact-based"? Is this some kind of newspeak? Here on slashdot we prefer the terms: "bullshit", "lies", "FUD", "misinformation" and "the editors are idiots for accepting news posts like this one".

  61. Re:Hotmail all over again by DrgnDancer · · Score: 1

    Pretty much, yes. There's no way Microsoft tried to switch Skype to Windows servers right now. They don't even have possession of the company yet. The Hotmail switch was planned for months before the attempt was even made, no one is stupid enough to try a massive OS switch on an infrastructure network, with less than a month of planning time, before the deal is even final. MS has done dumb things in it's history, but they're no where near that stupid.

    --
    I don't need a million points of light, just two points of multi-mode fiber and a 10 Gig-E router.
  62. Embrace, Extend... Crash-n-Burn? by bl8n8r · · Score: 1

    This would be a first for Microsoft. Anyway, some alternatives to Skype.
    http://www.pamil-visions.net/skype-down/221825/

    --
    boycott slashdot February 10th - 17th check out: altSlashdot.org
  63. Re:Hotmail all over again by DaveV1.0 · · Score: 1

    Except the article is wrong. Maybe you should read the comments where a someone calls the author of the article wrong. And, it isn't really an article, but rather an Microsoft bashing screed.

    --
    There is no "-1 offended" or "-1 you don't agree with me" mod options for a reason.
  64. Re:Hotmail all over again by Ksevio · · Score: 4, Informative

    The only central servers are for authentication. All the communication traffic is peer-to-peer, though sometimes it will go through a third peer to overcome networking issues.

    There are also supernodes (sometimes skype owned) where many users connect to send and retrieve connection data (who's on, search, etc). A simple network traffic analyzer can confirm much of this.

  65. Re:Hotmail all over again by luis_a_espinal · · Score: 1

    Or, you know, it could just be a server issue. If you look, and ask Skype users, the outage is already over.

    I know, not as fun as MS-bashing, but the best bashing is based on fact.

    And the fact is that Skype has run flawlessly for at least seven years (according to the article) without a hiccup and as soon as M$ gets it, they break it.

    There you go, an off the cuff, fact based, M$ bash.

    No, it isn't (as there have been several outages in the past). Facts are a bitch for the fools who talk about them without checking them out, don't you think? The thing that gets me the most is this thing you said:

    as soon as M$ gets it, they break it.

    Correlation does not mean causation. Turn in your geek card at the door if you please.

  66. Global Internet Outage! by Kamiza+Ikioi · · Score: 0

    The Internet crashed and burned today, for lady we spoke with. She has been unable to connect to anyone over her neighbor's wifi. Will the world markets be the next to crash with this unfortunate outage, which we can associate to Microsoft? Leo Laporte has the rest of this breaking story.

    --
    I8-D
  67. Re:Hotmail all over again by postbigbang · · Score: 1

    Skype uses some nodes as super-nodes, but it's otherwise mostly peer-to-peer. There are landline gateways across the planet, but they're not easily termed as servers.

    The Microsoft haters in TFA need some education. Skype hasn't yet been officially acquired by Microsoft, and has had many kinds of outages. A global carrier can't help but to have them occasionally for many different reasons, but Skype wasn't out across the planet. Somebody couldn't connect and thought that Skype was down when some others couldn't logon. Hardly scientific.

    --
    ---- Teach Peace. It's Cheaper Than War.
  68. Seems like M$ bought another company... by Anonymous Coward · · Score: 0

    When did M$ buy Slashdot? Right now they are both equally "reliable".

  69. Absolute rubbish by Dunbal · · Score: 1

    1) Skype is working fine for a lot of people except, apparently, the author.

    2) Skype's web page loads fine

    3) The author seems to have missed previous Skype outages

    4) How the fuck does this FUD make the front page of slashdot? The article is pure libel.

    --
    Seven puppies were harmed during the making of this post.
    1. Re:Absolute rubbish by maxwell+demon · · Score: 1

      <conspiracytheory>Maybe it's Microsoft trying to get the price of Skype down.</conspiracytheory>

      --
      The Tao of math: The numbers you can count are not the real numbers.
  70. lets all comment... by Anonymous Coward · · Score: 0

    ...on the same thing in different ways. There has to be 5000 ways to say this isnt what it was right? I mean afterall Skype really wasn't down and whomever posted the article is a real.......etc

  71. penalize by mutherhacker · · Score: 1

    Shouldn't there be a way to penalize users for submitting stupid unchecked stories without facts or references? (even in the linked article)

  72. Re:Hotmail all over again by countertrolling · · Score: 1

    ...Microsoft bashing screed...

    Marketing 101, buddy.. could just as easily be a ploy by Microsoft for sympathy. Weirder things have happened

    --
    For justice, we must go to Don Corleone
  73. Re:Hotmail all over again by j00r0m4nc3r · · Score: 0

    Why do you defend MS? You think MS would defend you? All MS wants from you is your money, and they will do anything to get it including illegal things, which I find disrespectful. I do not respect anyone or anything that does not respect me. Bashing MS is shameful? What I find shameful is your willingness to tolerate MS's behavior.

  74. Not a big MS fan here... by Just+Brew+It! · · Score: 1

    ...but the mindless MS bashing really gets old.

    Posting nonsense like this diminishes the credibility of /., especially when it comes to MS-related topics. If this site is to be taken seriously when it posts valid criticisms of MS -- and I agree that there are many! -- BS stories like this need to stop.

    1. Re:Not a big MS fan here... by pep939 · · Score: 1

      Quite right. Please /. people, give us quality... This sucks. :(

  75. Re:Hotmail all over again by Anonymous Coward · · Score: 0

    Why do you defend MS? You think MS would defend you? All MS wants from you is your money, and they will do anything to get it including illegal things, which I find disrespectful. I do not respect anyone or anything that does not respect me. Bashing MS is shameful? What I find shameful is your willingness to tolerate MS's behavior.

    I don't defend MS and don't expect them to defend me. I do defend relating to facts over bullshit FUD, which the claims in this story clearly is. I don't respect anyone that stoops to pure falsehoods just to support "a cause" they think are just. I think it is shameful.

  76. Some users experiencing issues? by Anonymous Coward · · Score: 0

    "Skype servers are currently taking a “short break” claims the official website for the worldwide video calling and chat service .. The Skype service began to cut out for users across the globe at around 12:15pm following an outage which the company are now looking into after pulling the active service" link

  77. Skype Crashes and Burns In Worldwide Outage* by amliebsch · · Score: 1

    * Not Intended To Be A Factual Statement

    --
    If you don't know where you are going, you will wind up somewhere else.
  78. Is Skype _really_ peer to peer? by Sloppy · · Score: 2, Insightful

    The evidence for it being p2p is:

    1. They say it is
    2. It uses somebody else's "background processing"

    The evidence against it being p2p is:

    1. Users just happen to have simultaneous outages.
    2. Skype user interface doesn't have any place where you enter/verify the key fingerprints of the person you're talking to. The other identity seems to have always been magically introduced to you, apparently by the one single universe-wide trusted authority, and coincidentally..
    3. ..Skype has made deals with certain governments to allow them to monitor their citizens' phone calls.

    (All being things which don't happen in a p2p system, unless at least some vital part of it isn't p2p.)

    Look at the evidence and decide. I'd say look at the source, but Skype doesn't give you that. That's right folks, they don't allow security auditing for -- no, not a game .. no, not a 3d driver -- a communications tool. I am struggling to think of a class of applications (which aren't specialized for certain industries, like nuclear, medical, aviation, etc -- I mean stuff used by "regular people") where that's more necessary.

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    1. Re:Is Skype _really_ peer to peer? by Lunix+Nutcase · · Score: 4, Informative

      No, the evidence for it being peer-to-peer is actually learning something about the technology instead or relying on some stupid article written by an idiotic FUDster. Now, authentication is done via a central server but all of the voice chat, etc is done via a peer-to-peer model using super nodes. A 3 second google search would have explained all this to you.

    2. Re:Is Skype _really_ peer to peer? by instagib · · Score: 1

      The output of "lsof -i | grep skype" looks pretty P2Pish to me.

    3. Re:Is Skype _really_ peer to peer? by michelcolman · · Score: 1

      Then how come the whole system went down? Did all the supernodes simultaneously fail?

    4. Re:Is Skype _really_ peer to peer? by shutdown+-p+now · · Score: 1

      They didn't fail simultaneously. Rather, they cached faulty data (which triggered the exploit eventually), but before the node would crash, it would pass that data on to the other supernodes it knows about.

  79. Can we change the headline of this article to by Just+Brew+It! · · Score: 1

    "Slashdot Crashes and Burns in Worldwide Brain Fart"? It would be about as accurate as the original headline.

    1. Re:Can we change the headline of this article to by maxwell+demon · · Score: 1

      "Slashdot Crashes and Burns in Worldwide Brain Fart"? It would be about as accurate as the original headline.

      What, you mean Slashdot doesn't do that? :-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
  80. correlation != causation by calderra · · Score: 1

    Correlation != causation. End non-story.

  81. Re:Hotmail all over again by MobileTatsu-NJG · · Score: 1

    Who wants to bet that Microsoft tried to replace the OS of the Skype servers with Windows?

    Look at me, I read Slashdot's headlines, I'm well informed on anything Microsoft!

    --

    "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

  82. Re:Hotmail all over again by luis_a_espinal · · Score: 1

    Because the following scenario is, of course, impossible: 1. Microsoft tries to switch the current Skype servers with Microsoft servers 2. The whole thing bursts into flames 3. They put the previous Skype servers back online

    possible =/= probable. And certainly this: (possible -> likely) is not a tautology.

    What do you think is more likely? That Skype suffered another (yes, another) blow out that just happened to occur after its recent acquision by MS? Or that MS immediately engaged in the IT-OPs nightmare of changing the OS and infrastructure and rolled it out into production with only a mere weeks of acquiring Skype?

    Seriously, Occam's razor bitches. Pls turn your geek card at the door and thanks for playing.

  83. Re:Hotmail all over again by Locutus · · Score: 1

    come on mod'ers, that was funny.

    LoB

    --
    "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
  84. Re:Another Option by UrbanaMan · · Score: 1

    --- And you don't need to own a computer to use it. But you do need a internet service !!! Do you know people who have a broadband connection AND a router BUT NO computer ???

  85. Works fine in Afghanistan by Anonymous Coward · · Score: 0

    Even when running it on my Commodore!

    Best wishes,

    Yunis.

  86. Just get over it. by Anonymous Coward · · Score: 0

    Slashdot isn't going to straighten up and fly right. Get your tech news elsewhere. It's just not here anymore.

  87. Re:Hotmail all over again by Locutus · · Score: 2

    and they've not planted any of their executives on the board or in high places within Skype like the Nokia deal neither. Unless we see there's cause or reason for the Microsoft-ification of Skype should start before the ink is dry, we'll have to accept that it's only fun blaming Microsoft for stuff like this.

    And here's another theory based on nothing, a mass exodus of geeks from Skype who don't want to work for Microsoft either left or decided key parts of an update weren't in their best interest in bothering with. ala "oops, just kidding" http://www.youtube.com/watch?v=TBkf0nAGqi0

    LoB

    --
    "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
  88. Humor... by feranick · · Score: 1

    Really, it must be humor http://media.thinq.co.uk/photos/skypefirked_big650.jpg : the net is down, but "good news" according to skype is that you can still download and USE skype. They don't say how I am going to be able to use it if the net is down. Are they making fun of us? Seems like.

  89. Re:Hotmail all over again by Tsingi · · Score: 1

    I'm not in the mood to google more "skype outages" for you. Do your own homework.

    I'm good with you doing it. While you're at it, do the research on M$ services in general, and how reliable they are compared to their peers in the industry. Post it as an article and link it here at slashdot. If the article gets picked up and some troll doesn't tell you to "Do your homework", you get 100%.

    Or not.

  90. No problem by Araucano · · Score: 1

    Working fine from Argentina

  91. Re:Another Option by GargamelSpaceman · · Score: 1

    No, I don't, but then I wouldn't be surprised if it's common. People have all sorts of devices that require broadband internet that aren't 'computers'. Think of Playstations, and Wiis and Roku Netflix players etc. Ooma phones are just one more device like that that uses the internet and isn't a computer.

    --
    ...
  92. Re:Another Option by jomcty · · Score: 1

    I too have Ooma but their new Telo device is prone to failure. I'm working on my third box in the seven months I'm been with them. The first device was DOA, the second one died this past Sunday and I'm still haggling with customer support to get a replacement. I was lured in with the very, very low monthly cost but if I have to waste time and effort getting a replacement box it just isn't worth it.

    I was on Vonage for six years prior to switching to Ooma and never had any equipment failure. I may just port my number to Google Voice and go back to Vonage.

  93. Infamous Newspaper Headline by UrbanaMan · · Score: 1

    This jumping to conclusions "World-Wide Outage" reminds me of an infamous headline in a London paper. When thick fog caused the cancellations of ferries from the UK to France the story was headlined as "Fog in Channel : Continent Cut Off !!" It all depends on where you are looking at the problem from ... When my broadband has problems I had never seen it as a world-wide outage, although to me it is...

  94. Re:Hotmail all over again by Applekid · · Score: 1

    Clearly Microsoft used a variation on their trans-warp technology to go back into the past and cause those outages in order to lower the asking price.

    Wake up, sheeple.

    --
    More Twoson than Cupertino
  95. Re:Another Option by Anonymous Coward · · Score: 1

    The problem is that Ooma is a Ponzi scheme. They need to get a continuous influx of new users buying $200 hardware to pay for all the phone calls of everyone else.

    It's just not sustainable. They're either going to have to start charging users for calls or go out of business.

  96. Re:SIP alternatives abound. by Technician · · Score: 1

    SIP is a protocol and works world wide. There are multiple providers if you need connectivity to POTS. For SIP to SIP, many providers provide free accounts. Google SIP for more information.

    A free soft SIP phone for Windows and Ubuntu is Ekiga. They will provide a free SIP address if you want one. They also provide free confrence rooms. They can be public with anyone dialing in is joined or private where the first to dial can set a PIN and then others need to use the PIN to join. The room is released when everyone disconnects. I've had no problems using a confrence room. Most of them are empty most of the time as most people simply call user to user.
    http://ekiga.org/
    Their phone is not tied to their service. You can use it on Microsoft communicator if you wish using the conference protocol instead of SIP.

    --
    The truth shall set you free!
  97. Re:Hotmail all over again by HermMunster · · Score: 1

    This is payback for them dropping support for the open source project "Asterisk"? Probably not, but it does give those people and businesses involved in Asterisk some sense of revenge.

    If you don't know what I'm talking about, as part of the agreement, Microsoft likely told Skype that they had to drop support for Asterisk, an Open Source PBX project, so that they can favor their own project. There's word from Skype that they wanted to focus on SIP but that's silly as Asterisk has full support for SIP.

    Who really knows what happened, but Microsoft does have a habit of dropping support for projects like this once they take it over. This is the same concern that everyone had when Microsoft was thinking about buying Yahoo regarding the open source Zimbra project, as it was felt that if the deal went through Microsoft would axe it too.

    --
    You can lead a man with reason but you can't make him think.
  98. Re:Hotmail all over again by HermMunster · · Score: 1

    If I purchased a product, and the papers were signed, I'd have no problem setting down directives, even if I hadn't taken over operations yet.

    --
    You can lead a man with reason but you can't make him think.
  99. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  100. Re:Hotmail all over again by HermMunster · · Score: 1

    I'm sure fruitful discussions had been taking place either with the new consortium of Skype members, or prior when E-Bay was reading it for sale, with conditional clauses indicating Y would occur within X period of time, and that since there's really no reason for dis-approval both parties would feel confident in initiating their plans. Otherwise, it's a lot of lost time. Since it would be the Skype people doing it, what would it matter when they started?

    --
    You can lead a man with reason but you can't make him think.
  101. Heh, do that? You get DOWN MODDED on /. ... apk by Anonymous Coward · · Score: 0

    http://tech.slashdot.org/comments.pl?sid=2148646&cid=36106332

    "Maybe you should go beat on Google for the holes in Android app security?" - by Virtucon (127420) on Thursday May 26, @09:29AM (#36249938)

    See my subject-line above, & the URL I posted in the very regard you note on ANDROID!

    So, that "all said & aside" - Well, even if your source data's valid & from reputable sources & it shows problems in *NIX variants? You can ABSOLUTELY count on a "downmod", especially if/when you use documented, concrete, truthful & verifiable data the "/. 'Pro-*NIX' consortium" around here cannot dispute or handle validly (minus ad hominem attacks or mod-downs).

    Been that way for YEARS here (almost a decade in fact, maybe more, because I've only been around here since early 2005 or so).

    APK

    P.S.=> You can bank on it that your post might be down-modded too... & probably with NO technical justifications on errors you may have made on "things computing", as mine was in the URL I posted in reply to you above, which is of course, some "FYI"/for your reference in regard to what I have just stated!

    ... apk

  102. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  103. Yea? Windows DOES MORE overall than *NIX does by Anonymous Coward · · Score: 1

    UNIX & its variants, blow by comparison, especially when it comes to a comparison of versatility in software (games is an easy prime example to come up with here vs. ANY kind of *NIX variation in fact) AND hardware compatibility for PC's &/or Servers (fact is, more hardware makers have drivers ready for Windows than ANY *NIX there is, consistently over time too, & solidly built).

    There's a reason 95% or better of the worlds' PCs + Servers are on Windows OS. You're NOT the 'smartest man in the world' pal, especially vs. that statistic... that tell you anything?

    LMAO - In fact, I've told YOU in particular this before: LoB must stand for "Loads of BULLSHIT".

  104. So Thinq has an 'in' at Slashdot? by God_TM · · Score: 1

    It seems that every article that Stoobalou has written is basically a link to the article du-jour for Thinq. What's Slashdot's policy on pimping articles for sites that one might be affiliated with? Or can we at least get a disclaimer added to these postings (ie: "This is a non-paid advertisement to drive up Thinq's hits").

  105. Re:Hotmail all over again by hjf · · Score: 0

    Dude, I don't manage any Windows servers. I run Linux and Solaris.

    Fuck you.

  106. Skype Crashes and Burns In Worldwide Outage by Anonymous Coward · · Score: 0

    There actually seems to be something to this story, albeit, I'm not sure what...
    My skype auto-crashed when I started my laptop today, auto-crashed again when I tried to manually start it.
    Now, it seems to be OK...

  107. Re:Another Option by DavidTC · · Score: 1

    It's less that it doesn't 'require' a computer, it's that it works even if the computer is off, or playing a game, or running Linux, or is flakey, or is running a Windows 8 beta, or whatever.

    A telephone that is an independent piece of hardware is inherently less prone to issues than one that is a computer program.

    Plus, with a small amount of work, you can disconnect existing phone wiring from the phone company, or use an extra secondary line of wiring, and get it all over a house, like with POTS.

    I've never had an 'Ooma', but I did have Vonage. Which had a cheaper device, but higher monthly fees.

    I don't actually understand how Ooma can work at the their current rates, and $200 is really expensive for a device like that.

    --
    If corporations are people, aren't stockholders guilty of slavery?
  108. Was "DDOS" anyone else's first thought? by daboochmeister · · Score: 1

    First thing that occurred to me ... I was kind of surprised to find out it was a more mundane software error. SOMEONE has to be planning something nefarious for our soon-to-be-self-proclaimed-VOIP-overlord.

    --
    "Ahh! I see you're in that indeterminate Schrodinger state where - oh, uh ... never mind." Dave Bucci
  109. Re:Hotmail all over again by Tsingi · · Score: 1

    Dude, I don't manage any Windows servers. I run Linux and Solaris.

    Fuck you.

    And I'm sure that your charm is surpassed only by your good looks.

    Have a nice day!

  110. Re:Hotmail all over again by DrgnDancer · · Score: 2

    Even if we accept that Microsoft is exercising some level of control over Skype (an event I'd consider highly unlikely this early into the process, but believe what you want), there's still no way they'd be performing a major infrastructure change like a full OS changeover this quickly. I doubt you could get the code ported this quickly, let alone get it tested, a deployment plan written, everyone read into the plan, etc, etc. This isn't like replacing the OS on your home PC. We're talking hundreds or thousands of servers, running custom code, deployed internationally. If Microsoft decides to switch them over to Windows (and they may), it won't be a rush job done a few weeks after the announcement of intent to purchase. It'll happen after months of work and planning, and after the sale is final.

    --
    I don't need a million points of light, just two points of multi-mode fiber and a 10 Gig-E router.
  111. Confirmed on Linux by gabriolaLinuxUser · · Score: 1

    There seems to be maybe something to this story. My Skype auto-chashed when my laptop running Knoppix started up this morning. Skype auto-crashed again when I tried to manually start it. It's seems to be OK now

  112. Re:Another Option by networkzombie · · Score: 1

    I looked into Ooma when I was on Vonage. The device they give you is a total piece of shit that you have no access to AND it must be placed before your router so it runs NAT to your router. Double NAT causes problems for some protocols I use. I went with Voipo and they gave me a Grandstream HT502 and I have full admin access to the device. The service isn't free, but it is less than half what Vonage charges and it is a real service with fax support. Ooma also charges MORE than Voipo for services like Name Caller ID. Ooma is a scam. I swear I am not a shill, but I do use Hostgator, which is in bed with Voipo.

  113. Re:Hotmail all over again by mcgrew · · Score: 1

    Not just dropping support, but ruining the product. I started not liking MS when they bough FoxPro. AFAIK it may still be on the market, but version 8 was completely unusable.

    I started liking them even less when I installed XP and half of my old programs would no linger run.

    If I were a Skype user, MS buying them out would make me NOT a Skype user.

    Today I only interact with MS at work; no MS products in my house. I'm looking forward to retirement, when I won't have to deal with MS at all.

  114. Re:Hotmail all over again by mcgrew · · Score: 1

    Holy crap, who's moderating today? I only saw one comment with a mod greater than 1, and most of the comments here are at -1, even from logged in users with interesting or factual comments. Meanwhile, a "fuck you" results in no downmod at all.

    Mod points are like cops -- they're never there when you need them.

  115. Re:Hotmail all over again by MagusSlurpy · · Score: 1

    I've got 8 left, but I decided I'd rather just comment than get involved in this trainwreck.

    --
    My sister opened a computer store in Hawaii. She sells C shells by the seashore.
  116. Re:Hotmail all over again by mcgrew · · Score: 1

    Correlation doesn't imply causation, but where there's correlation you can't automaticall rule out causation without further study. I'd be willing to bet that MS will screw up Skype considering their history.

  117. Re:Another Option by c6gunner · · Score: 1

    Plus, with a small amount of work, you can disconnect existing phone wiring from the phone company, or use an extra secondary line of wiring, and get it all over a house, like with POTS.

    You can do the same with a "magic-jack". All you need is an old computer, or a cheap netbook, or one of those mini "bare bones" computers, and you're good to go.

  118. Re:Another Option by GargamelSpaceman · · Score: 1

    I thought this at first too, but they do have other sources of revenue besides selling devices. They offer 'fancy' extras for a fee. Also I believe their operating costs are almost zero.

    --
    ...
  119. Re:Another Option by GargamelSpaceman · · Score: 1

    The instructions do recommend placing the Ooma before your router so that it can prioritize voice traffic over other traffic to ensure good quality, but I have DSL, and did not follow the instructions. I just connected it like any other device so that Ooma Phone traffic is not prioritized above other traffic. No double NAT for me. I have had no voice quality problems so far after more than a year so I saw no reason to change the way I hooked it up.

    --
    ...
  120. We were affected by RichM · · Score: 1

    It affected my company for a short time today from midday to around 14:00 when we became aware of the fix.
    Not everyone was affected but we found it rather odd how this "shared.xml" file would become corrupted and crash Skype just because it was connected to the Internet - there's probably a serious bug waiting to be exploited by malware here.

    As a further note, not all people use Skype for phone calls - we use it for secure IM between office workers.

  121. Nokia is next by Anonymous Coward · · Score: 0

    Nokia is next

  122. Re:Hotmail all over again by Kelbear · · Score: 1

    Posting to undo moderation.

  123. Re:Another Option by Phreakiture · · Score: 1

    This is true

    It is also true that this computer must be as reliable as you would like your phone line to be while running Windows. This is not unheard of, but it is not a risk I was willing to take, hence, I, like the poster who started this branch, chose Ooma.

    There is also the TCO matter. Running a general-purpose computer 24/7 will require more energy than the Ooma device.

    Also, the "bare bones" computer will cost about the same as, if not more than, the Ooma device.

    No, Magic jack is not that good of a choice, at least not for some of us.

    --
    www.wavefront-av.com
  124. I don't actually understand how ORe:Another Option by GargamelSpaceman · · Score: 1

    I don't actually understand how Ooma can work at the their current rates, and $200 is really expensive for a device like that.

    Here in the US, Cellphones are free since they come with your plan, I hear in Europe the phones cost a mint, but the monthly fees are lower. I have no idea what the device ought to cost ( prolly cost them $1.95 in parts ).

    --
    ...
  125. Re:Another Option by Phreakiture · · Score: 1

    Don't know why you are having issues. I'm 15 months into my service with Ooma with no major problems.

    --
    www.wavefront-av.com
  126. Re:Another Option by Phreakiture · · Score: 1

    Not my problem. The incremental cost of the device paid for itself in six months vs. the Verizon land line it replaced. Any service I get past that is gravy. If they shut down tomorrow, I'd be a little agitated over the inconvenience, to be sure, but I would have no question that I got my money's worth.

    --
    www.wavefront-av.com
  127. Re:Another Option by Phreakiture · · Score: 1

    I actually am using the device as my router. Just put a switch on the inside port and you're good to go. It is serving up IP addresses and NATting just fine for my network of 9 physical devices plus the occasional VM that gets stood up.

    --
    www.wavefront-av.com
  128. Re:I don't actually understand how ORe:Another Opt by Killerchronic · · Score: 1

    I don't actually understand how Ooma can work at the their current rates, and $200 is really expensive for a device like that.

    Here in the US, Cellphones are free since they come with your plan, I hear in Europe the phones cost a mint, but the monthly fees are lower. I have no idea what the device ought to cost ( prolly cost them $1.95 in parts ).

    If you have a contract, at least in the UK most phones are free, top of the line smartphones are not but only require a nomial fee. If you are on pay'as'you'go though then its a different matter.

  129. Re:Another Option by Dremth · · Score: 1

    Now if they could figure out how to let me take my phone anywhere, i.e. a cell phone, and keep the same service, features, and prices, we could finally have a cell phone carrier in the U.S. worth having.

  130. Re:Another Option by shutdown+-p+now · · Score: 1

    Cell phones are nice, but they can be expensive. And if you are required to keep one for work, then having 2 in your pocket is annoying. Ooma is a way to have your OWN phone number forever for minimal money.

    If the cell phone in question is Android - and you can get a cheap Chinese one for less than $150 - then Google Voice will give you the same integrated experience (you can tell the phone to use it for all calls), and you'll also have your own phone number that you can keep.

  131. Richmond will not work for Redmond by Torodung · · Score: 1

    You mean this guy? He doesn't know what that thing is doing anyway.

  132. Re:Another Option by c6gunner · · Score: 1

    It is also true that this computer must be as reliable as you would like your phone line to be while running Windows. This is not unheard of, but it is not a risk I was willing to take...

    Be honest: you're just trolling with that comment.

    There is also the TCO matter. Running a general-purpose computer 24/7 will require more energy than the Ooma device.

    Quite true. It only makes sense if you've already got some kind of device running 24/7, as I do. I don't personally use the "Magic Jack" - I have a file/media server running Solaris which also acts as my router and VOIP gateway. But I did set it up for a friend, who has a media server running Windows Home Server. If you already have a device which runs 24/7 - or close to it - then the upfront cost for installing such a solution is far lower than the "Ooma".

    Also, it's worth mentioning that there are plenty of VOIP routers on the market which cost less than the Ooma, conserve less power when you consider that they serve two functions, and are far more configurable.

  133. Re:Hotmail all over again by ScrewMaster · · Score: 1

    Correlation doesn't imply causation, but where there's correlation you can't automaticall rule out causation without further study. I'd be willing to bet that MS will screw up Skype considering their history.

    Microsoft probably shouldn't be allowed to buy other companies for that reason alone. Although, Hotmail is still around and is one of the biggest Webmail services in the world outside of the U.S.

    --
    The higher the technology, the sharper that two-edged sword.
  134. Re:Hotmail all over again by ScrewMaster · · Score: 1

    If Microsoft decides to switch them over to Windows (and they may), it won't be a rush job done a few weeks after the announcement of intent to purchase. It'll happen after months of work and planning, and after the sale is final.

    Very true ... this is a substantial project and it won't go over well if they screw it up. This isn't just about people talking to their grandmothers in another country, business use of Skype is enormous and growing (another reason I'd like Microsoft to stay the hell out of it.) Matter of fact, Skype has shown just exactly how well VoIP can work on a massive scale, and if Microsoft fumbles the ball (which is also likely) it will leave room for a competitor to move in and take over. Google Voice, maybe. The tough part for such a service is all the deals with local telcos that Skype worked out for POTS access around the world, but it can obviously be done.

    --
    The higher the technology, the sharper that two-edged sword.
  135. Re:Another Option by ScrewMaster · · Score: 1

    I have an Ooma phone.

    I bought a standalone cordless Skype phone. Supports both regular POTS calls and has Skype firmware in it. Works great.

    --
    The higher the technology, the sharper that two-edged sword.
  136. Re:Another Option by ScrewMaster · · Score: 1

    Cell phones are nice, but they can be expensive. And if you are required to keep one for work, then having 2 in your pocket is annoying. Ooma is a way to have your OWN phone number forever for minimal money.

    If the cell phone in question is Android - and you can get a cheap Chinese one for less than $150 - then Google Voice will give you the same integrated experience (you can tell the phone to use it for all calls), and you'll also have your own phone number that you can keep.

    True, and you can also run something like CSipSimple and use pretty much any SIP provider. I use mine through pbxes.org and it works just fine (I configured it to use Google Voice for my outgoing trunk line.)

    --
    The higher the technology, the sharper that two-edged sword.
  137. Re:Hotmail all over again by sr180 · · Score: 1

    Despite having "excellent" karma, I haven't been given mod points in over a couple of years. So its not me...

    --
    In Soviet Russia the insensitive clod is YOU!
  138. Re:Hotmail all over again by Deliveranc3 · · Score: 1

    Are you serious? If it's MS they've been planning this for months. They probably have written a bunch of code for the "SDK" (read: reverse engineered). Don't think companies can't move fast, if they were willing to spend $X then they're willing to spend $X + $Y where Y is preparation.

    This is a very bad thing for consumers.While Skype isn't the monopoly in the desktop VOIP space that it used to be. This means Microsoft controls a growing percentage of phone calls and Google controls a growing percentage of information and phone architecture.

    It's a war over a technology (SIP VOIP) 20 years old. I'm not sure that Skype or any of the remaining VOIP providers have the guts to stand up to Microsoft and the ethics to turn down bribes, especially from governments. Embrace, extend (which is the scary part, extinguish there's no reason Skype couldn't achieve total dominance in the U.S. they now have unlimited marketing money.

    SIP of course ties into the phone lines and puts the user in control. I recommend some products on my website.

    For a freebie if you're thinking of replacing Skype try Nimbuzz it has all the functionality of Skype, better pricing and it's based in the Netherlands, it's also a multiclient IM and comes for all the phone platforms (except probably linux.). Nimbuzz is also better because they were allowing Skype users in their network till Skype pulled the plug. I just get the feeling they want to get along with other providers and Skype, well, doesn't.

  139. Re:Another Option by Deliveranc3 · · Score: 1

    I don't know about that, I would think you'd want your number available from a bunch of physical phones.

    Also for traveling overseas wi-fi is better than Ethernet in most places.

    I figured if people were going to pay a bit for hardware it should be one with a future, an Android phone. Can be picked up for about $180 used and updated with newest rom (Cyanogen has > 500,000 users). You want something flexible if your phone # is going to be attached to it, and probably call forwarding if you're going to be outside Internet and into cell territory (Sigh, Wi-Max would make them the same, so could 802.11n/i). Anyway since those wireless techs aren't available on any quality devices (Nexus S [no keyboard] iPhone 4 which has a host of killer issues) you'll have to get two generations of it, having a cellphone that always has free calling is nicer long term.

  140. Re:Another Option by Deliveranc3 · · Score: 1

    I do this, if you're in Canada. Service called pay once phone forever. Nothing fancy just retail, jailbreaking, unlocking and rooting. I have also found some very cheap 4G data services.

    I'd like to do research and produce a U.S. phone, info@phaistoscommunications.com if you want details and recommendations.

  141. Gentlemen,please stop criticizing. It's NOT idiocy by Provocateur · · Score: 1

    He had noble intentions. He posts for a certain breed of slashdotters...the junkies...the ones that demand an update, a new item every 20 minutes, no matter how trivial or mundane, no matter if the connection to science or technology is only a thin line...

    He posts for us...US! I tell you. So leave him alone, and let him stand proud, for what he has done is all for the greater good. So that we can move on, with the rest of our lives, our needs having been met. Until we re-unite with our beloved slashdot, in ...about 19:20, give or take.

    --
    WARNING: Smartphones have side effects--most of them undocumented.
  142. Re:Hotmail all over again by Anonymous Coward · · Score: 0

    I read this comment using a silly Japanese accent. It made it so much better.

  143. Re:Hotmail all over again by mcgrew · · Score: 1

    I discovered that if you post prolifically you don't get mod points. I went without mod points for years as well, when they changed the interface I couldn't post from work (IE6) and I had mod points almost every day for a while.

    I discovered a workaround to not being able to post in IE6 so it's been a week or two since I've had mod points.

  144. Re:Hotmail all over again by Kalriath · · Score: 1

    Only if it's Microsoft lying about other people. If it's other people lying about Microsoft, it's "not fact based".

    --
    For a site about things like basic rights, Slashdot users sure do like to censor "dissent".
  145. Chicken Little by NotPeteMcCabe · · Score: 1

    The Skype is falling! The Skype is falling!