Slashdot Mirror


Xen To Become Linux Foundation Collaborative Project

jrepin writes "The Linux Foundation, the nonprofit organization dedicated to accelerating the growth of Linux, today announced the Xen Project is becoming a Linux Foundation Collaborative Project. Linux Foundation Collaborative Projects are independently funded software projects that harness the power of collaborative development to fuel innovation across industries and ecosystems. The Xen Project is an open source virtualization platform licensed under the GPLv2 with a similar governance structure to the Linux kernel. Designed from the start for cloud computing, the project has more than a decade of development and is being used by more than 10 million users. As the project experiences contributions from an increasingly diverse group of companies, it is looking to The Linux Foundation to be a neutral forum for providing guidance and facilitating a collaborative network."

62 comments

  1. Wouldn't KVM... by unixisc · · Score: 2

    Wouldn't KVM be the most natural fit for a Linux virtualization project? Or are we talking about something other than Xen virtualization project here?

    1. Re:Wouldn't KVM... by RabidReindeer · · Score: 4, Interesting

      Wouldn't KVM be the most natural fit for a Linux virtualization project? Or are we talking about something other than Xen virtualization project here?

      Xen has been around longer, as I understand it, and at one time I used it in para-virtualization mode because running Linux VMs on the non-assist hardware I had at the time was very painful, performance-wise. I still have 1 VM host running para-virtualized.

      For a while it appeared that Red Hat - one of Xen's initial promoters - was going to drop Xen for KVM, but they seem to have been retreating from that. At any rate, recent RHEL kernels are easier for me to work with using Xen than KVM, for the most part. Don't take that as meaning much, however, since Xen is where I have a lot more practice.

    2. Re:Wouldn't KVM... by Reschekle · · Score: 1

      RHEV uses KVM. With that said, I believe (haven't checked recently though) that Red Hat still supports running RHEL as a guest inside of a KVM hypervisor.

    3. Re:Wouldn't KVM... by Reschekle · · Score: 1

      (A Xen hypervisor, rather)

    4. Re:Wouldn't KVM... by VeryBest52 · · Score: 1

      +1 for this. Why KVM?

    5. Re:Wouldn't KVM... by styrotech · · Score: 3, Informative

      This isn't the Linux Foundation going looking for a virtualisation project and picking Xen.

      From what I've read, this is the open source Xen community asking Citrix if the open source project can shift to being run by an independent foundation, Citrix agreeing to that, and the Xen community picking the Linux Foundation as the best fit.

      I'm sure that if Redhat wanted to move KVM to the Linux Foundation, that would be able to happen too. It would be like eg the Apache Foundation managing 'competing' projects just fine.

      The Xen community felt that this move will make it easier for other companies and developers to contribute to the open source Xen project, and hope that it will improve collaboration with other projects etc etc.

      Citrix still has its commercial XenServer product, and will presumably still employ developers to work on the open source Xen. But the management of the open source project is now independent from Citrix.

      Personally I think it's a good move - after all Xen is running an awful lot of hosting/cloud providers out there.

    6. Re:Wouldn't KVM... by Anonymous Coward · · Score: 0

      RHEL6 came around at a rather nasty time when Xen upstream wasn't publishing its patchsets for the kernel separately anymore and instead was working on getting Xen in the mainline kernel -- which did happen but not by the time of 2.6.32 that it uses. RHEL6 is likely to be a little anomalyous in that it can't out-of-the-box act as a Xen host (compiling your own more recent kernel isn't an insurmountable task though) -- RHEL5 can be a Xen host and it's fairly likely that RHEL7 will be able to as well.

    7. Re:Wouldn't KVM... by burne · · Score: 2

      Well.. I have 1648 paying Xen-customers and 1 paying KVM-customer.

      If it were my money I'd go for Xen. Like I did.

      (for context: the average customer pays roughly $100 per month..)

    8. Re:Wouldn't KVM... by Anonymous Coward · · Score: 0

      ... RHEL5 can be a Xen host and it's fairly likely that RHEL7 will be able to as well.

      Do you have some kind of evidence supporting this, or is this a complete guess?

    9. Re:Wouldn't KVM... by jawtheshark · · Score: 2

      Recently I got myself a nice little rackmount for experiments at home. My own little computer lab, so to say. Now, at work we use Xen: basically Debian Dom0 with lots and lots of Debian DomU. I think we have exactly one Windows server in a DomU. It's a simple situation, really.

      Given I read on serveral forums that KVM is "the preferred Linux virtualization technology", I'd thought: Well, why not use that instead. Now, I admit, I was too lazy to read the manpages, but from the How-To's I read, this is much closer to something like VirtualBox. There are serveral tools to create the VM, and you need to go through the whole installation process in a console. That's okay for a one-off installation. Sure, you can clone an existing image.

      On Xen? Make an LVM partition (or if you have a SAN, use that... Basically: give it a block device), create a configuration file (manually, it's pretty human-readable), format it from the DomU, then run debootstrap on it, then modify a few files, and... start it up... done. No additional bootloaders needed, no console installation process: Just a filesystem with a Linux installation. Heck, I have scripted this. Works wonderfully.

      I didn't manage to find a way to do it as easy as this on KVM. I'm sure it exists, and I've found some HowTo's hinting to it being able to be done. I'm sure I didn't look long enough and deep enough into it. It most certainly is my fault. However, I went back to Xen for my toy server, because it is so insanely simple to manage (from the command line, I don't need or want graphical interfaces for this).

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
    10. Re:Wouldn't KVM... by Anonymous Coward · · Score: 0

      I would say your experience is biasing you. The same exact procedure (obviously the scripts have different contents) can be done to automate a KVM install.

    11. Re:Wouldn't KVM... by jawtheshark · · Score: 1

      Yes, I admitted that. Are there any howto's you can point to?

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
    12. Re:Wouldn't KVM... by RabidReindeer · · Score: 1

      If "Xen host" means "dom0", there are a whole string of OS releases in the Red Hat family that cannot run a dom0. They keep saying that the "next" Fedora release will be able to host a dom0, but they've been saying that since about Fedora 8, I think.

  2. I didn't even need to wait for "cloud computing" by Anonymous Coward · · Score: 1

    harness the power of collaborative development to fuel innovation across industries and ecosystems

    BINGO!

  3. Xen's biggest obstacle right now by skids · · Score: 4, Interesting

    ...from my own anecdotal perspective, is that VMs are very often used as a way to isolate commercial software products into their own little box where they don't have to play nice with other applications on the box -- and which VM's are supported for these products depends entirely on the vendor. Major vendors who have these products are only just now beginning to think beyond VMWare, and when they do, they are thinking HyperV before Xen. Not many shops want to be supporting more than one virtualization suite -- the only reason they do is because some vendors demand VMWare for their crap, and the price difference between that and supporting a second suite is workable. Once the VMWare premium is out of the picture, because vendors went to HyperV, there will be less of a compelling reason to maintain support for a second suite.

    So closed source software vendors may dictate which suite wins between HyperV and Xen.

    1. Re:Xen's biggest obstacle right now by geek · · Score: 0

      ...from my own anecdotal perspective, is that VMs are very often used as a way to isolate commercial software products into their own little box where they don't have to play nice with other applications on the box -- and which VM's are supported for these products depends entirely on the vendor.

      Which is fucking stupid when you can do the same with with jails in FreeBSD and not have the ridiculous VM overhead, licensing costs (VMWare I'm talking about you you fucking assholes) and bullshit associated with virtualization.

      I use VM's all the time and every time I do I think to myself "Why in the hell is my employer paying for this shit?"

    2. Re:Xen's biggest obstacle right now by h4rr4r · · Score: 1, Interesting

      Because no commercial software supports BSD?
      Hell, for a laugh one time try to explain to a vendor you want to chroot their commercial product.

      Those kinds of shit software are why we having all these workarounds.

    3. Re:Xen's biggest obstacle right now by fuzzyfuzzyfungus · · Score: 1

      I agree that VMWare will run you nontrivial money; but the 'overhead' argument leaves me more skeptical these days.

      I don't deny that there is some, but now that hardware-assistance for virtualization is effectively obligatory in modern hardware, it isn't huge. Compared to the convenience features that you don't get with OS-level segregation(trivial snapshot/rollback, and migration from host to host being the big ones, it's just hard to get worked up about.

      Certainly, if I were looking at a much bigger, much more homogenous, workload, I'd be much more worried about what I'm eating on VM overhead, and whether the virtualization software provider has really earned that slice of the per-machine cost; but for small/medium and fairly heterogenous loads, the number of CPU cycles that are sacrificed to make my life easier and more convenient just doesn't seem that serious.

    4. Re:Xen's biggest obstacle right now by Anonymous Coward · · Score: 3, Insightful

      Agree 1000%. We have a fairly large VMWare cluster. Okay, maybe not that large, but it consists of 6*4U quad-socket, 8 core per socket servers with 512GB of RAM each. You can host a lot of stuff with that.

      What has happened is that any time a user says they need a new source code repo, a new application, another build server for their project, or whatever, is that we just spin up another virtual machine for them. That's how our IT middle management has sold this solution to our executives (being able to provide computing resources to the company on-demand with a rapid turnaround).

      What gets forgotten in all of this is that nobody does any proper engineering of the applications being ran to see if they need the resources being requested, or if they could be combined with other applications and run on the same instance. (For example, there is absolutely no need to have three separate CVS servers, two git servers, and two Perforce servers). Then we have users who for political reasons demand that they be given a software build environment for their project that is isolated from the build environment for another project. A quick analysis of resource usage statistics does not justify the creation of additional servers. Regardless, all of these requests are acquiesced to to make the other departments in the company happy.

      Then you have all of the old physical servers. Normally when a server gets long in the tooth, it's time to upgrade the application and put it on new hardware. Now with virtualization, we just take the same outdated application and simply P2V it, and it continues being the same unsupportable mess that it was before, now only it's running on stable hardware (a small positive to all of this I guess).

    5. Re:Xen's biggest obstacle right now by Anonymous Coward · · Score: 0

      ...from my own anecdotal perspective, is that VMs are very often used as a way to isolate commercial software products into their own little box where they don't have to play nice with other applications on the box --

      Yes, among other things, virtualization is a solution to modern operating systems requiring way too much of a cooperative effort to run applications alongside each other on the same platform.

      Your first step to recovery is admitting that Linux, as well as Windows suffers from this problem.

    6. Re:Xen's biggest obstacle right now by pscottdv · · Score: 2

      Perhaps, but I have found that I can very often use a chroot jail when some would use a virtual machine. It takes more knowledge to set up, but generally performs better and can interact with applications on the native platform.

      --

      this signature has been removed due to a DMCA takedown notice

    7. Re:Xen's biggest obstacle right now by Anonymous Coward · · Score: 2, Insightful

      Can jails do live migration between hosts?
      How about live storage migration? (awesome when it comes time to migrate to a new SAN)
      Do they have a centralized management software that in the case of a hardware failure auto starts the jail on another machine?
      Templates?
      Snapshots?
      Dynamic resource management (i.e. CPU is busy on this machine, migrate the more idle VMs to another host to increase performance for the busy app)?
      Built in APIs for deploying new jails?
      Shared storage devices across physical hosts? (could be done with jails, but it would have to be setup on any host machine that you were going to run the jail on ahead of time)
      Separation of all system libraries so that updating the main host/any of the jails doesn't affect code running in your jails?

      Using virtualization also means that you can do things like apply a Windows datacenter license to a host, which means you can spin up as many Windows VMs for no extra cost on that host. I believe RedHat does the same for RHEL if you are running on RHEV. There may be plenty overhead, but if it was a big application that needs that much CPU power you should probably have it on bare metal anyways, which means that VMs are often your more idle machines.

    8. Re:Xen's biggest obstacle right now by styrotech · · Score: 1

      I think you're correct if you're talking about Citrix's commercial XenServer product whose main market would be enterprise users.

      But this is about the open source Xen hypervisor project. It's main deployment is with cloud and VPS hosting providers eg Amazon, Rackspace, Linode etc. And it is doing well in that world.

      And now that the open source Xen is free from Citrix, ongoing development shouldn't be as dependent on Citrix's fortunes with XenServer.

    9. Re:Xen's biggest obstacle right now by cheater512 · · Score: 1

      People are still buying crap like that? They kinda get what they deserve.

    10. Re:Xen's biggest obstacle right now by bill_mcgonigle · · Score: 1

      So closed source software vendors may dictate which suite wins between HyperV and Xen.

      This may be true in traditional enterprise IT, but when you've got a fully-open stack (lower case) platform, the argument to tying down your hypervisor layer with licensing, when nothing else is so-encumbered, is going to be a very tough sell. Though to be fair, XenServer gets you some of the benefits of Xen, with extra licensing if that's your cup o' tea.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    11. Re:Xen's biggest obstacle right now by Bruce+Perens · · Score: 1

      Xen's biggest obstacle right now is KVM. I am no VM expert, but I've been impressed with how well KVM runs, supporting non-VM-aware versions of Microsoft Windows among other things. It's really fun to put that Windows screen on the face of someone's iPad and watch them freak out when they see it's not a screenshot, somehow their iPad got Windows 7 installed on it!

    12. Re:Xen's biggest obstacle right now by Bruce+Perens · · Score: 2

      I had a customer who thought I was crazy for suggesting that all they really needed was chroot for their particular task. In the face of VMs people don't realize that simplicity often works better.

    13. Re:Xen's biggest obstacle right now by whoever57 · · Score: 1

      Since the majority of servers are running various forms of Linux these days, I have yet to understand the market segment for Hyper-V outside Microsoft-only organizations.

      --
      The real "Libtards" are the Libertarians!
    14. Re:Xen's biggest obstacle right now by hawkinspeter · · Score: 1

      You can run Linux VMs on a Hyper-V host as well. I agree that Hyper-V is better for Windows admins as it's more familiar to them, but after a learning curve, I've got plenty of Linux VMs running perfectly on it.

      --
      You're a temporary arrangement of matter sliding towards oblivion in a cold, uncaring universe
    15. Re:Xen's biggest obstacle right now by MachineShedFred · · Score: 1

      That situation right there is why block-level dedup on your VMware storage is awesome. Oh, you want another server? I'll just spin up this template that is exactly the same as the other ones, which will de-dupe and the only data being written is what changes from every other server already on the host.

      Yes, it doesn't save the additional CPU and memory of having yet another OS there, but it helps.

      --
      Slashdot still doesnâ(TM)t support Unicode after it was added to the HTML standard in 1997.
    16. Re:Xen's biggest obstacle right now by h4rr4r · · Score: 1

      All the time.
      The people buying it are not the ones implementing it.

    17. Re:Xen's biggest obstacle right now by whoever57 · · Score: 1

      I know that you can run Linux VMs under Hyper-V, but why would you? Windows VMs run well under KVM and perform well with the Virtio drivers from Redhat.

      --
      The real "Libtards" are the Libertarians!
    18. Re:Xen's biggest obstacle right now by hawkinspeter · · Score: 1

      When all the other admins are Windows "trained" and the small business gets a lot of money discounted from other Microsoft products (e.g. System Center) by using Hyper-V.

      --
      You're a temporary arrangement of matter sliding towards oblivion in a cold, uncaring universe
  4. Why not KVM when it has all of the momentum? by Anonymous Coward · · Score: 1

    Are they looking for a challenge in reviving a dead project? Even Red Hat gave-up on XEN.

    1. Re:Why not KVM when it has all of the momentum? by Anonymous Coward · · Score: 0

      Apparently Citrix has now too since they were the last ones to "own" it.

    2. Re:Why not KVM when it has all of the momentum? by stox · · Score: 3, Interesting

      For some workloads, Xen outperforms kvm, and vice versa. It is better for us all to have competing open source solutions than competing against closed source solutions. Also worth noting, Yes Xen was pretty much dead in the water for some time, but since getting their act together and getting support in the mainline kernel, they have been doing very well.

      --
      "To those who are overly cautious, everything is impossible. "
    3. Re:Why not KVM when it has all of the momentum? by thetoadwarrior · · Score: 1

      They're still hiring people in Cambridge to work on Xen server / open stack. So if they're giving up on it, I'd hate to take the job but I would imagine they're not throwing in the towel. It's not like xen is completely unknown and in fact one of the best VPS companies (Linode) use it. I suspect part of it is that it's hard to find people right for the job so why run the risks hiring people when you can give it some credibility with the Linux Foundation and get people working on it for free?

    4. Re:Why not KVM when it has all of the momentum? by undeadbill · · Score: 2

      No, RedHat has been co-opting projects that give it a unique competitive edge. They pretty much own the KVM project, and now they don't have to compete with Citrix on the Xen platform. RHEL dropped support for Xen in version 6, at which point the Linux kernel devs retorted by putting Xen support into the kernel. If Xen was such a dog, then why would the Linux kernel dev team work so hard to keep it?

      I'm not downing KVM or Xen. Both work well for their intended purposes. But RHEL's decision probably had more to do with RHEL's commitment to *selling* KVM centric solutions than it had to do with anything else.

    5. Re:Why not KVM when it has all of the momentum? by Anonymous Coward · · Score: 0

      The only workload KVM can compete with Xen is when a single VM is on the host system, otherwise Xen (unless improperly configured) is going to crush KVM. I wish KVM was faster because it is certainly easier to use, but there's a reason all of the cloud providers (except MS) use Xen. I have no doubt every one of them has benchmarked KVM and found it lacking.

    6. Re:Why not KVM when it has all of the momentum? by Anonymous Coward · · Score: 0

      > one of the best VPS companies (Linode) use it.

      Why the hatred for EC2? Amazon has used Xen successfully for years. Why try to disparage Xen by not including them in your list? You agenda is showing through.

    7. Re:Why not KVM when it has all of the momentum? by Anonymous Coward · · Score: 0

      Linode... one of the best VPS companies?

      Maybe one of the biggest, but best is a stretch and a half. Even before this weekends latest hack.

    8. Re:Why not KVM when it has all of the momentum? by Anonymous Coward · · Score: 0

      RedHat will be so happy to have all-ears customers like you. LOL.

      You should probably google a bit more before saying something is "dead". AFAICT Amazon, Rackspace, Linode, Huawei and NSA all use Xen.

    9. Re:Why not KVM when it has all of the momentum? by Anonymous Coward · · Score: 0

      Agreed. They both work well. It is better to have competing open solutions. From RH's PoV, it would not be very practical to support two solutions at the same time.

      However one thing I find very uncomfortable with is that, from all the Xen related comments I've read on /. I only read about users spreading FUDs (Xen is dead or something alike), without real comparison against KVM WRT architecture, performance, security etc. (i.e. the real meat) to support their argument.

      If "making noise" equals "momentum" or "success", I have to admit RedHat is very good at this. But if you look at Xen's installation base, it is very hard to say Xen is dead. It just keeps low profile and support the world!

    10. Re:Why not KVM when it has all of the momentum? by Anonymous Coward · · Score: 0

      [citation needed]

    11. Re:Why not KVM when it has all of the momentum? by MrKaos · · Score: 1

      No, RedHat has been co-opting projects that give it a unique competitive edge. They pretty much own the KVM project, and now they don't have to compete with Citrix on the Xen platform. RHEL dropped support for Xen in version 6, at which point the Linux kernel devs retorted by putting Xen support into the kernel.

      Coincidentally I have been comparing the two over the last week and have found the Xen project to have fewer barriers to installing and using than the RH KVM. Much of the subscription model of RH makes installing and using KVM quite painful. I'm sure it's great for what it does but it seem the barriers for entry to use it are also quite high.

      I'm looking forward to applying SOA tools to Xen as it seem to be quite a good fit.

      --
      My ism, it's full of beliefs.
    12. Re:Why not KVM when it has all of the momentum? by Anonymous Coward · · Score: 0

      Calling Linode one of the best VPS companies(they are not, not by a mile, but not the point) is hatred for EC2?

      Were you dropped on your head repeatedly?

  5. Re:Creamy Mayonnaise by TheRealMindChild · · Score: 1, Interesting

    I think I know what is going on here... search engine gaming. If you search for "In a glass bowl, whisk together egg yolk and dry ingredients", you come across http://www.themiraclewhisk.com/recipe.html. I'm guessing this kind of garbage is used to rank these websites higher in the search engines

    --

    "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
  6. OpenVZ by tobia.conforto · · Score: 5, Insightful

    OpenVZ is very much like jails for Linux. I introduced it at my job four years ago and we've been using it ever since. I can attest to the savings in hardware overhead and in sysadmin time, compared to the alternatives of either full-blown VMs or all-services-in-one-Linux-box.

    Nowadays there is also LXC, which supposedly is the future for Linux jails, seeing as their patch-set got into the mainline kernel—something OpenVZ failed to achieve. But IMHO LXC is not as stable and reliable as OpenVZ, nor as well-isolated by default, which is an aspect that is too often neglected.

    1. Re:OpenVZ by MyHair · · Score: 2

      Things may have changed in the past couple of years, but I distro-upgraded-before-I-looked from Ubuntu Hardy LTS to Lucid LTS and found that the OpenVZ components were removed and LXC components added which threw me for a few loops on my home containers. At the time I found LXC to be lacking in tools and documentation, and OpenVZ wasn't being supported in a sane way. I had enough troubles with Lucid in containers that I put everything on a hard box and later moved all of it to Windows and Ubuntu-in-Hyper-V. But once LXC has decent tools and documentation I might look into it again. Sharing a kernel was very handy for my home sites.

    2. Re:OpenVZ by myowntrueself · · Score: 1

      What happens if you have a bunch of OpenVZ 'virtual machines' running apache webservers and, on the host, you run 'killall -9 apache'?

      --
      In the free world the media isn't government run; the government is media run.
  7. Doesn't Amazon... by amginenigma · · Score: 1

    Doesn't Amazon Web Services run on XEN? A quick googling seems to indicate that AWS does use XEN. If that's the case I'd have to say XEN is far from dead, and that this would be a good thing.

    1. Re:Doesn't Amazon... by Anonymous Coward · · Score: 0

      Xen or Cirtix XenServer? ;)

    2. Re:Doesn't Amazon... by Anonymous Coward · · Score: 0

      Amazon uses the open source Xen, not XenServer. By the way, XenServer is also built upon the open source Xen.

  8. Re:I didn't even need to wait for "cloud computing by nametaken · · Score: 2

    Damn you. I'm still missing "synergistic".

  9. Coolest use of XEN that I know of- by Burz · · Score: 3, Interesting

    http://qubes-os.org/

    It gives you hardware-enforced security for your desktop.

  10. Never worked with Cloud computing? by dutchwhizzman · · Score: 1

    Sorry, no. Closed software Vendors will be looking at their product running on large scale cloud providers like EC2, IBMs cloud and maybe MicroSoft Azure if it will ever get out of Beta. This means that they will possibly be looking at supporting HyperV, but not after they will be able to run on both Xen and KVM. EC2 will be a much more interesting target and they happen to be running Xen. Something like this is way more important than supporting some silly company that wants to run their linux boxes on HyperV, or supporting Azure. Economy of scale dictates you'll want to support the stuff most of your customers are running, not some niche.

    A lot of VMs are also set up for security reasons, not just because the app won't "play nice with other applications on the box". Vendors that refuse to make software that behaves tend to sell very little software these days. However, securing a box that has to run a lot of different workloads is inherently more difficult and any security incident will have a much larger impact, compared to a set of VMs each running in their own security compartment. It just doesn't make sense to run the departmental file server on the same box as you're running your company web server from a security standpoint.

    --
    I was promised a flying car. Where is my flying car?
    1. Re:Never worked with Cloud computing? by skids · · Score: 1

      You may be right, the segment wanting to target e.g. EC2 may be larger and more determinant; OP is just what I see from my perspective. The apps in question are not something you'd put on the cloud except possibly as emergency backup instances. There are of course some insane people that do put stuff like their LWAP controllers on the cloud, and companies more than happy to sell them on that idea :-/

      As to security, VMs are far from it when it comes to the network side. Implementation of dot1br is lagging terribly, and the GRE tunneling stuff lacks hardware acceleration. Someone who knows what they are doing with internal host policy is just as capable of securing such a setup as you describe -- which method is right depends on the tradeoffs involved. Do you really need live snapshots of your FTP server? If not, it might not merit a VM.

      (It is all a bit silly as we see where this is going: eventually VM instances will need to become lighter, resulting in a stripped down OS, which will congeal to essentially being a process, and then we are back full circle to mainframe.)

  11. Re:Creamy Mayonnaise by magic+maverick+ · · Score: 0

    But if something is at -1, it won't show up in the search rankings at all I don't think.

    Here's something a friend told me. They posted a horrid post, and included a pretty unique string. It got modded -1 of course. They then tried to search for it again, and got no results.

    Try it and see.

    --
    HELP MY ACCOUNT HAS BEEN HACKED BY AN ILLIBERAL ART STUDENT SET TO DESTROY THE INTERWEBZ!