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

snapper in open suse 42.3 leap creating lots of snapshots

I'm using openSuse as my desktop, prior to that i was using Ubuntu. My root (/) file system is btrfs and xfs for /home. Whenever i try to run yast it is creating a pre and post snapshot even if there is no changes. For example , If we are opening…
Vipin
  • 938
  • 5
  • 18
  • 36
2
votes
0 answers

QT Wrong JPEG Library version

I'm trying to build and run an application with Qt Creator, but got the error message Wrong JPEG library version: library is 62, caller expects 80. I've already remove the old version of my library on my OpenSuse system and installed the new…
2
votes
1 answer

How to upgrade mono on openSuse

I have a virtual machine running of openSuse 11.2 that has mono 2.6.4, I use this VM as a test server to test asp.net applications under Apache mod_mono. I wanted to upgrade (in the same virtual machine) to mono 2.8.2. I downloaded several rpm files…
jorgebg
  • 6,560
  • 1
  • 22
  • 31
2
votes
0 answers

apache2 with access_compat module

I should continue work on one exists project and try to run environment on my local machine. It is opensuse with apache 2.4.29 with php55/php70. I have issue with access in combination with access_compat module. My virtualhost config file…
Kolesar
  • 1,265
  • 3
  • 19
  • 41
2
votes
2 answers

Run javafx jar as sudo: Unable to open DISPLAY

I'm building a spring based javafx application which is aimed to run both on Linux and Windows machines. I've encountered an error, and couldn't find a satisfying solution to the problem. While trying to run the command sudo java -jar MS.jar, I'm…
nafarkash
  • 359
  • 6
  • 24
2
votes
1 answer

vhost configuration for docker image

I'm trying to build a docker image for local PHP development based on openSUSE, PHP7 and Apache 2.4. Apache should resolve... http://localhost -> /srv/www/htdocs (openSUSE standard) http://myapp -> /srv/www/myapp/public…
Barret Wallace
  • 155
  • 3
  • 13
2
votes
1 answer

How to ping docker container from VM on the same host?

I have a docker container and a virtual machine(VM) on the same host(OpenSUSE). the docker has the IP like 172.18.0.2 and the host IP is something like 3.204.XX.XX and VM IP is also something like 3.204.xx.xx, I am able to ping the docker from the…
Lakshmikanth B
  • 95
  • 1
  • 1
  • 9
2
votes
2 answers

How to make a chef recipe to be idempotent in chef for SUSE os

I've written a chef recipe for SUSE, to install a package, wherein it's installing it however it keeps running the enable command every time when the chef-client runs, even though there is no change in the configuration. recipe sample…
vinu
  • 113
  • 1
  • 6
2
votes
1 answer

undefined reference to symbol 'pthread_setname_np@@GLIBC_2.12' Haskell Stack error on OpenSuse42.3

I have installed haskell stack and I'm trying to setup ghc for the same. stack version is stack --version Version 1.5.1, Git revision 600c1f01435a10d127938709556c1682ecfd694e (4861 commits) x86_64 hpack-0.17.1 I have updated the…
user51
  • 8,843
  • 21
  • 79
  • 158
2
votes
1 answer

"cp: cannot stat" error while installing Java 9 on OpenSuse 42.3

I am trying to install Java 9 on OpenSuse 42.3. I have downloaded java 9 rpm file and trying to install on OpenSuse 42.3 but I get below error. user@localhost:~> sudo rpm -ivh Downloads/jdk-9_linux-x64_bin.rpm Preparing... …
user51
  • 8,843
  • 21
  • 79
  • 158
2
votes
2 answers

Is it possible to downgrade glibc on OpenSUSE?

I want to run a C++ program on an older device, which only supports glibc 2.11.3. So I have to create a develloping enviroment using the same glibc version. Currently it is running version 2.25 x86_64 for openSUSE Tumbleweed. First of all, where do…
Ulf
  • 73
  • 12
2
votes
1 answer

Let non-root user write to linux host in Docker

I have an OpenSuse 42.3 docker container image that I created which has a single user, which we will call 'streamuser'. I would like this to be the user that is active whenever anyone creates a container from my image. I have mounted the host's home…
wandadars
  • 1,113
  • 4
  • 19
  • 37
2
votes
2 answers

Java catch linux mount / unmount for a folder

I have a java project which one of its components is to monitor a specific folder which is mounted to my machine. My linux version is OpenSUSE 42.1 For monitoring the folder I'm using java's Watch Service. Attached is the main code for folder…
nafarkash
  • 359
  • 6
  • 24
2
votes
0 answers

Upgrading to Python 3.6.1 seems to have corrupted/broken modules

Good day, I recently tried to upgrade to Python 3.6.1 by building from source, and I've had a few issues.The first of which had to do with the $PYTHONHOME environment variable, which I have now (seemingly) solved, whereas the second - and most…
austvaedi
  • 21
  • 1
2
votes
3 answers

configure: error: *** -lm not found! **

I'm trying to configure librcsc of agent2d soccer 2d simulation in static mode but I get this error! configure: error: *** -lm not found! ** I enter this commands in command line make uninstall make clean make distclean configure --disable-shared…
Seena Fallah
  • 560
  • 4
  • 12