Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Microsoft Operating Systems Software Windows

Ballmer on Windows Server 2003, Linux 1282

no_demons writes "Microsoft's CEO, Steve Ballmer, has given an interview to CNet about Windows Server 2003 and Linux. He claims that 'our customers have seen a lot more innovation from us than they have seen from that [open-source] community'. Discuss." Also in the news: two critical security vulnerabilities (MS03-014, MS03-015), and this piece about Windows 2003 mentioning that Microsoft is trying to develop a command-line only server.
This discussion has been archived. No new comments can be posted.

Ballmer on Windows Server 2003, Linux

Comments Filter:
  • Re:Unlikely (Score:5, Informative)

    by binaryDigit ( 557647 ) on Friday April 25, 2003 @01:07PM (#5809313)
    On the other hand, they've already done it (sort of), look at the .NET CLI

    Uhh, in .NET, CLI stands for "Common Language Infrastructure", NOT "command line interface". Two totally unrelated concepts.
  • by NZheretic ( 23872 ) on Friday April 25, 2003 @01:09PM (#5809347) Homepage Journal
    The endemic failure of Microsoft toward the security of it's own products, services and customers is reason enough to bring the use of Windows2003 server in mission-critical tasks into question.

    For example, Microsoft was notified of the issues, concerning only Microsoft implementation of its JVM, on September 2nd 2002 and after SEVEN MONTHS on April 9th 2003, Microsoft have issued an update to fix the problem.

    Such a delay with such a serious vulnerability is so abysmal that it borders on the absurd.

    Quality and security are measures which only mean something when compared relatively to another.

    There is no absolutely secure, therefore you must expect, that once a vulnerability is made known to the vendor, the vendor should do their utmost to close the Window of Exposure ( http://www.counterpane.com/window.html [counterpane.com] ) as soon as possible.

    For example, with the lastest SAMBA vulnerability, once notified, the SAMBA developer owned up to the mistake and the SAMBA project released a patch within 48 hours. Within aother 24hrs, redhat had already backported the patch into their distributions RPMs. Similarly any major security issues in Mozilla and Netscape browser are also fixed and updateable within a couple of days

    Meanwhile, there are currently 13 KNOWN unpatched vulnerabilities in Microsoft's Internet Explorer ( http://www.pivx.com/larholm/unpatched/ [pivx.com] ).
    Some DANGEROUSLY EXPLOITABLE had not been fixed in over a year ( http://security.greymagic.com/adv/gm002-ie/ [greymagic.com] ). That Microsoft has not rewritten the scripting system embedded with IE so that it is sandboxed by default is bad enough, but to have such major unpatched vulnerabilities exposed for months is abysmal.

    Other inherent vulnerabilities, such as the Shatter attack ( http://security.tombom.co.uk/moreshatter.html [tombom.co.uk] ), Microsoft has known about since 1994!

    Even if the API/call flaw is inherently unfixable, that is plenty of time for Microsoft to implement a safer methord/systemcall/API, adapt it's own applications to use the safer methord and depreciate the unsafe API.

    It also appears that Microsoft 's own implementation of SMB is vulnerable and Microsoft has known about it for over eight years ( http://developers.slashdot.org/comments.pl?sid=599 60&cid=5681769 [slashdot.org] ), but Microsoft either choose not to, or cannot fix the problem themselves.

    Microsoft is clearly not closing the vulnerabilities they are aware that exist in their products and services.

    A year after after Bill Gate's Email promoting securtiy over functionality, Microsoft by choice, remains neither secure or trustworthy.

    Microsoft's attitude towards the security of it's products, service and customers is abysmal.

    From Jason Coombs' A response to Bruce Schneier on MS patch management and Sapphire ( http://www.securityfocus.com/archive/1/315158 [securityfocus.com] )

    Microsoft Baseline Security Analyzer (MBSA) and Microsoft's version of HFNetChk both failed to detect the presence of the well-known vulnerability in SQL Server exploited by Sapphire, which is one of the reasons so many admins (both inside and outside MS) had failed to install the necessary hotfix. MBSA and HFNetChk are Microsoft's official patch status verification tools meant to be used by all owners of Windows server boxes ...

    ...In addition to designing MBSA to avoid scanning for SQL Server vulnerabilities, failing to update mssecure.xml reliably and in a timely manner, deprecating HFNetChk by pushing the MBSA GUI as its preferred replacement, and hiding the details of the technical limitation

  • Re:No wonder (Score:3, Informative)

    by IamTheRealMike ( 537420 ) on Friday April 25, 2003 @01:22PM (#5809500)
    Open source development, on the other hand, is more like pure capitalism which, in it's own right, doesn't work so well either.

    I'm not sure how you reached that conclusion. Capitalism is based on the scarcity of resources, or to be accurate, scarcity of currency. It's not typified by competition, that is an aspect of many economic systems which bear no resemblance to capitalism.

    If anything open source is an example of a hybrid capitalist/gift economy.

  • by melonman ( 608440 ) on Friday April 25, 2003 @01:23PM (#5809524) Journal

    I've been various non-MS OSs for 20 years, and running a Linux-only cybercafe for 18 months. I installed my first Windows server last week. W2K Server (yeah yeah, I know, it took me 6 months to get round to installing it...).

    I haven't seen anything radically innovative yet, but then I'm not sure that there is much radically innovative about Linux either. But I have had a few surprises:

    • On balance, installing W2K server is about as easy as installing Linux. It's certainly easier than installing Redhat 9 in France, as Redhat refuses to use my French keyboard (is this the action Colin Powell was threatening the other day?)
    • Terminal Server is very slick. The interface feels like Redhat, only finished. I can get from one of my ltsp terminals into a Windows session in one mouse click. Unlike X, W2K doesn't lose the customers' data if the terminal connection goes down, and it works quite happily over a phone line. The only thing I don't like is 8-bit displays, but apparently Server 2003 has fixed that.
    • On the other hand, I am surprised to find that IE seems to fall over on about as many sites as Mozilla (though not the same ones)

    Doing everything with the mouse is driving me mad, but I expect I could get used to it. I don't see me ditching Linux as a result of the experiment, but some sites, especially chat ones, run ten times faster than with Linux on equivalent hardware, and don't keep hanging.

    All of which is to say that I have now met with the enemy, and it doesn't seem quite as bad as the anti-MS propaganda suggests, and even has a few endearing features...

  • by rcw-work ( 30090 ) on Friday April 25, 2003 @01:24PM (#5809525)
    From the article:

    We'll be able to patch probably two thirds of the components without shutting the system down. That's an area where the Unix guys are ahead of us, because of the way they do redirection -- they can patch a file and then change the symbolic link. That's an area where we've got a problem, and we'll fix it in the near future when possible.

    You can patch a file in use on UNIX without shutting down because you can delete an open file and the applications will still be able to map/read/write to that inode, which will magically disappear when the last application closes it.

    Example:

    • Application starts using libc.so.
    • Admin runs mv libc.so-new libc.so.
    • Application continues to use the old libc.so, which now has no filename.
    • Application exits.
    • Kernel marks the inode that the old libc.so was using as free.

    Symlinks are cool, and it would have been nice if Microsoft implemented Shortcuts at the file system level, but they aren't what save us from rebooting.

  • Re:Innovation (Score:5, Informative)

    by richieb ( 3277 ) <richieb@gmai l . com> on Friday April 25, 2003 @01:29PM (#5809569) Homepage Journal
    Come on. I run Linux exclusively, but at a high level, GNU/Linux doesn't really innovate. They didn't invent any of the technologies in use today, they just made them better and faster (and more stable). But in terms of pure originality, really what has open source offered?

    Besides the new way to develop software (i.e. the Bazaar idea), here are couple of products that were first developed as open source projects:

    email

    web server

    web browser

  • by Svartalf ( 2997 ) on Friday April 25, 2003 @01:33PM (#5809613) Homepage
    Because I see two different media servers available for Linux- one costs money out the wazoo, the other costs nothing.

    Darwin Streaming Server [apple.com] which supports QuickTime, MPEG4, and MP3 streaming.
    RealNetworks Server [realnetworks.com] which has supported Linux for some time, supports all Real media formats, MPEG4, etc.

    In the case of the RealNetworks server, they have a free version that's crippled to 1Mbit bandwidth.

    Now, it depends on when you tried this. If it was within the past few years, Darwin's streaming server has been available during that time. If it was before that, I can't understand as RealNetworks HAD a streaming server. Oh, I've figured it out, you wanted something that was "free". Sorry, the only free, uncrippled stuff as in "free beer" stuff has only shown up on the scene fairly recently.

    If you did this in fairly recent times, all I can say is that you didn't try very hard. If you did this a while back, I will say that you pay for bandwidth capacity (and proportionately the same) in the case of RealNetworks' server and Microsoft's- and that there's really only players for Microsoft's on Windows. If you use the MS streaming server, forget supporting MacOS and Linux machines.
  • by binaryDigit ( 557647 ) on Friday April 25, 2003 @01:38PM (#5809678)
    That's 10 years old, except, wait! The internals of Windows NT are based on VMS

    NT is NOT "based" on VMS. David Cutler lead the design of both and they are sure to share similarities because of it, but one is not BASED on the other and to say that NT is some "clone" of VMS is flat wrong.

    BTW--Linux is not a clone of the original 20 year-old OS. It's a MODERN Unix clone. It's based on POSIX standards which is actually quite a bit newer.

    But to choose to stop your own logic with this one. POSIX is based on trying to unite SystemV with BSD! Not only that but POSIX itself was started up around 1985, still almost 20 years ago.
  • Re:innovation. (Score:3, Informative)

    by Cutriss ( 262920 ) on Friday April 25, 2003 @01:38PM (#5809685) Homepage
    Moron...SCO has no trademark right to UNIX. SCO owns IP rights to some parts of the former UNIX subsystem. Before that IP got sold to Novell, the prior corporation donated the UNIX trademark.
  • by Anonymous Coward on Friday April 25, 2003 @01:41PM (#5809723)
    I just built my first Samba server, on an old Compaq Proliant 5000R server, dual PentiumPro 200 MHz CPUs, 512MB memory, old narrow scsi RAID array with 7200rpm drives, and Intel 1000BaseSX gigabit ethernet nic, running SuSE 8.1 Linux with XFS filesystems. I also have a dual XEON 1.0 GHz Proliant ML530 with 2GB memory, ultra160 raid array with 15K rpm drives and same Intel 1000BaseSX gigabit nic plugged into the same Cisco Catalyst switch, running NT4 as our company's main fileserver.

    I measured filesharing performance by copying a 500MB iso image file from a Window 2000 workstation both to and from each server and got a little over five minutes for the newer, faster NT4 machine, and about 2 minutes, 35 seconds for the older machine running Linux+Samba.
  • Classic Mac OS also had a CLI available that ran on top of their GUI, actually. It came with MPW, or the Macintosh Programmer's Workshop, and is still available from the Apple Developer's area [apple.com]. My understanding is that Amiga also had a CLI on top of its GUI.
  • by tjwhaynes ( 114792 ) on Friday April 25, 2003 @01:53PM (#5809868)

    Dude - I'm applying at least a patch a day on average on our linux boxes at work. That argument is idiotic in the software world. Software is meant to be patched (just one glaring example: Apache - name from a-patch-e). Give me a week when there is not a patch for some security vulnerability/stability enhancement in open source and I'll go kick Ballmer's ass for you.

    Are you patching public servers at this rate? Seriously, sorting through the various advisories from Redhat for this year gives me 14 patches that you might have considered patching a public server that ran a linux 2.4 kernel, MySQL, PostgreSQL, PHP, kerberos, Samba and OpenSSL. That's hardly one a day. Given that you'd be unlikely to require all of those on ONE server, the chances are that you'd have had maybe 8 patches in the last 4 months.

    Note also that's it often impossible to compare a single vulnerability seen in, say, PostgreSQL, which results immediately in a new PostgreSQL release with a new patch for SQL Server 2000 where the number of security related fixes can't be counted.

    Cheers,

    Toby Haynes

  • by ExoticMandibles ( 582264 ) on Friday April 25, 2003 @02:02PM (#5809978)
    In case you were trying for a complete list, here are the ones you forgot:

    Windows/386
    Windows 3.0

    Windows NT 3.1
    Windows NT 3.5
    Windows NT 3.51

    Windows 95 OSR2
    Windows 98 SE

    Also, what you list as "Windows 3.1 for Workgroups" was officially titled "Windows for Workgroups", but internally it was actually Windows 3.11. And Windows NT 4 didn't come out until 1996, after Windows 95. And "Windows 1" was just called "Windows" at the time.

    Finally, ME is an acronym for "Millenium Edition", and XP is a contraction of Experience.
  • Re:No wonder (Score:5, Informative)

    by Mr.Intel ( 165870 ) <mrintel173&yahoo,com> on Friday April 25, 2003 @02:44PM (#5810379) Homepage Journal
    Communism REQUIRES a transitional facist period where a central state stricly *controls everything* This is to re-educate the working class and to ensure there will not be any corruption.

    Wrong. Cummunism is the result of a cycle beginning with Fuedalism. Then capitalism, socialism and finally communism. At least that is what Marx and Engel wrote in their manifesto. Capitalism is the state of economic affairs where there is two classes (proletariat and bourgeoisie) and the people are detached from the government. Socialism combines the two classes but leaves the government seperated from the people. Ideally, communism would have the state dissapear completely because the people would not need any centralized control (they are obviously happy according to Marx).

    For the record, Fascism is when the state controls the means of distribution, socialism is where the state controls the means of production.

    In this case Microsoft, the convicted monopolist, is closer to the central state than the any of the GPL hordes. [conspiracy] I even think that the GPL will ensure that, once Microsoft does control everything, the transition from central control to responsible individual control will be forced to occur where it failed in the past. [/conspiracy] Still, this is more anarchism or libertarian than communist as history defines it.

    Microsoft is the epitome of capitalism turning into socialism. As Microsoft completes its domination of the software market, it will control the means of production. Since the people have no purchasing choice, they are controlled. Open Source is, as the parent poster points out, close to ideal communism. Communism as a model is too flawed for practical use because it is the nature of man to be selfish. Hobbes and Machiavelli trumps Marx and Sir Thomas More every time.

    Also, motivation [to] do what you want vs. money earned to do what you hate is far more of an incentive for most.

    Motivation is important, but motivation to survive is supreme. I would rather code for Microsoft and feed my kids than code for free and enjoy it!

  • Re:It's partly true (Score:4, Informative)

    by afantee ( 562443 ) on Friday April 25, 2003 @02:45PM (#5810387)
    >> While Microsoft certainly followed Apple into the era of the GUI, they've made notable improvements to the GUI. There are others, of course; only the most rabid anti-MS zealot could claim that they've *never* done *anything* innovative.

    What improvements? You mean the Start menu used to Shut down Windows, or the ever annoying Office Clippy whose final removal from Office XP became a feature celebrated with a Flash movie http://www.microsoft.com/Office/clippy/ by its creator, or the beloved Registry.

    Microsoft is 60 times bigger than Apple with over $40 billions in the bank, but produces virtually zero innovation. Even more amazingly, a hardware company like Apple actually has a bigger and better software portofolio than MS.
  • by stinky wizzleteats ( 552063 ) on Friday April 25, 2003 @02:56PM (#5810487) Homepage Journal

    It gets better.

    According to this [microsoft.com], Windows traces back to 1983. What year is it, again?

  • by Q-Cat5 ( 664698 ) on Friday April 25, 2003 @02:58PM (#5810507)
    Okay, maybe I'm just missing the big pic here, but what exactly has MS innovated again? (Apart from massively restricitive licensing, anti-competitive "bundling", etc.) From what I can see:

    MS has a GUI. Apple and Xerox did it first.
    MS has multi-tasking. OS/2 had it before MS did, and many OS's did/do it better even after MS finally got around to it.
    MS has Word. WordPerfect, among others, did it first.
    MS has Excel. Anyone heard of Lotus 1-2-3? Or VisiCalc?
    MS has IE. Netscape, Mosaic, et al. all came first.
    MS has Outlook, and I know for a fact I got e-mail on various clients long before Outlook was a glint in the e-postman's eye.
    MS has "Age of Empire". Microprose already did Civilization.
    MS has X-Box. Sony and Nintendo already had products in this area.
    MS Money is a Quicken clone.
    Visio was already Visio before MS purchased them.
    MS NetMeeting was innovated by another company (Databeam) and purchased by MS.
    MSN Instant Messenger comes from IRC by way of AIM and ICQ.
    For that matter, MSN is basicaly a value-added ISP, essentially AOL with butterflies.
    Windows NT was really IBM's OS/2 technology for the most part.
    DOS was purchased, and was, in any case, basically CP/M.
    Windows post 95(b) provides Internet Access via TCP/IP, but they were probably the last player to enter that game.
    Media Player is basically just RealPlayer.

    Someone please enlighten me . . . apart from legal and marketting ploys, what has MS actually innovated? What technology did they come up with themselves? (As opposed to either buying someone else's tech and rebranding it, or cloning someone else's idea.) So far, only ones I see as possibles are MS Project and MS PowerPoint, but I have a feeling that these are purchased technology also. (I seem to recall reading as much, but can't find the reference at the moment.)

    Any MS apologists care to give us a list of MS innovations?
  • by ChannelX ( 89676 ) on Friday April 25, 2003 @03:29PM (#5810774) Homepage
    NT is NOT "based" on VMS. David Cutler lead the design of both and they are sure to share similarities because of it, but one is not BASED on the other and to say that NT is some "clone" of VMS is flat wrong.

    Mark Russinovich's article [winntmag.com] doesn't seem to agree with you. According to that article they are *very* close. No...not clones but they apparently share a lot of similarities.

  • by EnVisiCrypt ( 178985 ) <[groovetheorist] [at] [hotmail.com]> on Friday April 25, 2003 @03:38PM (#5810873)
    Oh, so the "The Communist Manifesto" [anu.edu.au] that is sitting on my shelf wasn't written by Marx and Engels. Thanks for clearing that up.

    Lenin and Stalin were Marxists. Marx was a communist.
  • Re:Uptime (Score:3, Informative)

    by kiwimate ( 458274 ) on Friday April 25, 2003 @04:35PM (#5811360) Journal
    You can enter the following command at a prompt:

    NET STATISTICS SERVER | MORE

    The first line or two tells you when the server service was started. (Technically, you can also use WORKSTATION.)
  • by 1010011010 ( 53039 ) on Friday April 25, 2003 @04:36PM (#5811366) Homepage
    It's a good point, too. At a previous company, we were looking at using some Veritas storage products. We had to go around and around for about a month with testing, talking to various people at the company, reporting errors and things that contradicted the sales hype, etc. before someone at Veritas actually talked to the developers of the software, who said flatly, "it won't do that, it's not designed to do that, and it will probably never do that" -- "that" being the thing that the sales people told us it would do and the thing that made us want to buy the product. Contrast that with the various open-source produces we were also using, where the answer was usually discovered the same day, and our inquiries sometimes resulted in new features being added the the product in question. We also had the ability to test the software in our enviroment, in the way we chose, without getting any interference from the Vendor. This was invaluable for interoperability and other testing.

  • by mjh ( 57755 ) <(moc.nalcnroh) (ta) (kram)> on Friday April 25, 2003 @05:13PM (#5811742) Homepage Journal
    Ummm... no. VB is a ripoff of NeXT's Interface Builder. Which NeXT came out with around 1990.
  • by Anonymous Coward on Friday April 25, 2003 @05:31PM (#5811861)

    "DOS was purchased, and was, in any case, basically CP/M."

    Another one of your clumsy statements. Yes it was purchased, but it was not basically CP/M.


    Ummm, DOS replicated many of the CP/M bios calls to extent where int 21 was almost the same as listed on the CP/M bios.
  • by Ben Hutchings ( 4651 ) on Friday April 25, 2003 @07:39PM (#5812678) Homepage
    Early versions of Visual Basic were similar to CanDo (see a comparison [hiwaay.net]). CanDo was released on the Amiga in December 1989 [google.com]. Visual Basic was released in May 1991.
  • by jlanthripp ( 244362 ) on Saturday April 26, 2003 @05:06AM (#5814068) Journal
    Context Sensitive Menus (that's the right button on your little mousey thingy)

    MIT did this with X in the mid 1980's IIRC - and they used all *three* mouse buttons! :-)

    DHCP, yes they came up with this

    Ralph Droms (Bucknell University) and Ted Lemon (Internet Software Consortium) invented DHCP.

    Task Bar

    fvwm had this option 2 years before Windows 95 was unleashed, again IIRC (Remember fvwm95? That was fvwm configured to look like Windows 95 - a singularly bad idea, but it shows that this capability was there, ready and waiting, when Win95 was released - some misguided individual just wrote some configuration files and voila - your X desktop looks like the Beast from Redmond)

    The "Show Desktop" button

    Not exactly an earth-shattering invention, and anyone can (and probably did, long before MS thought of it) bind a button in (insert your favorite WM here) to a 6-line script that does the same thing, but I'll give them that one...

  • by demon ( 1039 ) on Saturday April 26, 2003 @08:27PM (#5816897)
    Actually, Microsoft bought VB (it was originally a product called Ruby - no, different Ruby). As with pretty much all of Microsoft's other products, it was bought from someone else, stamped with Microsoft's name, and released as their own creation. About the only product that was of their own invention completely was MS Bob - and we all know how that turned out, don't we...

"It's a dog-eat-dog world out there, and I'm wearing Milkbone underware." -- Norm, from _Cheers_

Working...