Bug 252182

Summary: livecd-creator kills ypbind
Product: [Fedora] Fedora Reporter: Andrew Overholt <overholt>
Component: livecd-toolsAssignee: David Zeuthen <davidz>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: horsley1953, katzj, mclasen, triage
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard: bzcl34nup
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-05-27 19:49:19 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:

Description Andrew Overholt 2007-08-14 15:58:12 UTC
Description of problem:
Something in the livecd-creator process kills my system's ypbind service.

Version-Release number of selected component (if applicable):
livecd-tools-010-1.fc8.noarch

How reproducible:
Always

Steps to Reproduce:
1. Have ypbind running; verify you can log in via NIS
2. sudo livecd-creator --config=fedora-development.ks --fslabel=andrew-20070313
  
Actual results:
ypbind stops

Expected results:
ypbind doesn't die

Additional info:
Is there a log somewhere I should look at?  Ben Konrath says he had the same
problems when using Kadischi back in the day.

Comment 1 Jeremy Katz 2007-08-14 17:11:58 UTC
I haven't seen this, and ypbind is running on my box that I build live images on
all the time.  And just tried again and it's fine.  What are you installing? 
Anything weird in your %post?

Comment 2 Andrew Overholt 2007-08-14 17:19:31 UTC
It fails when I use /usr/share/livecd-tools/livecd-fedora-desktop.ks, too.

Comment 3 Jeremy Katz 2007-08-14 17:50:46 UTC
Can you try to figure out when it's being killed?  It it before/after packages
being installed?  Any avcs from SELinux?

Comment 4 Tom Horsley 2007-09-05 16:21:04 UTC
Some folks have been using my fedora 7 box to build some custom live CDs,
and I've noticed ypbind problems as well. It doesn't seem like it actually
kills ypbind, it seems more like ypbind winds up running, but with all its
config info lost. Perhaps installing the rpms in the alternate root restarts
ypbind with the missing config info that the chroot has, so the config info
on the "real" machine disappears?

There are other more minor leakages from the livecd build process into the
real machine - things like syslog messages telling me about all the new
users created by various packages installed in the livecd root. It is
difficult to sort these out from the "real" syslog messages. It would be
nice to have a stronger jail to build the new root in :-).


Comment 5 Bug Zapper 2008-04-04 13:35:52 UTC
Based on the date this bug was created, it appears to have been reported
during the development of Fedora 8. In order to refocus our efforts as
a project we are changing the version of this bug to '8'.

If this bug still exists in rawhide, please change the version back to
rawhide.
(If you're unable to change the bug's version, add a comment to the bug
and someone will change it for you.)

Thanks for your help and we apologize for the interruption.

The process we're following is outlined here:
http://fedoraproject.org/wiki/BugZappers/F9CleanUp

We will be following the process here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this
doesn't happen again.

Comment 6 Jeremy Katz 2008-05-27 19:49:19 UTC
I haven't seen this with current runs under later Fedora releases.  If someone
is still seeing it with Fedora 9, please reopen and we'll try to dig some more