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

How to fix '20002, severity 9:Adaptive Server co nnection failed ' error in pymssql

Successfully connect to the database through the SQL Server Management Studio. But use the pymssql connection failed : pymssql error: pymssql.OperationalError: (17892, "Logon failed for login 'xxx' due to trigger exe cution.DB-Lib error message…
Jaina
  • 31
  • 1
  • 5
3
votes
2 answers

Can't connect to HTTPS URL because the SSL module is not available

when i used the the requets module to get a url's text,there is an Error: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/requests-2.18.1-py3.5.egg/requests/adapters.py", line 440, in send timeout=timeout File…
Nimbus
  • 69
  • 1
  • 1
  • 5
3
votes
1 answer

What are the exit codes in the RPM binary?

Each time rpm command returns different exit codes. For example- In case of failed dependency sometimes echo $? gives 1 and sometime 5. Can someone explain this?
Arun Prakash
  • 57
  • 1
  • 11
3
votes
1 answer

Gensim: "C extension not loaded, training will be slow."

I am running gensim on Linux Suse. I can start my python program but on startup I get: C extension not loaded, training will be slow. Install a C compiler and reinstall gensim for fast training. GCC is installed. Does anyone know what I have to…
Janothan
  • 446
  • 4
  • 16
3
votes
1 answer

How to list the folders/files of a file.tar.gz file inside a file.tar

I need to list the folder/files inside a certs.tar.gz which is inside file.tar without extracting them. [root@git test]# tar -tf…
jerry
  • 45
  • 1
  • 5
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
3
votes
3 answers

Which not displaying location of executible actually run

I have a version of SVN on my system in /usr/bin/svn. This is too old to use with some repositories so I compiled a newer version in /home/user/built/bin/svn which works fine. I added this to my PATH so it should be run first. Typing which…
Nick
  • 617
  • 1
  • 7
  • 22
3
votes
2 answers

How to upgrade openssl 0.9.8 to 1.0.2 with mod_ssl in Apache 2.2.9

I am asked to recompile mo_ssl with openssl 1.0.2 in SuseSE11SP3. However, I am a newbie to Suse, but know a little bit of linux. OS : Suse SE11SP3 Openssl : 0.9.8j <-which comes with original Suse linux Web Server : Apache httpd 2.2.9 Here is…
CharlieSiNB
  • 90
  • 1
  • 1
  • 10
3
votes
0 answers

Configure/Install openssl for php on SUSE Linux Enterprise Server 11 SP3

I am trying to get rid of this error when sending notifications using the ssl protocol in php code: "Failed to connect: 1976434032 Unable to find the socket transport \"ssl\" - did you forget to enable it when you configured PHP?" 1: The system…
3
votes
1 answer

SSH.NET - An established connection was aborted by the software in your host machine

I'm using SSH.NET to connect and send commands to my Linux. Until yesterday it was SLES 12 and everything worked fine. Today I've upgraded it to SLES12 SP1 and when I'm trying to connect with server (through application with SSH.NET) I get exception…
Plaguebinder
  • 31
  • 1
  • 1
  • 4
3
votes
1 answer

Does zypper support wildcards for versions?

Using zypper, is there some way to install a version using the a wildcard or something similar? # zypper install A=0.13.* Loading repository data... Reading installed packages... 'A=0.13.*' not found in package names. Trying capabilities. No…
user2569618
  • 517
  • 3
  • 16
  • 42
3
votes
3 answers

How do I deploy a Mono Winforms Application to Suse Linux 11.0 Server Enterprise?

Is there a way to make a simple installer that includes the necessary runtimes and dependency packages, and creates an icon in the OpenSuse menu, so the application will "just work?" The actual application is just an executable (.EXE) and a…
Robert Harvey
  • 178,213
  • 47
  • 333
  • 501
3
votes
3 answers

Installing Virtual box on a fresh SLES 11 machine - python

How can I install virtual box on a fresh SLES 11 machine? I've downloaded the rpm from: wget http://download.virtualbox.org/virtualbox/4.3.6/VirtualBox-4.3-4.3.6_91406_sles11.0-1.i586.rpm And when i tried yast2 -i or rpm -ivh, I get these error: …
alvas
  • 115,346
  • 109
  • 446
  • 738
3
votes
1 answer

Cannot display xclock program on xserver client - Mobaxterm

I am using Mobaxterm(free version) on a windows 7 desktop to connect to a SUSE 11 Enterprise server on AWS. I am trying to display the xclock program on my xtrem client but I get an error saying 'Error: Can't open display:'. I have used the…
sotn
  • 1,833
  • 5
  • 35
  • 65
3
votes
3 answers

How to detect that the client is still connected (and not hung-up) using recv()?

I have written a multiclient Server program in C on SuSE Linux Enterprise Server 12.3 (x86_64), I am using one thread per client to receive data. My problem is: I am using one terminal to run the server, and using several other terminals to telnet…
0xF1
  • 6,046
  • 2
  • 27
  • 50