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
1 answer

Cassandra not using native methods

I want cassandra to make use of native methods. I installed jna as follows: #install JNA zypper install --no-confirm jna #create a link to it for cassandra ln -s /usr/share/java/jna.jar $PATH_TO_CASSANDRA/apache-cassandra-1.0.7/lib/ but when I…
Daniel
  • 20,420
  • 10
  • 92
  • 149
2
votes
1 answer

SetDebugMessageDispatchHandler Error with node.js 0.6.6 on OpenSuse

I'm getting the following errors when running node on SUSE Linux Enterprise Server 11 (x86_64) node --version v0.6.6 node hello-console.js FATAL ERROR: v8::Debug::SetDebugMessageDispatchHandler Error initializing V8 I used the following commands…
Chirag Patel
  • 5,819
  • 8
  • 35
  • 38
2
votes
2 answers

helm cert-manager failed post-install: timed out waiting for the condition

I am still learning Kubernetes clustering and I have got this problem: I have kubernetes cluster with 3 nodes on OpenSuse 15.4 and attempting to install Rancher, but helm is failing to get and install cert-manager.. helm install cert-manager…
MB001
  • 23
  • 6
2
votes
1 answer

Why does ImageMagick fail with "no decode delegate for this image format `PNG'" even when the png delegate is installed?

I'm working on openSUSE Tumbleweed. I have ImageMagick installed. $ convert --version Version: ImageMagick 7.1.0-52 Q16-HDRI x86_64 20549 https://imagemagick.org Copyright: (C) 1999 ImageMagick Studio LLC License:…
2
votes
0 answers

Docker outbound connection is blocked

I am new to the docker world. I am currently setting up an custom application which relies on docker. The setup requires docker container to connect my outside network. All is working well but the container is unable to connect to outside network.…
abckdc
  • 41
  • 2
2
votes
1 answer

Sample program for "openSuse and openGL" environment

I have written a sample code like this in OpenSuse 11.3 (a very new installation) for openGL (installed all the libs that came up in search for openGL from the Software Manager of Yast2). **File: SimpleOpenGL.c** #include int main(int…
Aditya369
  • 545
  • 1
  • 7
  • 27
2
votes
1 answer

java.security.ProviderException: Could not initialize NSS

I'm receiving the error "Could not initialize NSS" in my java application when sending an HTTPS Request. Unfortunally I do not have the complete stack trace of the exception in my log, but from what I have already googled, it is most probably caused…
markus
  • 6,258
  • 13
  • 41
  • 68
2
votes
3 answers

How do I extract a version number when there is another number in front with sed

OpenSUSE, in their infinite wisdom, has decided that ld -v will return GNU ld (GNU Binutils; SUSE Linux Enterprise 15) 2.37.20211103-7.26 I need to extract the 2 and 37 values and throw out the rest, and this needs to work with ld that isn't so…
2
votes
3 answers

problem installing CakePHP on Linux

I have downloaded the CakePHP from it's site then I copied the files in srv/www/htdocs renamed the folder to first_app Here is the output(error and warnings that shows me): Release Notes for CakePHP 2.0.0-dev. Fatal error: Class 'Debugger' not found…
Nickool
  • 3,662
  • 10
  • 42
  • 72
2
votes
3 answers

How can I know system boot time on SLES11 systems?

I am trying to calculate time taken by reboot on SUSE linux systems (SLES11 and SLES12 systems) as follows: reboot_time = end_time - start_time where start_time is "time at which reboot command is triggered" end_time is "time at which…
Pranav
  • 1,653
  • 2
  • 11
  • 9
2
votes
0 answers

Opensuse Tumbleweed black screen with blinking cursor

My system is openSUSE Tumbleweed 20210408. After the update, I couldn't open KDE and also I can't see any login area just a black screen with a blinking cursor. When I wrote journalctl -b 0 -p 4 I saw output. Apr 13 16:49:04 localhost…
2
votes
1 answer

What causes gnutls "One of the involved algorithms has insufficient security level." error?

My evoluion mail (opensuse tumbleweed) complain about the mail server's certificate. It looks like gnutls reject the certificate. Can anyone give me some pointers to the problem? Thanks Information for package gnutls: Repository :…
Thuy Dang
  • 106
  • 1
  • 9
2
votes
1 answer

How do i create/save something on Desktop in openSUSE

So im kinda new to this. I have a new Virtual Machine openSUSE Leap, downloaded some python stuff and pgAdmin4 but i dont think it's relevant. I've downloaded a folder that i need to be displayed on desktop. Saved it in /home/geeko/Desktop but it…
2
votes
1 answer

Error when loading vimtutor "E484: Can't open file /usr/share/vim/vim80/tutor/tutor.vim"

I'm trying to run vimtutor on openSUSE Leap 15 1 on WSL2. I get the error E484: Can't open file /usr/share/vim/vim80/tutor/tutor.vim When I run which vim (or which vimtutor) I get /usr/bin/vim (or /usr/bin/vimtutor) -- is the issue that I have…
Steed-Asprey
  • 2,001
  • 7
  • 24
  • 30
2
votes
2 answers

Installing PDO_OCI on OpenSuse 11.4 64bit

I tried many tutorials on how to install PDO_OCI on my openSuse 11.4 64bit machine and I couldn't get it to work. What I do is: wget http://pecl.php.net/get/PDO_OCI tar -xzvf PDO_OCI-1.0.tgz cd PDO_OCI-1.0/ phpize and I get this output: …
Goran
  • 95
  • 2
  • 3
  • 6