-
preupg assistant executes oscap as `/usr/bin/oscap xccdf ...`
This is weird to control it. Return codes etc.
It would be useful to either call a python binding from openscap.
We have to contact an o…
-
``` bash
$ preupg-xccdf-compose RHEL6_7
********** ERROR **********
The file RHEL6_7-results/services/backup_tomcat/check.sh is not executable
Traceback (most recent call last):
File "../preupgrad…
-
Preupgrade-assistant exit status has to correspond module statuses.
Return values from openscap modules are:
preupg return value 0:
```
RESULT_PASS (101) == 0
RESULT_NOT_APPLICABLE (105) == 0
RESULT…
-
We have a simple functions for creating logs.
In case of several log we need to reuse a set of rows. Class should help with it.
-
There aren't many coding styles for Bash, which (since I write a lot
id Bash) is the reason I had to create my own as part of Shellfu
project, so if I may humbly propose:
```
http://file.vornet.cz/tm…
-
Preupgrade assistant does not contain firewall rules at all.
Some users can have defined iptables rules or even firewall rules and therefore we should support it.
-
Preupgrade-assistant generates a kickstart which does not contain groups.
It should be fixed otherwise users are not usable.
-
Results directory 'rebase-helper-results' exists, removing it
error: failed to load macro file /home/phracek/rpmbuild/SOURCES/macros.preupgrade-assistanterror: File /home/phracek/rpmbuild/SOURCES/preu…
-
Preupgrade-assistant now cares about all users. Even users with login shell like /sbin/nologin.
It make sense to include only users with shell like /home//.
-
In case, preupgrade-assistant generates a kickstart, packages are not included in %packages section.
This has to be fixed otherwise migration will not work at all.