Hello all,
Currently, Fedora installs in Beaker do not upload any of the anaconda scripts, as the latest Fedora distros only have python3 available, not python (console says command: python not found). I created a PR for a new anamon script that works with both python (2.7) and python3 so that we can get these logs, which makes debugging failed installs significantly easier. I was hoping to get the proper approval on the PR so it can be merged.
https://gerrit.beaker-project.org/#/c/5661/
Thanks! -Johnny Bieren
Excerpts from Johnny Bieren's message of 2017-03-28 08:22 -04:00:
Hello all,
Currently, Fedora installs in Beaker do not upload any of the anaconda scripts, as the latest Fedora distros only have python3 available, not python (console says command: python not found). I created a PR for a new anamon script that works with both python (2.7) and python3 so that we can get these logs, which makes debugging failed installs significantly easier. I was hoping to get the proper approval on the PR so it can be merged.
We are making at least a token effort at still maintaining RHEL4 compatibility (Python 2.3). So it might be better if we keep this new anamon separate (call it anamon3 perhaps) and use it only when installing newer distros. Older distros can use the older anamon frozen in time.
In fact ideally the anamon script should really be kept alongside the harness because, like the harness packages, it does really need to vary depending on which distro is being installed...
beaker-devel@lists.fedorahosted.org