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 Fri Mar 29, 2024 5:54 am

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 50 posts ]  Go to page Previous  1, 2, 3, 4
Author Message
PostPosted: Tue Apr 23, 2013 3:28 pm 
Offline
Newbie

Joined: Wed Dec 12, 2012 9:24 am
Posts: 25
It looks like CentOS <6 has a directory in /sys/class/net/ for each device instead of a symlink as in Ubuntu and CentOS 6. That explains why you're having to add extra cuts in there. I'll review what you've posted as workarounds and see if that will work or if maybe I should make the Network section a little more elegant in the first place (so that adding extra cuts and whatnot might not be needed).


Top
 Profile  
Reply with quote  
PostPosted: Wed Apr 24, 2013 12:20 am 
Offline
Newbie

Joined: Sat Apr 13, 2013 10:32 am
Posts: 24
Yes, I just banged out a fresh 5.9 with none of our mods to the os and had the same issues.

/bin/cat: /sys/class/net/55 eth0/address: No such file or directory
lspci: -s: Invalid slot number
lspci: -s: Invalid slot number
Cannot get device settings: No such device
Cannot get wake-on-lan settings: No such device
Cannot get message level: No such device
Cannot get link status: No such device
/bin/cat: /sys/class/net/55 eth0/operstate: No such file or directory
Device "55 eth0" does not exist.
Device "55 eth0" does not exist.
/bin/cat: /sys/class/net/55 sit0/address: No such file or directory
lspci: -s: Invalid slot number
lspci: -s: Invalid slot number
Cannot get device settings: No such device
Cannot get wake-on-lan settings: No such device
Cannot get message level: No such device
Cannot get link status: No such device
/bin/cat: /sys/class/net/55 sit0/operstate: No such file or directory
Device "55 sit0" does not exist.
Device "55 sit0" does not exist.

I wouldn't go off my work. It looks like the script can't get the line it needs "slotnumber/interface". With my edits, the only thing i accomplished was to get it to return "interface". This does nothing for the script at all. LOL I have found where I could get the "slot number" and "interface" on different lines. I don't know if that is worth anything or not? But I would believe this would disrupt the flow of a single unified "linux" audit script.


Top
 Profile  
Reply with quote  
PostPosted: Sat May 25, 2013 4:22 am 
Offline
Newbie

Joined: Wed May 22, 2013 3:09 am
Posts: 2
I get the following error on my Ubuntu 13.04 (x64) Desktop and an Ubuntu 10.04 (x32) server:

audit_linux.sh: 151: audit_linux.sh: Syntax error: "(" unexpected

I am running the script as root: sh audit_linux.sh

Any ideas?


Top
 Profile  
Reply with quote  
PostPosted: Sat May 25, 2013 7:34 am 
Offline
Newbie

Joined: Wed Dec 12, 2012 9:24 am
Posts: 25
[quote="kieronrob"]I get the following error on my Ubuntu 13.04 (x64) Desktop and an Ubuntu 10.04 (x32) server:

audit_linux.sh: 151: audit_linux.sh: Syntax error: "(" unexpected

I am running the script as root: sh audit_linux.sh

Any ideas?


In Ubuntu (and possibly others), sh is a symbolic link to "dash" which is a stripped down shell used often in startup scripts. If the audit script is marked as executable then you should be able to run ./audit_linux.sh instead of "sh audit_linux.sh." Alternatively you could run "bash audit_linux.sh."

Top
 Profile  
Reply with quote  
PostPosted: Mon May 27, 2013 7:48 pm 
Offline
Newbie

Joined: Wed May 22, 2013 3:09 am
Posts: 2
Thank you, it now works!


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.  [ 50 posts ]  Go to page Previous  1, 2, 3, 4

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:  
Powered by phpBB® Forum Software © phpBB Group