Bug 658799

Summary: ntp init script makes /proc readonly, blocking login
Product: [openSUSE] openSUSE 11.4 Reporter: Michal Marek <mmarek>
Component: NetworkAssignee: Peter Varkoly <varkoly>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Critical    
Priority: P5 - None CC: novellbmw
Version: Milestone 4 of 6   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Michal Marek 2010-12-10 16:35:21 UTC
/etc/init.d/ntp mounts proc under /var/lib/ntp/proc and remounts it readonly, probably since

* Sun Mar 21 2010 novellbmw@lsmod.de
- fix read-only mount of proc in chroot

Unfortunatelly, there is a single instance of the proc filesystem in recent kernels, so /proc becomes readonly as well. This blocks logins to the machine, because pam can't write to /proc/self/loginuid. Please remove the line that remounts /proc.
Comment 1 Stephan Kulow 2010-12-13 12:46:24 UTC
there is already a fix pending

*** This bug has been marked as a duplicate of bug 656509 ***