<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 02/23/2015 04:01 AM, Gerald Waugh
      wrote:<br>
    </div>
    <blockquote cite="mid:54EAFA81.6070202@geraldwaugh.pro" type="cite">
      <meta http-equiv="Context-Type" content="text/html;
        charset=windows-1252">
      <br>
      <div class="moz-cite-prefix">On 02/22/2015 09:41 PM, Michael
        Stauber wrote:<br>
      </div>
      <blockquote cite="mid:54EAA157.8030604@blueonyx.it" type="cite">
        <pre wrap="">Hi Gerald,

</pre>
        <blockquote type="cite">
          <pre wrap="">Ditto on these issues, also seen on our 5208R systems
</pre>
        </blockquote>
        <pre wrap="">Uhm ... that is when you updated from 5108R to 5208R, right? Not during
regular yum updates afterwards?
</pre>
      </blockquote>
      <tt>The #2 of Dan's happened on an update of a 5208R system.<br>
         Took a little searching to find out why the rsync backup quit
        working...</tt><br>
      <pre wrap="">2)In the same vein <i class="moz-txt-slash"><span class="moz-txt-tag">/</span>root<span class="moz-txt-tag">/</span></i>.bashrc is re-created each time we update.  We 
have to remove the echo lines as rsync doesn't like it.  We are happy to 
do it once to each box but it keeps coming back again on update.</pre>
    </blockquote>
    <tt><b>Disregard</b>, we were rsyncing the data on a 5208R</tt><tt>
      system </tt><tt>from a 5107R system<br>
    </tt><tt>It was the 5107R that had the .bashrc written to on an
      update</tt><tt>.<br>
    </tt><tt>We had hashed out the echo text and it was added below our
      hashed out lines.</tt><tt><br>
    </tt><tt>as below; unhashed lines were added to the 5107R system by
      an update.<br>
      <br>
    </tt><tt>[root@s5 ~]# cat .bashrc</tt><tt><br>
    </tt><tt># Source global definitions</tt><tt><br>
    </tt><tt>if [ -f /etc/bashrc ]; then</tt><tt><br>
    </tt><tt>        . /etc/bashrc</tt><tt><br>
    </tt><tt>fi</tt><tt><br>
    </tt><tt>#/bin/echo ""</tt><tt><br>
    </tt><tt>#/bin/echo "To change your network settings from the
      command line, run"</tt><tt><br>
    </tt><tt>#/bin/echo "the command /root/network_settings.sh"</tt><tt><br>
    </tt><tt>#/bin/echo ""</tt><tt><br>
    </tt><tt>#/bin/echo "To remove this notice, edit /root/.bashrc"</tt><tt><br>
    </tt><tt>#/bin/echo ""</tt><tt><br>
    </tt><tt><br>
    </tt><tt>/bin/echo ""</tt><tt><br>
    </tt><tt>
      /bin/echo "To change your network settings from the command line,
      run"</tt><tt><br>
    </tt><tt>
      /bin/echo "the command /root/network_settings.sh"</tt><tt><br>
    </tt><tt>
      /bin/echo ""</tt><tt><br>
    </tt><tt>
      /bin/echo "To remove this notice, edit /root/.bashrc"</tt><tt><br>
    </tt><tt>
      /bin/echo ""</tt><br>
  </body>
</html>