- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When running the install.sh script get the following error:
Error: not enough disk space in "/tmp" temporary directory. 100 MB is required for startup.
A df -h shows shows:
Filesystem Size Used Available Use% Mounted on
tmpfs 1.9G 1.2M 1.9G 0% /tmp
So there appears to be enough space in /tmp?
Also /tmp has rwx permissions for everyone.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
what package did you tried to install?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
>>...Error: not enough disk space in "/tmp" temporary directory. 100 MB is required for startup...
Intel software install scripts for Linux have an option that allows to specify a different directory for temporary files. Did you try it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I see the same problem. I changed the tmp path, but the error still shows:
S = "${WORKDIR}/l_mkl_2020.0.166/"
do_install () {
install -d -m 755 ${D}/opt/intel
install -d -m 755 ${D}/tmp
./install.sh -t ${D}/tmp
}
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page