pocopico / tinycore-redpill

GNU General Public License v3.0
2.16k stars 633 forks source link

No space left on the root partition #195

Open alex3594 opened 1 year ago

alex3594 commented 1 year ago

Hello @pocopico ! Hope you can check and help with that issue. Thanks!

I tried to build DS918+ version using the latest loader 0.9.2.9: tc@box:~$ ./rploader.sh build ds918p-7.1.1-42962 Last part of the log with error:

/bin/syno_extract_system_patch PATCH_PATH DEST_PATH
Executed succesfully
Creating temp folder /tmp/pat
Checking for cached pat file
Found tinycore cache folder, linking to home/tc/custom-module
Could not find pat file locally cached
Configdir : /home/tc/redpill-load/config/DS918+/7.1.1-42962
Configfile: /home/tc/redpill-load/config/DS918+/7.1.1-42962/config.json
Pat URL : https://global.download.synology.com/download/DSM/release/7.1.1/42962/DSM_DS918%2B_42962.pat
Downloading pat file from URL : https://global.download.synology.com/download/DSM/release/7.1.1/42962/DSM_DS918%2B_42962.pat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  340M  100  340M    0     0  6072k      0  0:00:57  0:00:57 --:--:-- 5626k
File //mnt/sdc3/auxfiles/ds918p_42962.pat, is  encrypted
File //mnt/sdc3/auxfiles/ds918p_42962.pat, has been cached but its encrypted, re-running decrypting process
Checking for cached pat file
Found tinycore cache folder, linking to home/tc/custom-module
Found locally cached pat file /home/tc/custom-module/ds918p_42962.pat
File /home/tc/custom-module/ds918p_42962.pat, is  encrypted
Extracting encrypted pat file : /home/tc/custom-module/ds918p_42962.pat to /tmp/pat
/bin/syno_extract_system_patch: /usr/local/lib/libcurl.so.4: no version information available (required by /bin/syno_extract_system_patch)
extract latest pat
Creating unecrypted pat file ds918p_42962.pat to /home/tc/redpill-load/cache folder

gzip: stdout: No space left on device
tar: /home/tc/redpill-load/cache/ds918p_42962.pat: Wrote only 8192 of 10240 bytes
tar: Child returned status 1
tar: Error is not recoverable: exiting now
tar: This does not look like a tar archive
tar: ./VERSION: Not found in archive
tar: Exiting with failure status due to previous errors
Pat file  sha256sum is : e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
Checking config file existence -> No config file found, please use the proper repo, clean and download again
alex3594 commented 1 year ago

Actually, I was able to use a workaround for that: created an additional 2Gb partition on my USB, copied /home/tc contents to it and mounted as /home/tc destination. But I understand it is not a clear solution, so posted in just in case.