luuk-34 wrote:
> Feb 5 18:00:01 opensuse atd[23886]: PAM audit_log_acct_message()
> failed: Operation not permitted
> Feb 5 18:05:03 opensuse atd[24052]: PAM audit_log_acct_message()
> failed: Operation not permitted
> Feb 5 18:10:01 opensuse atd[24107]: PAM audit_log_acct_message()
> failed: Operation not permitted
> Feb 5 18:15:02 opensuse atd[24161]: PAM audit_log_acct_message()
> failed: Operation not permitted
> Feb 5 18:20:02 opensuse atd[24251]: PAM audit_log_acct_message()
> failed: Operation not permitted
>
> I get these messages in my log, How can i take some action to know why
> they are there?
>
>
here is how i came the conclusion i give below:
i used google to search only opensuse.org using this search string:
luuk-34 wrote:
> i dont have to use any authentication, because its fetching news (via
> nntp) from my the isp which connect me to the internet…
well, either something is wrong with the way your script is written
(trying to write/read/access somewhere where it has no permission to),
OR does the user/group who executes the script have permission where
the script tries to write/read/access), OR something is wrong in pam
set up (not allowing the script/user to write/read/access somewhere)
because it sounds to me like someone or something is trying to
read/write or access a file/device/log that the script doesn’t have
permission to read/write/touch–every five minutes, and hence the “not
permitted” is logged…
i think you need to try to get the attention of a someone who is
familiar with fetchnews and more conversant in scripting than
me…therefore suggest you post your question to http://forums.opensuse.org/programming-scripting/
Open YAST
Security and Users
User and Group Management
Users Tab
Highlight your UserName
Click Edit
Click Details Tab
In the right hand pane > Check NEWS
Click OK
The script should not have to run under root. This is a simple permissions issue and should be solved by permissions. We just have to look a little closer.