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
6
votes
4 answers

Identifying If the OS is (Open)SUSE in Python?

I'm developing a script that needs the package managers of a System. I've identified Fedora, Gentoo, and Arch Linux using the os.uname() function. However, the (open)SUSE uname results is the same as other Linux Distros. I found the uname results of…
ant0nisk
  • 581
  • 1
  • 4
  • 17
5
votes
6 answers

Git man page seems incorrect

I'm new to git, so please excuse me if this is a dumb question. I have installed git 1.7.7.4 from source on SLES Linux, and all looks good. I have added the following to $MANPATH: /usr/local/git-1.7.7.4/share/man When I do man git, I'm presented…
Banjer
  • 8,118
  • 5
  • 46
  • 61
5
votes
2 answers

Please explain this linking error: referenced in section .rodata

I am doing a build on a 32bit SLES10 machine. Using GCC 3.4.2 Here is a sample error `.L8245' referenced in section `.rodata' of CMakeFiles/myproj.dir/c++/util/MyObj.o: defined in discarded section …
shergill
  • 3,738
  • 10
  • 41
  • 50
5
votes
4 answers

Spaces in JAVA_OPTS in Apache Tomcat

How can I pass a property which has spaces using JAVA_OPTS to Apache Tomcat? For example; -Dmy.property="How are you" My operating system is SUSE Linux.
user190982
  • 133
  • 2
  • 9
5
votes
1 answer

SLES 12: Setting default group for new users via /etc/login.defs option USERGROUPS_ENAB not working?

I'm setting up a new SLES 12 server and want to set the default group for new users so that this is not named users but rather (p.ex. user foo would be assigned to the group foo). I found that the option USERGROUPS_ENAB in /etc/login.defs…
tschlein
  • 662
  • 1
  • 8
  • 26
5
votes
2 answers

Install kernlab package in R

im trying to install kernlab package on a SLES 11 SP1. I installed all prerequisite packages eg. gcc-fortran... After starting the installation with install.packages("kernlab") I get the following error messages. It would be great if anybody of you…
quadro
  • 59
  • 1
  • 3
5
votes
2 answers

tcp connect fails randomly under high load

Our application uses a non-blocking socket usage with connect and select operations (c code). The pusedo code is as below: unsigned int ConnectToServer(struct sockaddr_in *pSelfAddr,struct sockaddr_in *pDestAddr) { int sktConnect = -1; …
Baplix
  • 169
  • 1
  • 3
  • 8
4
votes
0 answers

Should there be different starting points for the C times() function in 32- and 64-bit processes?

The following refers to SuSE 11.4 Linux. When my multi-process software starts on a server, the returned value of the C times() function is saved as an integer in shared memory.  (This is OK, because we’re pre-C11.)  Later, calls to times() are made…
First Last
  • 49
  • 5
4
votes
2 answers

Spark Master and Workers not Connecting via Localhost Addresses

After install of the Spark package at Linux (SuSE SLES 12) I see the following connectivity error ("failed to connect"), which beside the Spark slave process also impacts the "pyspark" examples, rejecting connections. Any hint how to activate the…
Claude Falbriard
  • 925
  • 8
  • 27
4
votes
2 answers

insserv: missing `Required-Stop:' entry: please add even if empty

In the /etc/init.d/myservice script i have the following lines ### BEGIN INIT INFO # Provides: myserviced # Required-Start: $syslog # Required-Stop: $syslog # Should-Start: # Should-Stop: # Default-Start: # Default-Stop: # Short-Description: #…
Talespin_Kit
  • 20,830
  • 29
  • 89
  • 135
4
votes
2 answers

zypper update package to the previous version (not the last)

How do I update (not install) an package pmc-rpm from repository myRepo to version 10.3.3-1 (but not to the last one!) in SUSE 10.1 command line (zypper)? So I update the package normally, but this time I have to install the pre-previous package and…
user72394
  • 101
  • 1
  • 1
  • 6
4
votes
1 answer

Trying to get DXperience under Linux: I get "Windows Installer 3" required when installing .NET 2.0 under wine in SLED

I want to try out DXperience component suite on Linux (Suse Linux enterprise desktop). Since it relies heavily on the PInvoke calls, Mono would not work out here. Some people were able to get this running by installing .NET 2.0 under wine on…
Rinat Abdullin
  • 23,036
  • 8
  • 57
  • 80
4
votes
3 answers

Can't find header files for Ruby on SUSE?

I'm attempting to install compass on SUSE Enterprise 11 SP3. I get the following. Any ideas? gem install compass Building native extensions. This could take a while... ERROR: Error installing compass: ERROR: Failed to build gem native…
Brian McAuliffe
  • 2,099
  • 1
  • 16
  • 13
4
votes
5 answers

Yet another Memory Leak Issue (memory is still gone when program terminates)- C program on SLES

I run my C program on Suse Linux Enterprise that compresses several thousand large files (between 10MB and 100MB in size), and the program gets slower and slower as the program runs (it's running multi-threaded with 32 threads on a Intel Sandy…
Keith Hogan
  • 117
  • 1
  • 9
3
votes
1 answer

Cannot run ElasticSearch-7.5.0 on Linux(SUSE)

I am trying to run ES on my server, and I got this error: Exception in thread "main" java.lang.UnsupportedClassVersionError: org/elasticsearch/tools/java_version_checker/JavaVersionChecker : Unsupported major.minor version 51.0 at…
Oussama EL ABED
  • 129
  • 1
  • 1
  • 10
1 2
3
34 35