<?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 strace in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/strace/m-p/3361894#M13646</link>
    <description>as normal user when i run the following command&lt;BR /&gt;strace -o /tmp/a ping chakri&lt;BR /&gt;&lt;BR /&gt;i get the following error message&lt;BR /&gt;strace: exec: Operation not permitted&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;any idea why this happens&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chakri</description>
    <pubDate>Fri, 20 Aug 2004 06:27:51 GMT</pubDate>
    <dc:creator>Chakravarthi</dc:creator>
    <dc:date>2004-08-20T06:27:51Z</dc:date>
    <item>
      <title>strace</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strace/m-p/3361894#M13646</link>
      <description>as normal user when i run the following command&lt;BR /&gt;strace -o /tmp/a ping chakri&lt;BR /&gt;&lt;BR /&gt;i get the following error message&lt;BR /&gt;strace: exec: Operation not permitted&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;any idea why this happens&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chakri</description>
      <pubDate>Fri, 20 Aug 2004 06:27:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strace/m-p/3361894#M13646</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2004-08-20T06:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: strace</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strace/m-p/3361895#M13647</link>
      <description>ls -l /usr/ping gives &lt;BR /&gt;-rwsr-xr-x  1 root root 32908 Feb 17  2004 /bin/ping&lt;BR /&gt;&lt;BR /&gt;notice the s &lt;BR /&gt; set user or group ID on execution&lt;BR /&gt;&lt;BR /&gt;the following command works !&lt;BR /&gt;&lt;BR /&gt; strace -o /tmp/a df&lt;BR /&gt;but ls -l /usr/df gives&lt;BR /&gt;-rwxr-xr-x  1 root root 33852 May  4 18:26 /bin/df&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre</description>
      <pubDate>Fri, 20 Aug 2004 07:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strace/m-p/3361895#M13647</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2004-08-20T07:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: strace</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strace/m-p/3361896#M13648</link>
      <description>The man page for strace gives you an explanation (and a possible solution). It is, as explained by the other user, a SETUID issue. The possible solution described in the man page is to install a special version of strace with mode 'rwsr-xr--', user root and group trace, where memers of the trace group are trusted users.</description>
      <pubDate>Fri, 20 Aug 2004 14:17:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strace/m-p/3361896#M13648</guid>
      <dc:creator>Suresh Pai</dc:creator>
      <dc:date>2004-08-20T14:17:30Z</dc:date>
    </item>
  </channel>
</rss>

