rcocchiararo 0 Posted October 14, 2015 Share Posted October 14, 2015 Hi there I am trying to install ERAS6.2 under linux, but i can't get past the installer script: [root@localhost eset]# ./Server-Linux-x86_64.sh \ > --skip-license \ > --db-driver=MySQL \ > --db-hostname=127.0.0.1 \ > --db-port=3306 \ > --db-admin-username=root \ > --db-admin-password=PASSWORD \ > --server-root-password=PASSWORD \ > --db-user-username=root \ > --db-user-password=PASSWORD \ > --cert-hostname="10.11.12.7;eras6" ESET Remote Administrator Server Installer (version: 6.2.200.0), Copyright © 1992-2015 ESET, spol. s r.o. - All rights reserved. Extracting archive, please wait... tar: Skipping to next header tar: Exiting with failure status due to previous errors Error: Problem unpacking installer data I first tried under Debian 8.2, but then noticed that it is not officially supported, so i went to CentOS 7, but the same happened. I tried re-downloading in fear of a corrupt file, but no go. I can extract it under windows tho, it seems to be ok and not corrupted. Permissions are set (both in the file and in the folder). No idea what else to try. Link to comment Share on other sites More sharing options...
bbahes 29 Posted October 15, 2015 Share Posted October 15, 2015 (edited) Have you tried chmod +x Server-Linux-x86_64.sh Edited October 15, 2015 by bbahes Link to comment Share on other sites More sharing options...
rcocchiararo 0 Posted October 15, 2015 Author Share Posted October 15, 2015 As i said, permissions are FINE. If it lacks execute permission, you get "permission denied" when running it. I can run it with -v, and it displays the version. The problem comes when it has to extract itself. Link to comment Share on other sites More sharing options...
bbahes 29 Posted October 15, 2015 Share Posted October 15, 2015 Can you try and download file with wget? Alternatevly, may I suggest you to download ISO file with all installers and then mounting ISO file. It worked for me. Link to comment Share on other sites More sharing options...
Society 3 Posted October 15, 2015 Share Posted October 15, 2015 86 wget hxxp://download.eset.com/download/ra/v6/standalone-installers/server/Server-Linux-i386.sh 64 hxxp://download.eset.com/download/ra/v6/standalone-installers/server/Server-Linux-x86_64.sh ./"Server-Linux-i386.sh" or "Server-Linux-x86_64.sh" \ --skip-license \ --db-driver=MySQL \ --db-hostname=127.0.0.1 \ --db-port=3306 \ --db-admin-username=root \ --db-admin-password="password database" \ --server-root-password="password era server" \ --db-user-username=root \ --db-user-password="password database era" \ --cert-hostname="127.0.0.1;eras6" Link to comment Share on other sites More sharing options...
rcocchiararo 0 Posted October 15, 2015 Author Share Posted October 15, 2015 trying wget now. Am i wrong, or there is no ISO for the linux installers, only windows ? Link to comment Share on other sites More sharing options...
rcocchiararo 0 Posted October 15, 2015 Author Share Posted October 15, 2015 magical wget. It seems chrome or jdownloader in windows are not happy to download it. Link to comment Share on other sites More sharing options...
Society 3 Posted October 15, 2015 Share Posted October 15, 2015 not exist installers all in one for linux Link to comment Share on other sites More sharing options...
rcocchiararo 0 Posted October 15, 2015 Author Share Posted October 15, 2015 (edited) This is weird. If i copy the installers FROM my linux server to my windows machine, and then copy them back to the linux server (i am using winscp 5.7.5), the original error comes back. Ignoring that, now the installer is complaining about: Error: Admin connection not working. Unable to continue. Edited October 15, 2015 by rcocchiararo Link to comment Share on other sites More sharing options...
Society 3 Posted October 15, 2015 Share Posted October 15, 2015 do you install mysql xvfb cifs-utils unixodbc libmyodbc libodbc1 ? you set mysql and odbc driver ? Link to comment Share on other sites More sharing options...
rcocchiararo 0 Posted October 15, 2015 Author Share Posted October 15, 2015 I installed everything and also the ODBC was set after installing either it's package or the mysql-community-server. I am gonna try again in debian, the procedure is better laid out. Link to comment Share on other sites More sharing options...
bbahes 29 Posted October 16, 2015 Share Posted October 16, 2015 This is weird. If i copy the installers FROM my linux server to my windows machine, and then copy them back to the linux server (i am using winscp 5.7.5), the original error comes back. Ignoring that, now the installer is complaining about: Error: Admin connection not working. Unable to continue. Using binary mode? Link to comment Share on other sites More sharing options...
bbahes 29 Posted October 16, 2015 Share Posted October 16, 2015 not exist installers all in one for linux hxxp://www.eset.com/int/download/business/detail/family/257/ Select All-in-one ISO image from Select installer type drop down menu. Inside ISO: E:. ├───All-in-one Installers │ └───Windows └───Standalone Installers ├───Agent │ ├───Linux │ ├───Mac │ └───Windows ├───Migration Tool │ └───Windows ├───Mobile Device Connector │ ├───Linux │ └───Windows ├───Proxy │ ├───Linux │ └───Windows ├───Rogue Detection Sensor │ ├───Linux │ └───Windows ├───Server │ ├───Linux │ └───Windows ├───ThirdParty │ └───Windows │ ├───Apache HTTP Server with HTTP proxy │ ├───Apache Tomcat │ ├───SQL Server Express │ └───WinPcap └───WebConsole Link to comment Share on other sites More sharing options...
Society 3 Posted October 16, 2015 Share Posted October 16, 2015 not exist installers all in one for linux hxxp://www.eset.com/int/download/business/detail/family/257/ Select All-in-one ISO image from Select installer type drop down menu. Inside ISO: E:. ├───All-in-one Installers │ └───Windows └───Standalone Installers ├───Agent │ ├───Linux │ ├───Mac │ └───Windows ├───Migration Tool │ └───Windows ├───Mobile Device Connector │ ├───Linux │ └───Windows ├───Proxy │ ├───Linux │ └───Windows ├───Rogue Detection Sensor │ ├───Linux │ └───Windows ├───Server │ ├───Linux │ └───Windows ├───ThirdParty │ └───Windows │ ├───Apache HTTP Server with HTTP proxy │ ├───Apache Tomcat │ ├───SQL Server Express │ └───WinPcap └───WebConsole It has much unnecessary Package. Link to comment Share on other sites More sharing options...
rcocchiararo 0 Posted October 16, 2015 Author Share Posted October 16, 2015 This is weird. If i copy the installers FROM my linux server to my windows machine, and then copy them back to the linux server (i am using winscp 5.7.5), the original error comes back. Ignoring that, now the installer is complaining about: Error: Admin connection not working. Unable to continue. Using binary mode? Changing from auto to binary in the transfer mode made this happen: -bash: ./Server-Linux-x86_64.sh: /bin/sh^M: bad interpreter: No such file or directory For now, it is installing on debian, i might have to wget each installer on the linux server Link to comment Share on other sites More sharing options...
rcocchiararo 0 Posted October 16, 2015 Author Share Posted October 16, 2015 (edited) I installed all the components i needed (Server, webconsole, agent, rougue detection). My first issue now, is that i can't run the AD sincronizarion: There is a KB saying to write the username as DOMAN\user (it tells you to use THAT format, then also says to use all caps). If i do that, i get an error saying that "domainusername@domain" was not found in kerberos. If i just use the username, i get: Error loading data: Active directory browsing failed. Check input server parameters and AD availability.: Trace info: SearchLdap: 'ldapsearch' failed with 250 exit code, stderr: ldap_sasl_interactive_bind_s: Unknown authentication method (-6) additional info: SASL(-4): no mechanism available: No worthy mechs found Ok, just tried again following all the KB, except using only "username", and it worked. ps: i have another ERAS6 installation in a windows server, that was so much friendly Edited October 16, 2015 by rcocchiararo Link to comment Share on other sites More sharing options...
Recommended Posts