Home Blog Page 9142

Updated Slackware packages fix sendmail vulnerability

Author: JT Smith

Slackware has updated packages to fix sendmail’s input validation error; get more information on the vulnerability and links to the packages at LinuxSecurity.com.

Category:

  • Linux

Clustra DataCenter lets low-cost Linux clusters rival enterprise-class SMP servers

Author: JT Smith

Posted at PR Newswire: “Linux received a huge
boost in the enterprise market today as Clustra Systems, Inc., the leading
provider of always-on technology for the 24×7 world, demonstrated its new
Clustra DataCenter database appliance and the new 4.1 release of the Clustra
Database(TM) at the LinuxWorld Conference & Expo. The Clustra DataCenter
makes it easy to assemble a cluster of off-the-shelf Linux servers into a
powerful, high-end database that rivals the performance of enterprise-class
SMP servers at fraction of the cost while achieving continuous availability
exceeding 99.999 percent uptime.”

Sun cries wolf over Windows XP

Author: JT Smith

The Register: “It is building a JVM specifically for Windows XP or, more specifically, Internet Explorer 6 (Windows XP
theoretically supports the latest JVM version 1.3.1 but Internet Explorer 6 is limited by its agreement
with Sun to JVM version 1.1.4).

Unfortunately, it will be too late for Sun: it will not be able to deliver its code in time for the launch of
Windows XP. While it will ultimately be available as a download, most of the leading PC vendors have
already decided either to ship their PCs with no JVM at all, or with a JVM from some other vendor
(including, in some cases, Microsoft’s own obsolete JVM). It will be much more difficult for Sun to
change hearts and minds once vendors such as Compaq, Dell and Gateway mak their decisions as
to what they will deliver.”

Sun still cool on Linux

Author: JT Smith

ZDNET: “Sun remains virtually alone in following a proprietary Unix OS and chip
architecture road map, basing its future on its Solaris OS and Sparc
processors. “Sun refuses to buy into the common logic that vendors
who choose the Intel platform architecture can lessen their lock-in to a
tightly coupled hardware architecture and operating system,” Quandt
said. “They’re ideological about their strategy.”

Category:

  • Linux

Dummies’ guide to eliminating Microsoft holes

Author: JT Smith

AustralianIT: ” Microsoft security program manager Scott Culp said the free downloadable security tool helped users disable functions and settings that could leave their servers open to an attack.

These included internet printing, advanced search functions and certain scripting technologies that enabled viruses and worms to spread.

The tool is designed for Microsoft’s Internet Information Service (IIS) software, which fell victim to the recent Code Red worm attack.

Since then, some programmers have faulted Microsoft for designing ease-of-use features into its server software that critics say make them too vulnerable to intruders.”

The do-it-yourself supercomputer

Author: JT Smith

SCIAM: “Most conventional supercomputers
employ parallel processing: they contain arrays of ultrafast microprocessors that work in tandem to
solve complex problems such as forecasting the weather or simulating a nuclear explosion. Made
by IBM, Cray and other computer vendors, the machines typically cost tens of millions of dollars–far
too much for a research team with a modest budget. So over the past few years, scientists at
national laboratories and universities have learned how to construct their own supercomputers by
linking inexpensive PCs and writing software that allows these ordinary computers to tackle
extraordinary problems.”

Category:

  • Linux

Interview with AtheOS creator, Kurt Skauen

Author: JT Smith

JigSaw writes: “AtheOS is a modern, Free Operating System (GPL) written from scratch in C++. A big chunk of the OS is POSIX compliant, supports multiprocessing and it is GUI-oriented (fully OOP). OSNews is hosting an interesting interview with the AtheOS creator, Kurt Skauen. Kurt is talking about his views on breaking binary compatibility in future versions, multithreading and the future of his OS in general.”

Defending against SYN-flood DoS attacks

Author: JT Smith

The Register: “A SYN flood is perhaps the most efficient packet attack, devouring the greatest amount of service
with the least effort. It fakes the initial handshake of a TCP connection with spoofed IPs which the
target machine is unable to answer.”

Category:

  • Linux

When Linux is a bad choice for your clients

Author: JT Smith

Anonymous Reader writes: “TechRepublic has this article about when not to recommend Linux to your IT business clients.” Unfortunately, you need a (free) TechRepublic account to read this article – minor frustration, but you only have to do it once.

Category:

  • Linux

Review: Gigabyte GF3000 GeForce3 video board

Author: JT Smith

By Jeff Field

For hardcore gamers, there is little question as to which chipset they want their video board based on — the NVidia GeForce3. Because most of its cards deliver more than 60 frames per second at most resolutions, Nvidia says it has reached a point at which they’ll begin to focus on image quality and other features instead. Today, I’ll take a look at how the first GPU developed under that new focus holds up under Linux, by testing the GV-GF3000 from Gigabyte.
The board
Known primarily as a motherboard manufacturer, Gigabyte also has a line of video cards, based on Nvidia GPUs (Graphics Processing Units). Gigabyte seems to have a variant for every chipset NVidia has put out since the TNT, and Nvidia’s latest, the GeForce 3, is no exception. It is a reference board (that is, it is based off the reference design Nvidia provides.) The GV-GF3000 supports a variety of new features provided by this chipset; unfortunately, due to driver issues, not all of these features are supported under Linux.

Features
nfiniteFX engine — This feature of the GeForce 3 is derived from the programmable Vertex and Pixel processors. The combination of these two processors on the GeForce3 GPU allows game developers to create their own custom special effects in games.

High resolutions antialiasing (HRAA) — High resolution antialiasing (using Nvidias’ Quincunx AA technology) allows for 4x-like antialiasing with the performance of 2x antialiasing. Antialiasing is a process where the jagged edges of objects are smoothed out. This feature, at present, does not appear to be enabled in the Nvidia Linux drivers, but could be added in a future driver. The current Linux driver only supports up to 2x antialiasing.

Lightspeed memory architecture — Lightspeed memory architecture, like the nfiniteFX engine, is really several features combined under one name. The first, and biggest feature, is Nvidia’s “crossbar memory controller.” On a GeForce2, the memory controller is 128-bits, and so when, say, 32-bits of data is requested, the other 96-bits that could hold something are wasted. In order to fix this problem on the GeForce3, Nvidia split the memory controller into 4 32-bit DDR memory controllers. This means, that if 32-bits of data was needed, the GeForce3 need only use one of the four memory controllers, leaving the other three to do other things, allowing for more parallel operation, and thus being more efficient.

The other features of this memory architecture are simpler, and while having less impact, when combined affect performance quite a bit.

Z-Occlusion Culling is a process in which pixels in the Z-buffer (the place where the Z-axis values of pixels are stored, hence the name) are compared to find which ones are not going to acctually be seen, and are not sent to the framebuffer for display. In past cards, this did not happen, even though it seems so simple, and therefore overdraw occured, wasted time drawing things that you can’t even see. Next is Z-buffer compression. This loss-less compression allows you to fit four times as much data in the Z-buffer, without loss. Finally, there is a fast clearing ability for the Z-buffer, allowing the Z-buffer to quickly be flushed, speeding up this common operation.

Documentation, packaging and software
The documentation for the card was very Windows-oriented, as is true with most video cards. Thankfully Nvidia has good enough documentation with its Linux drivers, and physical installation was covered in the manual enough that most users should have no trouble getting everything up and running. The card came with drivers, game demos and other software for Windows. I can’t blame the card-makers either — the vast majority of people who’ll use this card run Windows, but it would have been nice to at least see Linux drivers on the disc.

Performance
System Specifications
Athlon Thunderbird 1400MHz
Gigabyte 7DXR
256 Megs PC2100 DDR SDRAM from Crucial.com
Western Digital 7200 RPM 10.2 Gig Hard Drive
3Com 3C905TX-C 10/100 NIC (PCI)
400 Watt Future Power ATX Power Supply
Mandrake 8.0 with Kernel 2.4.3

Quake 3 Arena Timedemos (Frames Per Second)
Board 640×480 800×600 1024×768 1200×1024 1600×1200
Default Quality
Gigabyte GV-GF3000 GeForce3 183.6 182.6 172.8 126.1 90.7
Abit Siluro GeForce2 MX400 175.4 130.2 85.5 52.9 36.8
Highest Quality
Gigabyte GV-GF3000 GeForce3 183.2 179.0 146.1 98.0 71.4
Abit Siluro GeForce2 MX400 125.7 88.2 58.9 37.7 27.2

As you can clearly see here, these boards are meant for two different things — one for budget, one for raw power. You could pick up four or five GeForce2MX boards for the price of a GeForce3, but if you are a hardcore gamer, there is little choice — the GeForce3 does 1600 * 1200 * 32-bit in high quality with a framerate that is still above 60FPS. That is amazing speed, and should quench even the mightiest thirst for frames.

Conclusions
Even though the company is closed source, it is hard to ignore the fact that Nvidia’s graphics chipsets are the fastest on the market. Even with the lack of Open Source drivers on the disk, one can hardly say that Nvidia has ignored the Linux community — the drivers available are excellent, and while they could only get better by being Open Sourced, they are on a par with Nvidia’s Windows drivers. As for the GV-GF3000 itself, the board is just like most other GeForce3 boards — an excellent performer. If you can find it for a good price, and you play a lot of 3D games, I highly recommend picking up a GeForce3 based card. The GF3000 is an excellent performer. My only issue was difficulty in finding a price for it online.

For discussion of this review and any other hardware-related topics, please join #Hardware on OpenProjects.net.

Category:

  • Unix