I'm on CentOS 6.3 x86_64 but it is not running as a virtual machine. I run selinux in permissive mode:

[bobbyc@cobbler1 ~]$ sestatus
SELinux status:                 enabled
SELinuxfs mount:                /selinux
Current mode:                   permissive
Mode from config file:          permissive
Policy version:                 24
Policy from config file:        targeted


...no problems with my cobbler 2.4.0 implementation, which is built from sourcecode.

Bob


On 12/12/12 7:06 PM, Harry Hoffman wrote:
Ok, this seems to be a selinux issue. setenforce 0 allows cobbler to start:

#============= cobblerd_t ==============
allow cobblerd_t cobbler_tmp_t:file execute;
allow cobblerd_t devlog_t:sock_file write;
allow cobblerd_t syslogd_t:unix_dgram_socket sendto;
allow cobblerd_t tmpfs_t:dir search;

Cheers,
Harry


On Wed, 12 Dec 2012 19:02:16 -0500, Harry Hoffman wrote:
Hi All,

Hopefully the subject says it all.

Just installed cobbler 2.4.0-beta3 on a centos 6 vm system (virtual
box x86_64):

[root@localhost ~]# service cobblerd start
Starting cobbler daemon: /bin/bash: line 1:  1626 Segmentation fault
  (core dumped) cobblerd --daemonize
[FAILED]
From: /var/log/messages
Dec 13 00:00:25 localhost kernel: cobblerd[1661] general protection
ip:3369e8616e sp:7fff20597d80 error:0 in
libpython2.6.so.1.0[3369e00000+171000]
Dec 13 00:00:25 localhost abrtd: Directory
'ccpp-2012-12-13-00:00:25-1661' creation detected
Dec 13 00:00:25 localhost abrt[1662]: Saved core dump of pid 1661
(/usr/bin/python) to /var/spool/abrt/ccpp-2012-12-13-00:00:25-1661
(11132928 bytes)
Dec 13 00:00:25 localhost abrtd: Package 'cobbler' isn't signed with
proper key
Dec 13 00:00:25 localhost abrtd: 'post-create' on
'/var/spool/abrt/ccpp-2012-12-13-00:00:25-1661' exited with 1
Dec 13 00:00:25 localhost abrtd: Corrupted or bad directory
/var/spool/abrt/ccpp-2012-12-13-00:00:25-1661, deleting

Let me know if you need more info.

Cheers,
Harry
_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler

_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler


_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler

Reply via email to