<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Mark C. Hawkins wrote, On 2010. 10. 29. 23:45:
    <blockquote
      cite="mid:2415014.5897.1288388744595.JavaMail.root@mail.medalist.com.au"
      type="cite">
      <style type="text/css">p { margin: 0; }</style>
      <div style="font-family: Arial; font-size: 10pt; color: rgb(0, 0,
        0);">
        <style>p { margin: 0; }</style>
        <div style="font-family: Arial; font-size: 10pt; color: rgb(0,
          0, 0);"><span>I've got a Lucid (10.04) guest running in a
            production environment that I don't really want to rebuild<br>
            <br>
            After running apt-get upgrade I get errors from the udev
            package.<br>
            <br>
            From reading other posts I see that udev is not used and
            that holding the package back prevents the problem when
            doing an upgrade, but does anyone have a solution to get rid
            of the error message if the upgrade was already attempted?<br>
            <br>
            Removing udev doesn't work as there are too many packages
            that depend on udev.  is there anyway to remove udev without
            breaking the other packages or some way to remove the error?</span><br>
        </div>
      </div>
    </blockquote>
    <br>
    There is a section in the postinstall script of the package, which
    recreates devices by mknod.<br>
    Just remove it, or include 'return 0' so the script can exist by the
    return code 0.<br>
    <br>
    Bye,<br>
    <br>
    tamas<br>
  </body>
</html>