https://bugzilla.novell.com/show_bug.cgi?id=704960 https://bugzilla.novell.com/show_bug.cgi?id=704960#c0 Summary: init scripts of obsworker and obsscheduler use killall causing nasty side effects Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: P5 - None Component: BuildService AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: winter@pre-sense.de QAContact: adrian@novell.com Found By: Third Party Developer/Partner Blocker: No The init scripts of both obsworker and obsscheduler use killall to kill any worker and scheduler processes. This prevents our build server (which uses chroots instead of a vm) from building the obsworker image using kiwi since all bs_worker processes are killed as soon as the obsworkers postinstallation script calls /etc/init.d/obsworker try-restart. Looking at egrep '(pkill|killall|pidof|pgrep)' /etc/init.d/* suggests that most init scripts use other means to identify old processes (like pid files). Justus -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.