benchmarks

2007-06-12 Thread andrew holway

Hi,

We've been doing some benchmarks, please make a visit to the two pages below.

http://www.moopix.co.uk/bench.php - sunfire V210 2 gig ram dual 1.3
ultrasparc IIIi (debian)
http://www.moonet.co.uk/bench.php - celeron 1.6 512 gig ram (ubuntu)

You can see that the sparc seems to be performing very badly. Would
this be an expected result or have I made a mess of it.

Regards

Andrew Holway


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [OT] [sun]debian : setup

2007-06-12 Thread Frans Pop
On Tuesday 12 June 2007 22:17, Eric Rapilly wrote:
> Hi there; For my Debian on sun, I need some informations, because I'm
> not familiar with debian;
> 1 ° how to setup a fixed IP address ?
> 2° how to indicate the IP address of the gateway, which I use to go on
> internet

Note that this question is in no way specific to sparc. As such it is 
really off-topic for this mailing list. Please use a general user mailing 
list instead next time (or even better, read some basic documentation 
first)!

The short answer: 'man interfaces'

As a slightly longer answer, this example config:
$ cat /etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 10.19.66.10
netmask 255.255.255.0
network 10.19.66.0
broadcast 10.19.66.255
gatway 10.19.66.1

Cheers,
FJP


pgpN46zfacJ0l.pgp
Description: PGP signature


Re: [sun]debian : setup

2007-06-12 Thread Martin
On Tue, 2007-06-12 at 22:17 +0200, Eric Rapilly wrote:
> Hi there; For my Debian on sun, I need some informations, because I'm 
> not familiar with debian;
You might find that a general purpose Debian mailing list or guide is of
more use for this kind of question.  Debian is remarkably uniform across
architectures, so what works on x86 will likely work on SPARC (with the
obvious exceptions).

> 1 ° how to setup a fixed IP address ?
> 2° how to indicate the IP address of the gateway, which I use to go on 
> internet
See interfaces(5), the man page for /etc/network/interfaces.  Or use
$YOURFAVOURITENETWORKGUI.

Cheers,
 - Martin






[sun]debian : setup

2007-06-12 Thread Eric Rapilly
Hi there; For my Debian on sun, I need some informations, because I'm 
not familiar with debian;

1 ° how to setup a fixed IP address ?
2° how to indicate the IP address of the gateway, which I use to go on 
internet

that's all for today, ladies and gentelmen; thanks !!!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]