Modify ↓
Ticket #399 (closed defect: worksforme)
Client succeeds but claims "Symlink /foo/bar cleanup failed"
Reported by: | naapuri | Owned by: | desai |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | bcfg2-client | Version: | |
Keywords: | Cc: |
Description
When installing new symlinks, the client succeeds but says:
Installing Symlink /foo/bar Symlink /foo/bar cleanup failed
The reason seems obvious. POSIX.py tries to unlink a previous file, which doesn't exist. Unlinking throws an error.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
Can't replicate