<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: rm: cannot remove `TGSmakeit': No such file or directory in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rm-cannot-remove-tgsmakeit-no-such-file-or-directory/m-p/3714924#M21458</link>
    <description>Hi, I have the exact same problem&lt;BR /&gt;EMC NAS clarion + with RH EL 3 up 4  2.4.21-32.ELsmp&lt;BR /&gt;&lt;BR /&gt;/foo mounted by nfs&lt;BR /&gt;&lt;BR /&gt;ls /foo&lt;BR /&gt;/foo&lt;BR /&gt;/foo/bar&lt;BR /&gt;&lt;BR /&gt;In most cases it works, but&lt;BR /&gt;sometime rm says : &lt;BR /&gt;$ rm -r /foo&lt;BR /&gt;rm: cannot remove `/foo/bar': No such file or directory&lt;BR /&gt;&lt;BR /&gt;/foo/bar is erased, but the message is wrong and rm exits with not 0.&lt;BR /&gt;&lt;BR /&gt;I have a full encapsulated procedure which stops when rm fails. Very annoying problem&lt;BR /&gt;&lt;BR /&gt;There is many levels of cache:&lt;BR /&gt;- nfs client rsize=32768 and wsize=4096&lt;BR /&gt;- nfs server attribute cache&lt;BR /&gt;- EMC disk cache&lt;BR /&gt;&lt;BR /&gt;While my system Is in production it is pretty hard to turn off EMC or nfs server cache, cause it would dracstically impact performances.</description>
    <pubDate>Mon, 05 Feb 2007 08:17:49 GMT</pubDate>
    <dc:creator>thibault ketterer</dc:creator>
    <dc:date>2007-02-05T08:17:49Z</dc:date>
    <item>
      <title>rm: cannot remove `TGSmakeit': No such file or directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rm-cannot-remove-tgsmakeit-no-such-file-or-directory/m-p/3714922#M21456</link>
      <description>Dear Experts,&lt;BR /&gt;&lt;BR /&gt;We have an strange problem on Redhat EL 3.0 U4 WS ( 2.4.xxxx kernel).&lt;BR /&gt;&lt;BR /&gt;While running build I get the following error:&lt;BR /&gt;&lt;BR /&gt;gmake[4]: Leaving directory `/project/dvdrw2/users/dvdr_blr/build/C1_5/1303/software-build_c1_5/software/dev&lt;BR /&gt;/appl/comp/ola/test'&lt;BR /&gt;rm: cannot remove `TGSmakeit': No such file or directory&lt;BR /&gt;rm: cannot remove `TGSgenerate': No such file or directory&lt;BR /&gt;rm: cannot remove `TGSgenerate.c': No such file or directory&lt;BR /&gt;gmake[3]: *** [test] Error 1&lt;BR /&gt;&lt;BR /&gt;The strange part is most of the time the build runs without any problem .. but some time it fails. I did few chek to see if the file exists before removing it .. and it does ..&lt;BR /&gt;&lt;BR /&gt;The project area is on NFS mounted FS from and EMC NAS box ...&lt;BR /&gt;&lt;BR /&gt;Any clue to where will the problem be ? Does it some thing to do with inode ? ( Just a wise guess)&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Sun, 22 Jan 2006 23:59:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rm-cannot-remove-tgsmakeit-no-such-file-or-directory/m-p/3714922#M21456</guid>
      <dc:creator>Niraj Kumar Verma</dc:creator>
      <dc:date>2006-01-22T23:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: rm: cannot remove `TGSmakeit': No such file or directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rm-cannot-remove-tgsmakeit-no-such-file-or-directory/m-p/3714923#M21457</link>
      <description>What NFS options have you set for the filesystem?&lt;BR /&gt;&lt;BR /&gt;In particular, are you using NFS over TCP, and with what block/buffer sizes for read &amp;amp; write?&lt;BR /&gt;&lt;BR /&gt;It looks as if it is making a file on the filesystem, but when it goes to read it back, the filesystem hasn't got it yet.  As if the NAS is buffering the request to create the file, and hasn't actually done it yet.&lt;BR /&gt;&lt;BR /&gt;What sort of buffering/caching options does the NAS have?  Can you turn them off for testing?</description>
      <pubDate>Mon, 23 Jan 2006 02:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rm-cannot-remove-tgsmakeit-no-such-file-or-directory/m-p/3714923#M21457</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-01-23T02:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: rm: cannot remove `TGSmakeit': No such file or directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rm-cannot-remove-tgsmakeit-no-such-file-or-directory/m-p/3714924#M21458</link>
      <description>Hi, I have the exact same problem&lt;BR /&gt;EMC NAS clarion + with RH EL 3 up 4  2.4.21-32.ELsmp&lt;BR /&gt;&lt;BR /&gt;/foo mounted by nfs&lt;BR /&gt;&lt;BR /&gt;ls /foo&lt;BR /&gt;/foo&lt;BR /&gt;/foo/bar&lt;BR /&gt;&lt;BR /&gt;In most cases it works, but&lt;BR /&gt;sometime rm says : &lt;BR /&gt;$ rm -r /foo&lt;BR /&gt;rm: cannot remove `/foo/bar': No such file or directory&lt;BR /&gt;&lt;BR /&gt;/foo/bar is erased, but the message is wrong and rm exits with not 0.&lt;BR /&gt;&lt;BR /&gt;I have a full encapsulated procedure which stops when rm fails. Very annoying problem&lt;BR /&gt;&lt;BR /&gt;There is many levels of cache:&lt;BR /&gt;- nfs client rsize=32768 and wsize=4096&lt;BR /&gt;- nfs server attribute cache&lt;BR /&gt;- EMC disk cache&lt;BR /&gt;&lt;BR /&gt;While my system Is in production it is pretty hard to turn off EMC or nfs server cache, cause it would dracstically impact performances.</description>
      <pubDate>Mon, 05 Feb 2007 08:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rm-cannot-remove-tgsmakeit-no-such-file-or-directory/m-p/3714924#M21458</guid>
      <dc:creator>thibault ketterer</dc:creator>
      <dc:date>2007-02-05T08:17:49Z</dc:date>
    </item>
  </channel>
</rss>

