Bug 29921 - ucc-image: don't abort on insufficient disk space
ucc-image: don't abort on insufficient disk space
Status: CLOSED WONTFIX
Product: Z_Univention Corporate Client (UCC)
Classification: Unclassified
Component: Image management
unspecified
Other Linux
: P5 normal
: UCC 2.x
Assigned To: UCC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-01-04 10:48 CET by Felix Botner
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 Felix Botner univentionstaff 2013-01-04 10:48:31 CET
I tried to create an ucc image with the standard desktop image config.

-> ucc-image -c /usr/share/doc/ucc-image-toolkit/example/ucc-desktop.cfg
...
Installing package univention-ucc-theme                           done
Installing package univention-corporate-client                    done
Re-creating initrd                                                done
Create ISO image                                                  
ERROR: The command "grub-mkrescue -o /tmp/tmpvozPrr/ucc-1.0-desktop-image.img.iso /tmp/tmpvozPrr/cdrom" failed with the error code 32 (abort)

umount: /tmp/tmpvozPrr/bootstrap: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))
The command "/bin/umount /tmp/tmpvozPrr/bootstrap" failed with the error code 1Generating spec file

grub-mkrescue failed because the disc space was exhausted. Then the umount of the bootstrap dir failed.
Comment 1 Felix Botner univentionstaff 2013-01-04 10:50:03 CET
-> lsof /tmp/tmp0qV3eB/bootstrap/
COMMAND    PID  USER   FD   TYPE DEVICE SIZE/OFF   NODE NAME
avahi-aut 3953 statd  cwd    DIR    7,0     4096 179560 /tmp/tmp0qV3eB/bootstrap/var/lib/avahi-autoipd
avahi-aut 3953 statd  rtd    DIR    7,0     4096 179560 /tmp/tmp0qV3eB/bootstrap/var/lib/avahi-autoipd
avahi-aut 3953 statd  txt    REG    7,0    34520 287831 /tmp/tmp0qV3eB/bootstrap/usr/sbin/avahi-autoipd
avahi-aut 3953 statd  mem    REG    7,0    47040   6919 /tmp/tmp0qV3eB/bootstrap/lib/i386-linux-gnu/libnss_files-2.15.so
avahi-aut 3953 statd  mem    REG    7,0    92016   6935 /tmp/tmp0qV3eB/bootstrap/lib/i386-linux-gnu/libnsl-2.15.so
avahi-aut 3953 statd  mem    REG    7,0  1730024     96 /tmp/tmp0qV3eB/bootstrap/lib/i386-linux-gnu/libc-2.15.so
avahi-aut 3953 statd  mem    REG    7,0    21980 287829 /tmp/tmp0qV3eB/bootstrap/usr/lib/libdaemon.so.0.5.0
avahi-aut 3953 statd  mem    REG    7,0    42652   6923 /tmp/tmp0qV3eB/bootstrap/lib/i386-linux-gnu/libnss_nis-2.15.so
avahi-aut 3953 statd  mem    REG    7,0    30520   6917 /tmp/tmp0qV3eB/bootstrap/lib/i386-linux-gnu/libnss_compat-2.15.so
avahi-aut 3953 statd  mem    REG    7,0   134344   6927 /tmp/tmp0qV3eB/bootstrap/lib/i386-linux-gnu/ld-2.15.so
avahi-aut 3953 statd    0r   CHR    1,3      0t0    432 /tmp/tmp0qV3eB/bootstrap/dev/null
avahi-aut 3953 statd    1w   CHR    1,3      0t0    432 /tmp/tmp0qV3eB/bootstrap/dev/null
avahi-aut 3953 statd    2w   CHR    1,3      0t0    432 /tmp/tmp0qV3eB/bootstrap/dev/null
avahi-aut 3953 statd    3r   REG    7,0      494 318593 /tmp/tmp0qV3eB/bootstrap/etc/network/interfaces
avahi-aut 3954  root  cwd    DIR    7,0     4096      2 /tmp/tmp0qV3eB/bootstrap
avahi-aut 3954  root  rtd    DIR    7,0     4096      2 /tmp/tmp0qV3eB/bootstrap
avahi-aut 3954  root  txt    REG    7,0    34520 287831 /tmp/tmp0qV3eB/bootstrap/usr/sbin/avahi-autoipd
avahi-aut 3954  root  mem    REG    7,0  1730024     96 /tmp/tmp0qV3eB/bootstrap/lib/i386-linux-gnu/libc-2.15.so
avahi-aut 3954  root  mem    REG    7,0    21980 287829 /tmp/tmp0qV3eB/bootstrap/usr/lib/libdaemon.so.0.5.0
avahi-aut 3954  root  mem    REG    7,0   134344   6927 /tmp/tmp0qV3eB/bootstrap/lib/i386-linux-gnu/ld-2.15.so
avahi-aut 3954  root    0r   CHR    1,3      0t0    432 /tmp/tmp0qV3eB/bootstrap/dev/null
avahi-aut 3954  root    1w   CHR    1,3      0t0    432 /tmp/tmp0qV3eB/bootstrap/dev/null
avahi-aut 3954  root    2w   CHR    1,3      0t0    432 /tmp/tmp0qV3eB/bootstrap/dev/null
avahi-aut 3954  root    3r   REG    7,0      494 318593 /tmp/tmp0qV3eB/bootstrap/etc/network/interfaces

-> kill -9 3953 3954

-> umount /tmp/tmp0qV3eB/bootstrap/
Comment 2 Philipp Hahn univentionstaff 2023-06-28 10:30:30 CEST
UCC is EoL