<?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: identity awareness debugging commands fail on R81.20 in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/identity-awareness-debugging-commands-fail-on-R81-20/m-p/232694#M44966</link>
    <description>&lt;P&gt;In my case the incidents were related to an undocumented bug in PDP daemon which was crashing. I had to kill pdpd process and watchdog will restart it.&lt;/P&gt;&lt;P&gt;I've received a couple of private fixes from CP TAC / R&amp;amp;D which stabilized the solution, but AFAIK it was not merged in the main release.&amp;nbsp; PRHF-33541 fixed my issue for JHF T41. later edit - PRHF merged in JHF Take 89, see&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk182220" target="_self"&gt;&lt;SPAN&gt;sk182220&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"pdp br st -e" returned&amp;nbsp; "&lt;EM&gt;daemon did not respond or not running!&lt;/EM&gt;"&lt;STRONG&gt;, &lt;/STRONG&gt;but there was a process associated . Run&amp;nbsp;&lt;STRONG&gt;"pgrep -f pdpd", &lt;/STRONG&gt;then kill it&amp;nbsp; with "&lt;STRONG&gt;kill -9 PID_ID".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Notes taken during TAC case meetings:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Further details on core dump analysis:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The further core dump analysis points to a thread that was in wait state.&lt;/LI&gt;&lt;LI&gt;The class members output shows that "num_writers_waiting" is 1 and will continue to wait.&lt;/LI&gt;&lt;LI&gt;It looks like one thread was waiting on the write lock.&lt;/LI&gt;&lt;LI&gt;This behavior shows lock contention, and the lock will never be granted to either the read or write requestors in this scenario.&lt;/LI&gt;&lt;LI&gt;The process appears to be stuck when performing pdp::BrokerPublisherCleaner::RunTask:&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;The pdpd logs for affected gateways show the following logs before the process hangs:&lt;OL&gt;&lt;LI&gt;&lt;OL&gt;&lt;LI&gt;19 Apr 23:24:52] [TRACKER]: #1006717 -&amp;gt; INTERNAL -&amp;gt; TASK_STARTED -&amp;gt; Starting task 2: Revoke all identities received from publisher: (10.15.25.21)&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Thu, 14 Nov 2024 12:13:37 GMT</pubDate>
    <dc:creator>sorinstf</dc:creator>
    <dc:date>2024-11-14T12:13:37Z</dc:date>
    <item>
      <title>identity awareness debugging commands fail on R81.20</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/identity-awareness-debugging-commands-fail-on-R81-20/m-p/207854#M39365</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to collect logs from gateways running on R81.20 as we encounter a&amp;nbsp; problem after upgrading to R81.20. (gateway is authenticating the user, but it only pulls "All users" group, not all&amp;nbsp; the groups the users is part of. FW security policies based on Access roles fail. Anyone else ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had a meeting earlier today with a TAC engineer, he was able to gather the debug logs from one&amp;nbsp; gateway. He's off shift, so I have to collect debug &amp;amp; logs from another gateway.&amp;nbsp; When I run the same commands on another gateway (R81.20&amp;nbsp; JHA T38 // 3800 series), I get the following:&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Expert@pcpfw04:0]# pdpd debug on&lt;BR /&gt;fwasync_create_socket_bindopt: failed to bind to a reserved port: Address already in use&lt;/P&gt;&lt;P&gt;[Expert@pcpfw04:0]# pdpd debug status&lt;BR /&gt;fwasync_create_socket_bindopt: failed to bind to a reserved port: Address already in use&lt;/P&gt;&lt;P&gt;[Expert@pcpfw04:0]# pepd debug on&lt;BR /&gt;Unable to open '/vs0/dev/fw6v0': Connection refused&lt;/P&gt;&lt;P&gt;Any idea what I'm doing wrong?&lt;/P&gt;&lt;P&gt;Full debug list for IA&amp;nbsp; - just to have it at hand&lt;/P&gt;&lt;P&gt;updated commands as per official guide&amp;nbsp;&lt;A href="https://sc1.checkpoint.com/documents/R81.10/WebAdminGuides/EN/CP_R81.10_IdentityAwareness_AdminGuide/Topics-IDAG/CLI/pdp-debug.htm?Highlight=pdp%20debug" target="_blank"&gt;pdp debug (checkpoint.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#Enable debugs:
#=================
pdp debug on
pdp debug set all all

pep debug on
pep debug set all all

echo "======DEBUG_START======" &amp;gt;&amp;gt; $FWDIR/log/fwd.elg
fw debug fwd on TDERROR_DBG_OPT=time,host,prog,topic,pid,tid
fw debug fwd on TDERROR_ALL_ALL=5
fw debug fwd on OPSEC_DEBUG_LEVEL=3

NOW CONNECT IA AGENT

#Disable debugs:
#==================
fw debug fwd off TDERROR_ALL_ALL=0
fw debug fwd off OPSEC_DEBUG_LEVEL=0

echo "=======DEBUG_STOP======" &amp;gt;&amp;gt; $FWDIR/log/fwd.elg
pdp debug off

pep debug off
pep debug reset

++ tcpdump -nei  to save pcap with connections between the gateway and LDAP. &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 20:15:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/identity-awareness-debugging-commands-fail-on-R81-20/m-p/207854#M39365</guid>
      <dc:creator>sorinstf</dc:creator>
      <dc:date>2024-03-05T20:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: identity awareness debugging commands fail on R81.20</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/identity-awareness-debugging-commands-fail-on-R81-20/m-p/207863#M39369</link>
      <description>&lt;P&gt;Try without the extra 'd'&lt;/P&gt;
&lt;P&gt;pdp debug on&lt;/P&gt;
&lt;P&gt;pdp debug status&lt;/P&gt;
&lt;P&gt;pep debug on&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 16:23:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/identity-awareness-debugging-commands-fail-on-R81-20/m-p/207863#M39369</guid>
      <dc:creator>Lesley</dc:creator>
      <dc:date>2024-03-05T16:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: identity awareness debugging commands fail on R81.20</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/identity-awareness-debugging-commands-fail-on-R81-20/m-p/207864#M39370</link>
      <description>&lt;P&gt;Right! as per the manual ...&amp;nbsp;&lt;A href="https://sc1.checkpoint.com/documents/R81.10/WebAdminGuides/EN/CP_R81.10_IdentityAwareness_AdminGuide/Topics-IDAG/CLI/pdp-debug.htm?Highlight=pdp%20debug" target="_blank"&gt;pdp debug (checkpoint.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 16:25:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/identity-awareness-debugging-commands-fail-on-R81-20/m-p/207864#M39370</guid>
      <dc:creator>sorinstf</dc:creator>
      <dc:date>2024-03-05T16:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: identity awareness debugging commands fail on R81.20</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/identity-awareness-debugging-commands-fail-on-R81-20/m-p/232684#M44962</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;We upgraded to 81.20 and got user identification errors too.&lt;BR /&gt;Did you find a solution to this problem ?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 08:09:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/identity-awareness-debugging-commands-fail-on-R81-20/m-p/232684#M44962</guid>
      <dc:creator>Nadezhda</dc:creator>
      <dc:date>2024-11-14T08:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: identity awareness debugging commands fail on R81.20</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/identity-awareness-debugging-commands-fail-on-R81-20/m-p/232694#M44966</link>
      <description>&lt;P&gt;In my case the incidents were related to an undocumented bug in PDP daemon which was crashing. I had to kill pdpd process and watchdog will restart it.&lt;/P&gt;&lt;P&gt;I've received a couple of private fixes from CP TAC / R&amp;amp;D which stabilized the solution, but AFAIK it was not merged in the main release.&amp;nbsp; PRHF-33541 fixed my issue for JHF T41. later edit - PRHF merged in JHF Take 89, see&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk182220" target="_self"&gt;&lt;SPAN&gt;sk182220&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"pdp br st -e" returned&amp;nbsp; "&lt;EM&gt;daemon did not respond or not running!&lt;/EM&gt;"&lt;STRONG&gt;, &lt;/STRONG&gt;but there was a process associated . Run&amp;nbsp;&lt;STRONG&gt;"pgrep -f pdpd", &lt;/STRONG&gt;then kill it&amp;nbsp; with "&lt;STRONG&gt;kill -9 PID_ID".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Notes taken during TAC case meetings:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Further details on core dump analysis:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The further core dump analysis points to a thread that was in wait state.&lt;/LI&gt;&lt;LI&gt;The class members output shows that "num_writers_waiting" is 1 and will continue to wait.&lt;/LI&gt;&lt;LI&gt;It looks like one thread was waiting on the write lock.&lt;/LI&gt;&lt;LI&gt;This behavior shows lock contention, and the lock will never be granted to either the read or write requestors in this scenario.&lt;/LI&gt;&lt;LI&gt;The process appears to be stuck when performing pdp::BrokerPublisherCleaner::RunTask:&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;The pdpd logs for affected gateways show the following logs before the process hangs:&lt;OL&gt;&lt;LI&gt;&lt;OL&gt;&lt;LI&gt;19 Apr 23:24:52] [TRACKER]: #1006717 -&amp;gt; INTERNAL -&amp;gt; TASK_STARTED -&amp;gt; Starting task 2: Revoke all identities received from publisher: (10.15.25.21)&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 14 Nov 2024 12:13:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/identity-awareness-debugging-commands-fail-on-R81-20/m-p/232694#M44966</guid>
      <dc:creator>sorinstf</dc:creator>
      <dc:date>2024-11-14T12:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: identity awareness debugging commands fail on R81.20</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/identity-awareness-debugging-commands-fail-on-R81-20/m-p/232697#M44967</link>
      <description>&lt;P&gt;Thanks a lot for the info!&lt;BR /&gt;It looks like this fix is included in JHF T89.&lt;BR /&gt;Thank you for your reply.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 09:26:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/identity-awareness-debugging-commands-fail-on-R81-20/m-p/232697#M44967</guid>
      <dc:creator>Nadezhda</dc:creator>
      <dc:date>2024-11-14T09:26:02Z</dc:date>
    </item>
  </channel>
</rss>

