You are not logged in.

#1 2022-01-23 09:10:50

mabvmet
Member
Registered: 2019-03-06
Posts: 26

[SOLVED] Damaged user/session? Unable to login

Hi everyone!

I hope this is the righ place to post this request for help, if not, my apologies.

I just installed Arch Linux on an old macbook pro mid 2012. Everything is going right, Arch Linux is running incredibly good and looks stable so far... I was doing some installations and adjustments.

After a while I restarted the laptop and the main user is not login anymore with the graphical mode, when I enter the password looks like if the graphic session was about to start but the login screen shows up again, there is a loop there. I am using gnome btw.

Then I logged in with the root user and works good. I created a new user and also works well. After that, I installed lxde and it happens exactly the same with the three users like before, which means something got broken with my main user's session but not with the distro itself or with the windows manager, I think.

I restarted Archlinux but this time I used the multi-user mode (console mode since the boot) and in this way it was possible to start and get access to the main user's session.

Sorry for not posting more and better details like a command's output... I don't have any idea of what's going on.

So, the goal here is to fix the session. Any help will be highly appeciated.

I hope you can give me a hand
Thanks in advance.

Last edited by mabvmet (2022-01-23 16:45:17)

Offline

#2 2022-01-23 12:30:47

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,999
Website

Re: [SOLVED] Damaged user/session? Unable to login

Please remove the redundant [Question] & [Help] tags from the thread title and post the output of this command for your normal user:

loginctl user-status --no-p

Please also post the exact commands used to create the user.

Did you check the journal when the logins failed?

mabvmet wrote:

I am using gnome btw.

How did you install GNOME and configure it to start at boot? Please post the exact commands.

Which guide did you follow when installing Arch?


Jin, Jîyan, Azadî

Offline

#3 2022-01-23 13:12:44

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

Re: [SOLVED] Damaged user/session? Unable to login

This could just be some 3rd party extension crashing gnome - look at the system journal (sudo journalctl) and maybe coredumps (coredumpctl)

Offline

#4 2022-01-23 15:25:10

mabvmet
Member
Registered: 2019-03-06
Posts: 26

Re: [SOLVED] Damaged user/session? Unable to login

Head_on_a_Stick wrote:

post the output of this command for your normal user:

loginctl user-status --no-p
mabvmet wrote:
 
mabvmet (1000)
	   Since: Sun 2022-01-23 08:58:06 CST; 3min 9s ago
	   State: active
	Sessions: *20
	  Linger: no
	    Unit: user-1000.slice
		  ├─session-20.scope
		  │ ├─2846 "login -- mabvmet"
		  │ ├─4774 -zsh
		  │ └─5049 loginctl user-status --no-p
		  └─user@1000.service
		    └─init.scope
		      ├─4766 /usr/lib/systemd/systemd --user
		      └─4767 "(sd-pam)"

Jan 23 08:58:06 infected-MBP systemd[4766]: Listening on PipeWire Multimedia System Socket.
Jan 23 08:58:06 infected-MBP systemd[4766]: Listening on Sound System.
Jan 23 08:58:06 infected-MBP systemd[4766]: Listening on D-Bus User Message Bus Socket.
Jan 23 08:58:06 infected-MBP systemd[4766]: Reached target Sockets.
Jan 23 08:58:06 infected-MBP systemd[4766]: Reached target Basic System.
Jan 23 08:58:06 infected-MBP systemd[4766]: Starting Update XDG user dir configuration...
Jan 23 08:58:06 infected-MBP systemd[4766]: Finished Update XDG user dir configuration.
Jan 23 08:58:06 infected-MBP systemd[4766]: Reached target Main User Target.
Jan 23 08:58:06 infected-MBP systemd[4766]: Startup finished in 106ms.
Jan 23 08:58:06 infected-MBP login[2846]: LOGIN ON tty3 BY mabvmet
Head_on_a_Stick wrote:

Please also post the exact commands used to create the user.

mabvmet wrote:
 useradd -m -G wheel mabvmet
Head_on_a_Stick wrote:

Did you check the journal when the logins failed?

mabvmet wrote:
Jan 23 08:52:55 infected-MBP systemd[4350]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by (uid=0)
Jan 23 08:52:55 infected-MBP systemd[4350]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Jan 23 08:52:55 infected-MBP audit[4350]: USER_START pid=4350 uid=0 auid=120 ses=19 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,p>
Jan 23 08:52:55 infected-MBP audit: BPF prog-id=92 op=LOAD
Jan 23 08:52:55 infected-MBP audit[4350]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffc1f64dd90 a2=78 a3=7ffc1f64dd90 items=0 ppid=1 pid=>
Jan 23 08:52:55 infected-MBP audit: PROCTITLE proctitle="(systemd)"
Jan 23 08:52:55 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:52:55 infected-MBP kernel: audit: type=1101 audit(1642949575.949:409): pid=4350 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantor>
Jan 23 08:52:55 infected-MBP kernel: audit: type=1103 audit(1642949575.949:410): pid=4350 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=?>
Jan 23 08:52:55 infected-MBP kernel: audit: type=1006 audit(1642949575.949:411): pid=4350 uid=0 old-auid=4294967295 auid=120 tty=(none) old-ses=4294967295 se>
Jan 23 08:52:56 infected-MBP systemd[4350]: Queued start job for default target Main User Target.
Jan 23 08:52:56 infected-MBP systemd[4350]: Created slice User Application Slice.
Jan 23 08:52:56 infected-MBP systemd[4350]: Reached target Paths.
Jan 23 08:52:56 infected-MBP systemd[4350]: Reached target Timers.
Jan 23 08:52:56 infected-MBP systemd[4350]: Starting D-Bus User Message Bus Socket...
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on GnuPG network certificate management daemon.
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on GCR ssh-agent wrapper.
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on GnuPG cryptographic agent and passphrase cache.
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on p11-kit server.
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on PipeWire Multimedia System Socket.
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on Sound System.
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on D-Bus User Message Bus Socket.
Jan 23 08:52:56 infected-MBP systemd[4350]: Reached target Sockets.
Jan 23 08:52:56 infected-MBP systemd[4350]: Reached target Basic System.
Jan 23 08:52:56 infected-MBP systemd[1]: Started User Manager for UID 120.
Jan 23 08:52:56 infected-MBP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/syste>
Jan 23 08:52:56 infected-MBP systemd[1]: Started Session 18 of User gdm.
Jan 23 08:52:56 infected-MBP systemd[4350]: Starting Update XDG user dir configuration...
Jan 23 08:52:56 infected-MBP systemd[4350]: Finished Update XDG user dir configuration.
Jan 23 08:52:56 infected-MBP systemd[4350]: Reached target Main User Target.
Jan 23 08:52:56 infected-MBP systemd[4350]: Startup finished in 104ms.
Jan 23 08:52:56 infected-MBP gdm-launch-environment][4345]: pam_env(gdm-launch-environment:session): deprecated reading of user environment enabled
Jan 23 08:52:56 infected-MBP audit[4345]: USER_START pid=4345 uid=0 auid=120 ses=18 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_succeed_if>
Jan 23 08:52:56 infected-MBP kernel: rfkill: input handler enabled
Jan 23 08:52:56 infected-MBP systemd[4350]: Started D-Bus User Message Bus.
Jan 23 08:52:56 infected-MBP gnome-session[4364]: gnome-session-binary[4364]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' >
Jan 23 08:52:56 infected-MBP gnome-session[4364]: gnome-session-binary[4364]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' >
Jan 23 08:52:56 infected-MBP gnome-session-binary[4364]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
Jan 23 08:52:56 infected-MBP gnome-session-binary[4364]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
Jan 23 08:52:56 infected-MBP gnome-shell[4372]: Running GNOME Shell (using mutter 41.3) as a Wayland display server
Jan 23 08:52:56 infected-MBP gnome-shell[4372]: Device '/dev/dri/card0' prefers shadow buffer
Jan 23 08:52:56 infected-MBP gnome-shell[4372]: Added device '/dev/dri/card0' (i915) using atomic mode setting.
Jan 23 08:52:56 infected-MBP gnome-shell[4372]: Created gbm renderer for '/dev/dri/card0'
Jan 23 08:52:56 infected-MBP gnome-shell[4372]: Boot VGA GPU /dev/dri/card0 selected as primary
Jan 23 08:52:57 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Activating service name='org.a11y.Bus' request>
Jan 23 08:52:57 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Successfully activated service 'org.a11y.Bus'
Jan 23 08:52:57 infected-MBP gnome-shell[4372]: Using public X11 display :1024, (using :1025 for managed services)
Jan 23 08:52:57 infected-MBP gnome-shell[4372]: Using Wayland display name 'wayland-0'
Jan 23 08:52:57 infected-MBP gnome-shell[4372]: Skipping parental controls support as it’s disabled
Jan 23 08:52:57 infected-MBP gnome-shell[4372]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Jan 23 08:52:57 infected-MBP gnome-shell[4372]: Will monitor session 18
Jan 23 08:52:57 infected-MBP dbus-daemon[403]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.ser>
Jan 23 08:52:57 infected-MBP audit: BPF prog-id=93 op=LOAD
Jan 23 08:52:57 infected-MBP audit: BPF prog-id=94 op=LOAD
Jan 23 08:52:57 infected-MBP audit: BPF prog-id=95 op=LOAD
Jan 23 08:52:57 infected-MBP systemd[1]: Starting Locale Service...
Jan 23 08:52:57 infected-MBP gnome-shell[4372]: Failed to launch ibus-daemon: Falló al ejecutar el proceso hijo «ibus-daemon» (No existe el fichero o el dire>
Jan 23 08:52:57 infected-MBP dbus-daemon[403]: [system] Successfully activated service 'org.freedesktop.locale1'
Jan 23 08:52:57 infected-MBP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/system>
Jan 23 08:52:57 infected-MBP systemd[1]: Started Locale Service.
Jan 23 08:52:57 infected-MBP systemd[4350]: Created slice User Core Session Slice.
Jan 23 08:52:57 infected-MBP systemd[4350]: Starting Sound Service...
Jan 23 08:52:57 infected-MBP rtkit-daemon[666]: Successfully made thread 4397 of process 4397 owned by '120' high priority at nice level -11.
Jan 23 08:52:57 infected-MBP rtkit-daemon[666]: Supervising 8 threads of 4 processes of 2 users.
Jan 23 08:52:57 infected-MBP dbus-daemon[403]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by '>
Jan 23 08:52:57 infected-MBP systemd[1]: Starting Location Lookup Service...
Jan 23 08:52:57 infected-MBP polkitd[454]: Registered Authentication Agent for unix-session:18 (system bus name :1.270 [/usr/bin/gnome-shell], object path /o>
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Activating service name='org.gnome.Shell.Notif>
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4387]: dbus-daemon[4387]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (ui>
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4387]: dbus-daemon[4387]: Successfully activated service 'org.a11y.atspi.Registry'
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4404]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jan 23 08:52:58 infected-MBP dbus-daemon[403]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service>
Jan 23 08:52:58 infected-MBP dbus-daemon[403]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedeskto>
Jan 23 08:52:58 infected-MBP geoclue[4398]: Failed to connect to avahi service: Daemon not running
Jan 23 08:52:58 infected-MBP dbus-daemon[403]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
Jan 23 08:52:58 infected-MBP systemd[1]: Started Location Lookup Service.
Jan 23 08:52:58 infected-MBP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/system>
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Successfully activated service 'org.gnome.Shel>
Jan 23 08:52:58 infected-MBP dbus-daemon[403]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1>
Jan 23 08:52:58 infected-MBP audit: BPF prog-id=96 op=LOAD
Jan 23 08:52:58 infected-MBP audit: BPF prog-id=97 op=LOAD
Jan 23 08:52:58 infected-MBP audit: BPF prog-id=98 op=LOAD
Jan 23 08:52:58 infected-MBP systemd[1]: Starting Hostname Service...
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Activating service name='org.freedesktop.syste>
Jan 23 08:52:58 infected-MBP dbus-daemon[403]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jan 23 08:52:58 infected-MBP systemd[1]: Started Hostname Service.
Jan 23 08:52:58 infected-MBP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/syst>
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Activated service 'org.freedesktop.systemd1' f>
Jan 23 08:52:58 infected-MBP gsd-sharing[4414]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop>
Jan 23 08:52:58 infected-MBP gsd-sharing[4414]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop>
Jan 23 08:52:58 infected-MBP gsd-sharing[4414]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop>
Jan 23 08:52:58 infected-MBP kernel: rfkill: input handler disabled
Jan 23 08:52:58 infected-MBP NetworkManager[404]: <info>  [1642949578.3299] agent-manager: agent[c2cfad2b8c119b01,:1.270/org.gnome.Shell.NetworkAgent/120]: a>
Jan 23 08:52:58 infected-MBP gnome-session-binary[4364]: Entering running state
Jan 23 08:52:58 infected-MBP xbrlapi.desktop[4525]: openConnection: connect: No existe el fichero o el directorio
Jan 23 08:52:58 infected-MBP xbrlapi.desktop[4525]: cannot connect to braille devices daemon brltty at :0
Jan 23 08:52:58 infected-MBP gnome-shell[4372]: Failed to launch ibus-daemon: Falló al ejecutar el proceso hijo «ibus-daemon» (No existe el fichero o el dire>
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Activating service name='org.gnome.Shell.Scree>
Jan 23 08:52:58 infected-MBP gnome-shell[4372]: ATK Bridge is disabled but a11y has already been enabled.
Jan 23 08:52:58 infected-MBP rtkit-daemon[666]: Supervising 8 threads of 4 processes of 2 users.
Jan 23 08:52:58 infected-MBP rtkit-daemon[666]: Successfully made thread 4539 of process 4397 owned by '120' RT at priority 5.
Jan 23 08:52:58 infected-MBP rtkit-daemon[666]: Supervising 9 threads of 4 processes of 2 users.
Jan 23 08:52:58 infected-MBP rtkit-daemon[666]: Supervising 9 threads of 4 processes of 2 users.
Jan 23 08:52:58 infected-MBP rtkit-daemon[666]: Successfully made thread 4540 of process 4397 owned by '120' RT at priority 5.
Jan 23 08:52:58 infected-MBP rtkit-daemon[666]: Supervising 10 threads of 4 processes of 2 users.
Jan 23 08:52:58 infected-MBP systemd[4350]: Started Sound Service.
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Activating service name='org.gnome.ScreenSaver>
Jan 23 08:52:58 infected-MBP gsd-media-keys[4445]: Failed to grab accelerator for keybinding settings:hibernate
Jan 23 08:52:58 infected-MBP gsd-media-keys[4445]: Failed to grab accelerator for keybinding settings:playback-repeat
Jan 23 08:52:58 infected-MBP org.gnome.Shell.desktop[4544]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jan 23 08:52:58 infected-MBP org.gnome.Shell.desktop[4544]: > Warning:          Unsupported maximum keycode 708, clipping.
Jan 23 08:52:58 infected-MBP org.gnome.Shell.desktop[4544]: >                   X11 cannot support keycodes above 255.
Jan 23 08:52:58 infected-MBP org.gnome.Shell.desktop[4544]: Errors from xkbcomp are not fatal to the X server
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Successfully activated service 'org.gnome.Scre>
Jan 23 08:52:59 infected-MBP gnome-shell[4372]: Registering session with GDM
Jan 23 08:52:59 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Successfully activated service 'org.gnome.Shel>
Jan 23 08:53:01 infected-MBP dbus-daemon[403]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service>
Jan 23 08:53:01 infected-MBP dbus-daemon[403]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedeskto>
Jan 23 08:53:01 infected-MBP gdm-password][4566]: pam_systemd_home(gdm-password:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.servic>
Jan 23 08:53:01 infected-MBP gdm-password][4566]: pam_unix(gdm-password:auth): user [mabvmex] has blank password; authenticated without it
Jan 23 08:53:01 infected-MBP gdm-password][4566]: gkr-pam: no password is available for user
Jan 23 08:53:01 infected-MBP audit[4566]: USER_AUTH pid=4566 uid=0 auid=1001 ses=1 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam>
Jan 23 08:53:01 infected-MBP kernel: kauditd_printk_skb: 18 callbacks suppressed
Jan 23 08:53:01 infected-MBP kernel: audit: type=1100 audit(1642949581.389:426): pid=4566 uid=0 auid=1001 ses=1 msg='op=PAM:authentication grantors=pam_shell>
Jan 23 08:53:01 infected-MBP audit[4566]: USER_ACCT pid=4566 uid=0 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time ac>
Jan 23 08:53:01 infected-MBP audit[4566]: CRED_REFR pid=4566 uid=0 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillo>
Jan 23 08:53:01 infected-MBP kernel: audit: type=1101 audit(1642949581.399:427): pid=4566 uid=0 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_access,pa>
Jan 23 08:53:01 infected-MBP kernel: audit: type=1110 audit(1642949581.399:428): pid=4566 uid=0 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_shells,pam_f>
Jan 23 08:53:01 infected-MBP gdm[425]: GLib: Source ID 538 was not found when attempting to remove it
Jan 23 08:53:02 infected-MBP NetworkManager[404]: <info>  [1642949582.3590] agent-manager: agent[aa70c78cc6f7ee67,:1.20/org.gnome.Shell.NetworkAgent/1001]: a>
Jan 23 08:53:11 infected-MBP gsd-a11y-settin[4454]: Error releasing name org.gnome.SettingsDaemon.A11ySettings: La conexión está cerrada
Jan 23 08:53:11 infected-MBP gsd-rfkill[4429]: Error releasing name org.gnome.SettingsDaemon.Rfkill: La conexión está cerrada
Jan 23 08:53:11 infected-MBP audit[4345]: USER_END pid=4345 uid=0 auid=120 ses=18 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_succeed_if,>
Jan 23 08:53:11 infected-MBP audit[4345]: CRED_DISP pid=4345 uid=0 auid=120 ses=18 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-sessi>
Jan 23 08:53:11 infected-MBP gdm-launch-environment][4345]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Jan 23 08:53:11 infected-MBP systemd-logind[405]: Session 18 logged out. Waiting for processes to exit.
Jan 23 08:53:11 infected-MBP kernel: audit: type=1106 audit(1642949591.819:429): pid=4345 uid=0 auid=120 ses=18 msg='op=PAM:session_close grantors=pam_loginu>
Jan 23 08:53:11 infected-MBP kernel: audit: type=1104 audit(1642949591.819:430): pid=4345 uid=0 auid=120 ses=18 msg='op=PAM:setcred grantors=pam_permit acct=>
Jan 23 08:53:11 infected-MBP gsd-color[3522]: failed to connect to device: Failed to connect to missing device /org/freedesktop/ColorManager/devices/xrandr_A>
Jan 23 08:53:11 infected-MBP gsd-color[760]: failed to connect to device: Failed to connect to missing device /org/freedesktop/ColorManager/devices/xrandr_Ap>
Jan 23 08:53:11 infected-MBP polkitd[454]: Unregistered Authentication Agent for unix-session:18 (system bus name :1.270, object path /org/freedesktop/Policy>
Jan 23 08:53:11 infected-MBP gdm[425]: Gdm: Child process -4358 was already dead.
Jan 23 08:53:11 infected-MBP systemd[1]: session-18.scope: Deactivated successfully.
Jan 23 08:53:11 infected-MBP systemd[1]: session-18.scope: Consumed 3.902s CPU time.
Jan 23 08:53:11 infected-MBP systemd-logind[405]: Removed session 18.
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.1>
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.11' (u>
Jan 23 08:53:19 infected-MBP dbus-daemon[4591]: writing oom_score_adj error: Permission denied
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Activating service name='org.gnome.Documents' requested by ':1.11' (uid=1001 pid=61>
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Activating service name='org.gnome.Nautilus' requested by ':1.11' (uid=1001 pid=612>
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.11' >
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.1>
Jan 23 08:53:19 infected-MBP dbus-daemon[4596]: writing oom_score_adj error: Permission denied
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Activating service name='org.gnome.Recipes' requested by ':1.11' (uid=1001 pid=612 >
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Activating service name='org.gnome.clocks' requested by ':1.11' (uid=1001 pid=612 c>
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Activating service name='org.gnome.Epiphany.SearchProvider' requested by ':1.11' (u>
Jan 23 08:53:19 infected-MBP dbus-daemon[4598]: writing oom_score_adj error: Permission denied
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: writing oom_score_adj error: Permission denied
Jan 23 08:53:19 infected-MBP dbus-daemon[4604]: writing oom_score_adj error: Permission denied
Jan 23 08:53:19 infected-MBP dbus-daemon[4603]: writing oom_score_adj error: Permission denied
Jan 23 08:53:19 infected-MBP dbus-daemon[4605]: writing oom_score_adj error: Permission denied
Jan 23 08:53:19 infected-MBP dbus-daemon[4608]: writing oom_score_adj error: Permission denied
Jan 23 08:53:19 infected-MBP dbus-daemon[4606]: writing oom_score_adj error: Permission denied
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Successfully activated service 'org.gnome.Recipes'
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Successfully activated service 'org.gnome.Nautilus'
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Successfully activated service 'org.gnome.clocks'
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Successfully activated service 'org.gnome.Characters.BackgroundService'
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Successfully activated service 'org.gnome.Calculator.SearchProvider'
Jan 23 08:53:19 infected-MBP gnome-calculato[4596]: search-provider.vala:117: Failed to spawn Calculator: El proceso hijo terminado por la señal 9
Jan 23 08:53:19 infected-MBP gnome-shell[612]: Received error from D-Bus search provider org.gnome.Recipes.desktop during GetResultMetas: Gio.DBusError: GDBu>
Jan 23 08:53:19 infected-MBP gnome-shell[612]: Wrong number of result metas returned by search provider org.gnome.Recipes.desktop: expected 5 but got 0
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Successfully activated service 'org.gnome.Contacts.SearchProvider'
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Successfully activated service 'org.gnome.Documents'
Jan 23 08:53:19 infected-MBP nautilus[4598]: Connecting to org.freedesktop.Tracker3.Miner.Files
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Successfully activated service 'org.gnome.Epiphany.SearchProvider'
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: cannot register existing type 'TrackerSparqlConnection'
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_once_init_leave: assertion 'result != 0' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_type_register_static: assertion 'parent_type > 0' failed
Jan 23 08:53:19 infected-MBP audit[4602]: ANOM_ABEND auid=1001 uid=1001 gid=1001 ses=2 pid=4602 comm="gnome-documents" exe="/usr/bin/gjs-console" sig=11 res=1
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: cannot add private field to invalid (non-instantiatable) type '<invalid>'
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_once_init_leave: assertion 'result != 0' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: tracker_sparql_backend_load_plugins: assertion 'self != NULL' failed
Jan 23 08:53:19 infected-MBP kernel: gnome-documents[4602]: segfault at 20 ip 00007fb75458fc2e sp 00007ffe19e0f120 error 4 in libtracker-sparql-2.0.so.0.306.>
Jan 23 08:53:19 infected-MBP kernel: Code: 48 89 df ff 15 2b 1d 02 00 4c 89 ff ff 15 3a 17 02 00 66 2e 0f 1f 84 00 00 00 00 00 4c 8b 7c 24 38 4d 85 ff 0f 85 >
Jan 23 08:53:19 infected-MBP kernel: audit: type=1701 audit(1642949599.769:431): auid=1001 uid=1001 gid=1001 ses=2 pid=4602 comm="gnome-documents" exe="/usr/>
Jan 23 08:53:19 infected-MBP audit: BPF prog-id=99 op=LOAD
Jan 23 08:53:19 infected-MBP audit: BPF prog-id=100 op=LOAD
Jan 23 08:53:19 infected-MBP audit: BPF prog-id=101 op=LOAD
Jan 23 08:53:19 infected-MBP systemd[1]: Started Process Core Dump (PID 4693/UID 0).
Jan 23 08:53:19 infected-MBP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@6-4693-0 comm="systemd" exe="/usr/>
Jan 23 08:53:19 infected-MBP kernel: audit: type=1334 audit(1642949599.779:432): prog-id=99 op=LOAD
Jan 23 08:53:19 infected-MBP kernel: audit: type=1334 audit(1642949599.779:433): prog-id=100 op=LOAD
Jan 23 08:53:19 infected-MBP kernel: audit: type=1334 audit(1642949599.779:434): prog-id=101 op=LOAD
Jan 23 08:53:19 infected-MBP kernel: audit: type=1130 audit(1642949599.779:435): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@6-4693>
Jan 23 08:53:20 infected-MBP systemd-coredump[4699]: [?] Process 4602 (gnome-documents) of user 1001 dumped core.
                                                     
                                                     Module linux-vdso.so.1 with build-id 219844af31131385f0876abb7784a6a53b605b42
                                                     Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                     Module libkrb5support.so.0 with build-id adf65240a4d2aba772d7a0772b4d015469934113
                                                     Module libcom_err.so.2 with build-id be99503e12b86d78d6ede2f0d1ffb66408a37576
                                                     Module libk5crypto.so.3 with build-id eb8220b8f36675aac769450be4cb6bb7f97ec38a
                                                     Module libkrb5.so.3 with build-id 72d26767c5cb1097db75a5f5bff88860233c902b
                                                     Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                     Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                     Module libgssapi_krb5.so.2 with build-id e6e098ad51ce7bdd3dbe902d7b0f69a90f8a9e08
                                                     Module libpsl.so.5 with build-id 0229a201aaf5652186c9fdc192ebe52baf19d7f1
                                                     Module libuuid.so.1 with build-id 1366ec3008cfdbe45a226330754baeea46a2d7e6
                                                     Module libsoup-2.4.so.1 with build-id 678dafa54638a6d0ab73f810643f9a23d988db00
                                                     Module libtracker-data.so with build-id d63759d15e716837194266d7310f09100d2fd82f
                                                     Module libtracker-sparql-2.0.so.0 with build-id 7b38a315ff6db81d1ed5b7109646e0920d04e184
                                                     Module libsynctex.so.2 with build-id 15d595e1f7ef62199c8bc7fd7a525b597d2bf365
                                                     Module libevdocument3.so.4 with build-id 74e8c8fad8ab9cdd8b83014520a1bc443889802c
                                                     Module libdconfsettings.so with build-id 7a4ba7af122c4d11168004a9ea6def330f02089f
                                                     Module libseccomp.so.2 with build-id 54179323d84e1b713b7547ba0b3f8310e65eec93
                                                     Module libudev.so.1 with build-id e7bd18780bd5753c14f8561be78e4e78ae0266ee
                                                     Module libxkbregistry.so.0 with build-id fd1a0bf7d7dd5625c98422781d2b0240c9677d90
                                                     Module libgnome-desktop-3.so.19 with build-id 1e1070e9acfb96ee171cb8de0996b4eba36bbb72
                                                     Module libgpg-error.so.0 with build-id 3801187d42c4955bd93c605451430cdf1b164e63
                                                     Module libgcrypt.so.20 with build-id db45f5d5e0f7af1e77324fea1885f974619ad268
                                                     Module libcap.so.2 with build-id f56c6cd6ad4d35053340d7ff2f8f954498796739
                                                     Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                     Module libicudata.so.70 with build-id e1dcc2a88cfaafed882d09c90c668af0eed4efed
                                                     Module libsystemd.so.0 with build-id 6a2a26aa5fff87c1eb61137339bc55a53956c9ac
                                                     Module liblzma.so.5 with build-id 8b615460aa230708c5183f16bede67aa0437d95e
                                                     Module libzstd.so.1 with build-id 6214183688018e3fba6d66db10c2c8d0b45e0578
                                                     Module libdatrie.so.1 with build-id 6fe3b6ece2c8e7d11869fa051375128d8f808f58
                                                     Module libxml2.so.2 with build-id b710b880b0d4e9c93554fa632129db44c20632cd
                                                     Module libjson-glib-1.0.so.0 with build-id 5865be5fcc01b48a0a113e0145ec45529bff89a6
                                                     Module libsqlite3.so.0 with build-id 5f711261aabe285f02a673ded77a37b413afbfa2
                                                     Module libicui18n.so.70 with build-id 95af755fca990df26753a7d720b8e3ae24270e42
                                                     Module libicuuc.so.70 with build-id 2e245c2bf12f95fd8ab79b3a4be99524677cbd70
                                                     Module libstemmer.so.0 with build-id aa44a40dfb223020ed8e49cd2d28fc3887128463
                                                     Module libatspi.so.0 with build-id de251156cf6f2f447c5e2b8721bd913d79995d4f
                                                     Module libdbus-1.so.3 with build-id 74f2ab9c60512f3a93c932c3f627564d42e0b11e
                                                     Module libtiff.so.5 with build-id e8d89a0fb0847641ddb75c5f03fa89d68155a75d
                                                     Module libjpeg.so.8 with build-id 879ca18a2f58c25d77ba881db3a44a5676ef6c7d
                                                     Module libthai.so.0 with build-id a7ac5010b4275c49308021200d23690533952702
                                                     Module libXinerama.so.1 with build-id dbb6adece34ea2766d3efcd628af8f9757344dd6
                                                     Module libXrandr.so.2 with build-id d4e869b5c72541e1de8f96b456248987ea52d51b
                                                     Module libXcomposite.so.1 with build-id f1bb5ffb6203ab2907ac044a204ce3902a79f1c1
                                                     Module libXdamage.so.1 with build-id a1d867e093c16944b2c0083be98050ef35c9e5c2
                                                     Module libXcursor.so.1 with build-id eb6315bcd7526aaf51b0a1307efdc587cea0a152
                                                     Module libwayland-egl.so.1 with build-id 791e39283cdcc5a08cfd091b8cd4c59869a11278
                                                     Module libwayland-cursor.so.0 with build-id 79d7e67af210407c2afe92ba8c189c8648a6474c
                                                     Module libwayland-client.so.0 with build-id 0a237f2fd096bada4ca381eec5d64474c4078be4
                                                     Module libxkbcommon.so.0 with build-id 1f1bc7527e57c886c3df5803068122e1971d4724
                                                     Module libXfixes.so.3 with build-id 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                                                     Module libtracker-sparql-3.0.so.0 with build-id b0eee5a9b660fed5221ea15139e9608282320503
                                                     Module libcloudproviders.so.0 with build-id ed1d9c9e60be4e858ad148484767249be1edf95f
                                                     Module libatk-bridge-2.0.so.0 with build-id 1161ebbcc5aa791075dfa026671875e5417287bd
                                                     Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                                                     Module libepoxy.so.0 with build-id b6357fc6b748c512f90339433d74502b9d0621dc
                                                     Module libatk-1.0.so.0 with build-id aacaa40363d304858b654728a893bc212a4ca119
                                                     Module libgdk_pixbuf-2.0.so.0 with build-id ca4beb15a30de8d8767f7bca8222038c61b58b36
                                                     Module libfribidi.so.0 with build-id 79124bad061c2aab4ec89f25d067363d5b781114
                                                     Module libpangoft2-1.0.so.0 with build-id ef74c3ce7ee52a746fb5f2840d80a84e314edb92
                                                     Module libpango-1.0.so.0 with build-id 730a8183a36afae82dd6a5564c0e490fed239a40
                                                     Module libpangocairo-1.0.so.0 with build-id 10d2af38056eee9a6b3458d8aac24095c4dfab72
                                                     Module libgdk-3.so.0 with build-id 6f77a9486fc38cb4e374d862662cb5e39ca3988a
                                                     Module libgtk-3.so.0 with build-id e17042e459bfe2a5cd401828a90435a81a82b70d
                                                     Module libgvfscommon.so with build-id 90d1858292300e4e1ee3fbe84ab06079af840ec6
                                                     Module libgvfsdbus.so with build-id dcb9d652f2e5c65154517fe6934215ec6bd1c29c
                                                     Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                     Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                     Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                     Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                     Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                     Module libharfbuzz.so.0 with build-id 1d9dee49dd99162c3f83eb3259c3c88c6b4cd7fe
                                                     Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                     Module libexpat.so.1 with build-id 64e977cfebfe7539f428dec3b388f5d0498b3108
                                                     Module libblkid.so.1 with build-id 057b6bc8eebd42d1f5cafe4f4ac72646aae1f2c5
                                                     Module libpixman-1.so.0 with build-id 341f793dcada3a48a306a793d265a517e3f2e7d6
                                                     Module libxcb-shm.so.0 with build-id fb797f299a446f559a95afcc168227482cc800d1
                                                     Module libxcb-render.so.0 with build-id a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                     Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                     Module libXrender.so.1 with build-id 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3
                                                     Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                     Module libfreetype.so.6 with build-id 26c5f833068ff72660d1975cbc2074c3eb47fad8
                                                     Module libfontconfig.so.1 with build-id 1103a641395c7d3b42e49b793d3a9ea927c77bf6
                                                     Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                     Module libncursesw.so.6 with build-id 859adb8b03a5655151b4da104bc4b326a0d4bc8c
                                                     Module libdl.so.2 with build-id 5abc547e7b0949f89f3c0e21ab0c8331a7440a8a
                                                     Module ld-linux-x86-64.so.2 with build-id 040cc3dd10461562f177df39e3be2f3704258c3c
                                                     Module libm.so.6 with build-id 2b8fd1f869ecab4e0b55e92f2f151897f6818acf
                                                     Module libresolv.so.2 with build-id c915c72668282861a813f7ea3c0780f37b681dc0
                                                     Module libmount.so.1 with build-id 39e178b712b6635a8681182f7a9fbb64e6074aee
                                                     Module libz.so.1 with build-id 0c1459c56513efd5d53eb3868290e9afee6a6a26
                                                     Module libgmodule-2.0.so.0 with build-id 5da4523e8d6b5c244a0193e27093d1e61f6ac9e4
                                                     Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                     Module libpthread.so.0 with build-id 07c8f95b4f3251d08550217ad8a1f31066229996
                                                     Module librt.so.1 with build-id 75484da2d6f1515189eefa076e0a40328834cd16
                                                     Module libX11.so.6 with build-id 5ba5798d193c0065014b8c6252a0678671c8d478
                                                     Module libcairo-gobject.so.2 with build-id abbf5a8a182ea1b8b7d68540df5c2e25c0bdae0c
                                                     Module libcairo.so.2 with build-id 06820af9cf79c2deb207d9533a61caf04e67a8ad
                                                     Module libreadline.so.8 with build-id 50c2746af3cf9fa7373e6ba6d9b2bc0a2ef7735a
                                                     Module libmozjs-78.so with build-id 7da073ebd338f147b7dc72848141c85001fcea2f
                                                     Module libffi.so.8 with build-id f90d8b734f6de9b25faedb8cbfab7054dafc0a42
                                                     Module libgirepository-1.0.so.1 with build-id f851c06abfa29780d13693655d4ef65bc23eeb04
                                                     Module libc.so.6 with build-id 4b406737057708c0e4c642345a703c47a61c73dc
                                                     Module libgcc_s.so.1 with build-id 7f8508bb914546ada778809b64b99d234337d835
                                                     Module libstdc++.so.6 with build-id 9b5eeeb149bf3c4efe787fb398b44f00507aec87
                                                     Module libgio-2.0.so.0 with build-id bce5a3881708e1e885fa1c9c32e2769a6447c411
                                                     Module libgobject-2.0.so.0 with build-id e67b3a29cecdd98c3d8bd6eb7524a812331b20a2
                                                     Module libglib-2.0.so.0 with build-id 220436a4e27f39372710df014d2517c0387eefa4
                                                     Module libgjs.so.0 with build-id 7abe93923dfb2ebba735e723e70ed9feb73cdeb4
                                                     Module gjs-console with build-id e53056a863b787a2eaf80a2e09d9f31e8f151165
                                                     Stack trace of thread 4602:
                                                     #0  0x00007fb75458fc2e n/a (libtracker-sparql-2.0.so.0 + 0x14c2e)
                                                     #1  0x00007fb7545906a0 tracker_sparql_connection_get (libtracker-sparql-2.0.so.0 + 0x156a0)
                                                     #2  0x00007fb75a7dbd4a n/a (libffi.so.8 + 0x6d4a)
                                                     #3  0x00007fb75a7db267 n/a (libffi.so.8 + 0x6267)
                                                     #4  0x00007fb75afa4dc6 n/a (libgjs.so.0 + 0x3fdc6)
                                                     #5  0x00007fb75afa5368 n/a (libgjs.so.0 + 0x40368)
                                                     #6  0x00007fb7590c5ac6 n/a (libmozjs-78.so + 0x4eeac6)
                                                     #7  0x00007fb7590a3aec n/a (libmozjs-78.so + 0x4ccaec)
                                                     #8  0x00007fb7594e0636 _Z15JS_CallFunctionP9JSContextN2JS6HandleIP8JSObjectEENS2_IP10JSFunctionEERKNS1_1>
                                                     #9  0x00007fb75afa2dc9 n/a (libgjs.so.0 + 0x3ddc9)
                                                     #10 0x00007fb75afa91ac n/a (libgjs.so.0 + 0x441ac)
                                                     #11 0x00007fb75afaa2c1 n/a (libgjs.so.0 + 0x452c1)
                                                     #12 0x00007fb75a7dbb62 n/a (libffi.so.8 + 0x6b62)
                                                     #13 0x00007fb75a7dbee0 n/a (libffi.so.8 + 0x6ee0)
                                                     #14 0x00007fb75adfec96 g_signal_emit_valist (libgobject-2.0.so.0 + 0x30c96)
                                                     #15 0x00007fb75adfee04 g_signal_emit (libgobject-2.0.so.0 + 0x30e04)
                                                     #16 0x00007fb75acd3db6 g_application_register (libgio-2.0.so.0 + 0xcfdb6)
                                                     #17 0x00007fb75acd4540 n/a (libgio-2.0.so.0 + 0xd0540)
                                                     #18 0x00007fb75acdf67a g_application_run (libgio-2.0.so.0 + 0xdb67a)
                                                     #19 0x00007fb75a7dbd4a n/a (libffi.so.8 + 0x6d4a)
                                                     #20 0x00007fb75a7db267 n/a (libffi.so.8 + 0x6267)
                                                     #21 0x00007fb75afa4dc6 n/a (libgjs.so.0 + 0x3fdc6)
                                                     #22 0x00007fb75afa5368 n/a (libgjs.so.0 + 0x40368)
                                                     #23 0x00007fb7590c5ac6 n/a (libmozjs-78.so + 0x4eeac6)
                                                     #24 0x00007fb75933b767 n/a (libmozjs-78.so + 0x764767)
                                                     #25 0x00007fb7593415d1 n/a (libmozjs-78.so + 0x76a5d1)
                                                     #26 0x00007fb759532f16 n/a (libmozjs-78.so + 0x95bf16)
                                                     #27 0x00007fb7595330a4 _ZN2JS8EvaluateEP9JSContextNS_6HandleINS_13StackGCVectorIP8JSObjectN2js15TempAllo>
                                                     #28 0x00007fb75afdeb0b n/a (libgjs.so.0 + 0x79b0b)
                                                     #29 0x00007fb75afe10e7 gjs_context_eval (libgjs.so.0 + 0x7c0e7)
                                                     #30 0x000055cf422edb33 n/a (gjs-console + 0x2b33)
                                                     #31 0x00007fb75a82cb25 __libc_start_main (libc.so.6 + 0x27b25)
                                                     #32 0x000055cf422edf0e n/a (gjs-console + 0x2f0e)
                                                     
                                                     Stack trace of thread 4611:
                                                     #0  0x00007fb75a8f8b2f __poll (libc.so.6 + 0xf3b2f)
                                                     #1  0x00007fb75aed3fd6 n/a (libglib-2.0.so.0 + 0xaafd6)
                                                     #2  0x00007fb75ae7d523 g_main_loop_run (libglib-2.0.so.0 + 0x54523)
                                                     #3  0x00007fb75ad0c0fc n/a (libgio-2.0.so.0 + 0x1080fc)
                                                     #4  0x00007fb75aead905 n/a (libglib-2.0.so.0 + 0x84905)
                                                     #5  0x00007fb7588ef259 start_thread (libpthread.so.0 + 0x9259)
                                                     #6  0x00007fb75a9035e3 __clone (libc.so.6 + 0xfe5e3)
                                                     
                                                     Stack trace of thread 4670:
                                                     #0  0x00007fb75a8f8b2f __poll (libc.so.6 + 0xf3b2f)
                                                     #1  0x00007fb75aed3fd6 n/a (libglib-2.0.so.0 + 0xaafd6)
                                                     #2  0x00007fb75ae7b545 g_main_context_iteration (libglib-2.0.so.0 + 0x52545)
                                                     #3  0x00007fb754816ebe n/a (libdconfsettings.so + 0x5ebe)
                                                     #4  0x00007fb75aead905 n/a (libglib-2.0.so.0 + 0x84905)
                                                     #5  0x00007fb7588ef259 start_thread (libpthread.so.0 + 0x9259)
                                                     #6  0x00007fb75a9035e3 __clone (libc.so.6 + 0xfe5e3)
                                                     
                                                     Stack trace of thread 4669:
                                                     #0  0x00007fb75a8fe18d syscall (libc.so.6 + 0xf918d)
                                                     #1  0x00007fb75aece10f g_cond_wait_until (libglib-2.0.so.0 + 0xa510f)
                                                     #2  0x00007fb75ae4c993 n/a (libglib-2.0.so.0 + 0x23993)
                                                     #3  0x00007fb75aeb0a2b n/a (libglib-2.0.so.0 + 0x87a2b)
                                                     #4  0x00007fb75aead905 n/a (libglib-2.0.so.0 + 0x84905)
                                                     #5  0x00007fb7588ef259 start_thread (libpthread.so.0 + 0x9259)
                                                     #6  0x00007fb75a9035e3 __clone (libc.so.6 + 0xfe5e3)
                                                     
                                                     Stack trace of thread 4610:
                                                     #0  0x00007fb75a8f8b2f __poll (libc.so.6 + 0xf3b2f)
                                                     #1  0x00007fb75aed3fd6 n/a (libglib-2.0.so.0 + 0xaafd6)
                                                     #2  0x00007fb75ae7b545 g_main_context_iteration (libglib-2.0.so.0 + 0x52545)
                                                     #3  0x00007fb75ae7b592 n/a (libglib-2.0.so.0 + 0x52592)
                                                     #4  0x00007fb75aead905 n/a (libglib-2.0.so.0 + 0x84905)
                                                     #5  0x00007fb7588ef259 start_thread (libpthread.so.0 + 0x9259)
                                                     #6  0x00007fb75a9035e3 __clone (libc.so.6 + 0xfe5e3)
                                                     
                                                     Stack trace of thread 4614:
                                                     #0  0x00007fb7588fb8ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                                     #1  0x00007fb7588f5270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
                                                     #2  0x00007fb759356240 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTim>
                                                     #3  0x00007fb759355d41 n/a (libmozjs-78.so + 0x77ed41)
                                                     #4  0x00007fb75954c9cf n/a (libmozjs-78.so + 0x9759cf)
                                                     #5  0x00007fb7588ef259 start_thread (libpthread.so.0 + 0x9259)
                                                     #6  0x00007fb75a9035e3 __clone (libc.so.6 + 0xfe5e3)
                                                     
                                                     Stack trace of thread 4615:
                                                     #0  0x00007fb7588fb8ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                                     #1  0x00007fb7588f5270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
                                                     #2  0x00007fb759356240 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTim>
                                                     #3  0x00007fb759355d41 n/a (libmozjs-78.so + 0x77ed41)
                                                     #4  0x00007fb75954c9cf n/a (libmozjs-78.so + 0x9759cf)
                                                     #5  0x00007fb7588ef259 start_thread (libpthread.so.0 + 0x9259)
                                                     #6  0x00007fb75a9035e3 __clone (libc.so.6 + 0xfe5e3)
                                                     
                                                     Stack trace of thread 4616:
                                                     #0  0x00007fb7588fb8ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                                     #1  0x00007fb7588f5270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
                                                     #2  0x00007fb759356240 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTim>
                                                     #3  0x00007fb759355d41 n/a (libmozjs-78.so + 0x77ed41)
                                                     #4  0x00007fb75954c9cf n/a (libmozjs-78.so + 0x9759cf)
                                                     #5  0x00007fb7588ef259 start_thread (libpthread.so.0 + 0x9259)
                                                     #6  0x00007fb75a9035e3 __clone (libc.so.6 + 0xfe5e3)
                                                     
                                                     Stack trace of thread 4617:
                                                     #0  0x00007fb7588fb8ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                                     #1  0x00007fb7588f5270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
                                                     #2  0x00007fb759356240 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTim>
                                                     #3  0x00007fb759355d41 n/a (libmozjs-78.so + 0x77ed41)
                                                     #4  0x00007fb75954c9cf n/a (libmozjs-78.so + 0x9759cf)
                                                     #5  0x00007fb7588ef259 start_thread (libpthread.so.0 + 0x9259)
                                                     #6  0x00007fb75a9035e3 __clone (libc.so.6 + 0xfe5e3)
                                                     ELF object binary architecture: AMD x86-64
Jan 23 08:53:20 infected-MBP systemd[1]: systemd-coredump@6-4693-0.service: Deactivated successfully.
Jan 23 08:53:20 infected-MBP audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@6-4693-0 comm="systemd" exe="/usr/l>
Jan 23 08:53:20 infected-MBP gnome-shell[612]: Received error from D-Bus search provider org.gnome.Documents.desktop: Gio.DBusError: GDBus.Error:org.freedesk>
Jan 23 08:53:20 infected-MBP kernel: audit: type=1131 audit(1642949600.269:436): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@6-4693>
Jan 23 08:53:20 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:53:20 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:53:20 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:53:20 infected-MBP kernel: audit: type=1334 audit(1642949600.479:437): prog-id=0 op=UNLOAD
Jan 23 08:53:20 infected-MBP kernel: audit: type=1334 audit(1642949600.479:438): prog-id=0 op=UNLOAD
Jan 23 08:53:20 infected-MBP kernel: audit: type=1334 audit(1642949600.479:439): prog-id=0 op=UNLOAD
Jan 23 08:53:22 infected-MBP systemd[1]: Stopping User Manager for UID 120...
Jan 23 08:53:22 infected-MBP systemd[4350]: Activating special unit Exit the Session...
Jan 23 08:53:22 infected-MBP systemd[4350]: Removed slice User Core Session Slice.
Jan 23 08:53:22 infected-MBP systemd[4350]: Stopped target Main User Target.
Jan 23 08:53:22 infected-MBP systemd[4350]: Stopping D-Bus User Message Bus...
Jan 23 08:53:22 infected-MBP systemd[4350]: Stopped D-Bus User Message Bus.
Jan 23 08:53:22 infected-MBP systemd[4350]: Stopped target Basic System.
Jan 23 08:53:22 infected-MBP systemd[4350]: Stopped target Paths.
Jan 23 08:53:22 infected-MBP systemd[4350]: Stopped target Sockets.
Jan 23 08:53:22 infected-MBP systemd[4350]: Stopped target Timers.
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed D-Bus User Message Bus Socket.
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed GnuPG network certificate management daemon.
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed GCR ssh-agent wrapper.
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed GnuPG cryptographic agent and passphrase cache.
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed p11-kit server.
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed PipeWire Multimedia System Socket.
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed PipeWire Multimedia System Socket.
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed Sound System.
Jan 23 08:53:22 infected-MBP systemd[4350]: Removed slice User Application Slice.
Jan 23 08:53:22 infected-MBP systemd[4350]: Reached target Shutdown.
Jan 23 08:53:22 infected-MBP systemd[4350]: Finished Exit the Session.
Jan 23 08:53:22 infected-MBP systemd[4350]: Reached target Exit the Session.
Jan 23 08:53:22 infected-MBP systemd[4351]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[g>
Jan 23 08:53:22 infected-MBP systemd[1]: user@120.service: Deactivated successfully.
Jan 23 08:53:22 infected-MBP systemd[1]: Stopped User Manager for UID 120.
Jan 23 08:53:22 infected-MBP audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/system>
Jan 23 08:53:22 infected-MBP systemd[1]: Stopping User Runtime Directory /run/user/120...
Jan 23 08:53:22 infected-MBP systemd[1]: run-user-120.mount: Deactivated successfully.
Jan 23 08:53:22 infected-MBP systemd[1]: user-runtime-dir@120.service: Deactivated successfully.
Jan 23 08:53:22 infected-MBP systemd[1]: Stopped User Runtime Directory /run/user/120.
Jan 23 08:53:22 infected-MBP audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/sy>
Jan 23 08:53:22 infected-MBP systemd[1]: Removed slice User Slice of UID 120.
Jan 23 08:53:22 infected-MBP systemd[1]: user-120.slice: Consumed 4.212s CPU time.
Jan 23 08:53:22 infected-MBP systemd[545]: Started Application launched by gnome-shell.
Jan 23 08:53:23 infected-MBP terminator.desktop[4708]: ConfigBase::load: Unable to open /etc/xdg/terminator/config ([Errno 2] No existe el fichero o el direc>
Jan 23 08:53:23 infected-MBP systemd[545]: Started VTE child process 4727 launched by terminator process 4708.
Jan 23 08:53:28 infected-MBP systemd[1]: systemd-localed.service: Deactivated successfully.
Jan 23 08:53:28 infected-MBP audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd>
Jan 23 08:53:28 infected-MBP kernel: kauditd_printk_skb: 2 callbacks suppressed
Jan 23 08:53:28 infected-MBP kernel: audit: type=1131 audit(1642949608.689:442): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="s>
Jan 23 08:53:28 infected-MBP systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jan 23 08:53:28 infected-MBP audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/syste>
Jan 23 08:53:28 infected-MBP kernel: audit: type=1131 audit(1642949608.709:443): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm=>
Jan 23 08:53:28 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:53:28 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:53:28 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:53:28 infected-MBP kernel: audit: type=1334 audit(1642949608.849:444): prog-id=0 op=UNLOAD
Jan 23 08:53:28 infected-MBP kernel: audit: type=1334 audit(1642949608.849:445): prog-id=0 op=UNLOAD
Jan 23 08:53:28 infected-MBP kernel: audit: type=1334 audit(1642949608.849:446): prog-id=0 op=UNLOAD
Jan 23 08:53:29 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:53:29 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:53:29 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:53:29 infected-MBP kernel: audit: type=1334 audit(1642949609.079:447): prog-id=0 op=UNLOAD
Jan 23 08:53:29 infected-MBP kernel: audit: type=1334 audit(1642949609.079:448): prog-id=0 op=UNLOAD
Jan 23 08:53:29 infected-MBP kernel: audit: type=1334 audit(1642949609.079:449): prog-id=0 op=UNLOAD
Head_on_a_Stick wrote:

How did you install GNOME and configure it to start at boot? Please post the exact commands.

mabvmet wrote:
pacman -S gnome gnome-extra networkmanager
systemctl enable gdm
Head_on_a_Stick wrote:

Which guide did you follow when installing Arch?

mabvmet wrote:
https://linuxiac.com/arch-linux-install

Thanks for your help

Last edited by mabvmet (2022-01-23 15:38:05)

Offline

#5 2022-01-23 15:33:08

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

Re: [SOLVED] Damaged user/session? Unable to login

set didn't write most of that tongue
Is 1001 your regular user or the one you created because the main user didn't work?

gnome-documents crasghes in tracker but that seems "normal" these days anyway (sigh) but there're no inications for the session of UID 1001 to have terminated and the loginctl output abive is for UID 1000

=> attempt to login w/ your main user (mabvmet) and afterwards post the entire system journal (no excerpts and don't copy out of the pager, try "sudo journalctl -b | curl -F 'f:1=<-' ix.io")

Offline

#6 2022-01-23 15:36:23

mabvmet
Member
Registered: 2019-03-06
Posts: 26

Re: [SOLVED] Damaged user/session? Unable to login

seth wrote:

look at the system journal (sudo journalctl)

mabvmet wrote:
Jan 23 08:52:55 infected-MBP systemd[4350]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by (uid=0)
Jan 23 08:52:55 infected-MBP systemd[4350]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Jan 23 08:52:55 infected-MBP audit[4350]: USER_START pid=4350 uid=0 auid=120 ses=19 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,p>
Jan 23 08:52:55 infected-MBP audit: BPF prog-id=92 op=LOAD
Jan 23 08:52:55 infected-MBP audit[4350]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffc1f64dd90 a2=78 a3=7ffc1f64dd90 items=0 ppid=1 pid=>
Jan 23 08:52:55 infected-MBP audit: PROCTITLE proctitle="(systemd)"
Jan 23 08:52:55 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:52:55 infected-MBP kernel: audit: type=1101 audit(1642949575.949:409): pid=4350 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantor>
Jan 23 08:52:55 infected-MBP kernel: audit: type=1103 audit(1642949575.949:410): pid=4350 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=?>
Jan 23 08:52:55 infected-MBP kernel: audit: type=1006 audit(1642949575.949:411): pid=4350 uid=0 old-auid=4294967295 auid=120 tty=(none) old-ses=4294967295 se>
Jan 23 08:52:56 infected-MBP systemd[4350]: Queued start job for default target Main User Target.
Jan 23 08:52:56 infected-MBP systemd[4350]: Created slice User Application Slice.
Jan 23 08:52:56 infected-MBP systemd[4350]: Reached target Paths.
Jan 23 08:52:56 infected-MBP systemd[4350]: Reached target Timers.
Jan 23 08:52:56 infected-MBP systemd[4350]: Starting D-Bus User Message Bus Socket...
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on GnuPG network certificate management daemon.
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on GCR ssh-agent wrapper.
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on GnuPG cryptographic agent and passphrase cache.
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on p11-kit server.
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on PipeWire Multimedia System Socket.
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on Sound System.
Jan 23 08:52:56 infected-MBP systemd[4350]: Listening on D-Bus User Message Bus Socket.
Jan 23 08:52:56 infected-MBP systemd[4350]: Reached target Sockets.
Jan 23 08:52:56 infected-MBP systemd[4350]: Reached target Basic System.
Jan 23 08:52:56 infected-MBP systemd[1]: Started User Manager for UID 120.
Jan 23 08:52:56 infected-MBP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/syste>
Jan 23 08:52:56 infected-MBP systemd[1]: Started Session 18 of User gdm.
Jan 23 08:52:56 infected-MBP systemd[4350]: Starting Update XDG user dir configuration...
Jan 23 08:52:56 infected-MBP systemd[4350]: Finished Update XDG user dir configuration.
Jan 23 08:52:56 infected-MBP systemd[4350]: Reached target Main User Target.
Jan 23 08:52:56 infected-MBP systemd[4350]: Startup finished in 104ms.
Jan 23 08:52:56 infected-MBP gdm-launch-environment][4345]: pam_env(gdm-launch-environment:session): deprecated reading of user environment enabled
Jan 23 08:52:56 infected-MBP audit[4345]: USER_START pid=4345 uid=0 auid=120 ses=18 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_succeed_if>
Jan 23 08:52:56 infected-MBP kernel: rfkill: input handler enabled
Jan 23 08:52:56 infected-MBP systemd[4350]: Started D-Bus User Message Bus.
Jan 23 08:52:56 infected-MBP gnome-session[4364]: gnome-session-binary[4364]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' >
Jan 23 08:52:56 infected-MBP gnome-session[4364]: gnome-session-binary[4364]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' >
Jan 23 08:52:56 infected-MBP gnome-session-binary[4364]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
Jan 23 08:52:56 infected-MBP gnome-session-binary[4364]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
Jan 23 08:52:56 infected-MBP gnome-shell[4372]: Running GNOME Shell (using mutter 41.3) as a Wayland display server
Jan 23 08:52:56 infected-MBP gnome-shell[4372]: Device '/dev/dri/card0' prefers shadow buffer
Jan 23 08:52:56 infected-MBP gnome-shell[4372]: Added device '/dev/dri/card0' (i915) using atomic mode setting.
Jan 23 08:52:56 infected-MBP gnome-shell[4372]: Created gbm renderer for '/dev/dri/card0'
Jan 23 08:52:56 infected-MBP gnome-shell[4372]: Boot VGA GPU /dev/dri/card0 selected as primary
Jan 23 08:52:57 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Activating service name='org.a11y.Bus' request>
Jan 23 08:52:57 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Successfully activated service 'org.a11y.Bus'
Jan 23 08:52:57 infected-MBP gnome-shell[4372]: Using public X11 display :1024, (using :1025 for managed services)
Jan 23 08:52:57 infected-MBP gnome-shell[4372]: Using Wayland display name 'wayland-0'
Jan 23 08:52:57 infected-MBP gnome-shell[4372]: Skipping parental controls support as it’s disabled
Jan 23 08:52:57 infected-MBP gnome-shell[4372]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Jan 23 08:52:57 infected-MBP gnome-shell[4372]: Will monitor session 18
Jan 23 08:52:57 infected-MBP dbus-daemon[403]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.ser>
Jan 23 08:52:57 infected-MBP audit: BPF prog-id=93 op=LOAD
Jan 23 08:52:57 infected-MBP audit: BPF prog-id=94 op=LOAD
Jan 23 08:52:57 infected-MBP audit: BPF prog-id=95 op=LOAD
Jan 23 08:52:57 infected-MBP systemd[1]: Starting Locale Service...
Jan 23 08:52:57 infected-MBP gnome-shell[4372]: Failed to launch ibus-daemon: Falló al ejecutar el proceso hijo «ibus-daemon» (No existe el fichero o el dire>
Jan 23 08:52:57 infected-MBP dbus-daemon[403]: [system] Successfully activated service 'org.freedesktop.locale1'
Jan 23 08:52:57 infected-MBP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/system>
Jan 23 08:52:57 infected-MBP systemd[1]: Started Locale Service.
Jan 23 08:52:57 infected-MBP systemd[4350]: Created slice User Core Session Slice.
Jan 23 08:52:57 infected-MBP systemd[4350]: Starting Sound Service...
Jan 23 08:52:57 infected-MBP rtkit-daemon[666]: Successfully made thread 4397 of process 4397 owned by '120' high priority at nice level -11.
Jan 23 08:52:57 infected-MBP rtkit-daemon[666]: Supervising 8 threads of 4 processes of 2 users.
Jan 23 08:52:57 infected-MBP dbus-daemon[403]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by '>
Jan 23 08:52:57 infected-MBP systemd[1]: Starting Location Lookup Service...
Jan 23 08:52:57 infected-MBP polkitd[454]: Registered Authentication Agent for unix-session:18 (system bus name :1.270 [/usr/bin/gnome-shell], object path /o>
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Activating service name='org.gnome.Shell.Notif>
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4387]: dbus-daemon[4387]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (ui>
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4387]: dbus-daemon[4387]: Successfully activated service 'org.a11y.atspi.Registry'
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4404]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jan 23 08:52:58 infected-MBP dbus-daemon[403]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service>
Jan 23 08:52:58 infected-MBP dbus-daemon[403]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedeskto>
Jan 23 08:52:58 infected-MBP geoclue[4398]: Failed to connect to avahi service: Daemon not running
Jan 23 08:52:58 infected-MBP dbus-daemon[403]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
Jan 23 08:52:58 infected-MBP systemd[1]: Started Location Lookup Service.
Jan 23 08:52:58 infected-MBP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/system>
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Successfully activated service 'org.gnome.Shel>
Jan 23 08:52:58 infected-MBP dbus-daemon[403]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1>
Jan 23 08:52:58 infected-MBP audit: BPF prog-id=96 op=LOAD
Jan 23 08:52:58 infected-MBP audit: BPF prog-id=97 op=LOAD
Jan 23 08:52:58 infected-MBP audit: BPF prog-id=98 op=LOAD
Jan 23 08:52:58 infected-MBP systemd[1]: Starting Hostname Service...
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Activating service name='org.freedesktop.syste>
Jan 23 08:52:58 infected-MBP dbus-daemon[403]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jan 23 08:52:58 infected-MBP systemd[1]: Started Hostname Service.
Jan 23 08:52:58 infected-MBP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/syst>
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Activated service 'org.freedesktop.systemd1' f>
Jan 23 08:52:58 infected-MBP gsd-sharing[4414]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop>
Jan 23 08:52:58 infected-MBP gsd-sharing[4414]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop>
Jan 23 08:52:58 infected-MBP gsd-sharing[4414]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop>
Jan 23 08:52:58 infected-MBP kernel: rfkill: input handler disabled
Jan 23 08:52:58 infected-MBP NetworkManager[404]: <info>  [1642949578.3299] agent-manager: agent[c2cfad2b8c119b01,:1.270/org.gnome.Shell.NetworkAgent/120]: a>
Jan 23 08:52:58 infected-MBP gnome-session-binary[4364]: Entering running state
Jan 23 08:52:58 infected-MBP xbrlapi.desktop[4525]: openConnection: connect: No existe el fichero o el directorio
Jan 23 08:52:58 infected-MBP xbrlapi.desktop[4525]: cannot connect to braille devices daemon brltty at :0
Jan 23 08:52:58 infected-MBP gnome-shell[4372]: Failed to launch ibus-daemon: Falló al ejecutar el proceso hijo «ibus-daemon» (No existe el fichero o el dire>
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Activating service name='org.gnome.Shell.Scree>
Jan 23 08:52:58 infected-MBP gnome-shell[4372]: ATK Bridge is disabled but a11y has already been enabled.
Jan 23 08:52:58 infected-MBP rtkit-daemon[666]: Supervising 8 threads of 4 processes of 2 users.
Jan 23 08:52:58 infected-MBP rtkit-daemon[666]: Successfully made thread 4539 of process 4397 owned by '120' RT at priority 5.
Jan 23 08:52:58 infected-MBP rtkit-daemon[666]: Supervising 9 threads of 4 processes of 2 users.
Jan 23 08:52:58 infected-MBP rtkit-daemon[666]: Supervising 9 threads of 4 processes of 2 users.
Jan 23 08:52:58 infected-MBP rtkit-daemon[666]: Successfully made thread 4540 of process 4397 owned by '120' RT at priority 5.
Jan 23 08:52:58 infected-MBP rtkit-daemon[666]: Supervising 10 threads of 4 processes of 2 users.
Jan 23 08:52:58 infected-MBP systemd[4350]: Started Sound Service.
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Activating service name='org.gnome.ScreenSaver>
Jan 23 08:52:58 infected-MBP gsd-media-keys[4445]: Failed to grab accelerator for keybinding settings:hibernate
Jan 23 08:52:58 infected-MBP gsd-media-keys[4445]: Failed to grab accelerator for keybinding settings:playback-repeat
Jan 23 08:52:58 infected-MBP org.gnome.Shell.desktop[4544]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jan 23 08:52:58 infected-MBP org.gnome.Shell.desktop[4544]: > Warning:          Unsupported maximum keycode 708, clipping.
Jan 23 08:52:58 infected-MBP org.gnome.Shell.desktop[4544]: >                   X11 cannot support keycodes above 255.
Jan 23 08:52:58 infected-MBP org.gnome.Shell.desktop[4544]: Errors from xkbcomp are not fatal to the X server
Jan 23 08:52:58 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Successfully activated service 'org.gnome.Scre>
Jan 23 08:52:59 infected-MBP gnome-shell[4372]: Registering session with GDM
Jan 23 08:52:59 infected-MBP /usr/lib/gdm-wayland-session[4363]: dbus-daemon[4363]: [session uid=120 pid=4363] Successfully activated service 'org.gnome.Shel>
Jan 23 08:53:01 infected-MBP dbus-daemon[403]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service>
Jan 23 08:53:01 infected-MBP dbus-daemon[403]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedeskto>
Jan 23 08:53:01 infected-MBP gdm-password][4566]: pam_systemd_home(gdm-password:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.servic>
Jan 23 08:53:01 infected-MBP gdm-password][4566]: pam_unix(gdm-password:auth): user [mabvmex] has blank password; authenticated without it
Jan 23 08:53:01 infected-MBP gdm-password][4566]: gkr-pam: no password is available for user
Jan 23 08:53:01 infected-MBP audit[4566]: USER_AUTH pid=4566 uid=0 auid=1001 ses=1 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam>
Jan 23 08:53:01 infected-MBP kernel: kauditd_printk_skb: 18 callbacks suppressed
Jan 23 08:53:01 infected-MBP kernel: audit: type=1100 audit(1642949581.389:426): pid=4566 uid=0 auid=1001 ses=1 msg='op=PAM:authentication grantors=pam_shell>
Jan 23 08:53:01 infected-MBP audit[4566]: USER_ACCT pid=4566 uid=0 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time ac>
Jan 23 08:53:01 infected-MBP audit[4566]: CRED_REFR pid=4566 uid=0 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillo>
Jan 23 08:53:01 infected-MBP kernel: audit: type=1101 audit(1642949581.399:427): pid=4566 uid=0 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_access,pa>
Jan 23 08:53:01 infected-MBP kernel: audit: type=1110 audit(1642949581.399:428): pid=4566 uid=0 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_shells,pam_f>
Jan 23 08:53:01 infected-MBP gdm[425]: GLib: Source ID 538 was not found when attempting to remove it
Jan 23 08:53:02 infected-MBP NetworkManager[404]: <info>  [1642949582.3590] agent-manager: agent[aa70c78cc6f7ee67,:1.20/org.gnome.Shell.NetworkAgent/1001]: a>
Jan 23 08:53:11 infected-MBP gsd-a11y-settin[4454]: Error releasing name org.gnome.SettingsDaemon.A11ySettings: La conexión está cerrada
Jan 23 08:53:11 infected-MBP gsd-rfkill[4429]: Error releasing name org.gnome.SettingsDaemon.Rfkill: La conexión está cerrada
Jan 23 08:53:11 infected-MBP audit[4345]: USER_END pid=4345 uid=0 auid=120 ses=18 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_succeed_if,>
Jan 23 08:53:11 infected-MBP audit[4345]: CRED_DISP pid=4345 uid=0 auid=120 ses=18 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-sessi>
Jan 23 08:53:11 infected-MBP gdm-launch-environment][4345]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Jan 23 08:53:11 infected-MBP systemd-logind[405]: Session 18 logged out. Waiting for processes to exit.
Jan 23 08:53:11 infected-MBP kernel: audit: type=1106 audit(1642949591.819:429): pid=4345 uid=0 auid=120 ses=18 msg='op=PAM:session_close grantors=pam_loginu>
Jan 23 08:53:11 infected-MBP kernel: audit: type=1104 audit(1642949591.819:430): pid=4345 uid=0 auid=120 ses=18 msg='op=PAM:setcred grantors=pam_permit acct=>
Jan 23 08:53:11 infected-MBP gsd-color[3522]: failed to connect to device: Failed to connect to missing device /org/freedesktop/ColorManager/devices/xrandr_A>
Jan 23 08:53:11 infected-MBP gsd-color[760]: failed to connect to device: Failed to connect to missing device /org/freedesktop/ColorManager/devices/xrandr_Ap>
Jan 23 08:53:11 infected-MBP polkitd[454]: Unregistered Authentication Agent for unix-session:18 (system bus name :1.270, object path /org/freedesktop/Policy>
Jan 23 08:53:11 infected-MBP gdm[425]: Gdm: Child process -4358 was already dead.
Jan 23 08:53:11 infected-MBP systemd[1]: session-18.scope: Deactivated successfully.
Jan 23 08:53:11 infected-MBP systemd[1]: session-18.scope: Consumed 3.902s CPU time.
Jan 23 08:53:11 infected-MBP systemd-logind[405]: Removed session 18.
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.1>
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.11' (u>
Jan 23 08:53:19 infected-MBP dbus-daemon[4591]: writing oom_score_adj error: Permission denied
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Activating service name='org.gnome.Documents' requested by ':1.11' (uid=1001 pid=61>
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Activating service name='org.gnome.Nautilus' requested by ':1.11' (uid=1001 pid=612>
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.11' >
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.1>
Jan 23 08:53:19 infected-MBP dbus-daemon[4596]: writing oom_score_adj error: Permission denied
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Activating service name='org.gnome.Recipes' requested by ':1.11' (uid=1001 pid=612 >
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Activating service name='org.gnome.clocks' requested by ':1.11' (uid=1001 pid=612 c>
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Activating service name='org.gnome.Epiphany.SearchProvider' requested by ':1.11' (u>
Jan 23 08:53:19 infected-MBP dbus-daemon[4598]: writing oom_score_adj error: Permission denied
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: writing oom_score_adj error: Permission denied
Jan 23 08:53:19 infected-MBP dbus-daemon[4604]: writing oom_score_adj error: Permission denied
Jan 23 08:53:19 infected-MBP dbus-daemon[4603]: writing oom_score_adj error: Permission denied
Jan 23 08:53:19 infected-MBP dbus-daemon[4605]: writing oom_score_adj error: Permission denied
Jan 23 08:53:19 infected-MBP dbus-daemon[4608]: writing oom_score_adj error: Permission denied
Jan 23 08:53:19 infected-MBP dbus-daemon[4606]: writing oom_score_adj error: Permission denied
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Successfully activated service 'org.gnome.Recipes'
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Successfully activated service 'org.gnome.Nautilus'
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Successfully activated service 'org.gnome.clocks'
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Successfully activated service 'org.gnome.Characters.BackgroundService'
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Successfully activated service 'org.gnome.Calculator.SearchProvider'
Jan 23 08:53:19 infected-MBP gnome-calculato[4596]: search-provider.vala:117: Failed to spawn Calculator: El proceso hijo terminado por la señal 9
Jan 23 08:53:19 infected-MBP gnome-shell[612]: Received error from D-Bus search provider org.gnome.Recipes.desktop during GetResultMetas: Gio.DBusError: GDBu>
Jan 23 08:53:19 infected-MBP gnome-shell[612]: Wrong number of result metas returned by search provider org.gnome.Recipes.desktop: expected 5 but got 0
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Successfully activated service 'org.gnome.Contacts.SearchProvider'
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Successfully activated service 'org.gnome.Documents'
Jan 23 08:53:19 infected-MBP nautilus[4598]: Connecting to org.freedesktop.Tracker3.Miner.Files
Jan 23 08:53:19 infected-MBP dbus-daemon[585]: [session uid=1001 pid=585] Successfully activated service 'org.gnome.Epiphany.SearchProvider'
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: cannot register existing type 'TrackerSparqlConnection'
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_once_init_leave: assertion 'result != 0' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_type_register_static: assertion 'parent_type > 0' failed
Jan 23 08:53:19 infected-MBP audit[4602]: ANOM_ABEND auid=1001 uid=1001 gid=1001 ses=2 pid=4602 comm="gnome-documents" exe="/usr/bin/gjs-console" sig=11 res=1
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: cannot add private field to invalid (non-instantiatable) type '<invalid>'
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_once_init_leave: assertion 'result != 0' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
Jan 23 08:53:19 infected-MBP dbus-daemon[4602]: tracker_sparql_backend_load_plugins: assertion 'self != NULL' failed
Jan 23 08:53:19 infected-MBP kernel: gnome-documents[4602]: segfault at 20 ip 00007fb75458fc2e sp 00007ffe19e0f120 error 4 in libtracker-sparql-2.0.so.0.306.>
Jan 23 08:53:19 infected-MBP kernel: Code: 48 89 df ff 15 2b 1d 02 00 4c 89 ff ff 15 3a 17 02 00 66 2e 0f 1f 84 00 00 00 00 00 4c 8b 7c 24 38 4d 85 ff 0f 85 >
Jan 23 08:53:19 infected-MBP kernel: audit: type=1701 audit(1642949599.769:431): auid=1001 uid=1001 gid=1001 ses=2 pid=4602 comm="gnome-documents" exe="/usr/>
Jan 23 08:53:19 infected-MBP audit: BPF prog-id=99 op=LOAD
Jan 23 08:53:19 infected-MBP audit: BPF prog-id=100 op=LOAD
Jan 23 08:53:19 infected-MBP audit: BPF prog-id=101 op=LOAD
Jan 23 08:53:19 infected-MBP systemd[1]: Started Process Core Dump (PID 4693/UID 0).
Jan 23 08:53:19 infected-MBP audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@6-4693-0 comm="systemd" exe="/usr/>
Jan 23 08:53:19 infected-MBP kernel: audit: type=1334 audit(1642949599.779:432): prog-id=99 op=LOAD
Jan 23 08:53:19 infected-MBP kernel: audit: type=1334 audit(1642949599.779:433): prog-id=100 op=LOAD
Jan 23 08:53:19 infected-MBP kernel: audit: type=1334 audit(1642949599.779:434): prog-id=101 op=LOAD
Jan 23 08:53:19 infected-MBP kernel: audit: type=1130 audit(1642949599.779:435): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@6-4693>
Jan 23 08:53:20 infected-MBP systemd-coredump[4699]: [?] Process 4602 (gnome-documents) of user 1001 dumped core.
                                                     
                                                     Module linux-vdso.so.1 with build-id 219844af31131385f0876abb7784a6a53b605b42
                                                     Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                     Module libkrb5support.so.0 with build-id adf65240a4d2aba772d7a0772b4d015469934113
                                                     Module libcom_err.so.2 with build-id be99503e12b86d78d6ede2f0d1ffb66408a37576
                                                     Module libk5crypto.so.3 with build-id eb8220b8f36675aac769450be4cb6bb7f97ec38a
                                                     Module libkrb5.so.3 with build-id 72d26767c5cb1097db75a5f5bff88860233c902b
                                                     Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                     Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                     Module libgssapi_krb5.so.2 with build-id e6e098ad51ce7bdd3dbe902d7b0f69a90f8a9e08
                                                     Module libpsl.so.5 with build-id 0229a201aaf5652186c9fdc192ebe52baf19d7f1
                                                     Module libuuid.so.1 with build-id 1366ec3008cfdbe45a226330754baeea46a2d7e6
                                                     Module libsoup-2.4.so.1 with build-id 678dafa54638a6d0ab73f810643f9a23d988db00
                                                     Module libtracker-data.so with build-id d63759d15e716837194266d7310f09100d2fd82f
                                                     Module libtracker-sparql-2.0.so.0 with build-id 7b38a315ff6db81d1ed5b7109646e0920d04e184
                                                     Module libsynctex.so.2 with build-id 15d595e1f7ef62199c8bc7fd7a525b597d2bf365
                                                     Module libevdocument3.so.4 with build-id 74e8c8fad8ab9cdd8b83014520a1bc443889802c
                                                     Module libdconfsettings.so with build-id 7a4ba7af122c4d11168004a9ea6def330f02089f
                                                     Module libseccomp.so.2 with build-id 54179323d84e1b713b7547ba0b3f8310e65eec93
                                                     Module libudev.so.1 with build-id e7bd18780bd5753c14f8561be78e4e78ae0266ee
                                                     Module libxkbregistry.so.0 with build-id fd1a0bf7d7dd5625c98422781d2b0240c9677d90
                                                     Module libgnome-desktop-3.so.19 with build-id 1e1070e9acfb96ee171cb8de0996b4eba36bbb72
                                                     Module libgpg-error.so.0 with build-id 3801187d42c4955bd93c605451430cdf1b164e63
                                                     Module libgcrypt.so.20 with build-id db45f5d5e0f7af1e77324fea1885f974619ad268
                                                     Module libcap.so.2 with build-id f56c6cd6ad4d35053340d7ff2f8f954498796739
                                                     Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                     Module libicudata.so.70 with build-id e1dcc2a88cfaafed882d09c90c668af0eed4efed
                                                     Module libsystemd.so.0 with build-id 6a2a26aa5fff87c1eb61137339bc55a53956c9ac
                                                     Module liblzma.so.5 with build-id 8b615460aa230708c5183f16bede67aa0437d95e
                                                     Module libzstd.so.1 with build-id 6214183688018e3fba6d66db10c2c8d0b45e0578
                                                     Module libdatrie.so.1 with build-id 6fe3b6ece2c8e7d11869fa051375128d8f808f58
                                                     Module libxml2.so.2 with build-id b710b880b0d4e9c93554fa632129db44c20632cd
                                                     Module libjson-glib-1.0.so.0 with build-id 5865be5fcc01b48a0a113e0145ec45529bff89a6
                                                     Module libsqlite3.so.0 with build-id 5f711261aabe285f02a673ded77a37b413afbfa2
                                                     Module libicui18n.so.70 with build-id 95af755fca990df26753a7d720b8e3ae24270e42
                                                     Module libicuuc.so.70 with build-id 2e245c2bf12f95fd8ab79b3a4be99524677cbd70
                                                     Module libstemmer.so.0 with build-id aa44a40dfb223020ed8e49cd2d28fc3887128463
                                                     Module libatspi.so.0 with build-id de251156cf6f2f447c5e2b8721bd913d79995d4f
                                                     Module libdbus-1.so.3 with build-id 74f2ab9c60512f3a93c932c3f627564d42e0b11e
                                                     Module libtiff.so.5 with build-id e8d89a0fb0847641ddb75c5f03fa89d68155a75d
                                                     Module libjpeg.so.8 with build-id 879ca18a2f58c25d77ba881db3a44a5676ef6c7d
                                                     Module libthai.so.0 with build-id a7ac5010b4275c49308021200d23690533952702
                                                     Module libXinerama.so.1 with build-id dbb6adece34ea2766d3efcd628af8f9757344dd6
                                                     Module libXrandr.so.2 with build-id d4e869b5c72541e1de8f96b456248987ea52d51b
                                                     Module libXcomposite.so.1 with build-id f1bb5ffb6203ab2907ac044a204ce3902a79f1c1
                                                     Module libXdamage.so.1 with build-id a1d867e093c16944b2c0083be98050ef35c9e5c2
                                                     Module libXcursor.so.1 with build-id eb6315bcd7526aaf51b0a1307efdc587cea0a152
                                                     Module libwayland-egl.so.1 with build-id 791e39283cdcc5a08cfd091b8cd4c59869a11278
                                                     Module libwayland-cursor.so.0 with build-id 79d7e67af210407c2afe92ba8c189c8648a6474c
                                                     Module libwayland-client.so.0 with build-id 0a237f2fd096bada4ca381eec5d64474c4078be4
                                                     Module libxkbcommon.so.0 with build-id 1f1bc7527e57c886c3df5803068122e1971d4724
                                                     Module libXfixes.so.3 with build-id 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                                                     Module libtracker-sparql-3.0.so.0 with build-id b0eee5a9b660fed5221ea15139e9608282320503
                                                     Module libcloudproviders.so.0 with build-id ed1d9c9e60be4e858ad148484767249be1edf95f
                                                     Module libatk-bridge-2.0.so.0 with build-id 1161ebbcc5aa791075dfa026671875e5417287bd
                                                     Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                                                     Module libepoxy.so.0 with build-id b6357fc6b748c512f90339433d74502b9d0621dc
                                                     Module libatk-1.0.so.0 with build-id aacaa40363d304858b654728a893bc212a4ca119
                                                     Module libgdk_pixbuf-2.0.so.0 with build-id ca4beb15a30de8d8767f7bca8222038c61b58b36
                                                     Module libfribidi.so.0 with build-id 79124bad061c2aab4ec89f25d067363d5b781114
                                                     Module libpangoft2-1.0.so.0 with build-id ef74c3ce7ee52a746fb5f2840d80a84e314edb92
                                                     Module libpango-1.0.so.0 with build-id 730a8183a36afae82dd6a5564c0e490fed239a40
                                                     Module libpangocairo-1.0.so.0 with build-id 10d2af38056eee9a6b3458d8aac24095c4dfab72
                                                     Module libgdk-3.so.0 with build-id 6f77a9486fc38cb4e374d862662cb5e39ca3988a
                                                     Module libgtk-3.so.0 with build-id e17042e459bfe2a5cd401828a90435a81a82b70d
                                                     Module libgvfscommon.so with build-id 90d1858292300e4e1ee3fbe84ab06079af840ec6
                                                     Module libgvfsdbus.so with build-id dcb9d652f2e5c65154517fe6934215ec6bd1c29c
                                                     Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                     Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                     Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                     Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                     Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                     Module libharfbuzz.so.0 with build-id 1d9dee49dd99162c3f83eb3259c3c88c6b4cd7fe
                                                     Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                     Module libexpat.so.1 with build-id 64e977cfebfe7539f428dec3b388f5d0498b3108
                                                     Module libblkid.so.1 with build-id 057b6bc8eebd42d1f5cafe4f4ac72646aae1f2c5
                                                     Module libpixman-1.so.0 with build-id 341f793dcada3a48a306a793d265a517e3f2e7d6
                                                     Module libxcb-shm.so.0 with build-id fb797f299a446f559a95afcc168227482cc800d1
                                                     Module libxcb-render.so.0 with build-id a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                     Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                     Module libXrender.so.1 with build-id 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3
                                                     Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                     Module libfreetype.so.6 with build-id 26c5f833068ff72660d1975cbc2074c3eb47fad8
                                                     Module libfontconfig.so.1 with build-id 1103a641395c7d3b42e49b793d3a9ea927c77bf6
                                                     Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                     Module libncursesw.so.6 with build-id 859adb8b03a5655151b4da104bc4b326a0d4bc8c
                                                     Module libdl.so.2 with build-id 5abc547e7b0949f89f3c0e21ab0c8331a7440a8a
                                                     Module ld-linux-x86-64.so.2 with build-id 040cc3dd10461562f177df39e3be2f3704258c3c
                                                     Module libm.so.6 with build-id 2b8fd1f869ecab4e0b55e92f2f151897f6818acf
                                                     Module libresolv.so.2 with build-id c915c72668282861a813f7ea3c0780f37b681dc0
                                                     Module libmount.so.1 with build-id 39e178b712b6635a8681182f7a9fbb64e6074aee
                                                     Module libz.so.1 with build-id 0c1459c56513efd5d53eb3868290e9afee6a6a26
                                                     Module libgmodule-2.0.so.0 with build-id 5da4523e8d6b5c244a0193e27093d1e61f6ac9e4
                                                     Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                     Module libpthread.so.0 with build-id 07c8f95b4f3251d08550217ad8a1f31066229996
                                                     Module librt.so.1 with build-id 75484da2d6f1515189eefa076e0a40328834cd16
                                                     Module libX11.so.6 with build-id 5ba5798d193c0065014b8c6252a0678671c8d478
                                                     Module libcairo-gobject.so.2 with build-id abbf5a8a182ea1b8b7d68540df5c2e25c0bdae0c
                                                     Module libcairo.so.2 with build-id 06820af9cf79c2deb207d9533a61caf04e67a8ad
                                                     Module libreadline.so.8 with build-id 50c2746af3cf9fa7373e6ba6d9b2bc0a2ef7735a
                                                     Module libmozjs-78.so with build-id 7da073ebd338f147b7dc72848141c85001fcea2f
                                                     Module libffi.so.8 with build-id f90d8b734f6de9b25faedb8cbfab7054dafc0a42
                                                     Module libgirepository-1.0.so.1 with build-id f851c06abfa29780d13693655d4ef65bc23eeb04
                                                     Module libc.so.6 with build-id 4b406737057708c0e4c642345a703c47a61c73dc
                                                     Module libgcc_s.so.1 with build-id 7f8508bb914546ada778809b64b99d234337d835
                                                     Module libstdc++.so.6 with build-id 9b5eeeb149bf3c4efe787fb398b44f00507aec87
                                                     Module libgio-2.0.so.0 with build-id bce5a3881708e1e885fa1c9c32e2769a6447c411
                                                     Module libgobject-2.0.so.0 with build-id e67b3a29cecdd98c3d8bd6eb7524a812331b20a2
                                                     Module libglib-2.0.so.0 with build-id 220436a4e27f39372710df014d2517c0387eefa4
                                                     Module libgjs.so.0 with build-id 7abe93923dfb2ebba735e723e70ed9feb73cdeb4
                                                     Module gjs-console with build-id e53056a863b787a2eaf80a2e09d9f31e8f151165
                                                     Stack trace of thread 4602:
                                                     #0  0x00007fb75458fc2e n/a (libtracker-sparql-2.0.so.0 + 0x14c2e)
                                                     #1  0x00007fb7545906a0 tracker_sparql_connection_get (libtracker-sparql-2.0.so.0 + 0x156a0)
                                                     #2  0x00007fb75a7dbd4a n/a (libffi.so.8 + 0x6d4a)
                                                     #3  0x00007fb75a7db267 n/a (libffi.so.8 + 0x6267)
                                                     #4  0x00007fb75afa4dc6 n/a (libgjs.so.0 + 0x3fdc6)
                                                     #5  0x00007fb75afa5368 n/a (libgjs.so.0 + 0x40368)
                                                     #6  0x00007fb7590c5ac6 n/a (libmozjs-78.so + 0x4eeac6)
                                                     #7  0x00007fb7590a3aec n/a (libmozjs-78.so + 0x4ccaec)
                                                     #8  0x00007fb7594e0636 _Z15JS_CallFunctionP9JSContextN2JS6HandleIP8JSObjectEENS2_IP10JSFunctionEERKNS1_1>
                                                     #9  0x00007fb75afa2dc9 n/a (libgjs.so.0 + 0x3ddc9)
                                                     #10 0x00007fb75afa91ac n/a (libgjs.so.0 + 0x441ac)
                                                     #11 0x00007fb75afaa2c1 n/a (libgjs.so.0 + 0x452c1)
                                                     #12 0x00007fb75a7dbb62 n/a (libffi.so.8 + 0x6b62)
                                                     #13 0x00007fb75a7dbee0 n/a (libffi.so.8 + 0x6ee0)
                                                     #14 0x00007fb75adfec96 g_signal_emit_valist (libgobject-2.0.so.0 + 0x30c96)
                                                     #15 0x00007fb75adfee04 g_signal_emit (libgobject-2.0.so.0 + 0x30e04)
                                                     #16 0x00007fb75acd3db6 g_application_register (libgio-2.0.so.0 + 0xcfdb6)
                                                     #17 0x00007fb75acd4540 n/a (libgio-2.0.so.0 + 0xd0540)
                                                     #18 0x00007fb75acdf67a g_application_run (libgio-2.0.so.0 + 0xdb67a)
                                                     #19 0x00007fb75a7dbd4a n/a (libffi.so.8 + 0x6d4a)
                                                     #20 0x00007fb75a7db267 n/a (libffi.so.8 + 0x6267)
                                                     #21 0x00007fb75afa4dc6 n/a (libgjs.so.0 + 0x3fdc6)
                                                     #22 0x00007fb75afa5368 n/a (libgjs.so.0 + 0x40368)
                                                     #23 0x00007fb7590c5ac6 n/a (libmozjs-78.so + 0x4eeac6)
                                                     #24 0x00007fb75933b767 n/a (libmozjs-78.so + 0x764767)
                                                     #25 0x00007fb7593415d1 n/a (libmozjs-78.so + 0x76a5d1)
                                                     #26 0x00007fb759532f16 n/a (libmozjs-78.so + 0x95bf16)
                                                     #27 0x00007fb7595330a4 _ZN2JS8EvaluateEP9JSContextNS_6HandleINS_13StackGCVectorIP8JSObjectN2js15TempAllo>
                                                     #28 0x00007fb75afdeb0b n/a (libgjs.so.0 + 0x79b0b)
                                                     #29 0x00007fb75afe10e7 gjs_context_eval (libgjs.so.0 + 0x7c0e7)
                                                     #30 0x000055cf422edb33 n/a (gjs-console + 0x2b33)
                                                     #31 0x00007fb75a82cb25 __libc_start_main (libc.so.6 + 0x27b25)
                                                     #32 0x000055cf422edf0e n/a (gjs-console + 0x2f0e)
                                                     
                                                     Stack trace of thread 4611:
                                                     #0  0x00007fb75a8f8b2f __poll (libc.so.6 + 0xf3b2f)
                                                     #1  0x00007fb75aed3fd6 n/a (libglib-2.0.so.0 + 0xaafd6)
                                                     #2  0x00007fb75ae7d523 g_main_loop_run (libglib-2.0.so.0 + 0x54523)
                                                     #3  0x00007fb75ad0c0fc n/a (libgio-2.0.so.0 + 0x1080fc)
                                                     #4  0x00007fb75aead905 n/a (libglib-2.0.so.0 + 0x84905)
                                                     #5  0x00007fb7588ef259 start_thread (libpthread.so.0 + 0x9259)
                                                     #6  0x00007fb75a9035e3 __clone (libc.so.6 + 0xfe5e3)
                                                     
                                                     Stack trace of thread 4670:
                                                     #0  0x00007fb75a8f8b2f __poll (libc.so.6 + 0xf3b2f)
                                                     #1  0x00007fb75aed3fd6 n/a (libglib-2.0.so.0 + 0xaafd6)
                                                     #2  0x00007fb75ae7b545 g_main_context_iteration (libglib-2.0.so.0 + 0x52545)
                                                     #3  0x00007fb754816ebe n/a (libdconfsettings.so + 0x5ebe)
                                                     #4  0x00007fb75aead905 n/a (libglib-2.0.so.0 + 0x84905)
                                                     #5  0x00007fb7588ef259 start_thread (libpthread.so.0 + 0x9259)
                                                     #6  0x00007fb75a9035e3 __clone (libc.so.6 + 0xfe5e3)
                                                     
                                                     Stack trace of thread 4669:
                                                     #0  0x00007fb75a8fe18d syscall (libc.so.6 + 0xf918d)
                                                     #1  0x00007fb75aece10f g_cond_wait_until (libglib-2.0.so.0 + 0xa510f)
                                                     #2  0x00007fb75ae4c993 n/a (libglib-2.0.so.0 + 0x23993)
                                                     #3  0x00007fb75aeb0a2b n/a (libglib-2.0.so.0 + 0x87a2b)
                                                     #4  0x00007fb75aead905 n/a (libglib-2.0.so.0 + 0x84905)
                                                     #5  0x00007fb7588ef259 start_thread (libpthread.so.0 + 0x9259)
                                                     #6  0x00007fb75a9035e3 __clone (libc.so.6 + 0xfe5e3)
                                                     
                                                     Stack trace of thread 4610:
                                                     #0  0x00007fb75a8f8b2f __poll (libc.so.6 + 0xf3b2f)
                                                     #1  0x00007fb75aed3fd6 n/a (libglib-2.0.so.0 + 0xaafd6)
                                                     #2  0x00007fb75ae7b545 g_main_context_iteration (libglib-2.0.so.0 + 0x52545)
                                                     #3  0x00007fb75ae7b592 n/a (libglib-2.0.so.0 + 0x52592)
                                                     #4  0x00007fb75aead905 n/a (libglib-2.0.so.0 + 0x84905)
                                                     #5  0x00007fb7588ef259 start_thread (libpthread.so.0 + 0x9259)
                                                     #6  0x00007fb75a9035e3 __clone (libc.so.6 + 0xfe5e3)
                                                     
                                                     Stack trace of thread 4614:
                                                     #0  0x00007fb7588fb8ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                                     #1  0x00007fb7588f5270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
                                                     #2  0x00007fb759356240 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTim>
                                                     #3  0x00007fb759355d41 n/a (libmozjs-78.so + 0x77ed41)
                                                     #4  0x00007fb75954c9cf n/a (libmozjs-78.so + 0x9759cf)
                                                     #5  0x00007fb7588ef259 start_thread (libpthread.so.0 + 0x9259)
                                                     #6  0x00007fb75a9035e3 __clone (libc.so.6 + 0xfe5e3)
                                                     
                                                     Stack trace of thread 4615:
                                                     #0  0x00007fb7588fb8ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                                     #1  0x00007fb7588f5270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
                                                     #2  0x00007fb759356240 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTim>
                                                     #3  0x00007fb759355d41 n/a (libmozjs-78.so + 0x77ed41)
                                                     #4  0x00007fb75954c9cf n/a (libmozjs-78.so + 0x9759cf)
                                                     #5  0x00007fb7588ef259 start_thread (libpthread.so.0 + 0x9259)
                                                     #6  0x00007fb75a9035e3 __clone (libc.so.6 + 0xfe5e3)
                                                     
                                                     Stack trace of thread 4616:
                                                     #0  0x00007fb7588fb8ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                                     #1  0x00007fb7588f5270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
                                                     #2  0x00007fb759356240 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTim>
                                                     #3  0x00007fb759355d41 n/a (libmozjs-78.so + 0x77ed41)
                                                     #4  0x00007fb75954c9cf n/a (libmozjs-78.so + 0x9759cf)
                                                     #5  0x00007fb7588ef259 start_thread (libpthread.so.0 + 0x9259)
                                                     #6  0x00007fb75a9035e3 __clone (libc.so.6 + 0xfe5e3)
                                                     
                                                     Stack trace of thread 4617:
                                                     #0  0x00007fb7588fb8ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
                                                     #1  0x00007fb7588f5270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
                                                     #2  0x00007fb759356240 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTim>
                                                     #3  0x00007fb759355d41 n/a (libmozjs-78.so + 0x77ed41)
                                                     #4  0x00007fb75954c9cf n/a (libmozjs-78.so + 0x9759cf)
                                                     #5  0x00007fb7588ef259 start_thread (libpthread.so.0 + 0x9259)
                                                     #6  0x00007fb75a9035e3 __clone (libc.so.6 + 0xfe5e3)
                                                     ELF object binary architecture: AMD x86-64
Jan 23 08:53:20 infected-MBP systemd[1]: systemd-coredump@6-4693-0.service: Deactivated successfully.
Jan 23 08:53:20 infected-MBP audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@6-4693-0 comm="systemd" exe="/usr/l>
Jan 23 08:53:20 infected-MBP gnome-shell[612]: Received error from D-Bus search provider org.gnome.Documents.desktop: Gio.DBusError: GDBus.Error:org.freedesk>
Jan 23 08:53:20 infected-MBP kernel: audit: type=1131 audit(1642949600.269:436): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@6-4693>
Jan 23 08:53:20 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:53:20 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:53:20 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:53:20 infected-MBP kernel: audit: type=1334 audit(1642949600.479:437): prog-id=0 op=UNLOAD
Jan 23 08:53:20 infected-MBP kernel: audit: type=1334 audit(1642949600.479:438): prog-id=0 op=UNLOAD
Jan 23 08:53:20 infected-MBP kernel: audit: type=1334 audit(1642949600.479:439): prog-id=0 op=UNLOAD
Jan 23 08:53:22 infected-MBP systemd[1]: Stopping User Manager for UID 120...
Jan 23 08:53:22 infected-MBP systemd[4350]: Activating special unit Exit the Session...
Jan 23 08:53:22 infected-MBP systemd[4350]: Removed slice User Core Session Slice.
Jan 23 08:53:22 infected-MBP systemd[4350]: Stopped target Main User Target.
Jan 23 08:53:22 infected-MBP systemd[4350]: Stopping D-Bus User Message Bus...
Jan 23 08:53:22 infected-MBP systemd[4350]: Stopped D-Bus User Message Bus.
Jan 23 08:53:22 infected-MBP systemd[4350]: Stopped target Basic System.
Jan 23 08:53:22 infected-MBP systemd[4350]: Stopped target Paths.
Jan 23 08:53:22 infected-MBP systemd[4350]: Stopped target Sockets.
Jan 23 08:53:22 infected-MBP systemd[4350]: Stopped target Timers.
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed D-Bus User Message Bus Socket.
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed GnuPG network certificate management daemon.
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed GCR ssh-agent wrapper.
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed GnuPG cryptographic agent and passphrase cache.
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed p11-kit server.
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed PipeWire Multimedia System Socket.
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed PipeWire Multimedia System Socket.
Jan 23 08:53:22 infected-MBP systemd[4350]: Closed Sound System.
Jan 23 08:53:22 infected-MBP systemd[4350]: Removed slice User Application Slice.
Jan 23 08:53:22 infected-MBP systemd[4350]: Reached target Shutdown.
Jan 23 08:53:22 infected-MBP systemd[4350]: Finished Exit the Session.
Jan 23 08:53:22 infected-MBP systemd[4350]: Reached target Exit the Session.
Jan 23 08:53:22 infected-MBP systemd[4351]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[g>
Jan 23 08:53:22 infected-MBP systemd[1]: user@120.service: Deactivated successfully.
Jan 23 08:53:22 infected-MBP systemd[1]: Stopped User Manager for UID 120.
Jan 23 08:53:22 infected-MBP audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/system>
Jan 23 08:53:22 infected-MBP systemd[1]: Stopping User Runtime Directory /run/user/120...
Jan 23 08:53:22 infected-MBP systemd[1]: run-user-120.mount: Deactivated successfully.
Jan 23 08:53:22 infected-MBP systemd[1]: user-runtime-dir@120.service: Deactivated successfully.
Jan 23 08:53:22 infected-MBP systemd[1]: Stopped User Runtime Directory /run/user/120.
Jan 23 08:53:22 infected-MBP audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/sy>
Jan 23 08:53:22 infected-MBP systemd[1]: Removed slice User Slice of UID 120.
Jan 23 08:53:22 infected-MBP systemd[1]: user-120.slice: Consumed 4.212s CPU time.
Jan 23 08:53:22 infected-MBP systemd[545]: Started Application launched by gnome-shell.
Jan 23 08:53:23 infected-MBP terminator.desktop[4708]: ConfigBase::load: Unable to open /etc/xdg/terminator/config ([Errno 2] No existe el fichero o el direc>
Jan 23 08:53:23 infected-MBP systemd[545]: Started VTE child process 4727 launched by terminator process 4708.
Jan 23 08:53:28 infected-MBP systemd[1]: systemd-localed.service: Deactivated successfully.
Jan 23 08:53:28 infected-MBP audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd>
Jan 23 08:53:28 infected-MBP kernel: kauditd_printk_skb: 2 callbacks suppressed
Jan 23 08:53:28 infected-MBP kernel: audit: type=1131 audit(1642949608.689:442): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="s>
Jan 23 08:53:28 infected-MBP systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jan 23 08:53:28 infected-MBP audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/syste>
Jan 23 08:53:28 infected-MBP kernel: audit: type=1131 audit(1642949608.709:443): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm=>
Jan 23 08:53:28 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:53:28 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:53:28 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:53:28 infected-MBP kernel: audit: type=1334 audit(1642949608.849:444): prog-id=0 op=UNLOAD
Jan 23 08:53:28 infected-MBP kernel: audit: type=1334 audit(1642949608.849:445): prog-id=0 op=UNLOAD
Jan 23 08:53:28 infected-MBP kernel: audit: type=1334 audit(1642949608.849:446): prog-id=0 op=UNLOAD
Jan 23 08:53:29 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:53:29 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:53:29 infected-MBP audit: BPF prog-id=0 op=UNLOAD
Jan 23 08:53:29 infected-MBP kernel: audit: type=1334 audit(1642949609.079:447): prog-id=0 op=UNLOAD
Jan 23 08:53:29 infected-MBP kernel: audit: type=1334 audit(1642949609.079:448): prog-id=0 op=UNLOAD
Jan 23 08:53:29 infected-MBP kernel: audit: type=1334 audit(1642949609.079:449): prog-id=0 op=UNLOAD
seth wrote:

look at the system coredumps (coredumpctl)

mabvmet wrote:
TIME                          PID  UID  GID SIG     COREFILE     EXE                               SIZE
Sat 2022-01-22 11:54:36 CST  2048 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 13:14:24 CST  7580 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 13:14:26 CST  7748 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 13:14:27 CST  7834 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 13:14:28 CST  7865 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 14:16:55 CST 10820 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 14:16:56 CST 10998 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 14:18:27 CST 12003 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 14:25:37 CST 13403 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 14:57:03 CST 16076 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 14:57:04 CST 16236 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 14:57:05 CST 16300 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 14:57:07 CST 16372 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 15:21:26 CST 18019 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 15:21:28 CST 18162 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 15:21:34 CST 18210 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 15:21:35 CST 18259 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 15:21:37 CST 18322 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 15:21:40 CST 18414 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 15:21:41 CST 18480 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 15:21:43 CST 18556 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 15:39:20 CST 19492 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 15:56:59 CST 22441 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 15:57:07 CST 22647 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 17:04:41 CST 32954 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 17:12:37 CST 34491 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 17:28:56 CST 39665 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 17:29:57 CST 42690 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 17:32:35 CST 43093 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 17:51:40 CST 44675 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 17:52:43 CST 44862 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 17:52:45 CST 45008 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 17:53:31 CST 45134 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 17:53:33 CST 45262 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 17:53:57 CST 45364 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 17:57:57 CST 45591 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 17:58:52 CST 45771 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 17:59:17 CST 45907 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 17:59:30 CST 46014 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 17:59:32 CST 46104 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:00:03 CST 46173 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:00:54 CST 46347 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:01:12 CST 46462 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:01:14 CST 46588 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:01:23 CST 46702 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:01:35 CST 46815 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:01:37 CST 46911 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:01:39 CST 46965 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:01:40 CST 47075 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:01:43 CST 47130 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:01:44 CST 47192 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:01:52 CST 47241 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:01:53 CST 47307 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:02:21 CST 47368 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:02:48 CST 47535 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:03:23 CST 47659 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:03:24 CST 47773 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:03:41 CST 47837 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:03:42 CST 47931 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:03:57 CST 48023 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:03:58 CST 48118 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:04:01 CST 48207 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:04:10 CST 48300 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:04:21 CST 48360 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:04:22 CST 48457 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:04:25 CST 48550 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:04:26 CST 48611 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:04:30 CST 48688 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:04:31 CST 48730 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:04:33 CST 48812 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:04:34 CST 48866 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:04:43 CST 48939 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:04:44 CST 49024 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:04:45 CST 49083 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:04:48 CST 49148 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:04:57 CST 49217 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:04:58 CST 49311 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:04:59 CST 49357 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:05:00 CST 49439 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:05:02 CST 49506 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:05:14 CST 49567 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:05:17 CST 49649 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:05:18 CST 49698 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:05:27 CST 49753 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:05:44 CST 49838 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:05:46 CST 49930 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:05:47 CST 49997 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:05:48 CST 50038 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:05:59 CST 50079 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:06:00 CST 50168 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:06:22 CST 50269 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:06:59 CST 50459 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:07:08 CST 50570 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:07:53 CST 50701 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:07:55 CST 50811 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:08:06 CST 50872 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:08:48 CST 51021 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:08:56 CST 51124 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:09:02 CST 51194 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:09:12 CST 51246 1000 1000 SIGSEGV present      /usr/bin/quadrapassel             2.6M
Sat 2022-01-22 18:09:21 CST 51299 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:09:22 CST 51381 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:09:36 CST 51440 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:09:37 CST 51521 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:09:39 CST 51603 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:09:51 CST 51673 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:09:53 CST 51750 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:09:54 CST 51822 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:10:02 CST 51893 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:10:12 CST 51953 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:10:23 CST 52043 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:10:32 CST 52164 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:11:11 CST 52259 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:11:12 CST 52377 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:11:15 CST 52458 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:11:28 CST 52549 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:12:07 CST 52672 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:12:31 CST 52800 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:12:32 CST 52913 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:12:33 CST 52957 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:12:39 CST 53006 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:12:40 CST 53071 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:13:18 CST 53223 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:13:20 CST 53328 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:13:34 CST 53424 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:18:36 CST 53721 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:18:42 CST 53846 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:19:31 CST 53978 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:20:39 CST 54269 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:21:25 CST 54432 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:21:27 CST 54534 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:21:38 CST 54603 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:21:39 CST 54674 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:22:44 CST 54782 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:22:45 CST 54924 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:22:50 CST 54983 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:22:51 CST 55057 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:23:03 CST 55146 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:23:14 CST 55228 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:23:40 CST 55320 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:24:34 CST 55458 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:24:36 CST 55563 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:24:37 CST 55629 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:24:44 CST 47986 1000 1000 SIGFPE  present      /usr/bin/gnome-todo               3.8M
Sat 2022-01-22 18:25:04 CST 55692 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:25:13 CST 55786 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:25:29 CST 55850 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:25:30 CST 55962 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:26:09 CST 56018 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:26:11 CST 56132 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:26:12 CST 56193 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:26:13 CST 56259 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:26:21 CST 56356 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:26:23 CST 56407 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:27:32 CST 56527 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:27:34 CST 56670 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:29:55 CST 56808 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:30:54 CST 57004 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:31:25 CST 57106 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:31:52 CST 57195 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:32:29 CST 57368 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:32:40 CST 57462 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:32:51 CST 57511 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:32:52 CST 57561 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:33:42 CST 57669 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:33:48 CST 57766 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:34:02 CST 57811 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:34:03 CST 57898 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:34:54 CST 57960 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:40:45 CST  1465 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:40:47 CST  1649 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:40:48 CST  1683 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:46:55 CST  2187 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:47:13 CST  2351 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:48:20 CST  2593 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:48:23 CST  2750 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:48:31 CST  2837 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 18:52:23 CST  3087 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 19:56:02 CST  7355 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 20:38:23 CST 11410 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 20:42:31 CST 11630 1000 1000 SIGABRT present      /usr/lib/virtualbox/VirtualBoxVM  2.2M
Sat 2022-01-22 20:42:53 CST 11719 1000 1000 SIGABRT present      /usr/lib/virtualbox/VirtualBoxVM  2.2M
Sat 2022-01-22 20:45:24 CST 11946 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 20:51:06 CST 12583 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 20:51:08 CST 12684 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 20:51:10 CST 12719 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 20:51:13 CST 12750 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 20:51:15 CST 12777 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 20:51:17 CST 12808 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 20:51:18 CST 12849 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 20:51:19 CST 12876 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 20:53:28 CST 12970 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 20:53:29 CST 13090 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 20:53:30 CST 13131 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 20:53:31 CST 13169 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 20:53:32 CST 13222 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 20:57:03 CST 13437 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 20:57:05 CST 13547 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 20:59:21 CST   730 1000 1000 SIGSEGV present      /usr/bin/gnome-shell             25.9M
Sat 2022-01-22 20:59:42 CST 14318 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 21:04:11 CST 15085 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 21:17:25 CST 16281 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 21:17:27 CST 16400 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 21:18:00 CST 16474 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 21:18:01 CST 16566 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 21:18:01 CST 16602 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 21:53:41 CST 23248 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 21:56:32 CST 23646 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 21:56:33 CST 23760 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:04:37 CST 13946 1000 1000 SIGQUIT present      /usr/bin/gnome-shell             23.1M
Sat 2022-01-22 22:05:14 CST 25242 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:05:18 CST 25395 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:06:56 CST 25580 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:06:58 CST 25679 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:08:06 CST 25883 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:08:09 CST 25998 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:08:11 CST 26060 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:08:12 CST 26092 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:08:13 CST 26136 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:08:14 CST 26192 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:08:15 CST 26218 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:08:17 CST 26251 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:08:19 CST 26310 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:08:20 CST 26363 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:08:21 CST 26405 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:08:23 CST 26435 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:11:37 CST 27011 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:11:44 CST 27203 1000 1000 SIGABRT present      /usr/lib/virtualbox/VirtualBoxVM  2.2M
Sat 2022-01-22 22:14:04 CST 27343 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:14:51 CST 27619 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:14:52 CST 27688 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:16:42 CST 27936 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:16:44 CST 28049 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:17:06 CST 28151 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:17:07 CST 28222 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:17:09 CST 28252 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:17:10 CST 28308 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:20:44 CST 32246 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:21:27 CST 32387 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:22:08 CST 32558 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:22:10 CST 32634 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:22:12 CST 32687 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:23:13 CST 32781 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:23:15 CST 32886 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:23:16 CST 32945 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:25:02 CST  1224 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:25:11 CST  1371 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:25:18 CST  1403 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:25:19 CST  1465 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:26:33 CST  1611 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:30:22 CST  2310 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:36:02 CST  2876 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:59:22 CST  3904 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:59:23 CST  4061 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:59:24 CST  4117 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:59:25 CST  4174 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 22:59:54 CST  4236 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sat 2022-01-22 23:01:36 CST  1739 1000 1000 SIGABRT present      /usr/bin/gjs-console              9.1M
Sat 2022-01-22 23:31:54 CST  5470 1000 1000 SIGSEGV present      /usr/bin/gjs-console              6.4M
Sun 2022-01-23 00:16:55 CST  1295    0    0 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 00:17:16 CST  1504    0    0 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 00:17:59 CST  1685    0    0 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 00:20:27 CST  1816    0    0 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 00:22:24 CST  2053    0    0 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 00:22:45 CST  2198    0    0 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 00:25:33 CST  2781 1001 1001 SIGFPE  inaccessible /usr/bin/gnome-shell               n/a
Sun 2022-01-23 00:29:54 CST  3635    0    0 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 00:32:10 CST   869    0    0 SIGSEGV inaccessible /usr/bin/gnome-shell               n/a
Sun 2022-01-23 00:32:43 CST  4588 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 00:32:44 CST  4757 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 00:32:46 CST  4805 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 00:40:37 CST  5689 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 00:46:14 CST  5957 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 00:46:15 CST  6075 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 00:46:16 CST  6113 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 00:46:18 CST  6162 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 00:46:22 CST  6208 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 00:46:31 CST  6256 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 00:52:37 CST  6671 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 01:01:37 CST  6923 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 01:03:16 CST  7107 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 01:41:59 CST  4227 1001 1001 SIGSEGV inaccessible /usr/bin/gnome-shell               n/a
Sun 2022-01-23 01:48:16 CST  8833    0    0 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 01:48:47 CST  8468    0    0 SIGSEGV inaccessible /usr/bin/gnome-shell               n/a
Sun 2022-01-23 01:49:51 CST  9705    0    0 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 01:53:45 CST 10158    0    0 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 01:54:42 CST 10595    0    0 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 01:54:57 CST 10717    0    0 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 01:58:00 CST  1554 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 02:00:56 CST  1034 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 02:00:58 CST  1173 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 02:01:00 CST  1196 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 02:20:10 CST  2103 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 02:21:46 CST  2626 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 03:09:41 CST  3760 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 08:35:46 CST  2146 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 08:35:48 CST  2313 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 08:35:49 CST  2343 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 08:35:53 CST  2392 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 08:36:19 CST  2499 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 08:45:21 CST  3798    0    0 SIGSEGV inaccessible /usr/bin/gjs-console               n/a
Sun 2022-01-23 08:53:20 CST  4602 1001 1001 SIGSEGV inaccessible /usr/bin/gjs-console               n/a

Thanks for your help.

Last edited by mabvmet (2022-01-23 15:40:08)

Offline

#7 2022-01-23 16:00:07

mabvmet
Member
Registered: 2019-03-06
Posts: 26

Re: [SOLVED] Damaged user/session? Unable to login

seth wrote:

set didn't write most of that tongue
Is 1001 your regular user or the one you created because the main user didn't work?

mabvmet wrote:

Sorry... amended
And yes, 1001 is the emergency/test user
1000 is the "normal" and damaged user

gnome-documents crasghes in tracker but that seems "normal" these days anyway (sigh) but there're no inications for the session of UID 1001 to have terminated and the loginctl output abive is for UID 1000

=> attempt to login w/ your main user (mabvmet) and afterwards post the entire system journal (no excerpts and don't copy out of the pager, try "sudo journalctl -b | curl -F 'f:1=<-' ix.io")

mabvmet wrote:

Offline

#8 2022-01-23 16:09:56

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

Re: [SOLVED] Damaged user/session? Unable to login

You're somehow starting an X11 session but

Jan 23 08:49:45 infected-MBP /usr/lib/gdm-x-session[4281]: /etc/gdm/Xsession: Beginning session setup...
Jan 23 08:49:45 infected-MBP /usr/lib/gdm-x-session[4281]: /home/mabvmet/.profile: línea 1: /home/mabvmet/.cargo/env: No existe el fichero o el directorio

This does also not seem to be a gnome session? Did you simply select the wrong session for the user?

Offline

#9 2022-01-23 16:32:55

mabvmet
Member
Registered: 2019-03-06
Posts: 26

Re: [SOLVED] Damaged user/session? Unable to login

seth wrote:

You're somehow starting an X11 session but

Jan 23 08:49:45 infected-MBP /usr/lib/gdm-x-session[4281]: /etc/gdm/Xsession: Beginning session setup...
Jan 23 08:49:45 infected-MBP /usr/lib/gdm-x-session[4281]: /home/mabvmet/.profile: línea 1: /home/mabvmet/.cargo/env: No existe el fichero o el directorio

This does also not seem to be a gnome session? Did you simply select the wrong session for the user?


mabvmet wrote:
Jan 23 08:49:45 infected-MBP /usr/lib/gdm-x-session[4281]: /home/mabvmet/.profile: línea 1: /home/mabvmet/.cargo/env: No existe el fichero o el directorio

"The file or the directory doesn't exist"

I remember I deleted the ".cargo/env" directory (rm -rf .cargo) before everything happened. If Im not wrong, .cargo belongs to the "Rust" programming language, I installed a package that has dependency of Rust, so .cargo was there.
In the 1001 home doesn't exist that .cargo or ".profile" directory...

Last edited by mabvmet (2022-01-23 16:34:56)

Offline

#10 2022-01-23 16:35:24

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

Re: [SOLVED] Damaged user/session? Unable to login

I suggest you stop quoting altogether…

So, what are the contents of /home/mabvmet/.profile and what kind of session do you attempt to start to begin with?

Offline

#11 2022-01-23 16:43:06

mabvmet
Member
Registered: 2019-03-06
Posts: 26

Re: [SOLVED] Damaged user/session? Unable to login

[SOLVED]


mabvmet wrote:
seth wrote:

You're somehow starting an X11 session but

Jan 23 08:49:45 infected-MBP /usr/lib/gdm-x-session[4281]: /etc/gdm/Xsession: Beginning session setup...
Jan 23 08:49:45 infected-MBP /usr/lib/gdm-x-session[4281]: /home/mabvmet/.profile: línea 1: /home/mabvmet/.cargo/env: No existe el fichero o el directorio

This does also not seem to be a gnome session? Did you simply select the wrong session for the user?


mabvmet wrote:
Jan 23 08:49:45 infected-MBP /usr/lib/gdm-x-session[4281]: /home/mabvmet/.profile: línea 1: /home/mabvmet/.cargo/env: No existe el fichero o el directorio

"The file or the directory doesn't exist"

I remember I deleted the ".cargo/env" directory (rm -rf .cargo) before everything happened. If Im not wrong, .cargo belongs to the "Rust" programming language, I installed a package that has dependency of Rust, so .cargo was there.
In the 1001 home doesn't exist that .cargo or ".profile" directory...


In the main user do exist the .profile file and it has the line (but the .cargo directory don't):

 #. "$HOME/.cargo/env" 

So I commented that line and then the ''damaged" user session started normally!


Now it looks a very silly situation, but I have learned from your help.
Thank you

Last edited by mabvmet (2022-01-23 16:45:01)

Offline

#12 2022-01-24 04:03:43

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,237
Website

Re: [SOLVED] Damaged user/session? Unable to login

Not System Admin; moving to Applications & Desktop Environments

Offline

Board footer

Powered by FluxBB