Questions tagged [sles]

SLES stands for SUSE Linux Enterprise Server

SLES is a Linux-based operating system developed by SUSE. It is designed for servers, mainframes, and workstations; SUSE (SUU-zah) is a German-based, multinational, open-source software company that develops and sells Linux products to business customers.

162 questions
0
votes
1 answer

How to install logstash on Suse

I am trying to install logstash on SLES . Here are the version details SUSE Linux Enterprise Server 12 (x86_64) VERSION = 12 PATCHLEVEL = 2 # This file is deprecated and will be removed in a future service pack or release. # Please check…
codec
  • 7,978
  • 26
  • 71
  • 127
0
votes
1 answer

xrdp is not connecting to SLES11 SP4

I have a SLES11 SP4 machine available with me. I have installed xrdp using zypper. The command I used to install was zypper in xrdp and followed on-console messages. xrdp installed successfully. But when I tried to connect from Windows 7 machine it…
Jaydeep Ranipa
  • 421
  • 5
  • 16
0
votes
0 answers

Can't build NRPE on SLES 11 with SSL support

I face issues with NRPE installation on SLES 11 SP3. I cant build NRPE on SLES. When i try to run the installation with ./configure it setup starts however it fails with following error: checking for SSL libraries... configure: error: Cannot find…
Fil
  • 11
  • 3
0
votes
1 answer

How to loop through the names of installed packages in SLES

I want to port my installed packages on a SLES SP1 System to another SLES System without an internet connection. So I got the idea to use rpmrebuild packagename to pack all installed packages back into rpms and then copy those to the other…
Gring
  • 318
  • 3
  • 19
0
votes
0 answers

Install4j service not started on machine reboot for Suse Enterprise Linux

We have created an application using Install4j. This application has a service, created by using "Install a Service" action, with "auto start" attribute set.(The application launcher is a "Service" type with unix option "Auto-start service for Linux…
0
votes
2 answers

How to Set Up Multiple Installations of Python on SLES

I am working on a Python project at work and I have been testing on my local machine. I now have to test a section of code which sends emails, but I cannot do this from my laptop because of the Firewall. So, I have to copy it over to one of the dev…
0
votes
1 answer

syslog-ng 2.09 threaded() syntax

Sles 11 SP 4 syslog-ng-2.0.9-27.34.39.2 - does threaded() even work on this version? I'm trying to enable multithreading but running into a syntax error when adding the threaded() into the options {} stanza .. Line 16 is the threaded() .. I've tried…
Sean
  • 1
  • 1
0
votes
1 answer

How to autocomplete the options for a command in SLES 12?

I have a service, say xyz. As of now, I can start, stop or restart that service using the command rcxyz start, rcxyz stop and rcxyz restart respectively. It is working fine. All that I want to do is, if I type rcxyz and press , I would like to…
0
votes
1 answer

RPM installation succeeds but rpm -q fails

I'm trying install some packages on a SLES12.2 VM. The command I use is rpm -ivh --nodeps package_rpm_name It looks like the rpm is installed since rpm -qa | grep package_name returns the package name but when I try to check it using rpm -q…
nivoS
  • 1
0
votes
1 answer

Vagrant undoes changes when provisioning a custom base box

Problem: After packaging a base OS with some customizations into a .box file I add the box (vagrant box add ...). I then vagrant init mybox and vagrant up. When vagrant up runs, it undoes the customizations I made to the base Virtualbox VM. …
Chad
  • 714
  • 2
  • 9
  • 26
0
votes
0 answers

Unable to execute /sbin/ip addr del on remote machine

I am trying to understand the kind of elevated permission that would be required for executing the /sbin/ip command on a linux server. I have basic understanding and I am able to make it work partially. But looking for suggestion on what could be…
vinnar
  • 15
  • 2
  • 8
0
votes
1 answer

Migration C programs from an old OS version to new

Our application (a bunch of PHP scripts and C programs) currently runs on a 64-bit Suse Linux Enterprise Server 10 (yeah, very old) on a physical machine. We are planning to migrate everything to VMware virtual machine that will be running the…
Sreeraj
  • 137
  • 7
0
votes
0 answers

R installation file for SLES 11 SP 3

I am trying to get R installed on a SLES 11 SP3 machine, unfortunately I cannot upgrade to newer versions of SLES and I cannot make use of yast or zipper. So I have been looking for the installation file of R that was available when SLES 11 SP3 was…
jest west
  • 3
  • 1
0
votes
1 answer

2 different versions of PHP on SLES11

I am currently working on a SLES11 system with installed apache webserver to host a WordPress website. To integrate a LDAP authentication Plug-In in WordPress, the CMS needs the php curl module. I was wondering that the Plug-In told me, that this…
Andy
  • 1
0
votes
1 answer

Chef client for SLES 11 on PowerPC

I'd like to install chef client in a SLES 11 with IBM Power hardware, does anybody knows if there is any way to install chef client for that distribution and hardware type ? I've been told to use the RHEL packages but I haven't found any for…