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

Some users in git prevent other users to push commits to the remote using git with SSH

We are using git for source code management and own a SLES server which we use as a remote for our git repositories. We access git with SSH, using the real user names, not the single git user alternative, which would authenticate through the…
0
votes
1 answer

How to install SELinux on SLES 15-SP1?

How do I install SELinux on SLES 15-SP1? I havee tried using YaST2, following these steps: Log in to your server as root and start YaST. Select Software › Software Management Select View › Patterns and select the entire C/C++ Development category…
Keith
  • 51
  • 2
  • 9
0
votes
2 answers

Giving error saying "unsupported graph driver: btrfs" in SLES when try to Kubeadm init

I try to install Kuberneties cluster on SLES. But When I do Kubeadm init using below command it gives given error. Kubeadm init kubeadm init --pod-network-cidr=10.244.0.0/16 --kubernetes-version=1.15.3 Error error execution phase preflight:…
0
votes
0 answers

PHP: Fatal error: Call to undefined function openssl_pkcs12_read()

I'm using PHP to read encryted file using opensll. when doing openssl_pkcs12_read($storedfile, $certificateinfo, $passwd) in my script, error came out is : Fatal error: Call to undefined function openssl_pkcs12_read() I'm trying to install…
0
votes
1 answer

Missing prerequisite for emacs-x11 on SLES 15

I'm trying to install the emacs-x11 package on SLES 15 and getting the following error: nothing provides libm17n-core.so.0()(64bit) needed by emacs-x11-25.3-3.3.18.x86_64 Has anyone else encountered this error, and more importantly know how to…
Geoff Alexander
  • 419
  • 5
  • 13
0
votes
1 answer

SLES 12.2 VNC can not access desktop

I am a total newbie in SLES and VNC. I installed fresh 12.2, then started a vncserver vncserver -geometry 1920x1080 :2. But the vnc does not have access to the desktop. All folders and files are missing on the desktop. And when I right click at the…
0
votes
1 answer

PDO_OCI in php script not working in cronjob (crontab), but works when executed by user directly

A php 5.5.14 script that connects to a database in order to retrieve data and send it to a webservice works fine when executed in the console, but doesn't work in the cronjob (crontab). When the cronjob executes the script, the database connection…
Pankor
  • 13
  • 4
0
votes
0 answers

sudo: USER variable not set to effective user on RHEL 7.5 - why?

I am currently having a sudo problem and hope you can give me a hint where I have to look for... Where do I have to configure sudo on RHEL 7.5 that USER variable is set to effective user? Currently I am searching where the difference between sudo…
Enkidu
  • 149
  • 1
  • 1
  • 9
0
votes
1 answer

Can't install pandas on SLES 12 SP1

I'm trying to install pandas on my python3 installation. Version is 3.4.6, which seems to be the most up to date for this OS. I installed python with: zypper in python3 I run the command: pip3 install pandas It gives me back a log, here is the part…
JumBê
  • 29
  • 7
0
votes
2 answers

Error installing python package with pip (TLSV1_ALERT_PROTOCOL_VERSION)

I'm on Suse Linux Enterprise 11 SP4 and I'm trying to install a python package using pip but it's failing with the following error: Env: $ python --version Python 3.6.6 $ pip --version pip 10.0.1 from…
cetinajero
  • 177
  • 1
  • 2
  • 12
0
votes
1 answer

locale command failing on sles12 docker

I am trying to set up a component as Docker. The component checks if locale is set up correctly otherwise the component installation fails. In my case locale is throwing below error while building docker on Sles 12 locale: Cannot set LC_CTYPE to…
asolanki
  • 1,333
  • 11
  • 18
0
votes
1 answer

Is there a possibility to install Ruby with all deps like zlib without active internet access?

the question seems to be weird, but it's a part of long story to install Fluentd on sles11 sp4, actually. I've seen success story of Fluentd on sles11 sp3 here, by…
tkrishtop
  • 734
  • 1
  • 8
  • 18
0
votes
1 answer

Opensuse issues with some hypervisor

I'm trying a particular software in a VM on VBox and VMWare Player with SLES and Opensuse Leap, everything works fine. The same setup on VMWare ESXi and ProxMox is unstable. The software consists in many services. Some of these services simply don't…
0
votes
0 answers

Establishing communication between Host and Docker Containers

Suppose I have a host machine with SuSE Sles 11 Linux OS and on top of it I have a virtual machine with SuSE Sles12 OS in which I have docker installed. As we know the minimum requirement for docker to be installed is that it needs SuSE sles12, so…
0
votes
1 answer

Bash script using rc.status executing twice on newer SLES

I have the strange phenomenon that a long-standing admin script started running more or less twice when we moved from SLES 11 to SLES 12 (SuSE Enterprise Linux). I could track this down to being related to /etc/rc.status with a minimal example…
zb226
  • 9,586
  • 6
  • 49
  • 79