Interesting upgrade problem

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default Interesting upgrade problem

    No, this isn't a newbie "how do I update my XXX" problem.

    I have a machine running what started life as a RH 7.2 install. I would
    like to update the kernel to something more modern than the last build,
    2.4.19-pre5-ac2, which has been running since that was state of the art.

    The issue is that I would really like to avoid doing a kernel by hand
    again, since time is an issue and the build tools are not on that
    machine :-(

    The rpm for the kernel whines about the iptables, which whine about the
    kernel. It seems that each wants the other to be upgraded first, and
    they won't play at the same time. I'm a tad hesitant to start forcing
    things, since the machine is in a lockbox three timezones away. Getting
    it too wrong to boot would be a real issue. Clearly Redhat didn't really
    do an upgrade kernel for 7.2, they want a partial upgrade to 7.newer for
    this to work. I'd like to avoid having it try to update my lilo.conf as
    well, I know as an absolute fact it gets it wrong, it has on every local
    machine so far.

    Any suggestions other than to install all the development tools and
    build a current iptables and kernel for scratch? I'd really like to
    avoid that, I would. I am considering using rpm2cpio and unpacking
    things by hand, at least that way I know I won't shoot too much in the
    foot, but there may be a better way.

    --
    Bill Davidsen <davidsen@tmr.com> CTO, TMR Associates
    As we enjoy great advantages from inventions of others, we should be
    glad of an opportunity to serve others by any invention of ours; and
    this we should do freely and generously.
    -Benjamin Franklin (who would have liked open source)
    bill davidsen Guest

  2. Similar Questions and Discussions

    1. Interesting Flash8.ocx Problem
      Hello, I'm working on Multiplayer Board game which is developing on Flash Communication Server. At the developing stages, i'm checking in...
    2. Interesting Problem
      > What is DBPATH set to? After sweating this problem out today, we finally realized that all of the "good" directories have no parent directories...
    3. Interesting Problem using Excel in a VB .NET Web Service
      I've a problem with a VB .NET web service. After writing code (see below) I run the webservice & invoke the method - it works but when I look at...
    4. A particularly interesting problem...
      I have an object which is like a lam in that it has a lamp-shade around a stick. It is all one model, not created in lingo but imported as W3D from...
    5. Interesting Problem with IIS
      I have not been able to view any of my sites on my local machine. When trying to I simply get blank browser pages. I am using IIS5.1 on Windows...
  3. #2

    Default Re: Interesting upgrade problem

    bill davidsen wrote:
    > No, this isn't a newbie "how do I update my XXX" problem.
    >
    > I have a machine running what started life as a RH 7.2 install. I would
    > like to update the kernel to something more modern than the last build,
    > 2.4.19-pre5-ac2, which has been running since that was state of the art.
    >
    > The issue is that I would really like to avoid doing a kernel by hand
    > again, since time is an issue and the build tools are not on that
    > machine :-(
    >
    > The rpm for the kernel whines about the iptables, which whine about the
    > kernel. It seems that each wants the other to be upgraded first, and
    > they won't play at the same time. I'm a tad hesitant to start forcing
    > things, since the machine is in a lockbox three timezones away. Getting
    > it too wrong to boot would be a real issue. Clearly Redhat didn't really
    > do an upgrade kernel for 7.2, they want a partial upgrade to 7.newer for
    > this to work. I'd like to avoid having it try to update my lilo.conf as
    > well, I know as an absolute fact it gets it wrong, it has on every local
    > machine so far.
    If your current kernel is not from an RPM, you can do an "rpm -U" on
    both the new kernel and iptables at the same time. Alternatively, you
    can use a "--nodeps" to force the kernel update, and then update the
    iptables. But your new iptables may not operate correctly with your old
    2.4.19 custom built kernel, so be prepared to lose iptables after the
    update.

    And yes, they did an upgrade kernel. iptables and the kernel depend on
    each other to be of specific versions, so you really have to update both
    at the same time.

    And to get away from the lilo.conf problems, proceed to using grub ASAP.
    Seriously: you gain nothing from using LILO and gain good update kernel
    control by using grub.
    > Any suggestions other than to install all the development tools and
    > build a current iptables and kernel for scratch? I'd really like to
    > avoid that, I would. I am considering using rpm2cpio and unpacking
    > things by hand, at least that way I know I won't shoot too much in the
    > foot, but there may be a better way.
    Oh, for goodness sake, be prepared to do them both at the same time and
    lose the iptables function while your old kernel is running. Trying to
    replace that stuff by hand is asking to have your system crashed
    unrecoverably.

    Nico Kadel-Garcia Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139