Bug 217512
Summary: | PAM connection refused with vanilla kernel, cron jobs not executed | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jan "Yenya" Kasprzak <kas> | ||||||
Component: | vixie-cron | Assignee: | Marcela Mašláňová <mmaslano> | ||||||
Status: | CLOSED NOTABUG | QA Contact: | Brock Organ <borgan> | ||||||
Severity: | low | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 6 | ||||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2006-11-29 15:26:00 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Jan "Yenya" Kasprzak
2006-11-28 11:59:18 UTC
Created attachment 142278 [details]
2.6.19-rc5 kernel config
Could you send me whole strace? Thanks. Created attachment 142379 [details]
Strace of crond
Have you this user (www) int /etc/shadow? I dont have it (good spotting!). After adding it (using pwconv) it works. However, it seems that other utilities (except crond) work even when the user is not in shadow (su, for example). I don't think having the user in shadow is required for things like crond. It doesn't have to be in shadow but then its password part of the entry in /etc/passwd must not be x or begin with ##. su does work because when su-ing from root the account check is skipped. |