Custom Query (894 matches)
Results (46 - 48 of 894)
Ticket | Owner | Reporter | Resolution | Summary | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
#1111 | https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc | http://bwong114.myopenid.com/ | fixed | Enabling and Restarting a service is concomitant | ||||||||||||||||||||
Description |
Given the following declaration in a bundle: <BoundService? name="ExampleService?" type="chkconfig" status="on" mode="manual"/> It seems that 'manual' means that no changes to the service will happen, ever. The following situations will manifest given this meaning: When the service is set to not start at boot, no changes will be made when a bcfg2 client run is invoked. When the service is set to start at boot, no changes will be made when a bcfg2 client run is invoked. The problem is that we have declared a state of the machine in the bundle, yet here we see that these two scenarios do not achieve an identical, final state. This is not intuitive, because it is expected that despite what state the machines are in, the configuration management system will at least make them identical. |
|||||||||||||||||||||||
#1110 | desai | Josef Prazak <[email protected]…> | fixed | Remove symlink to dir failed | ||||||||||||||||||||
Description |
Creation symlink is OK, but if i need remove symlink it fails with "Failed to remove directory". POSIX.py, Installnonexistent funcion, (761): may be better use function os.lstat() instead of os.path.isdir Example configuration: <Group name='link'>
</Group> <Group name='nolink' negate='true'>
</Group> |
|||||||||||||||||||||||
#1109 | desai | https://www.google.com/accounts/o8/id?id=AItOawm7-QeHxXGyyMwjN6_wFPC-gGTvrxu0YaE | invalid | NotImplementedError: | ||||||||||||||||||||
Description |
How to ReproduceWhile doing a GET operation on /log/src/lib/Server/Plugins, Trac issued an internal error. (please provide additional details here) Request parameters: {'mode': u'path_history', 'path': u'/src/lib/Server/Plugins', 'rev': u'03442c4a90f613283c8909da9175d7d05203d1bc'} User Agent was: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120318 Firefox/11.0 SeaMonkey/2.8 System Information
Python TracebackTraceback (most recent call last): File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 450, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 206, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.6/dist-packages/trac/versioncontrol/web_ui/log.py", line 145, in process_request for old_path, old_rev, old_chg in history(limit+1): File "/usr/lib/python2.6/dist-packages/trac/versioncontrol/web_ui/log.py", line 107, in history for h in repos.get_path_history(path, rev, limit): File "/usr/lib/python2.6/dist-packages/trac/versioncontrol/cache.py", line 325, in get_path_history return self.repos.get_path_history(path, rev, limit) File "/usr/lib/python2.6/dist-packages/trac/versioncontrol/api.py", line 318, in get_path_history raise NotImplementedError NotImplementedError
|