Questions tagged [opensuse]

openSUSE is a free and opensource general purpose operating system built on top of the Linux kernel, developed by the community-supported openSUSE Project and sponsored by SUSE.

openSUSE is a general purpose operating system built on top of the Linux kernel, developed by the community-supported openSUSE Project and sponsored by SUSE.

After Novell acquired SUSE Linux in January 2004, Novell decided to release the SUSE Linux Professional as a 100% open source project called openSUSE but also continue with use of same SUSE Linux Professional as base for SUSE Enterprise Server and SUSE Enterprise Desktop. openSUSE and SUSE Enterprise are developed by openSUSE and SUSE Gmbh, but openSUSE is more loosely developed with less testing before release, where SUSE is tested to greater levels to ensure proper operations before it was released.

Like most Linux distributions, openSUSE includes both a default graphical user interface (GUI) and a command line interface option. During installation, the user may choose among KDE SC, GNOME, LXDE and Xfce GUIs. openSUSE supports thousands of software packages across the full range of Free software / open source development.

openSUSE is fully and freely available for immediate download, and is also sold in a retail box to the general public.

It comes in several editions for the x86 and x86-64 architectures.

/wikipedia/

794 questions
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

Running karma tests in headless Firefox browser not working on Jenkins

First time asking a question on SO. Please be kind. I will graciously accept question feedback. I have a Jenkins instance running on an openSUSE Linux machine that I do not have root access to. I have configured Jenkins with a custom tool…
binskits
  • 248
  • 1
  • 3
  • 10
3
votes
2 answers

Why does the group of some file show number (looks like ID), not an alphabet string?

Normally as 'ls -al', the files always show like: -rw-r--r-- 1 owner_name group_name size time file_name But some of my files show: -rw-r--r-- 1 owner_name 'number' size time file_name And the 'number' does not exist in /etc/group What does the…
Johnny Kuo
  • 91
  • 1
  • 7
3
votes
1 answer

How do I upgrade PHP 5.1 to 5.2 on SUSE 10.1 using the yast command line only?

How do I upgrade PHP 5.1 to 5.2 from the SUSE 10.1 command line? Is there a package manager command to do it automatically? Actually I need JSON support to use the JavaScript-RTE and believe it's in PHP 5.2 only.
Tom
  • 6,725
  • 24
  • 95
  • 159
3
votes
1 answer

How can I fix charlock_holmes gem so it works on opensuse Tumbleweed?

I can install charlock_holmes gem on opensuse, trying to open it up in irb quickly, I get this: > irb 2.3.0 :001 > require 'charlock_holmes' LoadError:…
Warren P
  • 65,725
  • 40
  • 181
  • 316
3
votes
1 answer

Error on installing IPython for Python 3: sys_platform == "darwin" and platform_python_implementation == "CPython"

I want to install IPython for Python3 using sudo pip install ipython on openSUSE 13.1. Since I have pip only installed for Python3 it should work and in fact works for other packages. I get the follwoing error: Downloading/unpacking ipython …
Jarno
  • 6,243
  • 3
  • 42
  • 57
3
votes
1 answer

Mono WCF InstanceContextMode not working

I have a service that looks like this: [ServiceContract(SessionMode = SessionMode.Required)] public interface ILabListener { [OperationContract] byte[] GetChallenge(); ... ... [ServiceBehavior(IncludeExceptionDetailInFaults = true,…
Excel Kobayashi
  • 578
  • 1
  • 6
  • 19
3
votes
1 answer

This piece of python code hung up my whole system , Does anybody have a clue?

My host system is OpenSuse 13.2 and i am running FreeBsd 10.1 on vagrant when i ran following code on Freebsd 10.1 running on vagrant , not only freebsd but the host system hung up and i had to manually press power button to shutdown…
Rajdeep Sharma
  • 463
  • 1
  • 5
  • 9
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
1 answer

Qmake - how to configure include path order?

I have Qt-Creator on OpenSUSE. In it a have a C++ project with compiler 'clang'. There I have this '.pro' configuration: INCLUDEPATH += "/✪Data_Disk⚜✼/Build/include/c++/v1/" LIBS += "-stdlib=libc++" LIBS +=…
AnArrayOfFunctions
  • 3,452
  • 2
  • 29
  • 66
3
votes
1 answer

Numpy memory error with 256GB of RAM, 64-bit python, and 64-bit numpy. ulimit issue?

There are numerous posts about numpy memory errors in google land, but I can't find one that resolves my issue. I'm running someone else's software using a high-end server with 256GB of RAM, 64-bit opensuse 13.1, 64-bit python, and 64-bit numpy (as…
Mark Ebbert
  • 441
  • 3
  • 13
3
votes
2 answers

Order of the [BITS 16] and [ORG 0x0000] directives

I am beginning some experimentation in writing a kernel and having fun doing it. I have the basic boot-loader done and the following directives: [BITS 16] [ORG 0x0000] In the kernel tutorial, however, it starts with: [ORG 0x0000] [BITS 16] I…
IAbstract
  • 19,551
  • 15
  • 98
  • 146
3
votes
1 answer

symbol errno, version GLIBC_2.0 not defined, in opensuse Linux 11.4

I have a third-party 32-bit executable that I need to run on OpenSuSE Linux 11.4. When i run it, I get this error: filename: relocation error: filename: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference. in /lib…
Kamalakshi
  • 6,918
  • 3
  • 17
  • 21
3
votes
2 answers

Eclipse Kepler crashes when I open Marketplace

I am trying to use Eclipse 4.3 "Kepler" on openSUSE 13.1 KDE 4.11 Every time I go to open the marketplace under "Help>Marketplace", Eclipse crashes. When I ran eclipse from CLI here is the output: No bp log location saved, using default. [000:000]…
Daniel Toebe
  • 2,719
  • 3
  • 17
  • 18
3
votes
1 answer

How to prepare eclipse for opencl programming (Intel OpenCL SDK Installed) in Linux

I installed Intel OpenCL SDK on OpenSUSE GNU/Linux 13.1. How do I prepare the Eclipse CDT IDE that comes with my distribution for OpenCL programming? Edit: After adding include path /opt/intel/opencl-xxx/inlcude to project and linking…
Arash Fatehi
  • 91
  • 2
  • 11