Tiny Core Linux

General TC => Remasters / Remixes - Unofficial => Topic started by: beroje on April 28, 2013, 11:17:07 AM

Title: ezremaster.tcz: Error compressing
Post by: beroje on April 28, 2013, 11:17:07 AM
(http://i40.tinypic.com/moqh0.png)

=================================================
ezremaster.cfg

cd_location = /mnt/sda6/ezremaster/Core-current.iso
temp_dir = /tmp/ezremaster
mydata = /mnt/sda6/Coretcz/tce/mydata.tgz
app_inside_initrd_onboot = firmware-iwlwifi.tcz
app_inside_initrd_onboot = wifi.tcz
app_inside_initrd_onboot = Xprogs.tcz
app_inside_initrd_onboot = nvidia-glx.tcz
app_inside_initrd_onboot = emelfm.tcz
app_inside_initrd_onboot = dbus.tcz
app_inside_initrd_onboot = dbus-glib.tcz
app_inside_initrd_onboot = dejavu-fonts-ttf.tcz
app_inside_initrd_onboot = msttcorefonts.tcz
app_inside_initrd_onboot = vlc-full.tcz
app_inside_initrd_onboot = chromium-browser.tcz
app_inside_initrd_onboot = ossxmix.tcz
app_inside_initrd_onboot = epdfview.tcz
app_inside_initrd_onboot = viewnior.tcz
app_inside_initrd_onboot = flash11.tcz
app_inside_initrd_onboot = pci-utils.tcz
app_inside_initrd_onboot = usb-utils.tcz
app_inside_initrd_onboot = sun-jre.tcz
app_inside_initrd_onboot = thunar-volman.tcz
app_inside_initrd_onboot = Xfce4.tcz
app_inside_initrd_onboot = Xorg-7.5.tcz
app_inside_initrd_onboot = mylocale.tcz
app_inside_initrd_onboot = libreoffice-es.tcz
Title: Re: ezremaster.tcz: Error compressing
Post by: beroje on April 29, 2013, 01:09:35 PM
solved
Excluding libreoffice

Solucionado
Excluido libreoffice

(http://i40.tinypic.com/3357h8w.png)

====================  =====================  ================

ezremaster.cfg

cd_location = /mnt/sda6/ezremaster/Core-current.iso
temp_dir = /tmp/ezremaster
mydata = /mnt/sda6/ezremaster/mydata.tgz
app_inside_initrd_onboot = firmware-iwlwifi.tcz
app_inside_initrd_onboot = wifi.tcz
app_inside_initrd_onboot = Xprogs.tcz
app_inside_initrd_onboot = nvidia-glx.tcz
app_inside_initrd_onboot = emelfm.tcz
app_inside_initrd_onboot = dbus.tcz
app_inside_initrd_onboot = dbus-glib.tcz
app_inside_initrd_onboot = dejavu-fonts-ttf.tcz
app_inside_initrd_onboot = msttcorefonts.tcz
app_inside_initrd_onboot = vlc-full.tcz
app_inside_initrd_onboot = chromium-browser.tcz
app_inside_initrd_onboot = ossxmix.tcz
app_inside_initrd_onboot = epdfview.tcz
app_inside_initrd_onboot = viewnior.tcz
app_inside_initrd_onboot = flash11.tcz
app_inside_initrd_onboot = pci-utils.tcz
app_inside_initrd_onboot = usb-utils.tcz
app_inside_initrd_onboot = sun-jre.tcz
app_inside_initrd_onboot = thunar-volman.tcz
app_inside_initrd_onboot = Xfce4.tcz
app_inside_initrd_onboot = Xorg-7.5.tcz
app_inside_initrd_onboot = mylocale.tcz

Title: Re: ezremaster.tcz: Error compressing
Post by: Rich on April 29, 2013, 05:06:51 PM
Hi beroje
You may have run out of RAM. Do you have any swap enabled?
Title: Re: ezremaster.tcz: Error compressing
Post by: beroje on April 30, 2013, 08:32:47 AM
(http://i40.tinypic.com/34dh20k.png)
Title: Re: ezremaster.tcz: Error compressing
Post by: Rich on April 30, 2013, 10:53:54 AM
Hi beroje
The error was because advdef choked for some reason. From:
http://advancemame.sourceforge.net/doc-advdef.html
Quote
4 Limitations
 The advdef program cannot be used to recompress huge files because it needs to allocate memory for both the complete compressed and uncompressed data.
Though it will take longer to run, you could try ixbrians suggestion here:
http://forum.tinycorelinux.net/index.php/topic,13061.msg71911.html#msg71911
Title: Re: ezremaster.tcz: Error compressing
Post by: ixbrian on May 06, 2013, 10:08:03 PM
Yes, like Rich mentioned this is probably memory related.  One option to free up some memory is to create a temporary directory on a harddrive (i.e. /mnt/sda1/ezremastertemp/ or something similar) and point the first page ezremaster to that temp directory rather than using the default RAM based /tmp/ezremaster