Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Paul Smedley

Pages: 1 ... 4 5 [6] 7 8 ... 22
76
Applications / Re: Dynamic DNS update
« on: 2011.05.24, 23:01:41 »
I have a server, running on eCS connected to the domain name elfonnet.nu. I can see there is quite a lot of dns-updaters, but all seems linked to e.g. Dyndns.com, noIP etc. Does that mean I have to have one of the free domain names from those providers to make these updaters work or is there some way to update my own domain? My ISP recommend several programs for Windows connecting directly to them (eg dnser) as there is an editable config file to direct the program where you want. Do someone know of similar programs for eCS-OS2?

iirc dyndns.org allows you to update the IP for your domain via a client - I used to do this when I was on a static IP - it was either dnsmadeeasy or dyndns I forget now...

Of course, some routers have a built in client to do the updates for you...

77
Hardware / Re: Intel H67 Motherboard - Here we go again
« on: 2011.05.13, 15:34:32 »
  I just do not want to migrate to Linux. :P

Ahh linux isn't that bad :)

78
Hardware / Re: Benchmarks on real vs virtualised hardware
« on: 2011.05.09, 11:56:18 »
Hi Andreas,

updated benchmarks with a test version of the eCS AHCI driver

(C)  Intel Core i7-2600 running eCS 2.0GA natively with test eCS AHCI driver, BIOS set to AHCI mode

Do you have tried that also with

   BASEDEV=OS2AHCI.ADD /n

to activate Native Command Queuing?

No - this is on the todo list but things have been busy here recently....

79
Article Discussions / Re: eCS 2.1 this Saturday?
« on: 2011.05.09, 00:29:42 »
Well, I think the saturday is over en europe. I just hope they release it soon. I want to test it on some machines I got here.

Me too. Just installed eCS 2.0 on a new machine with Phenom II X6. Installed pretty well onto an SSD. However, no SATA3, but only SATA2. And I did not get the NIC to work (although it recognized the right one for the GenMac driver). No SMP either, at this time (PM hangs at WPS start - using SNAP on a X850PCI-E).

Very interested to see if version 2.1 installs any better.

Snap is likely the problem with SMP mode.... Try Panorama....

80
Hardware / Re: Benchmarks on real vs virtualised hardware
« on: 2011.05.07, 02:03:41 »
updated benchmarks with a test version of the eCS AHCI driver

To help in formatting:
System descriptions are:
(A)  Intel Core2Quad Q9400 running eCS 2.0 GA Natively
(B)  Intel Core i7-2600 running eCS 2.0GA natively in SATA generic mode, BIOS set to SATA legacy mode
(C)  Intel Core i7-2600 running eCS 2.0GA natively with test eCS AHCI driver, BIOS set to AHCI mode
(D)  Intel Core i7-2600 running Ubuntu 10.10, with eCS 2.0GA running under Virtualbox 4.04

                                   (A)               (B)             (C)                (D)
Bind 9.8.0                     3:17            4:04            2:54              1:47
Quassel 0.7.2                15:51          15:00           12:36             8:45
Ghostscript 9.02             5:42            5:18             4:04             3:13
MySQL 5.1.56               28:55            22:22           19:31            12:16

All times in minutes

81
Hardware / Re: Benchmarks on real vs virtualised hardware
« on: 2011.04.18, 11:58:44 »
Well FWIW - I'm now running Ubuntu on my new hardware.

eCS on the new hardware is currently unusable pending:
- either a fixed danis506 to recognise the SATA controller or an AHCI driver for eCS
- a way to set system MTRRs
- a working Panorama for 1920x1080

The above are the 3x killers, but a stable Firefox would also help.  For whatever reason, it's very crash prone here.

The switch to the new hardware was 'expedited' when we returned from a weekend away and my wife was editing photos on the 'old' hardware, and after a few beeps from danis506 (drive errors) the system hung and couldn't be rebooted as the drive refused to be recognised.

Fortunately I was able to mount the drive in a USB enclosure and get all the important data off - including (most importantly) the /dev directory which contains all my source code.  Including object files and built executables, this was over 2 million files and 26gb.  A safe copy of this is now on a second drive, and is in the process of being copied to my NAS, where it can be seen via Samba from virtualised eCS.

Old source is always useful to create diffs when porting new versions :)

Cheers,

Paul

82
Hardware / Re: Benchmarks on real vs virtualised hardware
« on: 2011.04.14, 08:31:47 »
Hiya Robert,

Quote from: RobertM link=topic=3131.msg19273#msg19273 date=1Hiya Robert,302762130
There's a little more to it than that, which will also explain your results.

Virtualizing software such as VirtualBox, VirtualPC, etc; will virtualize a device as a certain device. This gains certain limitations as well as certain advantages.
- The limitations are based on the capabilities of the virtual hardware - for instance, if the virtual video card/driver only supports certain color depths.

The advantages can be many. IF the host OS has full support for the features of the hardware, then assuming the guest OS has proper/full support for the virtualized hardware, it can and will utilize them.

As a for instance, let's say eCS or Warp does not support your video card in anything but VESA mode, or does not support your SATA hard drive in anything but IDE mode, then you will run into big performance penalties running eCS on the bare metal. BUT, if the host OS DOES support them fully, eCS/Warp virtualized, will take advantage of them as well (again, assuming eCS/Warp has full support for the virtualized hardware it's presented).

This scenario creates a situation where eCS/Warp is faster in a virtual machine than on bare metal. I suspect you are running into the same scenario. In theory, installing (assuming they existed) drivers that fully support the hardware on a bare metal eCS/Warp install will reverse that advantage.

This is something people running Windows 7 x64 on numerous Asus AMD based machines (and other AMD based machines) are finding, as they are realizing that support for things like ACHI are broken or horrendous (and forced to run their disk subsystem in IDE mode). BIG performance increase running W7x64 in a virtual machine on an OS that actually properly supports the mobo/chipsets (for disk intensive things).

On bare hardware eCS/Warp (when non-generic video card drivers are not available), for anything that's VIO intensive, the penalty increases dramatically. VIO writes are painfully slow and will hold up everything. The same is true for GUI writes depending on the app (I've got quite a few that, even though it's well supported, hate the S3 video card in one of our servers - not because of the support, but because the card is simply ancient and painfully slow - then there's Lotus Domino GoWebserver, which "bulk writes" log output to it's GUI window at amazingly fast speeds on even the slowest of hardware - but many apps are not designed in that fashion, and do line by line writes for such tasks).

The 64bit part of the equation doesn't seem to play too much of a role - except for running 64bit intensive apps.

I'm with you on the support SATA/video controllers impacting performance.... to a point.

My Current system, that I included in the benchmark results does have fully supported SATA and video controllers.

To minimise the impact of the unsupported video on the new system running native eCS, I minimised the compiler window, to try and eliminate the impact of the slow video speed.  I _only_ did this for the native eCS tests on the i7-2600, and not for the other two configurations.

Cheers,

Paul

83
Hardware / Re: Benchmarks on real vs virtualised hardware
« on: 2011.04.14, 06:53:08 »
Hiya Herwig,
where do the various temporary path statements point to during compile i.e. to what kind of drive?

On the tests with real or virtual hardware?  In both cases they are on a local drive. ie not a ram drive or anything.  For the native tests, the drive is a 3.5" Sata drive.

Cheers,

Paul

84
Hardware / Re: Benchmarks on real vs virtualised hardware
« on: 2011.04.14, 00:14:33 »
Hi Andreas,

Virtual Hardware behaves similar to real hardware, so to improve processing and i/o you could use SCSI in favour of IDE/ATAPI for the emulated host bus adapter. VirtualBox supports emulated LSI Logic and BusLogic SCSI  adapters. By using VMDK you could even connect to physical disks or partitions.

I just read through http://www.virtualbox.org/manual/ch03.html#id397624 - there are a bunch of things that may further help performance here - including SMP support.

Will do some more benchmarks as time permits :)

85
Hardware / Re: Benchmarks on real vs virtualised hardware
« on: 2011.04.13, 23:44:18 »
Hi there!


So far, I've done no tuning.  It's basically a stock Virtualbox setup except I changed the NIC to an Intel gigabit adapter, and set the RAM for the virtual OS to about a gig.

I'd be interested in any tips to further improve performance!

Hi,

I've got a few theories on this, but it would require additional testing.

First, from what I understand, modern 64 bit CPU's operate more efficiently when running a 64 bit OS then when run in 32 bit mode.  The fact that you're running the 64 bit build of Ubuntu and then eCS (which we know is 32 bit) virtualized, I'm wondering if some of the extra efficiencies that you get by having the CPU in native 64 bit mode is making a difference.  To test this, it would be interesting to run the same test but using the 32 bit version of Ubuntu.

The second thing I'm wondering - is Virtualbox set up to emulate a single CPU, or SMP?  Also, is the OS/2 build of GCC set up to take advantage of SMP, or does it only use 1 core when compiling?  I seem to recall way back when (in the OS/2 2.1 SMP days) that some apps that were only coded to use a single core actually saw minor performance drops (usually less then 5%) when used on the SMP kernel with multiple processors.  Of course this wouldn't account for the over 50% difference that you're seeing.  Just thinking of theories...

The OS/2  build of GCC uses threads, and multiple cores are definitely used (according to cpu meter in xcentre). GCC isn't highly threaded, so running multiple make jobs can help improve performance on SMP systems.  For interest, I may re-run some of the benchmarks with make -j3 to see if that can help eCS native catch up to virtualised eCS :)

I'm not in a hurry to install a 32-bit Ubuntu - a lot of work :)

86
Hardware / Re: Benchmarks on real vs virtualised hardware
« on: 2011.04.13, 23:38:12 »
Hi Andreas,

Virtual Hardware behaves similar to real hardware, so to improve processing and i/o you could use SCSI in favour of IDE/ATAPI for the emulated host bus adapter. VirtualBox supports emulated LSI Logic and BusLogic SCSI  adapters. By using VMDK you could even connect to physical disks or partitions.

Sounds interesting, will have to do some trials with this when I get some free time.

One thing I'm wondering if it's possible or not...

I'd like to somehow image my existing build drive and make it available to virtualbox.

I've got all the compiler tools in virtualbox already, but I'd like to move all my source code over, and xcopy ain't going to cut it :)

87
Hardware / Re: Benchmarks on real vs virtualised hardware
« on: 2011.04.13, 09:33:40 »
Hiya Sigurd!

With the benchmark I just wanted to see if I just "think or believe" that Merlin on SSD is that fast or if it is really so. It was not intended to be a shootout  ;) I will leave it as it is for now.

Thanks for the BIOS information, I may replace the X200T with the new X220T with an i7-2620 Sandy Bridge later this year, and I already asked for this in Thinkpad Forums - did not get an answer though because those versions are still not being delivered - even though Merlin does run form AHCI it seems to run more reliable in Compatibility Mode, so this is good to know that there is at least the possibility to switch. Have to wait if this is implemented in the Lenovo Bios though.

It would be interesting if you could compare compilation speed on the X200T with SSD and with a normal hard drive.  _I'd_ be interested in that :)

88
Hardware / Re: Benchmarks on real vs virtualised hardware
« on: 2011.04.13, 08:55:15 »
Hiya Rudi,

**Intel i7-2600 Virtual represents eCS 2.0 running under Virtualbox 4.0.4 under a 64-bit build of Ubuntu 10.10

As can be seem, the Intel i7-2600 Virtualised is nearly twice as fast as either of the native systems.

At the company I have a Gigabyte GA-X58-USB3 (Core i7-950, 8GB RAM) running Windows7-x64. I noticed that compiling Qt in a "VirtualBoxed" eCS is pretty quick. However, since I never bothered to install any incarnation of OS/2 natively on that machine, I don't know how it would compare.


Based on my results, sadly, it's most likely the "Virtualboxed" eCS would provide better results than native eCS.

89
Hardware / Re: Benchmarks on real vs virtualised hardware
« on: 2011.04.13, 08:53:42 »
Hiya Sigurd,

And as I am interested in to compare something from my X200T with Merlin from SSD with your machine but do not know how to compile something: Is there a benchmark suite or program I could use to compare some results with you? That would be really interesting for me!

And - if allowed - another question: Does the BIOS of your PC does still support a "compatible mode" for SATA?

I used the compilation as it was the most meaningful benchmark to me - as it's my primary use of eCS :)

If you were that keen to compare, I could send you a link to my build environment, and to some sample code in order to run the same test.  I'm not sure though what relevance the results would have though.  I was trying to emphasise the lack of improvement in compilation with native eCS, and the enormous improvement by using modern, virtualised hardware.  Really, I think the results and timings are relevant only to the examples I've posted.

Now if I were to do the same benchmarks with native eCS and an SSD - that may show something meaningful in terms of the impact SSD has compared with a standard hard drive.

Cheers,

Paul

Yes my BIOS supports a compatible mode for SATA - this is how I currently have the BIOS set so that I can still boot eCS as well as Ubuntu.

90
Hardware / Re: Benchmarks on real vs virtualised hardware
« on: 2011.04.13, 03:05:54 »
Hi Andreas,

I'm curious about the configuration of your virtual machine for virtual box.
With some tuning some better results may be possible.

So far, I've done no tuning.  It's basically a stock Virtualbox setup except I changed the NIC to an Intel gigabit adapter, and set the RAM for the virtual OS to about a gig.

I'd be interested in any tips to further improve performance!

Cheers,

Paul

Pages: 1 ... 4 5 [6] 7 8 ... 22