crawlerZ / getmantra

Automatically exported from code.google.com/p/getmantra
0 stars 0 forks source link

Mantra Janus doesn't work on Ubuntu Linux (only from installer) #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Trying to execute OWASP Mantra Janus edition for Linux

What is the expected output? What do you see instead?
I expect to use the browser, but I see the "Profile not loaded. It may be 
missing or inaccessible" message. This happens when I execute from the command 
line, but when I install it and check "Launch OWASP Mantra", it works perfectly.

What version of the product are you using? On what operating system?
OWASP Mantra Janus Linux 32 on Ubuntu Linux 12.10

Please provide any additional information below.

I'm attaching a screenshot of when I try to run the program.
Output from the installer:
firefoxportable:Debug/Info: 0=/home/cristian/Desktop/mantra2/OWASP Mantra
firefoxportable:Debug/Info: dir=/home/cristian/Desktop/mantra2
firefoxportable:Debug/Info: Current Dir=/home/cristian/Desktop/mantra2/Mantra
Welcome to the Linux version of firefox 18.0 in portable mode. Feedback is NOT 
disabled.
firefoxportable:Debug/Info: Profile Directory already exists!
Warning: Tried to connect to session manager, None of the authentication 
protocols specified are supported
cristian@daedalus:~/Downloads$ firefoxportable:Debug/Info: firefox is now 
closed.
/home/cristian/Desktop/mantra2/OWASP Mantra: 50: 
/home/cristian/Desktop/mantra2/OWASP Mantra: yaf-splash: not found
firefoxportable:Debug/Info: firefoxportable is now closed.

Original issue reported on code.google.com by mechonba...@gmail.com on 3 Apr 2013 at 2:36

Attachments:

GoogleCodeExporter commented 8 years ago
I found this problem too. 
I fixed it by manually set "dir" variable to point to installation path. 
ex. In your case, dir=/home/cristian/Desktop/mantra2

Original comment by anide...@gmail.com on 18 Apr 2013 at 12:05

GoogleCodeExporter commented 8 years ago
Wonderful! I set the variable manually in line 26 and works like a charm... and 
if you set it to:

dir=`pwd`

it works even better. Thanks!

Original comment by mechonba...@gmail.com on 18 Apr 2013 at 9:05

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
What are you talking about when you say you've 'set the variable manually in 
line 26'? Can you explain better what you did to fix this? Line 26 of what?

I have set an environment variable 'dir' pointing to installation path, but im 
still having the same problem reported by "mechonba...@gmail.com".

Original comment by nihongab...@gmail.com on 6 Feb 2015 at 4:52

GoogleCodeExporter commented 8 years ago
Line 26 on the owasp_mantra script that starts it all. This issue is quite old, 
though. On recent versions works just fine without modifying anything.

Original comment by mechonba...@gmail.com on 6 Feb 2015 at 5:24