Quantcast
Channel: openSUSE Forums
Viewing all 40713 articles
Browse latest View live

TUMBLEWEED Missing at Application

$
0
0
I wanted to schedule updating my system via zypper but the 'at' application was not installed. I used YAST to install 'at' and was able to schedule my update, but I am wondering why 'at' is not installed by default. Is there another method that should be used that I am not aware of?

thanks
-L

Getting started as SUSE Studio User

$
0
0
Hi,

up to now I was using SUSE Studio to develop a tailored SLES for a customer. As the customer wants an update and SUSE Studio is deprecated, I am trying to get familiar with Open Build Service but I have a lot of trouble.

First I tried to migrate my appliance from SUSE Studio (https://openbuildservice.org/2017/05/31/studio-import/) but the export directory does not contain a file "source.kiwi.txz".

As I was stuck there, I tried to use a template (JeOS for SLE 12 SP3) and adapt it to my needs. But I couldn't figure out how to get to the kiwi editor as described in the Best Practice Manual (https://openbuildservice.org/files/m...-practices.pdf). Next to "Delete Package" I can only see "View Image".

Now I really feel nervous about carrying out this project for our customer. I don't see how I can finish in time while learning to get along with Open Build Service. Is there any "How to" for those coming from SUSE Studio? Or something similar to SUSE Studio which is easier to handle?

Thanks for your help

logstash failing unresolvable error

$
0
0
Hello i am trying to build logstash package in my home project

link : https://build.opensuse.org/package/s...ssj11/logstash

and it has unresolvable error on all of the build system.

The error is "nothing provides logstash-kit = 6.2.4, nothing provides gradle, nothing provides jruby = 9.1.13.0"

how can i resolve it

Thanks !!

Local OBS Instance not working

$
0
0
Hello,
I had my own OBS server in virtualbox... it suddenly stopped working in december.

Now I'm trying to run it again, but it is not working out of box.

I downloaded virtualbox image obs-server.x86_64-2.9.3-Build1.4.vdi from here: https://openbuildservice.org/download/other/

Followed all steps from this tutorial: https://openbuildservice.org/help/manuals/obs-best-practices/cha.obs.best-practices.localsetup.html#idm140349077038272

  • From a web browser, access the web interface: https://vm.ip.address/. Accept the self-signed certificate.
  • In the top right corner of the web interface, there is a Log In option. Use it to log in as: Admin opensuse.
  • Click on the Configuration button to give your server a name and a description. Click on the Interconnect option. Choose openSUSE as the remote repository where we will pick up the packages of the build environment. Log out of the web interface.
  • Use Sign Up option to create a regular user account (for example: hmustermann).
  • As this normal user, click on the Home Project option and create your home project (that would be: "home:hmustermann").
  • Go to this home project, and click on Create package to create your first package (let's say: "mypackage").
  • Go back to your home project, and click the Repositories button. Choose to add a new repository and pick openSUSE 13.1 (for example).
  • Reboot the virtual machine to ensure all projects are rescanned.



Created simple hello world project (which is working on build.opensuse.org)

But build fails with error:
400 remote error: EOF from api.opensuse.org 443
(worker was linux:1)


Before that it hangs for more than 20 minutes with
Status: Updating...
and no log output.


I tried multiple repositories - openSUSE_Leap_15.0, xUbuntu_16.04, ... and multiple projects - which are working on build.opensuse.org

Don't know whats wrong.

Meta configuration of openSUSE.org:
<project name="openSUSE.org">
<title>Standard OBS instance at build.opensuse.org</title>
<description>This instance delivers the default build targets for OBS.</description>
<remoteurl>https://api.opensuse.org/public</remoteurl>
</project>

Thanks for any help...

OTHER VERSION How to be notified by email of a Server restart or Shutdown?

$
0
0
dears i'm using Opensuse 42.1 (LTSP server) i need any way to make this server send to me any notification on my mail before or after restart and shutdown

LEAP 15 After upgrade from 42.3 to 15, apache2 does not load local network websites

$
0
0
apache v2.4.33

One of the upgrades from leap 42.3 to leap 15 was apache2 v2.4.23 to v2.4.33. Since then, no local network site loads.

  1. https requests return error 403: Access Forbidden!
  2. http requests return error 400: Bad Request!


I have read the docs. I have added what seemed like the correct directive for allowing access. Still no access allowed. I especially do not get the Bad Request.

What is incorrect with the vhost?

The only message in the error log:
Code:

[Tue Jul 17 11:40:13.549312 2018] [access_compat:error] [pid 9500] [client 192.168.69.115:52878] AH01797: client denied by server configuration: /data01/t-drv/websites/sma-v3/, referer: https://www.sma.com/
Here is one of the vhost configuration files.
Code:

<VirtualHost *:80>    ServerAdmin jimoe@sohnen-moe.com

    ServerName sma-v3.sma.com
    DocumentRoot "/data01/t-drv/websites/sma-v3"
    ErrorDocument 404 /404.php
    ErrorDocument 410 /410.php
    ErrorDocument 401 /401.php

    ErrorLog  "/data01/t-drv/websites/.logs/sma-v3-error_log"
    CustomLog "/data01/t-drv/websites/.logs/sma-v3-access_log" common

 <Directory "/data01/t-drv/websites/sma-v3">
    Options Indexes FollowSymLinks
    AllowOverride All
    Require all granted
 </Directory>
</VirtualHost>

<IfDefine SSL>
<IfModule mod_ssl.c>
<VirtualHost *:443>

#  General setup for the virtual host
  DocumentRoot "/data01/t-drv/websites/sma-v3"
  ServerName sma-v3.sma.com
  ServerAdmin jimoe@sohnen-moe.com
  ErrorLog  "/data01/t-drv/websites/.logs/sma-v3s-error_log"
  CustomLog "/data01/t-drv/websites/.logs/sma-v3s-access_log" common
  TransferLog "/data01/t-drv/websites/.logs/access_log"

  ErrorDocument 404 /404.php
  ErrorDocument 410 /410.php
  ErrorDocument 401 /401.php

 <Directory "/data01/t-drv/websites/sma-v3">
    AllowOverride All
    Options -ExecCGI
    Options Indexes FollowSymLinks
    Require all granted
 </Directory>

 SSLEngine on

 SSLCertificateChainFile "/data01/srv/vhosts.sma/ssl/sma-ca-chain.cert.pem"
 SSLCertificateFile "/data01/srv/vhosts.sma/ssl/www.sma.com.cert-01.pem"
 SSLCertificateKeyFile
"/data01/srv/vhosts.sma/ssl/www.sma.com.insecure-01.key"

 SSLCipherSuite HIGH:!SSLv2:!ADH:!aNULL:!eNULL:!NULL
</VirtualHost>
</ifmodule>
</ifdefine>

TUMBLEWEED How do you launch 3 apps at one time?

$
0
0
In order to use certain MIDI apps, I need to start qjackctl and qsynth first. When I try a command string like "qjackctl && qsynth && vkeybd", then only qjackctl opens. Frustrated, I close qjackctl, and that's when qsynth opens, and then when I close it, finally vkeybd opens. At this point vkeybd won't make a sound, because qsynth and jack aren't running! Is there a way to open all 3 with a single command, so I can just edit the menu entry for vkeybd (and rosegarden and qtractor) accordingly?

Thanks,

GEF

LEAP 15 httpd server Icon Missing from Yast2

$
0
0
I have installed OpenSUSE Leap 15 repeatedly, and I still don't see the Icon for httpd servers on the Yast2 interface. Could someone give me the necessary information to get it to be displayed?

Apache2 is installed and running.

LEAP 15 Is my PC's RAM OK?

$
0
0
I have using IceWM to save RAM memory and now I have some open programs:
Firefox, Thunderbird, Dolphin and a Terminal
My swap has 10 GB I think that's enough
and I have a 2 GB ram memory chip installed, but it is left only 78 MB
Is this correct or am I having a problem on my PC?

LEAP 15 Brother printer HL-2240 not working

$
0
0
Dear All,

I've recently updated my father's laptop to LEAP 15 having a real smooth installation experience. No major problems popping up so far, the only annoying thing is the printer: Brother HL-2240.

As I did in previous installations


  • Downloaded the latest driver from the Brother website
  • Installed the driver like the description said, some problems appearing there:


Code:

# bash linux-brprinter-installer-2.2.0-1 Input model name ->HL-2240

You are going to install following packages.
  hl2240lpr-2.1.0-1.i386.rpm
  cupswrapperHL2240-2.0.4-2.i386.rpm
OK? [y/N] ->y

rpm -ihv --nodeps --replacefiles --replacepkgs hl2240lpr-2.1.0-1.i386.rpm
Preparing...                          ################################# [100%]
Updating / installing...
  1:hl2240lpr-2.1.0-1                ################################# [100%]
/var/tmp/rpm-tmp.eCfQY6: Zeile 2: /usr/local/Brother/Printer/HL2240/inf/braddprinter: Datei oder Verzeichnis nicht gefunden
rpm -ihv --nodeps --replacefiles --replacepkgs cupswrapperHL2240-2.0.4-2.i386.rpm
Preparing...                          ########################################
Updating / installing...
cupswrapperHL2240-2.0.4-2            ########################################
#
The security level of AppArmor has been lowered. (aa-complain cups)
aa-complain cupsd
Profil für /usr/sbin/cupsd nicht gefunden, wird übersprungen
Will you specify the Device URI? [Y/n] ->n

Test Print? [y/N] ->y

wait 5s.
lpr -P HL2240 /usr/share/cups/data/testprint
apt-get install libusb-0.1-4
Repository-Daten werden geladen...
Installierte Pakete werden gelesen...
'libusb-0.1-4' wurde in den Paketnamen nicht gefunden. Fähigkeiten werden durchsucht.
Keine Anbieter von 'libusb-0.1-4' gefunden.
Paketabhängigkeiten werden aufgelöst...

Keine auszuführenden Aktionen.
Hit Enter/Return key.

I deinstalled the driver, installed libusb-0.1-4 via YAST, re-installed the driver but same message.

Basically in YAST the printer looks fine after the driver installation, it just won't work. When trying to print the test page from YAST nothing happens.

/var/log/cups/error_log contains the following:

Code:

W [16/Jul/2018:11:13:33 +0200] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
W [16/Jul/2018:11:13:33 +0200] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
E [16/Jul/2018:11:13:38 +0200] [CGI] cups-brf must be called as root
E [16/Jul/2018:11:13:38 +0200] [cups-deviced] PID 1469 (cups-brf) stopped with status 1!
E [16/Jul/2018:11:13:38 +0200] [cups-deviced] PID 1473 (gutenprint52+usb) stopped with status 1!
W [16/Jul/2018:15:05:43 +0200] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
W [16/Jul/2018:15:05:43 +0200] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
E [16/Jul/2018:15:05:48 +0200] [CGI] cups-brf must be called as root
E [16/Jul/2018:15:05:48 +0200] [cups-deviced] PID 1416 (cups-brf) stopped with status 1!
E [16/Jul/2018:15:05:48 +0200] [cups-deviced] PID 1422 (gutenprint52+usb) stopped with status 1!
W [16/Jul/2018:21:00:52 +0200] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
W [16/Jul/2018:21:00:52 +0200] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
E [16/Jul/2018:21:00:57 +0200] [CGI] cups-brf must be called as root
E [16/Jul/2018:21:00:57 +0200] [cups-deviced] PID 1454 (cups-brf) stopped with status 1!
E [16/Jul/2018:21:00:57 +0200] [cups-deviced] PID 1465 (gutenprint52+usb) stopped with status 1!
W [16/Jul/2018:21:08:35 +0200] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
W [16/Jul/2018:21:08:35 +0200] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
E [16/Jul/2018:21:08:39 +0200] [CGI] cups-brf must be called as root
E [16/Jul/2018:21:08:39 +0200] [cups-deviced] PID 1394 (cups-brf) stopped with status 1!
E [16/Jul/2018:21:08:39 +0200] [cups-deviced] PID 1398 (gutenprint52+usb) stopped with status 1!


I also tried to stop/restart the printer queue which appears as IDLE, but no success.

Does anyone have a hint? I was a bit suspicious about the i386 rpms in the installation, but the printer worked flawlessly in LEAP 42.1 which was a 64bit installation too.

Regards

tuxEvangelist

OTHER VERSION SUSE-SLES-12 - First Boot - Network setup

$
0
0
Hi,

Problem Statement :
Unable to setup network during first-boot while setting up SLES-12-SP3.

Default Network Manager In use : Network/Wicked

Background:
We have created a virtual appliance (OVF format) using KIWI tool based on SLES-12-SP3. Following is the default first boot configuration.

<?xml version="1.0"?>
<productDefines xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">


<textdomain>firstboot</textdomain>


<globals>


<!-- The default value of "Automatic Login" checkbox -->
<enable_autologin config:type="boolean">false</enable_autologin>


<automatic_configuration config:type="list">
<!--
Configure printer (needs configured network for net-detection)
-->
<ac_step>
<text_id>ac_label_2</text_id>
<icon>yast-hwinfo</icon>
<type>proposals</type>
<ac_items config:type="list">
<ac_item>printer</ac_item>
</ac_items>
</ac_step>
</automatic_configuration>
</globals>
<proposals config:type="list">
<proposal>
<name>firstboot_hardware</name>
<mode>installation</mode>
<stage>firstboot</stage>
<label>Hardware Configuration</label>
<proposal_modules config:type="list">
<proposal_module>printer</proposal_module>
</proposal_modules>
</proposal>
</proposals>
<workflows config:type="list">
<workflow>
<defaults>
<enable_back>yes</enable_back>
<enable_next>yes</enable_next>
<archs>all</archs>
</defaults>
<stage>firstboot</stage>
<label>Configuration</label>
<mode>installation</mode>
<modules config:type="list">
<module>
<label>Network Autosetup</label>
<name>firstboot_setup_dhcp</name>
</module>
<module>
<label>Keyboard Layout</label>
<enabled config:type="boolean">false</enabled>
<name>firstboot_keyboard</name>
</module>
<module>
<label>Welcome</label>
<name>firstboot_welcome</name>
</module>
<module>
<label>License Agreement</label>
<enabled config:type="boolean">true</enabled>
<name>firstboot_license_novell</name>
</module>
<module>
<label>Host Name</label>
<enabled config:type="boolean">true</enabled>
<name>firstboot_hostname</name>
</module>
<module>
<label>Network</label>
<!-- this step only restarts service 'network' -->
<name>firstboot_network_write</name>
<enabled config:type="boolean">true</enabled>
</module>
<module>
<enabled config:type="boolean">true</enabled>
<name>firstboot_ssh</name>
</module>
<module>
<label>Network</label>
<name>inst_lan</name>
<enabled config:type="boolean">true</enabled>
</module>
<module>
<label>Automatic Configuration</label>
<name>inst_automatic_configuration</name>
<enabled config:type="boolean">false</enabled>
</module>
<module>
<label>Time and Date</label>
<enabled config:type="boolean">true</enabled>
<name>firstboot_timezone</name>
</module>
<module>
<label>NTP Client</label>
<enabled config:type="boolean">false</enabled>
<name>firstboot_ntp</name>
</module>
<module>
<label>Desktop</label>
<enabled config:type="boolean">false</enabled>
<name>firstboot_desktop</name>
</module>
<module>
<label>Network</label>
<name>inst_lan</name>
<enabled config:type="boolean">true</enabled>
</module>
<module>
<label>Root Password</label>
<enabled config:type="boolean">true</enabled>
<name>firstboot_root</name>
</module>
<module>
<label>Hardware</label>
<name>inst_proposal</name>
<enabled config:type="boolean">false</enabled>
<proposal>firstboot_hardware</proposal>
</module>
<module>
<label>Finish Setup</label>
<name>firstboot_write</name>
<enable_back>no</enable_back>
<enable_next>no</enable_next>
</module>
<module>
<label>Finish Setup</label>
<name>inst_congratulate</name>
</module>


</modules>
</workflow>
</workflows>
<texts>
<!--
Labels used during Automatic Configuration: use "text_id" from "ac_step"
-->
<ac_label_1><label>Configuring network...</label></ac_label_1>
<ac_label_2><label>Configuring hardware...</label></ac_label_2>
</texts>
</productDefines>


So, as part of the configured first-boot workflow, we are able to navigate across all the modules/screens. But the network setup screen doesn't show up.

However after first-boot, by logging into the VM, and re-opening the Yast, we are able to navigate and setup the network.

So our doubt is why we are not able to setup the Network during the First-boot despite the network module is enabled in the first-boot workflow.

Regards,
Naresh.

LEAP 42.3 change drive cache settings without losing OS

$
0
0
Hi how do i change the drive's cache type without losing the ability to boot the OS thats on it? The last time i tried it i couldnt boot the guest OS. As i've fixed the issue of crashes, i dont have to worry about IO so want to use the caching feature as its a big boost to the performance.

It seems that KVM has features that significantly speed up guest OS then running them natively.

LEAP 15 Question about removal of thing installed with Desktop Environments.

$
0
0
I installed a few DE's on that Toshiba hybrid graphic laptop because bumblebee would not work with it, and I with the help of several experienced users here got a couple that do work well.
I kept Xfce and Cinnamon(for now),and will look at Enlightenment(because it is touted as fast).

My question is about getting rid of the 'dross' left over after I uninstalled the ones I did not want via YaST.

Is there and easier way than going through each DE to find out what it installs, and removing them manually?

TIA

LEAP 15 I got another PC and plan to put Leap on it - no windows

$
0
0
It is an HP Pavilion AiO (Touch Smart) TS 20-f430z, x64 based,
UEFI(Secure boot has been disabled),
AMD Radeon HD 8240 graphics,
Qualcom Atheros 802.11b/g/n Wifi,
Realtek PCIe family Ethernet controller,
500GB HDD(seagate) W/standard SATA controller.
I pretty much think everything except the Realtek Ethernet is in or on or controlled by the Intel chipset.
<<This is probably to much information.>>

NO hybrid graphics!

I bought it from a small business that thought it didn't work anymore. A few hours with the the HP diagnostics, and the Seagate Seatools did not find problems.

I plan to put Leap 15 on the HDD, and remove Win10 (I already have Win10 machines).
I am not ready to take the plunge to TW. Just not an adventuresome sort of user.

Does anyone see likely problems in that list up top?

HTTPBadResponse while setting up mysql database

$
0
0
I've been following this tutorial to set up the mysql database for a self hosted instance of OBS: https://openbuildservice.org/help/ma...l#_mysql_setup

Everything works just fine up until I run: "sudo RAILS_ENV="production" rake writeconfiguration". At that point I get the following error: Net::HTTPBadResponse: wrong status line: "Y\x00\x00\x00". I'm not quite sure how to deal with this. Does anybody have any suggestions as to what might be going wrong?

LEAP 42.3 okular doesn't open files

$
0
0
on my
Laptop=Dell latitude E6510, RAM=8Gb, GPU=GT218 NVS 3100M, CPU=i7 Q 720 @ 1.60GHz: DE=plasma 5.13.2, KDE frameworks 5.47.0, KDE applications 18.4.2, Kernel 4.4.138-59-default, nvidia drivers, when I click on a pdf file nothing happen, okular is the default application to open pdf, if I rightclick and choose another application it works fine, opening okular by commandline in konsole it works, opening a pdf file by commandline in konsole gives me this error:
Code:

okular azz.pdf
okular: symbol lookup error: /usr/lib64/qt5/plugins/okular/generators/okularGenerator_poppler.so: undefined symbol: _ZNK7Poppler4Page13renderToImageEddiiiiNS0_8RotationEPFvRK6QImageRK8QVariantEPFbS7_ESB_S7_



How can I have okular working?

OTHER VERSION SLES12: problems installing wkhtmltopdf-0.12.4-11.1.x86_64.rpm / missing libwkhtmltox.so.0

$
0
0
Hello,

if I download wkhtmltopdf-0.12.4-11.1.x86_64.rpm from https://software.opensuse.org/package/wkhtmltopdf and try to install it on a SLES 12 SP3 system i get following error:
Code:


emtc_x_a_breimar-f/J2EE_EE_6.0.1_LNX> sudo rpm -i wkhtmltopdf-0.12.4-11.1.x86_64.rpm
error: Failed dependencies:
        libwkhtmltox.so.0()(64bit) is needed by wkhtmltopdf-0.12.4-11.1.x86_64



why is libwkhtmltox.so.0 not included in the package and where can I get this from? Any idea?

LEAP 15 Problems trying to upgrade to leap 15 from 42.3 in a RP3

$
0
0
Hello,
I have tried several times, but always fails ann the raspberry is unable to start.
I have 42.3 fully updated.
Then I have added the new repositories:
Code:

linux:~ # zypper lr -dRepository priorities are without effect. All enabled repositories share the same priority.


# | Alias                            | Name                              | Enabled | GPG Check | Refresh | Priority | Type  | URI                                                                        | Se
rvice
--+-----------------------------------+-----------------------------------+---------+-----------+---------+----------+--------+-----------------------------------------------------------------------------+---
-----
1 | openSUSE-Ports-Leap-15-Update    | openSUSE-Ports-Leap-15-Update    | Yes    | (r ) Yes  | Yes    |  99    | rpm-md | http://download.opensuse.org/ports/update/leap/15.0/oss/                    |


2 | ​openSUSE-Ports-Leap-15-repo-oss  | openSUSE-Ports​-Leap-15-repo-oss  | Yes    | (r ) Yes  | Yes    |  99    | rpm-md | http://download.opensuse.org/ports/aarch64/distribution/leap/15.0/repo/oss/ |


3 | openSUSE-Ports-Leap-42.3-Update  | openSUSE-Ports-Leap-42.3-Update  | Yes    | (r ) Yes  | Yes    |  99    | rpm-md | http://download.opensuse.org/ports/update/leap/42.3/oss/                    |


4 | openSUSE-Ports-Leap-42.3-repo-oss | openSUSE-Ports-Leap-42.3-repo-oss | Yes    | (r ) Yes  | Yes    |  99    | yast2  | http://download.opensuse.org/ports/aarch64/distribution/leap/42.3/repo/oss/ |

Now, the different problems: If I do what in another thread is suggested...

Code:

linux:~ # zypper dup --from openSUSE-Ports-Leap-15-repo-oss
Loading repository data...
Reading installed packages...
Computing distribution upgrade...
4 Problems:
Problem: libcryptsetup4-1.6.4-7.2.aarch64 requires libdevmapper.so.1.02()(64bit), but this requirement cannot be provided
Problem: libyui-ncurses-pkg7-2.48.4-2.1.aarch64 requires libzypp.so.1600()(64bit), but this requirement cannot be provided
Problem: perl-PlRPC-0.2020-27.1.aarch64 requires perl(:MODULE_COMPAT_5.18.2), but this requirement cannot be provided
Problem: dirmngr-lang-1.1.1-18.2.noarch requires dirmngr = 1.1.1, but this requirement cannot be provided


Problem: libcryptsetup4-1.6.4-7.2.aarch64 requires libdevmapper.so.1.02()(64bit), but this requirement cannot be provided
  uninstallable providers: device-mapper-1.02.97-77.1.aarch64[openSUSE-Ports-Leap-42.3-Update]
                  device-mapper-1.02.97-75.2.aarch64[openSUSE-Ports-Leap-42.3-repo-oss]
 Solution 1: deinstallation of libcryptsetup4-1.6.4-7.2.aarch64
 Solution 2: keep obsolete device-mapper-1.02.97-80.1.aarch64
 Solution 3: break libcryptsetup4-1.6.4-7.2.aarch64 by ignoring some of its dependencies


Choose from above solutions by number or skip, retry or cancel [1/2/3/s/r/c] (c):

Hundreds of message like this appears... With different solutions... A complete mess.

If I do...

Code:

linux:~ # zypper dup
Warning: You are about to do a distribution upgrade with all enabled repositories. Make sure these repositories are compatible before you continue. S
ee 'man zypper' for more information about this command.
Loading repository data...
Reading installed packages...
Computing distribution upgrade...


The following 129 NEW packages are going to be installed:
  GeoIP GeoIP-data Mesa-dri Mesa-gallium at-spi2-core-lang atk-lang bash-completion-devel bash-completion-doc boost-license1_66_0 cpio-mt cryptsetup
  cups-config dbus-1-glib-tool dialog-lang diffutils-lang elfutils-lang findutils-lang gdk-pixbuf-thumbnailer grep-lang hostname
  kernel-default-4.12.14-lp150.12.4.1 libGeoIP1 libJudy1 libLLVM5 libargon2-1 libbind9-160 libboost_system1_66_0 libboost_thread1_66_0
  libbrotlicommon1 libbrotlienc1 libcares2 libcryptsetup12 libcups2 libdialog14 libdns169 libebl-plugins libffi7 libgc1 libgd3 libglvnd libgnutls30
  libgpgme11 libgstallocators-1_0-0 libgstgl-1_0-0 libhogweed4 libhunspell-1_6-0 libical2 libicu60_2 libicu60_2-ledata libidn2-0 libirs160 libisc166
  libisccc160 libisccfg160 libjson-c3 libjte1 liblua5_3-5 liblwres160 liblz4-1 libmariadb3 libmetalink3 libmozjs-52 libnettle6 libnsl2 libnss_nis2
  libopenssl1_1 libprocps6 libpsl5 libpwquality-lang libpwquality1 libpython3_6m1_0 libqrencode4 libreadline7 librest-0_7-0 libruby2_5-2_5 libssh4
  [...]
  ruby2.5-rubygem-ruby-augeas ruby2.5-rubygem-ruby-dbus ruby2.5-stdlib system-group-hardware system-user-lp system-user-mail system-user-nobody
  system-user-root system-user-wwwrun systemd-container systemd-coredump systemd-presets-common-SUSE sysuser-shadow tar-rmt vim-data-common w3m
  yast2-trans-en


The following 10 packages are going to be REMOVED:
  bind-libs cups-libs dbus-1-python librest0 libtxc_dxtn php7-mcrypt python-gobject python-gobject-Gdk python-gobject-cairo
  raspberrypi-firmware-config-rpi3


The following 410 packages are going to be upgraded:
  Mesa Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 Mesa-libva PackageKit-gstreamer-plugin PackageKit-gtk3-module SuSEfirewall2 aaa_base aaa_base-extras
  adwaita-icon-theme alsa alsa-plugins alsa-utils apache2 apache2-mod_php7 apache2-prefork apache2-utils at-spi2-core audit augeas augeas-lenses bash
  bash-completion bash-doc bash-lang bcm43xx-firmware bind-utils bluez btrfsmaintenance btrfsprogs btrfsprogs-udev-rules ca-certificates
  cantarell-fonts checkmedia coreutils coreutils-lang cpio cpio-lang cracklib curl dbus-1 dbus-1-glib dbus-1-x11 dconf dejavu-fonts
  desktop-translations dialog diffutils dmidecode dtb-broadcom e2fsprogs elfutils expat file file-magic filesystem findutils fipscheck fontconfig
  fuse gawk gd gdk-pixbuf-lang gdk-pixbuf-loader-rsvg gdk-pixbuf-query-loaders gettext-runtime girepository-1_0 glib-networking glib-networking-lang
  [...]
-ruby-bindings yast2-security yast2-slp yast2-snapper yast2-transfer yast2-users yast2-xml yast2-ycp-ui-bindings
  zypper-aptitude zypper-log


The following 2 packages are going to be downgraded:
  hicolor-icon-theme-branding-openSUSE libenchant1


The following 3 packages are going to change architecture:
  file-magic            aarch64 -> noarch
  mariadb-errormessages  aarch64 -> noarch
  openssl                aarch64 -> noarch


410 packages to upgrade, 2 to downgrade, 129 new, 10 to remove, 3 to change arch.
Overall download size: 346.7 MiB. Already cached: 0 B. After the operation, additional 575.6 MiB will be used.

Like this seems goes better... BUT there is no message of, you are going to upgrade to leap 15 (upgrading from 42.2 to 42.3 it showed). There are also just two or three messages of libraries been updated for two packages... But is ok. The problem is that the raspberry is unable to start and if y connect the hdmi I can see that the grub is still looking for 42.3... I can see the 10seg contdown and then black screen.


The last option I have tested is removing the 42.3 repos...

Code:

linux:~ # zypper dup
Warning: You are about to do a distribution upgrade with all enabled repositories. Make sure these repositories are compatible before you continue. S
ee 'man zypper' for more information about this command.
Loading repository data...
Reading installed packages...
Computing distribution upgrade...


The following 167 NEW packages are going to be installed:
  GeoIP GeoIP-data Mesa-dri Mesa-gallium at-spi2-core-lang atk-lang bash-completion-devel bash-completion-doc boost-license1_66_0 cpio-mt cryptsetup
  cups-config dbus-1-glib-tool dialog-lang diffutils-lang elfutils-lang findutils-lang gdk-pixbuf-thumbnailer grep-lang gtk3-schema hostname
  kernel-default-4.12.14-lp150.12.4.1 libGeoIP1 libJudy1 libLLVM5 libargon2-1 libbind9-160 libboost_system1_66_0 libboost_thread1_66_0
  libbrotlicommon1 libbrotlienc1 libcares2 libcryptsetup12 libcups2 libdevmapper-event1_03 libdevmapper1_03 libdialog14 libdns169 libdns_sd
  libebl-plugins libevent-2_1-8 libffi7 libgc1 libgd3 libglvnd libgnutls30 libgpgme11 libgstallocators-1_0-0 libgstgl-1_0-0 libhogweed4
  libhunspell-1_6-0 libical2 libicu60_2 libicu60_2-ledata libidn2-0 libirs160 libisc166 libisccc160 libisccfg160 libjemalloc2 libjson-c3 libjte1
  liblua5_3-5 liblvm2app2_2 liblvm2cmd2_02 liblwres160 liblz4-1 libmariadb3 libmetalink3 libmozjs-52 libnettle6 libnpth0 libnsl2 libnss_nis2
  libopenssl1_1 libpq5 libprocps6 libpsl5 libpwquality-lang libpwquality1 libpython3_6m1_0 libqrencode4 libreadline7 librest-0_7-0 libruby2_5-2_5
  libsgutils2-1_43-2 libssh4 libstorage-ng-lang libstorage-ng-ruby libstorage-ng1 libtirpc-netconfig libtirpc3 libunistring2 libunwind
  libwayland-cursor0 libwayland-egl1 libwebp6 libwebpdemux2 libxkbcommon0 libxtables12 libyui-ncurses-pkg8 libyui-ncurses8 libyui8 libzip5 mailx
  mtools net-tools-lang openssl-1_1 parted-lang perl-CPAN-Changes perl-Devel-Symdump perl-Net-LibIDN perl-Pod-Coverage perl-Test-Pod
  perl-Test-Pod-Coverage perl-Text-Soundex perl-Try-Tiny psqlODBC publicsuffix python-rpm-macros python2-dbus-python python2-gobject
  python2-gobject-Gdk python2-gobject-cairo python3-appdirs python3-bind python3-curses python3-dbm python3-dbus-python python3-packaging python3-ply
  python3-pyparsing python3-six python3-zypp-plugin raspberrypi-firmware-config raspberrypi-firmware-dt ruby2.5 ruby2.5-rubygem-abstract_method
  ruby2.5-rubygem-cfa ruby2.5-rubygem-cfa_grub2 ruby2.5-rubygem-cheetah ruby2.5-rubygem-fast_gettext ruby2.5-rubygem-gem2rpm
  ruby2.5-rubygem-ruby-augeas ruby2.5-rubygem-ruby-dbus ruby2.5-rubygem-simpleidn ruby2.5-stdlib system-group-hardware system-user-lp
  system-user-mail system-user-nobody system-user-root system-user-wwwrun systemd-container systemd-coredump systemd-presets-common-SUSE
  sysuser-shadow tar-rmt thin-provisioning-tools usbmuxd vim-data-common w3m xkeyboard-config xkeyboard-config-lang yast2-storage-ng yast2-trans-en
  zypper-migration-plugin


The following 59 packages are going to be REMOVED:
  bind-libs boost-license1_54_0 cups-libs dbus-1-python dirmngr dirmngr-lang libLLVM libboost_atomic1_54_0 libboost_system1_54_0
  libboost_thread1_54_0 libcryptsetup4 libdialog11 libelf0 libffi4 libgnutls28 libhogweed2 libical1 libicu52_1 libicu52_1-data libjasper1 liblua5_1
  liblua5_2 libmcrypt libmysqlclient18 libnettle4 libprocps3 libpth20 libpython3_4m1_0 libqrencode3 librest0 libruby2_1-2_1 libsgutils2-2
  libstorage-ruby libstorage7 libtxc_dxtn libvpx1 libwebp5 libxtables10 libyui-ncurses-pkg7 libyui-ncurses7 libyui7 perl-PlRPC php7-mcrypt
  python-gobject python-gobject-Gdk python-gobject-cairo raspberrypi-firmware-config-rpi3 ruby2.1 ruby2.1-rubygem-abstract_method ruby2.1-rubygem-cfa
  ruby2.1-rubygem-cfa_grub2 ruby2.1-rubygem-cheetah ruby2.1-rubygem-fast_gettext ruby2.1-rubygem-gem2rpm ruby2.1-rubygem-ruby-augeas
  ruby2.1-rubygem-ruby-dbus ruby2.1-stdlib yast2-storage zypp-plugin-python


The following 479 packages are going to be upgraded:
  Mesa Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 Mesa-libva PackageKit PackageKit-backend-zypp PackageKit-gstreamer-plugin PackageKit-gtk3-module
  PackageKit-lang SuSEfirewall2 aaa_base aaa_base-extras adwaita-icon-theme alsa alsa-plugins alsa-utils apache2 apache2-mod_php7 apache2-prefork
  apache2-utils at-spi2-core audit augeas augeas-lenses autoyast2-installation bash bash-completion bash-doc bash-lang bcm43xx-firmware bind-utils
  bluez btrfsmaintenance btrfsprogs btrfsprogs-udev-rules ca-certificates cantarell-fonts checkmedia coreutils coreutils-lang cpio cpio-lang cracklib
  [...]
 
 
  yast2-core yast2-country yast2-country-data yast2-firewall yast2-firstboot yast2-hardware-detection yast2-installation yast2-ldap yast2-network
  yast2-ntp-client yast2-online-update yast2-packager yast2-pam yast2-perl-bindings yast2-pkg-bindings yast2-proxy yast2-ruby-bindings yast2-security
  yast2-services-manager yast2-slp yast2-snapper yast2-transfer yast2-update yast2-users yast2-xml yast2-ycp-ui-bindings zypper zypper-aptitude
  zypper-log


The following 154 packages are going to be downgraded:
  PackageKit-branding-openSUSE SUSEConnect acl adjtimex alsa-oss binutils blog branding-openSUSE bzip2 ca-certificates-mozilla cracklib-dict-full
  crda cron dmraid dracut efibootmgr fdupes fillup gcr-data gcr-lang gcr-prompter gcr-viewer gio-branding-openSUSE google-opensans-fonts grub2
  grub2-arm64-efi grub2-branding-openSUSE grub2-snapper-plugin grub2-systemd-sleep-plugin gtk3-branding-openSUSE hicolor-icon-theme-branding-openSUSE
  hwinfo ifplugd initviocons insserv-compat libICE6 libSM6 libXau6 libXcomposite1 libXdamage1 libXext6 libXft2 libXinerama1 libXmuu1 libXss1 libXt6
  libXxf86vm1 libacl1 libaio1 libaspell15 libatasmart4 libattr1 libavahi-client3 libavahi-common3 libavahi-glib1 libbz2-1 libcdda_interface0
  libcdda_paranoia0 libcdio_cdda2 libcdio_paranoia2 libdaemon0 libdb-4_8 libefivar1 libenchant1 libexif12 libgcc_s1 libgck-1-0 libgcr-3-1 libgomp1
  libhyphen0 libimobiledevice6 libiw30 libjpeg8 libldapcpp1 liblockdev1 libmodman1 libmozjs-17_0 libnfnetlink0 liboauth0 libpixman-1-0 libpopt0
  libreadline6 libsasl2-3 libsecret-1-0 libsecret-lang libsolv-tools libstdc++6 libtelepathy-glib0 libtheoradec1 libtheoraenc1 libtidyp-1_04-0
  libtiff5 libusb-0_1-4 libusbmuxd4 libustr-1_0-1 libutempter0 libverto1 libvisual libwrap0 libxshmfence1 lifecycle-data-openSUSE lockdev lsscsi
  mozilla-nspr notification-daemon notification-daemon-lang ntp openSUSE-build-key openSUSE-release openSUSE-release-ftp openslp openssh-askpass pam
  perl-Bootloader perl-Digest-HMAC perl-Digest-SHA1 perl-File-Listing perl-HTML-Tagset perl-HTTP-Daemon perl-HTTP-Date perl-HTTP-Negotiate
  perl-LWP-MediaTypes perl-MLDBM perl-Math-Base-Convert perl-Net-Daemon perl-Params-Util perl-Tie-IxHash perl-WWW-RobotRules perl-X11-Protocol
  perl-X500-DN perl-XML-SAX perl-XML-XPathEngine phpMyAdmin polkit-default-privs release-notes-openSUSE rollback-helper ruby-common sg3_utils
  sound-theme-freedesktop suse-module-tools systemd-presets-branding-openSUSE sysvinit-tools tcl timezone tk unixODBC unzip unzip-doc
  wallpaper-branding-openSUSE wireless-regdb wireless-tools xhost yast2-trans-stats zypper-lifecycle-plugin


The following product is going to be downgraded:
  "openSUSE Leap 42.3"


The following 6 packages are going to change architecture:
  file-magic                aarch64 -> noarch
  mariadb-errormessages      aarch64 -> noarch
  openssl                    aarch64 -> noarch
  perl-Net-DNS              aarch64 -> noarch
  perl-XML-NamespaceSupport  aarch64 -> noarch
  perl-XML-XPath            aarch64 -> noarch


479 packages to upgrade, 154 to downgrade, 167 new, 59 to remove, 6 to change arch.
Overall download size: 432.0 MiB. Already cached: 0 B. After the operation, additional 525.8 MiB will be used.
Continue? [y/n/...? shows all options] (y):

LOTS of downgrades, and the zypper thinks I'm downgrading to 42.3... Obviously, this doesn't work either.



Any tip??

LEAP 15 Install Drupal

$
0
0
How to install Drupal in openSUSE Leap 15.0?

LEAP 15 KDE Plasma lock screen not showing user

$
0
0
Hello.
I searched about this topic but couldn't find anything.
When the screen is locked in a KDE session the name of the user is not shown in the lock screen.
I'd like to have it shown. For example, I have a Arch Linux Plasma 5 installation and there, when the screen is locked, the user name is shown.
I couldn't work out where to change this.
Anyone has a hint?

Thanks in advance
Viewing all 40713 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>