Moving forward, I have found that some packages are installed before other which depends on them. By example, rsyslog requires command "touch" , but package containing this command(coreutils) is installed after the rsyslog. Selinux-policy-target is one of them
Installing rsyslog-5.8.10-8.el6.x86_64 /var/tmp/rpm-tmp.pg2Vvm: line 5: touch: command not found /var/tmp/rpm-tmp.pg2Vvm: line 5: touch: command not found /var/tmp/rpm-tmp.pg2Vvm: line 5: touch: command not found /var/tmp/rpm-tmp.pg2Vvm: line 5: touch: command not found warning: %post(rsyslog-5.8.10-8.el6.x86_64) scriptlet failed, exit status 127
And is not the only one.
On Saturday, March 15, 2014 1:21 PM, EljiUdia eljiudia@yahoo.com wrote:
There is no information about any file or process. Only for authentication and netfilter.
# ausearch -m avc <no matches>
On Saturday, March 15, 2014 12:09 PM, Daniel J Walsh dwalsh@redhat.com wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 03/14/2014 05:24 PM, Eero Volotinen wrote:
Please provide complete kickstart, not just a snippet of it. 14.3.2014 22.47 kirjoitti "EljiUdia" eljiudia@yahoo.com:
Hi,
I have make a kickstart file to automate the installation from cdrom and another repo. The kickstart snippet looks like
install graphical cdrom repo --name="Updates" --baseurl=" http://mirror.centos.org/centos/6.5/updates/x86_64/" --cost=98 selinux --enforcing
After installation, system boots but kernel crash with the message
Kernel Panic - not syncing: Attempted to kill init! Pid: 1 comm: init Not tainted 2.6.32-358.6.2.e16.x86_64 #1 Call Trace: [] ? panic+0xs7/0x16f [] ? do_exit+0x862/0x870 [] ? fput+0x25/0x30 [] ? do_group_exit+0x58/0xd0 [] ? sys_exit_group+0x17/0x20 [] ? system_call_fastpath+0x16/0x1b
I found a solution on the web, but nobody tell why it happens. If selinux is disabled, it works. The append of this lines in kickstart has no positive effects.
%post --log=/root/postinstall.log /sbin/restorecon -R -v / %end
Some ideas? _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Boot the machine in permissive mode
enforcing=0 on the kernel command line, THen see what AVC's you are getting.
ausearch -m avc
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos