Slashdot Log In
Sun To Seek Injunction, Damages Against NetApp
Posted by
kdawson
on Tuesday November 06, @05:39AM
from the file-systems-want-to-be-free dept.
from the file-systems-want-to-be-free dept.
Zeddicus_Z writes to note that Sun CEO Jonathan Schwartz has outlined Sun's response to Network Appliance's recent patent infringement lawsuit over ZFS: "As a part of this suit, we are requesting a permanent injunction to remove all of their filer products from the marketplace, and are examining the original NFS license — on which Network Appliance was started. In addition... we will be going after sizable monetary damages. And I am committing that Sun will donate half of those proceeds to the leading institutions promoting free software and patent reform... [Regarding NetApp's demands in order to drop its existing case against Sun:] ...[to] unfree ZFS, to retract it from the free software community, and to limit ZFS's allowable field of use to computers — and to forbid its use in storage devices."
Related Stories
[+]
NetApp Hits Sun With Patent Infringement Lawsuit 217 comments
jcatcw writes "Computerworld reports, "Network Appliance Inc. today announced that it has filed a patent infringement lawsuit against Sun Microsystems Inc. seeking unspecified compensatory damages and an injunction that would prohibit Sun from developing or distributing products based on its ZFS file system technology. The suit, filed in the U.S. District Court in Lufkin, Texas, charges that the Sun ZFS technology infringes on seven NetApp patents pertaining to data processing systems and related software.""
Sun To Seek Injunction, Damages Against NetApp
|
Log In/Create an Account
| Top
| 183 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
This is why we need to get rid of software patents (Score:5, Insightful)
This is why we need to KEEP software patents (Score:5, Interesting)
(http://www.daemonology.net/)
Remember, "innovation" means "doing something new" -- not "copying what someone else has done". There are certainly implementational issues with the patent system as it currently exists, but in principle the patent system is all about protecting people who do something new from corporations (like Sun or Microsoft) who just reimplement without adding anything new.
Re:This is why we need to KEEP software patents (Score:5, Insightful)
Maybe patent applications should be examined by qualified people to see if they can be implimented using only the information supplied in the application together with that already in the public domain.
Re:This is why we need to KEEP software patents (Score:5, Informative)
(http://www.daemonology.net/)
There's no maybe about this. As part of a patent application, "the specification must include a written description of the invention and of the manner and process of making and using it, and is required to be in such full, clear, concise, and exact terms as to enable any person skilled in the technological area to which the invention pertains, or with which it is most nearly connected, to make and use the same [uspto.gov]"; and patent examiners are responsible for determining if a patent application meets this requirement.
Most of the problems with the patent system right now can be traced to the fact that patent examiners neither have enough time nor the qualifications necessary to make such determinations -- the days when the likes of Einstein worked for the Patent Office are long past. However, this is a reason to recruit more and better patent examiners (and in particular more in the area of computing), not to throw out the entire system.
Re:This is why we need to KEEP software patents (Score:4, Interesting)
(Last Journal: Saturday September 22, @12:45PM)
The only problem I have is with your suggestion as to how to fix it. The patent office would need to be vastly increased in size in order to cope with having people with a higher degree of specialisation. This would also result in the patent office having to hire more expensive staff (better qualifications and specialised expertise is not cheap).
This would in turn put up the tax bill for the average american, and we know how much they love politicians suggesting higher taxes. The other issue is that this would negatively impact on patent lawyers earnings. The large patent law firms would therefore lobby very hard against such a move.
Re:This is why we need to KEEP software patents (Score:4, Interesting)
Perhaps part (1/2?) of the fees above some limit could be paid on an installment basis over the life of the patent (possibly with interest) - and the patent holder could decide to stop making the payments and thereby irrevocably release the patent into the Public Domain. On the positive side, this would help the "little guy" a bit as some of the expenses could be deferred or, even never incurred. It would also open up patents more quickly to the Public Domain if the inventor ('s company) hadn't figured out how to commercially exploit the patent. Also, on the positive side it would tend to reduce, over time, the number of active patents and thereby reduce the search effort (for both the applicant and the patent office) and also remove some of the mines from the minefield that technology companies walk every day. On the negative side, some of the expenses of patent applications would eventually be borne by the taxpayer or by amortizing the ultimately unrecovered costs across other patent applications.
Re:This is why we need to KEEP software patents (Score:5, Insightful)
(http://www.phpgd.com/)
To draw an analogy to something a little more obvious we should look to the drug industry. Many people believe that patenting drugs shouldn't be allowed, what should be allowed are patents on the method of making the drug. If someone can think of a way to get the same end result using a different process they should be allowed to do just that. Having a system that allows companies to hold patents on what amount of sequences of data is silly.
The same should go for software. It's fine to patent a specific implementation of some code, but it's not fine for that patent to cover every conceivable way of achieving the same end result.
Re:This is why we need to KEEP software patents (Score:5, Interesting)
In the case of the drugs industry (frequently raised as a pro-patent argument) - where you need mandatory regulation anyway to ensure drugs are safe and effective, surely it would be quite straightforward to grant a fixed-term exclusive license as part of the (expensive) approval process? No need to get bogged down with lawyers trying to decide who "owns" the underlying knowledge - you pay to get something licensed in a particular country, you get a N year monopoly.
Re:This is why we need to KEEP software patents (Score:5, Interesting)
Surely what you're describing is copyright, not patenting. Being a granted a monopoly on a specific implementation is copyright. Regarding what you said about the drug industry - if your scheme was put in place, what would be the incentive to develop the drugs in the first place? If you come up with a cure for AIDS and start marketing it, then a month later someone comes up with a way to churn your pills out faster and cheaper, and there no possible way for you to do it more efficiently than them, they get to eat your lunch with impugnity, since you would be forbidden from emulating their process, and they arent forbidden from raping your hard earned R&D assets.
Re:This is why we need to KEEP software patents (Score:5, Insightful)
(http://www.mandible-games.com/)
You don't copyright a stove, because people can't just copy it. You patent it, and now people can't build an identical stove, even if they could build something very stovelike. But with software, you copyright the software, and now people can't copy it. Patenting would, in theory, fulfill the exact same purpose - "you can't build the identical software" - and that's software patents are kind of bizarre and shouldn't even exist.
Instead, though, patents are being treated as "one step up from copyright" - you can't build an identical stove, and you "can't build software that does the same thing". Which isn't the equivalent of patents at all. It's more the equivalent of a concept monopoly. If software patents were imported right back into the physical world, you'd have people able to put patent on "cars", or "stoves", as an entire class of thing.
I don't think software patents need to be "fixed". I don't think they need to be "abolished". I think what's necessary is realization that the entire concept of "software patent" doesn't even make sense, and that there really is no parallel with the physical world here.
Re:This is why we need to KEEP software patents (Score:5, Interesting)
A patent is on an implementation. Abstract ideas are not patentable. That's why software patents make no sense, as software is already protected by copyright.
At least in Europe it still works that way
And with regards to drugs, if some else is so much smarter then you that they can produce the same pills a lot cheaper then maybe you're in the wrong business. Do you want to withhold the sick population from cheaper drugs just because the current patent holder is too dumb to produce it cheaper? I personally do not. Patents take away the need to innovate and thus they are bad.
Re:This is why we need to KEEP software patents (Score:4, Insightful)
(http://membled.com/)
Maybe it does promote progress to have patents on software, but it's not a foregone conclusion; study some of the arguments [mit.edu] (there may also be a good site arguing in favour of swpats, but I don't know of one) and decide what works best in the public interest, rather than just assuming that any measure in favour of 'inventors' is going to help the public.
Re:This is why we need to get rid of software pate (Score:5, Interesting)
Translation for the non-lawyers (Score:3, Funny)
(http://www.afflictedyard.com/ | Last Journal: Thursday January 26 2006, @03:07PM)
As a minimum response we want them bitch-slapped raked over the coals and then chopped up into little pieces and dumped at sea.
And just in case you don't think Sun is grand enough to make this happen, we are soliciting help from those people who want to reform the freakishly complicated patent system.
Thank you.
Re:Translation for the non-lawyers (Score:5, Insightful)
(http://www.afflictedyard.com/ | Last Journal: Thursday January 26 2006, @03:07PM)
The reality is that the mega patent holders. IBM Sun and even Microsoft tend not to run out and file patent lawsuits to stop innovation but rather as a defensive measure to protect their business from litigious none innovative parasites.
NetApp isn't the worst of the bunch since they still have viable products on the market. Unfortunately they are so panicked over the possibility that we may use PC Servers with huge piles of massive SATA drives at a total cost way below the stuff they are selling.
If only they were able to come up with new products when someone else innovates enough to make what they are selling today a commodity.
So no offence to Sun but hey we should be able to make fun of our friends too.
Re:Translation for the non-lawyers (Score:5, Informative)
Sun used the product from the patent and created a Free version without permission. That makes them a great 'Robin Hood', but it also makes them the 'bad guy' in the eyes of the law.
Re:Translation for the non-lawyers (Score:5, Informative)
(http://hibernia.jakma.org/~paul | Last Journal: Tuesday March 11 2003, @09:31PM)
You're stating as a matter of fact that Sun "used the product from the patent". This is stretching the truth somewhat. The actual facts of the matter are that NetApp claims Sun have violated their patent (WAFL, etc), and filed suit requesting relief. Sun however disagree and believe they do not violate NetApps' patents - indeed Sun claim, in their counter-suits, that NetApp are violating Suns' patents. However, no-one is violating anyone's patents until either both parties agree they are, or a judge says so.
You can read Suns' response to NetApps' complaint [sun.com] (which #include's most, if not all, of NetApps' complaint).
NB: I am a Sun employee. I have tried to keep the above post be 100% fact-based and opinion-free, but I am obviously biased, I also may be wrong and finally IANAL. Lector emptor.
Funny thing (Score:2)
(Last Journal: Friday December 01 2006, @10:51AM)
In the interest of fairness (Score:5, Informative)
Re:In the interest of fairness (Score:5, Insightful)
(Last Journal: Wednesday February 21 2007, @08:20AM)
Okay, so what are you going to do? Sue Sun?
If so, you'd better hope that there's nothing in Sun's patent portfolio that you're infringing upon. The way software patents have gotten these days, it's a pretty fair bet that NetApp runs afoul of at least a few of Sun's 14,000 patents.
To reassure folks internally, Dave appeals to ignorance:
There's always a first time. And maybe that's what it will take to reform the system. While Sun can wave the F/OSS flag as they battle NetApp, they will end up proving a few scary points about the current state of the patent system:
1) If a company tries to use software patents the way they were intended, it will only be successful against companies smaller than themselves. The big boys will insist on a portfolio exchange; if that fails, one party will end up looking like SCO.
2) The only way to get money out of the "big infringers" is to have a company with zero liability of patent infringement, such as one with a litigation-based business model.
3) Software patents are a barrier to entry for small companies, and a perpetual liability.
Sun Started this BTW.... (Score:4, Informative)
How did we get here?
"Like many large technology companies, Sun has been using its patent portfolio as a profit center. About 18 months ago, Sun's lawyers contacted NetApp with a list of patents they say we infringe, and requested that we pay them lots of money. We responded in two ways. First, we closely examined their list of patents. Second, we identified the patents in our portfolio that we believe Sun infringes."
http://blogs.netapp.com/dave/2007/09/netapp-sues-sun.html [netapp.com]
Confused (Score:2)
(http://ermarian.net/)
I know, RTFA. But the summary could be a bit clearer.
short summary for those interested (Score:2, Flamebait)
(Last Journal: Monday May 05 2003, @06:46PM)
If you dig far enough, NetApp asked Sun about disclosure on patents. Sun replied, NetApp said that's not good enough, Sun said, bite us, NetApp said we'll sue, Sun said we'll give you the info you want if you agree not to sue and pay us $36mil (or thereabouts), NetApp sued, Sun countersued, and so forth.
I use NetApp and Sun gear daily, and have done for years (decades?) now. Both are pretty much tops in their fields, both have some quirks, and both stand on their own without competing badly with the other (honestly, when was the last time Sun had a non-laughable disk storage system?). However, I'm sick of that pony-tailed bean-counting pinhead Schwartz, I'm sick of Dave Hitz "master of lying and crocodile tears," and I'm sick of fuckheads like this destroying good companies for the sake of their pathetic egos. Let's toss 'em in a room with their lawyers and weld the doors shut. The industry would be better off.
Prior art:DEC AdvFS (Score:2)
Software patent thugs, a pox on all your houses!
In other words (Score:2)
(http://ufy.sourceforge.net/)
Why is Sun blogging about this? (Score:2)
(http://www.tzs.net/)
Delighted to see Netapp takiing it! (Score:5, Informative)
I have a few Netapps here and can't use them because Netapp will not release the activation license key.
An IT future without Netapp's built in obsolescence is a better future.
I hope Sun has a field day with them.
Have NetApp changed their OS? And who shot first? (Score:2)
(http://www.scarydevil.com/~peter/ | Last Journal: Monday September 26 2005, @06:53PM)
Last I checked NetApp's filers contained code from NetBSD, not FreeBSD. And they're definitely not just an application running on top of Net, Free, or any other BSD.
Unless NetApp's made some big changes somewhere, this sure sounds like Jonathan's own research is a bit shakey.
Bill Todd's comment, starting Methinks you'd have a somewhat stronger leg to stand on if the legal posturing hadn't begun with *your* demanding $36 million from NetApp due to alleged infringement of *your* patents. While their response was also heavy-handed, it's difficult under those circumstances to call it unjustified. and the linked comment a couple messages further down on NetApp's blog [netapp.com] make me wonder which of these guys is Han and which is Greedo.
Re:old news. (Score:2)
(Last Journal: Sunday November 11, @07:47PM)
Re:old news. (Score:5, Insightful)
(http://code.google.com/p/nmod/)
Yeah, software piracy is a tad rife there, but I'd rather be strategising against pirates (services instead of software payment etc), than have my company gutted because of some shitbar patent suit in texas.
Re:old news. (Score:5, Interesting)
(http://www.nodomain.org/)
We have a sales team in the US but there's no legal company there, to protect ourselves.
Re:old news. (Score:4, Funny)
(http://photo.net/photos/swillden | Last Journal: Wednesday July 19 2006, @01:42PM)
You must have some fucking terrible lawyers.
Either that or your reading comprehension sucks.
Which is more likely?