[Bug 625019] New: named refuse to start : init.d/named script is wrong to mount /proc bind
http://bugzilla.novell.com/show_bug.cgi?id=625019 http://bugzilla.novell.com/show_bug.cgi?id=625019#c0 Summary: named refuse to start : init.d/named script is wrong to mount /proc bind Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: i686 OS/Version: openSUSE 11.3 Status: NEW Severity: Major Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: bruno@ioda-net.ch QAContact: qa@suse.de CC: abittner@stud.fh-heilbronn.de Depends on: 470828 Found By: Community User Blocker: --- +++ This bug was initially created as a clone of Bug #470828 +++ User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2 (.NET CLR 3.5.30729) Jan 29 23:43:57 box named[9302]: starting BIND 9.5.0-P2 -t /var/lib/named -u named Jan 29 23:43:57 box named[9302]: found 1 CPU, using 1 worker thread Linux box 2.6.27.7-9-pae #1 SMP 2008-12-04 18:10:04 +0100 i686 athlon i386 GNU/Linux CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02 CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02 Reproducible: Always Steps to Reproduce: 1. install named 2. configure the number of cpu in sysconfig + chroot yes 3. try to start named failed with error message /var/lib/named/proc mounted rw Here the pb is localized in init script # mount /proc for multicore CPUs (bnc#470828) if [ ! -e "${CHROOT_PREFIX}/proc/meminfo" ]; then mkdir -p "${CHROOT_PREFIX}/proc" # Working lines picked from init.d/ntp mount -o bind /proc ${CHROOT_PREFIX}/proc 2>/dev/null mount -o remount,ro,nosuid,nodev ${CHROOT_PREFIX}/proc 2>/dev/null # This line doesn't work # mount --bind /proc "${CHROOT_PREFIX}/proc" -o ro fi; I've adjust it by picking the two working line from ntp init script The non working line work on 11.2 but no more on 11.3 Can be tricky to find by normal user. Fix is also simple I've made a clone of 470828 as it was reported in init.d Ideal solution : standardize all chroot daemon init script :-) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625019 http://bugzilla.novell.com/show_bug.cgi?id=625019#c Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |mt@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625019 http://bugzilla.novell.com/show_bug.cgi?id=625019#c Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mt@novell.com |ug@novell.com -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625019 http://bugzilla.novell.com/show_bug.cgi?id=625019#c1 Uwe Gansert <ug@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |petr.m@seznam.cz --- Comment #1 from Uwe Gansert <ug@novell.com> 2010-07-26 08:39:03 UTC --- *** Bug 625385 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=625385 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625019 http://bugzilla.novell.com/show_bug.cgi?id=625019#c3 --- Comment #3 from Uwe Gansert <ug@novell.com> 2010-07-26 09:24:28 UTC --- do I need a SWAMP id? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625019 http://bugzilla.novell.com/show_bug.cgi?id=625019#c4 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner@novell.com --- Comment #4 from Marcus Meissner <meissner@novell.com> 2010-07-26 09:36:21 UTC --- yes. hiowever there first a brief review by the maintenance team ;) I think it should be fixed via update. +1 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625019 http://bugzilla.novell.com/show_bug.cgi?id=625019#c5 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:running:34782:moderat | |e --- Comment #5 from Swamp Workflow Management <swamp@suse.com> 2010-07-26 15:28:47 UTC --- The SWAMPID for this issue is 34782. This issue was rated as moderate. Please submit fixed packages until 2010-08-09. Also create a patchinfo file using this link: https://swamp.suse.de/webswamp/wf/34782 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625019 http://bugzilla.novell.com/show_bug.cgi?id=625019#c6 Christian Dengler <cdengler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |cdengler@novell.com InfoProvider|maintenance@opensuse.org | --- Comment #6 from Christian Dengler <cdengler@novell.com> 2010-07-26 15:29:09 UTC --- for an update ;-) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625019 http://bugzilla.novell.com/show_bug.cgi?id=625019#c8 Leonardo Chiquitto <lchiquitto@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |volker.mueller@delubit.de --- Comment #8 from Leonardo Chiquitto <lchiquitto@novell.com> 2010-07-28 13:04:56 UTC --- *** Bug 626249 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=626249 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625019 http://bugzilla.novell.com/show_bug.cgi?id=625019#c9 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:34782:moderat |maint:running:34782:moderat |e |e maint:released:11.3:34786 --- Comment #9 from Swamp Workflow Management <swamp@suse.com> 2010-08-05 11:25:21 UTC --- Update released for: bind, bind-chrootenv, bind-debuginfo, bind-debugsource, bind-devel, bind-doc, bind-libs, bind-libs-32bit, bind-libs-debuginfo, bind-libs-debuginfo-32bit, bind-lwresd, bind-lwresd-debuginfo, bind-utils, bind-utils-debuginfo Products: openSUSE 11.3 (debug, i586, x86_64) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625019 http://bugzilla.novell.com/show_bug.cgi?id=625019#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:34782:moderat |. |e maint:released:11.3:34786 | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625019 http://bugzilla.novell.com/show_bug.cgi?id=625019#c10 --- Comment #10 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (625019) was mentioned in https://build.opensuse.org/request/show/43979 Factory / bind https://build.opensuse.org/request/show/43998 11.3:Test / bind -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com