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

Can't install/uninstall PHP Modules

I can't install or uninstall any php modules. Is it because my php -i returns none for loaded configuraiton file? php -i | grep -i loaded Loaded Configuration File => (none) How can I solve it and why is no configuration file…
Black
  • 461
  • 1
  • 8
  • 20
0
votes
0 answers

Bugzilla installation fails: .htaccess missing

I already installed successfully LAMP on suse tumbleweed. Then i installed bugzilla with yast. This makes the impression that installation is out of the box. But then...…
user2609605
  • 111
  • 2
0
votes
1 answer

How to move a subvolume to a new drive in btrfs?

I am trying to move my /srv, /var/lib/mysql and /home directory to another drive ( a bigger one with RAID1). I did some research on how to go about doing this and I kind of did most of it. However, after all the content is copied over, I am unable…
FlowRaja
  • 101
  • 2
0
votes
2 answers

Why a PHP module is not loaded into PHP?

Showing my case how to debug the problem, that a PHP module is not loaded into PHP. I use OpenSUSE v42.2 Linux OS, with Apache webserver, PHP v7.1, Mysql. Because it does not provide PHP v7.1 I need, I built PHP v7.1 from source. Using PHP-FPM. I…
klor
  • 344
  • 4
  • 8
  • 25
0
votes
0 answers

OpenSuse - Error adding repository

When I try to add a repository in a new opensuse installation this error appears, what can it be? zypper addrepo https://download.opensuse.org/repositories/openSUSE:Factory/standard/openSUSE:Factory.repo File…
Nebenzahl
  • 101
  • 7
0
votes
1 answer

Can't ssh login from a remote network

I relied on ssh to login to my home server from a laptop (both machines were on a local network). Now I am working away from home, so I tried to ssh login from the same laptop to the server's public IP address, but it tells me "connection has timed…
nijshar28
  • 1
  • 1
0
votes
1 answer

what else is blocking this communication?

Running opensuse tumbleweed here. I've stoped the firewalld and configured successfully a epson network printer/scanner (XP-241). Both printing and scanning (using skanlite) works just fine. Then I started the firewall again and add the following…
0
votes
1 answer

Suse 12.5 | error after "chage" cmd when changing password

When i try to change my password after this commande "chage -d 0 root" I have those 2 message : Password has been already used. Choose another. Have exhausted maximum number of retries for service. But the password's still changed (and i never…
-1
votes
1 answer

How to connect SUSE in GUI?

I have taken VM running Suse Operating system but can anyone let us know how to connect and use in GUI mode. how to configure to use GUI mode in Suse
-1
votes
2 answers

How to install PHP 5.4.16 environment in an updated distro?

I need to reproduce my programming production environment, so I need php version 5.4.16. The packages to this version doesn't exists at official repositories, but I can compile this version to OpenSUSE Tumbleweed, and through symbolic link to have…
Leandro Arruda
  • 141
  • 1
  • 7
-1
votes
1 answer

syslog-ng | How to separate Logs from different Applications from one Client without to use different Ports ???

I have some Samba-Domain-Controllers and one central Syslog-Server. All of them running the latest syslog-ng and SUSE Leap15. Every Log from Samba, Winbind and Bind/Named should go to the central Syslog-Server in a separate File. Until now, i…
MHABK
  • 9
  • 5
-1
votes
1 answer

.htaccess file is not getting loaded on Apache 2.4

I am using openSUSE Linux. I failed to create a virtual host so I put my project to the document root at /srv/www/htdocs. The .htaccess File is not getting loaded. My website does still load without an internal server error (status code 500) if I…
Black
  • 461
  • 1
  • 8
  • 20
-1
votes
1 answer

openSUSE Linux - Name based virtual host | Apache/2.4.33

I desperately try to setup a name based virtual host for use in my local network, for hours. This is my configuration, the path is correct /etc/apache2/vhosts.d/hausfux.conf ServerName hausfux.dev …
Black
  • 461
  • 1
  • 8
  • 20
-1
votes
2 answers

Can't resolve server by fqdn when search domain is enabled

I have a server named site.dpt.myorg.local, which i want to access both with short name and with fqdn. When i try to use short site or site.dpt form, everything works just fine. However when i use fqdn - lookup works when using dig or nslookup, but…
Andrew
  • 228
  • 3
  • 12
-1
votes
1 answer

Unable to ssh localhost without password despite proper perms, key in authorized_keys

I have a key ~/.ssh/id_rsa and I added the pub key to my authorized keys: cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys I also changed my permissions to 600: sudo chmod 600 ~/.ssh/authorized_keys I checked and /etc/ssh/sshd_config is set for…
Don Rhummy
  • 403
  • 4
  • 8
  • 16