radiumfu / enterprise-log-search-and-archive

Automatically exported from code.google.com/p/enterprise-log-search-and-archive
0 stars 0 forks source link

Quick install script support #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
We standardize on OpenSuse - the quick installer script is NOT working in our 
environment.
1. I build appliance using http://www.susestudio.com - where selected the base 
OS with the following packages ONLY

Patterns: NIL 

Packages:
bootsplash, ethtool, glibc-locale, grub, hwinfo, iputils, 
kernel-default, netcfg, net-tools, openssh, SuSEfirewall2,
syslog-ng, sysvinit, tcpdump, telnet, vim, yast2-firewall, 
yast2-firstboot, yast2-ncurses, zypper

- I am trying to install ALL-In-One (both node and web) in the same machine to 
try out. the script errors out during syslog related configuration (or) mysql.

- whereas your script is working properly on Ubuntu w/o error.

can you help -
1. while building appliance what are the packages required for ELSA to work as 
NODE / WEB / NODE & WEB.

I am building OpenSuse 12.1 appliance with the above packages alone selected.

Original issue reported on code.google.com by arock...@gmail.com on 9 Jul 2012 at 6:26

GoogleCodeExporter commented 8 years ago
I test on openSUSE 12.1 and have successfully built it using the install.sh 
script, so there must be a difference when using susestudio.com.  You can run 
each section in install.sh independently to find the problem.  For instance, to 
install packages, you can do this:
sh install.sh node build_syslogng
and see where errors occur.  The main package install part relevant to you 
would be:
sh install.sh node suse_get_node_packages
which will run this command:
zypper -n update &&
zypper -qn install ntp perl curl make subversion gcc gcc-c++ 
mysql-community-server libmysqlclient-devel pkg-config pcre-devel libcap-devel 
libnet-devel libopenssl-devel glib2-devel pam-devel
Does that fail?

Original comment by mchol...@gmail.com on 9 Jul 2012 at 2:10

GoogleCodeExporter commented 8 years ago
Closing due to inactivity.

Original comment by mchol...@gmail.com on 29 Nov 2012 at 10:34