WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: ezremaster.tcz: Error compressing  (Read 6549 times)

Offline beroje

  • Full Member
  • ***
  • Posts: 130
ezremaster.tcz: Error compressing
« on: April 28, 2013, 08:17:07 AM »


=================================================
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

Offline beroje

  • Full Member
  • ***
  • Posts: 130
Re: ezremaster.tcz: Error compressing
« Reply #1 on: April 29, 2013, 10:09:35 AM »
solved
Excluding libreoffice

Solucionado
Excluido libreoffice



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

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


Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: ezremaster.tcz: Error compressing
« Reply #2 on: April 29, 2013, 02:06:51 PM »
Hi beroje
You may have run out of RAM. Do you have any swap enabled?

Offline beroje

  • Full Member
  • ***
  • Posts: 130
Re: ezremaster.tcz: Error compressing
« Reply #3 on: April 30, 2013, 05:32:47 AM »


Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: ezremaster.tcz: Error compressing
« Reply #4 on: April 30, 2013, 07: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

Offline ixbrian

  • Administrator
  • Sr. Member
  • *****
  • Posts: 436
Re: ezremaster.tcz: Error compressing
« Reply #5 on: May 06, 2013, 07: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