Opened 17 years ago
Closed 16 years ago
#269 closed defect (fixed)
mondoarchive crash when some compression metod choisen
Reported by: | Velislav Iliev | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | normal | Milestone: | 2.2.7 |
Component: | mondo | Version: | 2.2.6 |
Severity: | normal | Keywords: | mondoarchive crash when some compression metod choisen |
Cc: |
Description
Hello, the following packet used:
afio-2.4.7-1.i586.rpm buffer-1.19-1.i386.rpm mindi-2.0.2-1.rhel4.i386.rpm mindi-busybox-1.7.3-1.rhel4.i386.rpm mondo-2.2.6-1.rhel4.i386.rpm
when choice any of compression method (Maximum, Minimum or Average) mondoarchive crash when try to make iso. df shows that /dev/shm (temp RAM dirve) is 100% used his size is 350Mb.
Any suggestion how to work around this issue?
Change History (2)
comment:1 by , 17 years ago
Milestone: | → 2.2.8 |
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Milestone: | 2.2.8 → 2.2.7 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
2.2.7 doesn't use /dev/shm anymore. Please check that it's fixed with this version.
Note:
See TracTickets
for help on using tickets.
The easiest is to recompile mondo having increased the size of that variable:
./mondo/src/include/my-stuff.h:#define PPCFG_RAMDISK_SIZE 350
Or umount your tmpfs so that mondo doesn't use it. Will try to remove it in a future version, as I think it's today causing more issues than benefit.