Questions tagged [sles]

SuSE Linux Enterprise Server is the "professional" SuSE distribution. To get support and patches from the manufacturer (now Attachmate, previously Novell) you have to purchase a license.

  • SLES 9 SP4: Has EoLed in August 2010
  • SLES 10 SP4: Has XEN 3.2 built in (Dom0-Support)
  • SLES 11 SP2: Has XEN 4.1 built in, ha-stack has to be licensed separately, KVM also supported
313 questions
1
vote
1 answer

How to install SSL certificate to system-wide trust on SUSE

I know this qualifies as one of the most asked questions in SF (and also possibly in SO), but (this time) I've done my homework: I've read and tried this and this without any luck. So, I have my shiny new base-64 (cer) certificate singed by my…
dorphalsig
  • 131
  • 4
1
vote
0 answers

Why do I see many "kernel: vif ...: Guest Rx stalled" / "Guest Rx ready" messages?

Since upgrading a Xen host that also is a node in a pacemaker cluster from SLES15 SP2 to SLES15 SP3, I see these messages roughly every 30 seconds, and I wonder: What are these messages telling me? No traffic? What causes these messages? A change…
U. Windl
  • 366
  • 3
  • 17
1
vote
1 answer

How to install packages from command line on Suse

What is the Suse version of apt-get or yum? Or how do I get one of them installed in order to install software packages from the command line? A fairly intense session of googling suggests that it may be yast or yast2, but no sensible HOWTO of…
Bazer Con
  • 21
  • 1
  • 2
1
vote
1 answer

GCP Suse Enterprise LInux 15, no default package repository

I created a suse linux enterprise 15 vm in GCP. When I try to install anything it gives the following error. I searched a lot but couldn't find default package repo for suse. test-suse:/etc/zypp/repos.d # zypper refresh --services There are no…
bitkot
  • 131
  • 5
1
vote
2 answers

Auto select solution for zypper

I need to automate package installation with zypper that requires selecting a solution. How can this be done in non-interactive mode? # zypper in /tmp/repos-sles15-sp2-current.x86_64.rpm Loading repository data... Reading installed…
Dziki_Jam
  • 47
  • 8
1
vote
0 answers

RPM --queryformat FILEMD5S checksum is different than md5sum of machine

The RPM man page says: The FILEMD5S Tag The FILEMD5S tag is used to display the MD5 checksum for each of the files that comprise the package. Array: Yes (Size: One entry per filemd5s) Used with modifiers: N/A But when run with, it gives a…
1
vote
1 answer

SUSE SLES Licensing in GCP after migration from AWS

I migrated an SLES image from AWS to GCP following this Guide. Recently I realized that the repositories aren't working due to the fact that the machine is not properly registered to SMT. Since I don't have a respective license because source image…
1
vote
1 answer

stdout does not display `rpm -qa` output without redirect

On a SLES 12 virtual machine the command rpm -qa does not return anything to stdout. ~> rpm -qa ~> The command finishes after 1 or 2 seconds, so it clearly generates some data. Only when the output is redirected to a file or through a pipe it…
TheCooocy
  • 141
  • 6
1
vote
1 answer

Connection refused on remote (sles) server port, even though inside that server port shows as open

When trying to connect to port 7077 to a spark cluster via pyspark in Python, I get Connection refused Error. Running nmap server_ip from my local machine (Ubuntu 20.04) shows 4 open ports (80, 8080, 22, 9000) Running nc -zv server_ip 7077 gives the…
Snow
  • 111
  • 4
1
vote
0 answers

rsyslogd does not write all messages to file

Rsyslogd is configured to send remote logs to another port on the same server (network monitoring tool) and also write them to file and network monitoring tool gets more message than there are in file. I can see some remote logs in tcpdump on port…
1
vote
1 answer

rpm package 'libatomic1' is not installed

I am in middle of installation of HANA Express addition on SUSE Linux server (sles-12-sp3) but when I tried to install the HANA I am getting an issue i.e "rpm package 'libatomic1' is not installed". I am not aware how to install this required…
user570402
  • 11
  • 1
  • 2
0
votes
1 answer

What folder should be the home of the web root owner?

I'm setting up a SLES 12 system for running web applications on it. There is already a /srv/www folder and it's going to be owned by a special user (let's say: web user). Is there a good practice / standard in Linux (and maybe specially in Suse…
automatix
  • 702
  • 3
  • 7
  • 20
0
votes
1 answer

add_principal: DN is out of the realm subtree while creating "principal@REALM.COM"

I'm trying to create a principal linked to an ldap object according to the MIT documentation. This is my ldap structure:LDAP STRUCTURE Once I've created the UID object in the Ldap ou=people,dc=domain,dc=com, (cn=nano,dc=people,dc=domain,dc=com),…
DRI
  • 23
  • 5
0
votes
1 answer

OpenLDAP ACL's in SUSE, Kerberos configuration

I'm implementing Kerberos with OpenLDAP manually and according to the MIT Documentation, I've to set manually this ACL: access to dn.base="" by * read access to dn.base="cn=Subschema" by * read # Provide access to the realm…
DG DM
  • 35
  • 5
0
votes
1 answer

Which Add on Produts to Choose for SLES 15 Upgrade?

I just have a plain SLES 12 VM that has been upgraded from SLES 11. I want to upgrade it to SLES 15 and I don't have any of the new modules like HPC, SAP, etc. Just plain SLES. How can I tell which add on products I need to choose during the…