Bug 30274 - ucc-image-remove does not remove the compressed image
ucc-image-remove does not remove the compressed image
Status: CLOSED DUPLICATE of bug 30186
Product: Z_Univention Corporate Client (UCC)
Classification: Unclassified
Component: Image management
unspecified
Other Linux
: P5 normal
: ---
Assigned To: UCC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-02-05 06:55 CET by Stefan Gohmann
Modified: 2023-06-28 10:32 CEST (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Gohmann univentionstaff 2013-02-05 06:55:04 CET
root@master501:~# ucc-image-remove -r ucc-1.0-thinclient-image.img
Removing /var/lib/univention-client-boot/ucc-1.0-thinclient-image.img.initrd
Removing /var/lib/univention-client-boot/ucc-1.0-thinclient-image.img.kernel
Removing /var/lib/univention-client-boot/ucc-1.0-thinclient-image.img.md5
Removing /var/lib/univention-client-boot/ucc-1.0-thinclient-image.img
Removing /var/lib/univention-client-boot/ucc-1.0-thinclient-image.img.spec

It should also remove the xz archive.

If I try to remove the xz archive with ucc-image-remove I got this:

root@master501:~# ucc-image-remove -r ucc-1.0-thinclient-image.img.xz
UCC image file /var/lib/univention-client-boot/ucc-1.0-thinclient-image.img.xz.spec does not exist, exiting
root@master501:~#

Workaround:
 ucc-image-remove -r ucc-1.0-thinclient-image.img
 rm /var/lib/univention-client-boot/ucc-1.0-thinclient-image.img.xz
Comment 1 Moritz Muehlenhoff univentionstaff 2013-02-05 08:14:48 CET
This was already fixed yesterday.

*** This bug has been marked as a duplicate of bug 30186 ***