Home Blog Page 8943

GNOME misses Solaris 9 bus

Author: JT Smith

LinuxGram: “Sun has got a feature-incomplete beta of Solaris 9 available for download through the company’s early access program, but it
seems the promised open-source Gnome 2.0 won’t be the thing’s default because, as we’ve pointed out before, the Gnome
widgetry won’t be ready when Solaris 9 ships for real in the first half of next year. Sun will cleave to its traditional Solaris
Common Desktop Environment for the time being.”

Category:

  • Open Source

Mobile Pentium 4 to debut above 1.5GHz

Author: JT Smith

From CNet: “Intel’s Pentium 4 for mobile computers will come out at speeds above 1.5GHz in the first half of next year, but it won’t be matched with memory based on technology from Rambus.”

Category:

  • Unix

Transitive demo’s ARM, MIPS, PPC, x86 binary translation

Author: JT Smith

Anonymous Reader writes “According to this news
item
at LinuxDevices.com, Transitive Technologies Ltd. is
demonstrating their Dynamite “CPU morphing” software this week at the
Microprocessor Forum in San Jose, CA. The technology enables code
written for one type of CPU to run on another type of CPU without being recompiled. Three demonstrations of Transitive’s Dynamite technology are being given this week in a private suite at San Jose’s Fairmont Hotel, including a virtual 1+ GHz PowerPC CPU running on an 1.4 GHz AMD Athlon processor.”

Category:

  • Unix

Review: AMD Duron 1.1GHz

Author: JT Smith

By Jeff Field

It was only a month ago that AMD released the 1 GHz Duron, the first Duron to be based on the Morgan core. AMD has again raised the bar for the low-cost computing market, moving the Duron up to 1.1GHz with its latest release. Again, we are forced to wonder just how much of an improvement it really is.Clock speed and price/performance
Long gone are the days where mere clock speed determines speed; if that were still true, a 1.4GHz Thunderbird wouldn’t beat out a higher clocked P4 with ease. However, in the same class of CPU, such as Durons, clock speed still is a deciding factor and so we wonder just how much 100MHz matters in the Duron line.

Another consideration is the price to performance ratio — right now a 1 GHz Duron costs you about $68, according to Pricewatch; a 1GHz Athlon is available for $70. AMD is killing its own value segment — with the availability of high-end CPUs, there really isn’t enough of a difference between the value and power options to fuel value purchasing. Despite its disadvantages the Duron still deserves fair coverage, which is what I aim to do.

The chip
As for the chip itself, nothing has changed since the release of the 1GHz Duron. The Duron 1.1, like the 1.0, is based on the newer Morgan core, which I covered in my Duron 1GHz Review. Other than the increase in clock speed, this chip is exactly the same.

Performance
System Specifications
AMD Duron 1.0GHz or AMD Duron 1.1GHz
256 Megs PC2100 DDR SDRAM from Crucial.com
Gigabyte 7DXR motherboard
Western Digital 7200 RPM 10.2 Gig Hard Drive
3Com 3C905TX-C 10/100 NIC (PCI)
400 Watt ATX 2.03 Power Supply
Gigabyte GF3000 GeForce 3 64MB AGP

Slackware 8.0 with Kernel 2.4.9 and XFree 4.1.0
Kernel compiles
In order to test both the board’s stability and speed, I ran three sets of Linux kernel compiles on this board. One is a normal, “uniprocessor” make, or make -j1, which is the default. This uses one process, and does not always maximize system usage. I then did make -j2, which spawns a second process. The last test I run is with make -j3, spawning two extra processes. I do this for several reasons — to find the “sweet spot” for the board/CPU, as well as to stress the system
as much as possible when trying to rate its stability. Also, the kernel is extremely useful as a measure of integer performance. In order to compile the kernel I untarred kernel 2.4.6, ran “make config” and used the default values.

Kernel 2.4.6 Compile Times (Minutes:Seconds)
Lower numbers are better
Board -j1 -j2 -j3
Duron 1.0GHz 5:38 5:36 5:39
Duron 1.1GHz 5:21 5:19 5:23

This shows roughly a 5% increase in performance, from a 10% increase in clock speed. No revelations here, really; the Duron 1.1 is slightly faster than the 1.0, as you would expect with a chip clocked slightly higher.

POVRay Benchmarks
POVRay is a multi-platform raytracing program. It is a very floating point intensive task and serves well to help measure the floating point performance of a CPU. For more information on this benchmark, head to the official POVBENCH homepage. The command to run for this benchmark, once you obtain POVRay, you run povray -i skyvase.pov +v1 +ft -x +mb25 +a0.300 +j1.000 +r3 -q9 -w640 -H480 -S1 -E480 -k0.000 -mv2.0 +b1000 from the command prompt. Results are in seconds.

POVRay (seconds)
Lower numbers are better
Board Result
Duron 1.0GHz 21 seconds
Duron 1.1GHz 19 seconds

In povray, we see a difference of about 10%, directly in line with the difference in clock speed.

Distributed.net Client Benchmark
Distributed.net is a distributed computing network that works on various distributed computing contests. The contests use primarily integer numbers while performing their tasks, and therefore serve as an excellent benchmark for overall integer performance of properly optimized software.

Distributed.net Client Benchmarks
Higher numbers are better
CPU RC5 Core 6 OGR Core 0
Duron 1.0GHz 3,544,709 keys/sec 7,541,546 nodes/sec
Duron 1.1GHz 3,903,400 keys/sec 8,280,414 nodes/sec

Distributed.net depends on the CPU in much the same way POVRay does, requiring it for calculations that benefit directly from increases in clock speed. Here we see this as the 10% increase in clock benefits Distributed.net by 10%, as you might expect.

Conclusion
If my conclusions were reached merely on the technological merits of a CPU, the Duron would do well here — it is, all in all, an excellent CPU. In the current market, however, the Duron has no real place. It is a bargain CPU in a bottomed-out CPU market. Same-clock Athlons are selling for a few dollars more in most cases, and in the case of the Duron 1.1, it’s actually more expensive than AMD’s 1.4GHz offering, although that is only temporary.

Still, with the exception of the very low clock speed Durons, which can be had for about $25 on Pricewatch, the Duron line doesn’t offer any real value compared to the Athlon, at least not at this juncture. As AMD readies a new line of CPUs, the Duron may indeed find its place, but for now, I recommend the Athlon over the Duron, as the Athlon is worth the extra few dollars.

Category:

  • Unix

MySQL 4.0 is released

Author: JT Smith

Patrik Wallström writes “The long awaited version 4.0 of MySQL has been released. It is in its alpha stage, and among the new features are SSL-connections, increased speed, more compatibility with other DBMS’s and the SQL standard, transactions with the InnoDB table type and more. Download here, and read all the news in the 4.0.0 version here.”

Category:

  • Linux

Linux Security Week – October 15th 2001

Author: JT Smith

LinuxSecurity Contributor writes “This week, perhaps the most interesting articles include “Best Practices for Secure
Development,” “Netfilter and iptables: Stateful firewalling for Linux,” and “The Value of
Honeypots, Part One: Definitions and Values of Honeypots.” Also, you may find the article
“Encryption Essentials: A PGP Quick-Start Guide” useful, and want to take a look at “The
£10,000 Linux virus challenge.”
http://www.linuxsecurity.com/articles/forums_article-3838.html

Category:

  • Linux

The security side of Windows XP: hope, risk run high

Author: JT Smith

Kelly McNeill writes “Called by Microsoft officials the best product the company has ever created, Windows XP is set to officially launch on October 25th, with versions for home and professional computer users. The launch coincides with a new security push by the Redmond, Washington-based company that centers on more secure settings in products when shipped and new security tools for Microsoft users. Security experts applaud the initiative, but continue to express concern that Microsoft is putting functionality in front of security, particularly with Windows XP and its interaction with numerous applications and the Web.”

Category:

  • Linux

Bugtraq gets new moderator

Author: JT Smith

Linux Security is carrying the announcement that Bugtraq moderator Elias Levy, better known as Aleph1, has stepped down from the position to be replaced by David Ahmad.

Category:

  • Linux

U.S. buys war zone satellite rights

Author: JT Smith

MSNBC reports that the US government is buying exclusive rights to commercial satellite pictures of Afghanistan. The story suggests two possible purposes for this action, “to provide an extra eye on Afghanistan, and to prevent anyone else from peeking at the war zone.”

Debian Weekly News for week of October 15th

Author: JT Smith

Debian’s Weekly News is up and this week’s highlights include Java 2 Standard Edition for Debian and the second annual Debian Conference in Bordeaux.

Category:

  • Linux