refine strategy to spot ip address, keep on calling guest_ipv4
[build.git] / 00-DISTROS.md
1 Notes on modules that have been left behind while moving forward with the successive versinos of fedora
2
3
4 # Modules turned off in f23
5
6 ## `liboml`
7
8 * See `Makefile` for details on this one
9
10 * many of our modules exhibited an issue (see details in Makefile) an empty `debugfiles.list`
11
12 * so to work around that I added this line to `header.spec`
13
14 #
15             echo "%define debug_package %{nil}" >> $@
16
17 * Now with this in place `liboml` won't build anymore; I haven't tried *without* the patch yet with just `liboml`
18
19 * In any case to keep things simple and to move forward I am turning off liboml in the f23 builds and on.
20
21 ## `nodemanager`
22
23 I'm turning off the `codemux` plugin that has been confirmed to be the cause for the slice re-creation problems we've experienced all along in the lxc build. 
24
25 I was not able to spot exactly what it is that is wrong with this plugin. What I was able to confirm though is that
26
27 * under f23, when codemux is at work, and a slice gets torn away, the cgroups area for that slice does not get properly cleaned up. 
28 * and that taking codemux out of the equation was bringing the f20 build up to speed entirely.
29
30 # previous releases
31
32 ## `ipfw` 
33
34  * turned off in builds from f21 and on
35
36 ## `procprotect` 
37
38 * turned off in builds from f20 and on
39 ## `fprobe-ulog`
40
41 * turned off in builds from f20 an on
42