Home Blog Page 9323

Perl CD Bookshelf 2.0

Author: JT Smith

Craig Maloney reviews Perl CD Bookshelf 2.0for Slashdot. The series includes five O’Reilly titles, including Perl in a Nutshell by Ellen Siever, Stephen Spainhour, and Nathan Patwardhan, Advanced Perl Programming by Sriram Srinivasan, and Perl for System Administration by David N. Blank-Edelman. Maloney: “This is the most portable way to get five Perl books from here to there. While there are problems with the keyword
search, the master index should be good enough to get you the information you need. If you’ve been considering
getting these books this is the most cost effective way to bring them into your library.”

Microsoft Outlook vulnerable to new attack

Author: JT Smith

joabj writes, “A glitch in an ActiveX control shipped with Microsoft’s Outlook e-mail program could enable an attacker to take full control of a victim’s computer, Microsoft confirmed today.” Newsbytes article here. The original bug was found by Georgi Guninski Security Research, who reported it on July 9.”

Category:

  • Linux

NuSphere: MySQL.org needed because MySQL AB won’t accept code

Author: JT Smith

By Grant Gross

There’s a new trademark dispute brewing in the Open Source community, with the founders of the MySQL database project, who operate MySQL.com, claiming MySQL support company NuSphere is trying to confuse users with its new MySQL.org site.

MySQL AB, the Swedish company that owns MySQL, issued a press release today (July 12) saying the MySQL community is “threatened by obscure .org Web site.”

But the souring relationship between former partners MySQL AB and NuSphere, which makes several MySQL commercial products that include proprietary pieces, seems to have as much to do with a licensing disagreement, dueling lawsuits and who controls the MySQL code as it does with MySQL AB’s annoyance over NuSphere’s launch of MySQL.org. (Editor’s note: VA Linux, which owns NewsForge, also has an ownership stake in MySQL AB.)

The dispute could have a larger impact as well: whether the GNU General Public License, at least MySQL AB’s interpretation of it, can stand up in a court of law.

Marten Mickos, the new CEO of MySQL AB, contends that NuSphere is violating the GPL by not GPLing its Gemini MySQL table type product.

“NuSphere is selling a product called NuSphere MySQL Advantage without providing the Gemini part of it as Open Source, although the product is based on the MySQL server under GPL,” Mickos says. “We see this as an obvious breach of the GPL. For a number of reasons, we have terminated our interim agreement with them and asked them to stop using our trademark ‘MySQL.’ “

But officials at NuSphere, makers of several MySQL-based commercial products, say they own the trademarks to NuSphere MySQL and Enhanced MySQL, and they say they plan to GPL Gemini when the MySQL.org site officially launches July 16. The 2.0 version of MySQL Advantage was released April 30.

“That [release] will be our contribution to the MySQL community,” says Judy Mintz, director of marketing for NuSphere. “There’s no licensing of products to argue about, because we’re not licensing their stuff, we’re licensing our stuff.”

NuSphere CTO Britt Johnston contends that the Gemini code is not derived from MySQL, and therefore, it’s NuSphere’s intellectual property, even though the company plans to release its code. “Our NuSphere MySQL Advantage product is an aggregate work, a combination of commercial and Open Source products,” he says. “We’re very supportive of all the Open Source components that are part of it.”

Mickos sees it a different way. Gemini is statically linked to MySQL in the NuSphere MySQL Advantage product, he contends, and section 2 of the GPL requires that code linked so closely to a derivative work also be GPLed. Here’s the text: “When you distribute the same sections as part of a whole which is a work
based on the Program, the distribution of the whole must be on the terms of this License …”

Johnston says at the heart of the issue is a pending lawsuit in which the two companies are suing each other over their changing relationship and trademark issues.

Neither side would talk in great detail about the pending lawsuits, but Johnston says NuSphere hasn’t been allowed to participate in the existing community at MySQL AB’s MySQL.com.

“We tried to submit changes [to the MySQL code] under the GPL to that site, and they were refused on a commercial basis, not on a technical basis,” Johnston adds. “The code works fine, and we ship it as part of our GPL version of MySQL … but they are not available from MySQL.com, because they won’t accept anything they don’t own the copyright to.”

He adds: “In effect, while they use the GPL as the way they distribute their product, they deny other people from contributing.”

MySQL.org is the “natural outcome” of MySQL AB not allowing others to contribute to the code, Johnston contends. “From an Open Source community perspective, which I’m a strong believer in, if it wasn’t NuSphere, someone else would do it,” he says. “When they back away from the Open Source community, someone has to fill the void. If you look at other Open Source communities that have been successful, they all have a very strong community that’s not centrally controlled by one commercial entity. While you can say that’s not been the case with MySQL in the past, that’s dramatically changing.”

MySQL AB’s Mickos, on the phone from Finland, says the MySQL code, while being Open Source, has always been created almost entirely by project founders Michael “Monty” Widenius and David Axmark.

“It has never been a ‘bazaar’ product like in The Cathedral and the Bazaar,” Mickos says. “It’s not a product everybody has contributed to, and that never was the intention.

“Monty has never accepted code contributions from other people,” Mickos adds. “If he has gotten something [from someone else], they have been donations to him, and he rewrites them, but that’s minor. There never has been a situation where anybody could freely contribute code.”

The project founders’ control of the code has never been in doubt, Mickos says, and that control doesn’t violate the spirit of Open Source. “Anybody can see the source, anybody can modify it, but we are not accepting into our version anything that isn’t copyrighted by us. If you want to go out on your own and do a fork, we don’t like it, but you’re free to do it.”

Johnston says the relationship between the two companies has changed over the past couple of months, as MySQL AB has accepted venture capital and brought in a new CEO. He says NuSphere has worked with MySQL AB in good faith, and the company is attempting to change the rules in mid-agreement.

“What we want to do, in launching MySQL.org, is create a non-commercial community around MySQL that we think is essential for its long-term growth and health,” Johnston says.

But Mickos tells a different story, saying NuSphere and MySQL AB had an interim partnership since June 2000, but NuSphere served his company with a lawsuit last month after MySQL AB officials came to Massachusetts to negotiate a more formal partnership. This week, MySQL AB turned around and countersued NuSphere for trademark infringement, breach of contract, and violation of the GPL.

Also last month, NuSphere registered the MySQL.org domain name, and Mickos claims his company wasn’t told. “They claim that our interim agreement is in force, but they’re not informing us of things that relate to MySQL, which is a contradiction,” he says. “We said, ‘Hey, guys, what are you doing? We’re building a partnership and you’re registering a domain name that should be ours’ We said in a letter, ‘You must hand it over to us,’ and they refused.”

Johnston says NuSphere told MySQL AB it would release Gemini under the GPL next Monday, but Mickos says he had “no firm information” that was the case. He adds: “If they do, I really welcome it, because then they are getting away from the violation. But it doesn’t change the fact that they have been violating the GPL for sometime already.”

Johnston says the two companies worked together on a press release about Gemini being part of version 4 of MySQL, but NuSphere is still waiting for that code to be released. “We checked the Gemini code into that source tree, but that source tree hasn’t left the gate yet,” he says. “Now they’ve refused our ability to contribute Gemini at all. So that’s an interesting claim.”

MS to Netscape: Get well soon

Author: JT Smith

From TheStandard.com: “Pinch us. Is one over-argued Microsoft
antitrust issue finally, truly settled? MS
announced that computer manufacturers will
be allowed to remove Internet Explorer
icons and add icons for the competition,
such as AOL, to the Windows XP desktop.”

The power of energy conservation

Author: JT Smith

From a ABCNews.com column: ”
Transmeta has pioneered this market with its Crusoe chips, and Intel
is following suit and starting to champion processors that extend
battery life as well. However, I don’t think Transmeta realized how
important its work was in creating low power processors, especially
given today’s energy crisis in California and possibly throughout the
United States.”

Category:

  • Unix

Maintaining security with PortSentry and LogCheck

Author: JT Smith

From LinuxJournal: “As any administrator knows, a successful network rollout begins and ends with security. No matter how much money is spent on a
system with the latest and greatest hardware and software, the system can be rendered worthless if its security is compromised.
Unfortunately, keeping up with system security can be tedious. Administrators must stay aware of updates to software as well as the
latest system compromise techniques. Due to this difficult task, system security is often not maintained and is lacking in many areas … This dilemma changed for me when I discovered
the freeware tools offered by Psionic Software, Inc. called PortSentry and Logcheck.”

Category:

  • Linux

DeCSS case could have major IT impact

Author: JT Smith

InformationWeek has a detailed article about the DeCSS DVD-copying case. “A legal battle over DVD encryption,
currently in appeals court, could shape the
future of IT. The parties involved say the ability to innovate and do
business in a digital world is at stake.” There’s also a case timeline that’s a good reference.

MySQL community threatened by obscure .org Web site

Author: JT Smith

Marten Mickos sends us this press release: Uppsala, Sweden, 12 July 2001 – Open source software company MySQL AB today announced that an unauthorised party has set up a website on www.mysql.ORG in direct violation of the trademark rights of MySQL AB and with the apparent goal to confuse the huge worldwide community of MySQL users.

Michael “Monty” Widenius and David Axmark, co-founders of MySQL AB and the creators of this world-leading open source database software commented, “We normally welcome new sites that focus on the MySQL server, but this one violates our trademark and may lead users to wrongfully believe it represents the people behind the MySQL server. We were not contacted about this website and it operates without our authorisation. We cannot recommend anybody to visit that site.”

The obscure .ORG site claims to offer free services, but a registration is needed for downloading the software that apparently has been copied from the official MySQL.com website. The .ORG site fails to display information of the people or organisations behind it. The domain was registered in the name of NuSphere Corporation, a subsidiary of Progress Software Corporation (NASDAQ: PRGS), on 4 June 2001. Both companies sell proprietary, non-open software.

The original and official MySQL.com website of MySQL AB is immensely popular and serves millions of users with free software, free information, and an opportunity for visitors to contribute comments and other things, such as additional tools and utilities. No registration is required for accessing MySQL.com. In addition, the MySQL server is a popular topic on several other open source websites such as Slashdot.

Yahoo! has been using MySQL servers in mission-critical applications for several years. Jeremy Zawodny, a member of the MySQL user community and an engineer at Yahoo! commented, “I really don’t see the need for the MySQL.org Web site. The MySQL.com site already contains a wealth of information and software from the MySQL developers and members of the community. I worry that the introduction of this Web site will confuse new users and potentially fracture or otherwise harm the MySQL user community.”

Marten Mickos, newly appointed CEO of MySQL AB, commented “We consider operating the mysql.ORG site illegal activity and we are taking steps to enforce our trademark and other rights.” In respect to how the MySQL community is served, he said “We will continue to serve existing and new MySQL users with software under GPL and free information without requiring registration. Our new ‘portals’ present an even wider array of useful information and services, and users are free to comment on the items there. At the same time, we have the best commercial support services for the MySQL? server and as the owners of the software we are the only ones who can sell commercial licences.”

MySQL AB develops, supports and markets the MySQL database server worldwide. MySQL AB, the sole owner of the MySQL trademark, is fully committed to the Open Source philosophy and to making MySQL available and affordable for all. MySQL AB is a Swedish privately held company co-founded by David Axmark, Allan Larsson and Michael Widenius. MySQL is a trademark of MySQL AB in the US, Sweden, and other countries, and is registered in Sweden and 13 other countries.

Other names are trademarks of their respective owners.

For more information, please visit www.mysql.com or write to press@mysql.com.

OpenOffice for OS X faces uphill battle

Author: JT Smith

Anonymous Reader writes, “eWeek reports that the OpenOffice project is having a hard time scaring up developers to bring the Sun-driven open-source office suite to Apple’s new OS.”

Category:

  • Open Source

Hearing in DVDCCA case is today

Author: JT Smith

Posted at 2600.com: “Remember the DVDCCA case? That’s the OTHER DVD lawsuit we’ve been involved in thanks to the
people at the DVD Copy Control Association. It’s been held up in court while jurisdictional
issues are resolved. Later today, a hearing will take place in a California court on whether
the court can actually charge people from all around the world. One of the 500 defendants,
Matthew Pavlovich, has challenged the court’s jurisdiction.”