You are not logged in.

#1 2017-12-23 00:35:51

JL88HN
Member
Registered: 2016-12-01
Posts: 12

SDL & OpenGL errors with IQoption Application.

Hello guys! I have been looking for an answer here with no success, so now I just can ask you in a new post, this is my problem:

My laptop is an Acer Aspire 1410, I have been using Arch since 2015, and there is this trading application, IQoption, wich I installed with Yaourt, and was working fine, with some glitches as mentioned in Aur comments:

eimis commented on 2017-08-31 16:30			 
me the only one having graphical glitches?

eimis commented on 2017-08-31 17:37			 
Also, why not modify the .desktop file:
Exec=sh -c "SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 IQOption"
To prevent the app window from minimizing when focus is lost? I can't be the only one annoyed by this.

mracos commented on 2017-09-01 16:09			 
No glitches here, send more details?
As about the window minimizing when losing focus, didn't saw it because of: tilling window managers. If you can send a patch to my email I will be happy to apply it.

But I have installed that package several times and was always working, and today I re-installed it and the window just open and inmediatly closes, the application Log says:

GNU nano 2.9.1                                /home/jl88hn/.local/data/IQ Option/log.txt                                             

[2017-12-22 16:04:30.529] [IQ Option] [error] Trying 0
[2017-12-22 16:04:30.529] [IQ Option] [error] Can't open file '/home/jl88hn/.local/data/IQ Option/desktop.cfg': No such file or direct$
[2017-12-22 16:04:30.529] [IQ Option] [error] Unable to load file: '/home/jl88hn/.local/data/IQ Option/desktop.cfg': No such file or d$
[2017-12-22 16:04:30.530] [IQ Option] [error] SDL failed to create window:
    Couldn't find matching GLX visual
[2017-12-22 16:04:30.530] [IQ Option] [error] Trying 1
[2017-12-22 16:04:30.530] [IQ Option] [error] Can't open file '/home/jl88hn/.local/data/IQ Option/desktop.cfg': No such file or direct$
[2017-12-22 16:04:30.530] [IQ Option] [error] Unable to load file: '/home/jl88hn/.local/data/IQ Option/desktop.cfg': No such file or d$
[2017-12-22 16:04:30.562] [IQ Option] [error] OpenGL context could not be created:
    Could not create GL context: GLXBadFBConfig
[2017-12-22 16:04:30.562] [IQ Option] [error] Trying 2
[2017-12-22 16:04:30.564] [IQ Option] [error] Can't open file '/home/jl88hn/.local/data/IQ Option/desktop.cfg': No such file or direct$
[2017-12-22 16:04:30.564] [IQ Option] [error] Unable to load file: '/home/jl88hn/.local/data/IQ Option/desktop.cfg': No such file or d$
[2017-12-22 16:04:30.564] [IQ Option] [error] SDL failed to create window:
    Couldn't find matching GLX visual
[2017-12-22 16:04:30.564] [IQ Option] [error] Trying 3
[2017-12-22 16:04:30.564] [IQ Option] [error] Can't open file '/home/jl88hn/.local/data/IQ Option/desktop.cfg': No such file or direct$
[2017-12-22 16:04:30.564] [IQ Option] [error] Unable to load file: '/home/jl88hn/.local/data/IQ Option/desktop.cfg': No such file or d$
[2017-12-22 16:04:30.648] [IQ Option] [error] Can't open file '/home/jl88hn/.local/data/IQ Option//usr/share/icons/hicolor/128x128/app$
[2017-12-22 16:04:30.649] [IQ Option] [error] Unable to load file: '/home/jl88hn/.local/data/IQ Option//usr/share/icons/hicolor/128x12$
[2017-12-22 16:04:30.785] [IQ Option] [error] 0:8(2): error: value of type vec3 cannot be assigned to variable of type vec4
^@^@
[2017-12-22 16:04:30.786] [IQ Option] [critical] Failed to compile shader 'shaders/glsl110/color_only.fshader'
[2017-12-22 16:04:30.786] [IQ Option] [error] Fragment shader 'color/fill/main' compilation failed.
[2017-12-22 16:04:30.786] [IQ Option] [critical] Failed to load effect:
[2017-12-22 16:08:09.296] [IQ Option] [error] Trying 0
[2017-12-22 16:08:09.296] [IQ Option] [error] SDL failed to create window:
    Couldn't find matching GLX visual
[2017-12-22 16:08:09.297] [IQ Option] [error] Trying 1

I made some changes in the system before uninstall it, so I think its related. Since yesterday I installed a UI Systemd, the package is systemd-git from Aur, and in order to install it, I had to replace some systemd packages with systemd-git versions. Then I decided to get the systemd as it was before but when I tried to uninstall some systemd package, I received this message:

error: failed to prepare transaction (could not satisfy dependencies)
:: colord: removing systemd breaks dependency 'systemd'
:: dhcpcd: removing systemd breaks dependency 'udev'
:: libinput: removing systemd breaks dependency 'systemd'
:: libpulse: removing systemd breaks dependency 'systemd'
:: libwacom: removing systemd breaks dependency 'systemd'
:: mkinitcpio: removing systemd breaks dependency 'systemd'
:: netctl: removing systemd breaks dependency 'systemd>=233'
:: pcmciautils: removing systemd breaks dependency 'systemd'
:: polkit: removing systemd breaks dependency 'systemd'
:: rtkit: removing systemd breaks dependency 'systemd'
:: systemd-sysvcompat: removing systemd breaks dependency 'systemd'
:: upower: removing systemd breaks dependency 'systemd'
:: xdg-user-dirs: removing systemd breaks dependency 'systemd'

..So I tried to disable the services, I just disabled "colord.service" but when I tried to enable it again, I got this message:

[jl88hn@Acer ~]$ systemctl enable colord.service
The unit files have no installation config (WantedBy, RequiredBy, Also, Alias
settings in the [Install] section, and DefaultInstance for template units).
This means they are not meant to be enabled using systemctl.
Possible reasons for having this kind of units are:
1) A unit may be statically enabled by being symlinked from another unit's
   .wants/ or .requires/ directory.
2) A unit's purpose may be to act as a helper for some other unit which has
   a requirement dependency on it.
3) A unit may be started when needed via activation (socket, path, timer,
   D-Bus, udev, scripted systemctl call, ...).
4) In case of template units, the unit is meant to be enabled with some
   instance name specified.

..and if I don't start the colord.service manually, it's status is:

[jl88hn@Acer ~]$ systemctl status colord
● colord.service - Manage, Install and Generate Color Profiles
   Loaded: loaded (/usr/lib/systemd/system/colord.service; static; vendor preset: disabled)
   Active: inactive (dead)

So I don't know if this is related or it's just about the Graphics, my Video Card is Intel and the driver xf86-video-intel and mesa are updated.

More system info:

Linux Acer 4.14.8-1-ARCH #1 SMP PREEMPT Wed Dec 20 21:27:44 UTC 2017 x86_64 GNU/Linux

Pci info:

00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)
00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M-E LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801IBM/IEM (ICH9M/ICH9M-E) 4 port SATA Controller [AHCI mode] (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
01:00.0 Ethernet controller: Qualcomm Atheros AR8131 Gigabit Ethernet (rev c0)
02:00.0 Network controller: Intel Corporation Centrino Wireless-N 1000 [Condor Peak]

Thanks in advance!

*I forgot to mention that, I replace all the systemd-git packages with the original systemd, using "yaourt -rdd", and just before uninstall IQoption, I cleaned the system from orphan packages following the Arch Wiki guide, uninstall Minecraft, Midori and Chromium and install Gimp and Firefox.

Last edited by JL88HN (2017-12-23 01:12:24)

Offline

#2 2017-12-23 00:38:35

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: SDL & OpenGL errors with IQoption Application.

Please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Co … s_and_code


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2017-12-23 01:03:16

loqs
Member
Registered: 2014-03-06
Posts: 18,853

Re: SDL & OpenGL errors with IQoption Application.

Please post in code tags with LC_ALL=C prepended the pacman invocation command that generated this output plus its full output

error: no se pudo preparar la operación (no se pudieron satisfacer las dependencias)

Offline

#4 2017-12-23 01:14:16

JL88HN
Member
Registered: 2016-12-01
Posts: 12

Re: SDL & OpenGL errors with IQoption Application.

loqs wrote:

Please post in code tags with LC_ALL=C prepended the pacman invocation command that generated this output plus its full output

error: no se pudo preparar la operación (no se pudieron satisfacer las dependencias)

I'm sorry, I didn't realize that, I hope it's correct now.

Offline

#5 2017-12-23 01:27:41

loqs
Member
Registered: 2014-03-06
Posts: 18,853

Re: SDL & OpenGL errors with IQoption Application.

So what command did you give to pacman that produced this output?

error: failed to prepare transaction (could not satisfy dependencies)
:: colord: removing systemd breaks dependency 'systemd'
:: dhcpcd: removing systemd breaks dependency 'udev'
:: libinput: removing systemd breaks dependency 'systemd'
:: libpulse: removing systemd breaks dependency 'systemd'
:: libwacom: removing systemd breaks dependency 'systemd'
:: mkinitcpio: removing systemd breaks dependency 'systemd'
:: netctl: removing systemd breaks dependency 'systemd>=233'
:: pcmciautils: removing systemd breaks dependency 'systemd'
:: polkit: removing systemd breaks dependency 'systemd'
:: rtkit: removing systemd breaks dependency 'systemd'
:: systemd-sysvcompat: removing systemd breaks dependency 'systemd'
:: upower: removing systemd breaks dependency 'systemd'
:: xdg-user-dirs: removing systemd breaks dependency 'systemd'

Offline

#6 2017-12-23 02:31:52

JL88HN
Member
Registered: 2016-12-01
Posts: 12

Re: SDL & OpenGL errors with IQoption Application.

loqs wrote:

So what command did you give to pacman that produced this output?

error: failed to prepare transaction (could not satisfy dependencies)
:: colord: removing systemd breaks dependency 'systemd'
:: dhcpcd: removing systemd breaks dependency 'udev'
:: libinput: removing systemd breaks dependency 'systemd'
:: libpulse: removing systemd breaks dependency 'systemd'
:: libwacom: removing systemd breaks dependency 'systemd'
:: mkinitcpio: removing systemd breaks dependency 'systemd'
:: netctl: removing systemd breaks dependency 'systemd>=233'
:: pcmciautils: removing systemd breaks dependency 'systemd'
:: polkit: removing systemd breaks dependency 'systemd'
:: rtkit: removing systemd breaks dependency 'systemd'
:: systemd-sysvcompat: removing systemd breaks dependency 'systemd'
:: upower: removing systemd breaks dependency 'systemd'
:: xdg-user-dirs: removing systemd breaks dependency 'systemd'

That was the output I received when I tried to uninstall systemd-git

pacman -Rs systemd-git

originally it said "removing systemd-git breaks.." but I didn't copy it when I had systemd-git.. Now it says "systemd" only because I installed the original packages again.

Offline

#7 2017-12-23 03:20:29

loqs
Member
Registered: 2014-03-06
Posts: 18,853

Re: SDL & OpenGL errors with IQoption Application.

So it is this package from AUR https://aur.archlinux.org/packages/iqoption-bin?  Between the uninstallation of the package and the reinstallation were any dependencies such as mesa updated?

Offline

#8 2017-12-23 03:29:21

JL88HN
Member
Registered: 2016-12-01
Posts: 12

Re: SDL & OpenGL errors with IQoption Application.

loqs wrote:

So it is this package from AUR https://aur.archlinux.org/packages/iqoption-bin?  Between the uninstallation of the package and the reinstallation were any dependencies such as mesa updated?

Yes, that's the package, some days ago I even uninstalled it and try the official version that was a deb package, I used debtap to convert it to a Arch package and then I installed it with pacman and it worked fine, but today I tried to do that and received the same error. And no, when I replaced the packages I just installed the default dependencies.

Offline

#9 2017-12-23 03:39:02

loqs
Member
Registered: 2014-03-06
Posts: 18,853

Re: SDL & OpenGL errors with IQoption Application.

So are you now using the package as generated by debtap or the version from AUR?  If you create a new user is the result the same?
Is there some reason you were repeatedly removing and reinstalling this package if it was functioning correctly?

Offline

#10 2017-12-23 03:46:16

JL88HN
Member
Registered: 2016-12-01
Posts: 12

Re: SDL & OpenGL errors with IQoption Application.

I also had a problem with VLC player today, after I installed the systemd-git packages, VLC opened the videos with no video, only sound, but after I reinstall the original systemd again, the problem was solved. Right now I just tried to open the IQoption app, it closed again, then I checked the journalctl:

[jl88hn@Acer ~]$ journalctl --since "1 min ago"
-- Logs begin at Fri 2017-11-24 07:40:42 CST, end at Fri 2017-12-22 21:38:43 CST
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.285] [IQ Option] [error] Ca
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.285] [IQ Option] [error] Un
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.290] [IQ Option] [critical]
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.440] [IQ Option] [error] Tr
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.441] [IQ Option] [error] SD
dic 22 21:38:35 Acer slim[330]:     Couldn't find matching GLX visual
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.441] [IQ Option] [error] Tr
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.465] [IQ Option] [error] Op
dic 22 21:38:35 Acer slim[330]:     Could not create GL context: GLXBadFBConfig
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.465] [IQ Option] [error] Tr
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.466] [IQ Option] [error] SD
dic 22 21:38:35 Acer slim[330]:     Couldn't find matching GLX visual
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.466] [IQ Option] [error] Tr
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.553] [IQ Option] [error] Ca
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.553] [IQ Option] [error] Un
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.618] [IQ Option] [error] 0:
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.618] [IQ Option] [critical]
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.619] [IQ Option] [error] Fr
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.619] [IQ Option] [critical]
dic 22 21:38:35 Acer kernel: IQOption[5066]: segfault at 0 ip 000000000077f9fc s
dic 22 21:38:35 Acer systemd[1]: Started Process Core Dump (PID 5068/UID 0).
dic 22 21:38:35 Acer systemd-coredump[5069]: Removed old coredump core.IQOption.
lines 1-23...skipping...
-- Logs begin at Fri 2017-11-24 07:40:42 CST, end at Fri 2017-12-22 21:38:43 CST. --
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.285] [IQ Option] [error] Can't open file '/tmp/IQOption/52240920': No such file or
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.285] [IQ Option] [error] Unable to save file: '/tmp/IQOption/52240920': No such fi
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.290] [IQ Option] [critical] Failed to load CA bundle /tmp/IQOption/52240920
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.440] [IQ Option] [error] Trying 0
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.441] [IQ Option] [error] SDL failed to create window:
dic 22 21:38:35 Acer slim[330]:     Couldn't find matching GLX visual
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.441] [IQ Option] [error] Trying 1
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.465] [IQ Option] [error] OpenGL context could not be created:
dic 22 21:38:35 Acer slim[330]:     Could not create GL context: GLXBadFBConfig
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.465] [IQ Option] [error] Trying 2
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.466] [IQ Option] [error] SDL failed to create window:
dic 22 21:38:35 Acer slim[330]:     Couldn't find matching GLX visual
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.466] [IQ Option] [error] Trying 3
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.553] [IQ Option] [error] Can't open file '/home/jl88hn/.local/data/IQ Option//usr/
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.553] [IQ Option] [error] Unable to load file: '/home/jl88hn/.local/data/IQ Option/
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.618] [IQ Option] [error] 0:8(2): error: value of type vec3 cannot be assigned to v
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.618] [IQ Option] [critical] Failed to compile shader 'shaders/glsl110/color_only.f
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.619] [IQ Option] [error] Fragment shader 'color/fill/main' compilation failed.
dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.619] [IQ Option] [critical] Failed to load effect:
dic 22 21:38:35 Acer kernel: IQOption[5066]: segfault at 0 ip 000000000077f9fc sp 00007ffc78bcbef0 error 4 in IQOption[400000+1a1d000]
dic 22 21:38:35 Acer systemd[1]: Started Process Core Dump (PID 5068/UID 0).
dic 22 21:38:35 Acer systemd-coredump[5069]: Removed old coredump core.IQOption.1000.1c64448bb20f48b0817f5fbedf287d65.3871.151399009400
dic 22 21:38:43 Acer systemd-coredump[5069]: Process 5066 (IQOption) of user 1000 dumped core.
                                             
                                             Stack trace of thread 5066:
                                             #0  0x000000000077f9fc n/a (IQOption)
                                             #1  0x000000000077d39a n/a (IQOption)
                                             #2  0x00000000009b62ba n/a (IQOption)
                                             #3  0x00007fc13760af4a __libc_start_main (libc.so.6)
                                             #4  0x00000000006b8419 _start (IQOption)
                                             
                                             Stack trace of thread 5067:
                                             #0  0x00007fc1376d6026 ppoll (libc.so.6)
                                             #1  0x00007fc12e555c53 pa_mainloop_poll (libpulse.so.0)
                                             #2  0x00007fc12e556271 pa_mainloop_iterate (libpulse.so.0)
                                             #3  0x00007fc12e556301 pa_mainloop_run (libpulse.so.0)
                                             #4  0x00007fc137179930 n/a (libSDL2-2.0.so.0)
                                             #5  0x00007fc13713a3cf n/a (libSDL2-2.0.so.0)
                                             #6  0x00007fc13719323a n/a (libSDL2-2.0.so.0)
                                             #7  0x00007fc1383fe08a start_thread (libpthread.so.0)
                                             #8  0x00007fc1376e042f __clone (libc.so.6)
lines 8-42/42 (END)

Offline

#11 2017-12-23 03:55:54

JL88HN
Member
Registered: 2016-12-01
Posts: 12

Re: SDL & OpenGL errors with IQoption Application.

loqs wrote:

So are you now using the package as generated by debtap or the version from AUR?  If you create a new user is the result the same?
Is there some reason you were repeatedly removing and reinstalling this package if it was functioning correctly?

Right now I'm using the the package from Aur, because I noticed the debtap package was also including a package named Teamspeak3. I will create a new user and see if there's a difference. The reason was  that I was deleting some applications that I was not using anymore, and following the System Maintenance wiki. Because this IQoption application has some glitches like not to close normally, I tought it will be ok to use the windows version, because I have a dual boot system, but to be honest, I don't like to enter windows just for that application.

Offline

#12 2017-12-23 07:27:20

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,100

Re: SDL & OpenGL errors with IQoption Application.

using "yaourt -rdd"

Please paste your xorg log and your pacman log.

Offline

#13 2017-12-23 17:16:41

JL88HN
Member
Registered: 2016-12-01
Posts: 12

Re: SDL & OpenGL errors with IQoption Application.

seth wrote:

using "yaourt -rdd"

Please paste your xorg log and your pacman log.

Xorg:

[    20.617] 
X.Org X Server 1.19.5
Release Date: 2017-10-12
[    20.617] X Protocol Version 11, Revision 0
[    20.617] Build Operating System: Linux 4.9.54-1-lts x86_64 
[    20.617] Current Operating System: Linux Acer 4.14.8-1-ARCH #1 SMP PREEMPT Wed Dec 20 21:27:44 UTC 2017 x86_64
[    20.617] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=104d6bd5-ea45-43c9-b29a-d8c2e94a7e9e rw quiet
[    20.617] Build Date: 12 October 2017  09:59:53PM
[    20.617]  
[    20.617] Current version of pixman: 0.34.0
[    20.617] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    20.617] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    20.617] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec 23 10:36:09 2017
[    20.664] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    20.664] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    20.690] (==) No Layout section.  Using the first Screen section.
[    20.690] (==) No screen section available. Using defaults.
[    20.690] (**) |-->Screen "Default Screen Section" (0)
[    20.690] (**) |   |-->Monitor "<default monitor>"
[    20.691] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    20.691] (==) Automatically adding devices
[    20.691] (==) Automatically enabling devices
[    20.691] (==) Automatically adding GPU devices
[    20.691] (==) Automatically binding GPU devices
[    20.691] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    20.740] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    20.740] 	Entry deleted from font path.
[    20.740] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    20.740] 	Entry deleted from font path.
[    20.740] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    20.740] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    20.740] 	Entry deleted from font path.
[    20.740] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    20.740] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[    20.740] (==) ModulePath set to "/usr/lib/xorg/modules"
[    20.740] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    20.754] (II) Loader magic: 0x55b92a3f5d60
[    20.754] (II) Module ABI versions:
[    20.754] 	X.Org ANSI C Emulation: 0.4
[    20.754] 	X.Org Video Driver: 23.0
[    20.754] 	X.Org XInput driver : 24.1
[    20.754] 	X.Org Server Extension : 10.0
[    20.755] (++) using VT number 7

[    20.755] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    20.757] (II) xfree86: Adding drm device (/dev/dri/card0)
[    20.778] (--) PCI:*(0:0:2:0) 8086:2a42:1025:029b rev 7, Mem @ 0x90000000/4194304, 0x80000000/268435456, I/O @ 0x000030d0/8, BIOS @ 0x????????/131072
[    20.779] (--) PCI: (0:0:2:1) 8086:2a43:1025:029b rev 7, Mem @ 0x92400000/1048576
[    20.779] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    20.779] (II) LoadModule: "glx"
[    20.789] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    21.132] (II) Module glx: vendor="X.Org Foundation"
[    21.132] 	compiled for 1.19.5, module version = 1.0.0
[    21.132] 	ABI class: X.Org Server Extension, version 10.0
[    21.132] (==) Matched intel as autoconfigured driver 0
[    21.132] (==) Matched intel as autoconfigured driver 1
[    21.132] (==) Matched modesetting as autoconfigured driver 2
[    21.132] (==) Matched fbdev as autoconfigured driver 3
[    21.132] (==) Matched vesa as autoconfigured driver 4
[    21.132] (==) Assigned the driver to the xf86ConfigLayout
[    21.132] (II) LoadModule: "intel"
[    21.132] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    21.258] (II) Module intel: vendor="X.Org Foundation"
[    21.258] 	compiled for 1.19.5, module version = 2.99.917
[    21.258] 	Module class: X.Org Video Driver
[    21.258] 	ABI class: X.Org Video Driver, version 23.0
[    21.258] (II) LoadModule: "modesetting"
[    21.258] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    21.272] (II) Module modesetting: vendor="X.Org Foundation"
[    21.272] 	compiled for 1.19.5, module version = 1.19.5
[    21.272] 	Module class: X.Org Video Driver
[    21.272] 	ABI class: X.Org Video Driver, version 23.0
[    21.272] (II) LoadModule: "fbdev"
[    21.272] (WW) Warning, couldn't open module fbdev
[    21.272] (II) UnloadModule: "fbdev"
[    21.272] (II) Unloading fbdev
[    21.272] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    21.272] (II) LoadModule: "vesa"
[    21.273] (WW) Warning, couldn't open module vesa
[    21.273] (II) UnloadModule: "vesa"
[    21.273] (II) Unloading vesa
[    21.273] (EE) Failed to load module "vesa" (module does not exist, 0)
[    21.273] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    21.273] (II) intel: Driver for Intel(R) HD Graphics
[    21.273] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    21.273] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    21.273] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    21.350] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20170818
[    21.350] (II) intel(0): SNA compiled from 2.99.917-802-gaf6d8e9e
[    21.356] (WW) Falling back to old probe method for modesetting
[    21.357] (--) intel(0): Integrated Graphics Chipset: Intel(R) GM45
[    21.357] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3; using a maximum of 2 threads
[    21.358] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    21.358] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    21.358] (==) intel(0): RGB weight 888
[    21.358] (==) intel(0): Default visual is TrueColor
[    21.655] (II) intel(0): Output LVDS1 has no monitor section
[    21.655] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
[    21.655] (II) intel(0): Enabled output LVDS1
[    21.655] (II) intel(0): Output VGA1 has no monitor section
[    21.655] (II) intel(0): Enabled output VGA1
[    21.655] (II) intel(0): Output HDMI1 has no monitor section
[    21.656] (II) intel(0): Enabled output HDMI1
[    21.656] (II) intel(0): Output DP1 has no monitor section
[    21.656] (II) intel(0): Enabled output DP1
[    21.656] (II) intel(0): Output HDMI2 has no monitor section
[    21.656] (II) intel(0): Enabled output HDMI2
[    21.656] (II) intel(0): Output DP2 has no monitor section
[    21.656] (II) intel(0): Enabled output DP2
[    21.656] (II) intel(0): Output DP3 has no monitor section
[    21.657] (II) intel(0): Enabled output DP3
[    21.657] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    21.657] (II) intel(0): Output VIRTUAL1 has no monitor section
[    21.657] (II) intel(0): Enabled output VIRTUAL1
[    21.657] (--) intel(0): Output LVDS1 using initial mode 1366x768 on pipe 0
[    21.657] (==) intel(0): TearFree disabled
[    21.657] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    21.657] (==) intel(0): DPI set to (96, 96)
[    21.657] (II) Loading sub module "dri3"
[    21.657] (II) LoadModule: "dri3"
[    21.657] (II) Module "dri3" already built-in
[    21.657] (II) Loading sub module "dri2"
[    21.657] (II) LoadModule: "dri2"
[    21.657] (II) Module "dri2" already built-in
[    21.657] (II) Loading sub module "present"
[    21.657] (II) LoadModule: "present"
[    21.657] (II) Module "present" already built-in
[    21.657] (II) UnloadModule: "modesetting"
[    21.657] (II) Unloading modesetting
[    21.658] (==) Depth 24 pixmap format is 32 bpp
[    21.953] (II) intel(0): SNA initialized with Eaglelake (gen4.5) backend
[    21.953] (==) intel(0): Backing store enabled
[    21.953] (==) intel(0): Silken mouse enabled
[    21.957] (II) intel(0): HW Cursor enabled
[    21.957] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    21.958] (==) intel(0): DPMS enabled
[    21.958] (==) intel(0): Display hotplug detection enabled
[    21.958] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    21.958] (II) intel(0): [DRI2] Setup complete
[    21.958] (II) intel(0): [DRI2]   DRI driver: i965
[    21.958] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    21.958] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    21.958] (II) intel(0): hardware support for Present enabled
[    21.958] (--) RandR disabled
[    22.815] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    22.815] (II) AIGLX: enabled GLX_ARB_create_context
[    22.815] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    22.815] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    22.815] (II) AIGLX: enabled GLX_INTEL_swap_event
[    22.815] (II) AIGLX: enabled GLX_SGI_swap_control
[    22.815] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    22.815] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    22.815] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[    22.815] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    22.815] (II) AIGLX: Loaded and initialized i965
[    22.815] (II) GLX: Initialized DRI2 GL provider for screen 0
[    22.832] (II) intel(0): switch to mode 1366x768@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[    22.841] (II) intel(0): Setting screen physical size to 361 x 203
[    23.244] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    23.244] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    23.244] (**) Power Button: Applying InputClass "system-keyboard"
[    23.244] (II) LoadModule: "libinput"
[    23.245] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    23.306] (II) Module libinput: vendor="X.Org Foundation"
[    23.306] 	compiled for 1.19.3, module version = 0.26.0
[    23.306] 	Module class: X.Org XInput Driver
[    23.306] 	ABI class: X.Org XInput driver, version 24.1
[    23.306] (II) Using input driver 'libinput' for 'Power Button'
[    23.306] (**) Power Button: always reports core events
[    23.306] (**) Option "Device" "/dev/input/event5"
[    23.306] (**) Option "_source" "server/udev"
[    23.307] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    23.307] (II) event5  - (II) Power Button: (II) device is a keyboard
[    23.307] (II) event5  - (II) Power Button: (II) device removed
[    23.323] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input9/event5"
[    23.323] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    23.323] (**) Option "xkb_model" "pc104"
[    23.323] (**) Option "xkb_layout" "latam"
[    23.323] (**) Option "xkb_variant" "deadtilde, dvorak"
[    23.323] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    23.371] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    23.371] (II) event5  - (II) Power Button: (II) device is a keyboard
[    23.372] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[    23.372] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    23.372] (**) Video Bus: Applying InputClass "system-keyboard"
[    23.372] (II) Using input driver 'libinput' for 'Video Bus'
[    23.372] (**) Video Bus: always reports core events
[    23.372] (**) Option "Device" "/dev/input/event12"
[    23.372] (**) Option "_source" "server/udev"
[    23.373] (II) event12 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    23.373] (II) event12 - (II) Video Bus: (II) device is a keyboard
[    23.373] (II) event12 - (II) Video Bus: (II) device removed
[    23.400] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input18/event12"
[    23.400] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    23.400] (**) Option "xkb_model" "pc104"
[    23.400] (**) Option "xkb_layout" "latam"
[    23.400] (**) Option "xkb_variant" "deadtilde, dvorak"
[    23.400] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    23.401] (II) event12 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    23.401] (II) event12 - (II) Video Bus: (II) device is a keyboard
[    23.402] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    23.402] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    23.402] (**) Power Button: Applying InputClass "system-keyboard"
[    23.402] (II) Using input driver 'libinput' for 'Power Button'
[    23.402] (**) Power Button: always reports core events
[    23.402] (**) Option "Device" "/dev/input/event2"
[    23.402] (**) Option "_source" "server/udev"
[    23.403] (II) event2  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    23.403] (II) event2  - (II) Power Button: (II) device is a keyboard
[    23.403] (II) event2  - (II) Power Button: (II) device removed
[    23.420] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event2"
[    23.420] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    23.420] (**) Option "xkb_model" "pc104"
[    23.420] (**) Option "xkb_layout" "latam"
[    23.420] (**) Option "xkb_variant" "deadtilde, dvorak"
[    23.420] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    23.421] (II) event2  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    23.421] (II) event2  - (II) Power Button: (II) device is a keyboard
[    23.422] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[    23.422] (II) No input driver specified, ignoring this device.
[    23.422] (II) This device may have been added with another device file.
[    23.422] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[    23.422] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    23.422] (**) Sleep Button: Applying InputClass "system-keyboard"
[    23.422] (II) Using input driver 'libinput' for 'Sleep Button'
[    23.422] (**) Sleep Button: always reports core events
[    23.423] (**) Option "Device" "/dev/input/event4"
[    23.423] (**) Option "_source" "server/udev"
[    23.423] (II) event4  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[    23.423] (II) event4  - (II) Sleep Button: (II) device is a keyboard
[    23.423] (II) event4  - (II) Sleep Button: (II) device removed
[    23.440] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input8/event4"
[    23.440] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    23.440] (**) Option "xkb_model" "pc104"
[    23.440] (**) Option "xkb_layout" "latam"
[    23.440] (**) Option "xkb_variant" "deadtilde, dvorak"
[    23.440] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    23.441] (II) event4  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[    23.441] (II) event4  - (II) Sleep Button: (II) device is a keyboard
[    23.443] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event1)
[    23.443] (**) USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    23.443] (II) Using input driver 'libinput' for 'USB Optical Mouse'
[    23.443] (**) USB Optical Mouse: always reports core events
[    23.443] (**) Option "Device" "/dev/input/event1"
[    23.443] (**) Option "_source" "server/udev"
[    23.500] (II) event1  - (II) USB Optical Mouse: (II) is tagged by udev as: Mouse
[    23.500] (II) event1  - (II) USB Optical Mouse: (II) device is a pointer
[    23.500] (II) event1  - (II) USB Optical Mouse: (II) device removed
[    23.543] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/0003:0461:4D0F.0001/input/input5/event1"
[    23.543] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 10)
[    23.543] (**) Option "AccelerationScheme" "none"
[    23.543] (**) USB Optical Mouse: (accel) selected scheme none/0
[    23.544] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[    23.544] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[    23.600] (II) event1  - (II) USB Optical Mouse: (II) is tagged by udev as: Mouse
[    23.600] (II) event1  - (II) USB Optical Mouse: (II) device is a pointer
[    23.601] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[    23.601] (II) No input driver specified, ignoring this device.
[    23.601] (II) This device may have been added with another device file.
[    23.602] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[    23.602] (II) No input driver specified, ignoring this device.
[    23.602] (II) This device may have been added with another device file.
[    23.603] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event8)
[    23.603] (II) No input driver specified, ignoring this device.
[    23.603] (II) This device may have been added with another device file.
[    23.603] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event9)
[    23.603] (II) No input driver specified, ignoring this device.
[    23.603] (II) This device may have been added with another device file.
[    23.604] (II) config/udev: Adding input device HDA Intel HDMI/DP,pcm=3 (/dev/input/event10)
[    23.604] (II) No input driver specified, ignoring this device.
[    23.604] (II) This device may have been added with another device file.
[    23.605] (II) config/udev: Adding input device WebCam: Webcam (/dev/input/event11)
[    23.605] (**) WebCam: Webcam: Applying InputClass "libinput keyboard catchall"
[    23.605] (**) WebCam: Webcam: Applying InputClass "system-keyboard"
[    23.605] (II) Using input driver 'libinput' for 'WebCam: Webcam'
[    23.605] (**) WebCam: Webcam: always reports core events
[    23.605] (**) Option "Device" "/dev/input/event11"
[    23.605] (**) Option "_source" "server/udev"
[    23.606] (II) event11 - (II) WebCam: Webcam: (II) is tagged by udev as: Keyboard
[    23.606] (II) event11 - (II) WebCam: Webcam: (II) device is a keyboard
[    23.606] (II) event11 - (II) WebCam: Webcam: (II) device removed
[    23.643] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input17/event11"
[    23.643] (II) XINPUT: Adding extended input device "WebCam: Webcam" (type: KEYBOARD, id 11)
[    23.643] (**) Option "xkb_model" "pc104"
[    23.643] (**) Option "xkb_layout" "latam"
[    23.643] (**) Option "xkb_variant" "deadtilde, dvorak"
[    23.643] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    23.644] (II) event11 - (II) WebCam: Webcam: (II) is tagged by udev as: Keyboard
[    23.644] (II) event11 - (II) WebCam: Webcam: (II) device is a keyboard
[    23.645] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    23.645] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    23.645] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    23.645] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    23.645] (**) AT Translated Set 2 keyboard: always reports core events
[    23.645] (**) Option "Device" "/dev/input/event0"
[    23.645] (**) Option "_source" "server/udev"
[    23.646] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    23.646] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    23.646] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[    23.673] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    23.673] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    23.673] (**) Option "xkb_model" "pc104"
[    23.673] (**) Option "xkb_layout" "latam"
[    23.673] (**) Option "xkb_variant" "deadtilde, dvorak"
[    23.673] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    23.674] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    23.674] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    23.675] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
[    23.675] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    23.675] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    23.675] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    23.675] (II) LoadModule: "synaptics"
[    23.675] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    23.706] (II) Module synaptics: vendor="X.Org Foundation"
[    23.706] 	compiled for 1.19.0, module version = 1.9.0
[    23.706] 	Module class: X.Org XInput Driver
[    23.706] 	ABI class: X.Org XInput driver, version 24.1
[    23.706] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    23.706] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    23.706] (**) Option "Device" "/dev/input/event13"
[    23.743] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[    23.743] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888 (res 88)
[    23.743] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5012 (res 143)
[    23.743] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    23.743] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    23.743] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    23.743] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    23.743] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    23.743] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    23.773] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input16/event13"
[    23.773] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[    23.773] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    23.773] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    23.773] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
[    23.774] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    23.774] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    23.774] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    23.774] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    23.774] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    23.774] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    23.775] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    23.775] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    23.775] (II) No input driver specified, ignoring this device.
[    23.775] (II) This device may have been added with another device file.
[    23.804] (II) intel(0): EDID vendor "SEC", prod id 12370
[    23.804] (II) intel(0): Printing DDC gathered Modelines:
[    23.804] (II) intel(0): Modeline "1366x768"x0.0   70.83  1366 1414 1446 1494  768 770 775 790 -hsync -vsync (47.4 kHz eP)

Pacman:

[2017-12-20 12:02] [ALPM] running 'update-desktop-database.hook'...
[2017-12-21 11:47] [PACMAN] Running 'pacman -S WebKitGTK+'
[2017-12-21 11:50] [PACMAN] Running 'pacman -S WebKitGTK'
[2017-12-21 12:09] [PACMAN] Running 'pacman -S firefox'
[2017-12-21 12:10] [PACMAN] Running 'pacman -Rs chromium'
[2017-12-21 12:10] [PACMAN] Running 'pacman -R chromium'
[2017-12-21 12:12] [PACMAN] Running 'pacman -Rs chromium'
[2017-12-21 12:12] [ALPM] transaction started
[2017-12-21 12:12] [ALPM] removed chromium (63.0.3239.108-1)
[2017-12-21 12:12] [ALPM] removed snappy (1.1.7-1)
[2017-12-21 12:12] [ALPM] removed re2 (20171201-1)
[2017-12-21 12:12] [ALPM] removed minizip (1:1.2.11-2)
[2017-12-21 12:12] [ALPM] transaction completed
[2017-12-21 12:12] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-12-21 12:12] [ALPM] running 'systemd-update.hook'...
[2017-12-21 12:12] [ALPM] running 'update-desktop-database.hook'...
[2017-12-21 12:13] [PACMAN] Running 'pacman -Rs midori'
[2017-12-21 12:13] [PACMAN] Running 'pacman -R midori'
[2017-12-21 12:13] [PACMAN] Running 'pacman -Rs midori'
[2017-12-21 12:14] [ALPM] transaction started
[2017-12-21 12:14] [ALPM] removed midori (0.5.11-6)
[2017-12-21 12:14] [ALPM] removed zeitgeist (1.0+1+g1bcc8585-1)
[2017-12-21 12:14] [ALPM] removed xapian-core (1:1.4.4-1)
[2017-12-21 12:14] [ALPM] removed telepathy-glib (0.24.1-1)
[2017-12-21 12:14] [ALPM] transaction completed
[2017-12-21 12:14] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-12-21 12:14] [ALPM] running 'systemd-update.hook'...
[2017-12-21 12:14] [ALPM] running 'update-desktop-database.hook'...
[2017-12-21 12:14] [PACMAN] Running 'pacman -S firefox'
[2017-12-21 12:16] [ALPM] transaction started
[2017-12-21 12:16] [ALPM] installed mozilla-common (1.4-4)
[2017-12-21 12:16] [ALPM-SCRIPTLET] relogin or source /etc/profile.d/mozilla-common.sh
[2017-12-21 12:16] [ALPM] installed mailcap (2.1.48+14+g5811758-1)
[2017-12-21 12:16] [ALPM] installed firefox (57.0.2-1)
[2017-12-21 12:16] [ALPM] transaction completed
[2017-12-21 12:16] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-12-21 12:16] [ALPM] running 'systemd-update.hook'...
[2017-12-21 12:16] [ALPM] running 'update-desktop-database.hook'...
[2017-12-21 13:05] [PACMAN] Running 'pacman -Syu'
[2017-12-21 13:05] [PACMAN] synchronizing package lists
[2017-12-21 13:05] [PACMAN] starting full system upgrade
[2017-12-21 13:39] [PACMAN] Running 'pacman -Syu'
[2017-12-21 13:39] [PACMAN] synchronizing package lists
[2017-12-21 13:39] [PACMAN] starting full system upgrade
[2017-12-21 13:43] [ALPM] transaction started
[2017-12-21 13:43] [ALPM] upgraded babl (0.1.30-1 -> 0.1.38-1)
[2017-12-21 13:43] [ALPM] upgraded libsystemd (235.38-4 -> 236.0-2)
[2017-12-21 13:43] [ALPM] upgraded device-mapper (2.02.176-1 -> 2.02.177-1)
[2017-12-21 13:43] [ALPM] upgraded harfbuzz (1.7.3-1 -> 1.7.4-1)
[2017-12-21 13:43] [ALPM] upgraded harfbuzz-icu (1.7.3-1 -> 1.7.4-1)
[2017-12-21 13:43] [ALPM] upgraded libjpeg-turbo (1.5.2-2 -> 1.5.3-1)
[2017-12-21 13:43] [ALPM] upgraded systemd (235.38-4 -> 236.0-2)
[2017-12-21 13:43] [ALPM] upgraded linux (4.14.6-1 -> 4.14.7-1)
[2017-12-21 13:43] [ALPM] upgraded llvm-libs (5.0.0-1 -> 5.0.1-1)
[2017-12-21 13:43] [ALPM] upgraded lvm2 (2.02.176-1 -> 2.02.177-1)
[2017-12-21 13:43] [ALPM] upgraded nm-connection-editor (1.8.10-2 -> 1.8.10-5)
[2017-12-21 13:43] [ALPM] upgraded network-manager-applet (1.8.10-2 -> 1.8.10-5)
[2017-12-21 13:43] [ALPM] upgraded python-xlib (0.20-1 -> 0.21-1)
[2017-12-21 13:43] [ALPM] upgraded systemd-sysvcompat (235.38-4 -> 236.0-2)
[2017-12-21 13:43] [ALPM] upgraded xfce4-power-manager (1.6.0.41.g9daecb5-1 -> 1.6.1-1)
[2017-12-21 13:43] [ALPM] transaction completed
[2017-12-21 13:43] [ALPM] running '60-linux.hook'...
[2017-12-21 13:44] [ALPM] running '90-linux.hook'...
[2017-12-21 13:44] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2017-12-21 13:44] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2017-12-21 13:44] [ALPM-SCRIPTLET] ==> Starting build: 4.14.7-1-ARCH
[2017-12-21 13:44] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2017-12-21 13:44] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2017-12-21 13:44] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2017-12-21 13:44] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2017-12-21 13:44] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2017-12-21 13:44] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2017-12-21 13:44] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2017-12-21 13:44] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2017-12-21 13:44] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2017-12-21 13:44] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2017-12-21 13:44] [ALPM-SCRIPTLET] ==> Image generation successful
[2017-12-21 13:44] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2017-12-21 13:44] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2017-12-21 13:44] [ALPM-SCRIPTLET] ==> Starting build: 4.14.7-1-ARCH
[2017-12-21 13:44] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2017-12-21 13:44] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2017-12-21 13:44] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2017-12-21 13:44] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2017-12-21 13:44] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2017-12-21 13:44] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2017-12-21 13:44] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2017-12-21 13:44] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2017-12-21 13:44] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2017-12-21 13:44] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2017-12-21 13:44] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2017-12-21 13:44] [ALPM-SCRIPTLET] ==> Image generation successful
[2017-12-21 13:44] [ALPM] running 'glib-compile-schemas.hook'...
[2017-12-21 13:44] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-12-21 13:44] [ALPM] running 'systemd-hwdb.hook'...
[2017-12-21 13:44] [ALPM] running 'systemd-sysusers.hook'...
[2017-12-21 13:44] [ALPM] running 'systemd-tmpfiles.hook'...
[2017-12-21 13:44] [ALPM] running 'systemd-update.hook'...
[2017-12-21 13:44] [ALPM] running 'update-desktop-database.hook'...
[2017-12-21 18:25] [PACMAN] Running 'pacman -S p7zip'
[2017-12-21 18:26] [ALPM] transaction started
[2017-12-21 18:26] [ALPM] installed p7zip (16.02-3)
[2017-12-21 18:26] [ALPM] transaction completed
[2017-12-21 18:26] [ALPM] running 'systemd-update.hook'...
[2017-12-21 19:13] [PACMAN] Running 'pacman -S flashplugin'
[2017-12-21 19:14] [ALPM] transaction started
[2017-12-21 19:14] [ALPM] installed flashplugin (28.0.0.126-1)
[2017-12-21 19:14] [ALPM] transaction completed
[2017-12-21 19:14] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-12-21 19:14] [ALPM] running 'systemd-update.hook'...
[2017-12-21 19:14] [ALPM] running 'update-desktop-database.hook'...
[2017-12-21 22:33] [PACMAN] Running 'pacman -R webkitgtk'
[2017-12-21 22:36] [PACMAN] Running 'pacman -Rs midori'
[2017-12-21 22:36] [PACMAN] Running 'pacman -Rs chromium'
[2017-12-21 22:45] [PACMAN] Running 'pacman -Rs minecraft'
[2017-12-21 22:45] [ALPM] transaction started
[2017-12-21 22:45] [ALPM] removed minecraft (latest-29)
[2017-12-21 22:45] [ALPM] removed xorg-xrandr (1.5.0-1)
[2017-12-21 22:45] [ALPM] transaction completed
[2017-12-21 22:45] [ALPM] running 'systemd-update.hook'...
[2017-12-21 22:45] [ALPM] running 'update-desktop-database.hook'...
[2017-12-21 22:49] [PACMAN] Running 'pacman -Rns boost gendesk gperf libtxc_dxtn ruby'
[2017-12-21 22:49] [ALPM] running 'texinfo-remove.hook'...
[2017-12-21 22:49] [ALPM] transaction started
[2017-12-21 22:49] [ALPM] removed ruby (2.4.3-1)
[2017-12-21 22:49] [ALPM] removed libyaml (0.1.7-1)
[2017-12-21 22:49] [ALPM] removed libtxc_dxtn (1.0.1-6)
[2017-12-21 22:49] [ALPM] removed gperf (3.1-1)
[2017-12-21 22:49] [ALPM] removed gendesk (0.6.5-1)
[2017-12-21 22:49] [ALPM] removed boost (1.65.1-2)
[2017-12-21 22:49] [ALPM] transaction completed
[2017-12-21 22:49] [ALPM] running 'systemd-update.hook'...
[2017-12-21 22:53] [PACMAN] Running 'pacman -Rs iqoption'
[2017-12-21 22:53] [ALPM] transaction started
[2017-12-21 22:53] [ALPM] removed iqoption (869.7.8371-1)
[2017-12-21 22:53] [ALPM] removed teamspeak3 (3.1.7-2)
[2017-12-21 22:53] [ALPM] removed sdl2_mixer (2.0.2-2)
[2017-12-21 22:53] [ALPM] removed mpg123 (1.25.7-1)
[2017-12-21 22:53] [ALPM] removed sdl2_image (2.0.1-2)
[2017-12-21 22:53] [ALPM] transaction completed
[2017-12-21 22:53] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-12-21 22:53] [ALPM] running 'systemd-update.hook'...
[2017-12-21 22:53] [ALPM] running 'update-desktop-database.hook'...
[2017-12-21 23:15] [PACMAN] Running 'pacman -R midori-browser'
[2017-12-21 23:20] [PACMAN] Running 'pacman --color auto -S --asdeps --needed extra/quota-tools extra/python-lxml extra/docbook-xsl extra/gnu-efi-libs extra/gperf extra/intltool extra/meson community/libmicrohttpd'
[2017-12-21 23:24] [ALPM] transaction started
[2017-12-21 23:24] [ALPM] installed quota-tools (1:4.04-1)
[2017-12-21 23:24] [ALPM] installed python-lxml (4.1.1-1)
[2017-12-21 23:24] [ALPM] installed docbook-xml (4.5-6)
[2017-12-21 23:24] [ALPM] installed docbook-xsl (1.79.2-4)
[2017-12-21 23:24] [ALPM] installed gnu-efi-libs (3.0.6-1)
[2017-12-21 23:24] [ALPM] installed gperf (3.1-1)
[2017-12-21 23:24] [ALPM] installed perl-xml-parser (2.44-6)
[2017-12-21 23:24] [ALPM] installed intltool (0.51.0-3)
[2017-12-21 23:24] [ALPM] installed ninja (1.8.2-1)
[2017-12-21 23:24] [ALPM] installed meson (0.44.0-1)
[2017-12-21 23:24] [ALPM] installed libmicrohttpd (0.9.58-1)
[2017-12-21 23:24] [ALPM] transaction completed
[2017-12-21 23:24] [ALPM] running 'detect-old-perl-modules.hook'...
[2017-12-21 23:24] [ALPM] running 'systemd-update.hook'...
[2017-12-21 23:24] [ALPM] running 'texinfo-install.hook'...
[2017-12-21 23:55] [PACMAN] Running 'pacman --color auto -U /tmp/yaourt-tmp-jl88hn/PKGDEST.0Mm/libsystemd-git-236.r93.ge1694a752-1-x86_64.pkg.tar.xz /tmp/yaourt-tmp-jl88hn/PKGDEST.0Mm/systemd-git-236.r93.ge1694a752-1-x86_64.pkg.tar.xz /tmp/yaourt-tmp-jl88hn/PKGDEST.0Mm/systemd-sysvcompat-git-236.r93.ge1694a752-1-x86_64.pkg.tar.xz'
[2017-12-21 23:55] [ALPM] transaction started
[2017-12-21 23:55] [ALPM] removed systemd-sysvcompat (236.0-2)
[2017-12-21 23:56] [ALPM] removed systemd (236.0-2)
[2017-12-21 23:56] [ALPM] removed libsystemd (236.0-2)
[2017-12-21 23:56] [ALPM] installed libsystemd-git (236.r93.ge1694a752-1)
[2017-12-21 23:56] [ALPM] installed systemd-git (236.r93.ge1694a752-1)
[2017-12-21 23:56] [ALPM-SCRIPTLET] :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your
[2017-12-21 23:56] [ALPM-SCRIPTLET]    bootloader to replace sysvinit with systemd, or install systemd-sysvcompat
[2017-12-21 23:56] [ALPM-SCRIPTLET] mkdir: no se puede crear el directorio «var/log/journal/remote»: El fichero ya existe
[2017-12-21 23:56] [ALPM] installed systemd-sysvcompat-git (236.r93.ge1694a752-1)
[2017-12-21 23:56] [ALPM] transaction completed
[2017-12-21 23:56] [ALPM] running '90-linux.hook'...
[2017-12-21 23:56] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2017-12-21 23:56] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2017-12-21 23:56] [ALPM-SCRIPTLET] ==> Starting build: 4.14.7-1-ARCH
[2017-12-21 23:56] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2017-12-21 23:56] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2017-12-21 23:56] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2017-12-21 23:56] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2017-12-21 23:56] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2017-12-21 23:56] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2017-12-21 23:56] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2017-12-21 23:56] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2017-12-21 23:56] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2017-12-21 23:56] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2017-12-21 23:56] [ALPM-SCRIPTLET] ==> Image generation successful
[2017-12-21 23:56] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2017-12-21 23:56] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2017-12-21 23:56] [ALPM-SCRIPTLET] ==> Starting build: 4.14.7-1-ARCH
[2017-12-21 23:56] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2017-12-21 23:56] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2017-12-21 23:56] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2017-12-21 23:56] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2017-12-21 23:56] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2017-12-21 23:56] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2017-12-21 23:56] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2017-12-21 23:56] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2017-12-21 23:56] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2017-12-21 23:56] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2017-12-21 23:56] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2017-12-21 23:56] [ALPM-SCRIPTLET] ==> Image generation successful
[2017-12-21 23:56] [ALPM] running 'systemd-hwdb.hook'...
[2017-12-21 23:56] [ALPM] running 'systemd-sysusers.hook'...
[2017-12-21 23:56] [ALPM] running 'systemd-tmpfiles.hook'...
[2017-12-21 23:56] [ALPM] running 'systemd-update.hook'...
[2017-12-21 23:59] [PACMAN] Running 'pacman -Rns docbook-xsl gnu-efi-libs gperf intltool meson python-lxml'
[2017-12-21 23:59] [ALPM] running 'texinfo-remove.hook'...
[2017-12-21 23:59] [ALPM] transaction started
[2017-12-21 23:59] [ALPM] removed python-lxml (4.1.1-1)
[2017-12-21 23:59] [ALPM] removed meson (0.44.0-1)
[2017-12-21 23:59] [ALPM] removed ninja (1.8.2-1)
[2017-12-21 23:59] [ALPM] removed intltool (0.51.0-3)
[2017-12-21 23:59] [ALPM] removed perl-xml-parser (2.44-6)
[2017-12-21 23:59] [ALPM] removed gperf (3.1-1)
[2017-12-21 23:59] [ALPM] removed gnu-efi-libs (3.0.6-1)
[2017-12-21 23:59] [ALPM] removed docbook-xsl (1.79.2-4)
[2017-12-21 23:59] [ALPM] removed docbook-xml (4.5-6)
[2017-12-21 23:59] [ALPM] transaction completed
[2017-12-21 23:59] [ALPM] running 'systemd-update.hook'...
[2017-12-22 00:23] [PACMAN] Running 'pacman -Syu'
[2017-12-22 00:23] [PACMAN] synchronizing package lists
[2017-12-22 00:23] [PACMAN] starting full system upgrade
[2017-12-22 00:24] [PACMAN] Running 'pacman -Syu'
[2017-12-22 00:24] [PACMAN] synchronizing package lists
[2017-12-22 00:24] [PACMAN] starting full system upgrade
[2017-12-22 00:29] [ALPM] transaction started
[2017-12-22 00:29] [ALPM] upgraded libsodium (1.0.15-1 -> 1.0.16-1)
[2017-12-22 00:29] [ALPM] transaction completed
[2017-12-22 00:29] [ALPM] running 'systemd-update.hook'...
[2017-12-22 00:29] [PACMAN] Running 'pacman -Syyu'
[2017-12-22 00:29] [PACMAN] synchronizing package lists
[2017-12-22 00:29] [PACMAN] starting full system upgrade
[2017-12-22 00:43] [PACMAN] Running 'pacman -S systemd-ui'
[2017-12-22 00:43] [ALPM] transaction started
[2017-12-22 00:43] [ALPM] installed libgee (0.20.0-1)
[2017-12-22 00:43] [ALPM] installed systemd-ui (3-2)
[2017-12-22 00:43] [ALPM] transaction completed
[2017-12-22 00:43] [ALPM] running 'systemd-update.hook'...
[2017-12-22 00:43] [ALPM] running 'update-desktop-database.hook'...
[2017-12-22 00:45] [PACMAN] Running 'pacman -Rs systemd-ui'
[2017-12-22 00:47] [ALPM] transaction started
[2017-12-22 00:47] [ALPM] removed systemd-ui (3-2)
[2017-12-22 00:47] [ALPM] removed libgee (0.20.0-1)
[2017-12-22 00:47] [ALPM] transaction completed
[2017-12-22 00:47] [ALPM] running 'systemd-update.hook'...
[2017-12-22 00:47] [ALPM] running 'update-desktop-database.hook'...
[2017-12-22 00:59] [PACMAN] Running 'pacman -S vlc'
[2017-12-22 01:01] [PACMAN] Running 'pacman -S vlc'
[2017-12-22 01:01] [ALPM] transaction started
[2017-12-22 01:01] [ALPM] reinstalled vlc (2.2.8-1)
[2017-12-22 01:01] [ALPM] transaction completed
[2017-12-22 01:01] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-12-22 01:01] [ALPM] running 'systemd-update.hook'...
[2017-12-22 01:01] [ALPM] running 'update-desktop-database.hook'...
[2017-12-22 01:01] [ALPM] running 'update-vlc-plugin-cache.hook'...
[2017-12-22 01:03] [PACMAN] Running 'pacman -S systemd'
[2017-12-22 01:04] [PACMAN] Running 'pacman -S systemd'
[2017-12-22 01:05] [PACMAN] Running 'pacman -Rs systemd-ui'
[2017-12-22 01:05] [PACMAN] Running 'pacman -Rs systemd-ui-git'
[2017-12-22 01:05] [PACMAN] Running 'pacman -Rs systemd-ui-git'
[2017-12-22 01:07] [PACMAN] Running 'pacman -Rs systemd-git'
[2017-12-22 01:07] [PACMAN] Running 'pacman -R systemd-git'
[2017-12-22 01:09] [PACMAN] Running 'pacman -Rs systemd-git'
[2017-12-22 01:12] [PACMAN] Running 'pacman -S systemd'
[2017-12-22 01:13] [PACMAN] Running 'pacman -S systemd-git'
[2017-12-22 01:13] [PACMAN] Running 'pacman -R systemd-git'
[2017-12-22 01:14] [PACMAN] Running 'pacman -Rs systemd-git'
[2017-12-22 01:14] [PACMAN] Running 'pacman -R systemd-git'
[2017-12-22 01:15] [PACMAN] Running 'pacman --color auto -S core/systemd'
[2017-12-22 01:23] [PACMAN] Running 'pacman -S --force systemd'
[2017-12-22 01:23] [PACMAN] Running 'pacman -R systemd'
[2017-12-22 01:23] [PACMAN] Running 'pacman -R systemd-git'
[2017-12-22 01:29] [PACMAN] Running 'pacman -R systemd-git'
[2017-12-22 01:34] [PACMAN] Running 'pacman -R -d systemd-git'
[2017-12-22 01:35] [PACMAN] Running 'pacman -Rd systemd-git'
[2017-12-22 01:35] [PACMAN] Running 'pacman -Sd systemd-git'
[2017-12-22 01:35] [PACMAN] Running 'pacman -Sd systemd'
[2017-12-22 01:35] [PACMAN] Running 'pacman -S systemd'
[2017-12-22 01:35] [PACMAN] Running 'pacman -S --force systemd'
[2017-12-22 01:35] [PACMAN] Running 'pacman -S -d systemd'
[2017-12-22 01:36] [PACMAN] Running 'pacman -Sd systemd'
[2017-12-22 01:36] [PACMAN] Running 'pacman -Sd systemd'
[2017-12-22 01:40] [PACMAN] Running 'pacman -Sd systemd'
[2017-12-22 01:40] [PACMAN] Running 'pacman -R systemd'
[2017-12-22 01:40] [PACMAN] Running 'pacman -R systemd-git'
[2017-12-22 01:41] [PACMAN] Running 'pacman -Rd systemd-git'
[2017-12-22 01:41] [PACMAN] Running 'pacman -Rd systemd-git'
[2017-12-22 01:42] [PACMAN] Running 'pacman -R systemd-git'
[2017-12-22 01:42] [PACMAN] Running 'pacman -R systemd-git'
[2017-12-22 02:06] [PACMAN] Running 'pacman -R systemd-git'
[2017-12-22 02:07] [PACMAN] Running 'pacman -R systemd'
[2017-12-22 02:07] [PACMAN] Running 'pacman -R systemd-git'
[2017-12-22 02:08] [PACMAN] Running 'pacman -Rdd systemd'
[2017-12-22 02:08] [PACMAN] Running 'pacman -Rdd systemd-git'
[2017-12-22 02:08] [ALPM] transaction started
[2017-12-22 02:08] [ALPM] removed systemd-git (236.r93.ge1694a752-1)
[2017-12-22 02:08] [ALPM] transaction completed
[2017-12-22 02:08] [PACMAN] Running 'pacman -S systemd'
[2017-12-22 02:08] [ALPM] transaction started
[2017-12-22 02:08] [ALPM] installed systemd (236.0-2)
[2017-12-22 02:08] [ALPM-SCRIPTLET] :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your
[2017-12-22 02:08] [ALPM-SCRIPTLET]    bootloader to replace sysvinit with systemd, or install systemd-sysvcompat
[2017-12-22 02:08] [ALPM-SCRIPTLET] mkdir: no se puede crear el directorio «var/log/journal/remote»: El fichero ya existe
[2017-12-22 02:08] [ALPM] transaction completed
[2017-12-22 02:08] [ALPM] running '90-linux.hook'...
[2017-12-22 02:08] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2017-12-22 02:08] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2017-12-22 02:08] [ALPM-SCRIPTLET] ==> Starting build: 4.14.7-1-ARCH
[2017-12-22 02:08] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2017-12-22 02:08] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2017-12-22 02:08] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2017-12-22 02:08] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2017-12-22 02:08] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2017-12-22 02:08] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2017-12-22 02:08] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2017-12-22 02:08] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2017-12-22 02:08] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2017-12-22 02:08] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2017-12-22 02:08] [ALPM-SCRIPTLET] ==> Image generation successful
[2017-12-22 02:08] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2017-12-22 02:08] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2017-12-22 02:08] [ALPM-SCRIPTLET] ==> Starting build: 4.14.7-1-ARCH
[2017-12-22 02:08] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2017-12-22 02:08] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2017-12-22 02:08] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2017-12-22 02:08] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2017-12-22 02:09] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2017-12-22 02:09] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2017-12-22 02:09] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2017-12-22 02:09] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2017-12-22 02:09] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2017-12-22 02:09] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2017-12-22 02:09] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2017-12-22 02:09] [ALPM-SCRIPTLET] ==> Image generation successful
[2017-12-22 02:09] [ALPM] running 'systemd-hwdb.hook'...
[2017-12-22 02:09] [ALPM] running 'systemd-sysusers.hook'...
[2017-12-22 02:09] [ALPM] running 'systemd-tmpfiles.hook'...
[2017-12-22 02:09] [ALPM] running 'systemd-update.hook'...
[2017-12-22 02:09] [PACMAN] Running 'pacman -Rs systemd-git'
[2017-12-22 02:10] [PACMAN] Running 'pacman -S systemd-git'
[2017-12-22 02:10] [PACMAN] Running 'pacman -Rdd systemd-git'
[2017-12-22 02:10] [PACMAN] Running 'pacman -R systemd-git'
[2017-12-22 02:10] [PACMAN] Running 'pacman -Rs systemd-git'
[2017-12-22 02:12] [PACMAN] Running 'pacman -R systemd'
[2017-12-22 11:10] [PACMAN] Running 'pacman --color auto -S --asdeps --needed extra/sdl2_mixer extra/sdl2_image'
[2017-12-22 11:11] [ALPM] transaction started
[2017-12-22 11:11] [ALPM] installed mpg123 (1.25.7-1)
[2017-12-22 11:11] [ALPM] installed sdl2_mixer (2.0.2-2)
[2017-12-22 11:11] [ALPM] installed sdl2_image (2.0.1-2)
[2017-12-22 11:11] [ALPM] transaction completed
[2017-12-22 11:11] [ALPM] running 'systemd-update.hook'...
[2017-12-22 11:28] [PACMAN] Running 'pacman --color auto -U /tmp/yaourt-tmp-jl88hn/PKGDEST.QDv/iqoption-bin-920.20.9028-1-x86_64.pkg.tar.xz'
[2017-12-22 11:28] [ALPM] transaction started
[2017-12-22 11:28] [ALPM] installed iqoption-bin (920.20.9028-1)
[2017-12-22 11:28] [ALPM] transaction completed
[2017-12-22 11:28] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-12-22 11:28] [ALPM] running 'systemd-update.hook'...
[2017-12-22 11:28] [ALPM] running 'update-desktop-database.hook'...
[2017-12-22 11:32] [PACMAN] Running 'pacman -S systemd-sysvcompat'
[2017-12-22 11:33] [ALPM] transaction started
[2017-12-22 11:33] [ALPM] removed systemd-sysvcompat-git (236.r93.ge1694a752-1)
[2017-12-22 11:33] [ALPM] installed systemd-sysvcompat (236.0-2)
[2017-12-22 11:33] [ALPM] transaction completed
[2017-12-22 11:33] [ALPM] running 'systemd-update.hook'...
[2017-12-22 11:35] [PACMAN] Running 'pacman --color auto -U /tmp/yaourt-tmp-jl88hn/PKGDEST.r6R/iqoption-bin-920.20.9028-1-x86_64.pkg.tar.xz'
[2017-12-22 11:35] [ALPM] transaction started
[2017-12-22 11:35] [ALPM] reinstalled iqoption-bin (920.20.9028-1)
[2017-12-22 11:35] [ALPM] transaction completed
[2017-12-22 11:35] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-12-22 11:35] [ALPM] running 'systemd-update.hook'...
[2017-12-22 11:35] [ALPM] running 'update-desktop-database.hook'...
[2017-12-22 11:42] [PACMAN] Running 'pacman -Rs iqoption-bin'
[2017-12-22 11:46] [PACMAN] Running 'pacman --color auto -S core/libsystemd'
[2017-12-22 11:46] [PACMAN] Running 'pacman -S libsystemd'
[2017-12-22 11:47] [ALPM] transaction started
[2017-12-22 11:47] [ALPM] removed libsystemd-git (236.r93.ge1694a752-1)
[2017-12-22 11:47] [ALPM] installed libsystemd (236.0-2)
[2017-12-22 11:47] [ALPM] transaction completed
[2017-12-22 11:47] [ALPM] running 'systemd-update.hook'...
[2017-12-22 12:01] [PACMAN] Running 'pacman -Syu'
[2017-12-22 12:01] [PACMAN] synchronizing package lists
[2017-12-22 12:02] [PACMAN] starting full system upgrade
[2017-12-22 12:02] [ALPM] transaction started
[2017-12-22 12:02] [ALPM] upgraded cairo (1.15.8-2 -> 1.15.10-1)
[2017-12-22 12:02] [ALPM] upgraded libgcrypt (1.8.1-1 -> 1.8.2-1)
[2017-12-22 12:02] [ALPM] upgraded xf86-video-intel (1:2.99.917+800+g37a682aa-1 -> 1:2.99.917+802+gaf6d8e9e-1)
[2017-12-22 12:02] [ALPM] transaction completed
[2017-12-22 12:02] [ALPM] running 'systemd-update.hook'...
[2017-12-22 12:02] [ALPM] running 'texinfo-install.hook'...
[2017-12-22 12:06] [PACMAN] Running 'pacman -Rs iqoption-bin'
[2017-12-22 12:08] [PACMAN] Running 'pacman -S pamixer'
[2017-12-22 12:10] [PACMAN] Running 'pacman --color auto -Sy'
[2017-12-22 12:10] [PACMAN] synchronizing package lists
[2017-12-22 12:24] [PACMAN] Running 'pacman -Rs iqoption-bin'
[2017-12-22 12:24] [ALPM] transaction started
[2017-12-22 12:24] [ALPM] removed iqoption-bin (920.20.9028-1)
[2017-12-22 12:24] [ALPM] removed sdl2_mixer (2.0.2-2)
[2017-12-22 12:24] [ALPM] removed mpg123 (1.25.7-1)
[2017-12-22 12:24] [ALPM] removed sdl2_image (2.0.1-2)
[2017-12-22 12:24] [ALPM] transaction completed
[2017-12-22 12:24] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-12-22 12:24] [ALPM] running 'systemd-update.hook'...
[2017-12-22 12:24] [ALPM] running 'update-desktop-database.hook'...
[2017-12-22 12:40] [PACMAN] Running 'pacman -U /home/jl88hn/iqoption-920.21.9011-1-x86_64.pkg.tar.xz'
[2017-12-22 12:40] [ALPM] transaction started
[2017-12-22 12:40] [ALPM] installed sdl2_image (2.0.1-2)
[2017-12-22 12:40] [ALPM] installed mpg123 (1.25.7-1)
[2017-12-22 12:40] [ALPM] installed sdl2_mixer (2.0.2-2)
[2017-12-22 12:40] [ALPM] installed teamspeak3 (3.1.7-2)
[2017-12-22 12:40] [ALPM] installed iqoption (920.21.9011-1)
[2017-12-22 12:40] [ALPM] transaction completed
[2017-12-22 12:40] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-12-22 12:40] [ALPM] running 'systemd-update.hook'...
[2017-12-22 12:40] [ALPM] running 'update-desktop-database.hook'...
[2017-12-22 12:41] [PACMAN] Running 'pacman -Syu'
[2017-12-22 12:41] [PACMAN] synchronizing package lists
[2017-12-22 12:41] [PACMAN] starting full system upgrade
[2017-12-22 12:57] [PACMAN] Running 'pacman -S mesa'
[2017-12-22 12:57] [ALPM] transaction started
[2017-12-22 12:57] [ALPM] reinstalled mesa (17.3.0-2)
[2017-12-22 12:57] [ALPM] transaction completed
[2017-12-22 12:57] [ALPM] running 'systemd-update.hook'...
[2017-12-22 12:57] [PACMAN] Running 'pacman -S xf86-video-intel'
[2017-12-22 12:58] [ALPM] transaction started
[2017-12-22 12:58] [ALPM] reinstalled xf86-video-intel (1:2.99.917+802+gaf6d8e9e-1)
[2017-12-22 12:58] [ALPM] transaction completed
[2017-12-22 12:58] [ALPM] running 'systemd-update.hook'...
[2017-12-22 13:05] [PACMAN] Running 'pacman -S minecraft'
[2017-12-22 13:13] [PACMAN] Running 'pacman -S systemd-git'
[2017-12-22 13:15] [PACMAN] Running 'pacman -Rs systemd'
[2017-12-22 13:28] [PACMAN] Running 'pacman -S colord'
[2017-12-22 13:29] [ALPM] transaction started
[2017-12-22 13:29] [ALPM] reinstalled colord (1.4.1+6+gf08c25d-1)
[2017-12-22 13:29] [ALPM] transaction completed
[2017-12-22 13:29] [ALPM] running 'glib-compile-schemas.hook'...
[2017-12-22 13:29] [ALPM] running 'systemd-sysusers.hook'...
[2017-12-22 13:29] [ALPM] running 'systemd-tmpfiles.hook'...
[2017-12-22 13:29] [ALPM] running 'systemd-update.hook'...
[2017-12-22 13:30] [PACMAN] Running 'pacman -Rs colord'
[2017-12-22 13:30] [PACMAN] Running 'pacman -Rs gtk3'
[2017-12-22 13:33] [PACMAN] Running 'pacman -S colord'
[2017-12-22 13:33] [ALPM] transaction started
[2017-12-22 13:33] [ALPM] reinstalled colord (1.4.1+6+gf08c25d-1)
[2017-12-22 13:33] [ALPM] transaction completed
[2017-12-22 13:33] [ALPM] running 'glib-compile-schemas.hook'...
[2017-12-22 13:33] [ALPM] running 'systemd-sysusers.hook'...
[2017-12-22 13:33] [ALPM] running 'systemd-tmpfiles.hook'...
[2017-12-22 13:33] [ALPM] running 'systemd-update.hook'...
[2017-12-22 13:35] [PACMAN] Running 'pacman -S sane'
[2017-12-22 13:35] [ALPM] transaction started
[2017-12-22 13:35] [ALPM] installed gd (2.2.5-1)
[2017-12-22 13:35] [ALPM] installed libgphoto2 (2.5.16-1)
[2017-12-22 13:35] [ALPM] installed libieee1284 (0.2.11-5)
[2017-12-22 13:35] [ALPM] installed net-snmp (5.7.3-7)
[2017-12-22 13:35] [ALPM] installed sane (1.0.27-1)
[2017-12-22 13:35] [ALPM] transaction completed
[2017-12-22 13:35] [ALPM] running 'detect-old-perl-modules.hook'...
[2017-12-22 13:35] [ALPM] running 'systemd-hwdb.hook'...
[2017-12-22 13:35] [ALPM] running 'systemd-update.hook'...
[2017-12-22 13:36] [PACMAN] Running 'pacman -S colord'
[2017-12-22 13:36] [ALPM] transaction started
[2017-12-22 13:36] [ALPM] reinstalled colord (1.4.1+6+gf08c25d-1)
[2017-12-22 13:36] [ALPM] transaction completed
[2017-12-22 13:36] [ALPM] running 'glib-compile-schemas.hook'...
[2017-12-22 13:36] [ALPM] running 'systemd-sysusers.hook'...
[2017-12-22 13:36] [ALPM] running 'systemd-tmpfiles.hook'...
[2017-12-22 13:36] [ALPM] running 'systemd-update.hook'...
[2017-12-22 13:40] [PACMAN] Running 'pacman -Syu'
[2017-12-22 13:40] [PACMAN] synchronizing package lists
[2017-12-22 13:40] [PACMAN] starting full system upgrade
[2017-12-22 13:45] [ALPM] transaction started
[2017-12-22 13:45] [ALPM] upgraded linux (4.14.7-1 -> 4.14.8-1)
[2017-12-22 13:45] [ALPM] transaction completed
[2017-12-22 13:45] [ALPM] running '60-linux.hook'...
[2017-12-22 13:45] [ALPM] running '90-linux.hook'...
[2017-12-22 13:45] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2017-12-22 13:45] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2017-12-22 13:45] [ALPM-SCRIPTLET] ==> Starting build: 4.14.8-1-ARCH
[2017-12-22 13:45] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2017-12-22 13:45] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2017-12-22 13:46] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2017-12-22 13:46] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2017-12-22 13:46] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2017-12-22 13:46] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2017-12-22 13:46] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2017-12-22 13:46] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2017-12-22 13:46] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2017-12-22 13:46] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2017-12-22 13:46] [ALPM-SCRIPTLET] ==> Image generation successful
[2017-12-22 13:46] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2017-12-22 13:46] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2017-12-22 13:46] [ALPM-SCRIPTLET] ==> Starting build: 4.14.8-1-ARCH
[2017-12-22 13:46] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2017-12-22 13:46] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2017-12-22 13:46] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2017-12-22 13:46] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2017-12-22 13:46] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2017-12-22 13:46] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2017-12-22 13:46] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2017-12-22 13:46] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2017-12-22 13:46] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2017-12-22 13:46] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2017-12-22 13:46] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2017-12-22 13:46] [ALPM-SCRIPTLET] ==> Image generation successful
[2017-12-22 13:46] [ALPM] running 'systemd-update.hook'...
[2017-12-22 14:33] [PACMAN] Running 'pacman -Rs iqoption-bin'
[2017-12-22 14:33] [PACMAN] Running 'pacman -Rs iqoption'
[2017-12-22 14:33] [ALPM] transaction started
[2017-12-22 14:33] [ALPM] removed iqoption (920.21.9011-1)
[2017-12-22 14:33] [ALPM] removed teamspeak3 (3.1.7-2)
[2017-12-22 14:33] [ALPM] removed sdl2_mixer (2.0.2-2)
[2017-12-22 14:33] [ALPM] removed mpg123 (1.25.7-1)
[2017-12-22 14:33] [ALPM] removed sdl2_image (2.0.1-2)
[2017-12-22 14:33] [ALPM] transaction completed
[2017-12-22 14:33] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-12-22 14:33] [ALPM] running 'systemd-update.hook'...
[2017-12-22 14:33] [ALPM] running 'update-desktop-database.hook'...
[2017-12-22 14:52] [PACMAN] Running 'pacman -Rns'
[2017-12-22 15:25] [PACMAN] Running 'pacman -Syu'
[2017-12-22 15:25] [PACMAN] synchronizing package lists
[2017-12-22 15:25] [PACMAN] starting full system upgrade
[2017-12-22 15:25] [ALPM] transaction started
[2017-12-22 15:25] [ALPM] upgraded nm-connection-editor (1.8.10-5 -> 1.8.11dev+7+ga52ccb2f-1)
[2017-12-22 15:25] [ALPM] upgraded network-manager-applet (1.8.10-5 -> 1.8.11dev+7+ga52ccb2f-1)
[2017-12-22 15:25] [ALPM] transaction completed
[2017-12-22 15:25] [ALPM] running 'glib-compile-schemas.hook'...
[2017-12-22 15:25] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-12-22 15:25] [ALPM] running 'systemd-update.hook'...
[2017-12-22 15:25] [ALPM] running 'update-desktop-database.hook'...
[2017-12-22 16:01] [PACMAN] Running 'pacman --color auto -S --asdeps --needed extra/sdl2_mixer extra/sdl2_image'
[2017-12-22 16:01] [ALPM] transaction started
[2017-12-22 16:01] [ALPM] installed mpg123 (1.25.7-1)
[2017-12-22 16:01] [ALPM] installed sdl2_mixer (2.0.2-2)
[2017-12-22 16:01] [ALPM] installed sdl2_image (2.0.1-2)
[2017-12-22 16:01] [ALPM] transaction completed
[2017-12-22 16:01] [ALPM] running 'systemd-update.hook'...
[2017-12-22 16:03] [PACMAN] Running 'pacman --color auto -U /tmp/yaourt-tmp-jl88hn/PKGDEST.4lF/iqoption-bin-920.21.9011-1-x86_64.pkg.tar.xz'
[2017-12-22 16:03] [ALPM] transaction started
[2017-12-22 16:03] [ALPM] installed iqoption-bin (920.21.9011-1)
[2017-12-22 16:03] [ALPM] transaction completed
[2017-12-22 16:03] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-12-22 16:03] [ALPM] running 'systemd-update.hook'...
[2017-12-22 16:03] [ALPM] running 'update-desktop-database.hook'...
[2017-12-22 16:10] [PACMAN] Running 'pacman -Syu'
[2017-12-22 16:10] [PACMAN] synchronizing package lists
[2017-12-22 16:10] [PACMAN] starting full system upgrade
[2017-12-22 16:26] [PACMAN] Running 'pacman -Rs iqoption-bin'
[2017-12-22 16:26] [ALPM] transaction started
[2017-12-22 16:26] [ALPM] removed iqoption-bin (920.21.9011-1)
[2017-12-22 16:26] [ALPM] removed sdl2_mixer (2.0.2-2)
[2017-12-22 16:26] [ALPM] removed mpg123 (1.25.7-1)
[2017-12-22 16:26] [ALPM] removed sdl2_image (2.0.1-2)
[2017-12-22 16:26] [ALPM] transaction completed
[2017-12-22 16:26] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-12-22 16:26] [ALPM] running 'systemd-update.hook'...
[2017-12-22 16:26] [ALPM] running 'update-desktop-database.hook'...
[2017-12-22 16:28] [PACMAN] Running 'pacman -S base base-devel'
[2017-12-22 16:29] [ALPM] transaction started
[2017-12-22 16:29] [ALPM] reinstalled filesystem (2017.10-2)
[2017-12-22 16:29] [ALPM] reinstalled glibc (2.26-8)
[2017-12-22 16:29] [ALPM-SCRIPTLET] Generating locales...
[2017-12-22 16:29] [ALPM-SCRIPTLET]   es_HN.UTF-8... done
[2017-12-22 16:29] [ALPM-SCRIPTLET] Generation complete.
[2017-12-22 16:29] [ALPM] reinstalled gcc-libs (7.2.1-2)
[2017-12-22 16:29] [ALPM] reinstalled bash (4.4.012-2)
[2017-12-22 16:29] [ALPM] reinstalled bzip2 (1.0.6-6)
[2017-12-22 16:29] [ALPM] reinstalled perl (5.26.1-1)
[2017-12-22 16:29] [ALPM] reinstalled coreutils (8.28-1)
[2017-12-22 16:29] [ALPM] reinstalled device-mapper (2.02.177-1)
[2017-12-22 16:29] [ALPM] reinstalled cryptsetup (2.0.0-1)
[2017-12-22 16:29] [ALPM] reinstalled e2fsprogs (1.43.7-1)
[2017-12-22 16:29] [ALPM] reinstalled shadow (4.5-4)
[2017-12-22 16:29] [ALPM] reinstalled util-linux (2.31-2)
[2017-12-22 16:29] [ALPM] reinstalled systemd (236.0-2)
[2017-12-22 16:29] [ALPM] reinstalled dhcpcd (6.11.5-1)
[2017-12-22 16:29] [ALPM] reinstalled diffutils (3.6-1)
[2017-12-22 16:29] [ALPM] reinstalled file (5.32-1)
[2017-12-22 16:29] [ALPM] reinstalled findutils (4.6.0-2)
[2017-12-22 16:29] [ALPM] reinstalled gawk (4.2.0-2)
[2017-12-22 16:29] [ALPM] reinstalled gettext (0.19.8.1-2)
[2017-12-22 16:29] [ALPM] reinstalled grep (3.1-1)
[2017-12-22 16:29] [ALPM] reinstalled less (487-1)
[2017-12-22 16:29] [ALPM] reinstalled gzip (1.8-2)
[2017-12-22 16:29] [ALPM] reinstalled inetutils (1.9.4-5)
[2017-12-22 16:29] [ALPM] reinstalled iproute2 (4.14.1-2)
[2017-12-22 16:29] [ALPM] reinstalled sysfsutils (2.1.0-9)
[2017-12-22 16:29] [ALPM] reinstalled iputils (20161105.1f2bb12-2)
[2017-12-22 16:29] [ALPM] reinstalled jfsutils (1.1.15-4)
[2017-12-22 16:29] [ALPM] reinstalled licenses (20171006-1)
[2017-12-22 16:29] [ALPM] reinstalled linux (4.14.8-1)
[2017-12-22 16:29] [ALPM] reinstalled logrotate (3.13.0-1)
[2017-12-22 16:29] [ALPM] reinstalled lvm2 (2.02.177-1)
[2017-12-22 16:29] [ALPM] reinstalled groff (1.22.3-7)
[2017-12-22 16:29] [ALPM] reinstalled man-db (2.7.6.1-2)
[2017-12-22 16:30] [ALPM] reinstalled man-pages (4.14-1)
[2017-12-22 16:30] [ALPM] reinstalled mdadm (4.0-1)
[2017-12-22 16:30] [ALPM] reinstalled nano (2.9.1-1)
[2017-12-22 16:30] [ALPM] reinstalled netctl (1.14-1)
[2017-12-22 16:30] [ALPM] reinstalled pacman (5.0.2-2)
[2017-12-22 16:30] [ALPM] reinstalled pciutils (3.5.6-1)
[2017-12-22 16:30] [ALPM] reinstalled pcmciautils (018-7)
[2017-12-22 16:30] [ALPM] reinstalled procps-ng (3.3.12-2)
[2017-12-22 16:30] [ALPM] reinstalled psmisc (23.1-1)
[2017-12-22 16:30] [ALPM] reinstalled reiserfsprogs (3.6.27-1)
[2017-12-22 16:30] [ALPM] reinstalled s-nail (14.9.6-1)
[2017-12-22 16:30] [ALPM] reinstalled sed (4.4-1)
[2017-12-22 16:30] [ALPM] reinstalled systemd-sysvcompat (236.0-2)
[2017-12-22 16:30] [ALPM] reinstalled tar (1.30-1)
[2017-12-22 16:30] [ALPM] reinstalled texinfo (6.5-1)
[2017-12-22 16:30] [ALPM] reinstalled usbutils (009-1)
[2017-12-22 16:30] [ALPM] reinstalled vi (1:070224-2)
[2017-12-22 16:30] [ALPM] reinstalled which (2.21-2)
[2017-12-22 16:30] [ALPM] reinstalled xfsprogs (4.13.1-1)
[2017-12-22 16:30] [ALPM] reinstalled m4 (1.4.18-1)
[2017-12-22 16:30] [ALPM] reinstalled autoconf (2.69-4)
[2017-12-22 16:30] [ALPM] reinstalled automake (1.15.1-1)
[2017-12-22 16:30] [ALPM] reinstalled binutils (2.29.1-1)
[2017-12-22 16:30] [ALPM] reinstalled bison (3.0.4-3)
[2017-12-22 16:30] [ALPM] reinstalled fakeroot (1.22-1)
[2017-12-22 16:30] [ALPM] reinstalled flex (2.6.4-1)
[2017-12-22 16:30] [ALPM] reinstalled gcc (7.2.1-2)
[2017-12-22 16:30] [ALPM] reinstalled libtool (2.4.6+40+g6ca5e224-2)
[2017-12-22 16:30] [ALPM] reinstalled make (4.2.1-2)
[2017-12-22 16:30] [ALPM] reinstalled patch (2.7.5-1)
[2017-12-22 16:30] [ALPM] reinstalled pkg-config (0.29.2-1)
[2017-12-22 16:30] [ALPM] reinstalled sudo (1.8.21.p2-1)
[2017-12-22 16:30] [ALPM] transaction completed
[2017-12-22 16:30] [ALPM] running '60-linux.hook'...
[2017-12-22 16:30] [ALPM] running '90-linux.hook'...
[2017-12-22 16:30] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2017-12-22 16:30] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2017-12-22 16:30] [ALPM-SCRIPTLET] ==> Starting build: 4.14.8-1-ARCH
[2017-12-22 16:30] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2017-12-22 16:30] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2017-12-22 16:30] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2017-12-22 16:30] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2017-12-22 16:30] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2017-12-22 16:30] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2017-12-22 16:30] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2017-12-22 16:30] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2017-12-22 16:30] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2017-12-22 16:30] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2017-12-22 16:30] [ALPM-SCRIPTLET] ==> Image generation successful
[2017-12-22 16:30] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2017-12-22 16:30] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2017-12-22 16:30] [ALPM-SCRIPTLET] ==> Starting build: 4.14.8-1-ARCH
[2017-12-22 16:30] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2017-12-22 16:30] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2017-12-22 16:30] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2017-12-22 16:30] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2017-12-22 16:30] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2017-12-22 16:30] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2017-12-22 16:31] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2017-12-22 16:31] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2017-12-22 16:31] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2017-12-22 16:31] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2017-12-22 16:31] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2017-12-22 16:31] [ALPM-SCRIPTLET] ==> Image generation successful
[2017-12-22 16:31] [ALPM] running 'detect-old-perl-modules.hook'...
[2017-12-22 16:31] [ALPM] running 'systemd-hwdb.hook'...
[2017-12-22 16:31] [ALPM] running 'systemd-sysusers.hook'...
[2017-12-22 16:31] [ALPM] running 'systemd-tmpfiles.hook'...
[2017-12-22 16:31] [ALPM] running 'systemd-update.hook'...
[2017-12-22 16:31] [ALPM] running 'texinfo-install.hook'...
[2017-12-22 16:34] [PACMAN] Running 'pacman -Syu'
[2017-12-22 16:34] [PACMAN] synchronizing package lists
[2017-12-22 16:35] [PACMAN] starting full system upgrade
[2017-12-22 16:35] [PACMAN] Running 'pacman -Sy'
[2017-12-22 16:35] [PACMAN] synchronizing package lists
[2017-12-22 16:37] [PACMAN] Running 'pacman -S'
[2017-12-22 16:39] [PACMAN] Running 'pacman -Sy'
[2017-12-22 16:39] [PACMAN] synchronizing package lists
[2017-12-22 16:40] [PACMAN] Running 'pacman --color auto -Sy'
[2017-12-22 16:40] [PACMAN] synchronizing package lists
[2017-12-22 16:44] [PACMAN] Running 'pacman -Syu'
[2017-12-22 16:44] [PACMAN] synchronizing package lists
[2017-12-22 16:45] [PACMAN] starting full system upgrade
[2017-12-22 16:50] [PACMAN] Running 'pacman --color auto -S --asdeps --needed extra/sdl2_mixer extra/sdl2_image'
[2017-12-22 16:50] [ALPM] transaction started
[2017-12-22 16:50] [ALPM] installed mpg123 (1.25.7-1)
[2017-12-22 16:50] [ALPM] installed sdl2_mixer (2.0.2-2)
[2017-12-22 16:50] [ALPM] installed sdl2_image (2.0.1-2)
[2017-12-22 16:50] [ALPM] transaction completed
[2017-12-22 16:50] [ALPM] running 'systemd-update.hook'...
[2017-12-22 16:52] [PACMAN] Running 'pacman --color auto -U /tmp/yaourt-tmp-jl88hn/PKGDEST.w8X/iqoption-bin-920.21.9011-1-x86_64.pkg.tar.xz'
[2017-12-22 16:52] [ALPM] transaction started
[2017-12-22 16:52] [ALPM] installed iqoption-bin (920.21.9011-1)
[2017-12-22 16:52] [ALPM] transaction completed
[2017-12-22 16:52] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-12-22 16:52] [ALPM] running 'systemd-update.hook'...
[2017-12-22 16:52] [ALPM] running 'update-desktop-database.hook'...
[2017-12-22 16:55] [PACMAN] Running 'pacman -S mesa mesa-demos'
[2017-12-22 16:55] [ALPM] transaction started
[2017-12-22 16:55] [ALPM] reinstalled mesa (17.3.0-2)
[2017-12-22 16:56] [ALPM] reinstalled mesa-demos (8.3.0-4)
[2017-12-22 16:56] [ALPM] transaction completed
[2017-12-22 16:56] [ALPM] running 'systemd-update.hook'...
[2017-12-22 18:09] [PACMAN] Running 'pacman -Rs systemd'
[2017-12-22 18:12] [PACMAN] Running 'pacman -S colord'
[2017-12-22 18:12] [ALPM] transaction started
[2017-12-22 18:12] [ALPM] reinstalled colord (1.4.1+6+gf08c25d-1)
[2017-12-22 18:12] [ALPM] transaction completed
[2017-12-22 18:12] [ALPM] running 'glib-compile-schemas.hook'...
[2017-12-22 18:12] [ALPM] running 'systemd-sysusers.hook'...
[2017-12-22 18:12] [ALPM] running 'systemd-tmpfiles.hook'...
[2017-12-22 18:12] [ALPM] running 'systemd-update.hook'...
[2017-12-22 19:11] [PACMAN] Running 'pacman -Rs systemd-git'
[2017-12-22 19:11] [PACMAN] Running 'pacman -Rs systemd'
[2017-12-22 21:59] [PACMAN] Running 'pacman -S sdl2'
[2017-12-22 21:59] [ALPM] transaction started
[2017-12-22 21:59] [ALPM] reinstalled sdl2 (2.0.7-1)
[2017-12-22 21:59] [ALPM] transaction completed
[2017-12-22 21:59] [ALPM] running 'systemd-update.hook'...
[2017-12-22 22:00] [PACMAN] Running 'pacman -S sdl2_image'
[2017-12-22 22:00] [ALPM] transaction started
[2017-12-22 22:00] [ALPM] reinstalled sdl2_image (2.0.1-2)
[2017-12-22 22:00] [ALPM] transaction completed
[2017-12-22 22:00] [ALPM] running 'systemd-update.hook'...
[2017-12-22 22:00] [PACMAN] Running 'pacman -S sdl2_mixer'
[2017-12-22 22:00] [ALPM] transaction started
[2017-12-22 22:00] [ALPM] reinstalled sdl2_mixer (2.0.2-2)
[2017-12-22 22:00] [ALPM] transaction completed
[2017-12-22 22:00] [ALPM] running 'systemd-update.hook'...
[2017-12-22 22:00] [PACMAN] Running 'pacman -S mesa'
[2017-12-22 22:00] [ALPM] transaction started
[2017-12-22 22:00] [ALPM] reinstalled mesa (17.3.0-2)
[2017-12-22 22:00] [ALPM] transaction completed
[2017-12-22 22:00] [ALPM] running 'systemd-update.hook'...
[2017-12-22 22:00] [PACMAN] Running 'pacman -S libnotify'
[2017-12-22 22:00] [ALPM] transaction started
[2017-12-22 22:00] [ALPM] reinstalled libnotify (0.7.7-1)
[2017-12-22 22:00] [ALPM] transaction completed
[2017-12-22 22:00] [ALPM] running 'systemd-update.hook'...
[2017-12-22 23:08] [PACMAN] Running 'pacman -S lightdm'
[2017-12-22 23:09] [ALPM] transaction started
[2017-12-22 23:09] [ALPM] installed lightdm (1:1.24.0-2)
[2017-12-22 23:09] [ALPM] transaction completed
[2017-12-22 23:09] [ALPM] running 'systemd-sysusers.hook'...
[2017-12-22 23:09] [ALPM] running 'systemd-tmpfiles.hook'...
[2017-12-22 23:09] [ALPM] running 'systemd-update.hook'...
[2017-12-22 23:09] [PACMAN] Running 'pacman -S lightdm-gtk-greeter'
[2017-12-22 23:09] [ALPM] transaction started
[2017-12-22 23:09] [ALPM] installed lightdm-gtk-greeter (1:2.0.3-1)
[2017-12-22 23:09] [ALPM] transaction completed
[2017-12-22 23:09] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-12-22 23:09] [ALPM] running 'systemd-update.hook'...
[2017-12-22 23:32] [PACMAN] Running 'pacman -Rs iqoption-bin'
[2017-12-22 23:33] [ALPM] transaction started
[2017-12-22 23:33] [ALPM] removed iqoption-bin (920.21.9011-1)
[2017-12-22 23:33] [ALPM] removed sdl2_mixer (2.0.2-2)
[2017-12-22 23:33] [ALPM] removed mpg123 (1.25.7-1)
[2017-12-22 23:33] [ALPM] removed sdl2_image (2.0.1-2)
[2017-12-22 23:33] [ALPM] transaction completed
[2017-12-22 23:33] [ALPM] running 'gtk-update-icon-cache.hook'...
[2017-12-22 23:33] [ALPM] running 'systemd-update.hook'...
[2017-12-22 23:33] [ALPM] running 'update-desktop-database.hook'...
[2017-12-23 00:51] [PACMAN] Running 'pacman -Syu'
[2017-12-23 00:51] [PACMAN] synchronizing package lists
[2017-12-23 00:51] [PACMAN] Running 'pacman -Sy'
[2017-12-23 00:51] [PACMAN] synchronizing package lists
[2017-12-23 00:53] [PACMAN] Running 'pacman -Sy'
[2017-12-23 00:53] [PACMAN] synchronizing package lists
[2017-12-23 00:56] [PACMAN] Running 'pacman -Syu'
[2017-12-23 00:56] [PACMAN] synchronizing package lists
[2017-12-23 00:56] [PACMAN] starting full system upgrade

And I noticed something.. last night I was trying to use another user, but SLim was telling me "Failed to execute Login Command", so I decided to disable it and use LightDM, I haven't created a new user yet but, I took a look to journal and now there are no some of the errors that were before:

[jl88hn@Acer ~]$ journalctl --since "5 min ago"
-- Logs begin at Fri 2017-11-24 07:40:42 CST, end at Sat 2017-12-23 11:13:23 CST. --
dic 23 11:10:33 Acer sudo[4298]:   jl88hn : a password is required ; TTY=pts/0 ; PWD=/tmp/yaourt-tmp-jl88hn/aur-iqoption-bin ; USER=roo
dic 23 11:10:48 Acer sudo[4300]:   jl88hn : TTY=pts/0 ; PWD=/tmp/yaourt-tmp-jl88hn/aur-iqoption-bin ; USER=root ; COMMAND=validate
dic 23 11:10:48 Acer sudo[4304]:   jl88hn : TTY=pts/0 ; PWD=/tmp/yaourt-tmp-jl88hn/aur-iqoption-bin ; USER=root ; COMMAND=list /usr/bin
dic 23 11:10:48 Acer sudo[4305]:   jl88hn : TTY=pts/0 ; PWD=/tmp/yaourt-tmp-jl88hn/aur-iqoption-bin ; USER=root ; COMMAND=/usr/bin/pacm
dic 23 11:10:48 Acer sudo[4305]: pam_unix(sudo:session): session opened for user root by (uid=0)
dic 23 11:10:54 Acer sudo[4305]: pam_unix(sudo:session): session closed for user root
dic 23 11:12:33 Acer sudo[4911]:   jl88hn : TTY=pts/0 ; PWD=/tmp/yaourt-tmp-jl88hn/aur-iqoption-bin ; USER=root ; COMMAND=list /usr/bin
dic 23 11:12:33 Acer sudo[4912]:   jl88hn : TTY=pts/0 ; PWD=/tmp/yaourt-tmp-jl88hn/aur-iqoption-bin ; USER=root ; COMMAND=/usr/bin/pacm
dic 23 11:12:33 Acer sudo[4912]: pam_unix(sudo:session): session opened for user root by (uid=0)
dic 23 11:12:40 Acer sudo[4912]: pam_unix(sudo:session): session closed for user root
dic 23 11:13:15 Acer kernel: IQOption[4933]: segfault at 0 ip 000000000077f9fc sp 00007ffe66bdf050 error 4 in IQOption[400000+1a1d000]
dic 23 11:13:16 Acer systemd[1]: Created slice system-systemd\x2dcoredump.slice.
dic 23 11:13:16 Acer systemd[1]: Started Process Core Dump (PID 4937/UID 0).
dic 23 11:13:16 Acer systemd-coredump[4938]: Removed old coredump core.IQOption.1000.474b9c40610745998aaf04f080ba5b38.1043.151400664800
dic 23 11:13:23 Acer systemd-coredump[4938]: Process 4933 (IQOption) of user 1000 dumped core.
                                             
                                             Stack trace of thread 4933:
                                             #0  0x000000000077f9fc n/a (IQOption)
                                             #1  0x000000000077d39a n/a (IQOption)
                                             #2  0x00000000009b62ba n/a (IQOption)
                                             #3  0x00007f922888cf4a __libc_start_main (libc.so.6)
                                             #4  0x00000000006b8419 _start (IQOption)
                                             
                                             Stack trace of thread 4934:
                                             #0  0x00007f9228958026 ppoll (libc.so.6)
                                             #1  0x00007f921f7d7c53 pa_mainloop_poll (libpulse.so.0)
                                             #2  0x00007f921f7d8271 pa_mainloop_iterate (libpulse.so.0)
                                             #3  0x00007f921f7d8301 pa_mainloop_run (libpulse.so.0)
                                             #4  0x00007f92283fb930 n/a (libSDL2-2.0.so.0)
                                             #5  0x00007f92283bc3cf n/a (libSDL2-2.0.so.0)
                                             #6  0x00007f922841523a n/a (libSDL2-2.0.so.0)
                                             #7  0x00007f922968008a start_thread (libpthread.so.0)
                                             #8  0x00007f922896242f __clone (libc.so.6)

The errors related to SDL and OpenGL are not anymore..

Offline

#14 2017-12-23 17:39:45

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: SDL & OpenGL errors with IQoption Application.

JL88HN wrote:

That was the output I received when I tried to uninstall systemd-git

Besides systemd, what other packages have you replaced with git/custom versions?


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#15 2017-12-23 19:12:22

JL88HN
Member
Registered: 2016-12-01
Posts: 12

Re: SDL & OpenGL errors with IQoption Application.

R00KIE wrote:
JL88HN wrote:

That was the output I received when I tried to uninstall systemd-git

Besides systemd, what other packages have you replaced with git/custom versions?

Only systemd has been replaced with git versions, but I have installed spotify-adkiller-git and pamixer-git 20170419-1.

I just add a new user and start a new session.. but it's  the same, the application closes and the logs outputs are the same.

Offline

#16 2017-12-23 21:12:10

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,100

Re: SDL & OpenGL errors with IQoption Application.

You seem to have a sane GLX setup, the plugin is loaded.

=> Does "glxinfo" work?

This

dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.290] [IQ Option] [critical] Failed to load CA bundle /tmp/IQOption/52240920

looks suspicious.
Wrt. to your systemd mess-ups (yaourt is really terrible in the noise it leaves behind...): do you have a /tmp mount?

mount

prints all mounted devices.

Offline

#17 2017-12-24 04:10:36

JL88HN
Member
Registered: 2016-12-01
Posts: 12

Re: SDL & OpenGL errors with IQoption Application.

seth wrote:

You seem to have a sane GLX setup, the plugin is loaded.

=> Does "glxinfo" work?

This

dic 22 21:38:35 Acer slim[330]: [2017-12-22 21:38:35.290] [IQ Option] [critical] Failed to load CA bundle /tmp/IQOption/52240920

looks suspicious.
Wrt. to your systemd mess-ups (yaourt is really terrible in the noise it leaves behind...): do you have a /tmp mount?

mount

prints all mounted devices.

Yes, glxinfo output:

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
    GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_import_context, GLX_EXT_libglvnd, GLX_EXT_texture_from_pixmap, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_INTEL_swap_event, 
    GLX_MESA_copy_sub_buffer, GLX_OML_swap_method, GLX_SGIS_multisample, 
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, 
    GLX_SGI_make_current_read, GLX_SGI_swap_control
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
    GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, 
    GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile, 
    GLX_EXT_create_context_es_profile, GLX_EXT_fbconfig_packed_float, 
    GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
    GLX_SGI_swap_control, GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
    GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, 
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
    GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
    GLX_SGI_swap_control, GLX_SGI_video_sync
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel Open Source Technology Center (0x8086)
    Device: Mesa DRI Mobile Intel® GM45 Express Chipset  (0x2a42)
    Version: 17.3.0
    Accelerated: yes
    Video memory: 1536MB
    Unified memory: yes
    Preferred profile: compat (0x2)
    Max core profile version: 0.0
    Max compat profile version: 2.1
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 2.0
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset 
OpenGL version string: 2.1 Mesa 17.3.0
OpenGL shading language version string: 1.20
OpenGL extensions:
    GL_3DFX_texture_compression_FXT1, GL_AMD_seamless_cubemap_per_texture, 
    GL_AMD_shader_trinary_minmax, GL_ANGLE_texture_compression_dxt3, 
    GL_ANGLE_texture_compression_dxt5, GL_APPLE_object_purgeable, 
    GL_APPLE_packed_pixels, GL_ARB_ES2_compatibility, GL_ARB_arrays_of_arrays, 
    GL_ARB_buffer_storage, GL_ARB_clear_buffer_object, GL_ARB_clear_texture, 
    GL_ARB_clip_control, GL_ARB_color_buffer_float, 
    GL_ARB_compressed_texture_pixel_storage, GL_ARB_copy_buffer, 
    GL_ARB_copy_image, GL_ARB_debug_output, GL_ARB_depth_buffer_float, 
    GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_draw_buffers, 
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, 
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, 
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, 
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, 
    GL_ARB_get_program_binary, GL_ARB_get_texture_sub_image, 
    GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, 
    GL_ARB_instanced_arrays, GL_ARB_internalformat_query, 
    GL_ARB_internalformat_query2, GL_ARB_invalidate_subdata, 
    GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind, 
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
    GL_ARB_occlusion_query2, GL_ARB_pixel_buffer_object, 
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_polygon_offset_clamp, 
    GL_ARB_program_interface_query, GL_ARB_provoking_vertex, 
    GL_ARB_robustness, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, 
    GL_ARB_seamless_cubemap_per_texture, GL_ARB_separate_shader_objects, 
    GL_ARB_shader_bit_encoding, GL_ARB_shader_draw_parameters, 
    GL_ARB_shader_group_vote, GL_ARB_shader_objects, 
    GL_ARB_shader_texture_lod, GL_ARB_shading_language_100, 
    GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_sync, 
    GL_ARB_texture_barrier, GL_ARB_texture_border_clamp, 
    GL_ARB_texture_compression, GL_ARB_texture_compression_rgtc, 
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
    GL_ARB_texture_env_dot3, GL_ARB_texture_filter_anisotropic, 
    GL_ARB_texture_float, GL_ARB_texture_mirror_clamp_to_edge, 
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two, 
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, 
    GL_ARB_texture_storage, GL_ARB_texture_swizzle, GL_ARB_transpose_matrix, 
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, 
    GL_ARB_vertex_attrib_binding, GL_ARB_vertex_buffer_object, 
    GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, 
    GL_ARB_window_pos, GL_ATI_blend_equation_separate, GL_ATI_draw_buffers, 
    GL_ATI_separate_stencil, GL_ATI_texture_env_combine3, 
    GL_ATI_texture_float, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, 
    GL_EXT_copy_texture, GL_EXT_draw_buffers2, GL_EXT_draw_instanced, 
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit, 
    GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, 
    GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays, 
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels, 
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, 
    GL_EXT_polygon_offset, GL_EXT_polygon_offset_clamp, 
    GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, 
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture, 
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_array, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, 
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, 
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, 
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer, 
    GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle, 
    GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode, 
    GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm, 
    GL_EXT_texture_swizzle, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
    GL_KHR_blend_equation_advanced, GL_KHR_context_flush_control, 
    GL_KHR_debug, GL_KHR_no_error, GL_KHR_robustness, GL_MESA_pack_invert, 
    GL_MESA_texture_signed_rgba, GL_MESA_window_pos, GL_NV_blend_square, 
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_light_max_exponent, 
    GL_NV_packed_depth_stencil, GL_NV_primitive_restart, 
    GL_NV_texgen_reflection, GL_NV_texture_barrier, 
    GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_OES_EGL_image, 
    GL_OES_read_format, GL_S3_s3tc, GL_SGIS_generate_mipmap, 
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, 
    GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays

OpenGL ES profile version string: OpenGL ES 2.0 Mesa 17.3.0
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, 
    GL_APPLE_texture_max_level, GL_EXT_blend_minmax, 
    GL_EXT_compressed_ETC1_RGB8_sub_texture, GL_EXT_discard_framebuffer, 
    GL_EXT_draw_buffers, GL_EXT_draw_elements_base_vertex, GL_EXT_frag_depth, 
    GL_EXT_map_buffer_range, GL_EXT_multi_draw_arrays, 
    GL_EXT_polygon_offset_clamp, GL_EXT_read_format_bgra, GL_EXT_robustness, 
    GL_EXT_separate_shader_objects, GL_EXT_texture_border_clamp, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_filter_anisotropic, 
    GL_EXT_texture_format_BGRA8888, GL_EXT_texture_rg, 
    GL_EXT_texture_type_2_10_10_10_REV, GL_EXT_unpack_subimage, 
    GL_KHR_blend_equation_advanced, GL_KHR_context_flush_control, 
    GL_KHR_debug, GL_KHR_no_error, GL_KHR_robustness, GL_NV_draw_buffers, 
    GL_NV_fbo_color_attachments, GL_NV_read_buffer, GL_NV_read_depth, 
    GL_NV_read_depth_stencil, GL_NV_read_stencil, GL_OES_EGL_image, 
    GL_OES_EGL_image_external, GL_OES_EGL_sync, 
    GL_OES_compressed_ETC1_RGB8_texture, GL_OES_depth24, GL_OES_depth_texture, 
    GL_OES_draw_elements_base_vertex, GL_OES_element_index_uint, 
    GL_OES_fbo_render_mipmap, GL_OES_get_program_binary, GL_OES_mapbuffer, 
    GL_OES_packed_depth_stencil, GL_OES_required_internalformat, 
    GL_OES_rgb8_rgba8, GL_OES_standard_derivatives, GL_OES_stencil8, 
    GL_OES_surfaceless_context, GL_OES_texture_3D, 
    GL_OES_texture_border_clamp, GL_OES_texture_float, 
    GL_OES_texture_float_linear, GL_OES_texture_half_float, 
    GL_OES_texture_half_float_linear, GL_OES_texture_npot, 
    GL_OES_vertex_array_object, GL_OES_vertex_half_float

24 GLX Visuals
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x020 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x021 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x085 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x086 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x087 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x088 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x089 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x08a 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x08b 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x08c 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x08d 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x08e 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x08f 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x090 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x091 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x092 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x093 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x094 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x095 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x096 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x097 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x098 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x099 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x060 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None

36 GLXFBConfigs:
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x061  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x062  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x063  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x064  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x065 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x066 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x067 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x068 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x069 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x06a 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x06b 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x06c 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x06d  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x06e  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x06f 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x070 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x071 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x072 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x073  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x074  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x075  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x076  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x077 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x078 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x079 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x07a 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x07b 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x07c 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x07d 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x07e 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x07f  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x080  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x081 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x082 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x083 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x084 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow

and yes, I have a /tmp dir mounted, mount output:

proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=983776k,nr_inodes=245944,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
/dev/sda6 on / type ext4 (rw,relatime,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=10670)
mqueue on /dev/mqueue type mqueue (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sda5 on /mnt/boot type ext2 (rw,relatime,block_validity,barrier,user_xattr,acl)
/dev/sda1 on /mnt/windowsboot type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda7 on /mnt/home type ext4 (rw,relatime,data=ordered)
/dev/sda2 on /mnt/windows type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=197848k,mode=700,uid=1000,gid=100)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)

Offline

#18 2017-12-24 10:02:35

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,100

Re: SDL & OpenGL errors with IQoption Application.

With your recent changes, does IQOption still complain

Couldn't find matching GLX visual
OpenGL context could not be created:
Could not create GL context: GLXBadFBConfig

in its logs?

Offline

#19 2017-12-24 17:33:41

JL88HN
Member
Registered: 2016-12-01
Posts: 12

Re: SDL & OpenGL errors with IQoption Application.

seth wrote:

With your recent changes, does IQOption still complain

Couldn't find matching GLX visual
OpenGL context could not be created:
Could not create GL context: GLXBadFBConfig

in its logs?

Yes, the logs shows the same:

  GNU nano 2.9.1                                /home/jl88hn/.local/data/IQ Option/log.txt                                             

[2017-12-24 11:12:11.627] [IQ Option] [error] Trying 0
[2017-12-24 11:12:11.627] [IQ Option] [error] Can't open file '/home/jl88hn/.local/data/IQ Option/desktop.cfg': No such file or direct$
[2017-12-24 11:12:11.627] [IQ Option] [error] Unable to load file: '/home/jl88hn/.local/data/IQ Option/desktop.cfg': No such file or d$
[2017-12-24 11:12:11.628] [IQ Option] [error] SDL failed to create window:
    Couldn't find matching GLX visual
[2017-12-24 11:12:11.628] [IQ Option] [error] Trying 1
[2017-12-24 11:12:11.628] [IQ Option] [error] Can't open file '/home/jl88hn/.local/data/IQ Option/desktop.cfg': No such file or direct$
[2017-12-24 11:12:11.628] [IQ Option] [error] Unable to load file: '/home/jl88hn/.local/data/IQ Option/desktop.cfg': No such file or d$
[2017-12-24 11:12:11.684] [IQ Option] [error] OpenGL context could not be created:
    Could not create GL context: GLXBadFBConfig
[2017-12-24 11:12:11.684] [IQ Option] [error] Trying 2
[2017-12-24 11:12:11.684] [IQ Option] [error] Can't open file '/home/jl88hn/.local/data/IQ Option/desktop.cfg': No such file or direct$
[2017-12-24 11:12:11.684] [IQ Option] [error] Unable to load file: '/home/jl88hn/.local/data/IQ Option/desktop.cfg': No such file or d$
[2017-12-24 11:12:11.684] [IQ Option] [error] SDL failed to create window:
    Couldn't find matching GLX visual
[2017-12-24 11:12:11.684] [IQ Option] [error] Trying 3
[2017-12-24 11:12:11.684] [IQ Option] [error] Can't open file '/home/jl88hn/.local/data/IQ Option/desktop.cfg': No such file or direct$
[2017-12-24 11:12:11.684] [IQ Option] [error] Unable to load file: '/home/jl88hn/.local/data/IQ Option/desktop.cfg': No such file or d$
[2017-12-24 11:12:11.758] [IQ Option] [error] Can't open file '/home/jl88hn/.local/data/IQ Option//usr/share/icons/hicolor/128x128/app$
[2017-12-24 11:12:11.758] [IQ Option] [error] Unable to load file: '/home/jl88hn/.local/data/IQ Option//usr/share/icons/hicolor/128x12$
[2017-12-24 11:12:11.903] [IQ Option] [error] 0:8(2): error: value of type vec3 cannot be assigned to variable of type vec4
^@^@
[2017-12-24 11:12:11.903] [IQ Option] [critical] Failed to compile shader 'shaders/glsl110/color_only.fshader'
[2017-12-24 11:12:11.903] [IQ Option] [error] Fragment shader 'color/fill/main' compilation failed.
[2017-12-24 11:12:11.903] [IQ Option] [critical] Failed to load effect:

I checked at those directories and files in '/home/jl88hn/.local/data/IQ Option/desktop.cfg' and they are correct, as well as the IQoption dir in /opt, that contains 4 files:

[jl88hn@Acer iqoption]$ dir
crashsender  IQOption  libc++.so.1  res.vdat
[jl88hn@Acer iqoption]$ 

that shows that library mentioned in the journalctl:

[jl88hn@Acer iqoption]$ journalctl -p 3 -xb
-- Logs begin at Fri 2017-11-24 07:40:42 CST, end at Sun 2017-12-24 11:24:34 CST. --
dic 24 10:15:43 Acer kernel: kvm: disabled by bios
dic 24 10:18:16 Acer systemd-coredump[697]: Process 694 (IQOption) of user 1000 dumped core.
                                            
                                            Stack trace of thread 694:
                                            #0  0x000000000077f9fc n/a (IQOption)
-- Logs begin at Fri 2017-11-24 07:40:42 CST, end at Sun 2017-12-24 11:24:34 CST. --
dic 24 10:15:43 Acer kernel: kvm: disabled by bios
dic 24 10:18:16 Acer systemd-coredump[697]: Process 694 (IQOption) of user 1000 dumped core.
                                            
                                            Stack trace of thread 694:
                                            #0  0x000000000077f9fc n/a (IQOption)
                                            #1  0x000000000077d39a n/a (IQOption)
                                            #2  0x00000000009b62ba n/a (IQOption)
                                            #3  0x00007f07e0135f4a __libc_start_main (libc.so.6)
                                            #4  0x00000000006b8419 _start (IQOption)
                                            
                                            Stack trace of thread 695:
                                            #0  0x00007f07e0201026 ppoll (libc.so.6)
                                            #1  0x00007f07d7080c53 pa_mainloop_poll (libpulse.so.0)
                                            #2  0x00007f07d7081271 pa_mainloop_iterate (libpulse.so.0)
                                            #3  0x00007f07d7081301 pa_mainloop_run (libpulse.so.0)
                                            #4  0x00007f07dfca4930 n/a (libSDL2-2.0.so.0)
                                            #5  0x00007f07dfc653cf n/a (libSDL2-2.0.so.0)
                                            #6  0x00007f07dfcbe23a n/a (libSDL2-2.0.so.0)
                                            #7  0x00007f07e0f2908a start_thread (libpthread.so.0)
                                            #8  0x00007f07e020b42f __clone (libc.so.6)
-- Subject: Process 694 (IQOption) dumped core
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: man:core(5)
-- 
-- Process 694 (IQOption) crashed and dumped core.
-- 
-- This usually indicates a programming error in the crashing program and
-- should be reported to its vendor as a bug.

I know the package from AUR has some glitches, but it worked before, I don't know if maybe it was some update.

Offline

#20 2017-12-24 18:34:11

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,100

Re: SDL & OpenGL errors with IQoption Application.

The libc++.so.1will likely be of outdated ABI and incompatible to all other libraries.
=> get it out of the way, but if IQOption depends on a customized libc++ (wtf??) you'll have to wait for an update for IQOption

Offline

#21 2017-12-24 19:03:16

loqs
Member
Registered: 2014-03-06
Posts: 18,853

Re: SDL & OpenGL errors with IQoption Application.

Seth what change on or around 2017-12-22 do you think caused this?

Offline

#22 2017-12-24 21:43:18

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,100

Re: SDL & OpenGL errors with IQoption Application.

Nothing, my bet is on the gcc6/7 changes, but something that's called "libc++" and is shipped with a binary package is highly suspicious to break on about any minor change.

Also I didn't understand this as something that happened 2 days ago, but

But I have installed that package several times and was always working, and today I re-installed it

He noticed it 2 or 3 days ago and we don't really know the condition of the system when it's been working the "last time™"

Also the binary is for the pretty dated Ubuntu 14.04.

Offline

#23 2017-12-24 22:00:21

loqs
Member
Registered: 2014-03-06
Posts: 18,853

Re: SDL & OpenGL errors with IQoption Application.

Ah I read it as something strange happened a few days ago involving systemd-git somehow breaking vlc playing video after that was cleared up the only thing left broken was IQOption which left me confused.

Offline

#24 2017-12-25 19:17:03

JL88HN
Member
Registered: 2016-12-01
Posts: 12

Re: SDL & OpenGL errors with IQoption Application.

Hello seth and loqs, sorry, I was out for the holiday. Well, as I was really needing to access my IQoption account, I couldn't wait and installed Wine, I tought it will be running slow or something like that but everything works fine using the Windows version, and I think I'll have to wait for some update for that package because, as I said, the linux version has some glitches. So I uninstalled the linux version for now, but I'm really thankfull for your timely and patient assistance. I like to learn and apply what I learn so even if I don't to fix this now, I will try it later, thanks smile

Offline

Board footer

Powered by FluxBB