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
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
2 answers

Lib directory on 64-bit OpenSuse distribution

A project I'm working on uses a non-standard distribution system, which internally downloads and compiles the dependency libraries. This crock launches, for each library, the configure script giving as prefix an internal directory of the compiling…
Dacav
  • 13,590
  • 11
  • 60
  • 87
5
votes
4 answers

No module named 'tensorflow.python.platform'

I am using python3 and have installed tensorflow-gpu using: pip3 install tensorflow-gpu==1.13.1 And have checked that it is installed by: pip3 show tensorflow-gpu Name: tensorflow-gpu Version: 1.13.1 Summary: TensorFlow is an open source machine…
Harry Boy
  • 4,159
  • 17
  • 71
  • 122
5
votes
1 answer

docker configuration: daemon.json to have socket and IP in docker daemon

After updating my OpenSUSE docker host to last version, 1.12.6, I can't have docker daemon both listening do socket and IP. If I include "hosts": ["tcp://192.168.1.1:2376"] in my daemon.json, it binds correctly to that IP and I can connect to…
icordoba
  • 1,834
  • 2
  • 33
  • 60
5
votes
2 answers

Warning: Could not start program with arguments. Warning: Exec format error

Hello I'm trying to make a Shell script in opensuse to create MySqlUsers but when I try to run it I get this error: Warning: Could not start program '/home/thomas/Scripts/MySqlCreateUser.sh' with arguments…
Thomasttw
  • 67
  • 2
  • 9
5
votes
1 answer

can't execute sphinx search command not found

I have an Opensuse 13.2 operating system. Also I installed sphinx search engine. Everything was great till I tried to execute search command in terminal. search: command not found Before that I configured sphinx, executed indexer, executed…
vitasya
  • 355
  • 5
  • 17
5
votes
2 answers

Browser can't access MongoDB on 27017

I have some issues with MongoDB (or Linux security, perhaps): 1 I am runing MongoDB 3.0 in an OpenSuSE 13.1 machine (which acts as the data server). I have a local network of 4 computers with different OSs. 2 I can connect from a Windows 8.1 Laptop…
A R
  • 500
  • 2
  • 7
  • 20
5
votes
3 answers

How to enable SSH on SLES 12?

I am trying to enable ssh connection to suse linux. I have sshd service running: peeyush@linux-pohb:~/gccgo.work> systemctl status sshd.service sshd.service - OpenSSH Daemon Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled) …
Pensu
  • 3,263
  • 10
  • 46
  • 71
5
votes
2 answers

undefined reference to '__gthrw___pthread_key_create(unsigned int*, void (*)(void*))

I'm using 64-bit gcc-4.8.2 to generate a 32-bit target, and my machine is 64-bit. I'm using c++11 concurrency features such as thread, mutex, conditiona_variables and etc. The linker gave the above error message when trying to link the executable.…
user11869
  • 1,083
  • 2
  • 14
  • 29
5
votes
3 answers

Not able build apache mod_tile in openSuse error: Could not find apxs on the path

I want to run a tiles server with OSM data i want to install mod_tile so i followed the mod_tile setup But when i do the ./configure It says checking for getloadavg... yes checking for apxs... no checking for apxs2... no checking for…
chiranjeevigk
  • 1,636
  • 1
  • 23
  • 43
5
votes
1 answer

Error with bootstrap loader and kernel

We are working on a project to learn how to write a kernel and learn the ins and outs. We have a bootstrap loader written and it appears to work. However we are having a problem with the kernel loading. I'll start with the first…
IAbstract
  • 19,551
  • 15
  • 98
  • 146
5
votes
3 answers

pdo_oci make does not work

Recently I updated my opensuse 12.3 to the newer 13.1 Unfortunately, I'm not able to compile the pdo_oci.so needed. Using this guide, y could compile the extnention on 12.3:…
marc.grob
  • 51
  • 1
  • 2
5
votes
2 answers

Missing separate debuginfo for

I try to use gdb to debug code with coredump, but I met: Missing separate debuginfo for /lib/libc.so.6 Try: zypper install -C "debuginfo(build-id)=c4b9060b36834391b7b73976d38302a7584ae40e" Missing separate debuginfo for /lib/ld-linux.so.2 Try:…
How Chen
  • 1,340
  • 2
  • 17
  • 37
5
votes
1 answer

Java application throws `Gtk-WARNING **: cannot open display:` even when xserver is not required

I have a Java application that uses WebRenderer for a java headless browser. WebRenderer does not require xserver to run and I have confirmed this by uninstalling all x11 libs and xserver components. However the problem is it throws an error:…
KrispyDonuts
  • 1,262
  • 2
  • 18
  • 37
5
votes
3 answers

Python 2.7 print() error

I have a strange error using sep, file, (etc.) arguments of python's print() function. I tried to google it out, dag around stackoverflow, and read python's documentation but I came up with nothing. I have attached a simple snippet, I would deeply…
Mr.
  • 9,429
  • 13
  • 58
  • 82