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 Mar 30, 2024 12:18 am

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
PostPosted: Thu Sep 21, 2006 6:16 pm 
Offline
Newbie

Joined: Sun Sep 17, 2006 4:43 am
Posts: 15
Hi,

some of my customers have a german locale on their systems and the audit_linux.sh is not working on those systems because some of the descriptors have other names "HWaddr" for example is "Hardware Adresse"...

I suggest adding
[code]
#!/bin/bash

export LC_ALL=c
...
[/code]

mfg
Dennis


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Sep 22, 2006 1:24 am 
The linux audit has not been thoroughly tested. So, thanks for finding issues :) I'll put this on my todo list. Let us know about any changes/enhancements you'd like to the linux audit.


Top
  
Reply with quote  
 Post subject:
PostPosted: Fri Sep 22, 2006 1:39 am 
Offline
Newbie

Joined: Sun Sep 17, 2006 4:43 am
Posts: 15
Hi again :)

'lshal' is not available on some of my systems, on those missing it i have Problems with the UUID.

This did not work for me :
[code]
if [ "$sys_uuid" = "Not" ]
...
[/code]

..changed it to :
[code]
if [ "$sys_uuid" = "" ]
...
[/code][/code]


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Sep 22, 2006 1:45 am 
I know that Ubuntu Server installs do not, by default, contain the lshal command. And to install it, you end up with a lot of gnome dependencies. Basically, lshal might not be the best solution, so if you can find a better option, let us know.


Top
  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 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