On Mon, Mar 24, 2014 at 3:30 PM, <[email protected]> wrote: > > I opened "install.sh" via mouseclick "run on terminal". > After pressing enter for choosing default language - the terminal closes. > > > Same happens if i open it via "exec ./install.sh" > > i don't know how to open it as root. Maybe you can help me ? > > The virtual appliance is based on CENT OS >
I figured the virtual appliance already had OSSEC installed. If it doesn't it seems like a waste of resources. Try opening a terminal, and running: `ps auxww | grep ossec` That will help you determine if OSSEC is already running. `ls /var/ossec` can help you find out if OSSEC is already installed. You can also (in that terminal you opened), go to the directory where install.sh is and run it directly (if OSSEC isn't already installed). > > ______________________________________________ > > That doesn't give me much detail. After you unzip/untar the tarball, > what commands are you running exactly? > I don't use vmware player, so hopefully someone on the list can use > this information to help you figure out what's going wrong in the > import process. > > -- > > --- > You received this message because you are subscribed to the Google Groups > "ossec-list" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- --- You received this message because you are subscribed to the Google Groups "ossec-list" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
