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

Suse Linux docker file

I have a suse linux 12 ec2 instance. I have activated a image sles11sp3-docker-image using sledocker. In the Dockerfile when I try to install ibm java 1.6 using RUN zypper in java-1_6_0-ibm, I get following error . Refreshing service…
boredmgr
  • 272
  • 1
  • 7
  • 20
0
votes
1 answer

Signing RPM on SLES builds

I have been trying to enable signing my SLES build RPMs and I get this error: 04:30:12 + xargs rpm --resign 04:30:12 error: You must set "%_gpg_name" in your macro file 04:30:12 Pass phrase check failed 04:30:13 Build step 'Execute shell' marked…
dawn
  • 1
  • 1
0
votes
1 answer

pure-ftpd not visible in yast FTP service

I am using SLES 12, and under the yast-> Network Services-> FTP Server-> Selected Service I have two options: (x)vsftpd ( )pure-ftpd Both are not editable, so I have installed pure-ftpd from sources. But even installation of pure-ftpd I am…
meso_2600
  • 1,940
  • 5
  • 25
  • 50
0
votes
1 answer

Error while installing puppet-agent on SLES 11

I'm evaluating Puppet Enterprise 2015.2, didn't have any problem until I've tried to install the agent on a SLES 11 box. I've followed the procedure above: 1 - Added class pe_repo::platform::sles_11_x86_64 to PE Master group on PE Console 2 -…
Bernardo Vale
  • 3,224
  • 4
  • 21
  • 34
0
votes
1 answer

ChefServer - Server returned error 502

I'm facing a problem during the Chef server configuration. When I install Chef server for the first time, everything goes well. Now, since I need to do some tests, when I uninstall Chef server and I try to install it again and add a new user, this…
Ramzendo
  • 576
  • 1
  • 5
  • 16
0
votes
2 answers

Why is the 'mv' command not working when moving a file up multiple levels

Operating system: SLES12 VM So I start off in a directory: DirA: /home/user/testA/testB My goal is to move a file from this directory to a directory given by DirB_rel: /home/user/testA/testB/../../deliverables/rpm/SOURCE Note: testA is a symlink…
mgibson
  • 6,103
  • 4
  • 34
  • 49
0
votes
1 answer

libuuid1-devel package is missing for SLES 12 on Power8

I am trying to build my application on a SLES 12 on Power8 server (ppc64le). My application uses libuuid to generate unique identifiers, and my build fails because the libuuid libraries and include files are missing. I searched for the devel…
tzippi
  • 31
  • 4
0
votes
0 answers

Unable to install YUM in SLES-12-0

When I am trying to install using Zypper,I am getting this error: zypper install yum Loading repository data... Reading installed packages... 'yum' not found in package names. Trying capabilities. No provider of 'yum' found. Resolving package…
MikasaAckerman
  • 531
  • 5
  • 17
0
votes
1 answer

Sles10 zypper can not add repository

I would like to add a new local repository of SLES 10 SP4 on my System. But zypper gives Problems. Here is what I tried so far, #zypper ar /some/local/dir local {I have copied all the SLES10 RPMs inside this dir} Unknown command 'ar'. zypper sa…
Sachin H
  • 37
  • 6
0
votes
0 answers

apache2 ssl not working

Evening, I have SLES 12 installed with Apache2 running. All modules I need are installed but can't seem to get ssl working. Firewall is turned off since the webserver is behind a Citrix NetScaler. Port 80 is working fine and it also seems that…
Cris Kolkman
  • 165
  • 2
  • 10
0
votes
1 answer

RSYSLOG custom config for log filtering

I trying to filter out audispd log from /var/log/messages, audispd by defaults sending it log using "user.info" My current situation is that /etc/rsyslog.conf is shared within a few set of machine in the network so most of the custom configuration…
skelator
  • 13
  • 4
0
votes
0 answers

Insert into SQL server from DB2 Select schedule program

I have to insert some data in some SQL Server tables from a select in a DB2 system. It may need some mapping in between select-insert tables as well. The task will have to run frecuently on a linux server (SLES). At the moment there aren't any…
Watchmaker
  • 4,908
  • 1
  • 37
  • 38
0
votes
1 answer

How to install svn in sles 12?

I am trying to install svn in suse linux. I followed this guide http://software.opensuse.org/download.html?project=devel:tools:scm:svn&package=subversion I have added the repo, but still I am not able to find the package. linux-pohb:~ # zypper…
Pensu
  • 3,263
  • 10
  • 46
  • 71
0
votes
1 answer

Strange issue with date and time in php on linux

i've search a lot but i could not find an answer to this problem. I've set correctly the timezone on the server and for php. As i use "date" commmand on the server it gives me the right answer. But if i use this PHP script:
El Probes
  • 3
  • 1
  • 2
-1
votes
1 answer

Issue on SLES with Veeam Backup

Customer received following error when he start veeam backup: Failed to execute agent management command start Backup. [...] Failed to detect bootloader on /dev/sda System has been update from SLES 12 to SLES 15. I've seen in log that this error…
1 2 3
10
11