Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Not enough space left" error even with "nodiskspace" option set #212

Open
tasso85 opened this issue May 26, 2020 · 2 comments
Open

"Not enough space left" error even with "nodiskspace" option set #212

tasso85 opened this issue May 26, 2020 · 2 comments

Comments

@tasso85
Copy link

tasso85 commented May 26, 2020

I am currently facing an issue with an installer created with makeself, which when run would return the following error message:

[root@srv614 ~]# ./upgrade_626suite_20.1.0_to_20.2.0_encrypted.run.xz
Copying to a temporary location...
Verifying archive integrity...  100%    100%   All good.
Uncompressing Aggiornamento 626 Suite V64 alla versione 20.2.0
Not enough space left in /tmp (38159336 KB) to decompress /tmp/makeself.26402.200526083910.24453/makeself (12055782109125213 KB)
Use --nodiskspace option to skip this check and proceed anyway
Consider setting TMPDIR to a directory with more free space.

The problem is that, even when putting the option suggested by the error message itself, the error remains the same:

[root@srv614 ~]# ./upgrade_626suite_20.1.0_to_20.2.0_encrypted.run.xz --nodiskspace
Copying to a temporary location...
Verifying archive integrity...  100%    100%   All good.
Uncompressing Aggiornamento 626 Suite V64 alla versione 20.2.0
Not enough space left in /tmp (38159456 KB) to decompress /tmp/makeself.1234.200526084402.25104/makeself (12055782109125213 KB)
Use --nodiskspace option to skip this check and proceed anyway
Consider setting TMPDIR to a directory with more free space.

The error happens on a CentOS 7.2.1511 server, yet not on a CentOS 7.8.2003; also I think that the size of the archive reported by makeself (12055782109125213 KB) is quite wrong, the RUN file itself is less than 100 MB.

@tasso85
Copy link
Author

tasso85 commented May 26, 2020

I think you can disregard this, re-creating the installer with the latest version 2.4.2 seems to have solved the issue, sorry for the wrong report.

@tasso85 tasso85 closed this as completed May 26, 2020
@tasso85
Copy link
Author

tasso85 commented May 27, 2020

After another check, I found out that some error still persists.

In fact, when using the makeself script on WSL, I just noticed this:

Header is 695 lines long

About to compress Infinity KB of data...
Adding files to archive named "./upgrade.run.xz"...

It says "Infinity KB", which doesn't look right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant