rhncfg-manager update fail's with "Fault -4006: '\nError Message:\n User is not a allowed to manage config files"
Issue
- Updating a file in a configuration channel with rhncfg-manager fails with following traceback:
[root@example.com~]# rhncfg-manager update -c prod-mvm-app /path/of/file/name.txt
Traceback (most recent call last):
File "/usr/bin/rhncfg-manager", line 46, in ?
sys.exit(Main().main() or 0)
File "/usr/share/rhn/config_common/rhn_main.py", line 186, in main
handler.authenticate()
File "/usr/share/rhn/config_common/handler_base.py", line 61, in authenticate
self.repository.login()
File "/usr/share/rhn/config_management/rpc_repository.py", line 45, in login
{'session' : self.session})
File "/usr/share/rhn/config_common/repository.py", line 369, in rpc_call
result = apply(method, params)
File "/usr/lib64/python2.4/xmlrpclib.py", line 1096, in __call__
return self.__send(self.__name, args)
File "/usr/share/rhn/config_common/rpc_wrapper.py", line 226, in _request
return self._call_function(rpclib.Server._request, (self, methodname, params))
File "/usr/share/rhn/config_common/rpc_wrapper.py", line 174, in _call_function
raise e #Don't raise the NoMoreServers error, raise the error that triggered the failover.
xmlrpclib.Fault: <Fault -4006: '\nError Message:\n User is not a allowed to manage config files\nError Class Code: 4006\nError Class Info: Permission error\nExplanation: \n An error has occurred while processing your request. If this problem\n persists please enter a bug report at bugzilla.redhat.com.\n If you choose to submit the bug report, please be sure to include\n details of what you were trying to do when this error occurred and\n details on how to reproduce this problem.\n'>
Environment
- Red Hat Network Satellite 5.4.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
