Slashdot Mirror


Comair System Crashes; Passengers Stranded

Broerman writes "30,000 people have had their flights cancelled by Comair this weekend thanks to a computer system shutdown. It appears that due to weather and other problems that flights began to be cancelled on Thursday and the backlog choked the system. 1,100 flights have been cancelled so far, including all flights through 12/26. Does anyone know what platform their system was based on? What kind of system just totally crashes? The official statement is that 'There was a cumulative effect with the canceled flights and trying to get crew assigned that caused the system to be overwhelmed.' It seems highly improbable that a system would crash because it had too many reservations. The system should only be able to hold as many reservations as it has flights/seats. It would seem that it's more likely that the system was overloaded with use and that caused a meltdown. When you add in the problems experienced by US Airways, this hasn't been a Merry Christmas for many."

79 of 398 comments (clear)

  1. Fire away! by weeksie · · Score: 5, Funny

    Anybody know what they were running? I'd like to see this flamewar get started as soon as possible.

    1. Re:Fire away! by mirko · · Score: 5, Insightful

      There recently was a big card problem here, in Europe.
      It did not come from a peculiar OS but just because a partition got filled by index tablespace extents.
      So, it could just be that they ran out of place and it froze the whole application.

      --
      Trolling using another account since 2005.
    2. Re:Fire away! by Deviate_X · · Score: 3, Interesting

      Interesting...

      Job postings might give some insight: Comair, Inc. jobs into what they are using.

    3. Re:Fire away! by theonetruekeebler · · Score: 2, Insightful
      Based on those postings, I'm guessing the application is based on either Oracle or Sybase on HP-UX.

      My preliminary diagnosis: blown rollback segment. With too many flights being cancelled, the simultaneous rescheduling of all those crew resulted in a SQL transaction that exceeded the size of what the DBMS could undo. So an uncommitted statement failed and the application code either was not prepared for such a possibility or could only handle it by timing out. Scheduling tasks could no longer move forward, and right now some poor DBA is hoping to Christ that he printed out that e-mail he wrote asking for more disk space...

      --
      This is not my sandwich.
    4. Re:Fire away! by [Xorian] · · Score: 5, Informative

      Someone from Comair (who shall remain anonymous) provided me with some details whch people here would be interested in:

      The computer system in question runs AIX. The box itself is still up and running just fine; this is purely an application error. This application was not written in-house at Comair, but by another large aerospace company -- SBS (http://www.sbsint.com/, owned by Boeing.) This bit of software does not use an external database, it tracks everything itself. It is a dedicated system responsible only for flight crew assignments. (The blather in the original submission about passenger reservations is way off-base. Those functions are handled by a completely different system.)

      The great majority of Comair's traffic flows through the midwest, and the central base of operations is in Cincinnati. The midwest was hit by a major snowstorm this week, causing many, many crew reassignments. It appears right now that the application in question has a hard limit of 32,000 changes per month (ouch). Consider that Comair runs 1,100 flights a day and there are usually 3 crew members on each aircraft. A big storm like this can cause problems for days after the snow stops falling. That's a whole lot of crew changes.

      In Comair's defense, this has never happened before and is unlikely to happen again. The crew system was already on the chopping block long before this incident, with its replacement scheduled to go live in January. If this freak storm had happened a month later, this likely never would have occurred.

      --
      CVS is teh suck. Use Vesta instead.
    5. Re:Fire away! by [Xorian] · · Score: 4, Informative


      Just to be absolutely clear: I've only ever communicated with this person on-line, and I can't verify who they are in real life or that they actually work for Comair. It seemed credible though, and it seemed worth posting to de-bunk the slashdot knee-jerk reaction of blaming Microsoft. To me, an application using a 16-bit integer for something seems like a very likely explanation.


      --
      CVS is teh suck. Use Vesta instead.
    6. Re:Fire away! by Anonymous Coward · · Score: 5, Informative
      If it was the crew scheduling system, and it was SBS's Maestro Crew scheduling system, I can fill in some details.

      Maestro is delivered on AIX, uses a rather old version of Informix for it's database, and is tied together using the TUXEDO TP monitor from BEA.

      The business logic is written in C, and abstracted away using Tuxedo.

      In the case of a major schedule disruption, this program isn't responsible for "solving" the problem, but is responsible as being the system of record for holding the new crew schedule.

      My guess is that the changes to the crew schedule were large enough that some piece of the system was overwhelmed. ( For example, a transaction that was too large and overran the rollback buffers in Informix ).

      Without the system of record in place, a manual process would be very difficult. You would have to figure out:

      • Which crews where in which locations
      • What aircraft each crew member was qualified on.
      • How long they had flown already that day. ( Legalities about how much time you can fly before you need mandatory rest )
      • Which routes to send those crews on
      • How to get the crews back to a specific city to run the next day's schedule
      Of course, any mistakes you made doing this manually would overflow into other systems. For example, you might send an aircraft that's due maintenance to a city with no maintenance facilities.

      Also, for those that were critical of the system not being highly availble...this doesn't sound like the kind of problem that HACMP and replicated databases would have helped. The hot standby would have choked at the exact same point.

    7. Re:Fire away! by Daa · · Score: 5, Informative

      just to give you an idea, here is the applicable FAA reg for crew scheduling, and the pilots contract may have additional terms that must be met.

      121.471 Flight time limitations and rest requirements: All flight crewmembers.
      top

      (a) No certificate holder conducting domestic operations may schedule any flight crewmember and no flight crewmember may accept an assignment for flight time in scheduled air transportation or in other commercial flying if that crewmember's total flight time in all commercial flying will exceed--

      (1) 1,000 hours in any calendar year;

      (2) 100 hours in any calendar month;

      (3) 30 hours in any 7 consecutive days;

      (4) 8 hours between required rest periods.

      (b) Except as provided in paragraph (c) of this section, no certificate holder conducting domestic operations may schedule a flight crewmember and no flight crewmember may accept an assignment for flight time during the 24 consecutive hours preceding the scheduled completion of any flight segment without a scheduled rest period during that 24 hours of at least the following:

      (1) 9 consecutive hours of rest for less than 8 hours of scheduled flight time.

      (2) 10 consecutive hours of rest for 8 or more but less than 9 hours of scheduled flight time.

      (3) 11 consecutive hours of rest for 9 or more hours of scheduled flight time.

      (c) A certificate holder may schedule a flight crewmember for less than the rest required in paragraph (b) of this section or may reduce a scheduled rest under the following conditions:

      (1) A rest required under paragraph (b)(1) of this section may be scheduled for or reduced to a minimum of 8 hours if the flight crewmember is given a rest period of at least 10 hours that must begin no later than 24 hours after the commencement of the reduced rest period.

      (2) A rest required under paragraph (b)(2) of this section may be scheduled for or reduced to a minimum of 8 hours if the flight crewmember is given a rest period of at least 11 hours that must begin no later than 24 hours after the commencement of the reduced rest period.

      (3) A rest required under paragraph (b)(3) of this section may be scheduled for or reduced to a minimum of 9 hours if the flight crewmember is given a rest period of at least 12 hours that must begin no later than 24 hours after the commencement of the reduced rest period.

      (4) No certificate holder may assign, nor may any flight crewmember perform any flight time with the certificate holder unless the flight crewmember has had at least the minimum rest required under this paragraph.

      (d) Each certificate holder conducting domestic operations shall relieve each flight crewmember engaged in scheduled air transportation from all further duty for at least 24 consecutive hours during any 7 consecutive days.

      (e) No certificate holder conducting domestic operations may assign any flight crewmember and no flight crewmember may accept assignment to any duty with the air carrier during any required rest period.

      (f) Time spent in transportation, not local in character, that a certificate holder requires of a flight crewmember and provides to transport the crewmember to an airport at which he is to serve on a flight as a crewmember, or from an airport at which he was relieved from duty to return to his home station, is not considered part of a rest period.

      (g) A flight crewmember is not considered to be scheduled for flight time in excess of flight time limitations if the flights to which he is assigned are scheduled and normally terminate within the limitations, but due to circumstances beyond the control of the certificate holder (such as adverse weather conditions), are not at the time of departure expected to reach their destination within the scheduled time.

    8. Re:Fire away! by Anonymous Coward · · Score: 5, Informative
      No. It is the version of SBS that pre-dated Maestro. It was brought into Comair in the early 1980's. It's written in FORTRAN and uses whatever record managment system that came with the compiler.

      As such it used some very interesting data representations. For example, it tracked time using julian minutes. There are 44640 minutes in a 31 day month. That's small enough to fit in a 16-bit unsigned variable. This approach, nearly taboo by modern standards, was a God-send during Y2K. The system never needed to know what year it was. It became the running wisecrack, "You can't have a Y2K problem if you don't have a 'Y'".

      The Aircraft to Flight assignments is another system, but the two share information.

    9. Re:Fire away! by pVoid · · Score: 2, Interesting
      I don't think they keep a SQL transaction running for as long as the flight hasn't taken off.

      SQL transactions generally last seconds and involve operations like "open tr, is there space in this flight?, reserve space, close tr". Not "open tr, wait for flight to fill up, close tr". Rescheduling or canceling flights probably isn't accomplished using transactions: it's application level logic.

      My personal diagnosis: I think it has nothing to do with the backlog, and that the system just melted under high strain (of millions of people trying to book other flights). Either that, or they ran out of disk space.

    10. Re:Fire away! by pVoid · · Score: 2, Insightful
      Do you not know what a rollback segment is? It's what makes you run out of disk space while updating a table 1300 times larger than you thought it would be

      Yes, but you pretty much spelled out what my point was in that the n^2 complexity issue is unrelated to transactional operations. That is, a transaction is a transaction, it is scalable, so it doesn't matter whether the actual operation for computing stuff is O(n^2), the transaction is still a fixed cost. On a side point: I don't agree that because the problem is 1300 more complexe, the updates are 1300 times bigger. The problem is still based on n elements: it just happens that computing the solution of a problem with n elements takes n^2 time... the end result though is still n elements to update.

      That being said, I am fairly confident modern relational databases are scalable to the point of being able to handle a 500 fold increase (if only by simply slowing down to a crawl - but not crashing). If anything, it's probably internal application logic that wasn't able to handle the added computational complexity and at a certain point hit a hard limit of its scalability (some fixed sized arrays, or indexes of some sort).

      My comment about 'ran out of disk space' was more in the lines of "it's either an application fault, or something mundane like someone forgot to check if they had sufficient disk space" (something which can happen anytime due to neglect)

  2. Happens all the time... by Anonymous Coward · · Score: 5, Interesting

    When I lived in Chicago, they would lose their radar system on what seemed like a strong wind. And I got stuck in Denver overnight once because the computer system they use to calculate the weight of departing flights crashed. I have a feeling these kinds of crashes are much more common than most people think.

    1. Re:Happens all the time... by hughk · · Score: 4, Informative
      I have a lot of friends working at a large airline.

      Yes, but it is mostly recoverable. The heavy iron handles things like backend reservations, checkin and cargo. Smaller systems handle things like weight/balance and fuel and PCs are typically used for the front-ends.

      Weight/balance calcs can be done more or less by hand if necessary, however a larger fuel margin is needed. Checkin can be done by hand (you have seen those sticky label systems). However to lose reservations is a major problem.

      --
      See my journal, I write things there
    2. Re:Happens all the time... by Greyfox · · Score: 4, Interesting
      From looking at the various terminals that the airline people use, I suspect that most of those airline systems are held together with duct tape and library paste and no one really understands how the whole system works anymore. We see that a lot in non-IT industries (And a few IT ones, too.) Of course, the folks using the IBM ones are not ever supposed to go down...

      I moonlighted as an AS/400 operator for a cruise line for a while. We had the system go down once because the janitor turned off the air conditioner in the closet the AS/400 lived in. They didn't dedicate a more secure facility for the computer because the computer wasn't demonstrably central to how the company made money. Turns out they couldn't launch a ship without it. Oops. I suspect that mentality is also prevalent throughout the non-IT industries. They don't know how important their computers are to their business models until those computers die on them.

      --

      I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    3. Re:Happens all the time... by Rosonowski · · Score: 2, Funny

      Wow. I would hate to be the one sitting there when that happened.

      There's some...thing on the ... wing

      --
      01101001 01100001 01101101 01101110 01101111 01110100 01100001 01101100 01100001 01110111 01111001 01100101 01110010
    4. Re:Happens all the time... by budgenator · · Score: 2, Insightful

      Not to hard to imagine, I see a system that's a combination of Fortran 66, cobol, and C all sort of working together over the years. All parts have had numerous patches and changes applied over the years until no one understands it anymore with each interation making the system more fragile. Now they are lucky if they have the source code for the current build.
      Each time the industry is making money and IT is flush a project is started, to examine all the code in the system and refactor and rewrite to modern standards, and each time the project gets just past the planning phase the economy takes a dump and the team get laid off.
      Now that the problem has had an economic impact on the company, the PHB is going to send it off to India, to some kids 6 months out of college who is going to have to google the internet for the meaning of a GOTO statement, used in the million lines of code that is older than he is.

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    5. Re:Happens all the time... by TopShelf · · Score: 4, Funny

      I used to work with a guy who at one time was an HP3000 operator back when those things were as big as your average washer/dryer combo. His shop had about a dozen of these things, and one night he and a buddy were playing frizbee with the circular write-protect rings that were used on the reel-to-reel tape drives.

      Sure enough, his buddy whipped one at his head, and as he ducked out of the way, he fell back and by accident hit the power switch located on the back of one of the HP3000's. In an instant, all the ticket terminals for one airline (I can't recall which one) at O'Hare airport went down, prompting a frantic call from VP's wondering what disaster had struck. So who knows what could have happened this time around...

      --
      Stop by my site where I write about ERP systems & more
    6. Re:Happens all the time... by phil+reed · · Score: 2, Insightful

      Of course, the folks using the IBM ones are not ever supposed to go down...
      There's a difference between the machine crashing and the application crashing.

      --

      ...phil
      "For a list of the ways which technology has failed to improve our quality of life, press 3."
    7. Re:Happens all the time... by Coniagas · · Score: 2, Funny

      without mentioning names I have also worked on several airline systems on a contract basis. Two years ago I was asked to look at a problem with flight ops and was shown a 486 DX2/80 running Novel 2.11. I was told to just patch it till they could look at replacing the system. I did and a few months ago I was in the same office and was asked to look at the flight ops server that was "burping". They had upgraded to a P2-400 and still runnig Novel 2.11.

      I was told this was a major upgrade. Some things never change.

    8. Re:Happens all the time... by Greyfox · · Score: 2, Insightful
      Funny how you never really hear about the applications written in COBOL, Fortran and PL/1 crashing. You get the impression that all those applicatons run for years at a time without so much as a hiccup. It's only with the invasion of GUIs and "modern" design techniques and languages that you start hearing about crashes like this. Granted the newer applications tend to be more ambitious about what they do...

      I'd love to see some uptime numbers for past systems versus the systems we have today. I wonder if they'd show the downward trend that I suspect they would.

      --

      I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    9. Re:Happens all the time... by HiThere · · Score: 2, Interesting

      There were many of them that did, however, crash. But the reason you don't hear about it much is that most of them weren't designed to be running all of the time, but only occasionally. If one crashed (and was a known good program) you'd just re-run it. Frequently that was your only choice, as you might not have anything but the binary. (Sloppy contracts often left consultants with the only copy of the source.)

      I did hear of one company that went out of business because their accounting system was written in a combination of those languages (plus a bit of assembler, and some binary patches). When it was done, they let the consultants go. A few years later the consultants didn't have a copy of the source anymore, and some tax law changes took effect. Oops! (That's not exactly a crash, but it wiped out the whole company.)

      OTOH, when I was writing fortran I had frequent crashes. I never got programs as solid as I later did with C. But they were "good enough". (Actually, a bit better than good enough. I was criticized for "gold plating" code that didn't need it.)

      A new degree of error frequency, however, entered with dynamic memory allocation. This allowed memory leaks that had previously been the provice of the compiler (and assembly language subroutined). One must write very diciplined C code to avoid memory allocation problems unless you just don't do dynamic memory allocation. And as multi-tasking operating systems became common it also became more common to have interaction problems. Etc.

      But I can guarantee you that it's quite as possible to have those problems with PL/1 if you use a multi-tasking OS. And likewise if you use Java or Python, or similar language with constraints on pointer use you can avoid those problems. (This doesn't get rid of other problems. Thread syncronization problems are still problematical ... though you might check out Erlang or inferno. I think they both claim to have general solutions. [The Erlang solution has been ported to Python under the name of Candygram, but I haven't checked it out yet.])

      But if you haven't heard of the older program failing, it's because they are older, and the flakey ones have been retired or repaired.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
  3. Official my arse... by Omicron32 · · Score: 4, Insightful

    Sounds like my Mother wrote the official statement. A techy would never report something in that way.

    Besides, it's pretty obvious their OS wasn't digitally signed. :p

    1. Re:Official my arse... by Saven+Marek · · Score: 2, Informative

      You know I think it was. btw the system being used by Comair?

      Its one of SCO's last large scale deployments. You know who to blame now.

      Online Anime Gallery's

  4. Someone's gotta say it... by mOoZik · · Score: 3, Insightful

    Yep, it was Windows XP. ;)

    I don't know. Frankly, it has less to do with the platform than the custom software that runs on it.

    1. Re:Someone's gotta say it... by jcr · · Score: 2, Interesting

      Well, judging by the IT jobs they're advertising on their web site, it looks like a combination Windows/Linux/UNIX shop.

      At any rate, I suspect they'll be looking for a new IT director Real Soon.

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
    2. Re:Someone's gotta say it... by Pharmboy · · Score: 3, Insightful

      You would think so. The IT Director is respsonsible for making sure everything IT works. Not to do it himself, but to make sure it is done and done right. I can't see how someone can argue with that. Even if it IS the janitor unplugging the UPS to plug in a floor buffer.

      Whether it is the cooling system for the computers, the operating system, the applications or simple hardware issues, it HAS to be the IT Director's responsibility. I mean, who the hell else?

      --
      Tequila: It's not just for breakfast anymore!
    3. Re:Someone's gotta say it... by Antique+Geekmeister · · Score: 4, Insightful

      Occasionally, however, the head IT guy gets over-ridden by management or by available finances. I've been there, saying "we need to spend money on this" and having to make do with much less money, or even with a cut in funding. You need to document the problem in advance to cover your ass, and get it in print and saved offsite to protect yourself from that kind of mistake. I've done that, too. It helped protect me from a nasty lawsuit because I demonstrated where I had told a consulting client, in print, when the systems would start failing and the resulting legal liabilities, and gotten it signed by the company notary.

    4. Re:Someone's gotta say it... by Anonymous Coward · · Score: 2, Informative

      I've done contract programming for Comair. They use HP/UX for the servers that handle most things except HR which is mostly Windows. The system that went down was a COTS app that handles crew scheduling. It is a bid system that allows crew to bid for flights based on seniority w/ constraints to match FAA rules.

      Their IT director is really sharp, but he faces some real problems. First, IIRC, they only created a dedicated IT shop about three years ago. Second, their budget is small compared to the task they have to perform. Comair is an airline and airlines have been in real trouble since 9/11.

  5. It doesn't matter... by Anonymous Coward · · Score: 2, Insightful

    They're a bunch of incompetent boobs. The news keeps reporting on a "computer glitch" or a "computer malfunction". That's bullshit. This happened because some human(s) fucked up.

  6. Bringing the /. effect to the weary masses. by Anonymous Coward · · Score: 2, Funny

    Linking to their home page will surely help the situation..

  7. My theory? by Ckwop · · Score: 4, Funny

    The janitor pulled out the plug for the mainframe and used it to drive is floor polisher..

    Simon.

    1. Re:My theory? by bcmm · · Score: 3, Funny
      BOFH excuse #38: secretary plugged hairdryer into UPS.
      That is where you got the idea for that post, right?
      --
      # cat /dev/mem | strings | grep -i llama
      Damn, my RAM is full of llamas.
    2. Re:My theory? by rlauzon · · Score: 5, Funny

      Probably not. It's an old story (quickly retold):

      Army base computer going down every night. So the grunt in charge of it stayed the night to see what was happening. When the computers went down, he heard the hum of the floor buffer.

      The janitor had plugged his floor buffer into the same power as the computers and it caused the crashes. It was quickly fixed by telling the janitor to not do that and putting locking covers on the power outlets.

      But they dreaded telling the base commander what the issue was. So they told him it was "a buffer problem."

    3. Re:My theory? by jridley · · Score: 5, Funny

      A friend was sysadmin at a manufacturing plant, and the janitor kept plugging into the power conditioned sockets with a very large, power-hungry floor polisher. He was actually blowing power supplies. Every one cost several thousand dollars in service calls to replace the power supply and downtime.

      My friend put "COMPUTER USE ONLY" stickers OVER the power-conditioned sockets. The janitor ripped them off to plug in, and blew another power supply.

      My friend finally confronted the janitor, who was a really obstinate PITA. He stood there and said "Yeah, I did it, and I'm gonna keep doing it, and I don't give a damn about you or your fu*kin' computers."

      This was a automotive union shop, very difficult to get people fired.

      But, in a show of karma rarely witnessed by mortals, the VP of the division was standing within earshot but out of sight. When the janitor finished saying he didn't give a damn that he was costing the company $10,000 a week because he was too lazy to go get an extension cord, the VP walked around the corner and said hi. I don't know whether the guy ran to his car or the VP kicked his ass right over the top of it.

  8. stating the obvious by Anonymous Coward · · Score: 5, Insightful

    "Does anyone know what platform their system was based on? What kind of system just totally crashes?"

    A stab in the dark here but I'm assuming a system without foresight and redundancy?

  9. It's obvouis... by bcmm · · Score: 3, Funny
    What kind of system just totally crashes?
    Oh come on...
    That doesn't need answering.
    --
    # cat /dev/mem | strings | grep -i llama
    Damn, my RAM is full of llamas.
  10. It was running on SCO Unix... by bani · · Score: 4, Funny

    They obviously didn't take mcbride's "license or we will have you shut down" threats seriously enough.

  11. blaming the system can backfire by ext42fs · · Score: 5, Insightful

    It's not the OS, it's the people behind who's to blame. Yes, stupidity and MSW often go together but in a few years one will probably occasionally see a massive linux outage due to... similarly stupid people.

  12. Scalability and Twelve Step TrustABLE IT by NZheretic · · Score: 2, Interesting

    Sounds like Comair could have used a little virtualized scalability and third party audited builds.
    See Twelve Step TrustABLE IT : VLSBs in VDNZs From TBAs.
    and also The ActiveGrid(TM) Grid Application Server and Grid Computing in general.

    1. Re:Scalability and Twelve Step TrustABLE IT by hughk · · Score: 4, Insightful
      No, its more difficult in the airline industry. The system by default tries to keep as many planes in the air earning money as possible. If you have an outage which disrupts this choreography, there is a tremendous knock-on effect as passengers/urgent cargo must be rebooked.

      I have seen the major hub for an airline closed because of snow for just a couple of hours in the early morning, but the resulting chaos of rescheduling/rebooking caused the reservations system to crash after just a few minutes of uptime. The same would keep happening after restarts.

      It is normal to test system up to several times normal load, but they were seeing peaks at over 100x. The old, 3270 emulator based system would have slowly got through it but the newer system died.

      --
      See my journal, I write things there
  13. This is getting a little to common for them. by jhobbs · · Score: 4, Interesting

    Back on May 1st of this year Delta's internal traffic monitoring system grounded them worldwide when it was hit by a worm (forget which one). Yours truly was flying that day. I spent 7 hours on a runway in Cleveland. (Talk about adding insult to injury.) Comair is a regional carrier of Detla's. I wonder who handles Delta's IT needs?

  14. But management saved 13.7% by hiring H1-Visas by Soyobob · · Score: 2, Interesting

    Too bad the airline will go bust because of this. But then all airlines lose are loosing billions except for Southwest.

  15. Crew assigment is a hard problem by rsilva · · Score: 5, Informative

    'There was a cumulative effect with the canceled flights and trying to get crew assigned that caused the system to be overwhelmed.'

    I am only trying to make sense out of the above comment from the official statement above.

    Crew assigment is a hard problem, it is usually an MILP (Mixed Interger Linear Programming) .

    Such problems may be very hard to solve in reasonable time. Maybe (I'm shooting in the dark here) the first delays made the crew assigment problems grow too large for being solved in reasonable time.This would generate a snow ball effect as the assimgment problems would keep on growing maing the system "crash".

    We may never know what really happened but this would be a nice example for my classes :-)

    1. Re:Crew assigment is a hard problem by sporty · · Score: 2

      Gah, I said vertex colouring when I meant network flow. My bad. :)

      --

      -
      ping -f 255.255.255.255 # if only

    2. Re:Crew assigment is a hard problem by coyote-san · · Score: 4, Interesting

      It's far harder than that alone since you also have to get the aircraft back to the right city (many are in the wrong city due to airport shutdowns due to the weather). Obviously you want to optimize the number of passengers carried along for those flights, but at the same time you'll be "burning" allowed worktime for the crew.

      Even worse the crew and aircraft are independent variables. Obviously you need a crew to operate a flight, but the crew may end up in the "wrong" city for the usual schedule. It may be better to leave a plane on the ground and fly its crew "deadhead" to the "right" city than to have them fly a load of passengers to the "wrong" city.

      There are reasonably efficient algorithms to solve these problems, but we spent most of my entire second-semester graduate-level algorithms class studying them (network flows). The algorithms most developers would come up (including me after a decade of experience and graduate-level algorithm class) are extremely inefficient and scale horribly.

      The bottom line is that it's easy to imagine a system that has no problem with pertubations from the regular schedule but is totally overwhelmed when starting from scratch. I hope the bean counter who saved the company a few bucks by insisting on far more modest hardware gets canned for his costly lack of foresight, but we all know that IT will catch the heat.

      --
      For every complex problem there is an answer that is clear, simple, and wrong. -- H L Mencken
  16. Can anyone say... by carlmenezes · · Score: 2, Funny

    ...slashdotted reservations?

    --
    Find a job you like and you will never work a day in your life.
  17. 30,000? by __aafkqj3628 · · Score: 4, Funny

    30,000 passengers? Getting dangerously close to an integer overflow there.

    1. Re:30,000? by edp · · Score: 5, Funny
      "30,000 passengers? Getting dangerously close to an integer overflow there."

      That is not a bug but an accurate model of reality. When you strand 32,768 passengers, they will turn negative.

  18. System Tracked Crew Location, Not Reservations by reallocate · · Score: 5, Informative

    Of course, a techie didn't write the PR release. Who in their right mind would let a techie anywhere near a PR release?

    BTW, Comair, a Delta feeder headquartered outside Cincinnati, says the system that crashed was used to monitor crew locations and track working hours to ensure no one went over the legal maximum. Comair says the system crashed as a result of massive crew rescheduling following a record snow in their service area on Wednesday. There is no backup.

    --
    -- Slashdot: When Public Access TV Says "No"
    1. Re:System Tracked Crew Location, Not Reservations by Impy+the+Impiuos+Imp · · Score: 2, Funny

      Gosh, looks lke idiot programmer assumed a 256 length crew relocation array was big enuf fer anybuddy!

      --
      (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
    2. Re:System Tracked Crew Location, Not Reservations by Pharmboy · · Score: 4, Funny

      You know, I have my OWN reservations about flying on an airline when they have no backups and can't keep their computers from crashing. Whats to keep their planes in the air?

      The last thing I want to hear at 30k feet is that my current flight has been cancelled...

      --
      Tequila: It's not just for breakfast anymore!
    3. Re:System Tracked Crew Location, Not Reservations by shyster · · Score: 3, Funny
      You know, I have my OWN reservations about flying on an airline when they have no backups and can't keep their computers from crashing. Whats to keep their planes in the air?


      The Bernoulli Principle. And I don't think computers crashing are going to affect it. This isn't the Matrix, after all.

    4. Re:System Tracked Crew Location, Not Reservations by Pharmboy · · Score: 2, Interesting

      I think you are overthinking it. My point is simply that a company that can not be trusted to keep their computers fully functional, can not be trusted to keep their aircraft fully functional. This is based on the premise that it is easier to keep the computers running than the aircraft, which I can easily assume, based upon my own experience.

      I also don't eat at diners where the help isn't properly groomed. Same principal: if you can't take of simple stuff, you probably can't take of something more important and/or complex.

      --
      Tequila: It's not just for breakfast anymore!
    5. Re:System Tracked Crew Location, Not Reservations by logicnazi · · Score: 2, Insightful

      Do you also refuse to eat at a relatives house if their computer is virus laden or crash prone? After all if they can't be trusted to keep their computer working why should you trust them to make safe, sanitary food.

      Perhaps if computer usage/programming had evolved to the level of personal hygenie, namely routine effort anyone could do would prevent computer crashes, your point would be convincing. However, in practice we realize even the best professional programmers make errors even buffer overflows (and we don't even really know it's an 'error' perhaps the program exited gracefully after realizing the demands exceded its capacity and simply hadn't been programed to handle this size situation). So unlike your hygenie example this hardly impeaches the basic organizational discipline/compotency.

      Had this really been a computer engaged in flight critical tasks I would feel quite differntly. Programming error or even an unanticipated shutdown is not acceptable in systems necessery for real-time flight control. Since this was instead a system to reassign crew and guarantee compliance with federal labour law I feel much differntly. In fact if this system had been subject to a rigorous source code review by an outside team to check for bugs, or linked into some sort of failover system with differntly programmed systems accomplishing the same task I would worry that their priorities are being misplaced.

      Arguably an airline, given their limited budgets, which puts too much redundancy into their non-critical systems has an incorrect set of priorities.

      --

      If you liked this thought maybe you would find my blog nice too:

    6. Re:System Tracked Crew Location, Not Reservations by benjamindees · · Score: 2, Insightful

      Perhaps there's a better principle you could apply, namely that anyone, be it company or person, only has a finite amount of resources (time, money) at their disposal, and choose to dedicate them to specific tasks.

      Perhaps unkept diners are more concerned with the quality of their food than the ambiance. Perhaps the IT guy with twelve certifications knows more about getting certifications than about working on computers. Perhaps the vendor that sends you a Christmas card every year is pulling employees off of doing real work in order to make it look to you like they have their shit together. Perhaps the antisocial guy with the unkept hair and the socks-with-sandals is more concerned with proving his latest theory than with what you think of him.

      Perhaps appearances can be deceiving.

      --
      "I assumed blithely that there were no elves out there in the darkness"
  19. Re:Travel tip by xlation · · Score: 5, Informative

    From: http://www.fly.faa.gov/FAQ/faq.html

    The term "Rule 240" refers to a rule that existed before airline deregulation. There is no longer an actual Rule 240. The term, as it is now used, refers to each airlines "conditions of carriage" policy. You would need to contact the airlines to obtain this.

  20. I don't know about their internal system... by Glowing+Fish · · Score: 2, Interesting

    As a preliminary finding that may or may not give us a clue as to what the internet system was running, Netcraft reports that www.comair.com is running Apache on HP-UX.
    So don't assume that the internal system was Windows just yet. Then again, don't assume that it wasn't.

    --
    Hopefully I didn't put any [] around my words.
  21. whole story? by confusion · · Score: 4, Informative
    This comair story is all I'm seeing getting press. I think its a lot bigger than that.
    My sister flew Delta on Dec 23rd from Detriot to Atlanta. Plane was 2 hours late, but no big thing. Waited 5 hours for her luggage, with no dice. By the time we got in line for luggage services, there were at least 600 people in the line already.
    Talking to other passengers from 10+ different flights from different cities, no one got their luggage that night. Apparently, it wasn't just Atlanta - the local news in Tampa and Detroit had segments on how the airports had taken over parts of taxiways to sort through seas of bags that didn't make it on to planes.
    It's been 2 days, and Delta has no idea where the stuff from that flight is. I'm guessing it isn't just Comair that got hit by some computer problems.

    Jerry
    http://www.syslog.org/

    1. Re:whole story? by garcia · · Score: 4, Interesting

      Personally I think that Delta was being a bunch of assholes about the whole thing...

      Seeing that my 7pm flight was cancelled for the 23rd I spent 20 minutes redialing from two different phones until I got past a busy signal. After 50 minutes on hold I got through to a representative who scheduled me for the 24th's 7pm flight. I spent the rest of the time rearranging time off from work, the dog's time to be spent at the kennel, car rental stuff, and phone calls to my fiance who would meet me at the airport, and to family we were supposed to see.

      At 7am on the 24th the flight was already cancelled. At this point I didn't give a shit anymore. Delta was saying I would have to use my tickets by the 15th of January because "it wasn't their fault". I knew it wasn't the fucking weather down there as plenty of people were saying it was fine in the area. So I call again and get through after redialing for 65 minutes. I get through to a rep after 50 more minutes in queue. She tells me she can't do anything but schedule me for the 25th at 7pm so I'd have to get in queue for the reissue desk. Fine...

      After 2 hours and 11 minutes in queue (with no hold music or sound for that matter) someone calls on my home line at 5:15pm from Delta to tell me my 7pm flight is cancelled (cute, I would have been at the airport by then). I tell that rep to get me into the reissue queue as I've been on hold with them for 2 hours.

      I finally get through and tell them I want my money back. They tell me I need to speak to customer service. After waiting on hold (with the reissue rep) for 25 minutes the reissue rep offers to refund my money.

      We can't fly out for New Years as the kennel is booked and I'd feel horrible asking someone to watch our dog in our house for me than 1 night. So basically we have to wait quite some time to fly down there again.

      It was a little bit of a pain in the ass to wait on hold and be jerked around for two days for something that was their fault when they continually claimed wasn't. BAD WAY TO TRY AND PLEASE A CUSTOMER.

      Thanks for ruining our Christmas.

    2. Re:whole story? by HeghmoH · · Score: 2, Informative

      These days, "we hate the customer" seems to be the motto of all of the big airlines.

      This summer, I was flying from Paris to Ft. Lauderdale via Philadelphia on USAir. The Paris->Philadelphia leg was handled by the same plane that does USAir's Philadelphia->Paris flight that same day. The incoming flight was about four hours late, so of course our outgoing flight was also four hours late. Sucks, but what can you do.

      So we get into Philadelphia at about 9PM instead of 4:30PM and everybody rushes to get any last-minute connections they can. I was already stuffed and had to wait for the next day's flight, but a lot of people had chances to make late flights to their destination. We all get off the plane, go through customs, get to USAir's rebooking desk.

      Two people are working this desk.

      An airplane with three hundred people comes in four hours late. USAir knew that this flight would be late almost a full day in advance, since it was a cascade effect from the other flight's delay. And yet, none of USAir's genius managers had the presence of mind to call in a few extra employees that night to speed things along.

      A lot of people missed connections they otherwise could have made, because they had to wait in line for an hour to get new tickets.

      Since USAir obviously hates their customers exceptionally strongly, I won't be flying with them again.

      This isn't really an isolated incident, either, just the most recent bad one. The entire industry has a serious problem with this, and I have a feeling it's going to take a couple of high-profile bankruptcies before they get a grip on it.

      --
      Mod down posts with a "Free Mac Mini/iPod" sig, they're spam!
    3. Re:whole story? by winwar · · Score: 2, Informative

      "I have little sympathy for people that whine about holiday travel when they didn't plan for things like this."

      Okay troll, I'll bite. Maybe he had a limited amount of time off. Maybe that was the most convenient time to fly. Whatever. It doesn't matter.

      He shouldn't have to plan for weather, high traffic, and/or computer screwups. That is the airlines JOB. You know, the people who took the money and agreed to get him from point A to point B. Bad weather in the winter? From the massive effects it has on the airlines, you think this is the first time they have ever experienced it.... Running a computer system they KNOW will fail under load?!? Other airlines running out of deicing fluid?!? Excuse me, it IS THE AIRLINES FAULT. When your system is such that one winter storm will screw it up, and it happens repeatedly, and you do nothing to change it, it is broken and your fault.

      But they don't care. And that was the grandparents point. Admit it is your fault, refund his money, and let him make other plans.

      People accept that there will be problems-lying to them just pisses them off and guarantees that they WON'T believe you if it ever really isn't your fault. Accepting blame tends to build respect.

  22. Not surprising, coming from Comair by Anonymous Coward · · Score: 5, Interesting

    Some of my co-workers are on contract developing Java software for Comair.

    Comair are very tied to particular systems, and don't want to change even when the developers have pointed out problems. Case in point: a J2EE-based employee portal, based on Novell exteNd (Novell Portal Service) and a one-way HPUX server. NPS runs in Tomcat, which is servicing requests (via mod_jk) through Apache. No other application shares the machine, and Comair will only consider vertical scaling, not horizontal.

    The application creates at least two threads per connection, and when the thread count goes beyond a relatively low threshold (between 300 and 400), Tomcat deadlocks. It's not because they're running out of space in the allocated JVM heap, and they've tuned mod_jk to allow for heavy load. The current solution is to restart Tomcat when the system locks up.

    Novell's support has been less than stellar, so the Java contracting group was informally asked what to do. We had all kinds of useful suggestions, from dumping NPS for another portal implementation, to creating custom thread-pools, to using JDK 1.4 new I/O and a minimally-threaded design, and even using round-robin DNS and a group of independent portal servers to share the load. Comair are wedded to particular minimal cost solutions, however, and it shows.

    At least when the portal crashes, it only impacts employees and not passengers.

  23. Read the code, Luke (episode II) by chiph · · Score: 4, Funny

    Somewhere deep in the code is a comment that says:

    // I don't need to check for this condition because
    // my asshole manager Steve Johnson says it'll
    // never happen


    {friggin' slash - When I say plain old text, I mean plain old text!}

  24. I'm surprised by antifoidulus · · Score: 2, Interesting

    that in the name of sensationalism reporters haven't said, "terrorism is probably not to blame but the Dept. of Homeland Security is looking into it." It seems that after Sep. 11th, the news wants to try to connect everything even remotely bad with terrorism, and of course the Dept. of Homeland Security encourages them by using as vague of language as possible. Are people that easily frightened?

    1. Re:I'm surprised by HangingChad · · Score: 3, Insightful
      It seems that after Sep. 11th, the news wants to try to connect everything even remotely bad with terrorism

      What else do they have to do? They've got this huge ass budget, all those people watching a lot of honest citizens. It was 10 years between the first attempt on the world trade center and the second. We've built and paid for this entire monster agency for an event that might be 10 or 15 years away. What are they going to do in the meantime? Grope women at the airport. They have to do something to justify their existence, Otherwise we'd have admit we over-reacted to 9-11.

      --
      That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
  25. From old information... by gminks · · Score: 5, Informative
    According to this article [written in 1995] , Dell and AT&T created a new company called TransQuest Information Solutions.

    This article outlines how this joint venture re-vamped Delta's IT systems (again remember, this is 1995):


    During 1995 and 1996, TransQuest reengineered Delta's systems to migrate them from Hitachi mainframes running Natural, Adabas, and DB2 to an open systems environment. The new systems are written in C++ and access Sybase databases of reusable and distributed objects. The systems run primarily on Sun, HP and AT&T servers under UNIX with clients running under UNIX, MS-DOS, and Windows. The clients are connected to the servers over high bandwidth TCP/IP frame relay networks.

    Job titles for the company's 1,100 computer professionals include Systems Engineer and Software Engineer 1 through 8. Staff members recently developed an aircraft weight balance system that can be accessed by pilots to determine how luggage and fuel have been distributed within the aircraft for balance during a flight. This system was developed in C++ on AT&T and HP UNIX servers and will be available on 40,000 devices to 2,000 users.


    The trail runs dry here, job postings stopped around 2001.

    Which really raises suspicions that all the code is written and maintained offshore. The question now becomes who is handling this for Delta.

    One of Tata's spinoffs, Airline Financial Support Services, is described as


    "an example of an external service provider that handles a wide range of back-office functions for the airlines. AFS handles sales, refund, traffic and cargo; performs fare audits; manages yields and revenues by performing departure and post-departure processing checks; books crews; deals with overbooked flights and wait-lists; adminsters frequent flyer programs; draws up flight navigation charts; such as landing or route facility charts; and provides customer care." This according to ebstrategy.com


    Wipro handles some of Delta's inbound reservation calls in India and the Phillipines.

    In conclusion, it would appear that either Tata's AFS arm or Wipro do the IT for Delta airlines.
  26. I'd like to know by HangingChad · · Score: 2, Interesting
    Not just the database platform and front end but who built it. This just has E-D-S stamped all over it. Everybody has a system go down once in a while, but it just seems like EDS has had more than their share.

    This is a worst case scenario for a system of that nature because of so many dependent calculations and calls to other systems. It takes more than just having a plane and a crew...which is a lot of work all by itself. It has to have a gate and connecting flights. Then multiply all that by 30,000 people, roughly 120 plane loads, and complicate it by some airports being closed. I bet you could actually watch the lights get dimmer in the server room. Still when you know the potential peak demand you have reserve capacity. Slow is okay, stop is unacceptable.

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
  27. Re:No manual process? by aggles · · Score: 2, Insightful

    Hopefully someone from Commair reads /. and will not be able to resist spilling the beans. This sounds like a lawsuit in the making. It was not weather related - it was someone trying to either save a buck by writing crappy software or having poor operational procedures. This is a Sarbanes-Oxley event - and hopefully, the truth will come out about what happened, and why the backup procedures were either not-in-place or did not work. I don't want to see them go bankrupt, but they should be held accountable.

  28. Southwest refuses to drink the Kool-aid by Oswald · · Score: 4, Interesting
    This computer problem of Comair's just demonstrates how unworkable the hub-and-spoke system of flight scheduling is. It's a flawed concept, foisted on a naive public by an industry locked in some sort of mass psychosis. In the pursuit of minor economies of scale, the big airlines treat their passengers like packages (hey! it works for Fedex, and their cargo can't even walk itself to the next gate...), treat airport runways and air traffic controllers like unlimited resources, and waste vast amounts of jet fuel. The fact that Southwest Airlines (which does not use a hub-and-spoke scheduling system) is profitable, and the rest of our major airlines are either in, just out of, or about to go into, bankruptcy doesn't seem to dent their thick skulls.

    I have watched the operation at Atlanta for over 21 years, and I've seen how cutthroat the competition for a major hub is, but it feels like watching two dogs fight over two bones--you can't tell if they're fighting out of greed or stupidity. Southwest doesn't even fly into Atlanta--they know that only a pyrrhic victory would be possible under those circumstances. Management at the other airlines has been criminally incompetent ever since airline deregulation, but it's the passengers, employees and shareholders who pay the penalty time and again.

  29. Re:Southwest refuses to drink the Kool-aid by HR · · Score: 3, Interesting

    The problem with your analysis is that point-to-point flying doesn't work when you start talking about international travel. It's just not possible to fly passengers to, say, Germany or Japan from every domestic airport. The way you do it is to accumulate passengers at a major hub on the coast and then fly from there.

  30. Re:Southwest refuses to drink the Kool-aid by PPGMD · · Score: 3, Insightful
    It's isn't that easy, for the longest time Southwest was the hardest to book a flight for because they had no web system that could figure out it's route system (only 5 years later they just released one). Up about about July of this year to book a web flight you needed a route map and schedule to figure out what cities you had to go throuh if there was no direct flight option.

    The hub-spoke system is easier to manage, and can be profitable if the airlines relize that they aren't unlimited resources, and decentralize the hubs on a limited basis.

    Anyways Southwest doesn't drink anyone's koolaid, they run all their own in house designed systems (I am not sure they are even on Sabre anymore), including web apps. It's an intresting concept, but it probably causes their IT managers to pull their hair out.

  31. Er, I think I found the problem...they pay squat! by SharpNose · · Score: 2, Interesting

    From Yahoo Jobs:

    Software Engineer Cincinnati, OH $40K -$50K

  32. Re:Southwest refuses to drink the Kool-aid by Anonymous Coward · · Score: 4, Informative
    Actually, the only thing that makes these sort of problems easier for Southwest is the consolidated fleet types. With nothing but 737's, you don't add complexity to the scheduler for things like pilot and f/a qualifications.

    What happened to Comair here could happen to just about any airline. There is no comprehensive suite of software that handles crew scheduling, aircraft scheduling, reservations, and the myriad of other functions that are needed to run an airline.

    Reservations, for other than tiny airlines, are still managed by large TPF mainframes. TPF is a very "bare bones" operating system that runs on IBM mainframes, and was written specifically to deal with high volume / high transaction rate systems. Personally, I've seen 5 attempts at 3 different airlines to replace it with something modern. ( like Unix with an RDBMS ). Each attempt failed miserably, and the airline went back to TPF. Note that TPF is not MVS, OS/390, or any other more mainstream Mainframe OS. It's purpose built.

    Unfortunately, this means that all of the other applications have to interface with TPF via screen scraping. To further compound the problem, no "suites" exist to handle the following functions, so most airlines have to "sew together" best of breed solutions for these basic functions:

    • Crew Scheduling - F/A's and pilots bid on slots to fly, this system takes those bids and turns it into a schedule.
    • Aircraft Scheduling - Tracks which tail numbers are flying which flights for the dispatchers
    • Optimization - Different optimizers to do things like:
      • Fuel Tankering - Use the jets as "tankers" so that you buy fuel where it's cheapest for flights later in the day
      • Crew Optimization - "Traveling Salesman" type solver to incur lowest labor cost, get crews back to home base, etc
      • Schedule Optimization - Use the aircraft in the most cost efficient way to cover all of your scheduled flights.
      • Maintenence Optimization - Pull aircraft in for Scheduled Maintenance at the optimum time.
      • Reacommodation - When things go wrong ( weather, mechanicals, whatever, pull in all of the above variables to crank out a new schedule, crewing, mx schedule, etc )
    • Booking Engines, for the internet and reservations agents
    • Point of Sale and Boarding functions for agents, skycaps, and kiosks
    • Interline functions where other airlines sell your tickets, and transfers for bagggage, etc
    Anyhow, this list isn't comprehensive, but shows enough of the disparate pieces that you can imagine why these "glitches" happen. Very few of the items from the list above come from the same vendor, or even run on the same platforms.
  33. Yep, you are right! by Anonymous Coward · · Score: 5, Informative

    Your statements are accurate.

    I was a unix sys admin there, but left for greener pastures during the dot-com craze. The non-redundant hardware at the time ran AIX, and had a great support contract from IBM. The SBS application however, always had monthly issues, at least at that airline. They were looking for a replacement then, and I'm not suprised they still haven't replaced it.

  34. Simple Solution by jeephistorian · · Score: 2, Informative

    Take Amtrak!

    Amtrak receives around $500 million for a total budget, while the airtravel receives around $15 billion in subsidies. Take the train and save everyone money!

    _____________

    --
    Huh?
    1. Re:Simple Solution by the+pickle · · Score: 3, Insightful

      Sure, that's eminently practical. I can take 48 hours to get from Detroit to LA, or I can take six (including travel time and check-in time at both airports).

      p

  35. response from an AA employee by dan_bethe · · Score: 2, Interesting

    I sent a summary of these Slashdot comments to my cousin who works at American Airlines hq in Dallas. Here's his response!

    ---

    "ugh... I worked 9pm-1am yesterday (xmas day). I spent the first two
    hours of my shift calling people to tell them their flight was
    cancelled and reschedule them. Most of them were taking flights out to
    Miami and the Caribbean to spend New Years Eve partying on the beach.
    Honestly, I had little pity telling them they were going to miss out on
    one day of tanning especially since they seem to 'blame' the weather on
    us.

    "One hour into my shift our reference system went down. No IT people
    were willing to come in and fix it. I had the system up for booking
    flights and making reservations, but I could not look up any of our
    rules and regulations. Ah well, enjoy your xmas off IT guys!! Enjoy
    the weather in Cabo San Lucas!! Cheers!!

    "Fortunately, we have a backup of all our html files saved as text
    files. However each text file can only hold serval hundred text
    characters. So, when I want to look up our baggage policies the normal
    html file is called BAG INFO. In the backup system BAG INFO is
    separated into 10 or 20 text files and I have to 'page' through them by
    typing BAG INFO P2, BAG INFO P3, BAG INFO P4. The text files are not
    indexed and are not searchable. It took me 10 minutes to find and
    advise someone how big a bag they can take to Puerto Rico.

    "After I started taking incoming calls again, there were people calling
    in on Christmas day to book their trips for Spring Break. There were
    over 100 calls on hold to talk to us, and there were people sitting on
    hold for half an hour to ask me how much it would cost to book a trip
    to Fort Lauderdale in March. Couldn't that wait until the day after
    Christmas?

    "Yes, the airline industry does not prepare for emergencies as well as
    it could for the holidays when people want to travel in record numbers.
    However, I think the general public could try to have their own backup
    plans in place as well and realize that the travel industry in general
    does not have the equipment or the staff to handle everyone in the
    country wanting to travel all at once in one week. Do people stock
    their refrigerators year round with enough food to feed everyone in
    their families at one meal like they do at Christmas?

    "Even though we try to accommodate everyone as best as we can on the
    holidays, we want to to have a holiday just as bad as the rest of
    everyone else. Working in the travel industry should not indenture us
    to be your slaves over holidays. The public needs to have a little bit
    of compassion and realize how much we give up in our own personal lives
    just to help you get where you are going. Frankly, the way most people
    treat me on the phones I don't think they deserve our help and
    compassion. And don't call on Christmas day to book flights in March.
    That phone call is making someone work on a day they shouldn't have to.

    "anyways.... heh..... guess i had a bad night at work last night, huh

    "MERRY XMAS!"

  36. Re:AIX? by Zeinfeld · · Score: 2, Funny
    While AIX, "Ain't unIX", might be described as Unix and the advert looks like HR drool, I'd still wager that some thing M$ failed something Sybase and that the AIX rumor is someone blowing smoke up your ass. Comparing reputations, AIX vrs. M$, the choice is clear.

    So lets think this one through for a second. The people who work there say the system that failled runs on AIX and that its the application thats gone whoopsie. So they obviously must be lying since everyone knows that the minute an application is ported to AIX all the bugs fall out of it.

    Of course with this type of thinking there is no way that reputations are ever going to change since every computer error is attributed to Windows even if it has nothing to do with the issue.

    I suspect that the HR advert is for a completely unrelated job.

    I also would hazzard a guess that the real problem at the place now is not the system anymore. The system is probably back up but they are now having to deal with planes that are in the wrong places and crews that have no flying hours left because of decisions that were taken manually while the system was down.

    --
    Looking for an Information Security student project suggestion?
    Try http://dotcrimeManifesto.com/