The Courts

SCO Blames Linux For Bankruptcy Filing 321

Stony Stevenson writes "SCO Group CEO Darl McBride is now claiming that competition from Linux was behind the company's filing of Chapter 11 bankruptcy. 'In a court filing in support of SCO's bankruptcy petition, McBride noted that SCO's sales of Unix-based products "have been declining over the past several years." The slump, McBride said, "has been primarily attributable to significant competition from alternative operating systems, including Linux." McBride listed IBM, Red Hat, Microsoft, and Sun Microsystems as distributors of Linux or other software that is "aggressively taking market share away from Unix.""
Linux Business

Fork the Linux Kernel? 455

Joe Barr writes "Fork the kernel? Are you crazy? A blog entry on InfoWorld.com urged the Linux community to fork the kernel into desktop and server versions because, according to the author, all Linus Torvalds cares about is big iron. Sorry, but that's both wrong and stupid."
Communications

The Rise of the Linux-Based Cellphone 151

mrscotty99 writes with a link to a Linux.com article about the rising star that is the Linux-based cellphone. Author Murry Shohat argues that the transformation of the cell into a mini-PC this summer is a landmark opportunity for Linux. Apple's offering and Motorola's US launch of the RAZR2 V8 (a linux-based device) may be heralds of great things to come for a new OS frontier: "In the cell phone market, consumers will pay for content, and corporations need to deliver secure content to applications in the palm of employees' hands. These trends suggest products that are simultaneously more functional and less expensive than a Treo or BlackBerry and more secure than an iPhone. MontaVista Software claims to have deployed Mobilinux on more than 35 million mobile devices worldwide. CEO Tom Kelley says, 'Linux is growing rapidly on mobile devices because of its solid reliability, its great flexibility, and because it accelerates the development cycle.' Vendors using or contemplating the use of Linux for mobile devices unanimously point to the operating system's footprint, memory usage, and fast growing ecosystem of developers producing software for graphics, multimedia, connectivity, and security." Linux.com and Slashdot are both owned by SourceForge.
Operating Systems

Walt Mossberg Reviews Ubuntu 642

sciurus0 writes "Mainstream technology journalist Walt Mossberg recently reviewed an Inspiron 1420N with Ubuntu installed by Dell. Citing problems such as an oversensitive touchpad and poor multimedia support, he suggests that 'from the point of view of an average user, someone who wouldn't want to enter text commands, hunt the Web for drivers and enabling software, or learn a whole new user interface' Ubuntu isn't a good choice compared to Windows or OS X."
Portables

PC Superstore Admits Linux Hinge Repair Mistake 193

Erris writes "PC Superstore says their store manager was wrong to turn away a client with a broken hinge whose machine should have been repaired. 'El Reg put a call in to the DSGi-owned retail giant to get some clarification on PC World's Linux support policy. A spokesman told us that there had simply been a misunderstanding at the store and that, in fact, the normal procedure would be for the Tech Guys to provide a fix. [PC World] will provide a full repair once the firm has made contact with Tikka.'
Data Storage

The Many Paths To Data Corruption 121

Runnin'Scared writes "Linux guru Alan Cox has a writeup on KernelTrap in which he talks about all the possible ways for data to get corrupted when being written to or read from a hard disk drive. This includes much of the information applicable to all operating systems. He prefaces his comments noting that the details are entirely device specific, then dives right into a fascinating and somewhat disturbing path tracing data from the drive, through the cable, into the bus, main memory and CPU cache. He also discusses the transfer of data via TCP and cautions, 'unfortunately lots of high performance people use checksum offload which removes much of the end to end protection and leads to problems with iffy cards and the like. This is well studied and known to be very problematic but in the market speed sells not correctness.'"
Caldera

SCO Files for Chapter 11 Bankruptcy 421

Can you say "the SCO, the" in German? writes "Trading of SCO's stock has been halted on news that SCO has filed for Chapter 11 Bankruptcy. This move just so happens to fall on the eve of SCO's trial with Novell. One would think that their prior boasts were mostly bluster, that they believe they have almost no chance of prevailing at trial, and that they're now desperate to protect their executives from SCO's creditors while seeking yet another delay. From the release: 'The SCO Group intends to maintain all normal business operations throughout the bankruptcy proceedings. Subject to court approval, SCO and its subsidiaries will use the cash flow from their consolidated operations to meet their capital needs during the reorganization process. "We want to assure our customers and partners that they can continue to rely on SCO products, support and services for their business critical operations," said Darl McBride, President and CEO, The SCO Group. "Chapter 11 reorganization provides the Company with an opportunity to protect its assets during this time while focusing on building our future plans."'"
Media (Apple)

Apple Cuts Off Linux iPod Users 854

Will Fisher writes "New iPods will no longer be able to work with Linux. iTunes now writes some kind of hash (SHA1, md5?) to the iPod database which new iPods check against. If this check fails then the iPod reports that it contains 0 songs. This appears to be protection against 3rd party applications writing out their own databases. We haven't found out how to generate our own valid hashes (but we do know the hash includes the database itself, and possibly the iPod serial number), and are looking for help."
Programming

Debating the Linux Process Scheduler 232

An anonymous reader writes "The Linux 2.6.23 kernel is expected around the end of the month, and will be the first to include Ingo Molnar's much debated rewrite of the process scheduler called the Completely Fair Scheduler. In another Linux kernel mailing list thread one more developer is complaining about Molnar and his new code. However, according to KernelTrap a number of other Linux developers have stood up to defend Molnar and call into question the motives of the complaints. It will be interesting to see how the new processor really performs when the 2.6.23 kernel is released."
Games

Valve Looking to Port Games to Linux? 129

Martin Bozic writes "Valve is apparently looking for senior engineers to port games to Linux. They have an ad up on the official site looking for a Senior Software Engineer with experience in 'systems engineering designing and developing communications software and hardware solutions including resolving problems surrounding real-time and non real time PC- based systems using C++ and network programming algorithms and their interaction with physical devices.' One of the lines under the job description is the simple statement: 'Port Windows-based games to the Linux platform.'" No reason to get excited about this before they make an official announcement; while this may eventually mean Half-Life 2 running under Linux, they may just want penguin-based folks to play Peggle.
The Courts

Legal Summits to Tackle Linux 107

An anonymous reader writes "BuilderAU has the story that the Linux Foundation, custodians of the Linux trademark, have announced that they will host two summits to deal with legal issues surrounding Linux and open-source software. Attendance at the first summit will be restricted to members of the Linux Foundation and their legal counsel. The second summit — an open meeting — will be held in Autumn 2008 where legal experts from any background will be able to attend."
Linux

Compiz Gets Thumbs-Up for Gutsy Gibbon 303

Da Chronic writes "After a vigorous debate at the last Ubuntu Technical Board meeting, the board decided to ship Ubuntu 7.10 with Compiz enabled by default. The decision was made despite the fact that Compiz still has some significant issues relating to drivers and Xorg. 'For instance, there are some problems — like accelerated video playback issues with Intel drivers — that can only be resolved by using the EXA accelerated rendering framework which is still not ready yet. When asked why Intel isn't addressing the driver issue, technical board member Mathew Garrett explained that "Intel are working on the basis that composited desktops won't be ready for rolling out until EXA is stable enough anyway, so it's not a concern [for them].' In the end, all but one member voted to include Compiz in Gutsy."
Programming

Theo de Raadt On Relicensing BSD Code 613

iBSD writes "KernelTrap has an interesting article in which Theo de Raadt discusses the legal implications of the recent relicensing of OpenBSD's BSD-licensed Atheros driver under the GPL. De Raadt says, 'it has been like pulling teeth since (most) Linux wireless guys and the SFLC do not wish to admit fault. I think that the Linux wireless guys should really think hard about this problem, how they look, and the legal risks they place upon the future of their source code bodies.' He stressed that the theory that BSD code can simply be relicensed to the GPL without making significant changes to the code is false, adding, 'in their zeal to get the code under their own license, some of these Linux wireless developers have broken copyright law repeatedly. But to even get to the point where they broke copyright law, they had to bypass a whole series of ethical considerations too.'"
Debian

Debian win32-loader Goes Official 246

An anonymous reader writes "After a long process of review and polishing, the win32 loader from goodbye-microsoft.com has finally made its way to official Debian CDs. Latest daily builds of lenny (the development version) are including it, making starting Debian Installer as simple as just a few clicks (OGG). The win32-loader version, now based on GRUB 2, includes new features such as detection and pre-seeding of Windows settings, and is translated to 20 languages."
Microsoft

Microsoft and Novell Open Interoperability Lab 113

An anonymous reader writes to mention that the Microsoft and Novell Interoperability Lab in Cambridge, Massachusetts opened today. The lab is supposed to allow both Novell and Microsoft developers to work together for better interoperability between SUSE and Windows Server. "Located in Cambridge, the 2,500-square-foot lab and workspace will be home to a combined team of the best and brightest Microsoft and Novell engineers focused on making Windows Server and SUSE Linux Enterprise work better together. The first priority for the lab team will be to ensure interoperability between Microsoft and Novell virtualization technologies. Additional work will include standards-based systems management, identity federation and compatibility of office document formats."
Businesses

Retailer Refuses Hardware Repair Due To Linux 1018

Tikka writes "Today I visited PC World (London, UK) because my 5-month-old laptop has developed a manufacturing fault: the hinge to the display has started to crack the plastic casing. Anyone in the know will know that this is due to the joint inside, and it means that in time the screen will separate from the keyboard. Repair was refused, because I have Gentoo Linux on my laptop, replacing the Windows Vista that was pre-installed. PC World said that installing Linux had voided my warranty and there is nothing they will do for me. I spoke to a manager, who said that he has been told to refuse any repairs if the operating system has been changed. I feel this has really gone against my statutory rights and I will do everything I can to fight it. I will review comments for your advice."
Microsoft

Word 2007 Vs. Open Office 2.3 Writer 492

A reader writes "Bruce Byfield of Linux.com has just posted his third Office shootout between Microsoft Office and Open Office. This is the first version comparing the new Microsoft Word 2007 with Writer from the latest version of Open Office. The verdict: while Microsoft Office beats Open Office in a few categories, overall Open Office wins — but by not as large a margin as in the past." Linux.com and Slashdot share a corporate overlord.
Linux

EVE Online Coming to Linux, Mac OS X 121

An anonymous reader writes "Linuxlookup.com is reporting that CCP today announced a partnership with TransGaming to bring EVE Online to Linux and Mac platforms starting later this year. From the article: '"EVE Online has always ranked highly with our Linux users and there is significant demand for it among other platforms, including the rapidly growing Mac base," said Vikas Gupta, CEO of TransGaming Technologies. "As EVE takes place within a single-server persistent universe, it's vital that the game is identical in every way across different platforms. This challenge is what makes the partnership with CCP both important and rewarding."'
BSD

Will GPLv3 Drive Users from Linux to FreeBSD? 374

An anonymous reader writes "Last week ZDNet put up an article asking a simple question: will GPL3 drive Linux users to FreeBSD? It's based on issues raised in the August FreeBSD Foundation Newsletter. That publication features a letter by the vice president of the FreeBSD Foundation, Justin Gibbs, arguing that the GPLv3 restricts the rights of commercial users of open source software, and is just the FSF's first step in changing the GPL in ways that authors of GPL software may not have intended. He suggests that commercial users should seriously consider BSD-licensed software as an alternative if they want to be able to safely ship products in the future. This is especially in light of requirements from the FCC that software running on devices (such as software-defined radios) be end-user replaceable. Gibbs states that the FreeBSD Foundation will provide an alternative to GPLv3'd software, especially in light of Stallman's statement that further GPL revisions are due in the near future. Is this likely to cause discontent among Linux users, or will they mostly ignore it?"

Slashdot Top Deals