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

masquerade an URL with proxy SSL or other methods

good day dear server experts I would like to be able to masquerade an URL, that is to keep the URL the user is entering when going to a page. For example: The user is entering at his browser: mydomain.com This must be forwarded…
zero
  • 159
  • 1
  • 1
  • 8
0
votes
2 answers

SSH connection falling down

I've set up a connection with autossh that creates some tunnels at system startup, but if I try to connect, after successful login (with RSA key) connection fall down, here a trace: debug1: Authentication succeeded (publickey). debug1: Remote…
kappa
  • 103
  • 1
  • 4
0
votes
1 answer

OpenSuSE server in demilitarized zone can still ping internal network?

I don't know much about setting up DMZ but from what I read in the OpenSUSE docs, putting a network interface in the DMZ zone allows reaching it from both external and internal networks while restricting it from reaching the internal zone itself. …
0
votes
2 answers

install nginx on suse linux enterprise 11

I need some help getting ngnix installed on Suse Linux Enterprise 11. This is my first time trying to do this so I am likely missing something basic. Thus far I have: wget…
RedRaven
  • 101
  • 1
  • 1
0
votes
1 answer

OTRS installation errors on openSUSE

I have a fresh, text-only installation of openSuSe 13.1 (physical server, old Samsung netbook), and I'm trying to get OTRS up and running. I've installed OTRS using the below commands. I don't think they're all necessary, but someone in the OtterHub…
tmoore82
  • 111
  • 5
0
votes
1 answer

Checking for updates on OpenSuse 12.1

I have a OpenSuse 12.1 web server as a VPS server. I am logged in as root and I am trying to check if there are any updates available. I've done this many times before but I am now getting the following error when I run zypper list-updates.…
Boardy
  • 258
  • 1
  • 4
  • 23
0
votes
1 answer

Problems with new server accessing ldap and mail server/relay (connection timeout and can't contact)

I'm on OpenSUSE 12.3, and setup a mail relay under mail server settings (posix) via yast. I try to send a mail and get timed out: 2013-09-27T15:19:08.745282+01:00 myserver postfix/qmgr[12258]: 2973BE49E4: from=<>, size=2705, nrcpt=1 (queue…
user127379
  • 473
  • 4
  • 11
0
votes
1 answer

OpenLDAP Windows and sssd with multiple groups Suse

I have a OpenLDAP server (windows version) installed with user and groups correctly configured. Most of the users belongs to differents groups. I have a problem with the sssd configuration to access the machines in the network. When I connect to one…
ftrujillo
  • 149
  • 9
0
votes
2 answers

Using DRBD with 100mbit uplink

we are planing to use drbd to sync two servers (different hardware) to get kind of HA in case the master server dies. The servers are hosted physically in the same datacenter (Hetzner in germany) and they are running with openSUSE. The main purpose…
Link.de
  • 101
  • 1
0
votes
1 answer

irtouchServer on openSUSE 11.4 (i586) - (irtouchServer) did not claim interface 0 before use

I'm trying to install IR Touch from IRTOUCHSYSTEMS. I download the drivers and install them but on dmsg I see: usb 2-1.3: usbfs: process 8179 (irtouchServer) did not claim interface 0 before use This message is repeated and touch does not work. I…
botzko
  • 201
  • 1
  • 3
0
votes
1 answer

Apache listed in runlevels, not starting at boot (OpenSuse 12.3)

I want my compiled apache2 server to run when my OpenSuse 12.3 server boots. I've followed the procedure listed in How do I get apache to startup at bootime on Linux, namely: Creating the file /etc/init.d/apache2 Adding it to the services…
jml
  • 9
  • 3
0
votes
1 answer

Cannot Connect To Home Directory From Windows Via Samba

I changed the password of linux user "user123" on my Suse box and noticed that the previously working Samba login that I used to access its home directory from Windows did not change along with it. So I did this to ensure the 2 passwords were the…
0
votes
1 answer

How to monitor outgoing bandwidth per sub directory of document root in Apache2

I've had a search and Google and found ways to monitor bandwidth per virtual host. What I need is a way to monitor outgoing bandwidth (and eventually suspend) of sub folders of my document root. (I've got cron running a global bandwidth…
user127379
  • 473
  • 4
  • 11
0
votes
1 answer

opensuse 12.2: yast misconfiguration ldap server

i have a very simple question. I used Yast to configure openldap. It worked. Then I had to change the certificates for SSL/TSL support. I did this trough Yast. However, I gave the path towards the wrong files and as a results, I can't start ldap…
user1092608
  • 749
  • 2
  • 7
  • 12
0
votes
1 answer

How to ensure a password entered on command line is not stored at all on Linux server?

I've got a web page PHP script which runs p7zip on the server: This passes a user supplied password for encrypting their uploaded files. Secondly the password is then emailed via PHP to the recipient. What are the possible locations the password…
user127379
  • 473
  • 4
  • 11