I usually take the newest openSUSE kernel (from repository
Kernel_stable). But since some month I have a DVB T2 HD card, which
requires a patch (see https://bugzilla.kernel.org/show_bug.cgi?id=194171).
So I need to compile kernels myself. I have a working compilation path.
But the current path has 12 steps! It takes some time. I wonder, why it
is so complicated to configure, compile and install a Kernel under openSUSE.
Is there a better/easier/automated way to configure, compile and install
a Kernel under openSUSE?
I know this blog article. But the article uses Vanilla kernels and also
needs 6 steps. With additional patches (4 steps), third-party modules (2
steps) and cleanup (1 step) the article would also need 13 steps:
Compiling the Linux Kernel, the SUSE way
https://www.suse.com/communities/blog/compiling-de-linux-kernel-suse-way/
This is my Kernel configuration, compilation and installation path:
1. Update kernel-source and kernel-default from Kernel_stable repository
2. Save kernel-source: cp -a /usr/src/linux-4.x.y-...
/usr/src/linux-4.x.y-my
3. Apply my patches
cd /usr/src/linux-4.x.y-my
patch -b -p1 < ~myuser/.../my-kernel-patch.patch
4. Copy standard configuration:
cd /usr/src/linux-4.x.y-my
cp -v /boot/config-4.11.4-1.gcba98ee-default .config
5. Edit .config:
remove CONFIG_LOCALVERSION, CONFIG_DEBUG_KERNEL, CONFIG_EXPERT
remove some hardware-dependent settings
6. edit configuration interactively:
Disable CONFIG_EXPERT and CONFIG_DEBUG_KERNEL, because otherwise
"make binrpm-pkg" creates huge kernel binaries.
make oldconfig
[...]
Local version - append to kernel release (LOCALVERSION) [] (NEW) -my1
*
* Configure standard kernel features (expert users)
*
Configure standard kernel features (expert users) (EXPERT) [N/y/?]
(NEW)
Kernel debugging (DEBUG_KERNEL) [N/y/?] (NEW)
make menuconfig
Do some additional configuration.
7. Compile kernel
(-j4 for four processor cores, ionice and nice to reduce the load,
binrpm-pkg for RPM without source-RPM)
make clean
nice ionice -c idle make -j4 binrpm-pkg
8. Install the kernel RPM package
rpm -Uvh /usr/src/packages/RPMS/x86_64/kernel-4.x.y_my1-....x86_64.rpm
9. Install necessary symbolic links for "dkms"
cd /lib/modules/4.x.y-my1
ln -sv /usr/src/linux-4.x.y-my source
ln -sv /usr/src/linux-4.x.y-my build
10. Update third-party modules (e.g. Nvidia driver):
dkms install -m nvidia -v 375.66 -k 4.x.y-my1
11. Cleanup
cd /usr/src/linux-4.x.y-my
make clean
12. Select Grub configuration and reboot
grub2-once --list | less
grub2-once 2
reboot
Greetings,
Björn
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
On Wednesday 03 July 2002 03:38, Michael wrote:
> I tried to visit this site.
> http://www.bet365.com
> The result upset me so much i sent them this.
I sent the letter below, and I encourage everyone on the list to send a
similar letter.
-----------------------------------------
Subject: Create a Real Web Site Please
From: Bryan S. Tyson <bryantyson(a)earthlink.net>
To: webmaster(a)bet365.com
When attempting to view your site using Konqueror 2.2.1 and Mozilla
0.9.4, both Linux web browsers, I was curtly informed that my browser
is "incompatible." Your site, sir, is what is "incompatible." Stick
with established standards and real html, not Microsoft proprietary
"features."
***************************************************
Powered by SuSE Linux 7.3 Professional
KDE 2.2.1 KMail 1.3.1
This is a Microsoft-free computer
Bryan S. Tyson
bryantyson(a)earthlink.net
***************************************************
We have an winNT server and need to auto mount a shared folder as if it were a
windose mapped drive Z: on SuSE8
Could someone please explain how to do this and how to make sure it is set-up
for every user everytime the system is booted.
Thanks
Regards
Keith Jacobs
New to Linux
I just tried to attach an iPad to my openSUSE 15.0 system, via USB. I
think I've done it before, but this time it fails. Dmesg has:
[9787970.148053] usb 3-9: new high-speed USB device number 96 using xhci_hcd
[9787970.302089] usb 3-9: New USB device found, idVendor=05ac, idProduct=12a2
[9787970.302091] usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[9787970.302092] usb 3-9: Product: iPad
[9787970.302093] usb 3-9: Manufacturer: Apple Inc.
[9787970.302094] usb 3-9: SerialNumber: c4088xxxxxserialxredacted
[9787971.044264] ipheth 3-9:4.2: Apple iPhone USB Ethernet device attached
[9787991.101146] pool[16789]: segfault at 0 ip 00007f6ada593ef1 sp 00007f6ad6203bd8 error 4 in libc-2.26.so[7f6ada43a000+1b1000]
Anybody have any idea what the problem is?
Thanks, Dave
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
Hi list,
speaking about software raid, not hardware controller based.
I am trying to go for some local OpenSuse machine and adding some
storage to it. Was considering Raid6, and now reading about a bit and
people left and right scaremongering about the larger the disks these
days in the double digit terabyte capacities even, the more likely it
is that during a reconstruction of a raid subsequent errors would
occur.
I would absolutely like to keep my data consistent, and I am not
thinking about double digit terabytes either, would stick to 2TB or
4TB disks, with Raid6 thats at least 4 physical drives.
Now I am wondering if it possible to use a good robust file system
that can add some more parity or check blocks or redundancy on top of
the hardware disks, to absolutely be able to always read my data.
I can't add multiple machines or like those high availability stuff
like clusters and what not I read about DRBD (Distributed Replicated
Block Device), or maybe I am just too scared by those technical terms
or consider myself to be just a simpleton and wanting to keep it
rather simple.
My use case here is also not constant availablity, when a disk needs
to be replaced, so be it, but I don't want to lose my data that I can
not ever read certain parts of it again or such stuff.
The thing that came to my mind was, if there is some file systems that
would add redundancy and robustness onto the mdraid system of the
linux kernel?
Anyone with some useful insights? Roughly speaking, I was considering
some simple pcie esata interfaced controller card and an external case
enclosure with esata port and portmulitplier stuff inside, that can
present at least 4 physical disks as JBOD, just a bunch of disks, so
that the Linux can seem them all separately.
Speed and rebuild times are not my concern, but data persistence and
data integrity. Not even number of physical disks, I could live with
even one of those 8 bay device enclosures and cases that are out there
on the market.
Thanks for any help and hints.
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have one disk that is giving me problems with the smartd daemon. I get
this in the log:
<3.6> 2018-10-21T13:45:23.829155+02:00 Isengard smartd 1173 - - Device: /dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0:0 [SAT], state written to /var/lib/smartmontools/smartd.WDC_WD80EZAZ_11TDBA0-2TKST2SD.ata.state
<3.6> 2018-10-21T13:45:24.483719+02:00 Isengard smartd 11255 - - Device: /dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0:0 [SAT], opened
<3.6> 2018-10-21T13:45:24.484570+02:00 Isengard smartd 11255 - - Device: /dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0:0 [SAT], WDC WD80EZAZ-11TDBA0, S/N:2TKST2SD, WWN:5-000cca-26af51579, FW:83.H0A83, 8.00 TB
<3.6> 2018-10-21T13:45:24.503334+02:00 Isengard smartd 11255 - - Device: /dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0:0 [SAT], not found in smartd database.
<3.6> 2018-10-21T13:45:24.525071+02:00 Isengard smartd 11255 - - Device: /dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0:0 [SAT], enabled SMART Attribute Autosave.
<3.6> 2018-10-21T13:45:24.530486+02:00 Isengard smartd 11255 - - Device: /dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0:0 [SAT], enabled SMART Automatic Offline Testing.
<3.6> 2018-10-21T13:45:24.535003+02:00 Isengard smartd 11255 - - Device: /dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0:0 [SAT], is SMART capable. Adding to "monitor" list.
<3.6> 2018-10-21T13:45:24.535627+02:00 Isengard smartd 11255 - - Device: /dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0:0 [SAT], state read from /var/lib/smartmontools/smartd.WDC_WD80EZAZ_11TDBA0-2TKST2SD.ata.state
<3.6> 2018-10-21T13:45:24.880219+02:00 Isengard smartd 11255 - - Device: /dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0:0 [SAT], state written to /var/lib/smartmontools/smartd.WDC_WD80EZAZ_11TDBA0-2TKST2SD.ata.state
<3.6> 2018-10-21T14:15:25.233525+02:00 Isengard smartd 11255 - - Device: /dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0:0 [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 147 to 144
<3.6> 2018-10-21T15:45:31.681938+02:00 Isengard smartd 11255 - - Device: /dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0:0 [SAT], not capable of SMART self-check
<3.2> 2018-10-21T15:45:33.632399+02:00 Isengard smartd 11255 - - Device: /dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0:0 [SAT], failed to read SMART Attribute Data
<3.6> 2018-10-21T16:15:24.678100+02:00 Isengard smartd 11255 - - Device: /dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0:0 [SAT], read SMART Attribute Data worked again, warning condition reset after 1 email
<3.6> 2018-10-21T18:15:31.767150+02:00 Isengard smartd 11255 - - Device: /dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0:0 [SAT], not capable of SMART self-check
<3.2> 2018-10-21T18:15:33.717688+02:00 Isengard smartd 11255 - - Device: /dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0:0 [SAT], failed to read SMART Attribute Data
<3.6> 2018-10-21T18:45:24.587304+02:00 Isengard smartd 11255 - - Device: /dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0:0 [SAT], read SMART Attribute Data worked again, warning condition reset after 1 email
It intermitently but periodically fail to read atributes, triggering
hundreds of emails sent to me to warn of the problem:
+++------------
Subject: SMART error (FailedReadSmartData) detected on host: Isengard
This message was generated by the smartd daemon running on:
host name: Isengard
DNS domain: valinor
The following warning/error was logged by the smartd daemon:
Device: /dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0:0 [SAT],
failed to read SMART Attribute Data
Device info:
WDC WD80EZAZ-11TDBA0, S/N:2TKST2SD, WWN:5-000cca-26af51579, FW:83.H0A83, 8.00 TB
For details see host's SYSLOG.
You can also use the smartctl utility for further investigation.
Another message will be sent in 24 hours if the problem persists.
- ------------++-
The disk is indeed smart capable and it works fine, as long as I call
smartctl with "-d sat,16", which I do:
Isengard:~ # smartctl --test=short -d sat,16 /dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0\:0
smartctl 6.6 2017-11-05 r4594 [x86_64-linux-4.4.155-68-default] (SUSE RPM)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Short self-test routine immediately in off-line mode".
Drive command "Execute SMART Short self-test routine immediately in off-line mode" successful.
Testing has begun.
Please wait 2 minutes for test to complete.
Test will complete after Sun Oct 21 13:50:18 2018
Use smartctl -X to abort test.
Isengard:~ #
Isengard:~ # smartctl --health -d sat,16 /dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0\:0
smartctl 6.6 2017-11-05 r4594 [x86_64-linux-4.4.155-68-default] (SUSE RPM)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
Isengard:~ #
It is crucial to use "-d sat,16" or it fails:
Isengard:~ # smartctl --health
/dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0\:0
smartctl 6.6 2017-11-05 r4594 [x86_64-linux-4.4.155-68-default] (SUSE RPM)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org
/dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0:0: Unknown USB bridge [0x1058:0x25ee (0x4004)]
Please specify device type with the -d option.
Use smartctl -h to get a usage summary
Isengard:~ #
Of course I use that option on the config:
Isengard:~ # cat /etc/smartd.conf | egrep -v "^[[:space:]]*$|^#"
/dev/sda -a -o on -S on -s (S/../.././02|L/../../6/03) -m root(a)telcontar.valinor
/dev/disk/by-id/wwn-0x5000000000000001 -a -o on -S on -s (S/../.././02|L/../../6/03) -m root(a)telcontar.valinor
/dev/disk/by-id/wwn-0x5000c5009399305f -a -o on -S on -s (S/../.././02|L/../../6/03) -m root(a)telcontar.valinor
/dev/disk/by-id/usb-WD_My_Book_25EE_32544B5354325344-0:0 -d sat,16 -a -o on -S on -s (S/../.././02|L/../../6/03) -m root(a)telcontar.valinor
Isengard:~ #
What else am I missing? Is smartd not using "-d sat,16" somewhere else? Is
it some other problem?
Isengard:~ # rpm -q smartmontools
smartmontools-6.6-135.1.x86_64
Isengard:~ #
- --
Cheers
Carlos E. R.
(from 42.3 x86_64 "Malachite" at Telcontar)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iEYEARECAAYFAlvM5UMACgkQtTMYHG2NR9WCwQCePjOt8PSMKsx6DwSe9bZJRhHf
2lQAn02eBTrtfAqmEg5ydZVagvMfW2r6
=eIzR
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
Hello List
am using Xfce : - in /var/log/warn : i see warning
" The gnome keyring socket is not owned with the same credentials as
the user login: /run/user/1000/keyring-4i77r7/control
2013-11-27T13:27:17.434100+02:00 su: gkr-pam: couldn't unlock the login
keyring "
...............
- any ideas how to fix ?
thanks
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
I'm running Leap15 on a couple of small NanoPi Neo Air. The network is
configured with dhcp and radvd, the latter also hands out the default
route.
Today I noticed that both had lost their default routes:
nano1:~ # uptime
18:06:44 up 9 days 7:31, 1 user, load average: 0.00, 0.00, 0.00
nano1:~ # ip -6 route show
2001:db8::1::/64 dev wlan0 proto kernel metric 256 expires 85071sec pref
medium
fe80::/64 dev wlan0 proto kernel metric 256 pref medium
After a reboot, the default route is back:
nano1:~ # uptime
18:22:47 up 0:00, 1 user, load average: 1.03, 0.29, 0.10
nano1:~ # ip -6 route show
2001:db8::1::/64 dev wlan0 proto kernel metric 256 expires 86381sec pref
medium
fe80::/64 dev wlan0 proto kernel metric 256 pref medium
default via fe80::1 dev wlan0 proto ra metric 1024 expires 1781sec
hoplimit 64 pref medium
I've put up some monitoring to try to determine when the route is lost,
but why would it be lost at all??
--
Per Jessen, Zürich (9.2°C)
http://www.cloudsuisse.com/ - your owncloud, hosted in Switzerland.
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Content-ID: <alpine.LSU.2.21.1903291107010.4036(a)Telcontar.valinor>
Hi,
As mentioned previously, I have a problem with hibernation, and I need to
try if a more advanced kernel solves the problem. So I have installed the
15.1 kernel on 15.0 (instead of trying the TW kernel), and the 15.1 NVidia
driver.
So this is what I installed:
cer@Telcontar:~> rpm -qa | grep -i kernel | sort
kernel-default-4.12.14-lp150.12.48.1.x86_64
kernel-default-4.12.14-lp151.22.9.x86_64
kernel-default-devel-4.12.14-lp150.12.48.1.x86_64
kernel-default-devel-4.12.14-lp151.22.9.x86_64
kernel-devel-4.12.14-lp150.12.45.1.noarch
kernel-devel-4.12.14-lp150.12.48.1.noarch
(I do not see a 15.1 version in repo)
kernel-docs-4.12.14-lp150.12.48.1.noarch
(I do not see a 15.1 version in repo)
kernel-firmware-20190118-lp150.2.12.1.noarch
(I do not see a 15.1 version in repo)
kernel-macros-4.12.14-lp150.12.48.1.noarch
(I do not see a 15.1 version in repo)
kernel-source-4.12.14-lp150.12.45.1.noarch
kernel-source-4.12.14-lp150.12.48.1.noarch
(I do not see a 15.1 version in repo)
kernel-syms-4.12.14-lp150.12.48.1.x86_64
kernel-syms-4.12.14-lp151.22.9.x86_64
(I do not see a 15.1 version in repo)
nfs-kernel-server-2.1.1-lp150.4.6.1.x86_64
texlive-l3kernel-2017.133.svn44483-lp150.5.4.noarch
texlive-l3kernel-doc-2017.133.svn44483-lp150.5.4.noarch
cer@Telcontar:~> rpm -qa | grep -i nvidia | sort
nvidia-computeG03-340.107-lp151.12.2.x86_64
nvidia-gfxG03-kmp-default-340.107_k4.12.14_lp151.22-lp151.12.26.x86_64
nvidia-glG03-340.107-lp151.12.2.x86_64
nvidia-uvm-gfxG03-kmp-default-340.107_k4.12.14_lp151.22-lp151.12.25.x86_64
x11-video-nvidiaG03-340.107-lp151.12.2.x86_64
cer@Telcontar:~> uname -a
Linux Telcontar 4.12.14-lp151.22-default #1 SMP Thu Feb 28 15:45:32 UTC
2019 (25279f0) x86_64 x86_64 x86_64 GNU/Linux
cer@Telcontar:~>
Graphic crashes - as I half feared:
cer@Telcontar:~> startx
xauth: file /home/cer/.serverauth.3927 does not exist
X.Org X Server 1.19.6
Release Date: 2017-12-20
X Protocol Version 11, Revision 0
Build Operating System: openSUSE SUSE LINUX
Current Operating System: Linux Telcontar 4.12.14-lp151.22-default #1 SMP Thu
Feb 28 15:45:32 UTC 2019 (25279f0) x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-4.12.14-lp151.22-default
root=UUID=ac173013-18ad-4c4e-921e-fd2ecfb56495
resume=/dev/disk/by-label/ssd-swap splash=verbose
Build Date: 14 March 2019 12:00:00PM
Current version of pixman: 0.34.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/home/cer/.local/share/xorg/Xorg.0.log", Time: Thu Mar 28
19:57:18 2019
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
(EE)
Fatal
server
error:
(EE)
no
screens
found(EE)
(EE)
Please
consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log
file at
"/home/cer/.local/share/xorg/Xorg.0.log"
for additional information.
(EE)
GA Arbitration: Cannot restore default device.(EE) Server terminated with error
(1). Closing log file.
V
^Cxinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: unexpected signal 2
- -------------------------------------------------------------------------------------------
xinit failed. /usr/bin/Xorg is not setuid, maybe that's the reason?
If so either use a display manager (strongly recommended) or adjust
/etc/permissions.local and run "chkstat --system --set" afterwards
cer@Telcontar:~>
(I had to press ctrl-c to stop to get back the prompt)
The "/home/cer/.local/share/xorg/Xorg.0.log" is attached. I don't see why
it crashes, except that it says "Failed to initialize the NVIDIA kernel
module.", but not why.
It says to see syslog. The relevant portion is this:
<10.6> 2019-03-28 19:56:54 Telcontar login - - - LOGIN ON tty2 BY cer
<3.6> 2019-03-28 19:56:55 Telcontar systemd 1 - - Started Clamav antivirus Deamon.
<3.6> 2019-03-28 19:56:55 Telcontar systemd 1 - - Starting Amavisd-new Virus Scanner interface...
<3.6> 2019-03-28 19:56:56 Telcontar systemd 1 - - Started Amavisd-new Virus Scanner interface.
<3.6> 2019-03-28 19:56:56 Telcontar systemd 1 - - Starting Postfix Mail Transport Agent...
<3.6> 2019-03-28 19:56:56 Telcontar echo 3820 - - Starting mail service (Postfix)
<3.6> 2019-03-28 19:56:58 Telcontar systemd 1 - - Started Postfix Mail Transport Agent.
<3.6> 2019-03-28 19:56:58 Telcontar systemd 1 - - Started Command Scheduler.
<3.6> 2019-03-28 19:56:58 Telcontar systemd 1 - - Reached target Multi-User System.
<3.6> 2019-03-28 19:56:58 Telcontar systemd 1 - - Starting Plays a welcome sound when target multi-user is reached...
<9.6> 2019-03-28 19:56:58 Telcontar cron 3917 - - (CRON) INFO (RANDOM_DELAY will be scaled with factor 31% if used.)
<3.6> 2019-03-28 19:56:58 Telcontar systemd 1 - - Starting Update UTMP about System Runlevel Changes...
<9.6> 2019-03-28 19:56:58 Telcontar cron 3917 - - (CRON) INFO (running with inotify support)
<3.6> 2019-03-28 19:56:58 Telcontar systemd 1 - - Started Update UTMP about System Runlevel Changes.
<3.6> 2019-03-28 19:56:58 Telcontar Mine - - - Saying hello world.
<3.6> 2019-03-28 19:56:58 Telcontar systemd 1 - - Started Plays a welcome sound when target multi-user is reached.
<3.6> 2019-03-28 19:57:45 Telcontar systemd 1 - - Starting Console Mouse manager...
<1.6> 2019-03-28 19:57:45 Telcontar 3982 - - *** info [daemon/startup.c(136)]:
<1.6> 2019-03-28 19:57:45 Telcontar 3982 - - Started gpm successfully. Entered daemon mode.
<3.6> 2019-03-28 19:57:45 Telcontar systemd 1 - - Started Console Mouse manager.
<4.6> 2019-03-28 19:58:14 Telcontar systemd-logind 1537 - - New session 3 of user cer.
I started gpm in order to paste the error log in text mode, so I know the
instant startx failed.
(init 5 makes the video flash in text mode, machine had to be rebooted to
recover)
- --
Cheers
Carlos E. R.
(from 15.0 x86_64 at Telcontar)
- ------------ End PGP Signed Message Verified 2019-03-29 11:07:01 -----------
- --
Cheers,
Carlos E. R.
(from openSUSE 15.0 x86_64 at Telcontar)
-----BEGIN PGP SIGNATURE-----
iHoEARECADoWIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCXJ3xphwccm9iaW4ubGlz
dGFzQHRlbGVmb25pY2EubmV0AAoJELUzGBxtjUfVBO0An0lqiCCpGWDJlGNC7M6Y
faGonoULAJ9zUTvSvbEosfN8qTKV1PKcue5GfA==
=z2Va
-----END PGP SIGNATURE-----
Hi,
Amarok is dead. Well, it is going to die, there is no Qt5 version and it
will be removed eventually.
I was just using it, and it has bugs: it does not keep track of what I
play, it says "never played" for everything.
Then I remembered "banshee". Well, there is no banshee on 15.0.
What else can I use on 15.0?
--
Cheers / Saludos,
Carlos E. R.
(from 15.0 x86_64 at Telcontar)