Questions tagged [suse]

SUSE is a commercial Linux distribution. OpenSUSE is the open-source variant. SUSE Linux Enterprise Server(SLES) is the enterprise variant.

SUSE Linux is a computer operating system. It is built on top of the open source Linux kernel and is distributed with system and application software from other open source projects. The first version appeared in early 1994, making SUSE one of the oldest existing commercial distributions. It is known for its YaST configuration tool.

Official Site: https://www.suse.com/

519 questions
2
votes
2 answers

How to make a chef recipe to be idempotent in chef for SUSE os

I've written a chef recipe for SUSE, to install a package, wherein it's installing it however it keeps running the enable command every time when the chef-client runs, even though there is no change in the configuration. recipe sample…
vinu
  • 113
  • 1
  • 6
2
votes
1 answer

FTP over TLS/SSL in Linux without installing external package?

We have a non-root account on a Linux server, so it can not install package we have to ftps to another machine in this server. If I try this : >ftp [machinName] after inserting username, it shows the following error: 534 policy requires ssl…
Saeed Aliakbari
  • 281
  • 4
  • 20
2
votes
2 answers

Is there an archive of older Linux kernels from the tumbleweed repo?

I need to narrow in on what kernel version a change was introduced in the tumbleweed kernels. Any kernels between 4.4 and 4.10 would be useful. Is there an archive of these kernels kept somewhere? I would prefer to avoid having to build from source…
BlooMeth
  • 101
  • 1
  • 8
2
votes
1 answer

zypper: command not found in SUSE linux

I was not aware that zypper is like yum for SUSE. I deleted that file from bin, now I am not able to install any application through it. I throws an error that sudo: zypper: command not found How do I install zypper back and make it work like as…
Nitesh kumar
  • 348
  • 2
  • 8
  • 25
2
votes
3 answers

How to make a pipe in PuTTY ssh?

I need help to make a pipe in PuTTY ssh conected to open suse. The problem is that i don't know how to put this character "|" (I press AltGr + 1) but don't work in PuTTY. The language of the keyboard is "Español (Argentina)". I change the keyboard…
JMira
  • 888
  • 4
  • 16
  • 34
2
votes
1 answer

How to make RPM not to overwrite files when installing new packages?

Engineer Engelbert, a fierce OpenSuSE 11-sp4 user, is in possession of two RPM packages with the same contents: rpm -qlp ~/onemy_ls_0.0.1_x86_64.rpm | tee…
ribamar
  • 1,435
  • 1
  • 16
  • 26
2
votes
1 answer

Can Docker be installed on SUSE 11 SP3

I have read Docker Quick Start at www.suse.com, however, the guideline only applies to SUSE 12 SP1. Does it have a way to install Docker on SUSE 11 SP3?
Matt Elson
  • 4,177
  • 8
  • 31
  • 46
2
votes
0 answers

"gdm -v" failed : failed to acquire org.gnome.DisplayManager

I am using SUSE Enterprise 11 SP3 and I want to check the version of gdm using: localhost:~ # gdm --version But I got an error: ** (gdm:5398): WARNING **: Failed to acquire org.gnome.DisplayManager ** (gdm:5398): WARNING **: Could not acquire…
lee
  • 121
  • 1
  • 11
2
votes
1 answer

SLES crash dump

I would like to test whether my server creating a crash dump upon a OS crash. I can see the /etc/sysconfig/kdump config file is configured. So I issued the command to kernel panic echo c > /proc/sysrq-trigger so it crashed the server but it never…
MBoy
  • 23
  • 5
2
votes
1 answer

sshd prints environment variables at start of every ssh session

I have a server that prints several environment variables after every ssh login, and I need to disable that printing. E.g. server2:~ # ssh root@server1 This is the banner. It resides in /etc/banner Password: Environment: USER=root …
Rusty Lemur
  • 1,697
  • 1
  • 21
  • 54
2
votes
1 answer

Glassfish v2 can't find all ciphersuites

I have 2 seemingly identical glassfish installations (installed using the same installer, same OS - SLES 11 SP2 - with the same installed packages and updates, same JRE/ JDK, same web applications deployed in the same way, similar keystores -…
2
votes
1 answer

How should I proceed with upgrading to TLS 1.2?

EDIT: We have gotten a new server with updated openssl and are all set, so I'm voting to close this question. We got this email from Authorize.NET about some technical updates. I am trying to figure out what needs to be done, but my skills are…
AllisonC
  • 2,973
  • 4
  • 29
  • 46
2
votes
1 answer

How to fix mono using 100% CPU?

I've got a problem where I'm running a background process using mono 3.0.3 on a SLES box, and while using top I discovered that it's using 100% CPU. I searched and have tried the following possible solutions: 1) Setting the MONO_THREADS_PER_CPU…
Tino
  • 304
  • 4
  • 14
2
votes
1 answer

Unable to install pip on suse

Pretty new to linux/suse and python so excuse me if I cause some simple questions. I've search through stackoverflow and haven't gotten a result for my question. I'm running on Windows with a Virtual machine using SUSE. I'm trying to install…
watchingdogs
  • 531
  • 1
  • 7
  • 12
2
votes
1 answer

Linux jobs command - how to see the full path of the running process

I am using Linux SUSE 11 and running a lot of jobs. The path of each job is very long , for example: cmd>/user/data/some/very/very/very/long/path/to/my/command/run_me param0 param1 param2 When I am running a lot of these commands I want to know…
Leonid
  • 57
  • 2
  • 6