Yeah, I was posting that from my windows 7 box while performing a clean reinstall on this computer.
Here is what I see in 'messages' after trying to launch the 'system > administration > server > http':
Feb 9 22:06:57 localhost abrtd: Directory 'ccpp-1265774817-1911' creation detected
Feb 9 22:06:57 localhost abrtd: Lock file '/var/cache/abrt/ccpp-1265774817-1911.lock' is locked by process 1912
Feb 9 22:06:57 localhost abrt: saved core dump of pid 1911 to /var/cache/abrt/ccpp-1265774817-1911/coredump
Feb 9 22:06:58 localhost abrtd: Getting local universal unique identification...
Feb 9 22:06:58 localhost abrtd: New crash, saving...
When I try to set up SAMBA, most of the functions work until I try to add a SAMBA user:
The system seems to freeze for a minute or three, then (this time) i got an SELinux error when trying to add the SAMBA user account:
Summary:
SELinux is preventing /usr/bin/abrt-pyhook-helper "search" access on abrt.
Detailed Description:
SELinux denied access requested by abrt-pyhook-hel. It is not expected that this
access is required by abrt-pyhook-hel and this access may signal an intrusion
attempt. It is also possible that the specific version or configuration of the
application is causing it to require additional access.
Allowing Access:
You can generate a local policy module to allow this access - see FAQ
(
http://fedora.redhat.com/docs/selinu...fc5/#id2961385) Please file a bug
report.
Additional Information:
Source Context system_u:system_r:sambagui_t:s0-s0:c0.c1023
Target Context system_u:object_r:abrt_var_cache_t:s0
Target Objects abrt [ dir ]
Source abrt-pyhook-hel
Source Path /usr/bin/abrt-pyhook-helper
Port <Unknown>
Host fedora
Source RPM Packages abrt-addon-python-0.0.11-1.fc12
Target RPM Packages
Policy RPM selinux-policy-3.6.32-41.fc12
Selinux Enabled True
Policy Type targeted
MLS Enabled True
Enforcing Mode Enforcing
Plugin Name catchall
Host Name fedora
Platform Linux fedora 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat
Nov 7 21:25:57 EST 2009 i686 i686
Alert Count 2
First Seen Tue 09 Feb 2010 10:13:51 PM CST
Last Seen Tue 09 Feb 2010 10:13:51 PM CST
Local ID e4768636-3b7d-4cb6-88df-23e6d4481941
Line Numbers
Raw Audit Messages
node=fedora type=AVC msg=audit(1265775231.661:42041): avc: denied { search } for pid=2251 comm="abrt-pyhook-hel" name="abrt" dev=dm-0 ino=2269188 scontext=system_u:system_r:sambagui_t:s0-s0:c0.c1023 tcontext=system_u:object_r:abrt_var_cache_t:s0 tclass=dir
node=fedora type=SYSCALL msg=audit(1265775231.661:42041): arch=40000003 syscall=83 success=no exit=-13 a0=bfe3837e a1=82410cc a2=586890 a3=bfe3836e items=0 ppid=2144 pid=2251 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="abrt-pyhook-hel" exe="/usr/bin/abrt-pyhook-helper" subj=system_u:system_r:sambagui_t:s0-s0:c0.c1023 key=(null)
I can create a SAMBA user from the command line.
---------- Post added at 10:28 PM CST ---------- Previous post was at 10:17 PM CST ----------
Also, I can't apply system updates:
Error Type: <class 'yum.Errors.RepoError'>
Error Value: Error getting repository data for installed, repository not found
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3125, in <module>
main()
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3122, in main
backend.dispatcher(sys.argv[1:])
File : /usr/lib/python2.6/site-packages/packagekit/backend.py, line 710, in dispatcher
self.dispatch_command(args[0], args[1:])
File : /usr/lib/python2.6/site-packages/packagekit/backend.py, line 657, in dispatch_command
self.update_packages(only_trusted, package_ids)
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1948, in update_packages
signed = self._is_package_repo_signed(pkg)
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1437, in _is_package_repo_signed
repo = self.yumbase.repos.getRepo(pkg.repoid)
File : /usr/lib/python2.6/site-packages/yum/repos.py, line 121, in getRepo
'Error getting repository data for $s, repository not found' $ (repoid)