Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seen Audit message issue in newer DHCPCD 10.0.10 version #460

Open
Sateesh-Patil opened this issue Feb 13, 2025 · 6 comments
Open

Seen Audit message issue in newer DHCPCD 10.0.10 version #460

Sateesh-Patil opened this issue Feb 13, 2025 · 6 comments

Comments

@Sateesh-Patil
Copy link

Hi All,

We have the issue where the simulator is failing to obtain an IP address while booting up and based on the audit log, it appears that the dhcpcd process is unexpectedly exiting and below is the relevant audit message.

audit: type=1326 audit(1727113879.570:2): auid=4294967295 uid=141 gid=141 ses=4294967295 subj=kernel pid=798 comm="dhcpcd" exe="/sbin/dhcpcd" sig=31 arch=40000003 syscall=175 compat=0 ip=0xb7fa4549 code=0x0

Can someone help on this issue fix?

Regards,
Sateesh Patil

@rsmarples
Copy link
Member

Based on the arch is this i386? If so, syscall 175 is sys_rt_sigprocmask which is fixed in the newly released dhcpcd-10.2.0.

@Sateesh-Patil
Copy link
Author

@rsmarples - Thanks for the quick reponse.
Simualator i686 which is x86_32 arch, Can you send me the commit id for this fix which went on 10.2.0?

@rsmarples
Copy link
Member

rsmarples commented Feb 13, 2025

Fixed in e9e4040

@Sateesh-Patil
Copy link
Author

Thank you, will check this and update.

@Sateesh-Patil
Copy link
Author

@rsmarples
Currently seeing one more issue for syscall=224

audit: type=1326 audit(1739947623.368:2): auid=4294967295 uid=141 gid=141 ses=4294967295 subj=kernel pid=814 comm="dhcpcd" exe="/sbin/dhcpcd" sig=31 arch=40000003 syscall=224 compat=0 ip=0xb7f15549 code=0x0

@Sateesh-Patil
Copy link
Author

Got from the new version file

/* coredumps */
#ifdef __NR_gettid
SECCOMP_ALLOW(__NR_gettid),
#endif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants