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
10
votes
4 answers

Is it posssible to add default repository/repositories to SLES when the original repository is unavailable?

I've got a SLES server installed by someone who is not available. I've checked /etc/zypp/repos.d , there is a repo file SUSE-Linux-Enterprise-Server-11-SP4 11.4.4-1.109.repo It's content is: [SUSE-Linux-Enterprise-Server-11-SP4…
quantummind
  • 2,086
  • 1
  • 14
  • 20
8
votes
1 answer

openSUSE zypper error - Valid metadata not found at specified URL, Repository type can't be determined

I have an RPM repository running on JFrog Artifactory. It's being used by CentOS and RHEL hosts, and I would also like to use it with my openSUSE hosts. This documentation from JFrog does not explicitly say that only yum clients are supported, and…
Lester
  • 1,411
  • 1
  • 12
  • 30
7
votes
2 answers

Docker + SLES15 : Unable to access files inside docker container : ls: cannot access '': Operation not permitted

I am new to docker and trying to create docker file from SLES 15 base image: FROM LABEL
Mangesh Patil
  • 109
  • 2
  • 8
6
votes
1 answer

How can I install and run Docker CE on OpenSUSE Linux?

Since the "new" Docker release where CE and EE diverged from the single unified Docker, Docker doesn't officialy support or provide installation instructions for using CE on OpenSUSE, SLES or Redhat, those distros are EE-only. I find this to be a…
wyqydsyq
  • 1,992
  • 1
  • 20
  • 28
6
votes
4 answers

Stop systemd from killing user slices on reboot

My solution (so far) was to comment pam_systemd.so from common-session. Everything runs in the system.slice with no control groups. I am not sure of the impact of that yet but at least things run, stay running, and get shutdown cleanly. Our software…
Cade Robinson
  • 61
  • 1
  • 3
6
votes
1 answer

Get systemd's default limits

is there a way to find out the default values of the parameter which are set in the /etc/systemd/system.conf file? The manual page of systemd-system.conf just says: When run as system instance systemd reads the configuration file system.conf,…
Daniel
  • 753
  • 9
  • 15
5
votes
1 answer

SLES 12: Setting default group for new users via /etc/login.defs option USERGROUPS_ENAB not working?

I'm setting up a new SLES 12 server and want to set the default group for new users so that this is not named users but rather (p.ex. user foo would be assigned to the group foo). I found that the option USERGROUPS_ENAB in /etc/login.defs…
tschlein
  • 662
  • 1
  • 8
  • 26
5
votes
0 answers

How to create chroot environment in sles 12?

I am trying to create a chroot environment in sles 12. Is there any tool available which can automate the task for me, like we have mock for Fedora? TIA
Pensu
  • 3,263
  • 10
  • 46
  • 71
5
votes
3 answers

How to enable SSH on SLES 12?

I am trying to enable ssh connection to suse linux. I have sshd service running: peeyush@linux-pohb:~/gccgo.work> systemctl status sshd.service sshd.service - OpenSSH Daemon Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled) …
Pensu
  • 3,263
  • 10
  • 46
  • 71
4
votes
2 answers

sqlcmd running into unicode conversion issues on SLES12SP5

I have a SLES12-SP5 docker container running and I followed the instructions here : https://learn.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-ver15#suse17 to install…
Pranav Raj
  • 781
  • 1
  • 8
  • 19
4
votes
1 answer

Python3 cx-Oracle Oracle Client library cannot be loaded: "libclntsh.so" on Linux

I have found similar questions by searching. However, the previous solutions seem to be centered around Windows and not Linux. 1) Python version: Python 3.4.6 2) OS version: Linux SLES 12.3 3) Oracle DB Version: 11.2 4) Oracle Client: 64-bit 11.2…
Majisto
  • 93
  • 1
  • 2
  • 6
4
votes
1 answer

Failed build openssl 1.0.2p on SLES 12-SP2 x86_64

Tried to build openssl 1.0.2p on SLES 12-SP2 x86_64 and it failed I ran the following commands as standard user: cd /usr/src/openssl-1.0.2p ./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl shared zlib make Excerpt from the…
TonyI
  • 145
  • 1
  • 9
3
votes
2 answers

Kerberos - AES-256 Keytab does not work

Our AD Team is going to disable RC4-HMAC so I have to change our JBoss-applications to AES. I added the aes types to krb5.conf and created new keytabs but that seems to not work. Tests besides the application with kinit show the same results. There…
Spezieh
  • 154
  • 1
  • 2
  • 8
3
votes
0 answers

"systemctl stop" does not stop service

This is in SLES 12 I tried searching for this and did not see any other questions about it. When trying to stop the mongodb service, I type: sudo systemctl stop mongod.service This on its own does not return any errors, it runs just fine, but then…
Sebi
  • 31
  • 3
2
votes
2 answers

Will GeoServer run over Tomcat 10.x?

We're attempting to migrate our web application from Java 8 to Java 11, and Tomcat 9 to Tomcat 10, however we found out that we need to refactor the code to change javax.* entries by jakarta.* entries. The question is, will the most recent version…
PabloC
  • 41
  • 3
1
2 3
10 11