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

/tmp overflow #1

Open
trollius opened this issue Sep 5, 2015 · 1 comment
Open

/tmp overflow #1

trollius opened this issue Sep 5, 2015 · 1 comment

Comments

@trollius
Copy link

trollius commented Sep 5, 2015

Hello,

When we try to launch diyabc on our cluster, we have following error:
Error loading Python lib '/tmp/_MEI9aIOJY/libpython2.7.so.1.0': /tmp/_MEI9aIOJY/libpython2.7.so.1.0: file too short segmentation fault (core dumped)
Basically, we have /tmp overflow, because on our server /tmp is limited to 60 Mb. How can we re-define this folder to another one? also, how to call to help, if --help doesn't work?
Thanks a lot for your help!
Anna

@cbgp
Copy link
Owner

cbgp commented Sep 6, 2015

Hi Anna,

60Mb for /tmp directory is very small indeed !

You can not redifine an other temporary directory.
2 solutions :

  • install diyabc from sources (the best solution)
  • mount /tmp with another disk device or partition

The diyabc bundle is a self-extracting file so it doesn't have any help option.

Hope this helps,
Alex

PD : please use the user forum http://www1.montpellier.inra.fr/CBGP/diyabc/index.php or write to [email protected]
if you have questions or need help.

Le 06/09/15 00:05, Anna Kostikova a écrit :

Hello,

When we try to launch diyabc on our cluster, we have following error:
Error loading Python lib '/tmp/_MEI9aIOJY/libpython2.7.so.1.0': /tmp/_MEI9aIOJY/libpython2.7.so.1.0: file too short
segmentation fault (core dumped)
Basically, we have /tmp overflow, because on our server /tmp is limited to 60 Mb. How can we re-define this folder to
another one? also, how to call to help, if --help doesn't work?
Thanks a lot for your help!
Anna


Reply to this email directly or view it on GitHub #1.

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

2 participants