How to open gibi
- Liebold
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 0
13 years 10 months ago #4992
by Liebold
How to open gibi was created by Liebold
Hi,
I have installed CAElinux 2010 and all work very well. But when I try to open gibi with astk, it doesn't work. I also attempted to open it with the terminal but I have the following error:
david@david-laptop:/opt$ gibi
Traceback (most recent call last):
File "/opt/aster101/outils/gibi", line 123, in <module>
os.mkdir(dtmp)
OSError: [Errno 13] Permission denied: 'tmp_gibi.5305'
How can I do to use gibi?
Regards
I have installed CAElinux 2010 and all work very well. But when I try to open gibi with astk, it doesn't work. I also attempted to open it with the terminal but I have the following error:
david@david-laptop:/opt$ gibi
Traceback (most recent call last):
File "/opt/aster101/outils/gibi", line 123, in <module>
os.mkdir(dtmp)
OSError: [Errno 13] Permission denied: 'tmp_gibi.5305'
How can I do to use gibi?
Regards
- Joël Cugnoni
- Offline
- Moderator
13 years 10 months ago #4993
by Joël Cugnoni
Joël Cugnoni - a.k.a admin
www.caelinux.com
Replied by Joël Cugnoni on topic Re:How to open gibi
Hi sorry but I had not tested the installation of Gibi in CAELinux... and now, bad luck it does not work as it should..
I will try to figure out how to solve this issue...
it seems related to some access right/environment variable problem..
I will try to figure out how to solve this issue...
it seems related to some access right/environment variable problem..
Joël Cugnoni - a.k.a admin
www.caelinux.com
- Liebold
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 0
13 years 10 months ago #4995
by Liebold
Replied by Liebold on topic Re:How to open gibi
Hi,
Thanks for the answer and your excellent work. I will try to install it alone. I hope to succeed..
Regards.
Thanks for the answer and your excellent work. I will try to install it alone. I hope to succeed..
Regards.
- Liebold
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 0
13 years 10 months ago #4998
by Liebold
Replied by Liebold on topic Re:How to open gibi
Hi
Sorry to reopen the topic but I would like to know if there is another solution to install GIBI on the CAElinux distribution?Must I try to install the aster-full-src-10.2.0-2.noarch.tar.gz on the website of Code_ASter?
I have to use this software but I don't know how to have it on my computer.
Thanks
Regards
Sorry to reopen the topic but I would like to know if there is another solution to install GIBI on the CAElinux distribution?Must I try to install the aster-full-src-10.2.0-2.noarch.tar.gz on the website of Code_ASter?
I have to use this software but I don't know how to have it on my computer.
Thanks
Regards
- Joël Cugnoni
- Offline
- Moderator
13 years 10 months ago #5045
by Joël Cugnoni
Joël Cugnoni - a.k.a admin
www.caelinux.com
Replied by Joël Cugnoni on topic Re:How to open gibi
Hi
I had some time to test reproduce your problem.
If in a terminal I do
[code:1]cd /opt/aster101/STA10.1/astest
gibi ssls118k.mgib[/code:1]
I get the same error as you have.
[code:1]Traceback (most recent call last):
File "/opt/aster101/outils/gibi", line 123, in <module>
os.mkdir(dtmp)
OSError: [Errno 13] Permission denied: 'tmp_gibi.2158'
[/code:1]
The point is that the directory /opt/aster101/STA10.1/astest is actually write protect! So the error message just means that: gibi cannot write in that directory.
Then if I copy the gibi file to /tmp:
[code:1]cp ssls118k.mgib /tmp
cd /tmp
gibi ssls118k.mgib
[/code:1]
if works well!
So it shows that Gibi is installed properly but the problem that you have comes from a folder / file that is write protect. Try to copy the files to your home directory and execute gibi in folders that you have created in your home directory.
I had some time to test reproduce your problem.
If in a terminal I do
[code:1]cd /opt/aster101/STA10.1/astest
gibi ssls118k.mgib[/code:1]
I get the same error as you have.
[code:1]Traceback (most recent call last):
File "/opt/aster101/outils/gibi", line 123, in <module>
os.mkdir(dtmp)
OSError: [Errno 13] Permission denied: 'tmp_gibi.2158'
[/code:1]
The point is that the directory /opt/aster101/STA10.1/astest is actually write protect! So the error message just means that: gibi cannot write in that directory.
Then if I copy the gibi file to /tmp:
[code:1]cp ssls118k.mgib /tmp
cd /tmp
gibi ssls118k.mgib
[/code:1]
if works well!
So it shows that Gibi is installed properly but the problem that you have comes from a folder / file that is write protect. Try to copy the files to your home directory and execute gibi in folders that you have created in your home directory.
Joël Cugnoni - a.k.a admin
www.caelinux.com
Moderators: catux
Time to create page: 0.153 seconds