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
-1
votes
1 answer

Which package in sles15 provides necessary infrastructure for basic TCP/ip based networking?

I need to know suse package which provides the necessary infrastructure for basic TCP/IP based networking. In particular, it supplies common name-to-number mappings in /etc/services, /etc/rpc, /etc/protocols and /etc/ethertypes I.e. suse package…
Sanchu
  • 35
  • 1
  • 5
-1
votes
1 answer

ansible playbook to run cmd 'sudo rootsh' with password

I need to run cmd on sles12 sp5 server using cmd - "sudo rootsh" on remote node using ansible playbook. This prompts for root pwd. How to pass the password during ansible playbook execution time? i tried the following playbook but it errors timeout…
-1
votes
2 answers

unreasonable netperf benchmark results

I used netperf benchmark with the next commands: server side: netserver -4 -v -d -N -p client side: netperf -H -p -l 60 -T 1,1 -t TCP_RR And I received the results: MIGRATED TCP REQUEST/RESPONSE TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to…
user1994587
  • 69
  • 2
  • 2
  • 7
-1
votes
1 answer

Source of OpenJDK 11 (incl. bug/security fixed versions)

SUSE Linux Enterprise Server 15 contains OpenJDK 11. Is that the OpenJDK published by Oracle from https://openjdk.java.net/ or AdoptJDK or which one? What is the source for bug and security fixed versions for that OpenJDK 11 in SLES…
Toru
  • 905
  • 1
  • 9
  • 28
-1
votes
1 answer

How to boot existing SLES 11 SP4 with SLES 12 SP5 ISO using grub

We have SMT server in our environment that is running on SLES 11 SP4 and currently hosted on Azure. Now the support for SLES 11 SP4 has ended and so we need to upgrade to SLES 12 SP5 latest service pack. The issue is that there is no way to attach…
isilia
  • 379
  • 1
  • 11
-1
votes
1 answer

expect: couldn't execute "/usr/bin/zypper patch": no such file or directory

I wrote an expect script vi /foo/force-zypper-patch.exp cat /foo/force-zypper-patch.exp #!/usr/bin/expect set timeout 300 spawn "/usr/bin/zypper patch" expect "Continue? [y/n/...? shows all options] (y): " { send "y\r" } interact but even though I…
pintereric
  • 13
  • 2
-1
votes
2 answers

Run a script on ONLY first root login in SLES 12

I am trying to setup my SLES 12 system to run a script on ONLY the first root login into the SLES 12 system. After that, root will never run the script again. Also, I don't want any non-root users to run this script. Anyone have any ideas on how I…
jberthia
  • 111
  • 7
-1
votes
1 answer

SLES - Gnome - Change desktop background using a script

I want to change the desktop background using a script on SLES using GNOME. I just want to set a specific color as the background, no need to use any image or something. I tried using "gsettings" but the command is not available in my SLES (quite…
Panos
  • 7,227
  • 13
  • 60
  • 95
-2
votes
1 answer

How to modify the IP for a docker container?

I'm new to docker. And currently faced one problem -- I've downloaded a sles11sp4 image from dockerhub -- https://hub.docker.com/r/darksheer/sles11sp4 And when I run it -- docker run -i -t darksheer/sles11sp4 /bin/bash -- I found there's a IP and…
EisenWang
  • 189
  • 1
  • 10
-2
votes
2 answers

SUSE 12 service cleanup

I am using a SLES 12 VM where I have installed a service called as besclient using an RPM. When I uninstall the agent and remove the files the status of the service still shows ac active. I checked and found these 2 files still…
codec
  • 7,978
  • 26
  • 71
  • 127
-2
votes
1 answer

HTTP Error 500 when i access the website

I am hosting website www.cdnl.info and when I try to access it and I get the HTTP Error 500. What could be the problem and how can I solve it? It happened after I tried to make a copy of the website folder. The server is environment is SLES 10.3
-3
votes
1 answer

grub file updation failed in sles12

working on SLES12SP3 kdump configuration hosted on MICROSOFT-AZURE. Trying to start the kdump service but grub file is not getting updated with crash kernel parameter in /etc/default/grub crashkernel=384M. ERROR: Starting Load kdump kernel and…
1 2 3
10
11