Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 504490 - sys-process/audit-2.1.3-r1 - /etc/audit/audit.rules: arch requested bit level not supported by machine
Summary: sys-process/audit-2.1.3-r1 - /etc/audit/audit.rules: arch requested bit level...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: SE Linux Bugs
URL:
Whiteboard:
Keywords:
: 520204 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-03-13 15:13 UTC by Toralf Förster
Modified: 2020-01-28 23:25 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2014-03-13 15:13:58 UTC
emerged it at at x86 system and got :

# /etc/init.d/auditd start
 * Caching service dependencies ...                                                           [ ok ]
 * Starting auditd ...                                                           [ ok ]
touch: cannot touch '/var/lock/subsys/auditd': No such file or directory
 * Loading audit rules from /etc/audit/audit.rules
arch requested bit level not supported by machine
There was an error in line 18 of /etc/audit/audit.rules


# nl -ba /etc/audit/audit.rules | grep 18
    18  -a exit,never -F arch=b64 -S read -S write -S open -S fstat -S mmap -S brk -S munmap -S nanosleep -S fcntl -S close -S dup2 -S rt_sigaction -S stat



BTW the directory /var/lock/subsys/ does not existt.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-03-13 17:12:27 UTC
(In reply to Toralf Förster from comment #0)
> emerged it at at x86 system and got :
> 
> # /etc/init.d/auditd start
>  * Caching service dependencies ...                                         
> [ ok ]
>  * Starting auditd ...                                                      
> [ ok ]
> touch: cannot touch '/var/lock/subsys/auditd': No such file or directory

That's bug #449990 I should think.

>  * Loading audit rules from /etc/audit/audit.rules
> arch requested bit level not supported by machine
> There was an error in line 18 of /etc/audit/audit.rules
> 
> 
> # nl -ba /etc/audit/audit.rules | grep 18
>     18  -a exit,never -F arch=b64 -S read -S write -S open -S fstat -S mmap
> -S brk -S munmap -S nanosleep -S fcntl -S close -S dup2 -S rt_sigaction -S
> stat
> 
> 
> 
> BTW the directory /var/lock/subsys/ does not existt.
Comment 2 Toralf Förster gentoo-dev 2014-03-13 17:23:44 UTC
yes, partially a dup, but furthermore for a 32 bit system the rule in line 18 is not a good idea.
Comment 3 Toralf Förster gentoo-dev 2014-08-19 19:33:01 UTC
*** Bug 520204 has been marked as a duplicate of this bug. ***
Comment 4 Oleg Gawriloff 2016-03-09 12:09:52 UTC
Any news on that?