Omega Owners Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to OOF

Pages: 1 [2]  All   Go Down

Author Topic: bloody microsoft autoupdate  (Read 1397 times)

0 Members and 1 Guest are viewing this topic.

Kevin Wood

  • Global Moderator
  • *****
  • Offline Offline
  • Gender: Male
  • Alton, Hampshire
  • Posts: 36427
    • Jaguar XE 25t, Westfield
    • View Profile
Re: bloody microsoft autoupdate
« Reply #15 on: 31 March 2010, 12:57:06 »

Quote
I guess I am (un)lucky enough to have to deal with multiple OSes - Windows, various Linux and proper Unix - on a daily basis, so can generally pick out the most suitable for a given task/use.  OOF runs on Linux, as it fits Linux's niche very well (low cost internet services).  However, it also highlights the fundamental flaws in the Linux kernel (in this case made worse due to the architecture of the forum software we use).  OOF could run on virtually any OS, but think Linux/Unix will always be the most suitable for it in its current form.

This is the key, IMHO. :y Having cut my teeth on embedded systems I know only too well that if your kernel doesn't fit the requirements of your application the whole system will be an inefficient kludge. Furthermore, if your hardware platform is fixed and doesn't allow you to throw RAM and MIPS at it until it works you are really up the creek without a paddle.

Doesn't really matter so much on a general purpose / desktop machine because you can throw resources at it until it works, the machine is not likely to be heavily loaded for more than a few seconds at a time and there is a wide range performance over which the machine is acceptable.

What surprises me is that it's so common to be using a general purpose operating system with a hugely complex kernel (I'd include all flavours of Windows / Linux / Unix here) in a single-purpose machine such as a web server. Surely a nice, simple RTOS that can implement a web server, PERL, PHP, a database client and a few other bits and pieces would make far more effective use of the machine's resources? It could specialise in processing 1500 byte blocks of RAM and chucking them at the network interfaces pretty much to the exclusion of anything else. Its simplicity would also make it more stable and more resilient to attack, surely?

Anyway, must stop waffling. :-[

Kevin
Logged
Tech2 services currently available. See TheBoy's price list: http://theboy.omegaowners.com/

TheBoy

  • Administrator
  • *****
  • Offline Offline
  • Gender: Male
  • Brackley, Northants
  • Posts: 107141
  • I Like Lockdown
    • Whatever Starts
    • View Profile
Re: bloody microsoft autoupdate
« Reply #16 on: 31 March 2010, 13:59:36 »

Quote
Quote
I guess I am (un)lucky enough to have to deal with multiple OSes - Windows, various Linux and proper Unix - on a daily basis, so can generally pick out the most suitable for a given task/use.  OOF runs on Linux, as it fits Linux's niche very well (low cost internet services).  However, it also highlights the fundamental flaws in the Linux kernel (in this case made worse due to the architecture of the forum software we use).  OOF could run on virtually any OS, but think Linux/Unix will always be the most suitable for it in its current form.

This is the key, IMHO. :y Having cut my teeth on embedded systems I know only too well that if your kernel doesn't fit the requirements of your application the whole system will be an inefficient kludge. Furthermore, if your hardware platform is fixed and doesn't allow you to throw RAM and MIPS at it until it works you are really up the creek without a paddle.

Doesn't really matter so much on a general purpose / desktop machine because you can throw resources at it until it works, the machine is not likely to be heavily loaded for more than a few seconds at a time and there is a wide range performance over which the machine is acceptable.

What surprises me is that it's so common to be using a general purpose operating system with a hugely complex kernel (I'd include all flavours of Windows / Linux / Unix here) in a single-purpose machine such as a web server. Surely a nice, simple RTOS that can implement a web server, PERL, PHP, a database client and a few other bits and pieces would make far more effective use of the machine's resources? It could specialise in processing 1500 byte blocks of RAM and chucking them at the network interfaces pretty much to the exclusion of anything else. Its simplicity would also make it more stable and more resilient to attack, surely?

Anyway, must stop waffling. :-[

Kevin
And most likely be lower power requirements :y, where can I get one ;D

Trouble is, most servers now are not physical, but virtual.  So that limits you to the OSes that the hypervisor can manage.  Yes, *IF* such a RTOS became popular enough, the hypervisor vendors would build it in eventually, but we're in a chicken and egg scenario first.  In the meantime though, low cost web hosts are going to throw httpd_lite or Apache onto an unsupported Linux variant on cheap, mostly unmanaged hardware.
Logged
Grumpy old man

Kevin Wood

  • Global Moderator
  • *****
  • Offline Offline
  • Gender: Male
  • Alton, Hampshire
  • Posts: 36427
    • Jaguar XE 25t, Westfield
    • View Profile
Re: bloody microsoft autoupdate
« Reply #17 on: 31 March 2010, 14:08:14 »

Quote
And most likely be lower power requirements :y, where can I get one ;D

Trouble is, most servers now are not physical, but virtual.  So that limits you to the OSes that the hypervisor can manage.  Yes, *IF* such a RTOS became popular enough, the hypervisor vendors would build it in eventually, but we're in a chicken and egg scenario first.  In the meantime though, low cost web hosts are going to throw httpd_lite or Apache onto an unsupported Linux variant on cheap, mostly unmanaged hardware.

Even better, because the management can be offloaded to a more user-friendly platform that can be in a separate VM that's not exposed to the internet.

To what extent does a Hypervisor have to support an OS, though, over and above emulating an empty PC? Network interfaces, I guess?

Kevin
Logged
Tech2 services currently available. See TheBoy's price list: http://theboy.omegaowners.com/

TheBoy

  • Administrator
  • *****
  • Offline Offline
  • Gender: Male
  • Brackley, Northants
  • Posts: 107141
  • I Like Lockdown
    • Whatever Starts
    • View Profile
Re: bloody microsoft autoupdate
« Reply #18 on: 31 March 2010, 14:21:04 »

Quote
To what extent does a Hypervisor have to support an OS, though, over and above emulating an empty PC? Network interfaces, I guess?
Its not quite an emulation of the hardware (in the true sense of an emulator), more a virtualisation of it, so the hypervisor has to be able to deal with how the virtual OS interacts with the hardware.  Hence, generally, you cannot run an unsupported OS on a hypervisor, because modern OSes don't really use BIOS calls.

Additionally, with virtualisation (as opposed to emulation), the virtual OS's code runs natively on the hypervisor, so has to be the right architecture - eg, you're wasting your time trying to run Windows on a T2000 Coolthreads based hypervisor.


So to answer your query, the hypervisor has to be tweaked to accept a new virtual OS
Logged
Grumpy old man

Jimbob

  • Global Moderator
  • *****
  • Offline Offline
  • Gender: Male
  • Chester / Flintshire
  • Posts: 24530
  • I like traffic lights, but only when they're green
    • E250 Est / Golf GTI
    • View Profile
Re: bloody microsoft autoupdate
« Reply #19 on: 31 March 2010, 16:02:27 »

HDD Diags fine

memory Diags fine.

once its booted its fine, but runs recovery every boot....

Kevin Wood

  • Global Moderator
  • *****
  • Offline Offline
  • Gender: Male
  • Alton, Hampshire
  • Posts: 36427
    • Jaguar XE 25t, Westfield
    • View Profile
Re: bloody microsoft autoupdate
« Reply #20 on: 31 March 2010, 16:17:14 »

Quote
HDD Diags fine

memory Diags fine.

once its booted its fine, but runs recovery every boot....


Tried re-writing the MBR?  :-/

Kevin
Logged
Tech2 services currently available. See TheBoy's price list: http://theboy.omegaowners.com/

Jimbob

  • Global Moderator
  • *****
  • Offline Offline
  • Gender: Male
  • Chester / Flintshire
  • Posts: 24530
  • I like traffic lights, but only when they're green
    • E250 Est / Golf GTI
    • View Profile
Re: bloody microsoft autoupdate
« Reply #21 on: 31 March 2010, 16:41:36 »

when booting the green 'progress' bar appears and goes round between 1 and 2 times....so dont think mbr would make any difference.

Gaffers

  • Omega Queen
  • *****
  • Offline Offline
  • Gender: Male
  • NE Hampshire/Surrey
  • Posts: 11322
    • Ford Ranger Wildtrak
    • View Profile
Re: bloody microsoft autoupdate
« Reply #22 on: 31 March 2010, 16:50:54 »

maybe like it could be a bad sector on the HDD and that the update was a coincidence?
Logged
Pages: 1 [2]  All   Go Up
 

Page created in 0.01 seconds with 14 queries.