<?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: The log file in the /home/admin directory is unusually high in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/the-log-file-in-the-home-admin-directory-is-unusually-high/m-p/4741509#M1096064</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/547714"&gt;@NguyenNgocBa&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I never faced this issue, but googling a bit, I found &lt;A href="https://community.cisco.com/t5/network-security/how-to-troubleshoot-or-recover-from-ftd-fmc-deployment-failure/td-p/3378966" target="_self"&gt;this post&lt;/A&gt;. Based on this post, I could conclude either you had a troubleshooting session at some point, which caused this file to grow this large (maybe never canceled), or you are hitting some bug for it.&lt;/P&gt;
&lt;P&gt;I would check if pigtail process is still running, if yes - kill it, and delete this file afterwards.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Milos&lt;/P&gt;</description>
    <pubDate>Mon, 19 Dec 2022 07:58:16 GMT</pubDate>
    <dc:creator>Milos_Jovanovic</dc:creator>
    <dc:date>2022-12-19T07:58:16Z</dc:date>
    <item>
      <title>The log file in the /home/admin directory is unusually high</title>
      <link>https://community.cisco.com/t5/network-security/the-log-file-in-the-home-admin-directory-is-unusually-high/m-p/4741355#M1096061</link>
      <description>&lt;P&gt;In the morning my system was warned that the drive was about to be full, after looking for the cause I found that there was a rather large file that took up 64Gb, I tried for the system not to take any log in and out. of the system user but it doesn't seem to work and I noticed that file is getting bigger every second&lt;BR /&gt;, I tried using the command pmtool restart diskmanager but the above file still shows no sign of reducing&lt;BR /&gt;I really want to know what that file is used for in the system, can anyone help me?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 699px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/171333i11A3B97AEDF7E043/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/171332iAC5C8583A038CFBB/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.PNG" alt="2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 04:46:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/the-log-file-in-the-home-admin-directory-is-unusually-high/m-p/4741355#M1096061</guid>
      <dc:creator>NguyenNgocBa</dc:creator>
      <dc:date>2022-12-19T04:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: The log file in the /home/admin directory is unusually high</title>
      <link>https://community.cisco.com/t5/network-security/the-log-file-in-the-home-admin-directory-is-unusually-high/m-p/4741509#M1096064</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/547714"&gt;@NguyenNgocBa&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I never faced this issue, but googling a bit, I found &lt;A href="https://community.cisco.com/t5/network-security/how-to-troubleshoot-or-recover-from-ftd-fmc-deployment-failure/td-p/3378966" target="_self"&gt;this post&lt;/A&gt;. Based on this post, I could conclude either you had a troubleshooting session at some point, which caused this file to grow this large (maybe never canceled), or you are hitting some bug for it.&lt;/P&gt;
&lt;P&gt;I would check if pigtail process is still running, if yes - kill it, and delete this file afterwards.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Milos&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 07:58:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/the-log-file-in-the-home-admin-directory-is-unusually-high/m-p/4741509#M1096064</guid>
      <dc:creator>Milos_Jovanovic</dc:creator>
      <dc:date>2022-12-19T07:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: The log file in the /home/admin directory is unusually high</title>
      <link>https://community.cisco.com/t5/network-security/the-log-file-in-the-home-admin-directory-is-unusually-high/m-p/4741551#M1096067</link>
      <description>&lt;P&gt;If it's continuing to grow, then pigtail is probably running in a session. Look for it with "pidof pigtail" and then kill the process ID (pid) that is returned using "kill &amp;lt;pid&amp;gt;. Once you do that you should be able to delete (remove) the file with "rm &amp;lt;filename&amp;gt;". All of these should be done as root user (i.e., "sudo su -" first).&lt;/P&gt;
&lt;P&gt;It also appears you are running a quite old version and you should consider updating to a more current one.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 09:41:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/the-log-file-in-the-home-admin-directory-is-unusually-high/m-p/4741551#M1096067</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2022-12-19T09:41:34Z</dc:date>
    </item>
  </channel>
</rss>

