Linux booting at 30,000 feet...
My good friend Iranga, had taken this photo (on his way to SL from UK) of the Linux kernel booting on the on-flight personal entertainment system of a First Choice Airline.
So I guess, First Choice has chosen GNU/Linux as its first choice! Iranga told me that once the kernel booted it loaded a kiosk like interface.
But if the airline itself ran on the Linux kernel? or any other commmon OS? Reminds me of this joke...
http://www.webaugur.com/bibliotheca/field_stock/os-airlines.html
Comments
flakey hardware on Airbus?? Don’t even think about it! It is Airbus!
You could well have flaky hardware even on the Airbus as this is just for the inflight entertainment system which isn't going to kill anyone.
Yet it is possible that the hardware is good and Linux still crashed given that most of these systems are fitted by the same manifacturer who might have a buggy version of a Linux distro. But that senario is somewhat unlikely. The more likely thing is a faulty hardware, and the hard disk seems much likely, specially when you consider the turbulence.
But this error message:
svc: bad direction
Isn't a kernel crash but a kernel error message which can be found in
/usr/src/linux/net/sunrpc/svc.c
Looks like they are running a thin client which connects to a powerful server and sometimes they might have some sort of network problem and their kiosk application crashes. So like you said, instead of restarting the application, or fixing the application they probably just reboot the system.