You are not logged in.

#1 2019-10-15 06:04:14

AnonSL
Member
Registered: 2019-10-15
Posts: 32

[Solved] Wireless internet connectivity issue, recreating resolv.conf

The internet was working fine previously but when I had problems connecting to a new Wi-Fi today I accidentally deleted /etc/resolv.conf

I cannot get the file to repopulate after restarting, nor can I create a new file through any of the terminal editors using sudo or root.

I cannot lsattr/etc/resolv.conf

 operation not supported while reading flags 

When I run systemctl status I show degraded.

When I run system | grep fail it shows

 "dhcpcd@wlpXs0.service" and "user@975.service" 

When I try to run dhcpcd, it says

 sending commands to master dhcpcd process 

I thought it's not connecting because there is no nameserver but it could also be too many network managers working at once, or something else entirely. I have no idea because I'm a newbie, help! Thanks in advance for the patience and help. I tried finding as many relevant posts as possible and test them out but to no avail.

Last edited by AnonSL (2019-10-17 18:23:21)

Offline

#2 2019-10-15 07:12:54

seth
Member
Registered: 2012-09-03
Posts: 51,175

Re: [Solved] Wireless internet connectivity issue, recreating resolv.conf

systemctl list-unit-files --state=enabled
sudo lsof | grep  resolv.conf
stat  /etc/resolv.conf

Offline

#3 2019-10-15 07:47:17

AnonSL
Member
Registered: 2019-10-15
Posts: 32

Re: [Solved] Wireless internet connectivity issue, recreating resolv.conf

systemctl list-unit-files --state=enabled

UNIT FILE                              STATE  
autovt@.service                        enabled
avahi-daemon.service                   enabled
avahi-dnsconfd.service                 enabled
dbus-org.freedesktop.Avahi.service     enabled
dbus-org.freedesktop.timesync1.service enabled
dhcpcd.service                         enabled
display-manager.service                enabled
getty@.service                         enabled
sddm.service                           enabled
systemd-timesyncd.service              enabled
udisks2.service                        enabled
ufw.service                            enabled
avahi-daemon.socket                    enabled
remote-fs.target                       enabled

sudo lsof | grep resolv.conf

sudo: lsof: command not found

stat /etc/resolv.conf

File: /etc/resolv.conf -> /run/systemd/resolve/resolv.conf
  Size: 32            Blocks: 0          IO Block: 4096   symbolic link
Device: 803h/2051d    Inode: 10226379    Links: 1
Access: (0777/lrwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2019-10-14 23:09:33.616786791 -0700
Modify: 2019-10-14 23:09:11.523452794 -0700
Change: 2019-10-14 23:09:11.523452794 -0700
 Birth: 2019-10-14 23:09:11.523452794 -0700

Last edited by AnonSL (2019-10-15 08:11:58)

Offline

#4 2019-10-15 07:54:05

seth
Member
Registered: 2012-09-03
Posts: 51,175

Re: [Solved] Wireless internet connectivity issue, recreating resolv.conf

Please edit your thread and wrap the outputs in "code" tags. Thanks.

So, resolv.conf is a symlink to /run/systemd/resolve/resolv.conf  but you're not usingsystemd-resolved (and the link is probably stale)

sudo systemctl stop dhcpcd
sudo rm /etc/resolv.conf
sudo touch /etc/resolv.conf # probably not required, but hey
stat /etc/resolv.conf
sudo systemctl start dhcpcd
stat /etc/resolv.conf
cat /etc/resolv.conf

Offline

#5 2019-10-15 08:25:20

AnonSL
Member
Registered: 2019-10-15
Posts: 32

Re: [Solved] Wireless internet connectivity issue, recreating resolv.conf

The output of each of the following commands (step4 and step 6) are exactly the same:

stat /etc/resolv.conf

 File: /etc/resolv.conf
  Size: 0         	Blocks: 0          IO Block: 4096   regular empty file
Device: 803h/2051d	Inode: 10226379    Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2019-10-15 01:16:21.385887596 -0700
Modify: 2019-10-15 01:16:18.925887522 -0700
Change: 2019-10-15 01:16:18.925887522 -0700
 Birth: 2019-10-15 01:16:18.925887522 -0700 

All the other commands seemed to run without problems, no feedback from the terminal after entering.

Last edited by AnonSL (2019-10-15 08:26:40)

Offline

#6 2019-10-15 13:06:25

seth
Member
Registered: 2012-09-03
Posts: 51,175

Re: [Solved] Wireless internet connectivity issue, recreating resolv.conf

Yeah, so that now you fixed the file condition: does dhcpcd work again and if not: what's its updated status? Do you still have trouble editing the file?

Offline

#7 2019-10-15 21:58:02

AnonSL
Member
Registered: 2019-10-15
Posts: 32

Re: [Solved] Wireless internet connectivity issue, recreating resolv.conf

This applies to the entire post - For the purpose of pasting here, I replaced the # with X (wlp7s0 = wlpXs0)

sudo systemctl status dhcpcd

 dhcpcd.service - dhcpcd on all interfaces
   Loaded: loaded (/usr/lib/systemd/system/dhcpcd.service; enabled; vendor preset: disabled)
   Active: active (running) since Tue 2019-10-15 14:17:42 PDT; 1min 39s ago
  Process: 490 ExecStart=/usr/bin/dhcpcd -q -b (code=exited, status=0/SUCCESS)
 Main PID: 506 (dhcpcd)
    Tasks: 1
   Memory: 2.4M
   CGroup: /system.slice/dhcpcd.service
           └─506 /usr/bin/dhcpcd -q -b

Oct 15 14:17:43 u79-196.967 dhcpcd[506]: DUID 00:04:4c:4c:45:44:00:5a:59:10:80:46:c7:c0:4f:48:56:31
Oct 15 14:17:43 u79-196.967 dhcpcd[506]: wlpXs0: IAID 43:e4:45:df
Oct 15 14:17:43 u79-196.967 dhcpcd[506]: wlpXs0: adding address fe80::173f:8669:fd09:728a
Oct 15 14:17:43 u79-196.967 dhcpcd[506]: enpXs0: carrier acquired
Oct 15 14:17:43 u79-196.967 dhcpcd[506]: enpXs0: IAID d9:3b:a8:ba
Oct 15 14:17:43 u79-196.967 dhcpcd[506]: enpXs0: adding address fe80::3b3e:1f5:8e66:f51c
Oct 15 14:17:43 u79-196.967 dhcpcd[506]: wlpXs0: carrier lost
Oct 15 14:17:43 u79-196.967 dhcpcd[506]: wlpXs0: deleting address fe80::173f:8669:fd09:728a
Oct 15 14:17:43 u79-196.967 dhcpcd[506]: enpXs0: carrier lost
Oct 15 14:17:43 u79-196.967 dhcpcd[506]: enpXs0: deleting address fe80::3b3e:1f5:8e66:f51c 

I was able to edit /etc/resolv.conf using vim and sudo so I added nameserver 8.8.8.8
However, I haven't achieved wifi access yet. Perhaps there is a small configuration I'm missing?

"ping www.archlinux.org" shows the following:

 ping: www.archlinux.org: Temporary failure in name resolution 

When I try to log into the wifi network using "sudo netctl start (wifi)" where (wifi) is the wireless network name, it runs without issue.

ip a shows the following:

 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enpXs0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
    link/ether d4:be:d9:3b:a8:ba brd ff:ff:ff:ff:ff:ff
3: wlpXs0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 68:5d:43:e4:45:df brd ff:ff:ff:ff:ff:ff
    inet6 fe80::b9bf:8bc2:6aea:fff5/64 scope link 
       valid_lft forever preferred_lft forever 

When I run systemctl | grep fail it shows:

 systemctl | grep fail
● dhcpcd@wlpXs0.service       loaded failed failed    dhcpcd on wlpXs0                                                             
● netctl@homenetwork.service  loaded failed failed    Automatically generated profile by wifi-menu                                 
● user@975.service            loaded failed failed    User Manager for UID 975 

The 'homenetwork' is my home wireless. For the purpose of this process, we can label the desired wifi network as 'guest', i.e. the network I am trying to log into.

Last edited by AnonSL (2019-10-15 22:00:21)

Offline

#8 2019-10-15 22:12:00

seth
Member
Registered: 2012-09-03
Posts: 51,175

Re: [Solved] Wireless internet connectivity issue, recreating resolv.conf

You're constantly loosing the carrier (wpa_supplicant)
Are you running dhcpcd and netctl concurrently? Don't.

Otherwise: iwlwifi chip?

Or are we talking about a different issue now and your "homenetwork" wifi works, just the desired "guest" wifi fails?
In the latter case and in doubt please post a complete journal after failing to connect to that wifi.
Is the "guest" wifi some eduroam or otherwise roaming network?

Offline

#9 2019-10-15 22:32:21

AnonSL
Member
Registered: 2019-10-15
Posts: 32

Re: [Solved] Wireless internet connectivity issue, recreating resolv.conf

I'm using netctl and dhcpcd concurrently. Should I disable the dhcpcd?

As far as I know it is the same issue. I am out of town so not able to test the homenetwork, I just mentioned it because it was in the "systemctl | grep fail" readout. Being able to connect to the new 'guest' network will confirm the original issue, no Wi-Fi connectivity, has been resolved.

The 'guest' Wi-Fi is a standard Wi-Fi network. It's at a friend's house, nothing unusual, no roaming.

Im working on getting a journalctl -xe readout to post. You want the entire 2000+ line readout?

Offline

#10 2019-10-15 22:34:32

seth
Member
Registered: 2012-09-03
Posts: 51,175

Re: [Solved] Wireless internet connectivity issue, recreating resolv.conf

Yes, they'll knock each other out.

Run

sudo journalctl -b | curl -F 'f:1=<-' ix.io

and post the link you get in return.

Offline

#11 2019-10-15 22:38:03

AnonSL
Member
Registered: 2019-10-15
Posts: 32

Re: [Solved] Wireless internet connectivity issue, recreating resolv.conf

 curl: (6) Could not resolve host: ix.io 

Offline

#12 2019-10-15 22:39:07

seth
Member
Registered: 2012-09-03
Posts: 51,175

Re: [Solved] Wireless internet connectivity issue, recreating resolv.conf

How are you currently online?

Offline

#13 2019-10-15 22:41:39

AnonSL
Member
Registered: 2019-10-15
Posts: 32

Re: [Solved] Wireless internet connectivity issue, recreating resolv.conf

My cell phone, I'm pasting the code into the mousepad, copying it to a microsd and transferring it to my phone.

Offline

#14 2019-10-15 22:43:41

seth
Member
Registered: 2012-09-03
Posts: 51,175

Re: [Solved] Wireless internet connectivity issue, recreating resolv.conf

https://wiki.archlinux.org/index.php/Android_tethering
https://wiki.archlinux.org/index.php/IPhone_tethering

I assume stopping dhcpcd did not allow you to connect w/ netctl? netctl status?

Offline

#15 2019-10-15 22:59:20

AnonSL
Member
Registered: 2019-10-15
Posts: 32

Re: [Solved] Wireless internet connectivity issue, recreating resolv.conf

Your assumption is correct, stopping and disabling dhcpcd did not give me connectivity.

systemctl status

 ● u79-196.967
    State: degraded
     Jobs: 0 queued
   Failed: 4 units
    Since: Tue 2019-10-15 15:49:08 PDT; 1min 21s ago
   CGroup: /
           ├─user.slice
           │ └─user-1000.slice
           │   ├─user@1000.service
           │   │ ├─pulseaudio.service
           │   │ │ ├─755 /usr/bin/pulseaudio --daemonize=no
           │   │ │ └─837 /usr/lib/pulse/gsettings-helper
           │   │ ├─gvfs-daemon.service
           │   │ │ ├─677 /usr/lib/gvfsd
           │   │ │ ├─682 /usr/lib/gvfsd-fuse /run/user/1000/gvfs -f
           │   │ │ └─832 /usr/lib/gvfsd-trash --spawner :1.5 /org/gtk/gvfs/exec>
           │   │ ├─gvfs-udisks2-volume-monitor.service
           │   │ │ └─805 /usr/lib/gvfs-udisks2-volume-monitor
           │   │ ├─xfce4-notifyd.service
           │   │ │ └─793 /usr/lib/xfce4/notifyd/xfce4-notifyd
           │   │ ├─init.scope
           │   │ │ ├─651 /usr/lib/systemd/systemd --user
           │   │ │ └─652 (sd-pam) 

Here is as much of journalctl -xe that I could copy from the terminal. It's unedited so that
kinda defeats the purpose of my previous attempts of anonymizing the readout but oh well, I'm more concerned with fixing this.

 -- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A stop job for unit user-runtime-dir@975.service has finished.
-- 
-- The job identifier is 573 and the job result is done.
Oct 15 15:50:07 u79-196.967 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 >
Oct 15 15:50:07 u79-196.967 kernel: audit: type=1131 audit(1571179807.232:57): >
Oct 15 15:50:07 u79-196.967 systemd[1]: Removed slice User Slice of UID 975.
-- Subject: A stop job for unit user-975.slice has finished
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A stop job for unit user-975.slice has finished.
-- 
-- The job identifier is 575 and the job result is done.
Oct 15 15:50:07 u79-196.967 systemd[651]: Reached target Paths.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 18.
Oct 15 15:50:08 u79-196.967 kernel: audit: type=1130 audit(1571179807.559:58): >
Oct 15 15:50:07 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295>
Oct 15 15:50:07 u79-196.967 systemd[651]: Reached target Timers.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 19.
Oct 15 15:50:07 u79-196.967 systemd[651]: Starting D-Bus User Message Bus Socke>
-- Subject: A start job for unit UNIT has begun execution
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has begun execution.
-- 
-- The job identifier is 17.
Oct 15 15:50:07 u79-196.967 systemd[651]: Listening on GnuPG network certificat>
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 15.
Oct 15 15:50:07 u79-196.967 systemd[651]: Listening on GnuPG cryptographic agen>
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 11.
Oct 15 15:50:07 u79-196.967 systemd[651]: Listening on GnuPG cryptographic agen>
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 14.
Oct 15 15:50:07 u79-196.967 systemd[651]: Listening on GnuPG cryptographic agen>
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 13.
Oct 15 15:50:07 u79-196.967 systemd[651]: Listening on GnuPG cryptographic agen>
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 16.
Oct 15 15:50:07 u79-196.967 systemd[651]: Listening on p11-kit server.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 8.
Oct 15 15:50:07 u79-196.967 systemd[651]: Listening on Sound System.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 12.
Oct 15 15:50:07 u79-196.967 systemd[651]: Listening on D-Bus User Message Bus S>
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 17.
Oct 15 15:50:07 u79-196.967 systemd[651]: Reached target Sockets.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 7.
Oct 15 15:50:07 u79-196.967 systemd[651]: Reached target Basic System.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 6.
Oct 15 15:50:07 u79-196.967 systemd[1]: Started User Manager for UID 1000.
-- Subject: A start job for unit user@1000.service has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit user@1000.service has finished successfully.
-- 
-- The job identifier is 402.
Oct 15 15:50:07 u79-196.967 systemd[651]: Starting Update XDG user dir configur>
-- Subject: A start job for unit UNIT has begun execution
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has begun execution.
-- 
-- The job identifier is 20.
Oct 15 15:50:07 u79-196.967 systemd[1]: Started Session 1 of user gold.
-- Subject: A start job for unit session-1.scope has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit session-1.scope has finished successfully.
-- 
-- The job identifier is 487.
Oct 15 15:50:07 u79-196.967 sddm-helper[649]: Starting: "/usr/share/sddm/script>
Oct 15 15:50:07 u79-196.967 sddm-helper[659]: Adding cookie to "/home/gold/.Xau>
Oct 15 15:50:08 u79-196.967 systemd[651]: xdg-user-dirs-update.service: Succeed>
-- Subject: Unit succeeded
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- The unit UNIT has successfully entered the 'dead' state.
Oct 15 15:50:08 u79-196.967 systemd[651]: Started Update XDG user dir configura>
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 20.
Oct 15 15:50:08 u79-196.967 systemd[651]: Reached target Main User Target.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 5.
Oct 15 15:50:08 u79-196.967 systemd[651]: Startup finished in 901ms.
-- Subject: User manager start-up is now complete
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- The user manager instance for user 1000 has been started. All services queued
-- for starting have been started. Note that other services might still be star>
-- up or be started at any later time.
-- 
-- Startup of the manager took 901840 microseconds.
Oct 15 15:50:08 u79-196.967 sddm[629]: Session started
Oct 15 15:50:08 u79-196.967 systemd[651]: Started D-Bus User Message Bus.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 23.
Oct 15 15:50:11 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activa>
Oct 15 15:50:11 u79-196.967 systemd[651]: Starting Virtual filesystem service...
-- Subject: A start job for unit UNIT has begun execution
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has begun execution.
-- 
-- The job identifier is 38.
Oct 15 15:50:11 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Succes>
Oct 15 15:50:11 u79-196.967 systemd[651]: Started Virtual filesystem service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 38.
Oct 15 15:50:11 u79-196.967 kernel: fuse: init (API version 7.31)
Oct 15 15:50:11 u79-196.967 systemd[1]: Mounting FUSE Control File System...
-- Subject: A start job for unit sys-fs-fuse-connections.mount has begun execut>
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit sys-fs-fuse-connections.mount has begun execution.
-- 
-- The job identifier is 578.
Oct 15 15:50:11 u79-196.967 systemd[1]: Mounted FUSE Control File System.
-- Subject: A start job for unit sys-fs-fuse-connections.mount has finished suc>
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit sys-fs-fuse-connections.mount has finished successfully.
-- 
-- The job identifier is 578.
Oct 15 15:50:11 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activa>
Oct 15 15:50:11 u79-196.967 systemd[651]: Starting Accessibility services bus...
-- Subject: A start job for unit UNIT has begun execution
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has begun execution.
-- 
-- The job identifier is 53.
Oct 15 15:50:12 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Succes>
Oct 15 15:50:12 u79-196.967 systemd[651]: Started Accessibility services bus.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 53.
Oct 15 15:50:12 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activa>
Oct 15 15:50:12 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Succes>
Oct 15 15:50:12 u79-196.967 at-spi-bus-launcher[695]: dbus-daemon[701]: Activat>
Oct 15 15:50:12 u79-196.967 at-spi-bus-launcher[695]: dbus-daemon[701]: Success>
Oct 15 15:50:12 u79-196.967 at-spi-bus-launcher[695]: SpiRegistry daemon is run>
Oct 15 15:50:12 u79-196.967 systemd[651]: Started GnuPG cryptographic agent and>
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 68.
Oct 15 15:50:12 u79-196.967 gpg-agent[714]: gpg-agent (GnuPG) 2.2.17 starting i>
Oct 15 15:50:12 u79-196.967 gpg-agent[714]: using fd 3 for std socket (/run/use>
Oct 15 15:50:12 u79-196.967 gpg-agent[714]: using fd 4 for extra socket (/run/u>
Oct 15 15:50:12 u79-196.967 gpg-agent[714]: using fd 5 for browser socket (/run>
Oct 15 15:50:12 u79-196.967 gpg-agent[714]: using fd 6 for ssh socket (/run/use>
Oct 15 15:50:12 u79-196.967 gpg-agent[714]: listening on: std=3 extra=4 browser>
Oct 15 15:50:13 u79-196.967 systemd[651]: Starting Sound Service...
-- Subject: A start job for unit UNIT has begun execution
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has begun execution.
-- 
-- The job identifier is 83.
Oct 15 15:50:14 u79-196.967 dbus-daemon[489]: [system] Activating via systemd: >
Oct 15 15:50:14 u79-196.967 systemd[1]: Starting RealtimeKit Scheduling Policy >
-- Subject: A start job for unit rtkit-daemon.service has begun execution
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit rtkit-daemon.service has begun execution.
-- 
-- The job identifier is 582.
Oct 15 15:50:14 u79-196.967 kernel: audit: type=1130 audit(1571179814.786:59): >
Oct 15 15:50:14 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295>
Oct 15 15:50:14 u79-196.967 dbus-daemon[489]: [system] Successfully activated s>
Oct 15 15:50:14 u79-196.967 systemd[1]: Started RealtimeKit Scheduling Policy S>
-- Subject: A start job for unit rtkit-daemon.service has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit rtkit-daemon.service has finished successfully.
-- 
-- The job identifier is 582.
Oct 15 15:50:14 u79-196.967 rtkit-daemon[776]: Successfully called chroot.
Oct 15 15:50:14 u79-196.967 rtkit-daemon[776]: Successfully dropped privileges.
Oct 15 15:50:14 u79-196.967 rtkit-daemon[776]: Successfully limited resources.
Oct 15 15:50:14 u79-196.967 rtkit-daemon[776]: Running.
Oct 15 15:50:14 u79-196.967 rtkit-daemon[776]: Canary thread running.
Oct 15 15:50:14 u79-196.967 rtkit-daemon[776]: Watchdog thread running.
Oct 15 15:50:15 u79-196.967 rtkit-daemon[776]: Successfully made thread 755 of >
Oct 15 15:50:15 u79-196.967 rtkit-daemon[776]: Supervising 1 threads of 1 proce>
Oct 15 15:50:15 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activa>
Oct 15 15:50:15 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activa>
Oct 15 15:50:15 u79-196.967 systemd[651]: Starting XFCE notifications service...
-- Subject: A start job for unit UNIT has begun execution
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has begun execution.
-- 
-- The job identifier is 98.
Oct 15 15:50:16 u79-196.967 tumblerd[786]: Failed to load plugin "tumbler-odf-t>
Oct 15 15:50:16 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Succes>
Oct 15 15:50:16 u79-196.967 systemd[651]: Started XFCE notifications service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 98.
Oct 15 15:50:16 u79-196.967 dbus-daemon[489]: [system] Activating via systemd: >
Oct 15 15:50:16 u79-196.967 tumblerd[786]: Failed to load plugin "tumbler-raw-t>
Oct 15 15:50:16 u79-196.967 systemd[1]: Starting Daemon for power management...
-- Subject: A start job for unit upower.service has begun execution
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit upower.service has begun execution.
-- 
-- The job identifier is 665.
Oct 15 15:50:16 u79-196.967 tumblerd[786]: Failed to load plugin "tumbler-ffmpe>
Oct 15 15:50:17 u79-196.967 org.freedesktop.thumbnails.Thumbnailer1[664]: Regis>
Oct 15 15:50:17 u79-196.967 org.freedesktop.thumbnails.Thumbnailer1[664]: Regis>
Oct 15 15:50:17 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activa>
Oct 15 15:50:17 u79-196.967 systemd[651]: Starting Virtual filesystem service ->
-- Subject: A start job for unit UNIT has begun execution
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has begun execution.
-- 
-- The job identifier is 113.
Oct 15 15:50:17 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Succes>
Oct 15 15:50:17 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Succes>
Oct 15 15:50:17 u79-196.967 systemd[651]: Started Virtual filesystem service - >
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 113.
Oct 15 15:50:18 u79-196.967 rtkit-daemon[776]: Supervising 1 threads of 1 proce>
Oct 15 15:50:18 u79-196.967 rtkit-daemon[776]: Successfully made thread 829 of >
Oct 15 15:50:18 u79-196.967 rtkit-daemon[776]: Supervising 2 threads of 1 proce>
Oct 15 15:50:18 u79-196.967 rtkit-daemon[776]: Supervising 2 threads of 1 proce>
Oct 15 15:50:18 u79-196.967 rtkit-daemon[776]: Successfully made thread 830 of >
Oct 15 15:50:18 u79-196.967 rtkit-daemon[776]: Supervising 3 threads of 1 proce>
Oct 15 15:50:19 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activa>
Oct 15 15:50:19 u79-196.967 systemd[651]: Starting Virtual filesystem metadata >
-- Subject: A start job for unit UNIT has begun execution
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has begun execution.
-- 
-- The job identifier is 128.
Oct 15 15:50:19 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Succes>
Oct 15 15:50:19 u79-196.967 systemd[651]: Started Virtual filesystem metadata s>
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 128.
Oct 15 15:50:19 u79-196.967 dbus-daemon[489]: [system] Successfully activated s>
Oct 15 15:50:19 u79-196.967 systemd[1]: Started Daemon for power management.
-- Subject: A start job for unit upower.service has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): >
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session op>
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [T>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for u>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemo>
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemo>
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting ide>
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activa>
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Succes>
lines 2030-2052/2052 (END)
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 >
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): p>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session ope>
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TT>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for un>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon>
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon>
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting iden>
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activat>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened >
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=un>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-s>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon sta>
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon sta>
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity>
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating >
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for >
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknow>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-sessi>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity pac>
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating serv>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=42949672>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 a>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user>
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service >
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 m>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user roo>
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (sy>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg=>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=429>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root b>
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] >
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (syste>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='c>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='un>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=429496>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (>
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [CO>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system b>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.d>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=429496729>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (uid>
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMA>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system bus >
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.desr>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=up>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=4294967295 >
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (uid=1>
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system bus na>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.desrt.>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upowe>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=4294967295 ses>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/u>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system bus name >
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.desrt.dco>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower >
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=4294967295 ses=4>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system bus name :1>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.desrt.dconf>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower co>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=4294967295 ses=429>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/b>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system bus name :1.8>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.desrt.dconf' >
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm=>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=4294967295 ses=429496>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/bin/>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system bus name :1.87 [>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.desrt.dconf' req>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="sy>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=4294967295 ses=429496729>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/bin/xfp>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system bus name :1.87 [/us>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.desrt.dconf' reques>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="syst>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=4294967295 ses=4294967295 >
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/bin/xfpm->
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system bus name :1.87 [/usr/>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.desrt.dconf' requeste>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="syste>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=4294967295 ses=4294967295 m>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/bin/xfpm-p>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system bus name :1.87 [/usr/l>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.desrt.dconf' requested>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="system>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=4294967295 ses=4294967295 ms>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/bin/xfpm-po>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system bus name :1.87 [/usr/li>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.desrt.dconf' requested >
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/bin/xfpm-pow>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system bus name :1.87 [/usr/lib>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.desrt.dconf' requested b>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd">
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg=>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/bin/xfpm-powe>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system bus name :1.87 [/usr/lib/>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.desrt.dconf' requested by>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" e>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='u>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/bin/xfpm-power->
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system bus name :1.87 [/usr/lib/po>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.desrt.dconf' requested by '>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" ex>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='un>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/bin/xfpm-power-b>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system bus name :1.87 [/usr/lib/pol>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.desrt.dconf' requested by ':>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" e>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='u>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/bin/xfpm-power->
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system bus name :1.87 [/usr/lib/po>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.desrt.dconf' requested by '>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" ex>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='un>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/bin/xfpm-power-b>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system bus name :1.87 [/usr/lib/pol>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.desrt.dconf' requested by ':>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='uni>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/bin/xfpm-power-ba>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system bus name :1.87 [/usr/lib/polk>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.desrt.dconf' requested by ':1>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe=>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/bin/xfpm-power-bac>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system bus name :1.87 [/usr/lib/polki>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.desrt.dconf' requested by ':1.>
lines 2030-2051/2052 100%
-- 
-- A start job for unit upower.service has finished successfully.
-- 
-- The job identifier is 665.
Oct 15 15:50:19 u79-196.967 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe=>
Oct 15 15:50:19 u79-196.967 kernel: audit: type=1130 audit(1571179819.866:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit>
Oct 15 15:50:20 u79-196.967 pkexec[870]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Oct 15 15:50:20 u79-196.967 pkexec[870]: gold: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/bin/xfpm-power-bac>
Oct 15 15:50:20 u79-196.967 systemd[651]: Started Sound Service.
-- Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit UNIT has finished successfully.
-- 
-- The job identifier is 83.
Oct 15 15:50:22 u79-196.967 polkitd[541]: Registered Authentication Agent for unix-session:1 (system bus name :1.87 [/usr/lib/polki>
Oct 15 15:50:26 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon starting
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: onStart
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: KdeConnect daemon started
Oct 15 15:50:27 u79-196.967 kdeconnectd[881]: kdeconnect.core: Broadcasting identity packet
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Activating service name='ca.desrt.dconf' requested by ':1.>
Oct 15 15:51:23 u79-196.967 dbus-daemon[664]: [session uid=1000 pid=664] Successfully activated service 'ca.desrt.dconf' 

Last edited by AnonSL (2019-10-15 23:10:19)

Offline

#16 2019-10-15 23:02:19

AnonSL
Member
Registered: 2019-10-15
Posts: 32

Re: [Solved] Wireless internet connectivity issue, recreating resolv.conf

My cell phone service does not allow tethering with Wi-Fi on and my data plan is minimal so I can't tether off that either.

Offline

#17 2019-10-15 23:08:33

AnonSL
Member
Registered: 2019-10-15
Posts: 32

Re: [Solved] Wireless internet connectivity issue, recreating resolv.conf

For clarification purposes, the 'guest' wifi's real name is girlfriend, as shown in the following readouts,
and the wlpXs0 is wlp2s0.

netctl is-enabled girlfriend

 enabled 

netctl status girlfriend

 ● netctl@girlfriend.service - Automatically generated profile by wifi-menu
   Loaded: loaded (/usr/lib/systemd/system/netctl@.service; enabled; vendor preset: disabled)
  Drop-In: /etc/systemd/system/netctl@girlfriend.service.d
           └─profile.conf
   Active: failed (Result: exit-code) since Tue 2019-10-15 15:49:23 PDT; 14min ago
     Docs: man:netctl.profile(5)
 Main PID: 491 (code=exited, status=1/FAILURE)

Oct 15 15:49:21 u79-196.967 network[491]: Starting network profile 'girlfriend'...
Oct 15 15:49:22 u79-196.967 network[491]: Failed to initialize control interface '/run/wpa_supplicant'.
Oct 15 15:49:22 u79-196.967 network[491]: You may have another wpa_supplicant process already running or the file was
Oct 15 15:49:22 u79-196.967 network[491]: left by an unclean termination of wpa_supplicant in which case you will need
Oct 15 15:49:22 u79-196.967 network[491]: to manually remove this file before starting wpa_supplicant again.
Oct 15 15:49:23 u79-196.967 network[491]: The WPA supplicant did not start for interface 'wlp2s0'
Oct 15 15:49:23 u79-196.967 network[491]: Failed to bring the network up for profile 'girlfriend'
Oct 15 15:49:23 u79-196.967 systemd[1]: netctl@girlfriend.service: Main process exited, code=exited, status=1/FAILURE
Oct 15 15:49:23 u79-196.967 systemd[1]: netctl@girlfriend.service: Failed with result 'exit-code'.
Oct 15 15:49:23 u79-196.967 systemd[1]: Failed to start Automatically generated profile by wifi-menu. 

Offline

#18 2019-10-15 23:48:41

AnonSL
Member
Registered: 2019-10-15
Posts: 32

Re: [Solved] Wireless internet connectivity issue, recreating resolv.conf

I retried the following steps but was not successful in connecting:

systemctl stop dhcpcd.service
systemctl disable dhcpcd.service

To doublecheck the nameservers did not change, I ran "sudo vi /etc/resolv.conf" They were unchanged.

sudo netctl restart girlfriend

ip a

 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp1s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether d4:be:d9:3b:a8:ba brd ff:ff:ff:ff:ff:ff
3: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 68:5d:43:e4:45:df brd ff:ff:ff:ff:ff:ff 

netctl status girlfriend

 ● netctl@girlfriend.service - Automatically generated profile by wifi-menu
   Loaded: loaded (/usr/lib/systemd/system/netctl@.service; enabled; vendor preset: disabled)
  Drop-In: /etc/systemd/system/netctl@girlfriend.service.d
           └─profile.conf
   Active: failed (Result: exit-code) since Tue 2019-10-15 16:42:10 PDT; 22s ago
     Docs: man:netctl.profile(5)
  Process: 1658 ExecStart=/usr/lib/netctl/network start girlfriend (code=exited, status=1/FAILURE)
 Main PID: 1658 (code=exited, status=1/FAILURE)

Oct 15 16:41:56 u79-196.967 dhcpcd[1726]: wlp2s0: soliciting a DHCP lease
Oct 15 16:41:56 u79-196.967 dhcpcd[1726]: wlp2s0: offered 192.168.0.13 from 192.168.0.1
Oct 15 16:41:56 u79-196.967 dhcpcd[1726]: wlp2s0: NAK: from 192.168.0.1
Oct 15 16:42:10 u79-196.967 network[1658]: timed out
Oct 15 16:42:10 u79-196.967 dhcpcd[1726]: timed out
Oct 15 16:42:10 u79-196.967 dhcpcd[1726]: dhcpcd exited
Oct 15 16:42:10 u79-196.967 network[1658]: DHCP IPv4 lease attempt failed on interface 'wlp2s0'
Oct 15 16:42:10 u79-196.967 network[1658]: Failed to bring the network up for profile 'girlfriend'
Oct 15 16:42:10 u79-196.967 systemd[1]: netctl@girlfriend.service: Main process exited, code=exited, status=1/FAILURE
Oct 15 16:42:10 u79-196.967 systemd[1]: netctl@girlfriend.service: Failed with result 'exit-code'. 

Offline

#19 2019-10-16 16:15:16

seth
Member
Registered: 2012-09-03
Posts: 51,175

Re: [Solved] Wireless internet connectivity issue, recreating resolv.conf

The first status reflects a failure due to concurrent services, but then the interface is brought up and associated w/ the AP.
The AP then offers you a lease but also a NAK what usually means to lease requests from the same client (could be attributed to the conflict w/ the explicit dhcpcd service - there's now a dozen of dirty jokes in my head that apply that scenario to the context of "girlfriend"…)

If you're sure that after eg. a clean boot you do not have concurrent network services running at all anymore you could try to switch from duid to clientid (see /etc/dhcpcd.conf - it will apply to netctl just as much as to dhcpcd.service, so don't worry about that and keep dhcpcd disabled)

You'll likely be able to setup a static IP regardless (sidestepping the dhcp issue) - see https://wiki.archlinux.org/index.php/Ne … e_profiles for example configs, but apply the proper IP range (and you're oc. on a wifi connection)

Offline

#20 2019-10-17 18:21:55

AnonSL
Member
Registered: 2019-10-15
Posts: 32

Re: [Solved] Wireless internet connectivity issue, recreating resolv.conf

I disabled dhcpcd and it's services, changed duid to clientid as instructed and setup a static ip profile but still not able to connect to the internet. However, the instructions you gave me allowed me to add the nameservers to the /etc/resolv.conf file, which was the main topic of this post so I'm going to mark this as solved and create a new post to address the concurrent network services preventing me from logging into the Wi-Fi. It's either dhcpcd or wpa_supplicant that's causing me problems. Thanks again for your help Seth!

Offline

Board footer

Powered by FluxBB