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 intstall podman on SLES 12

I tried to install podman on SLES 12 straightforwardly, but it looks like the package is missing. dmitry@sles12:~> sudo zypper in podman Refreshing service 'Advanced_Systems_Management_Module_x86_64'. Refreshing service…
0
votes
1 answer

libusb-1.0.so.0 for SLES 11

I would like to know if any of you can help me with the following problem. I need to install the libusb-1.0.so.0 library on suse linux enterprise server 32 bits. I need the library because it is require by SANE software. The operating system has…
shaka
  • 1
0
votes
1 answer

Installation of Docker on Suse Linux SLE 15 SP1

I am wondering how should I install Docker on SUSE Linux. I've tried two solutions but neither one works. It gets frustrated a little bit. The first one is direct install with zypper (provided by SUSE). admin@machine:~> sudo zypper install…
Dragos Roban
  • 479
  • 2
  • 11
  • 20
0
votes
1 answer

SLES12 vim - background changes scrolling + copy paste issues

I am using gnome-terminal with SLES12 and I encounter an issue where I am scrolling down during showing file in vim, the background color is changing. Using some exploration during the internet I got the following solution : if &term =~ '256color' …
0
votes
1 answer

Unable to install rpm package using ansible zypper command

Issue: Unable to install rpm package using ansible zypper command Code: --- - name: Upgrade package to latest version on all OS VMs hosts: all_OS tasks: - name: Copy 11 rpm file to server copy: src:…
unknown
  • 5
  • 5
0
votes
1 answer

Sudoers.d file is not picking up in SLES SP5

I was working with some Linux service file and in one scenario I need to invoke systemctl command as a different user say sar user. So I have wrote one sudoers file(/etc/sudoers.d) and added the following code %sar ALL=NOPASSWD:/usr/sbin/dmidecode…
abin peter
  • 545
  • 1
  • 7
  • 18
0
votes
1 answer

pageup and pagedown does not work in vim using konsole

I have just recently moved to SLES12 from SLES11 Using vim in SLES11 pageup and page down worked perfectly while SLES12 it is not. (in gvim - it does work) I am trying several solutions written in others threads like without success :( map…
0
votes
0 answers

I want to use OpenSUSE repositories in SLES 15 SP2

I have no remote access to my RMT zypper repositories from a machine installed in another location, but I want to add zypper repositories to install software using zypper. Is there an OpenSUSE zypper repository I can use to install software in SLES…
activedecay
  • 10,129
  • 5
  • 47
  • 71
0
votes
1 answer

Ansible using delegate_to with different ansible_ssh_common_args

I'm trying to make a run from my ansible master to a host (lets call it hostclient) which requires performing something into another host (let's call it susemanagerhost :) ). hostclient needs ansible_ssh_common_args with proxycommand fullfilled,…
Flechoide
  • 75
  • 3
  • 10
0
votes
1 answer

Return code 8 while launching gnome terminal

I am using SLES 15 OS. Gnome terminal version is - GNOME Terminal 3.26.2 Using VTE version 0.50.2 +GNUTLS When i am trying to launch the terminal i am getting below error. Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0:…
Apurva
  • 19
  • 5
0
votes
1 answer

Installing Postgresql 12.2 on SUSE Linux Enterprise Server 11 Patch 3 with --without-readline AND --without-zlib

I'm trying to install Postgresql 12.2 at SUSE Linux Enterprise Server 11 Patch 3. I run ./configure until there is some message Use --without-readline to disable readline support After that, I run ./configure --without-readline, until there's a…
0
votes
2 answers

I'm trying to get results returned from bash for each line returned to console from an aws cli call. Please advise

I'm trying to collect all the Instances in an AWS region (describe-instances) and then grep certain lines out of the specific AMI's (describe-images) for each instance found with the first command. I don't want to dump it to a file first. for AMI…
0
votes
0 answers

.xpm files not loading

I have ported a 32-bit Motif application (from SLES 10 SP1) to 64-bit SLES 12 SP3. Because of proprietary libraries (XRT) I have been forced to compile on a 32-bit platform (SLES 11 SP3) and link Motif statically (XRT was already statically linked).…
FrodeTennebo
  • 531
  • 3
  • 13
0
votes
1 answer

Can´t connect with socket after upgrading from maraidab 10.2.29 -> 10.3.31 in SuSE SLES 12

Two weeks ago, SuSE updated the packages for their SuSE Linux Enterprise Server (SLES) for mariaDB from 10.2.29-3.22.1 to 10.2.31-3.25.1. This minor update broke the database connections on my SLES 12SP4 production server as well as on my SLES12SP5…
RobUM
  • 1
  • 1
0
votes
2 answers

'at' command on Suse SLES 11 does nothing, works perfectly on other (RHEL) server

When our users want to schedule a job using the at command it doesn't work on our SLES 11 server. If they do the exact same on our RedHat Enterprise Linux server it works perfectly. I've tested it on both servers with their account: at 11:50 ls -al…