Questions tagged [opensuse]

openSUSE (formerly known as SuSE Professional) is the "free" branch of the SuSE distribution family. openSUSE Leap is binary compatible to its bigger brother "SLES" starting with version 15.3 .


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 product as a 100% open source project.

In openSUSE the openSUSE Project community, sponsored by SUSE, develops and maintains SUSE Linux distributions components.openSUSE is the successor to "SuSE Linux Professional".

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 retail box to the general public.
It comes in several editions for the x86 and x86-64 architectures.

/wikipedia/

364 questions
4
votes
2 answers

Xen / libvirt - "End of file while reading data: Input/output error" when attempting to start a domain

I'm getting the following string of errors when I attempt to start a domain using virsh: virsh # start vimes error: Failed to start domain vimes error: End of file while reading data: Input/output error error: Failed to reconnect to the…
Adam Luchjenbroers
  • 228
  • 1
  • 2
  • 11
4
votes
1 answer

Relation between Heartbeat and Corosync on openSUSE

I'm moving a Heartbeat + Pacemaker setup to openSUSE 12.1. It turns out that Heartbeat isn't supported on this platform anymore, and therefore it is not available from the official repos. Switching to Corosync isn't really a problem, but I'm…
4
votes
2 answers

difference between compiled and installed via rpm (zypper)

In an openSUSE 11.1 I download, compile and install ImageMagick via: wget ftp://.../pub/graphics/ImageMagick/ImageMagick-6.7.7-0.zip unzip ImageMagick-6.7.7-0.zip cd ImageMagick-6.7.7-0 ./configure --prefix=/usr/local/ImageMagick make make…
cherouvim
  • 794
  • 3
  • 21
  • 37
4
votes
1 answer

SLES Devel Packages?

It seems SLES 11.2 (and OpenSUSE) are missing many devel (dev) packages common in other distros such as Ubuntu Server or CentOS. I understand that packages / deps may be wrapped up in other-named SLES packages, but it's difficult to track down,…
Jason Caldwell
  • 143
  • 1
  • 6
4
votes
1 answer

getting warning messages "avahi-daemon[3201]: Invalid query packet." on suse 10.1 server with raid 1

I had recently replaced a failing hard drive on my software raid 1 system with suse 10.1 , and i am checking for any warning messages on " var/log/warn " and i found this message "avahi-daemon[3201]: Invalid query packet." more than 12 times , i…
jarus
  • 145
  • 1
  • 8
4
votes
2 answers

Having users su/sudo in Linux based on Active Directory group when using pam_winbind

I'm using openSUSE 11.4 which has Active Directory configuration built-in to Yast (which does all the pam_winbind, Kerberos, nss, Samba-client stuff for you) and I can successfully authenticate against my AD domain. I created an AD group called…
djsumdog
  • 1,100
  • 2
  • 16
  • 29
4
votes
3 answers

How to configure VNC in Linux Suse

I am trying to configure openSUSE 11.2 "Emerald" for Remote access, and having a problem What I have done: Using YaST -> Network Devices -> Remote Administering -> Allow Remote Administration Firewall is disabled I have installed free RealVNC on…
volody
  • 209
  • 2
  • 7
  • 15
3
votes
0 answers

NFS mount fails when using VPN

I've got an NFS mount set up on my development server which I have been mounting on local machines without issue. I've now been trying to mount the same NFS share to the same machine (openSUSE laptop) this time through a VPN from outside the office…
robbiedyer
  • 43
  • 1
  • 6
3
votes
1 answer

Directories inside /var are on root partition not /var partition

Few weeks ago I installed Opensuse 13.2. I partitioned the disk so that root '/', /var, /tmp and /home are on different partitions. Today I noticed that although /var is on partition sda8, all directories in /var, such as /var/tmp and…
3
votes
1 answer

How to provide external access to only the Git projects (clone/pull/push) of an internal GitLab deployment

We have set-up a GitLab server (GitLab 7.0 Community Edition). It is up and running and our colleagues can use it within the LAN (the IP address and Host are only visible from the LAN). Some of the projects hosted on this GitLab instance should be…
Huygens
  • 1,708
  • 3
  • 20
  • 36
3
votes
13 answers

Cannot Login as root

At my work we ship our product on pre-installed servers as a software/hardware package. We are using open SUSE 10.3 for the OS and we setup and we always log in with the root user to do maintenance on the box. Recently we just had box returned to…
Josh Moore
  • 263
  • 3
  • 6
  • 14
3
votes
3 answers

install openSuse packges on SLES?

I wish to install a package called 'mosh' onto Suse (not openSuse). The instructions for mosh are to run a simple sudo zypper in mosh. This sadly results in this on suse: 'mosh' not found in package names. Trying capabilities. No provider of 'mosh'…
Zombies
  • 515
  • 2
  • 6
  • 13
3
votes
1 answer

Install gems of ruby 1.9 bins without suffix in openSuSE

I got issue on my openSuSE instances. By default in openSuSE after installation by gem utility (gem install some_app) you will got something like that: # some_app1.9 # chef-solo1.9 etc. That a bad behaviour especially if you want automate stuff.
user111277
3
votes
2 answers

Recreate Azure virtual machine from existing and working disk

This morning I found that my Azure VM was dead dead. It was impossible for me to reboot or shut it down. Anyway I managed to delete the VM instance and make a snapshot copy of the VHD (who never knows...). After creating a new VM and mounting the…
usr-local-ΕΨΗΕΛΩΝ
  • 2,359
  • 7
  • 34
  • 52
3
votes
3 answers

equivalent development/build tools for suse professional 11

I have suse professional 11.4 In redhat we have this: yum group install "development tools" In Debian we have this: apt-get install build-essentials What is the equivalent for suse? I want to install all the build/developer tools. Many thanks for…
ant2009
  • 149
  • 2
  • 3
  • 10
1
2
3
24 25