Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Sat Apr 20, 2024 9:45 am

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 7 posts ] 
Author Message
PostPosted: Sat Aug 18, 2012 1:19 am 
Offline
Newbie

Joined: Thu Aug 16, 2012 3:06 am
Posts: 8
Is anyone else having this issue?

I have installed OAV2 Beta 6 from scratch on a working xampp install. I copied the files where they needed to be, created the database and loaded the schemata and I changed all the config files and everthing appears to be working properly except for Help --> About.

Machines audit and show properly, audit_domain works, reports work, groups work, admin functions all work too.

In order to get everything working I had to manually add permissions for oa2 to the oav2 database in mysql. When I try to go to Help-->About it just hangs with no errors and the other sites on the xampp install continue to work albeit more slowly.


Top
 Profile  
Reply with quote  
PostPosted: Sat Aug 18, 2012 2:29 am 
Offline
Moderator

Joined: Fri Jul 20, 2007 8:27 am
Posts: 1259
Same here on the hanging About. As far as I can tell the exec in v_about.php is hanging. The exec is used to get the operating system info.


Top
 Profile  
Reply with quote  
PostPosted: Sat Aug 18, 2012 2:47 am 
Offline
Helper

Joined: Tue Jul 25, 2006 2:33 am
Posts: 83
Location: Hampshire, UK
Working fine here...sorry no screenshot but here is the main text:

About Open-AudIT v2.0

About
You are running version beta6 of OAv2.
Your Host is: xxxxxxx, and it's OS is Linux.
Your database platform is mysql (version 5.1.63-0ubuntu0.10.04.1).
Your web server is Apache/2.2.14 (Ubuntu) .

John

_________________
OA environment:
OA Server: Ubuntu 10.04LTS
1 Windows 2008R2 Server
4 Windows 2003 Servers
20 Windows XP workstations
1 Windows 7 workstation
2 Ubuntu 11.10 servers
Misc other networked items


Top
 Profile  
Reply with quote  
PostPosted: Sat Aug 18, 2012 3:09 am 
Offline
Moderator

Joined: Fri Jul 20, 2007 8:27 am
Posts: 1259
Yes, the exec is causing the problem but it's really WMIC that is hanging and whether or not it hangs is probably due to the Apache environment so it will hang for some but not others. I'm running PHP on Windows with Apache but I'm now using mod_fcgid to run PHP and I am seeing the problem.

Changing line 6 in code_igniter\system\application\views\theme-tango\v_about.php works for me.
From:
[code]exec("WMIC OS Get Caption", $output);[/code]
To:
[code]exec("echo. |WMIC OS Get Caption", $output);[/code]
JayDee won't see the problem as he's running OA on Linux which doesn't use the exec at all.


Top
 Profile  
Reply with quote  
PostPosted: Sat Aug 18, 2012 6:06 am 
Offline
Newbie

Joined: Thu Aug 16, 2012 3:06 am
Posts: 8
Cool, I'm going to give that a try :)


Top
 Profile  
Reply with quote  
PostPosted: Sat Aug 18, 2012 6:11 am 
Offline
Newbie

Joined: Thu Aug 16, 2012 3:06 am
Posts: 8
Yup, that was it jpa. Help-->About is working properly now. Thanks for the quick reply :)


Top
 Profile  
Reply with quote  
PostPosted: Sun Aug 19, 2012 8:11 am 
Offline
Site Admin
User avatar

Joined: Mon Jun 07, 2004 11:48 am
Posts: 1964
Location: Brisbane, Australia
Have made the change for the next release.

_________________
Support and Development hours available from [url=https://opmantek.com]Opmantek[/url].
Please consider a purchase to help make Open-AudIT better for everyone.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 7 posts ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group