Tinycore is here 12/1/2008! Welcome visitors.
What does it say in the ezremaster log?
+ sudo advdef -z4 /tmp/ezremaster/image/boot/core.gzError writing on /tmp/ezremaster/image/boot/core.gz [at void convert_gz(adv_fz*, adv_fz*):redef.cc:455]+ exit 23
The error seems to be at the end of the log: Code: [Select]+ sudo advdef -z4 /tmp/ezremaster/image/boot/core.gzError writing on /tmp/ezremaster/image/boot/core.gz [at void convert_gz(adv_fz*, adv_fz*):redef.cc:455]+ exit 23Did you run out of ram perhaps? Do you have the latest advcomp extension?
ls -l /tmp/ezremaster/image/boot/core.gz
df /tmp/
LimitationsThe advdef program cannot be used to recompress huge files because it needs to allocate memory for both the complete compressed and uncompressed data.
Hi oovyTwo thoughts. What does this return:Code: [Select]ls -l /tmp/ezremaster/image/boot/core.gzIs it read only?What does this return:Code: [Select]df /tmp/Maybe /tmp is running out of room?From the advdef man page:QuoteLimitationsThe advdef program cannot be used to recompress huge files because it needs to allocate memory for both the complete compressed and uncompressed data.
ls -l returns -r--r--r-- which is read only i guess? ...
... /tmp is 81% used (1.2 out of 1.5GB used) eventhough it's on a 2 tb hdd...
Hi oovyQuote from: oovy on June 03, 2019, 01:14:42 PMls -l returns -r--r--r-- which is read only i guess? ... Yes.Quote ... /tmp is 81% used (1.2 out of 1.5GB used) eventhough it's on a 2 tb hdd...Actually /tmp is part of the RAM filesystem, just like /usr, /var, /bin, /etc ....
Quote from: Rich on June 03, 2019, 01:32:15 PMHi oovyQuote from: oovy on June 03, 2019, 01:14:42 PMls -l returns -r--r--r-- which is read only i guess? ... Yes.Quote ... /tmp is 81% used (1.2 out of 1.5GB used) eventhough it's on a 2 tb hdd...Actually /tmp is part of the RAM filesystem, just like /usr, /var, /bin, /etc ....So, what do I have to do now? How do I give more space to /tmp? And am I just able to change the permissions of core.gz?
Please don’t hijack another users thread