Microsoft Buys Teamprise, Will Ship Linux Tools 200
spongman writes "Microsoft's Senior Vice President, Developer Division, S. Somasegar has announced that Microsoft has acquired Teamprise from Sourcegear, LLC, and will be shipping it as part of the upcoming Visual Studio 2010 release. Teamprise is an Eclipse plugin (and related tools) for connecting to Team Foundation Server, Microsoft's source-control/project-management system. What's most interesting about this is not only that Microsoft has realized that heterogeneous development platforms are important to their developer customers, but the fact that Microsoft themselves will now be developing and shipping products based on those heterogeneous platforms, including 5 versions of Unix."
Fully integrated Mono on Linux with Eclipse? (Score:4, Interesting)
Re:Fully integrated Mono on Linux with Eclipse? (Score:4, Informative)
I haven't tried it, but it exists.Have fun [ibm.com]
Re: (Score:2)
Extend...Extinguish
Re: (Score:2)
The more things change... (Score:4, Insightful)
It isn't the first time. Microsoft used to provide tools for accessing Visual SourceSafe repositories from UNIX. Needless to say, these tools were utterly terrible yet allowed them to claim that VSS "supported UNIX". I don't expect Microsoft to go out of their way to "support UNIX" this time around any more than they did previously.
Re: (Score:2)
The moment I saw that, my first thought was "Gee, I wonder which platforms will lag behind in new features and testing."
Re: (Score:2, Insightful)
Re: (Score:2)
Stop trolling already. Linux is a certified Unix.
Re: (Score:3, Informative)
FYI, Microsoft produced Visual Source Safe after purchasin
Re: (Score:3, Insightful)
Well to be fair the Windows version of VSS really sucks too. Oh, and 2005 STILL isn't really client server based; they tacked a Web server onto it that VSS can use over the internet, but its still handling the database format in the exact same way. And you don't have to use the web service feature at all.
I had no idea SourceGear had this project going at all, which suprises me a bit because I use their Fortress project in place of VSS.
Re: (Score:2)
VSS is a terrible product indeed. My company still uses VSS 2005 and it has a 4GB repository size limit! Increasing beyond 4GB causes repository corruption. This is especially frustrating because business types have access to it and seem to like to use VSS like a USB hard drive to back up their important documents, home pictures, and music.
Re: (Score:2)
(We switched to SVN back in '06. It's come a long way since then and the sparse working copy support was a major step forward for our preference of working with large single repositories instead of dozens of smaller repositories.)
Re: (Score:2)
"I don't know if Source Safe was originally DOS based.."
The first version used a command line so it probably started in DOS. By the time Microsoft bought One Tree Software (the original developer) it was Windows-based (Version 2).
Although SS's architecture didn't scale properly, it was a pretty nice tool for the era and environment it ran on (i.e. 1993, Windows 3.1).
Re: (Score:2)
I thought I already said it was a command line tool but that does not mean it is DOS based. Even multi-user operating systems VMS, UNIX, etc were and have command line interfaces.
I had to use a UNIX version with the GUI which really sucked compared to many of the command line versions I'd used where someone had put a bunch of customizing scripts as the frontend to the RCS system.
and RCS was around in the 80s so maybe SourceSafe was an att
Re: (Score:2)
"I thought I already said it was a command line tool but that does not mean it is DOS based."
Well, there aren't that many commercial UNIX or VMS applications that jumped to Windows in that era, so I assumed it was DOS based.
"RCS was around in the 80s so maybe SourceSafe was an attempt to bring something like the UNIX RCS system to DOS"
Well, SS was designed to be a version control system as was RCS, but it used projects as an organizing abstraction rather than individual files. Also SS was designed (for Wind
Well ... (Score:5, Insightful)
Re: (Score:3, Insightful)
Not if they use Mono.
Re: (Score:2)
Re:Well ... (Score:5, Informative)
Mono isn't a language per se. Mono is an import of the .Net framework. The trouble is that this framework is controlled by Microsoft. Firstly, the Windows version will always be ahead of other platforms relegating other platforms to inferior, buggy or feature incomplete versions. This could result in security vulnerabilities and lagging behind in version availability. More dangerous however, is that Microsoft can withdraw approval for Mono at any time, if they wish. If Mono became a popular basis for running software on Linux, then Microsoft could bring it all crashing down whenever they felt Linux had grown to be enough of a threat. Or they can start charging licence fees. Once a software base is installed, it can be very hard to move away from it *cough*Office*cough*.
Basically, rather than true cross-platform compatability, what you get is Microsoft controlling a framework that Linux apps would become dependent on. A bad, vulnerable situation, imo. That's why I dislike proprietary systems such as Moonlight that are built on it. If we overhauled software patent law then it would be less of a threat, but it remains a technical advantage to Windows.
Re: (Score:3)
Seriously? Just stop it. Mono is never going to make the mountain of C code obsolete. Linux will never be dependent on Mono. If Microsoft somehow stopped distribution of Mono on the internet (HAHAHHAHAHAHA) and everyone simply had to do without, you just port the application to Java, C++ or Go!. GNote proves this isn't that big of a deal. Your concerns have no merit.
Re: (Score:2)
Linux will never be dependent on Mono.
Well you're right about the Linux kernel, but then again Gnome now *is* dependent on Mono, and a few years ago I wouldn't have thought that would happen, so...
you just port the application to Java, C++ or Go!.
Wait, I've been listening for years to fanbois tell me about how much better, and different, C# is compared to Java, and now you're telling me its a breeze to port any non-trivial C#/.NET app to Java/JVM?
LOL!
Sorry, but you guys can't have it both ways...
Re: (Score:2)
Only a moron would talk about how different C# and .NET are from Java.
C# and .NET are a set of Windows centric Java knock off technologies. Microsoft got cock blocked trying to corrupt Java and make it effectively only useful on Windows (kind of like "knife the baby").
So instead they cloned it and made their version specifically Windows only.
C# and .NET are a nice tools for developing Windows apps, but for cross platform, Java and it's associated analogues are a far more mature and proven bet.
Re: (Score:2)
Only a moron would talk about how different C# and .NET are from Java.
I agree with the rest of what you say (C# is MS's Java killer), but the C# and Java core languages *are* different from one another, e.g. pointers and unsigned ints for just 2 examples, and to be completely fair, some of the C# differences are (minor) improvements over Java (MS had the advantage of hindsight here).
Anyway, enough differences even in the core languages themselves (never mind the completely *different* supporting libraries that both have) to make the porting of a non-trivial app from one to th
Re: (Score:2)
lol, what? Non trivial?
Most of the work would be finished with a small set of global find and replace commands.
Re:Well ... (Score:4, Insightful)
Since Mono is a clean-room implementation of .NET and C# (both EMCA standards)
You don't *need* a clean-room implementation of an EMCA standard. Its a *standard*.
Its the 'clean-room implementations' of the non-ECMA-standard software at the top of the Mono software stack that have people concerned, e.g. Winforms & ASP.NET, etc, etc.
And the Community Promise
has so much vague language in it that its only real value is as comic relief.
Seriously, google what the FSF and others think about the language of that 'promise'.
Re: (Score:2)
I might be offtopic here, but the only thing I know about Mono is that the only .Net application I am interested on running (the D&D insider tools) doesn't work on it.
Re: (Score:2)
A promise isn't legally binding.
Re: (Score:2)
And where'd you get that bit of insight?
from Linus' viewpoint... (Score:3, Insightful)
...it is irrelevant.
Stallman might not like it, though.
But we are talking about Linus now.
Re: (Score:2)
it has been shipping the Fast ESP platform on Linux and some other Unix platforms.
Its an enterprise level web-based portal software for businesses, being cross-platform is pretty much a requirement for that category.
When Linus said 'applications' I'm pretty sure he was thinking more along the lines of, say, MS Office, or basically anything the MS has that is Windows-only right now (FAST was already cross-platform before MS bought it).
silly (Score:3, Insightful)
This is software for accessing repositories stored in Microsoft's "Microsoft Visual Studio Team Foundation Server " from Linux and Eclipse. I have never seen a usable Microsoft POSIX or Linux product; even if they don't deliberately sabotage it, they apparently don't have the expertise to produce such a thing. Teamprise may have some capable Linux developers now, but how long do you think those are going to stay?
You're much better off throwing out Microsoft's crappy server software and replacing it with a nice, high quality open source solution. Not only do you get better version control and team software, you're also assured that the Linux and Eclipse clients will keep working.
Re: (Score:2, Insightful)
Re:silly (Score:4, Insightful)
So is yours. While MS SQL 2003 and 2005 are some very nice products you should remember that they bought most of the SQL software from others (Ingres). The original MS SQL server sucked donkey balls and was retired some time back.
Re: (Score:2, Informative)
Re: (Score:2)
LoB
Re: (Score:2)
Oh, always thought it was Ingres, live and learn.
Re: (Score:2)
Re: (Score:2)
so windows server 2003, sql serevr 2005 are crappy software?
Compared to anything but Windows Server 2008 (which I hate with a burning hate every time I try and open Telnet on a new server and go "oh, right, WTF, Microsoft, WTF...") and Microsoft's original SQL Server?
Re: (Score:2, Funny)
What the hell are you using telnet for? SSH, man!
Oh, you're using Windows as a server platform, that explains it...
Re: (Score:2)
I'm using telnet to connect to switches and routers and the like.
Re: (Score:2)
The lack of the tiny telnet client binary in the default install is admittedly infuriating, not to mention that it takes forever to install through optional components, which I can't figure out.
Suggested solution: Just use PuTTY. It's small, free, and supports Telnet and various other protocols fine, despite the fact I suspect nearly everyone uses it purely for SSH.
Re: (Score:2)
It's not the effort of installing it so much as the fact that I'm not the guy setting up the boxes, I'm usually called in for a one-off poke-around and after I'm done I'll never see it again... and there's no good reason for Microsoft to pull the telnet *client* out except sheer bloodyminded NIH.
Re: (Score:3, Interesting)
I've actually not found a better enterprise solution to team development than the newest version of TFS. Especially in corporate environments.
Perforce still beats it as a pure source control manager, but that's FAR from free software, and the whole package isn't as nicely integrated as TFS.
Re: (Score:2)
and the whole package isn't as nicely integrated as TFS.
Look, I didn't say that you should never use TFS. If you're running a Windows-only shop, knock yourself out and use TFS; like all Microsoft solutions, it's "nicely integrated".
I'm saying that once you need something like Teamprise, you're probably better off just moving to a non-Windows team development server.
(Keep in mind that TFS is really a me-too product, after both open source and other vendors had demonstrated the value of such systems.)
Re: (Score:2)
If TFS is honestly the best enterprise solution out there, then we're all doomed. I can't stand it and everyday I hear muttered (or yelled) around the office, "TFS sucks!"
Re: (Score:2)
At my old job we started using CruiseControl.NET + svn (using TortoiseSVN on Windows) 5 years ago - back when the first version of TFS couldn't even get basic checkins right - and it was fabulous. Way ahead of its time. Now my current job uses TFS and granted it's pretty good (but don't touch any version before 2008 Server!), however you can still do just mostly the same thing with CC+svn for something like $1500/dev less. The reduced setup work and learning curve and VS integration is why companies like
Re: (Score:3, Insightful)
I'm working with TFS on a daily basis and I am thoroughly impressed - with the possible exception for the code "merging" tools. I am curious, what "nice, high quality open source solution" would be an alternative? This is not a jab or anything, but using TFS was the first time I realized how much an integrated source control, team collaboration site, project management integrated solution makes sense.
So, is there an open source integrated solution or combo which will meet the following requirements?
Re: (Score:2)
Collabnet's Teamforge might do most of what you're after there - but its not open source or free. Its cheap for the solution though, costs the same for 25 users as TFS does for 1.
There isn't any open source equivalents though... unless you take a load of pieces that do parts of your requirements, eg subversion for version control, hudson for continuous integration, mantis for bug tracking, etc. All the pieces are out there, but you'll have to do the work integrating them yourself.
Re: (Score:3, Insightful)
There isn't any open source equivalents though... unless you take a load of pieces that do parts of your requirements, eg subversion for version control, hudson for continuous integration, mantis for bug tracking, etc. All the pieces are out there, but you'll have to do the work integrating them yourself.
You don't have to do the work, you just install a Linux distribution that packages it all up. Or you get a turnkey "virtual appliance".
Re: (Score:2)
Integrating,. not installing
Getting Mantis installed and configured is easy. No problems there. Getting it so your bug number gets linked to a revision number when you commit some source files to subversion is another matter. Its not that difficult, but the end-to-end configuration is still something someone has to do.
This is why we have the 'packaged' systems that do all that work for you, unfortunately, no-ones put a load of them together in this way in a F/OSS project.
Re: (Score:3, Insightful)
So, is there an open source integrated solution or combo which will meet the following requirements?
Shelving, configurable policies, and branching based on metadata are standard parts of most major distributed version control systems. They're all integrated into Eclipse and other IDEs.
Integrated work items, issue tracking, dashboard, unit testing, code coverage, continuous integration, are provided by several front-ends and additional tools. That's not a one-size-fits-all thing, since different languages,
Integrated Systems - no suggestion, just comments (Score:3, Insightful)
Quick disclaimer: I don't use TFS, and don't care for integrated solutions - not just MS, but any of them.
> ...using TFS was the first time I realized how much an integrated source control, team collaboration
> site, project management integrated solution makes sense.
In some scenarios. I know any number of companies where the MS integrated solution you use would fail utterly to be useful, because the people would not use the tools properly. Not just developers, but project managers, users, etc.
The *nix
Re: (Score:2)
You forgot
Very useful. Especially in corporate environments.
Re: (Score:2)
This meaningless, baseless bit of drivel is "Insightful"? It literally has no objective content of any kind.
I love the Dallas Cowboys!
Oooh, that's insightful!
Believe it when I see it...restart my 7 year clock (Score:5, Insightful)
When they have shown by their actions, over seven years, that they have changed, than and only than will I consider purchasing Microsoft products again.
For each violation, I reset my 7 year clock from that day. Just reset it this week.
Basing my purchase decisions on their actions ONLY and not their marketing FUD, is the only way I can be sure not to ever be vendor locked-in ever again. So much time and money has been wasted by me, my friends, my family and other IT professionals over the last 20+ years...wasteful and unnecessary.
I will believe it when I see it. To date it has always been FUD!
Re: (Score:2)
I'm not sure that even Google can pass that requirement.
Re: (Score:3, Interesting)
Every company starts with a 6 months grace period, where we will not by their product. Every time they do something unintentionally evil, the grace period starts over. Every time they do something intentionally evil, the grace period is multiplied by 1.4 and starts over.
This worked fine until 1997, when MS' grace period became longer then the remaining lifespan of the universe, sparking suspicion that they planned to use a buffer overflow to reset their grace
Re: (Score:2)
The only thing interesting here is h
Re: (Score:2)
LoB
Re: (Score:2)
While trusting Microsoft on several seemingly "non-evil" moves would be foolish, "resetting your clock" for everything you consider a "violation" isn't less foolish. See, even if Microsoft ever becomes FLOSS-friendly they won't just say "Hey, let's not hamper this FLOSS project, we're FLOSS-friendly company!" if they see benefit in doing it.
I'm sure that everybody (myself included) would consider Google FLOSS-friendly, and I'm certain they did enough "clock-reset"-worthy "violations".
Both kinds of attitudes
Re: (Score:2)
Announced on ... Friday 13th (Score:3, Funny)
Microsoft have done this before... (Score:5, Interesting)
> but the fact that Microsoft themselves will now be developing and shipping products based on those heterogeneous platforms, including 5 versions of Unix."
Are you sure? You may find Microsoft do the same thing here and just strip the Linux functionality out. When Microsoft took over Connectix and their excellent Virtual PC Software and proceeded to strip Linux functionality (that was already there) out of the product. On the Connectix version there was a Linux utility that handled control back to Windows when the CPU was idle. On the Microsoft version they took that out, so the CPU always ran at 100%. It made Virtual PC useless for Linux.
Re: (Score:3, Interesting)
They don't get the "Evil Empire" label for no good reason. IMO.
LoB
Re: (Score:2)
On the Connectix version there was a Linux utility that handled control back to Windows when the CPU was idle. On the Microsoft version they took that out, so the CPU always ran at 100%.
Ironically, if you use VMware instead of Virtual PC, you don't have this problem. It's almost like Microsoft doesn't want you using their software.
Re: (Score:2)
Are you sure? You may find Microsoft do the same thing here and just strip the Linux functionality out.
Teamprise has long been cooperating with Microsoft on this project, so this acquisition is just the continuation of that. It's not going to change much, except that it will now come as an "official Microsoft product", which is mostly to placate manager types making buying decisions.
MS originally supported this project when it was started, because, in this day and age, "one true platform" is no longer enough. There are enough customers that absolutely need their repositories accessible from OS X or Linux des
Re: (Score:2)
LoB
Re: (Score:3, Insightful)
I bet more people are running Office 2007 on Windows XP than are running Vista these days. Just sayin'.
Re: (Score:3, Informative)
I hadn't heard that they ported it to x86 only that it was x86 based.
Once Microsoft had their monopoly and knew it, they've used it to protect their position. They do
Would you buy? (Score:5, Funny)
Would you buy a used horse from a convicted horse-rapist?
Re:Would you buy? (Score:4, Funny)
The question to anyone considering buying a Unix from MS is
Would you buy a used horse from a convicted horse-rapist?
Well, better than buying an *unused horse* from a horse rapist. That would be a sign that something is seriously wrong with it.
Re: (Score:2)
Better than buying an unused beta horse from a horse rapist!
Re:Would you buy? (Score:4, Funny)
Re: (Score:2)
Ouch... how do you even do that? The exhaust pipe?
Re: (Score:2)
Oh come on, "somewhere". If such picture exists, it was on /b/.
Re: (Score:2)
When I did have a choice, I ran BSD on a PDP11/60. (I now run BSD on Sparc64).
The guy who said the unused horse was an even more suspicious offer was right!
5 Microsoft versions of Linux (Score:5, Funny)
How is this a troll? (s/b +5 Funny) (Score:2)
Seriously, how is the idea of Microsoft editions of Linux a troll. I'd say this should be +5 Funny.
Re: (Score:2)
Do you really want to go there? (Score:2)
Lemme guess: Home, Ultimate, Pro, Pro-er, and Supercalifragilisticexpialidocious
There are - let us say - 200 or so Linux distributions.
"You can't tell the players without a program." List of Linux distributions [wikipedia.org]
Teamprise is not bad, TFS sucks (Score:2)
It's one of those products I have to use every day as TFS is our repository (yeah, I wonder too how much our architects got paid off to choose them). TFS has been a disaster since day one, but we're now entering our third year of using it, so there's no going back at this point in the eyes of many (heck, our previous source control was VSS!).
Teamprise is not bad, I'm a fan of the Eclipse platform and so it's nice to use something I'm already familiar with, even if the backend blows.
I've been collecting ton
Re:Logic (Score:4, Insightful)
Microsoft doesn't need to control open source. Microsoft just needs to put it in a pretty box that someone is willing to pay for.
Re: (Score:3, Insightful)
Much like Apple did. This isn't a poor attempt at a troll -- if Microsoft want a hold on open-source software they could do worse than follow the kind of approach Apple took. Leave many of the guts the same, but pay professionals to fully sculpt the UI that the open-source programmer is less likely to be interested in designing. This wouldn't necessarily have to be an operating system (why would Microsoft want an open-source OS to compete with Windows? As a replacement, perhaps, but given the money they mak
Re:Logic (Score:5, Insightful)
Microsoft has a policy to not use open source, because they can't guarantee it's pedigree. If a malicious person puts stolen code into an OSS project (or more realistically, if a programmer uses company resources to develop the code, without permission from the company; or somebody pastes GPL code into a BSD project) then people who rely on the code might be vulnerable to lawsuits. http://weblogs.asp.net/jgalloway/archive/2007/05/02/why-microsoft-can-t-ship-open-source-code.aspx [asp.net]
At least, that's their excuse.
If open source was such a dangerous thing to touch, then I think Google, IBM and Apple would have been hit already.
Re: (Score:3, Interesting)
Wrong reasoning for IBM and Google.
Some time ago (don't know if it is still this way) IBM was divided basically in two separate blocks, one working on OSS and the other on proprietary closed source software with the veto of the two sharing any piece of code for fear of accidenta infringement.
Google, instead, offers basically no proprietary, closed source software. The software is either on their server (and thus allowed to contain GPL code and still be kept private because it is not distributed) or OOS (Chr
Re:Logic (Score:4, Insightful)
Surely any code could have code copied in breach of copyright in it?
Re: (Score:2)
Surely any code could have code copied in breach of copyright in it?
But if it's closed source, then the only people who know about it are the perpetrators... making it difficult to get sued over it.
Re: (Score:2)
Re: (Score:2)
There is always some risk of infringing code getting into your products through the actions of either your employers or third parties who provide the code to you (and there are very few companies who don't use code licensed from third parties). OSS has the downsides though that it may be harder to find who to pin the blame on and that by making your code public you increase the risk of someone finding the infringement and suing you over it.
Still I think the post you linked is overblowing the risk. As you sa
Re: (Score:2)
The major projects that might be threatened by what you speak of have version control systems and know where the code comes from. People don't just dump their code into a huge bit bin and it's soaked up and used. These people know where the code comes from. Yes, it could be hard to pin it on an individual because they may upload and run, but most of the code is vetted against such things as this and attempts to insert malicious code.
And at the level of open source the solutions are easier than closed sou
Re:Logic (Score:4, Interesting)
Microsoft has the manpower and the money to deliver. Their problem is backwards compatibility cruft and hardware support if they would start over.
Given the fact that Linux already poses a thread to Windows, it would not hurt for Microsoft do develop and releasy a Unix(y), free software OS alongside of Windows. Why?
A) To prove that they can actually make a good OS. Press and restecpa right there.
B) They can offer a stable and advanced OS to people/companies that do not care about legacy compatibility.
C) They can always port over a closed source version of Office and make it compatible with exchange and whatnot (and release that code under a free software license that is like the GPL, but isn't so that Linux projects can't take over that very code
D) Keep marketshare. If people don't want to use Windows anyway; they can use their other OS.
Everybody would probably be happy.
Re: (Score:2)
would not hurt for Microsoft do develop and releasy a Unix(y), free software OS alongside of Windows. ... Everybody would probably be happy.
Except MS's shareholders...
Deliberately create, to some degree, a competitor to their current cash-cow and *not* make any money off of it? Seriously?
Re: (Score:2)
But most importantly: No need for Red Hat? It's either don't use Windows and pay a competitor, or not pay a competitor. It's that simple.
For MS's shareholders it is just about the money, but for everyone else, its not that simple.
All I can say is that MS releasing a 'free' *nix clone of their own will not in any way entice me away from a real FOSS OS, because, of course, free or not, this is still MS we're talking about.
Unless you're idea is that they're going to release this clone under a *real* FOSS license, which ain't going to happen. MS releasing a GPL'd *nix clone? Not in this universe.
Re: (Score:2)
Microsoft does nothing to prove a thing. They do nothing but release to make money and to monopolize markets.
All your examples indicate they have something to prove, to which I say, they don't think they have a thing to prove. And to that I say that some of the Linux community would love for them to prove exactly what you state in your examples.
Re: (Score:2)
Microsoft doesn't need to control open source. Microsoft just needs to put it in a pretty box that someone is willing to pay for.
With a couple of proprietary additions (additions, not changes which would be subject to the GPL) so that it's incompatible with other versions.
Re: (Score:2)
More to the point, Microsoft is certainly going to keep this product as a Linux/Unix solution, just like Hotmail is still running Linux....
Re: (Score:2)
Kind of like SLES and RHEL. I don't really see anything wrong with doing that. It's okay to make money and people like shiny.
Re: (Score:2)
In my opinion there's only one version of linux. There are many companies that package it with various options but there's only one version. Package management differences don't equate to variations on Linux, nor does slight variation in folder structure or the level of "customization" of any given distribution. It's all Linux.
Re: (Score:2)
The only reason they're going cross-platform is that the tools are written in Java, which is already cross-platform.
Perhaps this is true, though I have never been a big fan of Java anyway. Seems silly to load Java libraries, files and stuff, just to install a non-Java dependent application. Silly really and a bit irritating.
As I started coding PHP Model - View - Controllers (MVCs) it seems that the model itself is less efficient than PHP code + HTTP, but I have to do some testing before I can be sure. Seems that the MVC unnecessarily recreates features built into HTTP and PHP. My guess is that tests will show a PHP
Re: (Score:2, Interesting)
Honestly if you believe that you haven't spent enough time on non-linux *nixes.
I spent a bout a few years back on freebsd/openbsd. Without linux compatibility libraries there are a *TON* of open source applications that will not compile against *bsd without patching due to linuxisms used in their source. I don't have any specific citations to speak of, but it shouldn't take much work to google around and see just how many hassles there are. And that is BEFORE including 'obsolete' linux kernel versions, 2.4,