[rsyslog] Fwd: omprog

2025-01-11 Thread Andreas Hasenack via rsyslog
Resending from the correct address, sorry. I fixed my subscription now. Hi, On Sat, Jan 11, 2025 at 9:22 AM Redbourne,Michael via rsyslog wrote: > > Correct, SE Linux is not used on Ubuntu by default. However, you should check > your AppArmour/aa logs. Correct, since Ubuntu Lunar[1] rsyslog ha

Re: [rsyslog] Fwd: OMPROG Problem

2014-06-20 Thread David Lang
On Fri, 20 Jun 2014, masoom alam wrote: We are using CentOS 6.5. There is no problem in running the script independently. Ok, in that case it could be a SELinux issue. As a test, could you try disabling SELinux and see if it works? Another way to test this would be to see if it works if you

Re: [rsyslog] Fwd: OMPROG Problem

2014-06-20 Thread masoom alam
We are using CentOS 6.5. There is no problem in running the script independently. rsyslog.conf and test.sh are attached . problem is how to call any custom code say a python or ruby script from rsyslog. we tried it on both version 8.2.1 and 7.6.3 ,but no success Please help rsyslog.conf Descr

Re: [rsyslog] Fwd: OMPROG Problem

2014-06-20 Thread David Lang
yslog-users To: rsyslog-users Subject: Re: [rsyslog] Fwd: OMPROG Problem It is not doing any thing. Also Rsyslog is not complaining any thing. On Fri, Jun 20, 2014 at 2:16 PM, David Lang wrote: Please clarify your problem it sounds as if you are saying that your script is sucessfully writing

Re: [rsyslog] Fwd: OMPROG Problem

2014-06-20 Thread masoom alam
It is not doing any thing. Also Rsyslog is not complaining any thing. On Fri, Jun 20, 2014 at 2:16 PM, David Lang wrote: > Please clarify your problem > > it sounds as if you are saying that your script is sucessfully writing > data, so what is not working? > > David Lang > > > On Fri, 20 Jun

Re: [rsyslog] Fwd: OMPROG Problem

2014-06-20 Thread David Lang
Please clarify your problem it sounds as if you are saying that your script is sucessfully writing data, so what is not working? David Lang On Fri, 20 Jun 2014, masoom alam wrote: Any answer? BTW, most of the forums on the internet has reported this problem. Whether Rsyslog intend to finis

Re: [rsyslog] Fwd: OMPROG Problem

2014-06-19 Thread masoom alam
Any answer? BTW, most of the forums on the internet has reported this problem. Whether Rsyslog intend to finish/terminate this feature in the future or what - thats why they are not interested? Why this is so that some people reported problem with specific OS like CentOS? Many people claims that i

[rsyslog] Fwd: OMPROG Problem

2014-06-18 Thread Muhammad Asif
we are trying to call custom code . i have changed my test.sh file , now it is writing some lines to another file . test.sh file = open("newfile.txt", "w") file.write("hello world in the new file\n") file.write("and another line\n") file.close() problem is how to call any custom code say a