Custom Query (894 matches)
Results (160 - 162 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#406 | desai | lueningh | fixed | Services show up as extra, not removed |
Description |
I have two bugs that I suspect are related. First: If I don't mention services in my config, they get listed as extra elements but don't get removed when I run with '-r all'. Second: If I don't mention packages that have services in them in my config, '-r all' removes the package but the client still reports the included services as extra. The next time the client runs it is clean (because the services have been removed by the rpm, of course) |
|||
#407 | desai | naapuri | fixed | Fixing ownership fails silently when user/group not found |
Description |
If I run into something like this: /etc/foo/bar owner wrong. is root should be baz /etc/foo/bar group is root should be baz Install ConfigFile /etc/foo/bar: (y/N): y and there is no group 'baz', the client doesn't report an error. It should say at least something like "Changing owner/group of /etc/foo/bar failed.". |
|||
#408 | desai | lueningh | fixed | Bad piping |
Description |
If I run the client and pipe it through 'head', I end up with pages upon pages of traceback: Traceback (most recent call last): File "/usr/lib64/python2.4/logging/__init__.py", line 738, in emit self.flush() File "/usr/lib64/python2.4/logging/__init__.py", line 716, in flush self.stream.flush() IOError: [Errno 32] Broken pipe |