Slashdot Mirror


Talk to the IBM Linux Hackers

We've all heard plenty about IBM's investment in Linux, but we don't hear much from -- or about -- the actual Linux developers at IBM. This interview is not with one person, but with a number of IBM Linux people spearheaded by Dave Hansen, who volunteered to help us with this interview. Of the group responding to your questions, Dave says, "There are more people, but the majority of the group's skills are represented. No surprise that we'll have our responses reviewed before we send them back to you, but we'll try to expedite that. "A little background: The group's experience is pretty broad. Most members were Sequent employees who worked on Dynix/PTX before IBM acquired Sequent (we are still mostly based in Beaverton, OR). Not everyone was with Sequent; Matt Dobson and Dave Hansen came into the group last summer, right out of college. A few of our Austin colleagues are long time IBM employees who worked on the AIX kernel before moving to Linux. Ask about anything from the rmap VM, to PTX's crashdump facilities, to life in Portland :) As usual, please ask only one question per post. We'll forward 10 of the highest moderated questions to Dave, and run all the answers, verbatim, as soon as we get them back.

241 comments

  1. VM's? by Anonymous Coward · · Score: 0

    I noticed you're doing some work with virtualization and virtual machines. Care to elaborate some?

  2. Multi-CPU Scalability by morbid · · Score: 5, Interesting

    Now that Linux has been ported to run on high-end machines under virtualization, when will we see a kernel tuned for (e.g.) scalability to 64-128 processors natively?

    --
    I'm out of my tree just now but please feel free to leave a banana.
    1. Re:Multi-CPU Scalability by Anonymous Coward · · Score: 1, Informative

      Minor correction on this - Linux already runs both natively AND under virtualization on high-end machines, like IBM's zSeries mainframes.

      That says nothing about the main point of the question of 64-128 processor multi-processors.

    2. Re:Multi-CPU Scalability by Lumpish+Scholar · · Score: 2

      ... and if so, what will the overall approach be? Fine grained locks? Coarse grained locks? Something very different (perhaps like this)?

      --
      Stupid job ads, weird spam, occasional insight at
    3. Re:Multi-CPU Scalability by Wesley+Felter · · Score: 2

      As soon as IBM comes out with a 64-128 processor machine. :-)

    4. Re:Multi-CPU Scalability by morbid · · Score: 0

      What, like the z series?

      --
      I'm out of my tree just now but please feel free to leave a banana.
  3. OS Blending by 2names · · Score: 5, Interesting

    Will IBM try to blend aspects of AIX and Linux together, or will the 2 development paths remain discreet?

    --
    "I'm just here to regulate funkiness."
    1. Re:OS Blending by 2Bits · · Score: 5, Interesting

      As Linux developers inside IBM, do you get to see the AIX source code? If you do, are you allowed to "steal" some ideas from AIX and implement them in Linux? If not, why not, and what's the IBM official line?

    2. Re:OS Blending by Anonymous Coward · · Score: 3, Informative

      I'm a developer for AIX. I can tell you there is NO sharing of source between the two areas. AIX is the old proprietary world of software engineering. The licenses are your typical "if you copy that floppy you're a BAD BAD person...". I know people in the LTC and none of them have read access to the AIX source repository. IBM is as paranoid of the GPL as Microsoft is. Since I do device driver work, I'm not even allowed to look at the Linux kernel source.

      There's a pretty large (virtual) fence between the AIX and Linux hackers. That doesn't stop IBM from trying to get AIXisms into Linux (read JFS and powerpc optimizations).

      If the economy wasn't so damn bad I'd have transferred over to the LTC long ago...

      (posting anonymously to keep my job...)

    3. Re:OS Blending by spudnic · · Score: 3, Interesting

      We already see IBM bringing Linux compatibility into AIX with the current release AIX 5L. The L apparently stands for the "Linux Affinity" part of the system that they have plastered all over the site. What part, if any, does this team play in this? If it is another group, do you assist each other, hang out together, or do you even know who they are?

      --
      load "linux",8,1
    4. Re:OS Blending by delcielo · · Score: 5, Interesting

      Along the same lines as the parent. Will IBM be porting anything like SMIT to linux? A leaner overall admin utility is desparately needed IMHO.

      --
      Hot Damn! It's the Soggy Bottom Boys!
    5. Re:OS Blending by NetMasta10bt · · Score: 1

      While smit and smitty are really neat, the underlying ODM database is something linux should do without.

    6. Re:OS Blending by Anonymous Coward · · Score: 0

      Why would you want AIX code? Yuck.

    7. Re:OS Blending by johnnyb · · Score: 2

      This is really funny considering that the GPL allows people to learn from the source code, and are allowed to use that knowledge for whatever purposes they wish.

    8. Re:OS Blending by John+Paul+Jones · · Score: 1

      Oh God please no.

      --
      Feh.
    9. Re:OS Blending by grytpype · · Score: 2

      Why not?

      --

      - Have a picture

  4. gnome? by larry+bagina · · Score: 3, Interesting

    ok, this isn't directly related to the linux kernel, but are there any plans to replace CDE with GNOME (like Sun) or other free desktop environment?

    --
    Do you even lift?

    These aren't the 'roids you're looking for.

    1. Re:gnome? by EnderWiggnz · · Score: 1

      you should've seen V2R1 :-)

      --
      ... hi bingo ...
    2. Re:gnome? by Ewan · · Score: 2

      AIX5.1 already ships with Gnome and KDE in addition to CDE, though CDE is the default still.

  5. Features! by coryboehne · · Score: 5, Interesting

    What *new* feature(s) are you most excited about developing?

  6. compiler by larry+bagina · · Score: 3, Interesting

    What compiler do you use for the kernel - gcc or xlc?

    --
    Do you even lift?

    These aren't the 'roids you're looking for.

    1. Re:compiler by JPriest · · Score: 1
      here is a partly on topic post I read on osnews.com recently, I am looking forward to when the GCC 3.x series gets packaged with major distros...

      "Scott Robert Ladd has updated his GCC versus Intel C++ compiler benchmarks. This time round he includes updated results of the recently released GCC 3.1. The new version of GCC seems to be much better than its 3.0.4 predecessor, and GCC 3.1 even wins some benchmarks it lost previously over ICC. Overall, ICC remains a much faster C/C++ compiler, but GCC has successfully narrowed the gap. Read Scott's interesting conclusion at the end of the article too."

      --
      Saying Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
  7. from AIX to Linux by roman_mir · · Score: 5, Interesting

    Care to tell us if there is anything in Linux kernel or other GNU programs that can profit from your previous AIX experience? How big a paradigm shift was it for you to move from AIX to Linux? Were you pleasantly surprised, unpleasantly surprised or not surprised at all with what you saw in Linux kernel? Did you learn anything in Linux that you would like to see implemented in AIX?

  8. Women in computing by Telastyn · · Score: 2, Interesting

    For the women in the group:

    What are your opinions regarding the shrinking number of women in the industry? (actually I believe the numbers are rising again in schools)

    1. Re:Women in computing by Anonymous Coward · · Score: 0

      HP's Carly Fiorina has totally abolished any hope for women getting a sold foot in the IT industry but, we will be seeing the effects of her foolishness and lack of direction for years to come. Maybe women should be banned from the industry all together... well we want to equal opportunity so we can let them have the MCSE.

    2. Re:Women in computing by Anonymous Coward · · Score: 0

      Iteresting question, you ask for an opinion on something that is non-existent.

    3. Re:Women in computing by Anonymous Coward · · Score: 0

      They are shrinking? I prefer tall chicks, guess I will stick with the WNBA.

    4. Re:Women in computing by Anonymous Coward · · Score: 0

      Now that IT workers must actually produce instead of getting paid 6-figure salaries for shooting Nerf guns at each other, the future of women in IT looks bleak.

      Us men who were productive all along will continue to earn our 6-figure salaries.

    5. Re:Women in computing by 9InchRails · · Score: 1

      Are you serious? Do you have nothing better to do than to make trouble? Please tell the women you represent to concentrate on sharpening their skills. People in business do not care if someone is male or female - they just want the job done.

    6. Re:Women in computing by Telastyn · · Score: 1

      Actually I find that people in business want the job done their way, and will blatantly reject nearly everything new, invovative, or even vaguely weird.

      I represent no women, and look to make no trouble.

      I am just curious as to their opinions in the matter, as imo it is a serious problem that will hinder (american at least) IT and computing for years to come.

    7. Re:Women in computing by Anonymous Coward · · Score: 0

      The previous post brought up many good points which you decided to ignore. Spend some time sharpening your skills, and you will find that many employers will be more that willing to hire you based on your skills. Complaining will get you nowhere. Not everyone is out to get you.

    8. Re:Women in computing by Telastyn · · Score: 1

      First off. I am not a woman.
      Secondly, I am gainfully employed in the IT industry.
      Thirdly, there is a problem given that something akin to 5% of IT workers are female in a field that only relies on intelligence.

    9. Re:Women in computing by Grishnakh · · Score: 2

      What are your opinions regarding the shrinking number of women in the industry? (actually I believe the numbers are rising again in schools)

      I haven't heard any statistics about any recent changes, but I think if the number of women in this industry is shrinking, it's good evidence that women are smarter than men. They're seeing that engineering is a crappy, under-paid, overly stressful, and exceedingly unstable profession, and are heading for greener pastures. It took me five years of college and a few years in the workforce to figure this out for myself; my hat's off to others who see this sooner.

      Now if the number of women in school for engineering is rising, that's a sign of two possible things: 1) younger women are stupider (and judging from what I see of high-school kids these days, I'm starting to think just this of all kids), or 2) they're getting an engineering degree for its prestige or value in going into some other type of profession later, and have no plans to become corporate drones for EE companies.

    10. Re:Women in computing by Anonymous Coward · · Score: 0

      The only reason for the decreasing number of women in the computer industry is that women dont want to do computers.

    11. Re:Women in computing by Anonymous Coward · · Score: 0

      This is semi-off topic, but as a biochem major graduating next year, I have just come to realize that while I will be busting my ass being a lab rat, I will start out at a meager $30k a yr, while all the computer people will be raking in salaries that are 1.5-2 times as much as me. While I honestly believe that biochemistry is not more important than computers, or vice versa, for both are essential for the propogation of society, nor is one field harder than the other, find that the whole salary issue is unfair. Now, I heard people rationalize that that computer people are more "in demand" (supply and demand, blah blah blah), I still think it is stinky. I guess I am kinda whining, it's not like I picked a BS major.... I am a woman, BTW

    12. Re:Women in computing by Anonymous Coward · · Score: 0

      In the Computer Science program at my school around 5% were female. Conversly my wife was in the elementary education program which was only 5% male. Was the problem the program and the school or the fact that men and women gravitate to diferent positions naturally.

      Most School Teachers are female - should we complain of sexual discrimination?

      Teaching first grade my wife could state that the majority of boys are better at math and the women are better at reading. Have we sexually discriminated against these 6 year olds or are they just better at diferent things.

      Until a larger portion of women apply to math and science positions the proportions will continue to differentiate.

      Personally I doubt I will live to see the day when 50% of the teachers in elementary schools are male. Lets go sue for discrimination.

    13. Re:Women in computing by Anonymous Coward · · Score: 0
      Personally I doubt I will live to see the day when 50% of the teachers in elementary schools are male. Lets go sue for discrimination.

      Dangerous words. Many around here might take that as an invitation to rub you out to hasten the advent of the day of parity.

    14. Re:Women in computing by celady · · Score: 1

      When I am done, I will have almost 100k invested into my computer engineering degree. Yes, I am also female. At school, the ratio of male to female is about 7 to 1. I'm sure it will be similar in the workforce. However, to anyone who loves what they do, this shouldn't be an issue at all. I like to think we are far above this. Intelligence, earning power, even laziness are universal. Men aren't any less lazy or MORE lazy than women are. Short of wearing one of those cheezy "linuxchicks" t-shirts, I am a woman in this industry, and you know what? Its not that difficult. I don't feel oppressed. And I DON'T think engineering is "faltering". Engineering=designing, creating, researching... all of which is still being done. Get happy, people.

      --
      til next time
    15. Re:Women in computing by StillNeedMoreCoffee · · Score: 1

      If you think this industry only relies on intelligence then your not tapped into the creativity of engineering and design. Granted there is always a movement to dummy up process with tools..tools..tools.. but then there is always the tool design area. Most of that creativity is under the hood as is with any good engineering. Or using the tools in new and creative ways.. just look at the "slam" shows and their use of garbage can lids and hollow tubes.

  9. Will Linux be free over the long run? by astrashe · · Score: 3, Interesting

    Linux seems to be drifiting, very slightly and relatively slowly now, towards a place where a couple of companies exert a kind of defacto control over it.

    The licenses are still open, but as a practical matter, most of the core development is being done by corporate people that are concentrated in a few companies like RedHat, and to a lesser extent, IBM.

    Do we low end users have cause to worry about this? Does IBM worry about the control that a company like RedHat has over IBM's Linux initiative? And is it really possible, as a pratical matter, for technology as complex as GCC to be forked by volunteers?

    1. Re:Will Linux be free over the long run? by roman_mir · · Score: 1

      Debian, Mandrake, Slackware, etc.
      Large companies can create their own distributions, in fact even other large organizations can create their own distributions (NSA for example is working on a high security distribution.) IBM or RedHat have market for their distributions and it does not mean that there is no market for Debian.

    2. Re:Will Linux be free over the long run? by jc42 · · Score: 2

      > And is it really possible, as a pratical matter, for technology as complex as GCC to be forked by volunteers?

      What's the problem here? I've "forked" a number of C compilers in the past. I found myself working on projects that needed a cross-compiler, so I got one
      and recompiled it for the new machine. In the process, I invariably had to make a number of changes. Thus, to aid in debugging, I added a builtin caller() function to several compilers that acted pretty much like perl's function of that name. I've also added in a number of hooks to make the code interoperate with debuggers. This should all qualify as a "fork", since my code was never folded back into the original compiler. And yes, I did such things all by myself.

      Granted, GNU makes things that are bigger and more complex than most others. But I don't think that forking it would be much of a job for one person who knows a bit about compilers. If GNU didn't want something useful folded back in, the result could well be a fork.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    3. Re:Will Linux be free over the long run? by Anonymous Coward · · Score: 0

      wow - your ignorance is astounding. this has nothing to do with distributions

  10. I love this kind of publicity by Bladerunner2037 · · Score: 1, Troll

    Our state may be rainy and gray, but we have things like the IBM team and a big chunk of Intel that make us shine above the silicon valley...we are the silicon forest. :)

    --
    -- oodabadabaY
    1. Re:I love this kind of publicity by Bladerunner2037 · · Score: 1

      And just why is this a TROLL? From the Jargon files: troll 1. v.,n. To utter a posting ...designed to attract predictable responses or flames; or, the post itself. Predictable responses? Don't know of any that would be predictable to my post. Flamewar? hardly my intent. My post was just an expression of pride in my region and the techie aspect we have to offer...nothing more. of course, i am now feeding the troll that modded me a troll...the vicious cycle continues.

      --
      -- oodabadabaY
  11. Filesystems by Arallok · · Score: 4, Interesting

    Is there any work on the file system limitations or software RAID device restrictions (I was told no more than 12 devices per RAID setup)? What changes are being made.

    My work is particularly interested in filesystems > 64 TB and RAID with > 20 devices.

    1. Re:Filesystems by Anonymous Coward · · Score: 0
      My work is particularly interested in filesystems > 64 TB and RAID with > 20 devices.

      damn that's a lot of porn

    2. Re:Filesystems by wsloand · · Score: 1

      My work is particularly interested in filesystems > 64 TB and RAID with > 20 devices.

      Wouldn't you be hitting the point of diminishing returns with software RAID with > 20 devices? It seems to me that the processor would be strictly doing I/O computation under heavy loads.

  12. The Open Source model by larry+bagina · · Score: 5, Interesting

    IBM will be using linux to help sell their hardware. Other companies have tried this (VA Linux, which owns Slashdot, once had linux hackers on their payroll). Obviously, IBMs hardware is in a different league as an x86 clone, but do you have any thoughts on Open Source business models and their validity? Once the kernel is running smoothly, will you be disposable since the "Open Source community" can continue development for free?

    --
    Do you even lift?

    These aren't the 'roids you're looking for.

    1. Re:The Open Source model by brooks_talley · · Score: 2

      I can partly answer this one, and I'm not one of the Linux developers at IBM.

      IBM's model is only partly to use Linux to sell their hardware. Today's IBM is more of a service company than a hardware company. Their move towards Linux is more because they think (and rightfully so) that they can make money with *service* for Linux, not because Linux will sell a ton of hardware boxes. IBM knows that hardware (except for the highest-end stuff) becomes a commodity over time with little to no margin. Service, however, allows the company to leverage its brand and experience to charge a premium over the local VAR, and thus create a reasonable margin.

      As for IBM's opinion of Open Source business models and their validity, I certainly hope they have a lot of belief in the business model of giving away the software and charging for service... otherwise, they're one confused company.

      Cheers
      -b

  13. Linux? by quasi_steller · · Score: 5, Interesting

    Why does IBM feel that Linux is important to IBM, and how important does IBM feel Linux is to the future of computing in general?

    --
    ...interesting if true.
    1. Re:Linux? by brooks_talley · · Score: 2

      Wouldn't this be a better question for IBM's marketing department, or business/technology strategist types? I'm sure the IBM Linux developers are bright folks, but I'd be surprised if they're in a position to comment on IBM's strategic vision for Linux (let along IBM-as-a-whole's estimation of the "importance of Linux to the future of computing in general").

      No offense, but I'd rather see questions that the interviewees are well suited to answer.

      Cheers
      -b

    2. Re:Linux? by no+reply · · Score: 1

      I think this question is appropriately directed, to explain the future of Linux@IBM, since they have obviously been the ones who put in the hours, maybe they could tell us why

    3. Re:Linux? by Anonymous Coward · · Score: 0

      Fairly obvious isn't it. Jump on the bandwagon, kill MS, sell customers services. After all services are what turned IBM around from a near death experience, well that and Lou.

    4. Re:Linux? by mge · · Score: 1

      Wouldn't this be a better question for IBM's marketing department, or business/technology strategist types?

      I agree. I work in a very large IT services multi-national that has business issues / problems similar to IBMs. My company supports (amongst other things) CERT, DOD (US/CN/UK/FR/AU), build military h/w & s/w, right thru to ERP (finance and HR) systems.

      They'll repeat the company lines, with a few extra names, but they don't have any better pipe to the PHB's heads than we do.

  14. Getting your changes accepted? by korpiq · · Score: 5, Interesting


    Is Linus accepting your changes well? How directly do you submit patches, and what are your experiences on the overall Linux kernel development style?

    --

    I think, therefore thoughts exist. Ego is just an impression.
  15. Hackers? by JanusFury · · Score: 0, Flamebait

    Does the IBM l33t lunix kernel #4x0r team have any plans to #4x0r the living bejeezus out of Microsoft?

    --
    using namespace slashdot;
    troll::post();
  16. An IBM Business OS? by Anonymous Coward · · Score: 0

    Is there any plans on creating another "OS/2" based on Linux? Most probably not, but it is nice to think about. Imagine an OS from IBM that runs Lotus Notes, SmartSuite, apache, bash, mysql, postgresql, Java, OS/2 apps, Windows Apps (through Wine?), etc etc. Maybe with a standardized desktop environment similar to the way Apple has done with their Mac OS X. Apple did it. I'm sure if IBM packages viable business apps as well as server apps, a lot of people would consider it over Windows or other Linux Distros.

    1. Re:An IBM Business OS? by Havokmon · · Score: 2
      Imagine an OS from IBM that runs Lotus Notes, SmartSuite, apache, bash, mysql, postgresql, Java, OS/2 apps, Windows Apps (through Wine?), etc etc.

      OS/2 in it's current form pretty much does all that, or is very close. The big advantage OS/2 has, is it was made for 486's, so it screams on current hardware, if you have supported hardware. For example, you have to grab a newer IDE driver, and create a new install disk just to install Warp 4 on a >4GB HD. See Odin for Win32 support, and see EcomStation for the latest version of OS/2

      --
      "I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
  17. Marketing? by GMontag · · Score: 1, Flamebait

    Are your Marketing folks going to continue with the "Warm Dead Chickens" marketing approach, like OS2, or are they going to get a little flashier like that other OS?

    1. Re:Marketing? by Anonymous Coward · · Score: 0

      the expression is "IBM would market sushi as Cold, Dead Fish - just in the interests of being accurate"

    2. Re:Marketing? by Anonymous Coward · · Score: 0

      the expression he was referring to is "If IBM bought KFC the new marketing campaign would be "Warm Dead Chicken"

      perhaps *you* never heard that one, but it has been around for ages

  18. linux on thinkpads by Olinator · · Score: 5, Interesting

    IMHO, IBM makes some of the best mobile hardware out there -- one of the professors I support raves about his ThinkPad 600, that went with him into the Israeli desert for several months and is still running strong, no service required -- but the linux support for that hardware has been, um, erratic at best. Yes, we've been occasionally been able to purchase the odd model with linux preinstalled (usually it's *more* expensive than the comparable model with MicroSoft preinstalled, grr) but an awful lot of the hardware (mini-pci modems, &etc) is rather difficult to drive with a penguin behind the wheel. Why does IBM's linux enthusiasm fade so quickly at the small (physical) end of the hardware scale? Is there momentum underway to change this?

    1. Re:linux on thinkpads by vluther · · Score: 2, Informative

      Just to clarify, you mean for the older laptops right ? I have had the pleasure of owning an a20p, a22p, and now an a31P, all of them were freed from windows within the first day that I got them. Apart from the modem, everything worked flawlessly.

      This new a31p has a built in wireless card, that was the only thing that needed work, and once I put 2.5.13 on it, even that card worked fine. I used the stock redhat 7.3 CD to install everything. Even X.

      The video card on this laptop is an ATI Mobility Fire GL 7800 (64MB video card), it's supposed to be bad-ass, only Dell ships with a 64MB nvidia to compete with this a31 model btw.

      Apart from the modem, I think IBM's laptops are the greatest mobile machines to install Linux on.

      But aside from that, I agree with the final question. About this time last year, you could find Linux pre-installed on the ibm.com website, hell it was even advertised .. thinkpads with Linux. Was the market really that low ? Or was there pressure from outside forces to sell only MS Laptops ?.

    2. Re:linux on thinkpads by NetMasta10bt · · Score: 2, Informative

      I have the ThinkPad 600e. I installed RedHat 7.3 on it, and it works wonderfully. X came up without issue. I run wireless on it at work and home.

      Oh, sound was an issue, but IBM's website tells you how to make it work. It uses the cs4232 driver. The device does not init correctly on boot for some reason, so if you remove then remodprobe the module it works fine.

      I'm unable to suspend to disk, but I didn't set up a partition for that. Haven't seen if Windows will still do it after I repartitioned.

      I'm looking forward to the suspend to RAM functionality of the 2.5 kernel.

      I've been trying to get the serial port to work today without much success. I believe I have the tools required.

      The MWave soft modem driver was released just a bit ago (source and all I believe), I have downloaded the driver, but haven't tried it yet.

      I've gotten DVD working great with mplayer (be sure to use the FFmpeg library). On a P2-400MHz!

      All in all I'm very pleased! I got mine for a song on Ebay.

    3. Re:linux on thinkpads by Anonymous Coward · · Score: 1, Informative

      There are various aspects of the laptop that are still not supported under linux:

      1) The "Thinkpad" button for example.

      2) The notorious inability to have simultaneous CRT+LCD display on the T2x machines (with Savage chipsets)

      3) No 3D graphics support for the T2x based machines.

    4. Re:linux on thinkpads by Anonymous Coward · · Score: 1, Informative

      Your sound chip is getting messed up when the PCMCIA
      daemon does its hardware probing. (The Linux cs4232
      module doesn't grab all of the ports that the sound
      system actually uses.) Check the resources used by
      the sound chip under Windows and exclude them in the
      PCMCIA configuration file.

    5. Re:linux on thinkpads by Permission+Denied · · Score: 2
      I think part of the probem is that IBM is huge. The left hand doesn't know what the right is doing. The way I understand IBM's structure is that it's not one large, centrally-managed company, but rather a bunch of loosely grouped companies. The VP of mid-range servers might have a woody for Linux, but that doesn't mean the VP of thinkpads has to do anything with Linux.

      What I'd like to know is exactly who in IBM is pushing Linux and what divisions they oversee. The whole s390 Linux thing took me completely by surprise as I had no idea the big iron IBM folks had any interest in Linux; from what I understand, this started as a bunch of s390 engineers messing about with a VM during their lunch hour, but now it seems like it's getting attention from above (which is very cool, but somewhat unexpected for those of us who've been in Corporate America for too long).

      I can't imagine an ebullience of Linux enthusiasm overtaking all ranks of IBM, so I'm guessing there's someone higher-up who's pushing Linux. I'd like to know who these people are and what parts of IBM this affects and does not affect.

      Anyway, it'd be better if someone on slashdot with inside info could answer this question. I don't want to bore these engineers with politics (I'm looking forward to a hardcore technical interview, not some fluff that I can find on cnet or salon).

    6. Re:linux on thinkpads by Anonymous Coward · · Score: 1, Informative

      You need a little util from the IBM site to "enable" the serial port. Cant really remember the name of the app... I think i booted from a win98 startdiskette with the app on. Google is your friend.

    7. Re:linux on thinkpads by Anonymous Coward · · Score: 0
      I'm guessing there's someone higher-up who's pushing Linux.

      Everyone that knows a buzz when they see one. And Irving V-B is no small factor, either.

      this started as a bunch of s390 engineers messing about with a VM during their lunch hour, but now it seems like it's getting attention from above

      One of the really frustrating things about IBM is that it's so big ideas have to make it through a sort of evolutionary process before they get anywhere... and as with real evolution, the best ideas don't always make it past the random natural disasters - ie, middle management. This is how things happen within IBM, though. You pretty much have to have something working before you're allowed to work on it officially. (ugh) It's a whole different kind of suck than you're used to.

      I expect it's a bit better for this sort of thing in R&D, but I wouldn't count on it.

      There is a Linux section in the IBM Standard Software Installer now, though, which while nearly empty is quite cool to see (this is the automated installation system). Even before it was officially ok'ed, there was a pretty impressive percentage of people using Linux within IBM (this was two years ago I think).

      anonymous IBM contractor, woo-hooooooooot.

    8. Re:linux on thinkpads by tyler_larson · · Score: 1
      There may be solutions that you just don't know about.

      When I was working at IBM research, we always used a customized in-house distro whenever we installed Linux on one of our machines. It was just a modified RedHat, but it was indeed modified.

      The reasons why we did so were (a) it installed automagically over the network--no CDs required, (b) it installed all the stuff that we used internally, like Tivoli for backups, and (c) it installed settings and patches customized specifically for the model of IBM computer you were using.

      They've put a lot of effort in making Linux work on their computers, but since you're dealing with such a huge, loosely connected corporation, it's quite possible that many of the patches and fixes haven't made it out of the company. I think this is particularly true with older models or with patches which they may consider too unstable for public consumption.

      A noticable portion of the in-house distro we were using was untested and sometimes contained more bugs than most IBM customers would tolerate. I think they like to keep these things within the company until they know it works.

      --
      "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea...."
      RFC 1925
    9. Re:linux on thinkpads by uarty · · Score: 1

      Here's a question, why won't the uart values of the serial ports onboard a TP t-2x work correctly with red hat linux. It is so frusterating to try and do console stuff with my laptop and not be able to get minicom to work properly!!! This proprietary ibm architecture is still driving me up a wall 20 years later! (Remember micro-channel???)

    10. Re:linux on thinkpads by repoleved · · Score: 1

      on the a22p

      Have you had any success with screen resolutions other than 1600x1200 with XFree86 4.2? Due to lack of modelines (or SOMETHING) I am having lots of trouble getting any other resolutions at all!

      But 1600x1200 works nice and stable, so at least there's that.

    11. Re:linux on thinkpads by Anonymous Coward · · Score: 0

      i have an a21p so this may not work for you, but try 16 bit color if you want X at lower resulutions. the only reason i do this is for quake at full screen.

    12. Re:linux on thinkpads by A.+Lynch · · Score: 1

      Your assesment of the way IBM is structured appears to be correct, from my view. But the centralized view of Linux as a Tier 1-supported OS across the entire product spectrum is there.

      I'm typing this on my IBM Thinkpad, running RedHat 7.3. All of my servers, which run a nationwide ISP of 300,000+ subscribers, run RedHat 7.2 on IBM hardware. All of that is fully-supported by them, as well.

      I have quite a few contacts in alot of divisions inside of IBM, and I can definitely say that everyone is excited by the Linux movement, and are very pleased that their company has embraced it. Even the IBM hardware support guys I've worked with have a basic knowledge of things Linux-ish, like modules and such.

  19. Linux On The Desktop by Iguanaphobic · · Score: 5, Interesting

    Do you see any place for Linux on the desktop? If so, will you be able to fend off the PC hardware group better than the OS/2 group did in the past?

    --
    Fascism should more properly be called corporatism, since it is the merger of state and corporate power.
    1. Re:Linux On The Desktop by Anonymous Coward · · Score: 1, Interesting

      Large organizations such as IBM could very instrumental in moving Linux to the desktop. As an AS/400 developer, I would like to know if IBM sees a future in the Linux desktop -- eg. will Client Access be ported??

  20. Best way into the Professional Linux world? by pgpckt · · Score: 5, Interesting


    As many people here, I am a huge Linux fan, but I am so much so that I am trying to figure out how to get into the professional Linux world when I graduate.

    I attend Clemson University and am in the Computer Information System (CS + business) program (and doubled in Political Science). My goal is to become a Linux sys admin, or perhaps some other Linux guru type job. The work that IBM is doing with Linux is also very appealing to me.

    So, how did you get your job, and what would you recommend as the path to follow for us geeks just getting started in the professional world as to how to get into Linux? How can I become as entrenched with Linux as the professionals at IBM? I have had two internships (not with IBM, nor with Linux, but with other CS stuff), but how can I get an entry-level job in a Linux intensive environment like IBM? How can said job lead me into a career where I can be deeply involved in the Linux world?

    --
    Lawrence Lessig is my personal hero.
    1. Re:Best way into the Professional Linux world? by MisterBlister · · Score: 0, Troll
      There is no professional Linux world...Do you think its still 1999 when any silly communist OS based company could get funding?

      Get over it...Learn Windows!! Its the FUTURE!!

    2. Re:Best way into the Professional Linux world? by Vagary · · Score: 1

      To rephrase: how the hell can I get someone to not only trust me but pay me to do such sophisticated work straight out of college?!

    3. Re:Best way into the Professional Linux world? by LinuxHam · · Score: 2

      My goal is to become a Linux sys admin

      Aim higher. You don't typically come to IBM to become a sysadmin. I strongly suggest making yourself known to the e-Business Infrastructure group. Come here if you want to always be at the forefront of "professional grade Linux".

      but how can I get an entry-level job in a Linux intensive environment like IBM?

      I was not a college hire, but we get a fresh new batch every year. I had 7 years of varied IT experience (6 of Linux; most of it personal). Even then it took 3 years to get hired. In '97, e-biz was not ready to embrace Linux, but by 2000 they knew it was the future and were grabbing up as many practitioners as they could find. Now the market is coming at us full bore and it feels a lot like the moments leading up to the first time Jodie Foster heard the transmissions in Contact.

      In e-Business we use the most appropriate tool for the job, so it helps to understand the 3-tier application infrastructure model, and why IBM releases Linux versions of nearly all of its software on all hardware platforms.

      --
      Intelligent Life on Earth
  21. distros? by elykyllek · · Score: 5, Interesting

    I would love to know what distros are popular on your desktops, at work and at home.

    Also explaining why you chose that distrobution would be great.

    Thanks

    1. Re:distros? by NighthawkFoo · · Score: 2, Informative

      Well, the research group at Watson has a Redhat 7.1/7.2 based distribution called the "Client for eBusiness" that's available to IBM'ers to install on their machines. It's not really supported, per se, but most people that would install it wouldn't call the help desk anyway. It's got various tweaks to make it more friendly to the infrastructure here.

      I personally use SuSE 8.0 Professional on my workstation (I'm typing on it right now, in fact). We have our own internal mirrors that have the latest Linux distributions on them - that's where I got my copy from.

      Most people use the Client for eBusiness, but I'm more comfortable with SuSE.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it."
      - Evelyn Beatrice Hall
  22. Issues with middle management by Consul · · Score: 5, Interesting

    When you were starting out as a group, did you encounter a lot of friction and resistance from middle and/or upper management about your wanting to work on Open Source projects for IBM? If so, what did you do to overcome the objections and become the team you are now? I think the answer to this would help a lot of other people in other companies get mainstream acceptance of the idea of OSS in corporate environments.

    --

    -----

    "You spilled my egg... I needed that egg."

  23. What is Linux Missing? by dasunt · · Score: 5, Interesting

    What features do you find linux most lacking in?

    (If we don't examine our weaknesses, we will be crippled)
    1. Re:What is Linux Missing? by Anonymous Coward · · Score: 0

      Perhaps reword to "What is wrong with Linux and why?"

  24. not laid off? by Anonymous Coward · · Score: 1, Insightful

    It's widely known that IBM is laying off Linux specialists and indeed laid off many in Portland just last week (which was widely discussed in the local Linux user-group discussions, so it's not exactly a secret). Considering that IBM laid off a bunch of Linux folks in Portland last week, are we sure this interview group is still employed? And can you comment on IBM's commitment to Linux when it is in fact laying off Linux specialists nationwide?

    1. Re:not laid off? by lindsley · · Score: 2, Informative

      All of the people listed are still employed by IBM, working on Linux, and reading slashdot (including me). (Well, ok, not sure if all of them read slashdot :)

      Yes, the layoffs did not completely miss the Linux folks in Beaverton (or elsewhere) but I think IBM's commitment to Linux is underscored by how it was minimized.

  25. When do you estimate Linux can surpass Solaris? by wytcld · · Score: 5, Interesting

    Solaris 9 is getting great reviews. Between the strengths of the traditional open source community and IBM's resources, do you see a point in the next several years where you expect Linux to surpass Solaris in all of its core strengths? Or does Solaris have some unique values which will allow Sun to continue to position itself to advantage, at least for some applications? Please answer this as a technical rather than marketing question.
    ___

    --
    "with their freedom lost all virtue lose" - Milton
    1. Re:When do you estimate Linux can surpass Solaris? by NetMasta10bt · · Score: 1

      I think the key for Linux to surpass Solaris is the implementation of CacheFS. This is where Linux is really lagging behind Solaris.

  26. IBM's LTC buddies up with UTexas by Anonymous Coward · · Score: 0

    Somewhat on topic...

    At the University of Texas at Austin, IBM's Linux Technology Center hosts about 2-3 seminars every semester.

    The seminars that I have gone to include discussion on JFS, EVMS, and the Pervasive Technology Group (not Linux specific). Very interesting stuff.

    Also, one of IBM's kernel hackers teaches an upper-division course at the university on guess what... Linux Kernel Programming. This is not surprising since the university actively tries to get Industry involved in education (good or bad, you be the judge). IBM also has 2 other instructors at UT, one for OS another for Advanced Java.

    Various other tech companies have instructors at the university as well, including Motorola and Sun.

  27. My question by Anonymous Coward · · Score: 0

    If Linux becomes sucessful on the desktop, what would IBM do in terms of support for commercial setups?

  28. More about *nixs as a whole, and your view. by Neck_of_the_Woods · · Score: 3, Interesting


    Most everyone in the world would say that Linux/Unix is not as user friendly as say OSX and Windows/add suffix here.

    With that in mind do you guys see this complexity as a bonus or a henderance to all *nixs moving forward, and please let us know why you feel this way.

    --
    Neck_of_the_Woods
    #/usr/local/surf/glassy/overhead
  29. FreeBSD by Anonymous Coward · · Score: 1, Interesting

    Now that IBM has endorsed the Free Source movement, how about working on venerable BSD line, upon which AIX is based? It's much closer to the IBM way of doing things and should be more familiar, as well as being a techically strong base on which to do future work.

    1. Re:FreeBSD by Anonymous Coward · · Score: 0

      Uhm, AIX isn't at all based on BSD. It uses a TCP stack with the roots in BSD, but that's about all. Out of the major Unix "threads", AIX is most similar to SysV.

  30. IBM's Linux engagement by quigonn · · Score: 2

    If anybody wants to see two 1024-node clusters based on Linux and built by IBM, and lives in or near Austria, go to the Linuxwochen ("Linux weeks").
    IBM was so kind to support this Linux event, and therefore they present really cool stuff, namely two Linux-based 1024-node clusters.

    --
    A monkey is doing the real work for me.
  31. Corporate oversight .vs. free flow of information by Ashurbanipal · · Score: 3, Insightful

    You're right, I'm not suprised that your responses have to be vetted by management. But, I'd love to know what guidelines IBM has for hackers' interaction with the rest of the GNU/Linux/Internet community. Are you allowed to criticise IBM management, or other IBM products, for example?

  32. OS/2 Developers by reaper20 · · Score: 5, Interesting

    I'm one of the few people who really enjoyed the OS/2 desktop and it's features. Have any of the former OS/2 developers been contributing to Linux?

    Specifically, the user interface and accessability people - OS/2 was very polished - does IBM see a benefit by offering this expertise to the GNOME/KDE projects?

    If so, how does this tie into IBM's vision of Linux of the desktop, if you have one? :)

    1. Re:OS/2 Developers by datastew · · Score: 1, Offtopic

      Mod this up. For those who haven't seen OS/2, it was really sharp. Off-topic, I've got a little karma. When do I get to moderate? Maybe I am viewing too many pages per day. I'm kind-of spoiled by the fast connection where I work.

    2. Re:OS/2 Developers by Anonymous Coward · · Score: 0

      I used to run OS/2 from version 2 on up to version 4. However, the OS/2 marketplace died. So, I moved on... to Windows NT/2000/XP. However, the Windows API is a complete mess compared to OS/2. I have since moved onto using Linux. I like the glib/gtk+ development. The APIs are very organized. And if there is a bug, I don't have to wait for Microsoft to come out with a patch, I can fix it myself. Another good thing about glib/gtk+ is that you can write programs that work on both Windows and Unix now.
      Does Linux on the Mainframe support glib/gtk+?
      Will AIX be using the GNOME2 desktop in the future? What features does IBM see themselves adding to Linux in the future?

      Thanks,
      Daniel Morgan

  33. Older IBM Machines by Universal+Nerd · · Score: 3, Interesting

    Here at my job we have quite a few older IBM machines (PPC RISC IBM 7248 and 7006) and I was searching for a Linux distribution that I could install them - I found a few for the 7248s but nothing for the 7006. I'm planning on building a cluster out the old iron, they may not be fast but they are semi-retired and there are a lot of them.

    My question is this, along with bringing linux to the newer machines, are there plans to support the older machines?

    --
    Ash nazg durbatuluk, ash nazg gimbatul Ash nazg thrakatuluk agh burzum-ishi krimpatul
    1. Re:Older IBM Machines by Anonymous Coward · · Score: 0

      I have a 7006 also. Why can't IBM release more info rmation on older MCA RS/6000 machines. Are there any plans to do so.

  34. Linux development tied to IBM hardware? by morhoj · · Score: 2

    Being that IBM builds it own proprietary systems, platforms, and components, does it focus most of its development for Linux to run on IBM gear? Technologies, however advanced, like the Power4 processor or ChipKill, aren't exactly the kind of systems that I would guess the Linux "masses" actively develop and work on.

  35. Linux on AS/400 by MAXOMENOS · · Score: 4, Interesting

    About a year ago it was announced on the Linux for AS/400 web page that "OS/400 V5R1 will support the first version of Linux for AS/400's." I haven't heard much since then, and there doesn't seem to be much information about Linux on AS/400s on the IBM web page. Can you comment about if, and how, porting of Linux to AS/400 machines is developing? Thanks.

    1. Re:Linux on AS/400 by Renoberator · · Score: 1

      This is probably the page you're looking for:

      http://www-1.ibm.com/servers/eserver/iseries/lin ux /

  36. ViaVoice and Linux -- what's happening? by xerofud · · Score: 5, Interesting
    I was quite disappointed recently to learn that IBM has discontinued support for the Linux ViaVoice SDK.

    What can IBM tell us about the company's future plans for voice recognition under Linux, and in particular, if IBM found supporting the ViaVoice SDK economically unviable, is there any chance that they could open source the code so that volunteers could continue to maintain/develop it?

    As evidence of the open source community's interest in the SDK, check out the projects in Sourceforge that rely on it. I just hope that IBM doesn't let the Linux ViaVoice SDK go the way of Blender !!!

    1. Re:ViaVoice and Linux -- what's happening? by deveco · · Score: 1

      I have been checking the IBM website, hoping for a ViaVoice update. Voice dictation is the most important app for me and many others. This is disappointing news.

      I would think with staroffice/openoffice now out, it would be a good time for IBM to release an update to this desktop-productivity product (ViaVoice). Any offices that convert to openoffice/staroffice will need to have a dictation product for its disabled employees (guaranteed sales).

      --
      Is life so dear, or peace so sweet, as to be purchased at the price of chains and slavery?
  37. pSeries Support by mmcgreal · · Score: 1

    Does IBM have plans, or hopes, to make Linux as powerful on the pSeries platform as AIX is? Accomplishing that would likely take some significant kernel patches which may not be accepted into the official source tree, so would IBM then simply maintain a set of patches for pSeries use?

    Thanks!
    Martin McGreal
    St Louis, MO

  38. Does IBM view OSS as better, or just different? by drew_kime · · Score: 2

    The business units promoting Linux recognize the advantages of the Open Source development model, yet IBM still produces proprietary software. Does this indicate that support for OSS is simply a marketing position, or is it that IBM believes OSS is good for some types of development but not others? If it's the latter, what types of development are viewed as not conducive to OSS, and why?

    --
    Nope, no sig
  39. C++ compiler for Linux? by scherrey · · Score: 4, Interesting

    IBM's C/Set C++ compiler (becoming Visual Age C++) was one of the best C++ implementations of its time for both performance and standards compliance. Now the product's been discontinued for Windows & OS/2 but still exists for AIX & S/390. Is there any hope for Linux support for this compiler?

  40. Name of the Game by Anonymous Coward · · Score: 0

    Will IBM be entering the embedded linux PDA market with a reponse to the new Sharp Zaurus PDA? If so, when can i pre-order mine? :)

  41. IBM's the good guy now? by Anonymous Coward · · Score: 2, Interesting

    I've read a great deal about IBM shifting from the old-bad-guy to new-good-guy with their commitment to Linux. So far, the community seems fairly convinced that IBM's intentions are honest and that they are in fact bringing a lot of credibility and respect to open source and Linux. However, historically, IBM attacked the unified UNIX which GNU/Linux is in some ways becoming. As the developers, you are on the front line of IBM's test as a Linux-friendly force. I'd like to ask what efforts you are making to keep this the case.

  42. Lin Vs Win by coryboehne · · Score: 2, Interesting

    What's everyone's stance on the eternal Windows versus Linux battle? Are you firmly entrenched in the everything Linux standpoint, or more towards the Windows for idiots and Linux for power users standpoint? In addition to this do you feel that linux will soon be capable of capturing a significant amount of marketshare in the personal desktop market segment, or do you feel that the place for Linux is in server applications?

  43. Linux Distribution Flavors by Ruger · · Score: 2, Interesting

    How are the different flavors (Redhat, SuSE, etc.) of Linux affecting IBM's development efforts? What are the teams' favorite(s)? Why?

    Ruger

  44. dork by Anonymous Coward · · Score: 0

    man, how much under 20 yrs old are you? he tagged the original, pre-1985 quip, on the nose. just in the interest of accuracy of course

  45. Which came first? by programic · · Score: 2, Insightful

    Did IBMs embrace for Java spawn the emphasis on Linux, or was it the other way around.

    Or are the two entirely unrelated?

    --
    -- yawn. --
  46. Will the kernel jiffies get fixed? by Anonymous Coward · · Score: 0

    C'mon, only 497 days of uptime? Fix the jiffies, the world will love you.

  47. what AIX stands for by Anonymous Coward · · Score: 0

    Does AIX really stand for Aliens Invaded uniX?

  48. Is IBM's commitment to Linux political hype? by dazdaz · · Score: 3, Interesting

    With all of this investment in Linux, does IBM put it's money where it's PR is and utilise Linux on the desktop and servers worldwide?

    1. Re:Is IBM's commitment to Linux political hype? by CrayzyJ · · Score: 1

      IBM's PR is about Linux on servers, not desktops.

      --
      Holy s-, it's Jesus!
  49. CAN YOU SAY "C A T I A" by phrostie · · Score: 2, Interesting

    When will CATIA on Linux see daylight?
    The only shops that i know of that are going to V5 are changing to NT from AIX.

    1. Re:CAN YOU SAY "C A T I A" by Anonymous Coward · · Score: 0

      Well this i what will bring our workpark, approx 200 boxes, of aix/hp boxes turn to PC and Windows qouite soon :( Same for Ideas and almost all other CAD software.

      The CAD is almost the only excuse for unix (for our managers/acconters at least), but not for long now, harware do expensive (and slow for now all CAD sofware developed in Windows, like mozilla on PPC).

      And once solidated in windows, then its
      to late I think

  50. NUMA and AMD Opteron by emil · · Score: 2

    AMD's Opteron (Hammer) will integrate Non-Uniform Memory Access (NUMA) features. IBM has had significant NUMA design experience through its own products and acquisitions.

    Does IBM plan any major NUMA efforts for Linux? Is there any synergy with NUMA-Q? How will any NUMA efforts impact IBM's Itanium commitments? Any possibility that we might see an Opteron port of AIX 5L?

    And, perhaps most importantly, if AMD's NUMA efforts prove fruitful, might IBM be forced to de-emphasize it to protect its competing product lines? After all, AIX only recently became "partitionable", while Solaris has had this feature for some time...

  51. Linux within IBM's Profesionnal Services by dazdaz · · Score: 2, Interesting

    Is Linux support part of IBM's professional services and if so can this be explained in some more detail. I'm sure there are many qualified people who would and could make a lifelong career here, but IBM being the huge monolith it is, makes it difficult to know whose door to knock on.

  52. Evangelizing Linux on PowerPC by ddkilzer · · Score: 3, Interesting

    What steps are you taking (if any) to evangelize Linux on "low-end" PowerPC systems such as the Apple Power Macintosh line? Is there any chance of seeing low-end PowerPC-based motherboards with out-of-the-box Linux support from IBM in the near future?

  53. Portland the beautiful by Glanz · · Score: 1

    All I have to say is that you are missing someone on your team.... Daniel Robbins. I am sure you all know who that is. As for Portland, I know t well after the turbulent years at Beserkeley.
    All I have to say is keep up the good work, and make Robbins an offer for chrissssss Sake.

    --
    Rien n'est plus beau que le creux du 0.
  54. Sports by nirvdrum · · Score: 0, Offtopic

    What are your feelings on Linux being the star basketball player? Personally I don't like hotshots in any sport, but are there plans for Linux to play anything else?

    --
    If there was a "-1 Not Funny", that'd be my most used mod.
    1. Re:Sports by nirvdrum · · Score: 1

      I don't see how a reference to IBM Linux commercials is offtopic (surely someone else has seen these). Seems like a valid question to me. Perhaps it was modded down because it had a hint of degrading linux? That has to be a first.

      --
      If there was a "-1 Not Funny", that'd be my most used mod.
  55. IA64 by sabre · · Score: 5, Interesting
    Before IBM downsized the former Sequent hardware division, Sequent was actively involved in IA64 platform design, and continues to be active in many open source IA64 projects...

    In general, the Itanium has seen quite poor adoption rates and even Intel/HP admit that their initial public silicon is really only fit for software developers and platform work (due to low performance, and altready established players in the 64-bit field).

    Do you think that IPF64 line will see any kind of broad industry adoption? Will it become just like rest of the (non-embedded) processor architectures designed since the x86 -- constantly fighting for 5% of the market? Do you think the AMD Hammer architecture will be a meaningful player in the field?

    Since your group is a key player in the Linux on IA64 and GCC for IA64 projects, can you give us any status information about recent developments in the project since the IA-64 Summit?

    Thanks,

    -Chris

  56. The Linux Perception... by ThomasMis · · Score: 3, Interesting

    While meeting with a fellow software consultant recently, I queried him on his plans to expand his business. Specifically, I was curious to know what information infrastruture he plans to grow around. He returned a puzzled look. I had asked if he had considered Linux as a possible server platform, to handle internal source code control, email, and file shares. I suddenly diminished in his eyes. He responded as if I had just asked him if he wanted to buy used Yugo. To him, Linux isn't business worthy... isn't a real stable, capable OS... and worse yet... a threat to the software industry!

    Linux needs positive marketing. So my question is, what can you do to champion Linux with IBM's giant huge marketing machine? Not every IT person in the world reads Slashdot (I'd venture to say less than 1%), but a large number of IT people read MS marketing. So the perception most IT people have about Linux is through a Microsoft lens.

    --
    Check out my podcast: DreamStation.cc Video Game Show
  57. 390 code by buss_error · · Score: 5, Interesting

    What were the major porting problems the 390? Do many people use it? How has management accepted Linux in the 390 world?

    --
    Necessity is the plea for every infringement of human freedom. It is the argument of tyrants; it is the creed of slaves.
  58. IBM support for Linux by denisbergeron · · Score: 3, Interesting

    I want to konw when IBM will begin to support Linux at an OS for it-self instead like an tools for selling hardware.

    IBM never release any desktop tools for Linux. The Lotus SmartSuite never hit the Linux Desktop, nor Notes. By doing this, IBM it's the only company with Microsoft do not port they office suite to Linux.

    The IBM's Lexmark company never provide any driver for the home /SOHO printer (the only Lexmark printer driver was marked experimental at linuxprinting). By doing this, IBM it's the only company in the world do not offer support for there printer to the Linux Home users.

    IBM also dicontinue the support for ViaVoice under Linux!

    IBM also doesn't support they desktop and notebook hardware under Linux or other free OS! IBM even take the FreeBSD partition number to use it for it's "suppend to disk" on the bios of ThinkPad making them unusable for FreeBSD !

    I really think that's IBM only take the Linux part they need now, and don't look at the future.

    The grid computing it's right there at our door, and already desktop begin to replace mainframe in batch processing. We are now using lost cpu cycle do process job under the Windows and Linux desktop. If IBM doesn't investigate this oppurtunity (and the Linux Desktop) in the neer future, IBM will just don't get the next wave and will begin to clash !

    --
    Ceci n'est pas une Signature !
    1. Re:IBM support for Linux by Rascalson · · Score: 1

      I think you where supposed to actually ask a question instead of just useless flames. What is your agenda by the way?

      --
      prisoner# msce18xxxxx. Currently planning my escape.
    2. Re:IBM support for Linux by denisbergeron · · Score: 2, Interesting

      Sorry !
      My question is :
      To you think IBM will support Linux in an broad manner instead of only on there aging Mainframe ?

      Linux it's not only the kernel, it also the GNU movement and it's also a lot of individual who program it, and program application for it and use it.

      When a company claim to support Linux and in fact they only use it to promote they older and desuet platform, it's a really bad move for my opinion.

      --
      Ceci n'est pas une Signature !
    3. Re:IBM support for Linux by Anonymous Coward · · Score: 0

      I agree with regard to Lotus Notes. I am one of many developers in my group who has two machines in my cubicle. A Linux box to get all of my real work done and a Win2k/NT box used for the sole purpose of checking my Lotus Notes email. The IBM developer web site says that I can use the Notes client on Linux by using WINE to emulate Windows and installing it that way. What a pain! I tried this method and still haven't gotten it to work after a couple hours of messing with WINE settings. I've resorted to using the vncviewer to connect to Win2k. I see that IBM sells the Domino server for Linux. Why not deploy the Notes Client as well? I think this would show a true commitment to Linux and I know it would create a lot more cubicle space. :-)

  59. Affects of OS on features ... by binaryDigit · · Score: 1

    Are there any "features" that might have (or that you would like to have) made it into your distro of Linux that won't/didn't because of the open source license?

  60. Mainstream, not Mainframe by no+reply · · Score: 1

    Hi, I'd like to ask if any of IBM's contributions can be found in any mainstream distributions or will it be soon? And, will any source be distributed?

  61. IBM Linux? by sc00p18 · · Score: 5, Interesting

    Does IBM have any plans to create its own Linux distribution? Doing so would certainly generate a great deal of publicity for IBM's Linux strategy, as well as serve to make Linux a household name. What are your thoughts on this?

    1. Re:IBM Linux? by krammit · · Score: 1

      Do you think that OS/2's fate in the desktop market would influence any decision to pursue an IBM Linux distro?

      --
      "Watch your cornhole, bud."
    2. Re:IBM Linux? by ehiris · · Score: 2

      My thoughts on that are that I already retired my Micrsosoft mouse and got an IBM mouse. It's a lot cooler, and price worth.

      IBM Lindows would make my day :)

  62. Any future outside of Mainframe shops? by altarity · · Score: 2, Interesting

    With high-end pc servers closing the reliability and performance gap, what advantage is their to moving to Linux for S/390?

    A example, widely sited, states that great cost savings can be achieved by consolidating 100's if not 1000's of pc servers. This only works, if the servers being replaced are under extremely low work loads. Many argue that a much greater savings could be achieved in consolidating serives on existing x86 systems.

    The only example that've heard that makes any sense, is using linux to extend the cabilities of Mainframe OS's (i.e. using linux, to run apache to create on-line reports, replacing printouts).

    --
    This Sig. is False.
  63. Outstanding Linux Kernel Issues by worldwideweber · · Score: 5, Interesting

    There are a few debates raging in linux kernel development these days. I was just interested in hearing IBM's take on a few of these subjects:

    [1] Rik van Riel VM (RMAP) or Andrea Arcangeli VM?
    [2] Is a new kernel build system needed for the linux kernel?
    [3] Modules/InitRAMFS or regular ol' monolithic kernel?
    [4] Which journaling file system does IBM see becoming the de facto journaling file system for Linux? In other words, what's so cool about JFS :)?

    I apologize for sneaking in a few too many questions.

    --
    w o r l d w i d e w e b e r
    1. Re:Outstanding Linux Kernel Issues by swagr · · Score: 2

      Rik van Riel VM (RMAP) or Andrea Arcangeli VM?

      Not so recently it was shown that BOTH are better.

      --

      -... --- .-. . -.. ..--..
  64. troll by Anonymous Coward · · Score: 0

    Umm, I work for IBM and I have heard nothing about this. Could you please provide the name of one of the supposedly laid off people, or at least their department?

    1. Re:troll by Anonymous Coward · · Score: 0

      Are you that chick in IT? He told you Portland! Just e-mail to all there and count the bounced accounts, duh.

  65. Inter-Company Cooperation by chill · · Score: 5, Interesting

    From the brief bios, and Sequent pedigree, it looks like there is a lot of focus on high-end features like NUMA, async I/O and the like.

    Other commercial organizations, notably SGI, are also putting forth effort in those areas. There is actually quite a bit of overlap.

    Since these are "open source" projects, do you collaborate with your traditional "enemies" such as SGI and Sun on Linux? What is your management's attitude towards that type of collaboration? If not, do you "look" at the work the others are doing in comparison to what you are doing?

    --
    Learning HOW to think is more important than learning WHAT to think.
  66. WorkPlace Shell on Linux by Anonymous Coward · · Score: 0

    Does IBM have plans to port the WorkPlace Shell to Linux? It is an amazing technology that IBM just isn't leveraging.

    Plus, it may help Linux in the move to the desktop.

  67. Linux at Lotus? by toccoa · · Score: 1

    From the outside, the Linux enthusiasm does not seem near as strong in the Lotus division as elsewhere in IBM. E.g., QP, ST, clients, slow support for newer versions of Linux ...

    Do you have a plan/goal to "evangelize" Linux to the less enlightened? Do you see much difference in interest/enthusiasm for Linux throughout IBM?

    Thanks and good luck!

  68. Notes for Linux by Anonymous Coward · · Score: 0

    How about Notes for the Linux desktop? This would be the client, admin. and development. Lack of Notes caused me to quit my several week effort to be only Linux on the desktop. (Oh and I've tried Wine and VM-Ware ... I know Win under Linux ... -- too much performance hit and weird occasional crashes and locks.)

  69. The rain keeps the air clean. by Futurepower(R) · · Score: 0, Offtopic


    Portland, Oregon is better for the rain. The rain keeps the air clean. If you have to live in a city with reciprocating engines, you need rain.

    Anyhow, I'm looking out my window, and today the weather is wonderful.

  70. Layoffs by bobdehnhardt · · Score: 3, Interesting

    How will IBM's recently announced layoff affect the development effort around Linux? Will resources shift away from development/support for a free "product", and be added to revenue-generating projects?

  71. How can you get so specialized? by Anomolous+Cow+Herd · · Score: 1
    I know that IBM is a huge company when comparing on terms of most Linux companies, but it still boggles the mind when one considers the sheer number of hackers that they have working on this task.

    What I want to know is, why bother to get so specialized? I mean, sure, I suppose focusing on one section of code works better, to a point, but isn't IBM's effort overkill? Also, how do you like working under defense contracts? I heard that the government's new cyberwarfare effort was underway, but I didn't know that it was this public. I am, of course, assuming that you are selling your hacking services to the military (since they are the ones with the most need for clandestine activities and such).

    I know that BugTraq is a huge source of information for the amateur hackers out there. Do you guys write most of your own code, or do you rely on someone else's scripts to break into other computers? I think it'd be cool to have a professional force out there to clean out all the stupid kiddies who usually write this stuff (not to mention, easier to read.).

    --

    "I don't know that atheists should be considered citizens, nor should they be considered patriots." - George Bush
  72. IBM can help huge companies. by Futurepower(R) · · Score: 1


    Agreed. If you have a company with many locations, especially divisions in other countries, IBM is able to help you. Smaller companies can't. There's a real need for the kind of support IBM gives.

  73. Benefits from your work to the x86 architecture by forged · · Score: 4, Interesting

    What you have done for the IBM-specific (and strategic) technologies is great, but how will your work benefit the average PC user?
    In other words, what are the areas of the Kernel where IBM invested resources that x86-based machines will benefit from, in terms of performance, scalability, robustness, etc.?

  74. OS/2 Developers - Linux inside IBM by Anonymous Coward · · Score: 0

    First off, there are still die-hard OS/2-ers inside IBM. Many (like me) have migrated to Linux, and many of those left fool around with Linux on the side. (like I used to do, before converting)

    I still miss the WPS, and use DFM as a poor-man's version. But as for getting the WPS ported to Linux, I doubt it. First off, I have no idea what it would take to free the code. Second, the camp that seems to run Linux inside IBM has no interest in the WPS whatsoever, feels that GNOME and KDE are enough competition, and would probably move to "non-support" any attempt to free the WPS. (IMHO)

    (posting anonymously for all the obvious reasons)

    1. Re:OS/2 Developers - Linux inside IBM by Muzzarelli · · Score: 1

      Try the ROX Filer... it's not the WPS, but it's a lot closer and more functional than dfm.

  75. "Dorky guys in space suits" marketing. by Futurepower(R) · · Score: 1


    Maybe they will continue with the "dorky guys in space suits" approach.

    The woman at Ogilvy and Mather (I forget her name.) who runs that campaign obviously doesn't like technology, or know anything about it.

  76. JFS and LVM further integration a la AIX by Anonymous Coward · · Score: 1, Interesting

    I'd really love to see Linux JFS and LVM as thoroghly integrated as in AIX so that you can dynamically grow LVs and JFS filesystems while they are mounted and the system is running with users on it. Also to be able to dynamically shrink mounted filesystems would be nice too, but even AIX doesn't have that yet.

    Also while we are on the topic of filesystems, how about adding ACL support to Linux JFS like the sgi's XFS has... so that we can have huge globs of JFS space exported via Samba to Windoze client workstations and have all the NT security (right-click menu stuff) work seemlessly so we can rid ourselves completely of NT fileservers.

    1. Re:JFS and LVM further integration a la AIX by Anonymous Coward · · Score: 0

      but atleast lvm exist for linux and you can add more
      devices to the lv and then resise the file system hmms i fogot u have to umount ;(

    2. Re:JFS and LVM further integration a la AIX by joib · · Score: 2

      It's all there in the JFS todo list which can be seen
      here.
      Extending is apparently going to be implemented RSN, and ACL:s seem to be a longer term project.

    3. Re:JFS and LVM further integration a la AIX by Anonymous Coward · · Score: 0

      hmms i fogot u have to umount ;(

      yeah, that's the big bummer right now. On my AIX boxen, I just do a "chfs -a size=[whatever]" command and by magic the fs grows, while mounted and users logged on and running things. I want this on Linux too ;-)

    4. Re:JFS and LVM further integration a la AIX by Anonymous Coward · · Score: 0

      Thanks for the pointer. In the meanwhile I just bought a copy of SuSE 8.0 Pro and installed to a Compaq Proliant with hardware raid controller using Reiserfs as / and /tmp and everything else is XFS on LVM's. The SuSE installer issued a grave warning about XFS being experimental and unproven, but what the hell... ya just gotta be a pioneer sometimes, eh?

  77. Linux in the financial sector by bourvil · · Score: 1

    Does IBM have more plans to invest the financial sector now that banks are moving to Linux for economic reasons in the september 11th aftermath ? http://zdnet.com.com/2100-1104-887961.html http://www.forbes.com/home/2002/03/27/0327linux.ht ml

    1. Re:Linux in the financial sector by sniggly · · Score: 1

      IBM runs a lot of hardware in the banking world. Almost all ATM machines for example run on OS/2 and banks tend to trust their data to an IBM mainframe.

      --
      Of those to whom much is given, much is required.
  78. IBM, Employment, and the Linux community. by Anonymous Coward · · Score: 3, Interesting



    Why isn't IBM making more of an effort to recruit developers directly from the Linux community, as opposed to hiring people who have very little if any working familliarity with the platform?

    Speaking from experience (I worked at Big Blue for about 2 years), the typical new-hire at IBM knows very little about Unix and other core technologies that form the foundation of your company, and its products...I can name several that didn't even know what a network card was, who gained full-time positions as regulars within the company while top-level engineers and other knowledgable employees were getting pink slipped for cost reductions.

    There are employees at IBM who are just now learning what a network card is, while thousands of seasoned Linux developers go unemployed.

    What does IBM plan to do about the experience gap within the company?

    1. Re:IBM, Employment, and the Linux community. by lkaos · · Score: 2

      Why isn't IBM making more of an effort to recruit developers directly from the Linux community, as opposed to hiring people who have very little if any working familliarity with the platform?

      I don't think your question is very fair. IBM has been very active in recruiting people from the Linux community including the Extreme Blue program which recruits college students who are very active in the Open Source community and gives them a chance to work on Open Source software at IBM. I also know of a number of top open source developers who were hired by IBM to work on important technologies.

      There's always a need for entry level people and I don't think it's fair to ask IBM not to hire these folks. If they didn't, you would simply complain that they don't hire entry level people and therefore, aren't given anyone a chance to develop marketable skills.

      --
      int func(int a);
      func((b += 3, b));
  79. Porting AIX tools to Linux? by duffbeer703 · · Score: 3

    At my job we use AIX boxes as file and application servers at remote sites.

    There are two reasons for this, sysback and the lvm.

    Sysback makes it braindead-simple for a technician in a remote site to restore a server. Pop a tape into the drive, turn the machine on and walk away.

    Combined with the great logical volume manager and smit, AIX is probaly the easiest os to deploy.

    Are there any plans to deploy these tools to the linux platform. This would make it alot easier to move large customers, particularly government to IBM/Linux solutions.

    --
    Conformity is the jailer of freedom and enemy of growth. -JFK
  80. big and fast by no+reply · · Score: 1
    What do you think Green Destiny?

    http://www.cnn.com/2002/TECH/industry/05/21/superc omputing.future.idg/index.html

    Do you agree that bigger and faster isn't good enough anymore?

  81. history of linux? by sniggly · · Score: 2, Interesting

    What is the history of linux at IBM? Was there a grass roots thing amongst developers and/or did senior management suddenly see the light, was it a mixture of these? It's surprised me and many others how suddenly and how thoroughly IBM has become penguinized. So a background story from within would be very interesting to read. Thanks.

    --
    Of those to whom much is given, much is required.
  82. Leveraging IBM's weight in the desktop struggle by Belfont9 · · Score: 2, Interesting

    I don't think I am alone when I say that IMHO near-perfect, generalized MS Office compatibility would be the biggest boost Linux could receive in the desktop front. Everybody knows what IBM has done to help Linux succeed in the server market, from multi-million ad campaigns to huge contributions on the development effort. Could IBM consider developing a standardized library and API to MS Office file handling, which would enable any Linux app to transparently read/write those formats? This is the sort of thing which unpaid hackers have problems developing (witness the uncoordinated efforts of GNOME, OpenOffice and KDE coders), but would be near-trivial to a professional dev team such as IBM's.

  83. Autonomic computing and LInux by eyepeepackets · · Score: 1

    I've seen a fair amount of information over the past year concerning IBM and Autonomic computing and so I have a few questions:

    1. How much are the researchers involving the Linux OS?

    2. What languages are being used to build these programs?

    3. Is the modeling based on a human-type, multi-level consciousness?

    4. Can you provide some related links for the /. community to pummel?

    Thanks from a happy IBM customer.

    --
    Everything in the Universe sucks: It's the law!
  84. Re:Thanksgiving by hansendc · · Score: 2

    Hey, don't mod him down, that actually is my cousin!

  85. Re:Thanksgiving by hansendc · · Score: 2

    I think this is one question I CAN answer without consulting any lawyers. Yes, Chris, I do plan to go back for Christmas. But not for as long as last year. I need to keep my kernel hacking skills honed :)

  86. Re:Funny! by Anonymous Coward · · Score: 0

    looks like the prick still has points ;-)

  87. Where can I see one? by Triton_among_minnows · · Score: 1

    I'd love to have a chance to poke and prod at one of the big boxes IBM has been offering, but don't know anyone that has been able to convince upper management to purchase one.

    So, who is buying these things and how are they being used?

    --
    -- I used to have a .sig... Where did I leave it?
  88. IBMer question by chrysrobyn · · Score: 4, Interesting

    As an IBMer with a thinkpad, I'd like to ask a very straightforward, down to business question.

    When will I have Linux running on my Thinkpad, supporting my internal IBM needs?

    Seems to me that there will be some initial development cost, perhaps a bit of training, but in the end, a Linux machine would be more easily maintianed. Between exporting xterms, allowing support to telnet or ssh in and needing to be root to really screw stuff up, I think there's a great deal of leverage there. I've looked into the C4EB (Client for E-Business, for those not in IBM speak) stuff, but I can't find out how to run my Lotus 1-2-3, Wordpro, Freelance, etc. (including secure tunneling aka working from home) without kludging it. Certainly, it's fit for some needs, but my job places me in a less flexible position.

    My background: I'm a hardware engineer, been playing with Linux since Slackware 96 (in 1996) as a user and admin. I won't allow an unsupported distribution, like Debian or Slackware, to touch my machine, as so many IBM specific things make assumptions.

    How about a CD (or 4) that I could boot to that could 1) shrink my Win2k partition 2) set aside my hibernate partition so hibernating will stop blowing away my Linux partition 3) install Linux, Gnome or KDE, Wine and integrate Lotus 1-2-3, Wordpro and Freelance. Sure, I could do this on my own, investing the weeks or months that I had when I was a student, but I'm married now and my management won't support a hardware engineer playing with software on that level.

    I think it'd be sweet to be able to hit a shortcut that would export to a bot, signal a telnet or whatever, so an automated script could diagnose simple problems and queue for human review if necessary.

  89. Hiring? by Wanker · · Score: 2

    Are you folks hiring people in Beaverton/Portland to help work on your linux projects? If so, is there a more efficient way to reach the team recruiters directly rather than sending resumes into IBM's black hole?

  90. Linux Security Certification by xiitone · · Score: 3, Interesting

    Now that IBM is rebulding their federal services
    groups, does IBM have any plans to work with Red Hat
    for A NIAP Common Criteria evaluation (making it hunky-dory, from a security perspective to use Linux.) How about FIPS 140-2 for the IBM-Linux crypto cards?

    --
    Elegance is for tailors. -A. Einstein
  91. Typical... by Anonymous Coward · · Score: 0

    The only ontopic post in the thread gets modded offtopic. Don't be such prudes.. the sex industry is huge. The future of robotic sex toys and the role linux will play is all very facinating.

    1. Re:Typical... by Anonymous Coward · · Score: 0
      The future of robotic sex toys and the role linux will play is all very facinating.

      Yes. And on the day when it all comes together, Tux will change his name to Phux.

    2. Re:Typical... by Anonymous Coward · · Score: 0
      Yes. And on the day when it all comes together, Tux will change his name to Phux.

      Not too far off -- just a minor adjustment of the well-known HP-UX.

  92. S/390 Linux vs. zOS/MVS/CICS/etc. by drw · · Score: 1

    I am currently the lead developer on a rather large DB/2 application on the mainframe (110+ tables, primarily batch), as well as a Linux enthusiast in my free time.

    I was curious as to the comparison between traditional MVS/CICS and the emerging use of Linux on the mainframe.

    IBM has, to date, primarily marketed Linux on the mainframe for infrastructure applications (e-mail, web services, server consolidation, etc.), but was wondering if there are plans to extend its reach to the large, enterprise-scale applications?

    Also, am curious about the performance differences between Linux and MVS (especially DB/2)? While this might not be a direct apples to apples comparison, would be interested in what the strengths/weaknesses of Linux might be on this type of hardware.

    Thanks!

  93. mwave modems by iamdeaf · · Score: 1

    IBM released linux drivers for some mwave modems
    but not all. My Thinkpad 760ED uses a Mwave MDSP2780 DSP chipset that is not supported.
    Will there ever be a linux driver released?

  94. Working on top of a VM by Jonboy+X · · Score: 2, Interesting

    I'd heard that IBM was basically running Linux inside of an AIX VM, as opposed to directly on the hardware. Is this true, and if so, what do you have to watch out for in terms of performance tuning in order to deal with the vastly different set of latencies presented by a VM, rather than bare x86 metal?

    --

    "In a 32-bit world, you're a 2-bit user. You've got your own newsgroup, alt.total.loser." -Weird Al
  95. What resources are there for small shops by slugboy66 · · Score: 1

    Are there resources for small shops or individual developers to develop their applications for IBM hardware? How can your average Joe get familiar enough with Linux on a mainframe to develop and test applications on it?

    I remember IBM having test labs, but I'm not sure how to find them anymore...

    If you have them, what is the cost to use them?

    1. Re:What resources are there for small shops by Anonymous Coward · · Score: 0

      http://www-1.ibm.com/servers/eserver/zseries/os/li nux/lcds/

      http://www.osdl.org/

  96. IBM MF security vs Linux security by Anonymous Coward · · Score: 0

    IBM is renown for security schemes on their mainframes. Will there be any effort to migrate some of the best features of mainframe security to the Linux port?

  97. Re:The Open Source == Open Standards model by Anonymous Coward · · Score: 1, Interesting
    IBM sees Linux not only as Open Source, but as an open standard in the OS arena. Can you think of anything better suited to IBM's position as (a) a services company, (b) a hardware company, and (c) a middleware company?

    It's not just the services aspect that's important, though that's where the actual money is. The strategic importance of Linux to IBM is hard to underestimate, simply because none of IBM's competition can take advantage of Linux the way IBM can. Having a commodity OS with open specifications, and one that works as well as Linux does, can do no harm to IBM but can hurt its various competitors. Linux is everything that OS/2 wanted to be, and more (strategically). In other words, aside from the advantages it affords, Linux is great for IBM because it doesn't destabilize IBM - it provides the missing link.

    posting anonymously to keep my job

  98. Logo! by Anonymous Coward · · Score: 0

    IBM Will you keep the linux logo or make something like a door? (as marketing fashion)

    ;D

  99. Threading / Java? by Anonymous Coward · · Score: 0

    Does anyone plan to come up with an actual, working many-to-n threading implementation for Linux? Thread intensive applications, such as Java VMs running J2EE application servers simply do not scale well on Linux with its current threading model (the whole clone() mess).

    I know there is an IBM project, "NGPT" (Next Generation Posix Threads) for Linux, but this is not ready for primetime, nor does it properly integrate with any standard JDKs.

    My employer was hoping for an enterprise-wide rollout of our J2EE application on Linux, we've simply been unable to get Java applications requiring a large number of threads to scale well at all. Solaris and Windows systems provide orders of magnitude better performance.

    I would think IBM would make this situation a priority, given its Java leanings?

  100. Extreme Blue by lkaos · · Score: 2

    Check out IBM's Extreme Blue Internship program. It's a great program and it gives students a chance to work with Linux and other Open Source technologies (as you can probably tell, I am participating in this program this summer so I am evanglizing a bit ;-))

    --
    int func(int a);
    func((b += 3, b));
  101. Apple by Anonymous Coward · · Score: 0

    With the core of MacOS being Unix, and Apple now moving into the server market with the XServe, does IBM see Apple as a serious competitor?

  102. Loved the Linux basketball commercial by Thagg · · Score: 3

    I know that it wasn't you people that did it, but I have to give IBM major props for that ad. For those of you that haven't seen it, there are two guys in suits watching the IBM team play basketball. There's "Middleware", "Applications", and, of course, "Linux", a tall, lumbering, bear of a basketball player.

    One guy says to the other, "You know, that guy Linux doesn't get paid a cent for this"

    and the other guy says "No! Why does he do it then?"

    And the first guy says "Loves the game..."

    Well, that just about says it all. Thanks IBM.

    thad

    --
    I love Mondays. On a Monday, anything is possible.
    1. Re:Loved the Linux basketball commercial by Anonymous Coward · · Score: 0

      It should say, "No, he is just a commie, and expects the government to pay for his well-being."

  103. Getting IBM involved by TheFuzzy · · Score: 1

    If I had an Open Source project in which I think IBM should be interested, what's the best way to approach IBM management? Who do I contact, and what sort of independant projects is IBM most interested in supporting?

  104. ISP Client by Anonymous Coward · · Score: 0

    Hello.

    Is IBM committed to helping Linux to proliferate in the consumer market, in addition to the corporate market (which IBM has enjoyed great success)? If the answer is "yes", will IBM work with AOL to create an AOL client for Linux? I speak for the majority of AOL users when I say that I would love to switch to Linux for all my needs, but most of my needs require the AOL client.

  105. Do IBM Linux developers store their data by Anonymous Coward · · Score: 0

    on IBM GXP hard drives?

    http://www.tech-report.com/news_reply.x/3494

  106. OS/2 and PMShell in Linux by vorwerk · · Score: 1

    OS/2 was a great piece of software. The PMShell was attractive, fast, and user-friendly years before similar offerings from Redmond, WA.

    Linux, arguably, lacks a graphical environment that can compete with Microsoft in the home market. Many up-and-coming pieces of software look very promising, but may still be years away from attracting the average user. While OS/2 has failed in this milieu in the past, its Workplace Shell (PMShell) was -- and still is -- a capable GUI for the home user.

    In this light, has anyone at IBM considered porting PMShell to Linux? PMShell's unified widget set, documented API, excellent performance, and overall finesse would offer many advantages over existing software solutions. An open-source port of the PMShell could oust XFree86 as the graphical environment of choice and firmly establish IBM as a Linux-backing powerhouse.

  107. Cross-platform applications with Java, Mono etc. by alext · · Score: 3, Insightful
    IBM must have a particular interest in making Linux apps easily deployable across different hardware platforms (x86, PPC, S/390 etc.) But for many Linux users, downloading an x86 binary is much easier than building the app from scratch.

    DotNET will add a major cross-platform capability to Windows apps - there is a risk that this could leave Linux high and dry.

    Is there a specific IBM strategy addressing this problem, e.g.
    • Ensure C/C++ builds are available for each platform
    • Use IBM Java
    • See if Mono or DotGNU take off and adopt one of them
    • Something else?
  108. ReiserFS by swimfastom · · Score: 1

    Do you plan to use ReiserFS for metadata journaling?

    --
    http://tomgould.com/
  109. IBM is one of the good guys! by remax · · Score: 1

    Not a question, but a statement. Best of luck to the Linix guys, your work is greatly appreciated.

  110. Gender Equality at IBM? by Coppit · · Score: 1

    I couldn't help but notice that the list of names included a respectable percentage of women. Do you believe that the historical dearth of female computer techs coming to an end? Or is IBM particularly aggressive in courting technically qualified women?

  111. Re:IBM is one of the good guys! Yeah! by Anonymous Coward · · Score: 0

    My arse!

    http://yro.slashdot.org/article.pl?sid=01/02/23/ 21 34255&mode=thread&tid=136

    http://ask.slashdot.org/article.pl?sid=01/10/04/ 00 50238&mode=thread&tid=136

    http://www.tech-report.com/news_reply.x/3494

    http://techupdate.zdnet.com/techupdate/stories/m ai n/0,14179,2859468,00.html

    http://www.theregus.com/content/23/25030.html

  112. Smart Suite by wwayer · · Score: 1

    Any chance you guys might port Smart Suite to Linux? It would be a huge boost for Linux on the desktop.

  113. The Price by pampi · · Score: 1

    Is it free?

  114. Lotus Products by digitac · · Score: 1

    I would like to know when/if IBM will start porting development tools to Linux. In particular Lotus Notes/Designer/Admin. I'd much rather do Lotus development in a Linux enviroment with the flexability that it provides.

    Digitac

  115. Team size and location by tetrode · · Score: 1

    How large is the team, and is it scattered around the world or mainly in one place? In the case that it is in different countries, how do you collaborate?
    And where do I apply :-)

    thanks,

    Mark

  116. NUMA development by mt-biker · · Score: 0

    The team you list includes a number of people working on NUMA for Linux.

    I know that SGI is also working on getting Linux running on their NUMA architecture.

    To what extent are your groups working together on NUMA? Your answer is going to say a lot about the value of Open Source... :)

  117. Linux + Mainframe = ? by dreamsinter · · Score: 1
    When I first heard about the porting of Linux to the IBM mainframe I thought it was a good idea, as it would put Linux in a much fiercer test environment than the i80x86 platform permits. And if Linux succeeded in that, then it would be very much a feather in us Linux-users' caps.

    Then I heard that maybe some of the mainframe technologies might come Linux's way. Even better, I thought. Though there wasn't much detail - and there still isn't much of it.

    It's been at least three years since I first read about the Iron Penguin, and there hasn't been a lot of detail about Linux becoming a Emperor Penguin, well able to outlast a 3 month blizzard at subzero Antarctic temperatures, or so. Is IBM planning to bring any of the mainframe technologies over to Linux, or was that merely a hopeful buzz?

    --
    "I his bow, and spun and wove, likes you." Vere de Vere out of my mould's mouth dragged me of the voluntary apes.
  118. Linux/390... by linatux · · Score: 0

    As a long-time Mainframer I am keen to hear exactly how well Linux performs on big iron. I've heard Linux under Hercules Under Linux performs OK in Intel hardware but I've heard nothing encouraging about Linux on the real thing.
    Any comments? Stats?

  119. SIGDANGER by tao · · Score: 1

    One feature in AIX I appreciate very much is the VM signalling processes SIGDANGER in a near-OOM situation. Would this be a reasonable feature to port to Linux; would it fit into the Linux way of doing VM? And if not, why not?

  120. Common Criteria by broody · · Score: 1

    Is there even a remote chance that IBM would correct the remaining deficiencies and seek Common Criteria evaulation for some shape or form of Linux? I would love to use the Linux xSeries offerings as well as the 1300 series but for some customers it is not an option.

    --
    ~~ What's stopping you?
  121. IBM layoff's at their Linux center... by Anonymous Coward · · Score: 0

    My question is fairly simple... Has IBM spent all of their $1B? They just laid off 250 people at their new Linux center in Beaverton, Oregon. (A Portland 'burb)

  122. User Groups by Bill+Kendrick · · Score: 2

    What does one have to do to get one of these fine IBM Linux hackers to come speak at a LUG? :)

    -bill!
    pr@lugod.org
    http://www.lugod.org/

  123. Filing Systems by abdulla · · Score: 1

    How do you see JFS stacking up against the other linux journalled file systems (XFS, ext3, ReiserFS)?

  124. Is IBM practicing what it preaches? by Anonymous Coward · · Score: 0

    IBM is pushing linux hard, trying to sell to customers harware to run it on, and software that runs on it. IBM wants other companies to run on Linux, but do you see the same level of enthusiasm to run linux inside IBM?

    I work at IBM and I recently got an email back from an admin regarding the chances of getting a (non-mission-critical, development) linux box into a server room which currently has lots of NT, Solaris and AIX boxes in there (a couple of dozen racks worth). He said that they don't support linux and that 'management has told us to steer clear of linux'.

    In your experience, would you consider this attitude common inside IBM?

  125. SQNTLink by Anonymous Coward · · Score: 0

    Back when I was at Sqnt and I saw the IBM aquisition, it occurred to me that Sqnt could leverage a huge amount of it's IP by doing ports to linux.

    I'm wondering - has any old Dynix/PTX software found it's way into use?

  126. I know this sounds odd, by soupforare · · Score: 1

    but can I give you a hug?

    {{IBM guys}}
    Thanks
    No one was ever fired for buying IBM

    --
    --- Do you believe in the day?
  127. OR...... by Anonymous Coward · · Score: 0

    they are into another crappy, under-paid, overly stressful proffesion,though they may be more stable

    teachers