Syslog-NG Premium Edition installation on SuSE Linux Enterprise Server 10
Hello, I´m having trouble installing the Syslog-NG Premium Edition on SLES 10. I´m installing the RPM package 3.04 x86 for OpenSuSE 10.1. The RPM installes just fine, but I´m not able to run the .run installer. The installation of the rpm package is completely unattended. How can I start the .run installer? Thanks! Best Regards, René Heinze ________________________________ Besuchen Sie die Bundesdruckerei auf der CeBIT 2010 vom 2.-6.3.2010, Halle 9, Stand D80 Visit Bundesdruckerei at CeBIT, exhibition centre, hall 9 / stand D80 weitere Informationen unter: http://www.bundesdruckerei.de/de/unternehmen/untern_cebit2010/index.html find more information here http://www.bundesdruckerei.de/en/company/comp_cebit2010/index.html
On Mon, 2010-02-15 at 16:38 +0100, Heinze, René wrote:
Hello,
I´m having trouble installing the Syslog-NG Premium Edition on SLES 10. I´m installing the RPM package 3.04 x86 for OpenSuSE 10.1. The RPM installes just fine, but I´m not able to run the .run installer. The installation of the rpm package is completely unattended. How can I start the .run installer?
That's right, the rpm package is not interactive. You can start the .run installer by removing the .rpm package first and starting the .run file as a command: # ./syslog-ng-premium-edition-3.0.4-linux-i386.run -- Bazsi
On Mon, Feb 15, 2010 at 05:05:21PM +0100, Balazs Scheidler wrote:
On Mon, 2010-02-15 at 16:38 +0100, Heinze, René wrote:
Hello,
I´m having trouble installing the Syslog-NG Premium Edition on SLES 10. I´m installing the RPM package 3.04 x86 for OpenSuSE 10.1. The RPM installes just fine, but I´m not able to run the .run installer. The installation of the rpm package is completely unattended. How can I start the .run installer?
That's right, the rpm package is not interactive. You can start the .run installer by removing the .rpm package first and starting the .run file as a command:
# ./syslog-ng-premium-edition-3.0.4-linux-i386.run Please make sure, that the .run file has the executable attribute set before you attempt to run it:
# chmod +x syslog-ng-premium-edition-3.0.4-linux-i386.run # ./syslog-ng-premium-edition-3.0.4-linux-i386.run or force the shell to execute it: # sh syslog-ng-premium-edition-3.0.4-linux-i386.run -- Pal Tamas/Folti folti@balabit.hu
participants (3)
-
Balazs Scheidler
-
Heinze, René
-
Pal Tamas