Custom Query (894 matches)
Results (82 - 84 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#1095 | solj | solj | fixed | YUMng not working properly when SELINUX is enforcing |
Description |
Using the EPEL nginx from http://download.fedora.redhat.com/pub/epel/6/x86_64/nginx-0.8.54-1.el6.x86_64.rpm, Bcfg2 will not properly add the nginx user/group when it installs the package. The issue can be resolved by removing and installing (not reinstalling) the package via yum itself. --- snip Attempting to install packages Installing nginx Building updates object up:Obs Init time: 0.070 up:simple updates time: 0.004 up:obs time: 0.002 up:condense time: 0.000 updates time: 0.134 Depsolve time: 0.378 Initial Yum buildTransaction() run said: resultcode: 2, msgs: [u'Success - deps resolved'] Downloading Packages Check Package Signatures Running Test Transaction Running rpm_check_debug Running Transaction Installing: nginx-0.8.54-1.el6.x86_64 Installed: nginx-0.8.54-1.el6.x86_64 nginx-0.8.54-1.el6.x86_64: warning: user nginx does not exist - using root warning: group nginx does not exist - using root warning: user nginx does not exist - using root warning: group nginx does not exist - using root VerifyTransaction time: 0.065 Single Pass for Install Succeeded rpmdb time: 0.000 Reverifying Failed Package nginx Verifying package instances for nginx Verifying: nginx Installing directory /var/lib/php/session Found a pre-existing directory at /var/lib/php/session GID normalization failed for /var/lib/php/session. Does group nginx exist? --- snip So, it appears that https://github.com/Bcfg2/bcfg2/blob/master/src/lib/Client/Tools/YUMng.py#L874 doesn't do the same thing that yum install is doing. |
|||
#1118 | desai | solj | fixed | Filemonitor error when editing bcfg2.conf |
Description |
Getting this when I edit bcfg2.conf while using the inotify filemonitor. Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib64/python2.7/threading.py", line 552, in __bootstrap_inner self.run() File "/usr/lib64/python2.7/site-packages/pyinotify.py", line 1547, in run self.loop() File "/usr/lib64/python2.7/site-packages/pyinotify.py", line 1533, in loop self.process_events() File "/usr/lib64/python2.7/site-packages/pyinotify.py", line 1331, in process_events self._default_proc_fun(revent) File "/usr/lib64/python2.7/site-packages/pyinotify.py", line 974, in __call__ return _ProcessEvent.__call__(self, event) File "/usr/lib64/python2.7/site-packages/pyinotify.py", line 705, in __call__ return self.process_default(event) File "/root/bcfg2/src/lib/Bcfg2/Server/FileMonitor/Inotify.py", line 38, in process_default watch = self.wm.watches[ievent.wd] KeyError: 11 |
|||
#817 | solj | [email protected]… | fixed | bcfg2-server -o doesn't log to a file |
Description |
The -o parameter of bcfg2-server has no effect. The Problem seems to be that in the setup_logging() call in Component.py, the to_file parameter is not given. |
Note: See TracQuery
for help on using queries.