Tag: NEAR

  • Sky falls – bugs exist in the Linux kernel….

    There have been several articles in the last few days breathlessly heralding the news The linux kernel is too buggy… Andrew Morton, the lead maintainer has said in the last week that the 2.6 kernel has gotten a bit out of hand with too many new features and too few fixed bugs. Of course, he’s probably right…. Linux founder Linus Torvalds agrees that a “bugfix only” cycle of kernel development would be a good idea.

    (more…)

  • Building RPM’s from Source RPMs

    Let me start by saying I am FAR from being an expert on the subject of building rpm’s… RPM’s are binary packages for use in red-hat based distributions. They are used (*in my case on Mandriva) with urpmi to install. Urpmi is a “wrapper” around the rpm utility that figures out what dependencies a program has and then installs those dependencies along with that program. One problem under linux is that binaries are not necessarily portable from one version of a distribution to another. For instance, some of the rpm’s for cooker may not be compatible with an old 10.0 system. But, there are src.rpm’s that can be rebuilt.

    (more…)