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
-1
votes
0 answers

Object not found! Error 404 while setting up a codeigniter project in SLES 15 SP4

I am getting the following error while trying to setup a codeigniter project in SLES 15 SP4. . Can you please help. I have checked the solutions mentioned in CodeIgniter object not found only the index function works . But it is not working
-1
votes
1 answer

Why localhost is mapping to ipv6 ::1 and not to ipv4 127.0.0.1

I am developing an application in electronJS to run in Linux environment. It was working on old version of SLES15 SP4. When I upgraded the OS to SELES 15 SP5. I can see electron code is not able to call RES endpoint. Description about…
Rohit
  • 406
  • 1
  • 5
  • 21
-1
votes
1 answer

Which package in sles15 provides necessary infrastructure for basic TCP/ip based networking?

I need to know suse package which provides the necessary infrastructure for basic TCP/IP based networking. In particular, it supplies common name-to-number mappings in /etc/services, /etc/rpc, /etc/protocols and /etc/ethertypes I.e. suse package…
Sanchu
  • 35
  • 1
  • 5
-1
votes
3 answers

how to add 'postgres' - operating system user account? (Installation by source - suse 15.3/ postgres 15.2)

I'm on my way installing postgres 15.2 under Suse Linux Enterprise 15.3 by source, following the instructions from www.postgresql.org: I'm stuck at chapter "19.2. Creating Database Cluster"…
jui
  • 19
  • 4
-1
votes
1 answer

what is the command to check list of upgradable packages in SUSE linux?

in Ubuntu we use apt list --upgradable to get list of all upgradable packages in linux. How we can check list of all upgradable packages in SUSE Linux.
-1
votes
1 answer

VirtualBox: Host can not SSH to Guest

i'm having some issue with m VirtualBox installation, 6.1.22. I have a VM with SUSE (SL12P1) for 64bit as a guest operative system, I have already installed the extension package and I'm trying to reach the guest from the host-system (Windows10)…
Gionata Benelli
  • 357
  • 1
  • 3
  • 20
-1
votes
1 answer

How to boot existing SLES 11 SP4 with SLES 12 SP5 ISO using grub

We have SMT server in our environment that is running on SLES 11 SP4 and currently hosted on Azure. Now the support for SLES 11 SP4 has ended and so we need to upgrade to SLES 12 SP5 latest service pack. The issue is that there is no way to attach…
isilia
  • 379
  • 1
  • 11
-1
votes
2 answers

apache2 not executing php statements in opensuse linux

i have apache2 running as a local server. I had a wordpress site on localhost running happily. In trying to enable running phpMyAdmin apache2 somehow stopped executing php code, and I've been unable to re-enable it. any help most gratefully received
ruth
  • 3
  • 4
-1
votes
1 answer

FTP issue from Linux to windows server through shell script

We are having an automated .ksh script transfer the files from Linux server to windows server The ftp commands used are: Cd /target/sieb //path in local Linux server ftp -inv $ftpserv user $FTPUSER $FTPPW cd /sieb/app mput sgt*.* This script…
-1
votes
1 answer

Upload file with implicit FTPS and firewall

I need to upload a file in SUSE Linux Enterprise 12 to a FTP server that only allows implicit FTPS (actual upload needs to be triggered from PHP but I can run arbitrary shell commands). The firewall restricts outgoing connections by default. I…
Álvaro González
  • 142,137
  • 41
  • 261
  • 360
-1
votes
1 answer

How to run Console Application Exe on SUSE (Linux)

I have developed a Console based program C# on windows server. Now I need to run on SUSE Linux Enterprise SP 13. I tried to install mono, but it doesn't download. Kindly please give suggestion how to run on Hana database install on SUSE Linux.
shahzaib
  • 49
  • 1
  • 10
-1
votes
2 answers

how to upgrade SUSE form the iso file using ansible

I have the requirement to upgrade(patching) the new major version of SUSE using ansible playbook I tried using different module of ansible but couldnt find the steps
Vaibhav
  • 33
  • 9
-1
votes
1 answer

php file when opened in browser gives option to display instead of displaying it

i have apache2 installed. i have added index.php file to document root i.e, /srv/www/htdocs and when i give http://localhost in browser it gives option to save file instead of displaying it. my httpd.conf file look like this: # #…
rashmi
  • 599
  • 4
  • 10
  • 19
-1
votes
1 answer

Is there a way to get pacakge checksum using `zypper`?

How to get the checksum of the package when using zypper. I tried even the --xmlout option of zypper as zypper --xmlout --no-refresh install -D -y --no-recommends MozillaFirefox. Is there a way to get the checksum of the package to be installed?
Arun Prakash
  • 57
  • 1
  • 11
-1
votes
1 answer

Which version of XMLSec is available for SUSE 11 and 12?

We are using XMLSec 1.2.20 for Red Hat and CentOS. Which version of XMLSec is available for SUSE 11 and 12? We can't find a suitable version of XMLSec for SUSE 11 and 12. We think there are versions of XMLSec for other versions of SUSE, but we want…