<?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: Problems to rm one file (?--------- ) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problems-to-rm-one-file/m-p/3922886#M26591</link>
    <description>Hola Carmen,&lt;BR /&gt;&lt;BR /&gt;That "file?" has an exorbitant link-count of 32767 it may be a directory with lots of subdirs but more probably a filesystem error. &lt;BR /&gt;Are there some hints in /var/log/messages?&lt;BR /&gt;&lt;BR /&gt;can you do a:&lt;BR /&gt;# find /var -inum 229445 -exec ls -li {} \+&lt;BR /&gt;&lt;BR /&gt;Finally i think the best is to get a downtime for reboot and fsck in single-user-mode.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 09 Jan 2007 08:26:22 GMT</pubDate>
    <dc:creator>Hemmetter</dc:creator>
    <dc:date>2007-01-09T08:26:22Z</dc:date>
    <item>
      <title>Problems to rm one file (?--------- )</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-to-rm-one-file/m-p/3922878#M26583</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to rm one file, but it is not possible.&lt;BR /&gt;&lt;BR /&gt;# ls -lrta&lt;BR /&gt;?---------  32767 root     38680           0 Jul 15  1965 DeplMMjlhcI&lt;BR /&gt;&lt;BR /&gt;When I do:&lt;BR /&gt;rm DeplMMjlhcI&lt;BR /&gt;&lt;BR /&gt;rm: remove weird file `DeplMMjlhcI'? y&lt;BR /&gt;rm: cannot remove `DeplMMjlhcI': Operation not permitted&lt;BR /&gt;&lt;BR /&gt;I have tried to change it with chmod, but it doesn't want.&lt;BR /&gt;What could I do?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot of!&lt;BR /&gt;Carmen.&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jan 2007 05:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-to-rm-one-file/m-p/3922878#M26583</guid>
      <dc:creator>Carme Torca</dc:creator>
      <dc:date>2007-01-09T05:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problems to rm one file (?--------- )</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-to-rm-one-file/m-p/3922879#M26584</link>
      <description>Carmen,&lt;BR /&gt;try quoting the filename.&lt;BR /&gt;rm 'DeplMMjlhcI'&lt;BR /&gt;&lt;BR /&gt;ls -a to check for non-printable characters in filename&lt;BR /&gt;&lt;BR /&gt;rm -i    and step through the files&lt;BR /&gt;&lt;BR /&gt;WARNING:&lt;BR /&gt;This will remove all files of 0 size in directory AND SUBDIRECTORIES:&lt;BR /&gt;find . -size 0c -exec rm {} \;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Find the nodeid of the file and remove it that way.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jan 2007 06:51:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-to-rm-one-file/m-p/3922879#M26584</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-01-09T06:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problems to rm one file (?--------- )</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-to-rm-one-file/m-p/3922880#M26585</link>
      <description>Hi,&lt;BR /&gt;It doesn't works ok.&lt;BR /&gt;&lt;BR /&gt;--------  32767 root     7704            0 Aug 12  1965 DeplMbQeENi&lt;BR /&gt;&lt;BR /&gt;# rm DeplMMjlhcI&lt;BR /&gt;rm: remove weird file `DeplMMjlhcI'? y&lt;BR /&gt;rm: cannot remove `DeplMMjlhcI': Operation not permitted&lt;BR /&gt;&lt;BR /&gt;# ls -i&lt;BR /&gt;  98340 bbc           229444 DeplMF0MGiA   229436 err4CjsrA   229434 ovpa_pkg.xml&lt;BR /&gt; 229445 DeplMbQeENi   229443 DeplMMjlhcI   229431 outKXvpjh   229435 tmpovpa_pkg.xml&lt;BR /&gt;&lt;BR /&gt;# find . -size 0c -exec rm {} \;&lt;BR /&gt;rm: cannot remove `./DeplMMjlhcI': Operation not permitted&lt;BR /&gt;rm: cannot remove `./DeplMF0MGiA': Operation not permitted&lt;BR /&gt;rm: cannot remove `./DeplMbQeENi': Operation not permitted&lt;BR /&gt;&lt;BR /&gt;# find . -inum 229443 -exec rm {} \;&lt;BR /&gt;rm: cannot remove `./DeplMMjlhcI': Operation not permitted&lt;BR /&gt;&lt;BR /&gt;What could I do?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Carmen.</description>
      <pubDate>Tue, 09 Jan 2007 07:16:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-to-rm-one-file/m-p/3922880#M26585</guid>
      <dc:creator>Carme Torca</dc:creator>
      <dc:date>2007-01-09T07:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problems to rm one file (?--------- )</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-to-rm-one-file/m-p/3922881#M26586</link>
      <description>Hi Carmen,&lt;BR /&gt;&lt;BR /&gt;What filesystem is that file located on?&lt;BR /&gt;Local,nfs,cifs?&lt;BR /&gt;&lt;BR /&gt;What are the permissions of the directory?&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jan 2007 07:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-to-rm-one-file/m-p/3922881#M26586</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2007-01-09T07:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problems to rm one file (?--------- )</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-to-rm-one-file/m-p/3922882#M26587</link>
      <description>Did you try to reboot and fsck the file system (assuming it's a local file system).&lt;BR /&gt;Also post the output of `lsattr DeplMMjlhcI`.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jan 2007 07:39:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-to-rm-one-file/m-p/3922882#M26587</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2007-01-09T07:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problems to rm one file (?--------- )</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-to-rm-one-file/m-p/3922883#M26588</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The directory is temp/ and its depens on /var&lt;BR /&gt;&lt;BR /&gt;# pwd&lt;BR /&gt;/var/opt/OV/installation/temp&lt;BR /&gt;&lt;BR /&gt;# ls -lrta&lt;BR /&gt;total 28&lt;BR /&gt;drwxrwsr-x    4 root     bin          4096 Sep 18 19:46 incoming&lt;BR /&gt;dr-xr-sr-x   19 bin      bin          4096 Sep 18 19:48 ..&lt;BR /&gt;drwxrwsr-x    3 root     bin          4096 Sep 18 19:49 packages&lt;BR /&gt;drwxr-xr-x    2 root     bin          4096 Sep 18 19:49 inventory&lt;BR /&gt;drwxrwsr-x    7 bin      bin          4096 Nov 20 11:35 .&lt;BR /&gt;drwxr-sr-x    2 root     bin          4096 Jan  9 11:04 temp2&lt;BR /&gt;drwxrwxr-x    3 root     bin          4096 Jan  9 13:13 temp&lt;BR /&gt;&lt;BR /&gt;# ls -lrta temp&lt;BR /&gt;total 5291020984&lt;BR /&gt;?---------  32767 root     38680           0 Jul 15  1965 DeplMMjlhcI&lt;BR /&gt;?---------  32767 root     7192            0 Jul 23  1965 DeplMF0MGiA&lt;BR /&gt;?---------  32767 root     7704            0 Aug 12  1965 DeplMbQeENi&lt;BR /&gt;-rw-rw-r--    1 root     bin          1756 Sep 18 19:46 tmpovpa_pkg.xml&lt;BR /&gt;-rw-rw-r--    1 root     bin          1772 Sep 18 19:46 ovpa_pkg.xml&lt;BR /&gt;drwxrwsr-x    7 bin      bin          4096 Nov 20 11:35 ..&lt;BR /&gt;drwxr-sr-x    3 root     bin          4096 Nov 20 11:39 bbc&lt;BR /&gt;drwxrwxr-x    3 root     bin          4096 Jan  9 13:13 .&lt;BR /&gt;&lt;BR /&gt;# df -k .&lt;BR /&gt;Filesystem           1K-blocks      Used Available Use% Mounted on&lt;BR /&gt;/dev/sda5              2063504    192448   1766236  10% /var&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jan 2007 07:39:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-to-rm-one-file/m-p/3922883#M26588</guid>
      <dc:creator>Carme Torca</dc:creator>
      <dc:date>2007-01-09T07:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problems to rm one file (?--------- )</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-to-rm-one-file/m-p/3922884#M26589</link>
      <description>Hi,&lt;BR /&gt;I can't reboot the server.&lt;BR /&gt;&lt;BR /&gt;?---------  32767 root     38680           0 Jul 15  1965 DeplMMjlhcI&lt;BR /&gt;?---------  32767 root     7192            0 Jul 23  1965 DeplMF0MGiA&lt;BR /&gt;?---------  32767 root     7704            0 Aug 12  1965 DeplMbQeENi&lt;BR /&gt;-rw-rw-r--    1 root     bin          1756 Sep 18 19:46 tmpovpa_pkg.xml&lt;BR /&gt;-rw-rw-r--    1 root     bin          1772 Sep 18 19:46 ovpa_pkg.xml&lt;BR /&gt;drwxrwsr-x    7 bin      bin          4096 Nov 20 11:35 ..&lt;BR /&gt;drwxr-sr-x    3 root     bin          4096 Nov 20 11:39 bbc&lt;BR /&gt;drwxrwxr-x    3 root     bin          4096 &lt;BR /&gt;&lt;BR /&gt;# df -k .&lt;BR /&gt;# lsattr -v DeplMMjlhcI&lt;BR /&gt;lsattr: No such file or directory while trying to stat DeplMMjlhcI&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jan 2007 08:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-to-rm-one-file/m-p/3922884#M26589</guid>
      <dc:creator>Carme Torca</dc:creator>
      <dc:date>2007-01-09T08:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problems to rm one file (?--------- )</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-to-rm-one-file/m-p/3922885#M26590</link>
      <description>Hello Carme,&lt;BR /&gt;&lt;BR /&gt;there are some process using this file?&lt;BR /&gt;Try to remove in another run-level.&lt;BR /&gt;&lt;BR /&gt;Try also to remove with an external net tool, like WinSCP3, FileZilla or with a Linux-LiveCD (like knoppix).</description>
      <pubDate>Tue, 09 Jan 2007 08:06:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-to-rm-one-file/m-p/3922885#M26590</guid>
      <dc:creator>Alpha977</dc:creator>
      <dc:date>2007-01-09T08:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problems to rm one file (?--------- )</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-to-rm-one-file/m-p/3922886#M26591</link>
      <description>Hola Carmen,&lt;BR /&gt;&lt;BR /&gt;That "file?" has an exorbitant link-count of 32767 it may be a directory with lots of subdirs but more probably a filesystem error. &lt;BR /&gt;Are there some hints in /var/log/messages?&lt;BR /&gt;&lt;BR /&gt;can you do a:&lt;BR /&gt;# find /var -inum 229445 -exec ls -li {} \+&lt;BR /&gt;&lt;BR /&gt;Finally i think the best is to get a downtime for reboot and fsck in single-user-mode.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jan 2007 08:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-to-rm-one-file/m-p/3922886#M26591</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2007-01-09T08:26:22Z</dc:date>
    </item>
  </channel>
</rss>

