Slashdot Mirror


Microsoft to Stop Releasing Services for Unix

lilrowdy18 writes "According to a recent article, Microsoft will stop releasing any new versions of Services for Unix. SFU 3.5 will continue to be supported until 2011 and will have extended support until 2014. From what the article hints at, Microsoft wants Unix interoperability integrated into the OS. Microsoft says that this integration couldn't be done with past architectures."

37 of 296 comments (clear)

  1. Microsoft's answer to UNIX by It+doesn't+come+easy · · Score: 5, Funny

    Embrace and extend! UNIX is doomed! Mwahahahahaha!

    --
    The NSA: The only part of the US government that actually listens.
    1. Re:Microsoft's answer to UNIX by dubious9 · · Score: 5, Insightful

      Just goes to show ya, the old koan is finally coming true.

      Given enough time and money, eventually Microsoft will re-invent Unix

      --
      Why, o why must the sky fall when I've learned to fly?
    2. Re:Microsoft's answer to UNIX by EvilSS · · Score: 3, Funny

      Nah. If Microsoft wanted to kill UNIX, all they need to do is release Visual Basic 6 for Unix.

      --
      I browse on +1 so AC's need not respond, I won't see it.
    3. Re:Microsoft's answer to UNIX by HuguesT · · Score: 3, Insightful

      Really?

      Let's just say that I admire how much resources it takes under NT to spawn one new process. In fact I'm positively astonished. A good thing? I think not.

      I'm also in awe of the way the NT kernel is virtualized and compartimentalized. Wait, it's not. You do know, don't you, that a Sun E15k with an arbitrary number of CPUs under Solaris can be split any which way (dynamically even) as virtual computers?

      Is it the TCP/IP stack that you admire? Hmm, where was that taken from again?

      The directory system then? Novell anyone?

      NUMA perhaps? no, NT doesn't have that.

      In fact what's so special about NT, with or without win32, that is so good? Is there a single piece that no one else has?

      1969 AT&T Unix V.1 has nothing to do with current versions of Solaris, BSD or even Linux other than that they are their common ancestor.

      According to K&R 1st edition, the complete V1 of Unix was about 10,000 lines of codes in C plus about 1000 in assembly, whereas Win2000 is reportedly 25 million LoC.

    4. Re:Microsoft's answer to UNIX by aztracker1 · · Score: 3, Insightful

      How about a fairly consistant graphics API that can be used for applications, and is backward compatible accross 95% of all computers in the market... you can't even rely on any *nix system to *HAVE* a gui api, let alone *WHICH* gui api is available on even 50% of *nix installs.

      This may seem like a troll, but having a consistant gui api structure, and can reliably have a base of software on *nix (linux or bsd) systems to build from that one can build applications that will run on >90% of linux/bsd desktops, it won't take over the desktop market.

      It isn't so much the underlying technology, it's the developer capability, and the fairly consistant API.

      --
      Michael J. Ryan - tracker1.info
    5. Re:Microsoft's answer to UNIX by 99BottlesOfBeerInMyF · · Score: 3, Funny

      ...you can't even rely on any *nix system to *HAVE* a gui api...

      What you call a bug, I call a feature. I like being able to build a box without having an unnecessary GUI adding overhead and unneeded complexity. If I'm building a box that is destined to sit under the hood of some machinery and has to be 100% reliable and as fast and stable as possible why would I want to add an unnecessary GUI? The inability of Windows to be customized and have parts removed is a huge weakness, not an advantage.

      ...having a consistant gui api structure, and can reliably have a base of software on *nix (linux or bsd) systems to build from that one can build applications that will run on >90% of linux/bsd desktops, it won't take over the desktop market.

      Having the same GUI API as other distributions and UNIX like systems is not a core feature, it is an interoperability feature. Solaris, RedHat Linux, OpenBSD, MacOS X, etc. all have had consistent GUI APIs for years. Sure some of them also support other GUI APIs and they don't have the same GUI API as one another, but then again, Windows doesn't have the same GUI API as any of these others either. Complaining that a given Linux distro and an SGI machine don't have same GUI API is like complaining a given version of Windows and Amigas don't have the same GUI APIs. If you want to argue about who has better support for cross-platform graphics, well I can run most X-11 based graphics on my Mac OS X machine out of the box, without resorting to an emulator. Can any version of Windows?

  2. BSD isn't dying! by Anonymous Coward · · Score: 4, Funny

    Microsoft are moving to it as well as Apple!

  3. Integrated by n9uxu8 · · Score: 5, Funny

    Imagine...what a novel concept...the ability to interact with a Unix system...they should patent that!

    Dave

    1. Re:Integrated by It+doesn't+come+easy · · Score: 5, Funny

      No no no...not interact...Microsoft plans to integrate UNIX into Window's code base. In the next five years, they will swap more and more Windows code for UNIX code. Eventually, there will be more UNIX code than legacy Windows code. At which point Microsoft will 1) claim ownership of UNIX, 2) begin to release Windows only UNIX code so you have to run Windows to get the "full experience of UNIX", and 3) hire analysts to compare the TCO of Windows vs. other UNIX systems.

      It's about time UNIX benefitted from Microsoft's years of marketing experience...

      --
      The NSA: The only part of the US government that actually listens.
    2. Re:Integrated by b100dian · · Score: 3, Informative

      You can use PAM LDAP for login against an AD.
      And, of course, samba.

      Is this enough "Client for Microsoft Networks"? :)

      --
      gtkaml.org
    3. Re:Integrated by Tony+Hoyle · · Score: 4, Informative

      If 'ls -l' is doing a lookup for each line then your nscd is not running or broken.

      All user information (and host) on Unix is cached - and the cache is *not* a linear lookup.

      Username/PAM lookup is *not* linear. If I call getpwnam for example it goes to pam -> active directory -> username lookup. There's no searching involved.

    4. Re:Integrated by HairyCanary · · Score: 5, Informative

      I have a gaggle of Solaris boxes that authenticate to LDAP (which AD is) and I do not see any appreciable delay due to the username lookups. And yes, our LDAP directory has thousands upon thousands of users.

    5. Re:Integrated by Dolda2000 · · Score: 5, Informative
      I don't know what Unix system you use, but on my GNU/Linux system (which uses the same APIs), based on GNU libc, the get*ent APIs are implemented using nameswitch modules, which can do lookups in LDAP, NIS, /etc/passwd, /etc/passwd.db, a MySQL database, or anything else. And indeed, it will be on the complexity order of whatever that algorithm chooses -- it's not a flat search.

      I will agree that there are a lot of things that should be done with the Unix "directory services", but not that which you describe. The greatest problem is that Unix still uses numeric UIDs, whereas it should be using symbolic UIDs (such as Kerberos principles).

  4. SFU was only good for one thing by DrXym · · Score: 5, Insightful
    Free NFS. Other than that it was a pigs ear. It was just various Unix bits and pieces slapped together and massively intrusive to install, requiring reboots and services to be running all the time. I tried it for a bit, noticed the huge slowdown in startup times, the poor Unix environment which was next useless and uninstalled it. Cygwin is miles better.


    And if you really need a real Unix / Linux on XP then colinux can provide it running at near-native performance.

    1. Re:SFU was only good for one thing by aggieben · · Score: 4, Interesting

      I tried it for a bit, noticed the huge slowdown in startup times, the poor Unix environment which was next useless and uninstalled it. Cygwin is miles better.

      What are you even talking about? What startup times? A poor Unix environment next to useless? Cygwin is better how?

      What this sounds like to me is a person realizing that he's not familiar with SFU (read: BSD), says it sucks, and retreats to the nice, warm, Cygwin (read: Linux) blanky and sticks his thumb in his mouth.

      SFU is a much cleaner implementation that Cygwin, and it sits directly on top of the NT kernel rather than bringing its own layer of abstraction to the party. This makes SFU perform much better than Cygwin. Also, pkgsrc has support for SFU, which means that SFU has a proper package management system and Cygwin does not.

      The *only* thing lacking from SFU is a POSIX-compatible mapping from the X11 api to the DirectX api. Cygwin has this, to its credit. Everything else about SFU is superior.

      --
      Don't become a regular here, you will become retarded. -- Yoda the Retard
    2. Re:SFU was only good for one thing by NuShrike · · Score: 3, Interesting
      Bzzzz. Comes from Redhat, famous repackagers of Linux.

      Let's look at the webpage www.cygwin.com:
      # Cygwin is a Linux-like environment for Windows. It consists of two parts: A DLL (cygwin1.dll) which acts as a Linux API emulation layer providing substantial Linux API functionality.
      # A collection of tools, which provide Linux look and feel.
      Let's look at the page it www.cygwin.com points to:
      http://www.redhat.com/software/cygwin/ which even has this sentence:
      Cygwin delivers the open source standard Red Hat GNU gcc compiler and gdb debugger on Windows.
      It may not be 'pureblood' Linux, but it comes from the package sources. Thanks for playing.

      SFU is better (and FASTER) because it's a real subsystem talking to the kernel instead of a futzing emulation layer on top of Windows. You might call it a better kernel than Cygwin.

      What makes Cygwin better is the ample userland where wider and better supported range of 3rd party program packages built into the default install than SFU.

      Now if pkgsrc fixes that issue, I might switch over more. I'm using it for speedier NFS vs Samba file access due to better metadata caching.

      For those of you whom has tried WinCVS over Samba and declared it unusable, you haven't tried it through NFS. Night and day.
  5. The full story by mparaz · · Score: 5, Informative

    The eWeek article is just a summary. The full story is here.

  6. I love SFU 3.5! by georgeha · · Score: 5, Interesting

    I support a Solaris based printer, and with SFU 3.5 I can make the customer's Windows server host the jobs, and make them responsible for the NFS server, while all I have to do is add one line to vfstab. This is one good thing Microsoft has done (and Slashdot, I first read of them freeing it here).

  7. Reimplementing unix, poorly? by MarkEst1973 · · Score: 4, Insightful
  8. Heard that Before by RAMMS+EIN · · Score: 4, Insightful

    Hmmm, when Windows NT was still new, there were great plans to implement not only the win32 API, but also the DOS and win16 APIs, and even POSIX! All of these were implemented to some extent, but the POSIX personality never reached a state where it was really usable.

    Knowing that, and knowing all the announcements that Microsoft has been making about great new features that were going to be in Longhorn, and the subsequent withdrawal of nearly all of those features, I find it hard to believe that Microsoft will be providing POSIX compliance in Windows.

    Of course, there's always Cygwin. And BTW, what came of CoLinux?

    --
    Please correct me if I got my facts wrong.
    1. Re:Heard that Before by Spiked_Three · · Score: 5, Interesting

      I don't know about now, but at the time Microsofot did the POSIX implementation it wasn't so much that MS version of it was useless, it was more that the spec itself was useless. It did not have things like printing and network access, so in all reality not one single useful application in the world could say it was POSIX compliant.

      I know, I worked for Microsoft Federal at the time. The only reason POSIX compliance was ever mentioned by a customer was to keep Microsoft out of a bid. So we put in POSIX. No one ever userd it or intended to use it, but it shut up the excuse to not buy Windows in the federal marketplace.
      Maybe POSIX is something more today. If it's not I can certainly see why Microsoft would drop it.
      Services for Linux on the other hand is useful and used in quite a number of places, and Microsoft might as well throw it in there, if nothing else just to make it easier to install. I can't see where the overhead is significant if it isnt being used.

      --
      slashdot troll = you make a compelling argument I do not like the implications of.
  9. negative spin by Anonymous Coward · · Score: 3, Insightful

    The negative spin is right there in the headline - makes it sound like MS is dropping Unix interop support, when in fact they're integrating it more tightly into the Windows core to improve it.

  10. Sub-standard integration? by Anonymous Coward · · Score: 3, Interesting

    Will this mean poorer unix services? In the pre-OS X days, Apple File Services (AFS) for Windows was always years out-of-date, making Windows clients perform better than Apple clients on networks with Windows servers. The result was that poor-performing Mac clients soon disappeared. The truly paranoid might think MS did this on purpose or that MS had something to gain by keeping AFS out-of-date. ...but it was just business and allocation of resources, Right? Just happened to work out that way.

  11. Perhaps they should change the name now, too? by Shoten · · Score: 5, Funny

    Instead of Microsoft SFU, perhaps it would be better known as Microsoft STFU?

    --

    For your security, this post has been encrypted with ROT-13, twice.
  12. Probably a good thing by Tim+C · · Score: 3, Funny

    Everytime I read "SFU", my brain tried to parse it as "STFU"...

  13. Not really discontinuing SFU... by RhettLivingston · · Score: 3, Informative

    but reinventing it. By moving this capability into the OS instead of hosting it as a parallel OS on the same kernel, they will gain performance and increase integration.

    This is actually just one more example of an acceleration of rumors of Longhorn features. The rumors were that Longhorn would be able to run Unix applications and, specifically, x86 Linux binaries without recompilation. It looks now like at least a portion of that capability will appear in SP2 for Win 2003 Server a full year before Vista release.

  14. Re:Microsoft's bait and switch by Bluey · · Score: 3, Informative

    Why pity them? They will still be supported for another 6 years (9 if they want extended support). They just aren't releasing any new versions of it.

    Even still, some of the next-gen SFU functionality is being integrated into Windows Server 2003 R2. It's not the end of unix interoperability from Microsoft, just this derivation of it.

  15. Re:What happened to ten years? by Bluey · · Score: 3, Informative

    It was released in January of 2004, so mainstream support should end 2009, extended support ends 2014. Sounds like they decided to extend mainstream support 2 years to 2011 and still end extended support in 2014. No conspiracy to see here.

  16. New kernel by marcantonio · · Score: 4, Funny

    Microsoft says that this integration couldn't be done with past architectures.

    Because, unbeknownced to the world, Microsoft is using a BSD kernel in Vista.

    Use Cygwin.

  17. Windows POSIX implementation by nickos · · Score: 4, Insightful

    "the POSIX personality never reached a state where it was really usable"

    Wasn't this needed in order for Windows to be used by certain US governmental agencies that stipulated that all OSs they used must have POSIX compliance. If I'm right in thinking that they must have been accredited with being POSIX compliant from someone so it can't have been all that bad...

    You're right that Cygwin's the way to go though. I'm hoping that one day Microsoft will resurrect Xenix and port the Win32 API to it ;)

    1. Re:Windows POSIX implementation by cant_get_a_good_nick · · Score: 4, Interesting

      Ironically, WinNT was the first OS to have POSIX compliance. MS was the first company to bother with the cerification. The UNIX companies saw the fact that they were POSIX as blatantly obvious, and didn't both initially. They came around when they saw they were losing "POSIX" contracts to WinNT.

      Originally, WinNT was a Microkernel, with OS2 and POSIX support. Both of the latter were bare minimums, to satisfy contractual obligations (IBM and OS/2) or checklists for new contracts (POSIX). Neither worked well. As tiem went on, more and more things ended up in the kernel (graphics, apps and servers) it would be hard to call it a microkernel anymore, more like some kind of hybrid.

    2. Re:Windows POSIX implementation by sconeu · · Score: 4, Informative

      Actually, the Santa Cruz Operation became Tarantella, which was recently bought by Sun.

      The current entity calling themselves "The SCO Group" is what used to be called Caldera. They bought *something* from Santa Cruz (definitely their Operating Systems Division) and some sort of assets (but they can't produce the purchase agreement), and changed their name from Caldera to SCO. Allegedly this was for name recognition/branding, but apparently was really to sow confusion for their lawsuits.

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
  18. Aimed at Unix and Linux...copying Apple by darealpat · · Score: 3, Interesting

    I think that Microsft has looked at how well Apple has used BSD in their OS offering, and the wheel began turning.

    They have been targetting Unix for a while, and this is aimed squarely at killing off Unix as a viable alternative inside of 5 years, as Win for Workgroups was aimed at Novell. Their other target are the switchers from Unix who tend to gravitate towards BSD or Linux. Doing this will give an option that will be quite tempting, given their installed base.

    Off course, could be a bit more smoke and mirrors designed to bait switchers....

    Just my two cents.

    --
    For every present, there is a past
  19. Holy Confusion Batman by RAMMS+EIN · · Score: 4, Insightful

    ``I don't know about now, but at the time Microsofot did the POSIX implementation it wasn't so much that MS version of it was useless, it was more that the spec itself was useless. It did not have things like printing and network access, so in all reality not one single useful application in the world could say it was POSIX compliant.''

    Wow, slow down for a bit. You're saying three different things here and presenting them as a single argument.

    First, your argument that POSIX is useless. Certainly, POSIX does not standardize everything under the sun. That wouldn't be possible, and it wouldn't be a good idea either. That doesn't make it "useless". It standardizes the interface to a lot of system functionality, from basic file I/O to sockets, threads and shared memory. This facilitates porting of applications between conformant systems - for many applications, the core functionality would not need to be rewritten for a new system. POSIX-compliance is what causes most open-source software to quickly spread to all alternative operating systems, whereas it takes a long time to get ported to Windows.

    Then, the point about the Microsoft POSIX implementation being useless. Last I read about it, it said that the POSIX personality and the win32 personality were basically completely isolated from one another. POSIX process ids are separate from win32 process ids, POSIX processes cannot start win32 processes, and communication between the two types of processes is difficult. In addition, large parts of POSIX were unimplemented, which means that many POSIX apps simply wouldn't work on NT.

    And then the claim that no single application in the world can claim to be POSIX-compliant. Well, just because not everything in an application is also specified in POSIX doesn't make it not POSIX compliant. As long as everything that is in POSIX is also done the POSIX way in the application, it can be called POSIX-compliant. And for the record, there are hordes of applications that are purely POSIX; basically any Unix command-line program or daemon is a good candidate.

    Finally, an interesting bit of knowledge: although POSIX is typically associated with Unix-like systems, there are other systems that are POSIX-compliant, too. IBM's MVS and VMS are two examples.

    --
    Please correct me if I got my facts wrong.
  20. fork() and pipe() by squarooticus · · Score: 4, Interesting

    As a mostly-Linux developer who has done his share of Linux->Windows porting, the lack of fork() and pipe() are easily the most irritating aspects of programming for Windows.

    Oftentimes in security code, you want to know which process is speaking to you on the other end of a pipe. Under Linux, this is very easy. Under Windows, it is a huge bear, not the least reason for which is that Windows lacks the concept of a named pipe, so you have to make something up based on shared memory or some other such garbage.

    And fork()... well, as anyone who has written a fork()-based program (i.e., one that doesn't just exec() right after forking) knows, this entirely changes the structure of the application. Yukk.

    Last I head, pipe() and fork() are both POSIX, so I hope these system calls appear when Microsoft takes the plunge and replaces their crappy kernel and API with something closer to UNIX. Given how long UNIX has been around and how much important software exists for it and is being developed daily (mostly on Linux and MacOS these days), I can't wait until we can finally declare system API "victory" and move the fight to something that causes much less irritation for developers.

    --
    [ home ]
  21. Many a true word spoken in jest. by carldot67 · · Score: 5, Interesting

    Bill Gates' SWOT ANALYSIS:
    Strengths:
      1. Marketing == Massive propaganda machine.
      2. Proprietary == Huge market penetration.
      3. Rich applications == User lock-in.

    Weaknesses:
      1. Bloated and frankly god-awful code-base
      2. Expensive to maintain, insecure etc
      3. Cant really afford to start from scratch
      4. Cant steal Linux due to GPL

    Opportunities:
      1. Use BSD
      2. Convert some UNIX/Linux/BSD sites
      3. Remove some barriers to entry at UNIX shops

    Threats:
      1. Linux
      2. IBM
      3. Open Sourcerors

    The logical BUSINESS APPROACH is this:
      1. Grab BSD.
      2. Break the interfaces.
      3. Call it "WinBSD".
      4. Creat compatibility layer: "WinBSD-API"
      5. Patent "WinBSD-API" so you now own WinBSD
      6. Trivial porting exercise
      7. Brand it like youve never branded before

    What does this give you?
      -It gives you something that looks like Windows and works like Windows, but is better than it.
      -It leaves you with all your existing apps and protocols still working at minimal update cost.
      -It means your customers expensively bought/developed apps will still work.
      -It give UNIX shops one less reason to reject windows as a solution.
      -It locks out OS/3rd party developers due to the broken (and patented) WinBSD interface.
      -It offloads a large amount of knackered code.

    Now add all this up and it gives MS EXACTLY what they have always strived for: Continuing user lock-in to the Windows monopoly while maintaining a very painful barrier to anyone else who wants to write for the platform.

    Disclaimer: I am not an OS guru so there will be some technical issues with my analysis. Im just looking at it from a business point of view.

    --
    I wish at was Friday, but I dont want to wish my life away. So I wish it was last Friday.
  22. Never understood the name by vijayiyer · · Score: 4, Informative

    Shouldn't it have been called Unix Services for Windows? In another example of MS marketing spin, they act as if SFU somehow does something for Unix, when it instead adds basic functionality to Windows. I used SFU for about 1 month. I still was so frustrated doing Fortran development under Windows that I wiped the drive and installed Linux.